68d2ddf4e48540950e56958e94b495b5703c8cd3
[gnus] / lisp / ChangeLog
1 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-decode.el (mm-shr): Require shr.
4
5         * gnus-art.el (gnus-blocked-images): Move variable here.
6
7         * shr.el (shr-insert-table): Bind free variable.
8
9         * mm-decode.el (mm-shr): Bind shr-content-function.
10
11         * shr.el (shr-content-function): New variable.
12
13         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
14         added for symmetry.
15
16         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
17
18         * gnus-group.el (gnus-group-make-group): Doc fix.
19
20         * nnimap.el (nnimap-request-newgroups): Return success.
21
22         * shr.el (shr-find-elements): New function.
23         (shr-tag-table): Put all the images after the table.
24         (shr-tag-table): Really inhibit images inside the table.
25         (shr-collect-overlays): Copy over overlays from the TD elements to the
26         main document.
27
28         * mm-decode.el (mm-shr): Bind shr-blocked-images to
29         gnus-blocked-images.
30
31 2010-10-05  Julien Danjou  <julien@danjou.info>
32
33         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
34         (gnus-html-maximum-image-size): Add this function.
35         (gnus-html-put-image): Use gnus-html-maximum-image-size.
36
37         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
38         server-value of the capability is nil.
39
40 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * shr.el (shr-tag-em): Add <EM> tag.
43
44 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
45
46         * sieve-manage.el (sieve-manage-default-stream): Make default stream
47         customizable.
48
49         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
50         handing broken links to browse-url.
51
52 2010-10-05  Julien Danjou  <julien@danjou.info>
53
54         * gnus-util.el (gnus-emacs-completing-read)
55         (gnus-iswitchb-completing-read): Use autoload rather than require.
56
57 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
60         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
61         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
62         iswitchb-temp-buflist for XEmacs.
63
64         * gnus-util.el (gnus-completing-read-function): Exclude
65         gnus-icompleting-read and gnus-ido-completing-read from candidates for
66         XEmacs since iswitchb.el is very old and ido.el is unavailable in
67         XEmacs.
68
69         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
70         not to use `delete-dups' that is unavailable in XEmacs 21.4.
71
72         * gnus-html.el: Don't require help-fns under XEmacs.
73         (gnus-html-schedule-image-fetching): Work for XEmacs.
74
75         * mm-decode.el (mm-shr): Decode contents by charset.
76
77 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
80         unknown.
81
82         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
83         (shr-get-image-data): Ensure against the cache file missing.
84
85         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
86         for data.
87
88         * spam-report.el (spam-report-url-ping-plain): Don't query about
89         killing the process.
90
91         * shr.el (shr-render-td): Protect against too-wide text.
92
93 2010-10-04  Julien Danjou  <julien@danjou.info>
94
95         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
96         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
97
98         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
99         retrieved.
100
101 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * shr.el (browse-url): Required.
104         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
105         lines.
106         (shr-show-alt-text, shr-browse-image): New commands.
107         (shr-browse-url, shr-copy-url): New commands.
108
109         * gnus-sum.el (gnus-widen-article-window): New variable.
110         (gnus-summary-select-article-buffer): Use it.
111
112         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
113         without @ signs.
114
115 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
116
117         * nnir.el (nnir-run-imap): Remove spurious space in search string.
118
119 2010-10-04  Julien Danjou  <julien@danjou.info>
120
121         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
122         for XEmacs.
123
124 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
127
128         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
129         (nnimap-close-server): Implement.
130
131         * dgnushack.el (iswitchb): Require to shut up the compiler.
132
133         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
134         (shr-insert): Tweak line breaking.
135         (shr-insert): Handle <pre> better.
136         (shr-tag-li): Get <li> indentation right.
137         (shr-tag-li): Get <li> indentation even righter.
138         (shr-tag-blockquote): Ensure paragraph start.
139         (shr-make-table): Tweak table generation.
140         (shr-make-table): Fix typo.
141
142         * shr.el: Implement table rendering.
143
144 2010-10-04  Julien Danjou  <julien@danjou.info>
145
146         * gnus-html.el (gnus-html-put-image): Fix resize image code.
147
148 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el (shr-insert): Use string anchors instead of line anchors.
151
152 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el: Add headings.
155         (shr-ensure-paragraph): Actually work.
156         (shr-tag-li): Make <ul> prettier.
157         (shr-insert): Get white space at the beginning/end of elements right.
158         (shr-tag-p): Collapse subsequent <p>s.
159         (shr-ensure-paragraph): Don't insert double line feeds after blank
160         lines.
161         (shr-insert): \t is also space.
162         (shr-tag-s): Fix "s" tag name function.
163         (shr-tag-s): Fix face prop name.
164
165 2010-10-03  Julien Danjou  <julien@danjou.info>
166
167         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
168
169         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
170         gnus-window-inside-pixel-edges.
171
172         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
173         gnus-ems.
174
175         * mm-view.el (mm-inline-image-emacs): Support image resizing.
176
177         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
178         function.
179
180         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
181         resize choice.
182
183 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
186         beginning of the buffer.
187
188         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
189         article buffer again.
190
191         * shr.el (shr-tag-p): Don't insert newlines at the start of the
192         buffer.
193
194         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
195         when it's at the start of the buffer.
196
197         * shr.el (shr-tag-blockquote): Convert name.
198         (shr-rescale-image): Use the right image-size variant.
199
200         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
201         buffer isn't shown, then select the current article first instead of
202         bugging out.
203         (gnus-summary-select-article-buffer): Show both the article and summary
204         buffers again.
205
206         * shr.el (shr-fontize-cont): Protect against regions with no text.
207         Rename tag functions to shr-tag-* for enhanced security.
208         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
209
210 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
211
212         * shr.el (shr-insert):
213         * pop3.el (pop3-movemail):
214         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
215         loaded.
216
217 2010-10-03  Glenn Morris  <rgm@gnu.org>
218
219         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
220
221         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
222
223         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
224
225         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
226
227         * gnus-util.el (gnus-make-local-hook): Simplify.
228
229 2010-10-02  Julien Danjou  <julien@danjou.info>
230
231         * gnus-util.el (gnus-iswitchb-completing-read): New function.
232         (gnus-ido-completing-read): New function.
233         (gnus-emacs-completing-read): New function.
234         (gnus-completing-read): Use gnus-completing-read-function.
235         Add gnus-completing-read-function.
236
237 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * shr.el (shr-insert-document): Autoload.
240         (shr-img): Be silent.
241         (shr-insert): Add a newline after every picture before text.
242         (shr-add-font): Use overlays for combining faces.
243         (shr-insert): Pass upwards the text start point.
244
245         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
246         possible.
247         (mm-shr): New function.
248
249 2010-10-02  Julien Danjou  <julien@danjou.info>
250
251         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
252         should go backward.
253
254 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
255
256         * shr.el (shr): Fix typo in provide call.
257
258 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el: New file.
261
262         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
263
264         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
265         completing read.
266
267 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
270         we're being queried about.  Suggested by Dan Jacobson.
271
272         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
273         by Jason Eisner.
274
275         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
276         table, too.  Suggested by Stefan Wiens.
277         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
278         the table unnecessary.  Suggested by Stefan Wiens.
279
280         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
281         longer needed, and probably doesn't work either, as pointed out by
282         Stefan Wiens.
283         (gnus-summary-exit): Remove call to the clearing function.
284         (gnus-summary-exit-no-update): Ditto.
285
286         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
287         instead of gnus-eval-in-buffer-window to avoid popping up frames.
288         Reported by Stefan Monnier.
289         (gnus-summary-save-in-rmail): Ditto.
290
291         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
292         article buffer, instead of both the article buffer and the summary
293         buffer.  Sort of suggested by Dan Jacobson.
294
295         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
296
297         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
298         Suggested by Dan Jacobson.
299
300         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
301         documentation clearer.
302
303         * message.el (message-shorten-references): Comment on the number "21".
304         Suggested by Stefan Monnier.
305
306         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
307         Suggested by Dan Jacobson.
308
309         * gnus.el (gnus-large-newsgroup): Mention
310         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
311
312         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
313         externalize attachments.  Bug reported by Steve Wen.
314
315         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
316         really message anything to the user.
317
318         * nnmail.el (nnmail-article-group): Allow using the fancy split method
319         directly.
320
321         * nnimap.el (nnimap-request-group): Low higher than high to signal no
322         messages in empty groups.
323
324 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
325
326         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
327         non-UIDNEXT group.
328
329 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
332         not the value from the collection.
333
334         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
335         values.  This sometimes happens on some groups that have no info.
336         (nnimap-request-newgroups): New function.
337
338 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
341         check into `gnus-registry-initialize'.
342         (gnus-registry-initialize): Ditto.
343         Fix and extend header docs.
344
345 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
348         regexp backtrace overflows.
349
350         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
351         for starttls that tls.el implements; i.e. openssl.
352
353         * tls.el (tls-starttls-switches): Give up on using starttls with
354         gnutls-cli.
355         (tls-program): Add --insecure to be consistent with the defaults from
356         openssl s_client.  Now all three commands are insecure.
357
358 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * lpath.el: Bind completion-styles-alist for XEmacs.
361
362         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
363         (gravatar-create-image): New function that's an alias to
364         gnus-xmas-create-image, gnus-create-image, or create-image.
365         (gravatar-data->image): Use it.
366
367 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
370         install the nnregistry refer method.
371         (gnus-registry-install-hooks): Use it.
372         (gnus-registry-unfollowed-groups): Add nnmairix to the default
373         unfollowed groups.
374
375 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
376
377         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
378         expanding threads.
379
380 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * nnir.el: Use the server names without suffixes (bug #7009).
383
384         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
385         unencrypted to STARTTLS, if possible.
386
387 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
388
389         * message.el (message-ignored-supersedes-headers): Strip Injection-*
390         headers before superseding.
391
392 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * nnrss.el (nnrss-use-local): Add documentation.
395
396         * nnimap.el (nnimap-extend-tls-programs): New function.
397         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
398         (nnimap-wait-for-connection): Accept the greeting from the stupid
399         output from openssl s_client -starttls, too.
400
401         * tls.el (tls-starttls-switches): New variable.
402         (tls-find-starttls-argument): Use it.
403         (open-tls-stream): Ditto.
404
405         * netrc.el (netrc-credentials): Return the value of the "default"
406         entry.
407         (netrc-machine): Ditto.
408
409         * nnimap.el (nnimap-find-article-by-message-id): Really return the
410         article number.
411         (nnimap-split-fancy): New variable.
412         (nnimap-split-incoming-mail): Use it.
413
414         * nntp.el (nntp-server-list-active-group): Document.
415
416         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
417         SELECT to get the message-id.
418
419         * mail-source.el (mail-sources): Removed webmail support.
420         (defvar): Ditto.
421         (mail-source-fetcher-alist): Ditto.
422         (mail-source-fetch-webmail): Removed.
423
424         * webmail.el: Removed -- doesn't seem relevant any more.
425
426         * gnus.el: Fix up make-obsolete-variable declarations throughout.
427
428         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
429         the \r.
430
431 2010-09-30  Julien Danjou  <julien@danjou.info>
432
433         * gnus-agent.el (gnus-agent-add-group): Fix call to
434         gnus-completing-read.
435
436 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nndoc.el (nndoc-retrieve-groups): New function.
439
440         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
441         `default', use nnmail-split-methods.
442         (nnimap-request-article): Downcase the NILs so that they are nil.
443
444         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
445         symbol.
446
447         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
448         code, since if the user has requested network, that's what they ought
449         to get.
450         (nnimap-request-set-mark): Erase the buffer before issuing commands.
451         (nnimap-split-rule): Mark as obsolete.
452
453         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
454         variable.
455
456         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
457         correct slot, too.
458
459 2010-09-29  Julien Danjou  <julien@danjou.info>
460
461         * gnus.el (gnus-local-domain): Declare variable obsolete.
462
463         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
464         computing.
465         (gnus-ido-completing-read): Require ido.
466
467 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-registry.el: Don't prompt on load, which makes it impossible to
470         build Gnus.
471
472         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
473         when interpreting the structures.
474         (nnimap-request-accept-article): Add \r\n to the lines to make this
475         work with Cyrus.
476
477         * nndraft.el (nndraft-request-expire-articles): Use the group name
478         instead if "nndraft".  Fix found by Nils Ackermann.
479
480 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
481
482         * nnregistry.el: Added.
483
484 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * nnmail.el (group, group-art-list, group-art):
487         Remove unneeded directives.
488
489 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
492         (mm-mime-charset)
493         * rfc2047.el (rfc2047-syntax-table)
494         * utf7.el (utf7-utf-16-coding-system): Comment fix.
495
496         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
497         rather than `insert-file-contents' and `eval-region'.
498
499         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
500         construction.
501
502         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
503
504         * time-date.el: No need to require cl for Emacs 21.
505
506 2010-09-29  Julien Danjou  <julien@danjou.info>
507
508         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
509         replacement of `gnus-gravatar-relief' to mimic
510         `gnus-faces-properties-alist'.
511         Add :version property.
512
513 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * mail-source.el (mail-source-report-new-mail)
516         * message.el (message-default-mail-headers)
517         * mm-decode.el (mm-valid-image-format-p): Comment fix.
518
519         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
520
521 2010-09-28  Julien Danjou  <julien@danjou.info>
522
523         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
524         mail-address contains the same string as real-name.
525
526         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
527         non-blank in header, otherwise it'll get stripped.
528
529         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
530         real-name, and then for mail address rather than doing : or , search.
531
532 2010-09-27  Julien Danjou  <julien@danjou.info>
533
534         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
535         (gnus-server-goto-server): Use gnus-completing-read.
536
537         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
538
539         * mm-util.el (defalias): Use gnus-completing-read.
540         (mm-codepage-setup): Use gnus-completing-read.
541
542         * smime.el (smime-sign-buffer): Use gnus-completing-read.
543         (smime-decrypt-buffer): Use gnus-completing-read.
544
545         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
546
547         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
548         (mml-minibuffer-read-disposition): Use gnus-completing-read.
549         (mml-insert-multipart): Use gnus-completing-read.
550
551         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
552
553         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
554
555         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
556
557         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
558
559         * gnus.el (gnus-read-method): Use gnus-completing-read.
560
561         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
562
563         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
564         (gnus-mime-action-on-part): Use gnus-completing-read.
565         (gnus-article-encrypt-body): Use gnus-completing-read.
566
567         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
568         (gnus-topic-move-matching): Use gnus-completing-read.
569         (gnus-topic-copy-matching): Use gnus-completing-read.
570         (gnus-topic-sort-topics): Use gnus-completing-read.
571         (gnus-topic-move): Use gnus-completing-read.
572
573         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
574         (gnus-agent-add-group): Use gnus-completing-read.
575
576         * nnmairix.el (nnmairix-create-server-and-default-group): Use
577         gnus-completing-read.
578         (nnmairix-update-groups): Use gnus-completing-read.
579         (nnmairix-get-server): Use gnus-completing-read.
580         (nnmairix-backend-to-server): Use gnus-completing-read.
581         (nnmairix-goto-original-article): Use gnus-completing-read.
582         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
583
584         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
585
586         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
587         (gnus-group-make-useful-group): Use gnus-completing-read.
588         (gnus-group-make-web-group): Use gnus-completing-read.
589         (gnus-group-add-to-virtual): Use gnus-completing-read.
590         (gnus-group-browse-foreign-server): Use gnus-completing-read.
591
592         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
593         (gnus-summary-limit-to-extra): Use gnus-completing-read.
594         (gnus-summary-execute-command): Use gnus-completing-read.
595         (gnus-summary-respool-article): Use gnus-completing-read.
596         (gnus-read-move-group-name): Use gnus-completing-read.
597
598         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
599         (gnus-summary-score-effect): Use gnus-completing-read.
600
601         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
602
603         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
604         right completing-read function.
605         (gnus-use-ido): New variable
606         (gnus-completing-read-with-default): Remove.
607
608 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
611         x-focus-frame.
612
613         * nnimap.el (auth-source-forget-user-or-password)
614         (auth-source-user-or-password): Autoload.
615
616         * message.el (message-from-style, message-interactive)
617         (message-cite-prefix-regexp, message-sendmail-envelope-from)
618         (message-yank-prefix, message-indentation-spaces, message-signature)
619         (message-signature-file): Add comment.
620
621 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
624         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
625         new articles.
626
627         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
628         parts.
629         (nnimap-request-article): Work with the t setting, too.
630
631         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
632         that you don't get flashes of other buffers.
633         (gnus-summary-show-complete-article): Intern before setting.
634
635 2010-09-27  David Engster  <dengste@eml.cc>
636
637         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
638         well as HEADERS.
639         (nnmairix-retrieve-headers): Provide new argument for the above.
640
641 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-sum.el (gnus-summary-move-article): Don't alter
644         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
645         group.
646
647         * nnimap.el (nnimap-update-info): Don't destructively alter active.
648
649         * message.el (message-cite-prefix-regexp): Revert my last edit.
650
651         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
652         variable instead of the Gnus variable.
653
654         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
655
656         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
657         again.
658
659         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
660         since some servers don't like it.
661         (nnimap-open-connection): Forget credentials if the server says the
662         password was wrong.
663         (nnimap-parse-line): Protect against invalid data.
664
665         * gnus-sum.el (gnus-summary-move-article): Add comment.
666         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
667         nothing alters it while scanning for new messages.
668
669         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
670         which may or may not help.
671         (nnimap-open-connection): If we're doing a stream connection, and then
672         discover we're on a STARTTLS-capable server, then open a STARTTLS
673         connection instead.
674
675 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nnimap.el (utf7): Required.
678
679         * message.el (message-cite-prefix-regexp): Remove "}" from citation
680         prefix.
681
682 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
683
684         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
685
686 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * nnimap.el (nnimap-request-accept-article): Message the error on
689         error.
690
691 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
694
695 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * nndoc.el (nndoc-request-list): Return success always.
698
699         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
700         `fetch-old' -- we only want to fetch the articles we've requested.  The
701         rest are in the agent, probably.
702         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
703         disappeared server" to something low.  It's not important.
704
705         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
706         arrived before the FETCH data.
707
708         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
709         target here, because we don't know the Gnus name of the group.
710
711         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
712         for the correct group.
713
714         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
715
716         * gnus.el (gnus): Give a final warning after startup.
717
718         * gnus-util.el (gnus-action-message-log): New variable.
719         (gnus-message): Use it.
720         (gnus-final-warning): New function.
721
722         * nnimap.el (nnimap-open-connection): Record the greeting.
723         (nnimap): Add greeting.
724
725 2010-09-26  Julien Danjou  <julien@danjou.info>
726
727         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
728         arguments.
729         (gnus-html-wash-images): Fix spec computing to include start/end.
730
731         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
732
733 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
736         deletion.
737         (nnimap-retrieve-headers): Don't select the group, because that's
738         already done by nnimap-possibly-change-group.
739
740         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
741         (gnus-picon-transform-address): Use it.
742
743         * mail-source.el (mail-source-value): Revert previous patch.
744
745         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
746         on failure.
747         (nnimap-open-connection): Look up both virtual and physical server name
748         credentials.
749
750         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
751
752 2009-02-07  Dave Love  <fx@gnu.org>
753
754         * tls.el (open-tls-stream): Don't query killing process.
755
756 2009-02-08  Dave Love  <fx@gnu.org>
757
758         * gnus-win.el (gnus-window-to-buffer-helper,
759         gnus-all-windows-visible-p): Function needn't be a symbol.
760
761         * mail-source.el (mail-source-value): Function needn't be a symbol.
762
763 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * message.el (message-cite-prefix-regexp): Remove } from the cite
766         prefix.
767
768         * gnus-art.el (gnus-treatment-function-alist): Do picons before
769         highlight again, so that the highlight is correct.
770
771         * gnus-picon.el (gnus-picon): Remove again.
772         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
773
774         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
775         doing the header highlightling, so that the background colour of the
776         picon is correct.
777
778         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
779         (gnus-picon): Ditto.
780         (gnus-picon): Reinstate.  The background colour for picons is white.
781         (gnus-picon-insert-glyph): Make the background white.
782
783         * nnml.el (nnml-open-nov): Don't return dead buffers.
784
785         * auth-source.el (auth-source-create): Query the user for whether to
786         store the credentials.
787
788         * netrc.el (netrc-store-data): New function.
789
790         * auth-source.el (auth-source-user-or-password): Use the existing auth
791         sources, if any, for creation.
792
793         * gnus.el (gnus-group-fast-parameter): Return the last matching
794         parameter instead of the first matching parameter.
795
796 2010-09-26  Julien Danjou  <julien@danjou.info>
797
798         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
799
800 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * mml2015.el (mml2015-use): Remove gpg support.
803
804         * mml1991.el (mml1991-function-alist): Remove gpg function.
805         (mml1991-gpg-sign): Removed.
806
807 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
808
809         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
810         (gnus-browse-unsubscribe-current-group): Document it.
811         (gnus-browse-unsubscribe-group): Use it.
812
813 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
816         address to the To list for easier response.
817
818         * gnus.el (gnus-play-startup-jingle): Removed.
819         (gnus-splash): Don't play jingle.
820         (gnus): Silence gnus-load message.
821
822         * gnus-art.el (gnus-treat-play-sounds): Removed.
823
824         * gnus.el (gnus-play-jingle): Remove audio support.
825
826         * gnus-cus.el (gnus-score-customize): Remove audio reference.
827
828         * earcon.el: Removed -- no users.
829
830         * gnus-audio.el: Removed -- no users of this package.
831
832         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
833
834         * gnus-start.el (gnus-setup-news): Remove nocem support.
835
836         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
837
838         * gnus.el (gnus-use-nocem): Removed.
839
840         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
841         Removed.
842
843         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
844         uses NoCeM any more.
845
846         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
847         (gnus-button-ctan-handler): Ditto.
848         (gnus-button-handle-ctan-bogus-regexp): Ditto.
849         (gnus-button-ctan-directory-regexp): Ditto.
850         (gnus-button-handle-ctan): Ditto.
851         (gnus-button-tex-level): Ditto.
852         (gnus-button-alist): Removed CTAN stuff.
853
854 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
857         nnimap-streaming test.
858
859         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
860         servers twice.
861
862         * nnimap.el (nnimap-open-connection): Add more error reporting when
863         nnimap fails early.
864
865         * nnheader.el (nnheader-get-report-string): New function.
866         (nnheader-get-report): Use it.
867
868         * gnus-int.el (gnus-check-server): Say what the error was when opening
869         failed.
870
871         * nnimap.el (nnimap-wait-for-response): Search further when we're not
872         using streaming.
873
874 2010-09-25  Julien Danjou  <julien@danjou.info>
875
876         * gnus-html.el (gnus-html-rescale-image): Use our defalias
877         gnus-window-inside-pixel-edges.
878
879 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
882
883         * mm-decode.el (mm-save-part): Allow saving to other directories the
884         normal Emacs way.
885
886         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
887         by Jay Berkenbilt.
888
889         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
890         there isn't a single byte.
891
892         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
893         just do it.  It doesn't really seem to matter what the user responds
894         here, I think, so it's just a confusing question.
895
896         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
897         non-streaming case.
898
899         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
900         (gnus-article-encrypt-body): Use it.
901
902         * gnus-sum.el (gnus-summary-show-complete-article): New command and
903         keystroke.
904
905         * nnimap.el (nnimap-find-wanted-parts-1): Use
906         gnus-fetch-partial-articles.
907
908         * gnus-art.el (gnus-fetch-partial-articles): New variable.
909
910         * nnimap.el (nnimap-insert-partial-structure): New function.
911         (nnimap-get-partial-article): New function.
912         (nnimap-request-article): Use it.
913         (nnimap-wait-for-response): Return whether the wait was successful.
914         (nnimap-finish-retrieve-group-infos): Don't do anything if the
915         retrieval wasn't successful.
916         (nnimap-retrieve-group-data-early): Allow throttling servers.
917         (nnimap-streaming): New variable.
918         (nnimap-fetch-partial-articles): Removed.
919
920         * mm-decode.el (mm-with-part): Protect against killed buffers.
921
922         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
923         for prettier summary display.
924
925 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
926
927         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
928         directly.
929
930 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
933         apparently third-party libraries depend on it.
934
935         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
936         before starting negotiation.
937
938         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
939         privacy reasons.
940         (gnus-treat-mail-gravatar): Ditto.
941
942         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
943         buffer when inserting images.  Inserting text into the headers, for
944         instance, can make them invalid.
945
946 2010-09-25  Julien Danjou  <julien@danjou.info>
947
948         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
949         variables.
950
951         * nnheader.el: Remove useless variables news-reply-yank-from and
952         news-reply-yank-message-id.
953
954         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
955         variables.
956
957         * mml1991.el: Remove useless mml1991-verbose.
958
959         * gnus.el: Remove useless variable gnus-use-generic-from.
960         Remove obsolete variable gnus-topic-indentation.
961
962         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
963
964         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
965
966         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
967
968         * gnus-group.el: Remove useless gnus-group-icon-cache.
969         Remove useless gnus-ephemeral-group-server.
970
971         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
972
973         * mml2015.el: Remove useless mml2015-verbose.
974
975         * mml-smime.el: Remove useless mml-smime-verbose.
976
977         * gnus.el: Remove useless gnus-local-domain.
978
979         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
980         gnus-gravatar-size.
981
982         * gnus-art.el: Remove useless gnus-treat-translate.
983
984 2010-09-24  Julien Danjou  <julien@danjou.info>
985
986         * gnus-sum.el: Add support for Gravatars.
987
988         * gnus-art.el: Add support for Gravatars.
989
990         * gnus-gravatar.el: Add this file.
991
992         * gravatar.el: Add this file.
993
994 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
997
998         * gnus-group.el (gnus-group-fetch-faq): Removed.
999
1000         * gnus.el (gnus-group-faq-directory): Removed.
1001
1002         * gnus-group.el (gnus-group-fetch-charter): Removed.
1003
1004         * gnus.el (gnus-group-charter-alist): Removed.
1005
1006         * gnus-group.el (gnus-group-archive-directory): Removed.
1007         (gnus-group-recent-archive-directory): Ditto.
1008         (gnus-group-make-archive-group): Removed.
1009
1010         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1011
1012         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1013         use the same article number for all the cached articles.
1014
1015         * nnimap.el (nnimap-command): Register the last command time so
1016         that we can use it for idling NOOPs.
1017         (nnimap-open-connection): Start the keeplive timer.
1018         (nnimap-make-process-buffer): Store all the process buffers.
1019         (nnimap-keepalive): New function.
1020
1021         * starttls.el: (starttls-open-stream): Add autoload cookie.
1022
1023 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1024
1025         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1026         handling.
1027
1028 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1031         its data structures.
1032
1033         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1034         instead of the cl.el copy-list.
1035         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1036         equalp.
1037
1038 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1041         and tool-bar-local-item-from-menu.
1042
1043         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1044         mode-line-highlight face for Emacs.
1045
1046         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1047         loading gnus-sum.elc; fix comment for canlock-verify.
1048         (gnus-article-jump-to-part): Use read-number.
1049         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1050         Emacs pre-21 compatible code for help-echo.
1051         (gnus-article-next-page-1): No need to adjust the number of lines.
1052         (gnus-article-describe-bindings): Always use help-buffer.
1053
1054         * gnus-audio.el (gnus-audio-inline-sound)
1055         * gnus-cus.el (gnus-custom-mode)
1056         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1057
1058         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1059
1060         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1061         compatible code.
1062
1063 2010-09-24  Glenn Morris  <rgm@gnu.org>
1064
1065         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1066         visiting the fcc file in rmail-mode.
1067
1068         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1069
1070 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * nnir.el: Silence the byte compiler.
1073
1074         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1075         alias to browse-url-url-encode-chars if any.
1076         (gnus-html-encode-url): Use it.
1077
1078 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-start.el (gnus-use-backend-marks): New variable.
1081         (gnus-get-unread-articles-in-group): Use it.
1082
1083         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1084         makeover.
1085
1086 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1087
1088         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1089
1090 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1093         Removed.
1094         (gnus-setup-news-hook): Removed
1095         gnus-fixup-nnimap-unread-after-getting-new-news.
1096
1097         * gnus-int.el (gnus-request-update-info): Protect against backends not
1098         having the function.
1099
1100         * nnimap.el (nnimap-stream): Mention starttls.
1101         (nnimap-open-connection): Add starttls support.
1102
1103 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1106
1107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1110         BODYSTRUCTUREs.
1111         (nnimap-transform-headers): Unfold quoted {42} headers.
1112
1113         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1114         the info.
1115         (gnus-get-unread-articles): Only call updatep on backends that support
1116         it.
1117
1118         * nnweb.el (nnweb-request-update-info): NOOP.
1119
1120         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1121
1122         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1123         since it only deals with marks.
1124
1125         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1126         gnus-request-marks, and make a new gnus-request-update-info.
1127
1128         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1129         the active instead of the high number, which is usually too low.
1130
1131 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1134         * encrypt.el: Removed.
1135
1136 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1139         server in symbolic form.
1140
1141         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1142         0.9.
1143
1144 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1147         (nnimap-update-info): Fix up code slightly.
1148
1149         * gnus-int.el (gnus-open-server): Add tracing for performance
1150         debugging.
1151
1152         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1153         (gnus-group-insert-group-line): Pass the real group name so that it
1154         gets the right data.
1155
1156         * gnus-start.el (gnus-get-unread-articles): Don't have
1157         `gnus-get-unread-articles-in-group' update info, since that can be
1158         really slow and doesn't seem to be needed?
1159
1160 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1161
1162         * time-date.el (date-to-time): Try using parse-time-string first before
1163         using the slower timezone-make-date-arpa-standard.
1164
1165 2010-09-22  Julien Danjou  <julien@danjou.info>
1166
1167         * gnus-group.el (gnus-group-insert-group-line): Call
1168         gnus-group-highlight-line.
1169         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1170         default hook list.
1171         (gnus-group-update-eval-form): Add new function.
1172         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1173         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1174
1175 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1178         immediate, then expire all articles.
1179         (nnimap-update-info): Fix off-by-one errors.
1180         (nnimap-flags-to-marks): Would return no marks lists for group with no
1181         flags.  Instead return the other data.
1182
1183 2010-09-22  Julien Danjou  <julien@danjou.info>
1184
1185         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1186         Only return an icon.
1187         (gnus-group-insert-group-line): Compute icon to return.
1188
1189         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1190         variable.
1191         (gnus-html-image-fetched): Only cache if
1192         gnus-html-image-automatic-caching is set.
1193         (gnus-html-image-fetched): Check for errors.
1194
1195 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1198         once per method on `g'.  This ensures that backends like nnfolder don't
1199         open all their folders.
1200
1201         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1202         (nnimap-request-list): Nix out group in the correct buffer.
1203         (nnimap-parse-flags): Implement by using `read' instead of
1204         hand-parsing.
1205         (nnimap-flags-to-marks): Pass on permanent-flags.
1206         (nnimap-make-process-buffer): Record the server name.
1207         (nnimap-parse-flags): Fix typo.
1208         (nnimap-request-scan): Run split on the server in general, not just a
1209         single group.
1210
1211         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1212         parameter, and propagate this downwards.
1213
1214         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1215         since EXAMINE changes it on the server.
1216
1217         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1218         this command might take a while.
1219
1220 2010-09-22  Julien Danjou  <julien@danjou.info>
1221
1222         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1223         harmful if you have 2 images side-by-side, they can't be properly
1224         update on text deletion.  Using text-property is safer here.
1225         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1226         data.
1227
1228 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-expunge-inbox): Removed.
1231         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1232         (nnimap-expunge): Flip default to t.
1233
1234         * gnus.el (gnus-method-to-server): Don't push things to the cache
1235         unless it's unique.
1236         (gnus-server-to-method): Ditto.
1237
1238 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1241
1242 2010-09-22  Julien Danjou  <julien@danjou.info>
1243
1244         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1245         get the start of data.
1246         (gnus-html-encode-url): Add this function to encode special chars in
1247         URL.
1248         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1249         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1250
1251         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1252         default.
1253         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1254
1255         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1256         images alt-text.
1257         (gnus-html-put-image): Put alt-text as help-echo.
1258
1259 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1262         * mm-util.el (mm-decompress-buffer)
1263         * nnir.el (nnir-run-find-grep)
1264         * pop3.el (pop3-list): Use 3rd arg of split-string.
1265
1266         * time-date.el (format-seconds): Comment fix.
1267
1268         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1269         and byte-optimize-form-code-walker.
1270         (dgnushack-make-auto-load): Don't advise make-autoload.
1271
1272         * lpath.el: Remove Emacs 21 stuff.
1273
1274 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1277         outside the active range.  Suggested by Dan Christensen.
1278
1279         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1280         slightly later to avoid double-getting it.
1281
1282         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1283         previous patch.
1284
1285         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1286
1287 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1288
1289         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1290
1291 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-int.el (gnus-open-server): Give a better error message in the
1294         "go offline" case.
1295
1296         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1297         marks for nnimap, which is seldom the right thing to do.
1298
1299         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1300         (gnus-same-method-different-name): New function.
1301
1302         * nnimap.el (parse-time): Require.
1303
1304         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1305         method in the presence of many similar methods.
1306
1307         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1308
1309         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1310         nnml-inhibit-expiry.
1311
1312         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1313         find out whether methods are equal.
1314
1315         * nnimap.el (nnimap-find-expired-articles): New function.
1316         (nnimap-process-expiry-targets): New function.
1317         (nnimap-request-move-article): Request the article before looking at
1318         what the Message-ID is.  Fix found by Andrew Cohen.
1319         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1320
1321         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1322         for oldness in addition to being a predicate.
1323
1324         * nnimap.el (nnimap-request-group): When we have zero articles, return
1325         the right data to Gnus.
1326         (nnimap-request-expire-articles): Only delete articles immediately if
1327         the target is 'delete.
1328
1329         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1330         method, this would bug out.
1331
1332         * gnus-group.el (gnus-group-expunge-group): Renamed from
1333         gnus-group-nnimap-expunge, and implemented as a normal interface
1334         function.
1335
1336         * gnus-int.el (gnus-request-expunge-group): New function.
1337
1338         * nnimap.el (nnimap-request-create-group): Implement.
1339         (nnimap-request-expunge-group): New function.
1340
1341 2010-09-21  Julien Danjou  <julien@danjou.info>
1342
1343         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1344         (gnus-html-cache-expired): Add new function.
1345         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1346         wethever we should display image for fetch it.
1347         Compute alt-text earlier to pass it to the fetching function too.
1348         (gnus-html-schedule-image-fetching): Change function argument to only
1349         get one image at a time, not a list.
1350         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1351         cache.
1352         (gnus-html-get-image-data): New function to retrieve image data from
1353         cache.
1354         (gnus-html-put-image): Change buffer argument to use image data rather
1355         than file, and place image above region rather than inserting a new
1356         one. Do not take alt-text as argument, since it's useless now: we place
1357         the image above alt-text.
1358         (gnus-html-prune-cache): Remove.
1359         (gnus-html-show-images): Start to fetch image when we find one, do not
1360         push into a temporary list.
1361         (gnus-html-prefetch-images): Only fetch image if they have expired.
1362         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1363         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1364
1365 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1368
1369 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1372         spec inser "*" if the group isn't active instead of 0.
1373
1374         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1375         opening the server.
1376         (nnimap-request-delete-group): Implement group deletion.
1377         (nnimap-transform-headers): Return the size of the entire message in
1378         the Bytes header, not just the size of the first part.
1379         (nnimap-request-move-article): When moving an article from nnimap,
1380         request the article first so the accepting form has an article to
1381         accept.  Reported by Dan Christensen.
1382         (nnimap-command): Make sure that the error message doesn't error out.
1383
1384 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1385
1386         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1387         we haven't requested anything.
1388
1389 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1392         "".  Fix found by Andrew Cohen.
1393
1394         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1395         instead of -encode-string.
1396
1397 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1400
1401         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1402         by mm-subst-char-in-string.
1403
1404 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1407         waiting for the connection string.
1408
1409         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1410         arriving.
1411
1412         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1413         bogus characters.  This allows selecting certain Gmail groups.
1414
1415         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1416         (nnimap-fetch-partial-articles): New variable.
1417         (nnimap-open-connection): When looking for credentials, also use the
1418         nnimap-server-port.
1419         (nnimap-request-article): Return the group/article number, so that Gnus
1420         `^' works as expected.
1421         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1422         them.
1423
1424         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1425         comments.
1426         (gnus-methods-sloppily-equal): New function.
1427         (gnus): When using the development version of Gnus, load the gnus-load
1428         file.
1429
1430         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1431         `gnus-open-server' on each method before trying to scan them etc.  This
1432         ensures that all the backend parameters are set correctly.
1433
1434         * nnimap.el (nnimap-authenticator): New variable.
1435         (nnimap-open-connection): Allow anonymous login.
1436         (nnimap-transform-headers): The chars header is called Chars not
1437         Bytes.
1438         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1439         drops.
1440
1441         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1442         patch, found by Knut Anders Hatlen.
1443
1444 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1445
1446         * gnus-agent.el (gnus-agent-batch-confirmation)
1447         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1448         to gnus-message.
1449         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1450         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1451         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1452         * gnus-int.el (gnus-open-server): Likewise.
1453         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1454         (gnus-score-check-syntax): Likewise.
1455         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1456         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1457         Likewise.
1458         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1459
1460 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1463         calling conventions so that prefetch doesn't bug out.
1464
1465 2010-09-19  Julien Danjou  <julien@danjou.info>
1466
1467         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1468         rather than `subst-char-in-region' in order to be able to replace ASCII
1469         char by UTF-8 ones.
1470
1471         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1472         than curl.
1473         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1474         the right URL and ALT text on images.
1475         (gnus-html-wash-tags): Fix tag case.
1476         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1477         (gnus-article-html): Add -o display_ins_del=2 option.
1478         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1479
1480 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1483         the extra mail headers, which sometimes seem to happen for unknown
1484         reasons.
1485
1486         * mail-parse.el (mail-header-encode-parameter): Define as
1487         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1488         (or most, perhaps?) mail readers don't understand the latter, but do
1489         understand the former.
1490
1491         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1492         to nil, so that no methods are automatically agentized.  I think this
1493         is probably what most users want.
1494
1495         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1496         from url-retrieve, for instance about invalid URLs.
1497
1498         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1499         groups that have no articles.
1500         (nnimap-request-article): Check that we really got an article when we
1501         requested one.
1502
1503         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1504         doesn't exist.
1505
1506         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1507         nntp buffer so the agent can save it.
1508         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1509         that CRLF doesn't get translated to \n.
1510         (nnimap-open-connection): Don't make 'shell commands only send \n.
1511
1512 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1513
1514         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1515         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1516         Update var name.
1517         (nnml-generate-nov-file): Use dolist.
1518         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1519         Use with-current-buffer.
1520
1521 2010-09-18  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1524         parallel.
1525
1526 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1529         the range update right.
1530         (nnimap-request-group): Don't make `M-g' bug out on group with no
1531         marks.
1532         (nnoo): Required, so that other packages can require nnimap.
1533         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1534         command we're looking for.  This helps when the server sends more
1535         responses after we've gotten everything we expected.
1536         (nnimap): Add a `newlinep' field to keep track of end-of-line
1537         conventions.
1538         Don't send CRLF to things that don't want it.
1539         (nnimap-request-accept-article): Ditto.
1540
1541 2010-09-18  Julien Danjou  <julien@danjou.info>
1542
1543         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1544         than curl to retrieve images.
1545
1546 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1549         the marks.
1550         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1551         (nnimap-wait-for-connection): New function.
1552         (nnimap-open-connection): If we have PREAUTH, don't query for login
1553         credentials.
1554         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1555         when doing a partial update.
1556
1557 2010-09-18  Julien Danjou  <julien@danjou.info>
1558
1559         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1560         tags.
1561
1562 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnimap.el (nnimap-credentials): New function.
1565         (nnimap-open-connection): Use the new function to look for credentials
1566         also on the numeric equivalents of "imap" and "imaps".
1567
1568         * gnus-start.el (gnus-activate-group): Send the info to
1569         gnus-request-group.
1570
1571         * nnimap.el (nnimap-request-group): Have the "check" version of the
1572         function parse flags and update the info, so that a `M-g' get a total
1573         resync of all flags from the group.
1574
1575         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1576         to allow backends to alter the info on group selection.  Also alter all
1577         the backend -request-group functions to take the parameter.
1578
1579         * nnimap.el (nnimap-store-info): New function.
1580         (nnimap-update-info): Store the info for later usage.
1581         (nnimap-request-group): Use the stored info for the dont-check case, so
1582         that we don't retrieve all marks when we enter a group.
1583
1584         * nnimap.el: Use deffoo instead of defun for interface functions.
1585
1586         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1587         update the group info.  This makes the nndraft groups, for instance, go
1588         back to their old behaviour.
1589
1590         * gnus-sum.el (gnus-select-newsgroup): Indent.
1591
1592         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1593         in.
1594         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1595         nothing.
1596
1597         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1598         from methods that are denied.
1599
1600         * gnus-int.el (gnus-method-denied-p): New function.
1601
1602         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1603         store the password instead of netrc.
1604         (nnimap-open-connection): Don't error out when we can't make a
1605         connections.
1606
1607         * auth-source.el (auth-source-create): In the password prompt, say what
1608         we're querying for.  Also prompt for user name if that hasn't been
1609         given.
1610
1611         * nnimap.el (nnimap-with-process-buffer): Removed.
1612
1613 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1616         method when we're reading from the agent.
1617
1618         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1619
1620         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1621         that's probably most useful for users.
1622
1623         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1624         "failed" all the time.
1625
1626         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1627         ...)) with (with-current-buffer ... ).
1628
1629         * nntp.el (nntp-open-server): Return whether the open was successful or
1630         not.
1631
1632         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1633         select an unread unseen article first.
1634
1635         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1636         /etc/services, supply some sensible port defaults.
1637
1638         * dgnushack.el: Define netrc-credentials.
1639
1640 2010-09-17  Julien Danjou  <julien@danjou.info>
1641
1642         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1643
1644 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1645
1646         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1647         doesn't have any parameters.
1648
1649 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1652         only upcased checks.
1653
1654         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1655
1656         * nnimap.el (nnimap-open-shell-stream): New function.
1657         (nnimap-open-connection): Use it.
1658         (nnimap-transform-headers): Get the number of lines in each message.
1659         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1660         number of lines.
1661         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1662         problem.
1663
1664         * utf7.el (utf7-encode): Autoload.
1665
1666         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1667         to allow the mail splitting to not return a default group.  This is
1668         useful for nnimap, which will leave unmatched mail in the inbox.
1669
1670         * nnimap.el: Rewritten.
1671
1672         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1673         nnimap usage.
1674
1675         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1676         if the move is internal, so that nnimap can do fast internal moves.
1677
1678         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1679         data.
1680         (gnus-read-active-for-groups): Support finishing the early retrieval of
1681         data.
1682
1683         * gnus-range.el (gnus-range-nconcat): New function.
1684
1685         * gnus-int.el (gnus-finish-retrieve-group-infos)
1686         (gnus-retrieve-group-data-early): New functions.
1687
1688 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1689
1690         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1691         (nnrss-retrieve-groups):
1692         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1693         (pop3-quit): Use with-current-buffer.
1694
1695 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1698         instead of nnheader-accept-process-output.
1699
1700         * dgnushack.el (dgnushack-compile): Add comment.
1701
1702         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1703
1704         * gnus-html.el (gnus-html-schedule-image-fetching)
1705         (gnus-html-prefetch-images): Replace process-kill-without-query by
1706         gnus-set-process-query-on-exit-flag.
1707
1708 2010-09-16  Romain Francoise  <romain@orebokech.com>
1709
1710         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1711
1712 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1715         parameter to unintern is mandatory-ish in Emacs 24.
1716
1717         * gnus-html.el (gnus-html-schedule-image-fetching)
1718         (gnus-html-prefetch-images): Check for curl before using it.
1719
1720         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1721         depend on curl, which isn't essential.
1722
1723         * imap.el: Revert back to version
1724         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1725         seem problematic.
1726
1727 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1728
1729         * gnus-registry.el (gnus-registry-install-shortcuts):
1730         Explicitly pass `obarray' to `unintern' to avoid a warning.
1731
1732 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1735         change.
1736
1737         * nnrss.el (nnrss-request-list): Removed this function and related
1738         functions, including the moreover stuff.
1739
1740 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnrss.el (nnrss-retrieve-groups): New function.
1743
1744 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1745
1746         * .dir-locals.el: Add no-byte-compile cookie.
1747
1748 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * time-date.el (format-seconds): Comment fix.
1751
1752         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1753         for back end that doesn't support request-scan.
1754
1755 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1758         then do request scans from the backends.
1759
1760         * netrc.el (netrc-credentials): New conveniency function.
1761
1762         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1763         avoid running a hook per line, since this takes a lot of time,
1764         profiling shows.
1765         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1766         directly if gnus-visual-p is true.
1767
1768 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1771         groups; replace mapcar with dolist which is a bit faster; pass groups
1772         info to gnus-read-active-file-1.
1773         (gnus-read-active-file-1): Scan only specified groups if the new
1774         optional arg `infos' is given.
1775
1776 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1779
1780         * pop3.el (pop3-movemail): Removed.
1781         (pop3-streaming-movemail): Renamed to pop3-movemail.
1782
1783         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1784         don't restrict end-tag searches to the end of the line.
1785
1786 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1789         articles of every unchecked group to t, which means unknown since the
1790         server has never been opened.
1791
1792 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-html.el (gnus-html-show-alt-text): New command.
1795         (gnus-html-browse-image): Ditto.
1796         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1797         to browse the image directly.
1798         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1799         better.
1800
1801         * gnus-async.el (gnus-async-article-callback): Call
1802         `gnus-html-prefetch-images' unconditionally.
1803
1804         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1805         before feeding URLs to curl.
1806
1807 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1810         internal images as deletable by `W D D'.
1811
1812         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1813         (gnus-async-article-callback): Fix typo.
1814
1815 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1818         current line to work around bugs in the output from w3m.
1819
1820         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1821         for groups that want that.
1822
1823         * nntp.el (nntp-wait-for-string): Supply a timeout for
1824         accept-process-output to ensure progress.
1825
1826         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1827         level to get unread articles from, then use that for foreign groups,
1828         too.
1829
1830         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1831         confuses the rest of the function.
1832
1833         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1834         for the methods that support -retrieve-groups, too.
1835
1836         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1837
1838 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1841         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1842
1843         * pop3.el: Require cl when compiling.
1844         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1845
1846 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1849         that aren't going to be activated.
1850         (gnus-get-unread-articles): Fix up the last commit.
1851
1852         * gnus-html.el (gnus-article-html): Allow calling without specifying
1853         the handle.  In that case, dissect the buffer first.
1854
1855         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1856
1857         * nnimap.el (nnimap-open-connection): Revert the change that would look
1858         into authinfo for imaps instead of imap.
1859
1860         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1861         say that you don't want to call gnus-request-group with don-check, but
1862         do check the reponse.  This is for virtual groups only.
1863         (gnus-get-unread-articles): Count the archive groups as secondary, so
1864         that they're activated the same way as before.
1865
1866         * imap.el (imap-message-map): Removed optional buffer parameter, since
1867         no callers use it.
1868         (imap-message-get): Ditto.
1869         (imap-message-put): Ditto.
1870         (imap-mailbox-map): Ditto.
1871         (imap-mailbox-put): Ditto.
1872         (imap-mailbox-get): Ditto.
1873         (imap-mailbox-get): Revert last change for this function.
1874
1875         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1876         case-insensitively.
1877         (nnimap-debug): Removed.
1878
1879         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1880         to use `imap-fetch' instead.  According to the comments, this should be
1881         safe, since all other IMAP clients use the 1:* syntax.
1882         (imap-enable-exchange-bug-workaround): Removed.
1883         (imap-debug): Removed -- doesn't seem very useful.
1884
1885         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1886         mail from a file, and the file doesn't exist.
1887
1888         * imap.el (imap-log): New convenience function used throughout instead
1889         of repeating the same code all over the place.
1890
1891         * pop3.el (pop3-streaming-movemail): Return t for success.
1892
1893         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1894         .authinfo if we're using ssl connection.
1895
1896         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1897         already have if we're in a main Gnus `g' run.
1898
1899         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1900
1901 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1904
1905         * nnmh.el (nnmh-request-list-1): Bind `file'.
1906
1907         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1908         alias to set-process-query-on-exit-flag or process-kill-without-query.
1909         (pop3-open-server): Use it.
1910
1911 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1914         box to the Incoming file.  Fixes mistake in previous checkin.
1915
1916         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1917         request loop (for debugging purposes) removed.
1918
1919         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1920         culprit is more visible.
1921         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1922         (nnml-add-incremental-nov): New functions to do "incremental" nov
1923         updates, where we just append to the end of the existing nov files
1924         without reading/writing them in full.
1925
1926         * mail-source.el (mail-source-delete-crash-box): Really only check the
1927         incoming files once in a while.
1928
1929         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1930
1931         * mail-source.el (mail-source-delete-crash-box): Only check the
1932         incoming files for deletion once per day to save a lot of file
1933         accesses.
1934
1935         * pop3.el (pop3-logon): Fix up unbound variable typo.
1936
1937         * mail-source.el (pop3-streaming-movemail): Autoload.
1938
1939         * pop3.el (pop3-streaming-movemail): Respect
1940         pop3-leave-mail-on-server.
1941
1942         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1943         retrieval.
1944
1945         * pop3.el (pop3-process-filter): Removed unused function.
1946         (pop3-streaming-movemail, pop3-send-streaming-command)
1947         (pop3-wait-for-messages, pop3-write-to-file)
1948         (pop3-number-of-responses): New functions for streaming pop3
1949         retrieval.
1950
1951         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1952         come from no known methods.
1953         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1954         list.
1955
1956         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1957         message sizes.
1958         (pop3-movemail): Use erase-buffer instead of looping and deleting
1959         regions, which seems rather odd.
1960
1961         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1962         file once per `g' run.
1963
1964         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1965         directories.  This makes the draft queue directory work.
1966
1967         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1968         data from the backends, so that we only request the list of groups from
1969         each method once.  This should speed things up considerably.
1970
1971         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1972         detect that it's not implemented.
1973
1974         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1975         we actually do recurse down into the tree, but don't stat all leaf
1976         nodes.
1977
1978         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1979         then say so instead of bugging out.
1980
1981         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1982         files exist before trying to read them.
1983
1984         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1985         around <pre_int>.
1986
1987         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1988
1989         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1990
1991 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * mm-util.el (mm-image-load-path): Just return the image directories,
1994         not all directories in the path in addition to the image directories.
1995         (mm-image-load-path): Maintain a cache of the image directories so that
1996         the `g' command in Gnus doesn't have to stat dozens of directories each
1997         time.
1998
1999         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2000         (gnus-html-wash-tags): Add a new `i' command to insert images.
2001         (gnus-html-insert-image): New command and keystroke.
2002         (gnus-html-redisplay-with-images): New command and keystroke.
2003         (gnus-html-show-images): Renamed command.
2004         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2005         spacers.
2006         (gnus-html-wash-tags): Decode entities at the end, so that entities
2007         inside the tags don't mess up the rest of the "parsing".
2008
2009         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2010         so that nnimap methods aren't agentized by default.  There's apparently
2011         many problems related to agent/imap behaviour.
2012
2013         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2014
2015         * gnus-html.el: Doc fix.
2016
2017 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2020         specifier-spec-list for Emacs 21.
2021
2022         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2023         glyph-width and glyph-height instead of display-graphic-p and
2024         image-size; make avoidance of displaying small images work for XEmacs.
2025
2026         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2027         for XEmacs.
2028
2029         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2030         of symbol that holds plist data.
2031         (gnus-process-plist): Remove plist of process after getting it.
2032
2033 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * message.el (message-generate-hashcash): Change default to
2036         'opportunistic if hashcash is installed.
2037
2038         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2039         (gnus-html-put-image): Only call image-size once, since it's somewhat
2040         time-consuming on remote X servers.
2041
2042 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2045         type on data, not a file name.
2046
2047         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2048         window-pixel-edges for Emacs 21.
2049
2050         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2051         decoded contents.
2052         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2053
2054 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2057         group line format, since it isn't very interesting.
2058
2059         * gnus-agent.el (gnus-agent-short-article),
2060         (gnus-agent-long-article): Increase values for these two variables,
2061         since most people are likely to have more network connection and
2062         storage than before.
2063
2064         * gnus.el (gnus-refer-article-method): Change default to 'current.
2065         When referring an article, the common behaviour is to refer it from the
2066         current select method, not the native select method.  The chances of
2067         the native select method having the message in question is rather slim
2068         these days.
2069
2070         * gnus-sum.el (gnus-auto-select-subject): Change default to
2071         `unseen-or-unread'.  I think it's likely that most people want to
2072         select an unseen article over a previously seen, but unread one.
2073
2074         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2075         means that in the article buffer none of the minor mode elements will
2076         be shown, usually, and this is not desirable in most cases.
2077
2078         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2079         that commands like `d' (and the like) go to the next line in the
2080         buffer, instead of the next unread article.  I think this is the
2081         behaviour that is most natural for most users.
2082         (gnus-single-article-buffer): Change default to nil, so that people can
2083         have as many article buffers open as they have summary buffer.  I think
2084         this is the most natural way for the groups to behave.
2085
2086         * message.el (message-generate-new-buffers): Change default to
2087         `unsent', so that all new message buffers start their names with the
2088         string "*unsent", and it's easier to find the buffers if you move from
2089         them.
2090
2091 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2094         small.  They're probably tracking images.
2095         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2096         (gnus-html-rescale-image): Yet another try at getting the image sizing
2097         right.
2098
2099         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2100         nntp-marks-file-name is nil.
2101
2102 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * gnus-html.el (gnus-html-wash-tags)
2105         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2106         Better logging.
2107
2108 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2111
2112         * gnus-html.el (gnus-html-wash-tags): Check the value of
2113         gnus-blocked-images in the summary buffer.
2114
2115 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2116
2117         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2118
2119 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2122         like "a", it seems like.
2123         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2124         since it needs to be picked from the correct buffer.
2125
2126         * nnwfm.el: Removed.
2127
2128         * nnlistserv.el: Removed.
2129
2130 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2131
2132         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2133         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2134
2135 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * nnkiboze.el: Removed.
2138
2139         * nndb.el: Removed.
2140
2141         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2142         alt text.
2143         (gnus-html-rescale-image): Try to get the rescaling logic right for
2144         images that are just wide and not tall.
2145
2146         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2147         overshadow variable bindings.
2148
2149 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * gnus-html.el (gnus-html-wash-tags)
2152         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2153         extra logging.
2154
2155 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2158         (gnus-max-image-proportion): New variable.
2159         (gnus-html-rescale-image): New function.
2160         (gnus-html-put-image): Rescale images.
2161
2162 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2163
2164         Fix up some byte-compiler warnings.
2165         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2166         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2167         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2168         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2169         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2170         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2171         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2172
2173 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-html.el (gnus-article-html): Decode contents by charset.
2176
2177 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2180         (gnus-html-frame-width, gnus-blocked-images)
2181         * message.el (message-prune-recipient-rules): Add custom version.
2182         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2183
2184         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2185         functions.
2186
2187         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2188         gnus-process-get.
2189
2190 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2191
2192         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2193         instead of lsub directly.
2194
2195 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnwarchive.el: Removed.
2198
2199         * gnus-soup.el: Removed.
2200
2201         * nnsoup.el: Removed.
2202
2203         * nnultimate.el: Removed.
2204
2205         * gnus-html.el (gnus-blocked-images): New variable.
2206
2207         * message.el (message-prune-recipients): New function.
2208         (message-prune-recipient-rules): New variable.
2209
2210         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2211         guess whether a long line is natural text or not.
2212
2213         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2214         gnus-process-plist and friends for compatibility.
2215
2216 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2217
2218         * gnus-html.el: Require packages that define macros used in this file.
2219         (gnus-article-mouse-face): Declare to silence byte-compiler.
2220         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2221         process-get.
2222         (gnus-html-put-image): Use plist-get to avoid getf.
2223         (gnus-html-prefetch-images): Use with-current-buffer.
2224
2225 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-ems.el: Provide compatibility functions for
2228         gnus-set-process-plist.
2229
2230         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2231         header-line-format for XEmacs 21.4.
2232
2233         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2234         * gnus.el (gnus-valid-select-methods)
2235         * message.el (message-send-mail-partially-limit)
2236         * mm-decode.el (mm-text-html-renderer)
2237         * mml.el (mml-insert-mime-headers-always)
2238         * smiley.el (smiley-regexp-alist): Bump custom version.
2239
2240 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-html.el: require mm-url.
2243         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2244         with the url to `url'.
2245         (gnus-html-wash-tags): Support cid: URLs/images.
2246
2247 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2250         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2251         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2252
2253         * gnus-move.el: Removed file, since it doesn't really work.
2254
2255         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2256         UTF-8.  This seems to fix problems with some German web feeds.
2257
2258         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2259         at the top so that the proper colours are applied.
2260
2261         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2262         don't have dots in their names.
2263
2264         * gnus-art.el (gnus-article-view-part): Doc fix.
2265
2266         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2267         XEmacs-compatible.
2268         (gnus-html-put-image): Don't do images on non-graphic displays.
2269
2270         * nnslashdot.el: Removed this unused backend.
2271
2272         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2273         actions.
2274         (gnus-undo-register-1): Revert last change.
2275
2276         * gnus-group.el (gnus-group-completing-read): Protect against not
2277         having completion-styles bound.
2278
2279         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2280         make broken recipients happier.
2281
2282         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2283
2284         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2285         point parameter.
2286
2287         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2288
2289         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2290         completion-styles for group selection.
2291
2292 2009-02-04  Andreas Schwab  <schwab@suse.de>
2293
2294         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2295         headers and regexp-quote the match if necessary.
2296
2297 2009-03-24  Miles Bader  <miles@gnu.org>
2298
2299         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2300         the blinking smiley.
2301
2302 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2303
2304         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2305         blink smiley.
2306
2307 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2310         where the dribbel file lives exists.
2311
2312         * message.el (message-send-mail-partially-limit): Change the default to
2313         nil, since most people don't want this.
2314
2315         * mm-url.el (mm-url-decode-entities): Also decode entities like
2316         &#x3212.
2317
2318 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2319
2320         * gnus-sum.el (gnus-summary-idna-message):
2321         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2322         Hyperlink urls in docstrings with URL `...'.
2323
2324 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2325
2326         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2327         functions.
2328
2329 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2332         say what the mouseover text should be.
2333
2334         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2335         version of the mm-w3m-safe-url-regexp variable to only download images
2336         in the groups where we want that to happen.
2337
2338         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2339
2340         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2341         easier debugging.
2342         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2343         big pictures in the article buffer.
2344
2345         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2346         gnus-article-html.
2347         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2348         w3m.
2349
2350         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2351
2352 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2355         which doesn't exist.
2356
2357         * message.el (message-inhibit-ecomplete): New variable to allow some
2358         function to inhibit ecomplete address storage.
2359         (message-resend): Disable ecomplete message storage when resending
2360         messages.
2361
2362         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2363
2364 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2367         Save excursion while copying, moving, and deleting articles in order to
2368         prevent the cursor from jumping to unforeseen place.
2369
2370 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * lpath.el: No need to bind bookmark-current-buffer,
2373         bookmark-yank-point and bookmark-make-record-function.
2374
2375 2010-08-17  Glenn Morris  <rgm@gnu.org>
2376
2377         * gnus-sync.el: Require gnus components whose functions are used.
2378
2379         * gnus-art.el (bookmark-make-record-function):
2380         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2381         Declare for compiler.
2382
2383         * mm-url.el (mml-compute-boundary): Autoload.
2384
2385 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2388
2389 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         Typo fix "hoo4a" -> "hook".
2392
2393         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2394
2395 2010-08-14  Glenn Morris  <rgm@gnu.org>
2396
2397         * gnus-sync.el (gnus-sync): Fix defgroup version.
2398
2399 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2400
2401         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2402
2403         * gnus-sync.el: Fix docs.
2404         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2405         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2406
2407 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         Optimizations for gnus-sync.el.
2410
2411         * gnus-sync.el: Add docs about gnus-sync-backend
2412         possibilities.
2413         (gnus-sync-save): Remove unnecessary message.
2414         (gnus-sync-read): Optimize and show what groups were skipped.
2415
2416 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2417
2418         Minor bug fixes for gnus-sync.el.
2419
2420         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2421         read the sync on get-new-news.
2422
2423         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2424         quiet.
2425
2426         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2427
2428 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2429
2430         Make saving and restoring of hidden threads work with overlays.
2431         Patch applied by Ted Zlatanov.
2432
2433         * gnus-sum.el (gnus-hidden-threads-configuration)
2434         (gnus-restore-hidden-threads-configuration): Update to deal with text
2435         properties, rather than searching for a magic character.
2436
2437 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2438
2439         New gnus-sync.el library for synchronization of marks.
2440
2441         * gnus-sync.el: New library for synchronization of marks.
2442
2443         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2444         renamed from `gnus-registry-grep-in-list'.
2445
2446         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2447
2448         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2449
2450 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2453         determining charset of text fails.
2454
2455 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * nnmail.el (nnmail-get-new-mail-1): Revert.
2458
2459         * nnml.el (nnml-active-number): Make sure names of newly created groups
2460         in nnml-group-alist are encoded.
2461
2462 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2465         containing non-ASCII characters in active file for nnml back end.
2466
2467 2010-07-24  David Engster  <dengste@eml.cc>
2468
2469         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2470         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2471
2472 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2473
2474         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2475         tag (Bug#6654).
2476
2477 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2480         the article buffer, not the summary buffer.
2481
2482 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2485         Emacs 23 as well.
2486
2487 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2490         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2491
2492 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2493
2494         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2495         Patch applied by Karl Fogel.
2496
2497         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2498         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2499
2500 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2501
2502         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2503         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2504         C-w still not working correctly from Article buffers; Thierry's
2505         patch to fix that will be applied after this.
2506
2507         * gnus-art.el (bookmark-make-record-function): New local variable.
2508
2509         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2510         article buffer.
2511         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2512
2513 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2514
2515         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2516         on changes in bookmark.el.
2517
2518 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2521         `no-log' instead of message not to log prompt string.
2522
2523 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2524
2525         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2526         the *other* type of HTML form submission.
2527
2528 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2529
2530         * auth-source.el (auth-source-pick): If choice does not contain a
2531         questioned keyword, set the check to t.
2532
2533 2010-06-12  Romain Francoise  <romain@orebokech.com>
2534
2535         * gnus-util.el (gnus-date-get-time): Move up before first use.
2536
2537 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2540         (gnus-article-edit-part): Bind it to make last part that is substituted
2541         or deleted visible.
2542         (gnus-mime-display-single): Buttonize part of which id equals to
2543         gnus-mime-buttonized-part-id.
2544
2545 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2546
2547         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2548         (gnus-dd-mmm): Use gnus-date-get-time.
2549         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2550         simplify logic.
2551         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2552         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2553
2554 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2555
2556         * auth-source.el (top): Autoload `secrets-list-collections',
2557         `secrets-create-item', `secrets-delete-item'.
2558         (auth-sources): Fix tag string.
2559         (auth-get-source, auth-source-retrieve, auth-source-create)
2560         (auth-source-delete): New defuns.
2561         (auth-source-pick): Rewrite in order to avoid 2 passes.
2562         (auth-source-forget-user-or-password): New parameter USERNAME.
2563         (auth-source-user-or-password): New parameters CREATE-MISSING and
2564         DELETE-EXISTING.  Retrieve password interactively, if needed.
2565
2566 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2567
2568         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2569         deleting unused directories when gnus-expert-user is t.
2570
2571 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2574         for each temp file when gnus-article-browse-delete-temp is ask.
2575
2576 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2577
2578         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2579         Lisp calls to delete-backward-char by calls to delete-char.
2580
2581 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2582
2583         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2584
2585 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2586
2587         * password-cache.el (password-cache-remove): Fix docstring.
2588
2589 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2592         article unless decoding article to be saved.
2593
2594 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2597         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2598         generated within the mm-with-unibyte-current-buffer macro.
2599
2600 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2603         to nil when we're in a mml-preview buffer and no group is selected.
2604
2605 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2606
2607         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2608         when catching the `C-g'.  Reported by "Leo".
2609
2610 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * message.el (message-forward-make-body-plain)
2613         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2614         multibyte-string-p.
2615
2616         * lpath.el: Revert.
2617
2618 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * message.el (message-forward-make-body-mml): Assume original message
2621         is multibyte string; error on unibyte.
2622         (message-forward-make-body-plain): Ditto; don't add excessive newline
2623         in body end.
2624
2625         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2626
2627 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2628
2629         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2630         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2631
2632 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * mm-extern.el (mm-extern-url): Don't use
2635         mm-with-unibyte-current-buffer.
2636         (mm-extern-cache-contents): Use with-current-buffer instead of
2637         save-excursion + set-buffer.
2638
2639 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-util.el (mm-emacs-mule): Remove.
2642
2643 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2644
2645         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2646         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2647         change.
2648
2649 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2652         bind the default value of enable-multibyte-characters to nil.
2653
2654 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * message.el (message-forward-make-body-plain)
2657         (message-forward-make-body-mml):
2658         Don't use mm-with-unibyte-current-buffer.
2659
2660 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2661
2662         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2663
2664 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2665
2666         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2667         (Bug#5592).
2668
2669 2010-05-07  Julien Danjou  <julien@danjou.info>
2670
2671         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2672         it to mm-pipe-part.
2673
2674         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2675         it is given.
2676
2677 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * binhex.el (binhex-decode-region-internal)
2680         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2681         (dns-query)
2682         * nnweb.el (nnweb-gmane-search)
2683         * pgg-parse.el (pgg-parse-armor)
2684         * pgg.el (pgg-verify-region)
2685         * sha1.el (sha1-string-external)
2686         * uudecode.el (uudecode-decode-region-internal)
2687         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2688         XEmacs.
2689
2690         * gnus-art.el (gnus-article-browse-html-parts)
2691         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2692         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2693         make-temp-file.
2694
2695         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2696         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2697         compiling.
2698
2699         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2700         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2701         XEmacs when compiling.
2702
2703         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2704         gnus-pick-mode-off-hook for XEmacs when compiling.
2705         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2706         gnus-binary-mode-off-hook for XEmacs when compiling.
2707
2708         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2709         nil if char-charset is not available.
2710
2711         * imap.el (imap-disable-multibyte)
2712         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2713         macros.
2714
2715         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2716         instead of encode-coding-string.
2717
2718         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2719         'xemacs) instead of mm-emacs-mule to switch function definitions.
2720         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2721
2722         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2723         bind temporary-file-directory for XEmacs;
2724         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2725         timer-set-function for XEmacs 21.4 and SXEmacs;
2726         bind timer-list for XEmacs 21.4 and SXEmacs;
2727         fbind char-charset and find-charset-region for non-Mule XEmacs;
2728         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2729         encode-coding-region and encode-coding-string for XEmacs having no
2730         file-coding feature.
2731
2732 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2733
2734         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2735
2736 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2739         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2740
2741 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2742
2743         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2744         alias `jka-compr-delete-temp-file' no longer exists.
2745
2746 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2747
2748         Use define-minor-mode in Gnus where applicable.
2749         * mml.el (mml-mode): Use define-minor-mode.
2750         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2751         (gnus-undo-mode): Use define-minor-mode.
2752         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2753         (gnus-dead-summary-mode): Use define-minor-mode.
2754         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2755         Initialize in declaration.
2756         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2757         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2758         (gnus-mailing-list-mode): Use define-minor-mode.
2759         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2760         (gnus-draft-mode): Use define-minor-mode.
2761         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2762         (gnus-dired-mode): Use define-minor-mode.
2763
2764 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2765
2766         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2767         handles on recursive mml-to-mime translation and check them for
2768         boundary delimiter collisions.  Reported by Greg Troxel.
2769
2770 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2773
2774 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2775
2776         * mm-util.el (mm-find-buffer-file-coding-system):
2777         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2778
2779 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2780
2781         * message.el (message-generate-headers): Record insertion of optional
2782         headers as well.  Otherwise the check to prevent repeated insertion of
2783         optional headers is a no-op.
2784
2785 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * smime.el: Don't mention CVS.
2788
2789         * nnrss.el (nnrss-fetch): Don't mention CVS.
2790
2791         * nnir.el: Don't mention CVS.
2792
2793 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2794
2795         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2796
2797 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * lpath.el: Fbind bookmark-default-handler,
2800         bookmark-get-bookmark-record, bookmark-make-record-default,
2801         bookmark-prop-get for Emacs <23 and XEmacs.
2802
2803 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2804
2805         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2806         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2807         Use with-current-buffer to silence the byte-compiler.
2808         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2809         bother to require `gnus'.
2810         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2811
2812 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2813
2814         * gnus-sum.el (gnus-summary-bookmark-make-record)
2815         (gnus-summary-bookmark-jump): New functions.
2816         (gnus-summary-mode): Setup bookmark support.
2817
2818 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2819
2820         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2821         if set.
2822
2823 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2826         gnus-article-browse-html-save-cid-image; make it work recursively for
2827         forwarded messages as well.
2828         (gnus-article-browse-html-parts): Work when prefix arg is given.
2829         (gnus-article-browse-html-article): Doc fix.
2830
2831 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2832
2833         * message.el (message-default-mail-headers):
2834         (message-default-headers): Carry the value mail-default-headers over
2835         into message-default-mail-headers, rather than message-default-headers.
2836
2837 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2838
2839         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2840         charset.
2841
2842         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2843         charset into the <meta> tag when the article is encoded to utf-8.
2844
2845 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2848         directories as well.
2849         (gnus-article-browse-html-parts): Work for images that do not specify
2850         file names; delete temp directory when quitting; insert header at the
2851         right place; use file: scheme for image files.
2852
2853 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2854
2855         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2856         (gnus-article-browse-html-parts): Use it to make temporary cid image
2857         files in addition to html file so that browser may display them.
2858
2859 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2862
2863 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2866
2867 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2868
2869         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2870         about Secret Service API sources.  Improve Customize options.
2871         (auth-source-pick): Change to accept any number of search parameters.
2872         Implement fallbacks iteratively, not recursively.  Add scoring on the
2873         second pass and sort by score.  Call Secret Service API when needed.
2874         (auth-source-user-or-password): Use it.  Call Secret Service API
2875         directly when needed to get the user name and the password.
2876
2877 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2878
2879         * message.el (message-interactive): Doc fix.
2880         (message-qmail-inject-args): Reflow.
2881         (message-kill-to-signature): Fix typo in docstring.
2882
2883         * smiley.el (smiley-buffer): Fix typo in docstring.
2884
2885 2010-03-24  Glenn Morris  <rgm@gnu.org>
2886
2887         * mail-source.el (gnus-message): Declare.
2888         (mail-source-delete-old-incoming): Require gnus-util.
2889
2890 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2893
2894         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2895
2896         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2897         password-cache's default if it is not bound.
2898         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2899         password-cache-expiry's default if it is not bound.
2900
2901         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2902         available in Emacs 21.
2903
2904         * lpath.el: Suppress compiler warnings for:
2905         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2906         XEmacs;
2907         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2908         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2909         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2910
2911 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * auth-source.el (auth-sources): Fix up definition so extra parameters
2914         are always inline.
2915
2916 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2917
2918         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2919         wasn't updated after mismatch.  Clear cached mailbox info correctly
2920         when uidvalidity changes.
2921         (nnimap-group-prefixed-name): New function to avoid some code
2922         duplication.
2923         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2924         (nnimap-request-group): Use it.
2925         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2926         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2927         with many imap folders.  This is done by caching the group status from
2928         the imap server persistently in a group parameter `imap-status'.  (This
2929         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2930         but not persistently, so every Gnus startup was still very slow.)
2931
2932 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2935         delete the extra newline.  Otherwise editing of :string and :number
2936         types don't work.
2937
2938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2941         secrets.el dependency.
2942         (auth-sources): Add optional user name.  Add secrets.el configuration
2943         choice (unused right now).
2944
2945 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2946
2947         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2948         `gnus-registry-install-shortcuts' fill in the functions.
2949
2950         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2951         warnings.
2952         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2953         (gnus-registry-install-shortcuts): Populate and use it in a
2954         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2955
2956 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2957
2958         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2959         In-place substitutions for the group name encoding/decoding.
2960         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2961         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2962         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2963         (nnimap-update-unseen, nnimap-request-list)
2964         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2965         (nnimap-request-set-mark, nnimap-split-to-groups)
2966         (nnimap-split-articles, nnimap-request-newgroups)
2967         (nnimap-request-create-group, nnimap-request-accept-article)
2968         (nnimap-request-delete-group, nnimap-request-rename-group)
2969         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2970         `encoded-mbx' for consistency.
2971         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2972         variable `imap-current-mailbox'.
2973
2974         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2975         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2976
2977 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2978
2979         * pop3.el (pop3-display-message-size-flag): Display message size byte
2980         counts during POP3 download.
2981         (pop3-movemail): Use it.
2982         (pop3-list): Implement listing of available messages.
2983
2984 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2985
2986         * nnir.el (nnir-get-article-nov-override-function): New function to
2987         override the normal NOV retrieval.
2988         (nnir-retrieve-headers): Use it.
2989
2990 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2991
2992         * auth-source.el (netrc-machine-user-or-password): Autoload.
2993
2994 2010-03-19  Glenn Morris  <rgm@gnu.org>
2995
2996         Stop message.el from loading about 40 libraries it doesn't always need.
2997         The general approach is to autoload rather than require, and to
2998         require in the specific functions rather than the file.  (Bug#5642)
2999
3000         * gmm-utils.el: Don't require wid-edit.
3001         (widget-create-child-value, widget-convert, widget-default-get):
3002         Autoload.
3003
3004         * gnus-util.el: Don't require time-date, netrc.
3005         (message-fetch-field, gnus-group-name-decode): Declare rather than
3006         autoloading.
3007         (gnus-fetch-field): Require message.
3008         (gnus-decode-newsgroups): Require gnus-group.
3009
3010         * ietf-drums.el: Don't require time-date.
3011
3012         * message.el: Don't require hashcash, canlock, ecomplete.
3013         Do require mail-utils.  Require nnheader only when compiling.
3014         (smtpmail-default-smtp-server): Remove declaration.
3015         (message-send-mail-function): Check smtpmail-default-smtp-server
3016         is bound rather than requiring smtpmail.
3017         (message-auto-save-directory, message-insert-signature): Use
3018         expand-file-name rather than nnheader-concat.
3019         (nnheader-insert-file-contents): Autoload.
3020         (hashcash-wait-async): Declare.
3021         (message-send-mail): Only call gnus-setup-posting-charset if
3022         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3023         (message-send-mail-with-sendmail): Require sendmail.
3024         (canlock-password, canlock-password-for-verify): Declare.
3025         (message-canlock-password): Require canlock.
3026         (nnheader-get-report): Autoload.
3027         (gnus-setup-posting-charset): Declare.
3028         (message-send-news): Require gnus-msg.
3029         (message-make-references, message-make-in-reply-to): Use mail-header-id
3030         rather than the alias mail-header-message-id.
3031         (ecomplete-add-item, ecomplete-save): Declare.
3032         (message-put-addresses-in-ecomplete): Require ecomplete.
3033         (ecomplete-display-matches): Autoload.
3034
3035         * mm-decode.el: Don't require mailcap, gnus-util.
3036         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3037         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3038         Autoload.
3039         (mailcap-mime-extensions): Declare.
3040
3041         * mm-encode.el: Don't require mailcap.
3042         (mailcap-extension-to-mime): Autoload.
3043
3044         * mml-sec.el: Don't require password-cache.
3045
3046         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3047         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3048         (mml-minibuffer-read-type): Require mailcap.
3049         (mml-preview): Require gnus-msg.
3050
3051         * mml1991.el: Require password-cache.
3052         (password-cache-expiry): Remove declaration.
3053
3054         * mml2015.el: Require password-cache.
3055         (password-cache-expiry): Remove declaration.
3056
3057         * nneething.el (mailcap): Require mailcap.
3058
3059         * nnheader.el (declare-function): Add compatibility stub.
3060         (message-remove-header): Declare rather than autoload.
3061         (nnheader-replace-header): Require message.
3062
3063         * nnimap.el (declare-function): Add compatibility stub.
3064         (netrc-parse, netrc-machine-user-or-password): Declare.
3065         (nnimap-open-connection): Require netrc.
3066
3067         * nntp.el (declare-function): Add compatibility stub.
3068         (netrc-parse, netrc-machine, netrc-get): Declare.
3069         (nntp-send-authinfo): Require netrc.
3070
3071         * rfc2047.el: Don't require qp.
3072         (quoted-printable-encode-region, quoted-printable-decode-string):
3073         Autoload.
3074
3075         * sieve-mode.el: Don't require easymenu.
3076         (easy-menu-add-item): Autoload it.
3077
3078         * spam-stat.el (time-to-number-of-days): Autoload it.
3079
3080 2010-03-19  Glenn Morris  <rgm@gnu.org>
3081
3082         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3083
3084 2010-03-18  Glenn Morris  <rgm@gnu.org>
3085
3086         * hashcash.el (declare-function): Remove duplicate definition.
3087
3088 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3089
3090         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3091         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3092         value if any backslash escapes).
3093
3094 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3097         if it is available.  (bug#5647)
3098
3099         * lpath.el: Suppress compiler warning for coding-system-from-name for
3100         Emacs 21 and XEmacs.
3101
3102 2010-03-14  Juri Linkov  <juri@jurta.org>
3103
3104         * hmac-def.el:
3105         * hmac-md5.el:
3106         * netrc.el: Fix keywords.
3107
3108 2010-02-26  Glenn Morris  <rgm@gnu.org>
3109
3110         * message.el (message-send-mail-function): Change the default, so that
3111         it inherits from a customized send-mail-function.  (Bug#5643)
3112
3113 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3114
3115         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3116         shell-command-to-string signals an error (bug#5299).
3117
3118 2010-02-24  Glenn Morris  <rgm@gnu.org>
3119
3120         * message.el (message-smtpmail-send-it)
3121         (message-send-mail-with-mailclient): Doc fixes.
3122
3123 2010-02-16  Glenn Morris  <rgm@gnu.org>
3124
3125         * message.el (message-default-mail-headers): Change the default value
3126         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3127
3128 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3131         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3132
3133 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3134
3135         * time-date.el (date-to-time): Doc fix (Bug#5408).
3136
3137 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3138
3139         * message.el (message-mail): Just pass yank-action on to message-setup.
3140         (message-setup): Handle (FUN . ARGS) form of yank-action.
3141         (message-with-reply-buffer, message-widen-reply)
3142         (message-yank-original): Handle non-buffer values of
3143         message-reply-buffer (Bug#4080).
3144         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3145
3146 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3147
3148         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3149         Fix typo in docstring.
3150
3151 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3152
3153         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3154         response.
3155
3156 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3159
3160         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3161
3162         * message.el (message-check-news-header-syntax): Protect against a
3163         string that `rfc822-addresses' returns when parsing fails.
3164
3165 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3168         (gnus-previous-char-property-change): New functions.
3169
3170         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3171
3172 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3173
3174         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3175         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3176
3177 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3178
3179         * message.el (message-exchange-point-and-mark): Rework last change to
3180         avoid using optional arg of exchange-point-and-mark, for backward
3181         compatibility.
3182
3183 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3184
3185         * message.el (message-exchange-point-and-mark): Call
3186         exchange-point-and-mark with an argument rather than setting
3187         mark-active by hand (Bug#5175).
3188
3189 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * nntp.el (nntp-service-to-port): Work for service expressed with
3192         numeric string; replace [:digit:] with [0-9] for XEmacs.
3193
3194 2009-12-17  Glenn Morris  <rgm@gnu.org>
3195
3196         * gnus-group.el (gnus-bug-group-download-format-alist):
3197         Change emacs entry to debbugs.gnu.org.  Bump :version.
3198
3199 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3202
3203 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3204
3205         * message.el (message-info): Explain why we use `Info-goto-node'.
3206
3207 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3210
3211 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3212
3213         * message.el (message-completion-in-region): New compatibility function.
3214         (message-expand-group): Use it.
3215
3216 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3219         with no unread article should be listed if the 2nd arg `predicate' is
3220         given.
3221
3222 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3225
3226 2009-11-29  Juri Linkov  <juri@jurta.org>
3227
3228         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3229         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3230         on `gnus-recenter'. (Bug#4698, Bug#4981)
3231
3232 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3233
3234         * sha1.el (sha1-string-external): default-directory "/" in case
3235         otherwise non-existent.  process-connection-type pipe for touch of
3236         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3237
3238 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3239
3240         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3241         it's comms related and sgml-mode.el has "comm" on that basis too.
3242
3243 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3246         containing tspecial characters if they have been already quoted.
3247
3248 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3249
3250         * dns-mode.el (auto-mode-alist): Purecopy string.
3251
3252 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3253
3254         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3255
3256 2009-10-24  Glenn Morris  <rgm@gnu.org>
3257
3258         * gnus-art.el (help-xref-stack-item): Define for compiler.
3259
3260 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3261
3262         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3263
3264 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3267
3268 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3271         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3272
3273 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3276         (gnus-overlays-in): New alias to overlays-in.
3277
3278         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3279         gnus-overlay-get, and gnus-delete-overlay.
3280         (gnus-summary-show-thread): Make it work as well for systems in which
3281         next-single-char-property-change is not available.
3282         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3283
3284         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3285         (gnus-overlay-get): New alias to extent-property.
3286         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3287
3288         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3289         SXEmacs.
3290
3291         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3292         SXEmacs.
3293
3294 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3295
3296         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3297
3298 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3299
3300         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3301         and XEmacs that don't have `remove-overlays'.
3302
3303 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3306         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3307         selective display.  Use overlays instead.
3308
3309 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3312
3313 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3314
3315         * spam-stat.el (spam-stat-load): Fix typo in message.
3316
3317 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3318
3319         * dig.el (dig-invoke): Fix typo in docstring.
3320         (query-dig): Reflow docstring.
3321
3322 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3323
3324         * gnus-art.el (gnus-article-encrypt-body):
3325         * message.el (message-check-recipients):
3326         * mm-util.el (mm-codepage-setup):
3327         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3328         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3329
3330 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3331
3332         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3333         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3334         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3335         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3336         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3337
3338 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3339
3340         * dig.el: Add "Keywords: comm", as per net-utils.el.
3341
3342 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * dig.el (dig-mode): Use define-derived-mode.
3345
3346 2009-09-19  Glenn Morris  <rgm@gnu.org>
3347
3348         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3349
3350 2009-09-18  Glenn Morris  <rgm@gnu.org>
3351
3352         * gnus-diary.el (gnus-diary-check-message):
3353         * message.el (message-insert-formatted-citation-line):
3354         * nnbabyl.el (top-level):
3355         * nndiary.el (nndiary-schedule):
3356         Fix typos in condition-case handlers.
3357
3358 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3361         configuration that provides the sole article window in a frame;
3362         position point correctly after deleting a part.
3363
3364 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3365
3366         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3367         (spam-resolve-registrations-routine): Use it to unregister articles
3368         that change status.
3369
3370 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3373         with XEmacs.
3374         (parse-time-string-chars): Use it.
3375
3376 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3377
3378         * imap.el (imap-interactive-login): Better messages.
3379         (imap-open): Fix bug with renamed buffer on reconnect.
3380         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3381         for easier debugging and cleaner code.  On successful (guessed based on
3382         server capabilities) secondary authentication, set imap-state
3383         correctly.
3384         (imap-last-authenticator): Define imap-last-authenticator as a variable
3385         to avoid warnings.
3386
3387 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * nnrss.el (nnrss-request-article): Remove binding of
3390         default-enable-multibyte-characters that has gotten needless by
3391         the 2007-07-13 change in rfc2047-encode-message-header.
3392
3393         * mml.el (mml-insert-multipart): Error on the message header.
3394         (mml-insert-part): Error on the message header; position point at
3395         the end of a MIME tag.
3396
3397 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * time-date.el (autoload): Expand define-obsolete-function-alias into
3400         defalias and make-obsolete for old Emacsen that Gnus supports.
3401         (with-no-warnings): Define it for old Emacsen.
3402         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3403         is available.
3404         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3405         float-time is available; suppress compile warning for time-to-seconds.
3406
3407         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3408         (gnus-float-time): Alias to float-time if it exists.
3409
3410         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3411         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3412         float-time is available; suppress compile warning for time-to-seconds.
3413
3414         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3415         XEmacs.
3416
3417 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * imap.el (imap-message-map): Docstring fix.
3420
3421 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3424         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3425         Add the optional argument `encoding' that overrides the default.
3426
3427         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3428         mm-encode-buffer.
3429
3430 2009-09-04  Glenn Morris  <rgm@gnu.org>
3431
3432         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3433         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3434         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3435         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3436         * mm-util.el (mm-with-unibyte-current-buffer)
3437         (mm-find-buffer-file-coding-system):
3438         * yenc.el (yenc-decode-region): Use default-value rather than
3439         default-enable-multibyte-characters.
3440
3441 2009-09-03  Glenn Morris  <rgm@gnu.org>
3442
3443         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3444         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3445         than default-enable-multibyte-characters.
3446
3447 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3448
3449         * gnus-art.el (gnus-article-read-summary-keys):
3450         Fix gnus-buffer-configuration's value temporarily used.
3451
3452 2009-09-02  Glenn Morris  <rgm@gnu.org>
3453
3454         * gnus-util.el (gnus-float-time): New function.
3455         * gnus-delay.el (gnus-delay-article):
3456         * gnus-sum.el (gnus-thread-latest-date):
3457         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3458         * nnspool.el (nnspool-request-newgroups):
3459         Use gnus-float-time rather than time-to-seconds.
3460         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3461
3462         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3463         (gnus-header-subject-face, gnus-header-newsgroups-face)
3464         (gnus-header-name-face, gnus-header-content-face):
3465         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3466         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3467         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3468         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3469         (gnus-cite-face-11):
3470         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3471         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3472         (gnus-server-closed-face, gnus-server-denied-face)
3473         (gnus-server-offline-face):
3474         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3475         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3476         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3477         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3478         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3479         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3480         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3481         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3482         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3483         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3484         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3485         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3486         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3487         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3488         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3489         (gnus-summary-high-undownloaded-face)
3490         (gnus-summary-low-undownloaded-face)
3491         (gnus-summary-normal-undownloaded-face)
3492         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3493         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3494         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3495         (gnus-splash-face):
3496         * message.el (message-header-to-face, message-header-cc-face)
3497         (message-header-subject-face, message-header-newsgroups-face)
3498         (message-header-other-face, message-header-name-face)
3499         (message-header-xheader-face, message-separator-face)
3500         (message-cited-text-face, message-mml-face):
3501         * sieve-mode.el (sieve-control-commands-face)
3502         (sieve-action-commands-face, sieve-test-commands-face)
3503         (sieve-tagged-arguments-face):
3504         * spam.el (spam-face):
3505         Mark face aliases with "-face" in the name as obsolete.
3506
3507 2009-09-01  Glenn Morris  <rgm@gnu.org>
3508
3509         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3510         than goto-line.
3511
3512 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3515         Don't move point if the command is invoked inside the message header.
3516
3517 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3518
3519         * imap.el (imap-send-command): Simplify.
3520         (imap-wait-for-tag): point-max -> buffer-size.
3521
3522 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3523
3524         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3525         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3526         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3527         * nnir.el (nnir-swish-e-index-file):
3528         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3529         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3530         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3531         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3532         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3533         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3534
3535 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3538         Don't save excursion.
3539
3540 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3541
3542         * nnheader.el (nnheader-find-file-noselect):
3543         * mm-util.el (mm-insert-file-contents):
3544         Use (default-value 'major-mode) instead of default-major-mode.
3545
3546 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3549
3550 2009-08-26  Glenn Morris  <rgm@gnu.org>
3551
3552         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3553         than placing in files.el.
3554
3555 2009-08-25  Glenn Morris  <rgm@gnu.org>
3556
3557         * nnir.el (top-level): Don't require cl at run-time.
3558         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3559         Replace cl-function substitute with gnus-replace-in-string.
3560         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3561         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3562         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3563         simplified expansions.
3564
3565 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3566
3567         * dig.el (dig): Add autoload cookie.
3568
3569 2009-08-22  Glenn Morris  <rgm@gnu.org>
3570
3571         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3572         goto-line.
3573
3574 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3575
3576         * parse-time.el (parse-time-string-chars): Save match data.
3577
3578 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3579
3580         * parse-time.el (parse-time-string-chars): Compute using character
3581         classes, to handle non-ascii characters (Bug#3190).
3582
3583 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3586
3587         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3588         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3589         (gnus-mm-display-part, gnus-mime-display-single)
3590         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3591         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3592
3593         * gnus-sum.el
3594         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3595         (gnus-summary-move-article): Add expirable mark to articles copied or
3596         moved to group that has auto-expire turned on if the option is non-nil.
3597
3598 2009-07-24  Glenn Morris  <rgm@gnu.org>
3599
3600         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3601         Fix typo.  (Bug#3903)
3602
3603 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3606         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3607         that should not be used for draft articles.
3608         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3609         that has no concern in minor mode keys.
3610         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3611         Abolish.
3612
3613 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3616         article without making inquiry to a user for unknown encoding.
3617
3618         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3619         (nnmaildir--scan): Assume i-node and device number that file-attributes
3620         returns might be cons-cell.
3621
3622         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3623
3624         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3625
3626 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3627
3628         * auth-source.el: Remove docs now in auth.texi.  Don't use
3629         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3630         `auth-source-hide-passwords' and use them.
3631
3632 2009-07-15  Glenn Morris  <rgm@gnu.org>
3633
3634         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3635
3636 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3639         excessive whitespace from the default values of title and description.
3640
3641 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3644         mail-fetch-field to fetch Content-Description header in order to
3645         exclude newlines.
3646
3647 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3648
3649         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3650         format used by GnuPG 2.0.11.
3651
3652 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3655         to deleted part.
3656
3657 2009-05-30  David Engster  <dengste@eml.cc>
3658
3659         * nnmairix.el: Remove old documentation in the commentary block.
3660         (nnmairix-request-group): Do not update active file for nnml back ends.
3661         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3662         end so that overview files are ignored.
3663         (nnmairix-update-groups): Make updating the groups more robust by using
3664         marks.
3665         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3666         with dollar characters in message-id.
3667
3668 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3671         2008-12-25 in dns.el.
3672
3673 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3674
3675         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3676         could happen if the text is only composed of spaces and/or tabs.
3677
3678 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3679
3680         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3681         when sending a queued message to avoid extra mml tags.
3682
3683 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3686
3687 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3690         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3691         rmail-toggle-header for XEmacs;
3692         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3693
3694 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-dired.el: Remove autoload for gnus-setup-message.
3697         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3698         displaying Gnus logo; always use compose-mail.
3699
3700 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3703
3704 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3707         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3708         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3709         available.
3710         (gnus-nocem-epg-verify): New function.
3711
3712 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3715
3716 2009-02-15  Glenn Morris  <rgm@gnu.org>
3717
3718         * gnus-util.el (rmail-insert-rmail-file-header)
3719         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3720         autoloads.
3721         (rmail-default-rmail-file): Remove unnecessary declaration.
3722         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3723
3724 2009-02-14  Glenn Morris  <rgm@gnu.org>
3725
3726         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3727         variable (only used in gnus-util, which declares it anyway).
3728         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3729         which was only needed by gnus-art (changed to not use it any more).
3730         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3731         only used in gnus-util, which autoloads it itself.
3732         (rmail-update-summary): Fix autoload.
3733
3734         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3735         rather than rmail-output-to-rmail-file.
3736
3737 2009-02-07  Glenn Morris  <rgm@gnu.org>
3738
3739         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3740         autoload of function that no longer exists.
3741         (rmail-toggle-header): Declare.
3742         (message-forward-rmail-make-body): Handle mbox Rmail.
3743
3744 2009-01-31  Glenn Morris  <rgm@gnu.org>
3745
3746         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3747         2009-01-09 change.
3748
3749 2009-01-31  Dave Love  <fx@gnu.org>
3750
3751         * imap.el (imap-fetch-safe): Bind debug-on-error.
3752         (imap-debug): Add imap-fetch-safe.
3753
3754 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3757         (auth-source-forget-all-cached): New convenience function.
3758         (auth-source-user-or-password): Accept list of modes or a single mode.
3759
3760         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3761         auth-source modes.
3762
3763         * netrc.el (netrc-machine-user-or-password): Use list of
3764         auth-source modes.
3765
3766         * nnimap.el (nnimap-open-connection): Use list of
3767         auth-source modes.
3768
3769         * nntp.el (nntp-send-authinfo): Use list of
3770         auth-source modes.
3771
3772 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3775         now.
3776
3777 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3780         coding system in XEmacs; add a workaround for XEmacs.
3781
3782         * lpath.el: Fbind coding-system-aliasee.
3783
3784 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3787         of current-language-environment.
3788
3789 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3790
3791         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3792         available at runtime.
3793
3794 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3797
3798 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3799
3800         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3801         the greatest positive fixnum value doesn't work under an XEmacs with
3802         bignum support; use the most-positive-fixnum constant instead,
3803         available since Emacs 21.1 with cl and XEmacs 21.1.
3804
3805 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3808         XEmacs gets not to work.
3809
3810 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mm-util.el (mm-coding-system-priorities): Allow the value like
3813         "Japanese (UTF-8)" of current-language-environment.
3814
3815 2009-01-09  Glenn Morris  <rgm@gnu.org>
3816
3817         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3818         with last-command-event.
3819
3820 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3823         in the doc string.
3824
3825         * message.el (message-fix-before-sending): Amend comment.
3826
3827 2009-01-08  Dave Love  <fx@gnu.org>
3828
3829         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3830
3831 2009-01-07  David Engster  <dengste@eml.cc>
3832
3833         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3834         simplified server definitions by converting it via
3835         gnus-server-to-method.
3836
3837 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3840         parameter's operands.
3841
3842 2009-01-06  David Engster  <dengste@eml.cc>
3843
3844         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3845         primary select method (for gnus-group-mark-article-as-read).
3846
3847 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3848
3849         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3850         `(gnus)Face', not `(gnus)X-Face'.
3851
3852 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * mm-util.el (mm-ucs-to-char): New function.
3855
3856         * mm-url.el (mm-url-decode-entities): Use it.
3857
3858         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3859         unicode-to-char.
3860
3861 2009-01-05  Dave Love  <fx@gnu.org>
3862
3863         * time-date.el: Require cl for `declare'.
3864
3865 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3868         Dave Love.
3869
3870 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * message.el (message-fix-before-sending): Add `eight-bit' to
3873         illegible-text check.
3874
3875 2009-01-03  Michael Olson  <mwolson@gnu.org>
3876
3877         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3878         `headers' is nil.  This can occur if the IMAP server does not have
3879         permissions to read messages from a folder, but can write new messages
3880         to the folder.
3881         (nnimap-request-article-part): Do not insert `data' if it is nil.
3882
3883         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3884         characters which will confuse `read', so skip past them.
3885
3886 2009-01-01  Dave Love  <fx@gnu.org>
3887
3888         * imap.el (imap-string-to-integer): Fix typo.
3889         (imap-fetch-safe): New function.
3890         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3891
3892         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3893
3894         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3895         (imap-parse-greeting): Fix doc strings.
3896         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3897         (imap-parse-flag-list): Make messages unique.
3898         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3899
3900         * nnimap.el: Fix author email.
3901         (nnimap-split-rule): Add FIXME comment.
3902         (nnimap-debug): Fix doc string.
3903
3904 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3905
3906         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3907
3908 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3909
3910         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3911         nslookup if resolv.conf isn't available.
3912         (dns-query): Rename from query-dns.
3913         (dns-query-cached): Rename from query-dns-cached.
3914
3915 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3918         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3919         to check if those variables exist (first appeared in Emacs 18.50).
3920
3921 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-util.el (mm-line-number-at-pos): New function.
3924
3925         * spam-report.el (spam-report-process-queue): Use it.
3926
3927 2008-12-24  David Engster  <dengste@eml.cc>
3928
3929         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3930         parameters that haven't existed as variables as buffer-local variables.
3931
3932 2008-12-23  Dave Love  <fx@gnu.org>
3933
3934         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3935         cadar.
3936
3937         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3938         imap-starttls-p.
3939         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3940
3941 2008-12-22  Dave Love  <fx@gnu.org>
3942
3943         * imap.el: Fix author email.  Doc fixes.
3944         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3945         reply.
3946
3947 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3948
3949         * spam-report.el (spam-report-gmane-max-requests): New constant.
3950         (spam-report-gmane-wait): New variable.
3951         (spam-report-gmane-ham, spam-report-gmane-spam)
3952         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3953         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3954         the server.
3955
3956         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3957         Add explanations.
3958
3959         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3960         nnheader-accept-process-output and nnheader-read-timeout if available.
3961         (pop3-movemail): Use it.
3962
3963         * message.el (message-check-news-body-syntax): Fix signature check if
3964         there's an attachment.
3965
3966 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * mm-util.el: Add comments to the mm- emulating functions.
3969
3970 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3973         by Stephen Berman <stephen.berman@gmx.net>.
3974
3975 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * mm-util.el (mm-substring-no-properties): New function.
3978         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3979         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3980         (mm-string-to-multibyte): Doc fix.
3981
3982         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3983
3984 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * mml.el (mml-attach-file): Strip text properties from file name.
3987         (Bug#1574)
3988
3989 2008-12-16  Glenn Morris  <rgm@gnu.org>
3990
3991         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3992
3993 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3996         knows since the charset specified might be a bogus alias that
3997         mm-charset-synonym-alist provides.
3998
3999 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4002         "ISO_8859-1".
4003
4004         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4005
4006 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * mm-util.el (mm-charset-eval-alist):
4009         Define it before mm-charset-to-coding-system.
4010         (mm-charset-to-coding-system): Add optional argument `silent';
4011         define it before mm-charset-override-alist.
4012         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4013         default value if it can be used in Emacs currently running;
4014         silence mm-charset-to-coding-system.
4015
4016 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4019         `allow-override' which says whether to use `mm-charset-override-alist'.
4020         (rfc2047-decode-encoded-words): Use it.
4021
4022         * mm-util.el (mm-charset-override-alist): Fix custom type;
4023         add `(gb2312 . gbk)' to choices.
4024
4025 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4028         fast.
4029
4030         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4031
4032         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4033
4034 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4035
4036         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4037         on links.
4038
4039         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4040
4041 2008-12-03  Lute Kamstra  <lute@gnu.org>
4042
4043         * sha1.el: Remove leading * from docstrings of defcustoms,
4044         deffaces, defconsts and defuns.
4045
4046 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4049         users' addresses that don't have domain parts.
4050         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4051         rather than message-narrow-to-head since there will be the message
4052         header separator.
4053
4054 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4057         since the result is inserted in a unibyte buffer anyway.
4058         (nnimap-demule-use-string-to-multibyte): Remove.
4059         (nnimap-demule): Alias it to mm-string-to-multibyte.
4060
4061 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4064         variable for debugging bug#464 and bug#1174.
4065         (nnimap-demule): Use it.
4066
4067 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4068
4069         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4070         score calculation correctly.
4071
4072 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * message.el (message-send-mail): Just set the buffer to unibyte
4075         rather than use mm-with-unibyte-current-buffer which does a lot more.
4076         (message-send-mail-partially): Don't bother with
4077         mm-with-unibyte-current-buffer since it's already been made unibyte by
4078         message-send-mail.
4079
4080 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4083
4084 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4085
4086         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4087
4088 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4091         require itself and to remove `with-no-warnings'.
4092
4093 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * starttls.el (starttls-any-program-available): Get the name of the
4096         available TLS layer program.
4097         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4098         well as the host name in the "opening" message.
4099
4100         * auth-source.el (auth-source-cache, auth-source-do-cache)
4101         (auth-source-user-or-password): Cache passwords and logins by default,
4102         allow override with `auth-source-do-cache'.
4103         (auth-source-forget-user-or-password): Allow users to remove cache
4104         entries if needed.
4105
4106 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4107
4108         * md4.el (md4-buffer): Fix typo in docstring.
4109         (md4, md4-64): Doc fixes.
4110         (md4-pack-int32): Reflow docstring.
4111
4112 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4115         condition-case to only the forward-sexp call.
4116
4117 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4118
4119         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4120         quotes contained.  Make it more robust regardless by an extra
4121         condition-case wrapper.
4122
4123 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4126
4127 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * nnml.el (nnml-request-expire-articles): Check if the function set to
4130         `nnmail-expiry-target' returns the symbol `delete'.
4131
4132         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4133
4134         * nnmail.el (nnmail-expiry-target): Fix custom type.
4135
4136 2008-10-02  Glenn Morris  <rgm@gnu.org>
4137
4138         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4139         Silence compiler warning.
4140
4141 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4142
4143         * tls.el (open-tls-stream): Show the actual command being
4144         executed, instead of the format string.
4145
4146 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * lpath.el: Fbind codepage-setup for Emacs 23.
4149
4150 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4151
4152         * mml.el (mml-menu): Don't assume mml2015 is bound.
4153
4154 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4157         exists.
4158
4159 2008-09-27  Glenn Morris  <rgm@gnu.org>
4160
4161         * gnus-util.el (mail-header-remove-comments): Autoload it.
4162
4163 2008-09-27  Andreas Schwab  <schwab@suse.de>
4164
4165         * gnus-util.el (gnus-split-references): Strip comments.
4166         (gnus-parent-id): Likewise.
4167
4168 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * message.el (message-confirm-send): Fix version.
4171
4172 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * message.el (message-idna-to-ascii-rhs-1): Use
4175         mail-extract-address-components rather than mail-header-parse-addresses
4176         that is an alias by default to ietf-drums-parse-addresses that does not
4177         support non-ASCII names in headers' contents.
4178
4179 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         * message.el (message-confirm-send): Fixed variable documentation to
4182         avoid the "y/n" wording.
4183
4184 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4185
4186         * message.el (message-set-auto-save-file-name): Save to a different
4187         filename so multiple messages (especially drafts) can be recovered.
4188
4189 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * message.el (message-confirm-send): Add appropriate version.
4192
4193 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4194
4195         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4196         defvar.
4197
4198 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4199
4200         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4201         (mm-pkcs7-enveloped-magic): Ditto.
4202
4203 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4204
4205         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4206         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4207
4208 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4211         default, it's better.
4212
4213 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4214
4215         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4216         summary line gnus-number property and ignore them (with a warning
4217         message).
4218
4219 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4222         macro caddr in the interactive form since it won't be expanded.
4223
4224 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4227         `charset'; fix name of function called recursively.
4228         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4229
4230 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4233         (gnus-mime-set-charset-parameters): New function.
4234         (gnus-mime-view-part-as-charset): Use it to correctly display part
4235         specifying wrong charset.
4236
4237 2008-09-08  David Engster  <dengste@eml.cc>
4238
4239         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4240         in completing-read for back end server.
4241
4242 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * message.el (message-confirm-send): New variable to confirm sending a
4245         message.
4246         (message-send): Use it.
4247
4248 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4251
4252 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4255
4256 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4259         prevent tracking too many groups.
4260         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4261         Use it.
4262
4263 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4264
4265         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4266         moving point to the bottom of the window in order to avoid recentering.
4267
4268 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4271
4272         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4273         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4274         (gnus-article-beginning-of-window): Fix calculation.
4275
4276 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-msg.el (gnus-summary-supersede-article)
4279         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4280         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4281         message header.
4282
4283 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4284
4285         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4286         pending output coming after the status change.
4287
4288 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4289
4290         * message.el:
4291         * gnus-start.el:
4292         * gnus-registry.el: Remove VMS support.
4293
4294 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4297         macro.
4298         (rfc2104-hash): Use it.
4299
4300 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4303         (gnus-summary-sort-by-most-recent-date): New commands.
4304         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4305         and menu entries.
4306
4307 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4310         don't redisplay article for raw contents; remove plural articles stuff.
4311
4312         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4313         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4314         on gnus-summary-save-article; display results properly.
4315
4316 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * lpath.el: No need to fbind ns-focus-frame.
4319
4320 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4323
4324 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4327         gnus-save-all-headers.
4328
4329 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4330
4331         * gnus-util.el (ns-focus-frame): Remove declaration.
4332         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4333         like x.
4334
4335 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4336
4337         * rfc2104.el (rfc2104-zero): Delete defconst.
4338         (rfc2104-hex-alist): Likewise.
4339         (rfc2104-hex-to-int): Delete func.
4340         (rfc2104-hexstring-to-bitstring): Likewise.
4341         (rfc2104-nybbles): New defconst.
4342         (rfc2104-hash): Rewrite for speed.
4343
4344 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * tls.el (open-tls-stream): Make it work with the 2nd argument
4347         BUFFER that is a string but does not exist as a buffer object, as
4348         mentioned in the doc-string.
4349
4350 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4353         SXEmacs.
4354
4355 2008-07-16  Glenn Morris  <rgm@gnu.org>
4356
4357         * gnus-util.el (ns-focus-frame): Declare for compiler.
4358
4359 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4362         set as a group parameter.
4363         (gnus-summary-save-in-pipe): Work when it is called independently.
4364         (gnus-summary-pipe-to-muttprint): Don't modify
4365         gnus-summary-pipe-output-default-command.
4366
4367 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4368
4369         * message.el (message-send-mail-with-sendmail):
4370         Display the error message.
4371
4372 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (gnus-default-article-saver):
4375         Add gnus-summary-save-in-pipe to choices.
4376         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4377         gnus-summary-pipe-output-default-command as the default command.
4378         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4379         instead of gnus-last-shell-command.
4380
4381         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4382         New user option.
4383         (gnus-summary-muttprint-program): Mention the value will be changed.
4384         (gnus-summary-save-article): Force showing of all headers.
4385         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4386
4387 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4388
4389         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4390
4391 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4392
4393         * nnimap.el (nnimap-id):
4394         * sieve-manage.el (sieve-manage-open): Doc fixes.
4395
4396 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4397
4398         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4399         if available.
4400
4401 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4404
4405         * nnkiboze.el (nnkiboze-generate-group):
4406         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4407
4408         * nnmairix.el: Require CL.
4409
4410 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * dgnushack.el: Autoload get-display-table and put-display-table for
4413         XEmacs 21.5.
4414
4415         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4416         21.4 and SXEmacs.
4417
4418 2008-06-15  David Engster  <dengste@eml.cc>
4419
4420         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4421
4422 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4423
4424         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4425         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4426         runtime choice under XEmacs.
4427
4428         * gnus-sum.el (gnus-summary-set-display-table):
4429         Use `gnus-put-display-table', `gnus-get-display-table',
4430         `gnus-set-display-table' for the display table, instead of `aset'.
4431
4432         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4433         Use `gnus-put-display-table', `gnus-get-display-table',
4434         `gnus-set-display-table' for the display table.
4435
4436 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * nnmairix.el: Add autoloads.
4439
4440 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * nnmairix.el (nnmairix-delete-recreate-group)
4443         (nnmairix-update-and-clear-marks): Fix error messages.
4444
4445 2008-06-14  David Engster  <dengste@eml.cc>
4446
4447         * nnmairix.el: Upgrade to version 0.6.
4448         (nnmairix-group-toggle-propmarks-this-group)
4449         (nnmairix-group-toggle-readmarks-this-group)
4450         (nnmairix-group-delete-recreate-this-group)
4451         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4452         (nnmairix-remove-tick-mark-original-article): New commands.
4453         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4454         (nnmairix-propagate-marks-to-nnmairix-groups)
4455         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4456         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4457         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4458         functions needed for marks propagation and manipulation of read marks.
4459         (nnmairix-update-groups): New function.
4460         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4461         (nnmairix-determine-original-group-from-registry)
4462         (nnmairix-determine-original-group-from-path)
4463         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4464         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4465         New helper functions.
4466         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4467         keystrokes for new commands.
4468         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4469         (nnmairix-request-group): Check allow-fast group parameter.
4470         (nnmairix-request-create-group): Set allow-fast group parameter if
4471         nnmairix-allowfast-default is set.
4472         (nnmairix-close-group): Propagate marks upon closing if needed.
4473         (nnmairix-group-toggle-threads-this-group): Use new.
4474         nnmairix-group-toggle-parameter helper function.
4475         (nnmairix-search): Better check for empty search result.
4476         (nnmairix-goto-original-article): Use new helper functions for
4477         determining original article.
4478         (nnmairix-show-original-article): Make sure message-id is in brackets.
4479         (nnmairix-call-mairix-binary): Change variable name.
4480         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4481         helper function.
4482         (nnmairix-widget-toggle-activate): Fix doc string.
4483
4484 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * nnir.el: Require edmacro when compiling with XEmacs.
4487         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4488         available in Emacs 21.
4489
4490 2008-06-11  Glenn Morris  <rgm@gnu.org>
4491
4492         * gnus-util.el (x-focus-frame):
4493         * gnus.el (image-size):
4494         * mm-decode.el (image-size): Declare.
4495
4496         * gnus-picon.el (declare-function): Add compat definition.
4497         (image-size): Declare.
4498
4499         * gnus-group.el (tool-bar-map):
4500         * gnus-sum.el (tool-bar-map): Define for compiler.
4501
4502         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4503
4504         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4505
4506         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4507         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4508         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4509         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4510         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4511         * sieve-manage.el, spam-report.el, spam.el:
4512         Remove unnecessary eval-and-compile of autoloads.
4513
4514 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4515
4516         * auth-source.el: Precise Tramp doc.
4517
4518 2008-06-07  Glenn Morris  <rgm@gnu.org>
4519
4520         * nnmairix.el: Remove unnecessary eval-when-compile.
4521
4522 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * lpath.el: Fbind propertize for XEmacs 21.4.
4525
4526 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * nnir.el: Move here from ../contrib.
4529
4530 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4531
4532         * gnus-util.el (gnus-read-shell-command): New function.
4533         * mm-decode.el (mm-pipe-part):
4534         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4535
4536 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4539
4540 2008-06-03  Glenn Morris  <rgm@gnu.org>
4541
4542         * pop3.el (nnheader-accept-process-output): Autoload it.
4543
4544 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4547         are not 2-digit hexadecimal characters that follow `%'s.
4548
4549 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * message.el (message-bogus-recipient-p): Fix type in doc string.
4552         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4553         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4554         Improve custom options.
4555         (message-bogus-recipient-p): Adjust accordingly.
4556
4557 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4558
4559         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4560         long-form month and day names.
4561
4562 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * dgnushack.el: Autoload debug, eudc-expand-inline and
4565         pgg-snarf-keys-region for XEmacs.
4566
4567         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4568
4569         * nnmairix.el: Require edmacro when compiling with XEmacs.
4570
4571 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4574         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4575
4576 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * auth-source.el: Add more docs.
4579
4580         * netrc.el (netrc-machine): Always match if the port is not given.
4581
4582 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4585         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4586         retrieval faster in some cases, but might make CPU usage larger.  If
4587         this has any bad side effects, we might revert this change.
4588
4589         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4590         seems to make mail retrieval much, much faster.
4591         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4592         unconditionally.
4593
4594         * gnus-draft.el (gnus-group-send-queue): Bind
4595         message-send-mail-partially-limit to nil to avoid being prompted.
4596
4597 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4600
4601         * message.el (message-bogus-address-regexp): Fix and improve custom
4602         type.
4603         (message-setup-hook): Add message-check-recipients as custom option.
4604
4605 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * message.el (message-cite-function): Remove bogus autoload which crept
4608         in during merge from v5-10.
4609
4610 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4613
4614         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4615
4616         * auth-source.el: Preliminary Tramp docs.
4617         (auth-sources): Change the default auth-sources to use
4618         EPA .gpg files.
4619
4620 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * nntp.el: Autoload `auth-source-user-or-password'.
4623         (nntp-send-authinfo): Use it.
4624
4625         * nnimap.el: Autoload `auth-source-user-or-password'.
4626         (nnimap-open-connection): Use it.
4627
4628         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4629         for the gnus-message function.
4630         (auth-source-user-or-password): Use it.
4631
4632 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4633
4634         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4635         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4636         (rfc2104-hash): Use it.
4637
4638 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4639
4640         * gnus-art.el (gnus-article-toggle-truncate-lines):
4641         Don't use `iff' in docstring.
4642
4643 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4646
4647         * gnus-util.el (gnus-extract-address-component-name)
4648         (gnus-extract-address-component-email): Convenience functions around
4649         `gnus-extract-address-components'.
4650
4651         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4652         Use `gnus-extract-address-component-email' to fix bug of comparing full
4653         sender name to `user-mail-address'.
4654
4655 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4656
4657         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4658         catch/throw to optimize.
4659         (gnus-registry-find-keywords): Just use member to find a keyword.
4660
4661 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4664         is current before calling gnus-server-prepare.
4665         (gnus-server-setup-buffer, gnus-server-update-server)
4666         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4667
4668 2008-05-04  Juri Linkov  <juri@jurta.org>
4669
4670         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4671         (mailcap-file-default-commands): Use mailcap-replace-in-string
4672         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4673         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4674
4675 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4676
4677         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4678
4679 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4680
4681         * gnus.el: Bump version to 0.11.
4682
4683 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4684
4685         * gnus.el: No Gnus v0.10 is released.
4686
4687 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4690         hooks.
4691         (gnus-update-read-articles): Speed up non-marks-using users.
4692         (gnus-use-marks): Define gnus-use-marks.
4693         (gnus-propagate-marks): Rename variable to something more sensible.
4694
4695 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4696
4697         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4698         (gmm-image-load-path-for-library): Fix typos in docstrings.
4699         (gmm-message): Reflow docstring.
4700
4701 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * mail-source.el (mail-source-set-1, mail-source-bind):
4704         Move auth-source code out of the macro to clean it up and fix bugs.
4705
4706 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4709         by sender if it's equal to user-mail-address, it's likely to be
4710         useless.
4711
4712         * mail-source.el (mail-source-bind): Don't use user or password if they
4713         are not bound.  Unintern them if they are nil.  Don't use server unless
4714         it's bound, and default it to empty string otherwise.
4715
4716 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * mail-source.el: Load auth-source.el.
4719         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4720         get user name or password, if auth-sources is set up.
4721
4722         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4723         strategy of splitting with parent.
4724         (gnus-registry-split-fancy-with-parent)
4725         (gnus-registry-post-process-groups): Use it and fix prior
4726         bug (returning a list as the split result).
4727
4728         * auth-source.el (auth-sources): Remove server parameter.
4729         (auth-source-pick, auth-source-user-or-password)
4730         (auth-source-user-or-password-imap)
4731         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4732         (auth-source-user-or-password-sftp)
4733         (auth-source-user-or-password-smtp): Remove server parameter.
4734
4735 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4736
4737         * smime.el (smime-sign-region, smime-encrypt-region)
4738         (smime-decrypt-region):
4739         Remove redundant calls to `generate-new-buffer-name'.
4740
4741 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4742
4743         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4744         Don't use QP for message/rfc822.
4745         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4746
4747 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4748
4749         * sieve-manage.el (sieve-string-bytes): Remove.
4750         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4751         correct byte-length only if the process's coding-system is the same as
4752         the one used internally by Emacs to represent strings.
4753
4754 2008-04-22  Juri Linkov  <juri@jurta.org>
4755
4756         * mailcap.el (mailcap-file-default-commands): New function.
4757
4758 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4759
4760         * message.el (message-signature-separator, message-cite-function):
4761         Change custom version.
4762
4763 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4764
4765         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4766         commands.
4767         (tls-checktrust): Ditto.
4768
4769 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * mm-decode.el (mm-display-external): Make temp file read-only.
4772
4773 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4776         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4777         `C-c C-f d'.
4778
4779 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4780
4781         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4782
4783 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * gnus.el: Bump version to 0.9.
4786
4787 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus.el: No Gnus v0.8 is released.
4790
4791 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4792
4793         * mail-source.el (mail-source-value):
4794         Prefer fboundp to functionp so it works with macros as well.
4795
4796 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4799         Fix last change in case the element is not even a symbol.
4800
4801 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4802
4803         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4804         Prefer fboundp to functionp so it works with macros as well.
4805
4806 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * auth-source.el: Added docs.
4809         (auth-sources): Modify format to support server.
4810         (auth-source-pick, auth-source-user-or-password)
4811         (auth-source-user-or-password-imap)
4812         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4813         (auth-source-user-or-password-sftp)
4814         (auth-source-user-or-password-smtp): Add server parameter.
4815
4816 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * gnus-registry.el: Initialize the registry when gnus-registry-install
4819         is t.
4820
4821 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * compface.el (uncompface): Make buffer unibyte.
4824
4825 2008-04-05  Glenn Morris  <rgm@gnu.org>
4826
4827         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4828
4829 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4830
4831         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4832         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4833
4834         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4835         multibyteness after rather than before erasing it.
4836
4837         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4838         mm-with-multibyte.
4839         (gnus-request-article-this-buffer): Make sure the proper decoding is
4840         used if gnus-original-article-buffer happens to be unibyte.
4841
4842         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4843         default-enable-multibyte-characters.
4844
4845         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4846         default-enable-multibyte-characters.
4847
4848         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4849
4850         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4851
4852 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4853
4854         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4855         (imap-message-copyuid-1): Use it.
4856         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4857         J. Williams in
4858         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4859
4860         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4861         imap-enable-exchange-bug-workaround.
4862         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4863
4864 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4865
4866         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4867         a 100 byte status-checks into a 2-3MB transfer for each group.
4868         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4869         to enable bug workaround or not.
4870         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4871
4872 2008-03-31  Glenn Morris  <rgm@gnu.org>
4873
4874         * message.el (mml2015-use): Declare for compiler.
4875         (message-info): Require mml2015 when appropriate.
4876
4877 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4880         whitespace.
4881
4882 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4885         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4886         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4887         (nntp-service-to-port): New function.
4888         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4889         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4890         (nntp-open-netcat-stream): New function.
4891         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4892
4893 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4894
4895         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4896
4897 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4898
4899         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4900
4901 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4902
4903         * dns.el (dns-write): Use set-buffer-multibyte.
4904
4905 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4906
4907         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4908
4909 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * message.el (message-signature-separator): Change default.
4912         Improve custom type.
4913         (message-cite-function): Change default to
4914         message-cite-original-without-signature.
4915
4916         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4917         toggle.
4918
4919         * message.el (message-check-news-body-syntax): Fix signature check.
4920         (message-setup-1): Mark buffer as unmodified _after_ running
4921         message-setup-hook and handling message-alternative-emails.
4922         (message-shorten-references): Be more strict when building list of
4923         valid references to comply with GNKSA.
4924
4925         * gnus-group.el (gnus-read-ephemeral-bug-group)
4926         (gnus-read-ephemeral-debian-bug-group)
4927         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4928
4929         * message.el (message-info): Don't use booleanp which isn't supported
4930         in Emacs 21 and XEmacs.
4931
4932 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4933
4934         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4935         gnus-group-gmane-group-download-format.
4936         (gnus-group-read-ephemeral-gmane-group): Rename from
4937         gnus-group-read-ephemeral-gmane-group.
4938         (gnus-read-ephemeral-gmane-group-url): Rename from
4939         gnus-group-read-ephemeral-gmane-group-url.
4940         (gnus-bug-group-download-format-alist): New variable.
4941         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4942         (gnus-read-ephemeral-emacs-bug-group): New commands.
4943
4944 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4947         (gnus-visible-headers): Improve custom type.
4948
4949 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * mml.el (mml-menu): Add workarounds for XEmacs.
4952
4953         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4954         X-Boundary header.
4955
4956         * message.el (message-simplify-recipients): Fix previous commit.
4957
4958 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * mm-util.el (mm-set-buffer-multibyte): New function.
4961         * mm-decode.el (mm-copy-to-buffer): Use it.
4962
4963 2008-03-19  Glenn Morris  <rgm@gnu.org>
4964
4965         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4966         Accidentally removed in the sync process with Emacs.
4967
4968 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * message.el (message-alter-recipients-discard-bogus-full-name):
4971         New function.
4972         (message-alter-recipients-function): New variable.
4973         (message-get-reply-headers): Use it.
4974         (message-replace-header): New helper function.
4975         (message-recipients-without-full-name): New variable.
4976         (message-simplify-recipients): New command.
4977
4978         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4979
4980         * message.el (message-info): Handle EasyPG manual.
4981
4982         * mml.el (mml-menu): Add entry for EasyPG.
4983
4984 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4985
4986         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4987         parameter.
4988
4989         * message.el (message-disassociate-draft): Specify drafts group name
4990         fully.
4991
4992 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4993
4994         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4995         unnecessary duplicates from the match list.
4996
4997 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5000
5001         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5002
5003         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5004         args of `how-many' of which the XEmacs version doesn't take; declare
5005         Info-index-next as function.
5006
5007 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * gnus-score.el (gnus-score-headers): Fix handling of
5010         gnus-inhibit-slow-scoring.
5011
5012         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5013         string.
5014         (gnus-button-url-regexp): Improve handling of parenthesis.
5015         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5016         (gnus-button-handle-info-keystrokes): Handle index entries.
5017
5018 2008-03-15  Glenn Morris  <rgm@gnu.org>
5019
5020         * parse-time.el (parse-time-string): Simplify.
5021
5022 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5025         Incoming* files.
5026
5027 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5030         (auth-source-pick): Use it.
5031
5032 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5033
5034         * binhex.el (binhex-decode-region-internal):
5035         * uudecode.el (uudecode-decode-region-internal):
5036         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5037         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5038         setting default-enable-multibyte-characters.
5039
5040 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * auth-source.el (auth-source-protocols)
5043         (auth-source-protocols-customize, auth-source-choices): Added and
5044         modified variable customizations and defaults.
5045         (auth-source-pick, auth-source-user-or-password)
5046         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5047         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5048         (auth-source-user-or-password-sftp)
5049         (auth-source-user-or-password-smtp): Use new variables and provide an
5050         interface to netrc.el.
5051
5052 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5055         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5056         Make sure the nntp port to specify is a string.
5057
5058 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5059
5060         * nntp.el: Use with-current-buffer.
5061         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5062         dubious mm-with-unibyte-current-buffer.
5063         (nntp-with-open-group-function): New function extracted from
5064         nntp-with-open-group macro.
5065         (nntp-with-open-group): Use the function, so it's easier to debug.
5066         Add indentation and debugging info.
5067         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5068         the use of the netcat alternatives.
5069
5070         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5071         Avoid mm-string-as-multibyte as well.
5072
5073         * nnweb.el (nnweb-insert-html):
5074         Remove use of nnheader-string-as-multibyte.
5075
5076         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5077         (nnheader-string-as-multibyte): Remove.
5078
5079         * mm-view.el: Use inhibit-read-only.
5080         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5081         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5082         or unibyte-string.
5083
5084         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5085         (mm-uu-yenc-extract): Use with-current-buffer.
5086
5087         * gnus-soup.el (gnus-soup-send-packet): Don't use
5088         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5089
5090         * nnmh.el: Use with-current-buffer.
5091         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5092         mm-string-as-multibyte on the output of mm-encode-coding-string.
5093
5094         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5095         (nnimap-request-move-article): Use with-current-buffer.
5096
5097         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5098         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5099         conversion uses string-make-unibyte rather than string-as-unibyte.
5100
5101         * gnus-msg.el: Use with-current-buffer.
5102
5103         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5104
5105 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5106
5107         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5108         string for caching if it is 'PIN.
5109
5110 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * lpath.el: Consider the case without Emacs/W3.
5113
5114 2008-03-08  Glenn Morris  <rgm@gnu.org>
5115
5116         * time-date.el (date-to-time, time-subtract, time-add)
5117         (safe-date-to-time): Doc fixes.
5118
5119 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * mail-source.el (mail-source-delete-old-incoming-confirm):
5122         Change default to nil.
5123         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5124
5125 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * lpath.el: Rearrange.
5128
5129         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5130         (gnus-article-goto-prev-page): Work for articles having ^L's.
5131
5132         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5133
5134         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5135
5136 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5137
5138         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5139         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5140         (gnus-bookmark-jump): Adjust some variable names.
5141
5142 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * auth-source.el: New package.
5145         (auth-source-choices): Add customization entry point variable.
5146
5147         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5148         bug.
5149
5150 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5151
5152         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5153         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5154         (gnus-registry-install-shortcuts): Rename from
5155         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5156         the `gnus-registry-mark-map' keymap dynamically from
5157         `gnus-registry-marks'.  The generated functions update the summary line
5158         when a registry mark is added or deleted, and will call
5159         `gnus-registry-install-p' (see the comments in the code).
5160         (gnus-registry-user-format-function-M): Use concat intelligently.
5161
5162         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5163         the registry mark functions.
5164
5165 2008-03-05  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5168         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5169         gnus-art.
5170         (top-level): No need to load own source when compiling.
5171
5172 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5175         Suggested by <chris.anderton@zetnet.co.uk>.
5176
5177 2008-03-04  Glenn Morris  <rgm@gnu.org>
5178
5179         * gnus-sum.el (top-level): No need to require gnus when compiling,
5180         since unconditionally required near start of file.
5181         (gnus-summary-display-while-building): Move definition before use.
5182
5183 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5186         formatting function.
5187
5188 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5191         with plists.
5192         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5193         Use new format.
5194
5195 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5198         `where-is-internal' that returns a range of key sequences.
5199
5200 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5203
5204         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5205         (gnus-summary-jump-to-group): Consider windows on other displayed
5206         frames as well.  Similar changes might be needed elsewhere, but that's
5207         the one I've bumped into during my use.
5208
5209         * nndoc.el (nndoc-oe-dbx-type-p):
5210         * gnus-msg.el (gnus-debug):
5211         * gnus-group.el (gnus-update-group-mark-positions):
5212         Use mm-string-to-multibyte.
5213
5214 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5217         doesn't handle NotDashEscaped.
5218
5219         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5220         (mml-dnd-attach-options): Fix typo in custom choice.
5221
5222         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5223         nndoc-article-type to mbox.
5224         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5225
5226         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5227         to nil, instead of html2text.
5228
5229         * imap.el (imap-debug): Add `imap-ping-server'.
5230
5231         * gnus-bookmark.el: Add FIXMEs.
5232
5233         * message.el (message-form-letter-separator)
5234         (message-send-form-letter-delay): New variables.
5235         (message-send-form-letter): Use them.  New command to send form
5236         letters.  Requested by Uwe Siart.
5237         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5238
5239 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * Update copyright years.
5242
5243 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         Sync from EMACS_22_BASE.
5246
5247         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5248
5249 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5250
5251         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5252         empty author.
5253
5254 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * gnus-registry.el (gnus-registry-marks): Add variable for
5257         customization of marks and their appearance.
5258         (gnus-registry-read-mark): Use it.
5259         (gnus-registry-do-marks): Add utility function to loop through
5260         `gnus-registry-marks'.
5261         (gnus-registry-install-shortcuts-and-menus): Add function to install
5262         shortcuts and menus.
5263         (gnus-registry-initialize): Use it.
5264         (gnus-registry-default-mark): Clarify documentation.
5265
5266 2008-02-29  Glenn Morris  <rgm@gnu.org>
5267
5268         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5269         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5270         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5271         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5272         Change defcustom :version from 23.0 to 23.1.
5273
5274 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * gnus-registry.el (gnus-registry-follow-group-p)
5277         (gnus-registry-post-process-groups): Add functions to aid registry
5278         splitting and improve logging.  Clarify behavior in function
5279         documentation.
5280         (gnus-registry-split-fancy-with-parent): Use them.
5281
5282 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         * gnus-art.el: Use with-current-buffer.
5285
5286 2008-02-27  David Engster  <dengste@eml.cc>
5287
5288         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5289         Express real group name in the response.
5290
5291 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5294         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5295         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5296         autoload gnus-registry-fetch-group when compiling.
5297         (nnmairix-request-group-with-article-number-correction): Remove
5298         unreferenced argument passed to nnmairix-call-backend.
5299
5300 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5303         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5304         Wilde.
5305
5306 2008-02-27  Glenn Morris  <rgm@gnu.org>
5307
5308         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5309         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5310         variables to defconsts.  Convert comments to doc-strings.
5311         (nnmairix-last-server, nnmairix-current-server): Convert from free
5312         variables to defvars.  Convert comments to doc-strings.
5313         (gnus-registry-fetch-group): Autoload.
5314         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5315         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5316         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5317         caddr.
5318         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5319         nnmairix-request-group-with-article-number-correction call.
5320         (nnmairix-fast, nnmairix-group): New, less general names, for free
5321         variables passed from nnmairix-request-group to
5322         nnmairix-request-group-with-article-number-correction.  Declare.
5323         (nnmairix-request-group-with-article-number-correction):
5324         Use nnmairix-fast, nnmairix-group rather than fast, group.
5325
5326 2008-02-26  David Engster  <dengste@eml.cc>
5327
5328         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5329         version 0.5.
5330
5331 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5334         instead of making an extra function call.  Don't add the current group
5335         to articles only when they have the group.  Use
5336         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5337         Reported by David <de_bb@arcor.de>.
5338
5339 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5342         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5343
5344 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5345
5346         * mail-source.el (mail-source-delete-incoming): Change default.
5347         Supplement doc string.
5348
5349         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5350
5351 2008-02-14  Glenn Morris  <rgm@gnu.org>
5352
5353         * time-date.el (format-seconds): New function.
5354
5355 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * nnmail.el (nnmail-message-id-cache-file): Derive from
5358         `gnus-home-directory'.
5359
5360 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5363         Document negative prefix.
5364
5365         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5366
5367 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * message.el (message-unsent-separator): Add the Exim bounce
5370         separator.
5371
5372 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5373
5374         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5375         list.
5376         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5377         recipient/signer list.
5378
5379 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * Makefile.in (datarootdir): Define.
5382         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5383         name that might contain whitespace.
5384
5385 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5388         fbound (Emacs 23 unicode), signal an error.
5389
5390 2008-02-08  Glenn Morris  <rgm@gnu.org>
5391
5392         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5393
5394 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5395
5396         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5397         ports to the calls to `netrc-machine-user-or-password' in addition to
5398         "imap" and "imaps".
5399
5400 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5401
5402         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5403
5404         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5405
5406 2008-02-01  Kenichi Handa  <handa@m17n.org>
5407
5408         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5409         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5410         (rfc2104-hash): Convert the result of concat to unibyte string.
5411
5412 2008-02-01  Dave Love  <fx@gnu.org>
5413
5414         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5415         coding-system-for-read.
5416         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5417
5418 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5421         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5422         <hanche@math.ntnu.no>.
5423
5424 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5427
5428         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5429
5430 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5431
5432         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5433         * message.el (message-beginning-of-line): Use featurep instead of bound
5434         tests in order to resolve conditionals at compile time.
5435
5436 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5437
5438         * mail-source.el (mail-sources): Add `group' choice.
5439
5440         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5441         parameter `in-group' to control into which group the articles go.
5442         Add treatment of `group' mail-source.
5443
5444 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5447
5448         * mm-decode.el (mm-dissect-buffer): Decode description.
5449
5450         * mml.el (mml-to-mime): Encode message header first.
5451
5452 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5455         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5456
5457         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5458         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5459
5460 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5463
5464 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5467         prefix keys.
5468         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5469         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5470         gnus-xmas.el.
5471
5472         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5473         (gnus-xmas-article-describe-bindings): New function.
5474         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5475         gnus-xmas-article-describe-bindings.
5476
5477         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5478
5479 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5482         Add new variables for article mark management.
5483         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5484         list of extra data entries which, when present, will indicate that the
5485         article ID should not be trimmed from the registry.
5486         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5487         functions.
5488         (gnus-registry-read-mark): New function to read a mark name from the
5489         user.
5490         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5491         (gnus-registry-set-article-mark-internal): New functions to add and
5492         remove marks.
5493         (gnus-registry-get-article-marks): New function to show the marks for
5494         an article, or retrieve them for further use.
5495
5496 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5499         keys when no argument is given.
5500
5501 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * imap.el (imap-ping-server): New variable.
5504         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5505         (imap-ping-server): Minor doc string fixes.
5506
5507 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5508
5509         * imap.el (imap-ping-server): New function.
5510         (imap-opened): Call imap-ping-server.
5511
5512 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * gnus-sum.el (gnus-article-sort-by-random)
5515         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5516         jidanni@jidanni.org.
5517
5518 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * gnus-art.el (gnus-article-describe-bindings): New function.
5521         (gnus-article-read-summary-keys): Use it.
5522         (gnus-article-mode-map): Bind `C-h b' to it.
5523
5524 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5527         XEmacs.
5528         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5529         against non-character events.
5530
5531         * lpath.el: Fbind map-keymap for Emacs 21.
5532
5533 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5536         command.
5537         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5538         instead of END.  Change name of the temp file.
5539         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5540         customizable.
5541
5542 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5545         bind `S W' to gnus-article-wide-reply-with-original; set default
5546         binding to gnus-article-read-summary-send-keys.
5547         (gnus-article-read-summary-keys): Fix the order of keys; display
5548         continuation keys correctly in the echo area; describe bindings
5549         correctly when keys end with `C-h'.
5550         (gnus-article-read-summary-send-keys): New function.
5551         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5552         for gnus-article-read-summary-send-keys; display continuation keys
5553         correctly in the echo area.
5554         (gnus-article-reply-with-original): Ignore prefix argument.
5555         (gnus-article-wide-reply-with-original): New function.
5556
5557         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5558         Emacs 21.
5559
5560 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5563         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5564
5565 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5568         (gnus-group-read-ephemeral-gmane-group): New command.
5569
5570 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5571
5572         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5573
5574 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * message.el (message-send-mail-function): Increase custom version.
5577
5578         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5579         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5580
5581 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5582
5583         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5584         for the cases where imap-authenticate is called with a nil buffer
5585         parameter.
5586
5587 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5590         html parts correctly; support forwarded messages.
5591         (gnus-article-browse-html-article): Remove work buffers.
5592
5593         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5594         compiling.
5595         (netrc-bound-and-true-p): New macro.
5596         (netrc-parse): Use it instead of bound-and-true-p that is not available
5597         in XEmacs 21.4.
5598
5599 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * gnus-registry.el (gnus-registry-mark-article)
5602         (gnus-registry-article-marks): Add functionality to mark articles
5603         through the Gnus registry.
5604
5605         * encrypt.el: Clarify documentation for the new pgg method.
5606         (encrypt-file-alist): Add PGG option.
5607         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5608         functionality.  Abstract password key and messaging to external
5609         functions.
5610         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5611         (encrypt-message-method-and-cipher): Add new convenience external
5612         functions.
5613         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5614         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5615
5616         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5617         (netrc-parse): Use encrypt-file-alist to determine if
5618         encrypt-find-model or encrypt-insert-file-contents should be used.
5619
5620         * encrypt.el: Clarify documentation.  Load password-cache or
5621         password, whichever one is found first, instead of autoloading.
5622
5623 2007-12-19  Glenn Morris  <rgm@gnu.org>
5624
5625         * mml.el (message-options-set, message-narrow-to-head)
5626         (message-in-body-p, message-mail-p, message-encode-message-body):
5627         Autoload.
5628         (message-remove-header, message-narrow-to-headers-or-head)
5629         (message-subscribed-p, message-make-mail-followup-to)
5630         (message-position-on-field, message-news-p)
5631         (message-options-set-recipient, message-generate-headers)
5632         (message-sort-headers): Declare as functions.
5633
5634 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5637         convention in doc string.
5638
5639 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5642         title to html parts.
5643         (gnus-article-browse-html-article): Pass message header to it.
5644
5645         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5646
5647 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5650         or password compatible with XEmacs.
5651
5652 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5655         format document.
5656         (gnus-mime-delete-part): Don't write description line if empty.
5657         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5658
5659 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5660
5661         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5662         (gnus-summary-mark-read-and-unread-as-read)
5663         (gnus-summary-mark-current-read-and-unread-as-read)
5664         (gnus-summary-mark-unread-as-ticked): Doc fix.
5665         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5666
5667 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5670         Christoph Conrad <christoph.conrad@gmx.de>.
5671
5672 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5675         yes-or-no-p.
5676
5677 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * mm-decode.el (mm-add-meta-html-tag): New function.
5680         (mm-save-part-to-file, mm-pipe-part): Use it.
5681
5682         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5683         gnus-y-or-n-p instead of y-or-n-p.
5684         (gnus-article-browse-html-parts): Work with message/external-body; use
5685         mm-add-meta-html-tag.
5686
5687 2007-12-11  Glenn Morris  <rgm@gnu.org>
5688
5689         * gnus-cache.el: Require gnus-sum not just when compiling.
5690
5691         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5692
5693         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5694         definitions before use.
5695
5696         * mm-decode.el: Require gnus-util.
5697         (mm-remove-part): Only call delete-annotation on XEmacs.
5698
5699         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5700
5701         * nnmail.el: Require gnus-int.
5702
5703         * spam.el: Move `require's before `eval-when-compile's.
5704
5705         * gnus-ems.el (gnus-alive-p):
5706         * gnus-fun.el (message-goto-eoh):
5707         * gnus-util.el (gnus-group-name-decode):
5708         * mail-source.el (gnus-compress-sequence):
5709         * message.el (Info-goto-node, format-spec):
5710         * mm-bodies.el (message-options-get):
5711         * mm-decode.el (mm-view-pkcs7):
5712         * mm-util.el (gmm-write-region):
5713         * mml-smime.el (mml-compute-boundary)
5714         (gnus-completing-read-with-default):
5715         * mml.el (widget-button-press, gnus-make-hashtable):
5716         * mml1991.el (mm-decode-content-transfer-encoding)
5717         (mm-encode-content-transfer-encoding)
5718         (message-options-get, message-options-set):
5719         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5720         * nnfolder.el (gnus-request-group):
5721         * nnheader.el (ietf-drums-unfold-fws):
5722         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5723         * smime.el (gnus-run-mode-hooks):
5724         * spam-stat.el (gnus-message): Autoload.
5725
5726         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5727         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5728         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5729         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5730         Add declare-function compatibility definition.
5731
5732         * gnus-cache.el (nnvirtual-find-group-art):
5733         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5734         (gnus-add-image, gnus-add-wash-type):
5735         * gnus-group.el (nnkiboze-score-file):
5736         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5737         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5738         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5739         (message-tokenize-header, gnus-get-buffer-create)
5740         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5741         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5742         * gnus.el (gnus-group-decoded-name):
5743         * mail-source.el (imap-capability):
5744         * mm-bodies.el (message-options-set):
5745         * mm-decode.el (gnus-configure-windows):
5746         * mm-extern.el (message-goto-body):
5747         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5748         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5749         (epg-sub-key-validity, message-options-set):
5750         * mml.el (widget-event-point, gnus-configure-windows):
5751         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5752         * mml2015.el (epg-check-configuration, epg-configuration)
5753         (message-options-set):
5754         * nndb.el (nndb-request-article):
5755         * nnfolder.el (gnus-request-create-group):
5756         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5757         * nnmaildir.el (gnus-group-mark-article-read):
5758         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5759         * rfc1843.el (message-fetch-field):
5760         * spam.el (gnus-extract-address-components):
5761         Declare as functions.
5762
5763 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5766
5767         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5768
5769         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5770         bind show-trailing-whitespace for XEmacs.
5771
5772 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5775         new no-op macro for backward compatibility.
5776
5777         * imap.el (imap-string-to-integer): New function.
5778
5779 2007-12-09  Glenn Morris  <rgm@gnu.org>
5780
5781         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5782
5783         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5784         * message.el, mm-view.el, sieve-manage.el, smime.el:
5785         Add declare-function compatibility definition.
5786
5787         * gnus-art.el (w3-region, w3m-region, Info-menu):
5788         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5789         * gnus-sum.el (gnus-get-predicate):
5790         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5791         * message.el (mail-abbrev-in-expansion-header-p):
5792         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5793         (w3m-detect-meta-charset, w3m-region):
5794         * sieve-manage.el (password-read, password-cache-add)
5795         (password-cache-remove):
5796         * smime.el (password-read-and-add): Declare as functions.
5797
5798 2007-12-08  David Kastrup  <dak@gnu.org>
5799
5800         * gnus-sum.el (gnus-summary-simplify-subject-query):
5801         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5802         `message'.
5803
5804 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5807         it to bind idna-program, installation-directory, defined-colors, and
5808         face-attribute for XEmacs of the version that compiles defcustom forms.
5809
5810 2007-12-07  Glenn Morris  <rgm@gnu.org>
5811
5812         * gnus-art.el (article-make-date-line): Revert previous change.
5813
5814 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5817
5818 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5819
5820         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5821         Call gnus-add-to-range ranges only once with a prepared article-list.
5822
5823 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5824
5825         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5826         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5827         group names with backslashes.  Reported by Tassilo Horn
5828         <tassilo@member.fsf.org>.
5829
5830 2007-12-06  Deepak Goel  <deego3@gmail.com>
5831
5832         * gnus-art.el (article-make-date-line):
5833         * gnus-start.el (gnus-load):
5834         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5835
5836 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-use-idna)
5839         * gnus-start.el (gnus-site-init-file)
5840         * message.el (message-use-idna)
5841         * mm-uu.el (mm-uu-hide-markers)
5842         * smiley.el (smiley-style): Revert changes that suppress warnings.
5843
5844 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5847         specify charset to html source.  Reported by Christoph Conrad
5848         <christoph.conrad@gmx.de>.
5849
5850 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5853         idna-program in order to suppress byte compile warning issued by XEmacs
5854         that came to byte compile the default value section of defcustom forms
5855         recently.
5856
5857         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5858         value of installation-directory.
5859
5860         * message.el (message-use-idna): Don't directly refer to the value of
5861         idna-program.
5862
5863         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5864
5865         * smiley.el (smiley-style): Don't directly call face-attribute.
5866
5867 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5868
5869         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5870
5871         * gnus-dired.el: Reduce Gnus dependencies.
5872         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5873         require.  Use autoloads instead.
5874         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5875         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5876         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5877         (gnus-dired-mode): Adjust doc string.
5878         (gnus-dired-mail-mode): New variable.
5879         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5880         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5881         (gnus-dired-mail-buffers): New function.  Return mail or message
5882         composition buffers.
5883         (gnus-dired-attach): Use it.
5884         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5885         NO-DECODE.
5886         (gnus-dired-print): Use `gnus-print-buffer' depending on
5887         `gnus-dired-mail-mode'.
5888
5889 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * rfc2047.el (rfc2047-encoded-word-regexp)
5892         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5893         explaining what regexp patterns are for.
5894
5895 2007-12-04  Glenn Morris  <rgm@gnu.org>
5896
5897         * password.el: Move to password-cache.el.
5898
5899         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5900         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5901         * mml-smime.el (password-read, password-cache-add)
5902         (password-cache-remove):
5903         No need to autoload, since mml-sec requires password.
5904
5905         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5906         * message.el (gnus-extract-address-components):
5907         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5908
5909         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5910         password.
5911
5912 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * mailcap.el: Reduce dependencies.
5915         (mail-header-parse-content-type): Autoload.
5916         (mailcap-delete-duplicates): New alias.
5917         (mailcap-mime-info): Add optional argument NO-DECODE.
5918         (mailcap-mime-types): Use mailcap-delete-duplicates.
5919
5920         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5921
5922 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5923
5924         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5925         (imap-parse-status): Upcase status-att for servers that sends them
5926         lower-case (e.g., MS Exchange 2007).
5927
5928 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5931         function.
5932
5933         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5934         (gnus-uu-yenc-article): New function.
5935
5936         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5937
5938         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5939         buffer.
5940
5941 2007-12-02  Glenn Morris  <rgm@gnu.org>
5942
5943         * binhex.el (binhex): New custom group.
5944         (binhex-decoder-program, binhex-decoder-switches)
5945         (binhex-use-external): Move to the binhex custom group.
5946
5947         * uudecode.el (uudecode): New custom group.
5948         (uudecode-decoder-program, uudecode-decoder-switches)
5949         (uudecode-use-external): Move to the uudecode custom group.
5950
5951         * netrc.el (top-level): Don't load `encrypt' features.
5952         (netrc-parse): Don't use encrypt.
5953         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5954
5955         * encrypt.el: Remove file.
5956
5957 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5960         matches on patches.
5961
5962         * gnus-art.el (gnus-article-browse-html-article): Mention
5963         `mm-text-html-renderer' in the doc string.
5964
5965         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5966         string.  Add comments.
5967
5968         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5969         if rhs is ASCII.
5970
5971 2007-12-01  Glenn Morris  <rgm@gnu.org>
5972
5973         * mail-source.el (top-level): Require format-spec before
5974         eval-when-compile.
5975
5976 2007-11-30  Glenn Morris  <rgm@gnu.org>
5977
5978         * encrypt.el: Require password, rather than autoloading password-read.
5979
5980 2007-11-29  Glenn Morris  <rgm@gnu.org>
5981
5982         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5983         (sasl-make-client, sasl-next-step, sasl-step-data)
5984         (sasl-step-set-data): Declare as functions.
5985
5986 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5989
5990 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5991
5992         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5993         certs should be verified and what is to be done in the event of a
5994         verification failure.
5995
5996         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5997         caller can indicate whether the cache should be disregarded for this
5998         call.  This way the result of the call is reproducible at all times and
5999         can be considered a canonical server name for the supplied method.
6000         (gnus-agent-method-p): Canonicalize server names by pushing their
6001         method through `gnus-method-to-server' using the no-cache argument.
6002
6003         * gnus-srvr.el (gnus-server-insert-server-line): Call
6004         `gnus-method-to-server' with `no-cache' argument.
6005
6006         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6007         gnus-agent-possibly-synchronize-flags as this should be called when the
6008         server is actually being opened.
6009         (gnus-agent-possibly-synchronize-flags)
6010         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6011         flags file of an agentized server to the latter function.
6012
6013         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6014         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6015         after a connection has been established successfully.
6016
6017 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-art.el (article-display-face): Force to display face if called
6020         interactively; check if gnus-article-x-face-too-ugly matches author.
6021         (article-display-x-face): Display face even if From header is missing
6022         as article-display-face does.
6023
6024 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6025
6026         * hashcash.el (message-narrow-to-headers-or-head)
6027         (message-fetch-field, message-goto-eoh)
6028         (message-narrow-to-headers): Declare as functions.
6029
6030 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * mail-source.el (mail-sources): Default to fetch from file for
6033         compatibility with default of nnmail-spool-file.
6034
6035 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6038         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6039         to look for encoded word that should be encoded again.
6040         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6041         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6042         encoding pattern.
6043         (rfc2047-decode-region): Switch strict regexp and loose one according
6044         to rfc2047-allow-irregular-q-encoded-words.
6045
6046 2007-11-25  Romain Francoise  <romain@orebokech.com>
6047
6048         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6049
6050 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * tls.el (tls-program): Provide more custom choices from
6053         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6054         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6055
6056 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6059         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6060
6061         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6062         `nnmail-spool-file'.
6063
6064         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6065         `nnmail-spool-file'.
6066
6067         * gnus-move.el (gnus-change-server): Ditto.
6068
6069         * gnus-kill.el (gnus-batch-score): Ditto.
6070
6071         * gnus-cache.el (gnus-jog-cache): Ditto.
6072
6073         * gnus-msg.el (gnus-summary-reply):
6074         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6075
6076 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6079         version.  Minor improvement to doc strings.
6080         (tls-program): Add comment.
6081
6082 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6083
6084         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6085         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6086         mismatch between the hostname provided in the certificate and the name
6087         of the host connnecting to.
6088         (open-tls-stream): Use them.  Check certificates against trusted root
6089         certificates.
6090
6091 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * gnus-cache.el (gnus-cache-generate-nov-databases):
6094         Use nnml-generate-nov-databases-directory instead of
6095         nnml-generate-nov-databases-1.
6096
6097 2007-11-24  Glenn Morris  <rgm@gnu.org>
6098
6099         * message.el (message-tool-bar-retro): Update for rename
6100         mail_send.xpm->mail-send.xpm.
6101
6102 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6105         `smime-ldap-search' for Emacs 22 and up.
6106
6107 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6108
6109         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6110
6111         * message.el (message-send-mail-function): Fix error convention.
6112         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6113         (message-widen-reply, message-send-mail, message-talkative-question)
6114         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6115         (message-clone-locals, message-send-news): Use with-current-buffer.
6116         (message-insert-or-toggle-importance): Remove unused var `valid'.
6117         (message-make-references): Remove unused var `new-references'.
6118         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6119
6120 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6121
6122         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6123         (spam-split-symbolic-return-positive): Reflow docstring.
6124         (spam-backends, spam-summary-exit-behavior)
6125         (spam-mark-ham-unread-before-move-from-spam-group)
6126         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6127         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6128         (spam-clear-cache, spam-backend-check, spam-install-backend)
6129         (spam-install-statistical-backend, spam-list-of-processors)
6130         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6131         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6132         (spam-check-crm114, spam-initialize, spam-unload-hook):
6133         Fix typos in docstrings.
6134
6135 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6138         been checked if they have never been read and those group levels are
6139         higher than the one that a user specified.
6140
6141 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6144         foreign groups unless a group level is specified by a user.
6145         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6146
6147 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * message.el (message-send-mail-function): Require sendmail.
6150
6151 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * message.el (message-send-mail-function): Check for smtpmail too.
6154
6155         * utf7.el (utf7-encode, utf7-decode): Use coding system
6156         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6157
6158         * message.el (message-send-mail-function): New function.
6159         (message-send-mail-function): Set default using
6160         message-send-mail-function.  Adjust doc string.
6161         (message-send-mail-with-mailclient): New function.
6162
6163 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6164
6165         * smime.el (from):
6166         * rfc2047.el (message-posting-charset):
6167         * qp.el (mm-use-ultra-safe-encoding):
6168         * pop3.el (parse-time-months):
6169         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6170         * nnml.el (files):
6171         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6172         (jka-compr-compression-info-list, ange-ftp-path-format)
6173         (efs-path-regexp):
6174         * nndiary.el (files):
6175         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6176         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6177         (epg-digest-algorithm-alist, inhibit-redisplay)
6178         (password-cache-expiry):
6179         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6180         (pgg-output-buffer, password-cache-expiry):
6181         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6182         (efs-path-regexp):
6183         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6184         (inhibit-redisplay):
6185         * mm-uu.el (file-name, start-point, end-point, entry)
6186         (gnus-newsgroup-name, gnus-newsgroup-charset):
6187         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6188         (latin-unity-ucs-list):
6189         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6190         (mm-uu-binhex-decode-function):
6191         * message.el (gnus-message-group-art, gnus-list-identifiers)
6192         (rmail-enable-mime-composing, gnus-local-organization)
6193         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6194         (gnus-read-active-file, facemenu-add-face-function)
6195         (facemenu-remove-face-function, gnus-article-decoded-p)
6196         (tool-bar-mode):
6197         * mail-source.el (display-time-mail-function):
6198         * gnus-util.el (nnmail-pathname-coding-system)
6199         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6200         (gnus-original-article-buffer, gnus-user-agent)
6201         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6202         (xemacs-codename, sxemacs-codename, emacs-program-version):
6203         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6204         * gnus-start.el (gnus-agent-covered-methods)
6205         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6206         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6207         (gnus-newsgroup-headers, gnus-group-list-mode)
6208         (gnus-group-mark-positions, gnus-newsgroup-data)
6209         (gnus-newsgroup-unreads, nnoo-state-alist)
6210         (gnus-current-select-method, mail-sources)
6211         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6212         (nnmail-spool-file, gnus-cache-active-hashtb):
6213         * gnus-mh.el (mh-lib-progs):
6214         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6215         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6216         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6217         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6218         (gnus-group-buffer):
6219         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6220         (font-lock-set-defaults):
6221         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6222         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6223         (gnus-summary-post-menu, total-parts, type, condition, length):
6224         * gnus-agent.el (gnus-agent-read-agentview):
6225         * flow-fill.el (show-trailing-whitespace):
6226         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6227         eval-and-compile wrappers for byte compiler pacifiers.
6228
6229         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6230         (mm-display-inline-fontify): Check for featurep 'xemacs not
6231         extent-list.
6232
6233         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6234         itimer-list.
6235         (mm-create-image-xemacs): Only do something for XEmacs.
6236         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6237
6238         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6239
6240         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6241         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6242
6243 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6244
6245         * nnimap.el (nnimap-split-download-body):
6246         * gnus-demon.el (gnus-demon):
6247         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6248
6249 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6252         macros.
6253         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6254         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6255         copy data from unibyte buffer to multibyte current buffer.
6256         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6257         to copy data from unibyte current buffer to multibyte buffer.
6258         (nntp-make-process-buffer): Make process buffer unibyte.
6259
6260         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6261
6262 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6263
6264         * pop3.el (pop3-open-server): Accept and process data more robustly at
6265         connexion start to avoid spurious "POP SSL connexion failed" errors.
6266
6267 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6270         read group names.
6271
6272 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6275
6276 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6279         (nnmail-save-active): Use a unibyte buffer when saving active file,
6280         which may contain non-ASCII group names.
6281
6282         * nnml.el (nnml-request-group): Decode group names in messages.
6283
6284 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * message.el (message-citation-line-function)
6287         (message-insert-formatted-citation-line): Fix spelling of
6288         `message-insert-formated-citation-line'.
6289
6290 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6293
6294 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6297         nnmail-pathname-coding-system.
6298
6299         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6300         that a user enters; decode group names in messages.
6301
6302         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6303
6304 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6307
6308         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6309
6310         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6311         risky local variable.
6312
6313         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6314
6315 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * encrypt.el: Improve documentation to fix function name typo.
6318         Reported by Daiki Ueno <ueno@unixuser.org>.
6319
6320 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6323         even if the point is not in the last page of an article.
6324         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6325         back to the previous page.
6326
6327 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6330
6331 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6334
6335 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * message.el (message-check-news-body-syntax): Avoid
6338         mm-string-as-multibyte.
6339         (message-hide-headers): Don't assume (point-min)==1.
6340
6341 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * message.el (message-remove-blank-cited-lines): Fix if remove is
6344         given.
6345         (message-bogus-address-regexp): New variable.
6346         (message-bogus-recipient-p): New function.
6347         (message-check-recipients): New command.
6348         (message-syntax-checks): Add `bogus-recipient'.
6349         (message-fix-before-sending): Add `bogus-recipient'.
6350
6351         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6352         (gnus-treat-body-boundary): Don't test window-system.
6353
6354 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6355
6356         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6357
6358 2007-10-28  Miles Bader  <miles@gnu.org>
6359
6360         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6361         at compile-time too.
6362
6363 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-msg.el (gnus-message-setup-hook): Add
6366         `message-remove-blank-cited-lines' to options.
6367
6368 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * message.el (message-remove-blank-cited-lines): New function.
6371         Suggested by Karl Plästerer.
6372
6373 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6376         mapc.
6377
6378         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6379         (top-level): Use mapc to set functions to be traced for debugging.
6380
6381         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6382         called for effect with while loop.
6383
6384         * message.el (message-talkative-question): Replace mapcar called for
6385         effect with mapc.
6386
6387         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6388         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6389         called for effect with dolist.
6390
6391         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6392
6393         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6394         gnus-extra-headers and nnmail-extra-headers.
6395
6396         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6397         called for effect with dolist.
6398         (top-level): Use mapc to set functions to be traced for debugging.
6399
6400         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6401         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6402         dolist.
6403
6404         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6405         Replace mapcar called for effect with mapc.
6406         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6407         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6408         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6409         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6410
6411         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6412         remove-if that's a cl function.
6413
6414         * webmail.el (webmail-debug): Replace mapcar called for effect with
6415         dolist.
6416
6417         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6418         with mapc.
6419
6420 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6423         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6424         with while loop.
6425
6426         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6427         functions from article-* functions.
6428         (gnus-multi-decode-header): Replace mapcar called for effect with
6429         dolist.
6430
6431         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6432         (gnus-bookmark-show-details): Replace mapcar called for effect with
6433         while loop.
6434
6435         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6436         called for effect with while loop.
6437
6438         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6439         with dolist.
6440
6441         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6442         mapcar called for effect with dolist.
6443
6444         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6445
6446         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6447         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6448         Replace mapcar called for effect with dolist.
6449         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6450         mapc.
6451
6452         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6453         Replace mapcar called for effect with dolist.
6454         (gnus-topic-list): Replace mapcar called for effect with mapc.
6455
6456         * gnus.el: Use mapc instead of mapcar to add autoloads.
6457
6458 2007-10-23  Richard Stallman  <rms@gnu.org>
6459
6460         * gnus-group.el (gnus-group-highlight): Mark as risky.
6461
6462 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus.el (gnus-server-to-method): Return method found first in
6465         gnus-newsrc-alist.
6466
6467         * gnus-art.el (gnus-article-highlight-signature)
6468         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6469         button overlay without the front stickiness.
6470
6471 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6472
6473         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6474         overview buffer needed a catch to receive its throw.
6475         (gnus-agent-flush-cache): Declared as interactive to make this function
6476         easier to use.
6477
6478 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6481         `next-line'.
6482
6483 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6486         exclude address matching message-dont-reply-to-names.
6487
6488 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-util.el (gnus-string<): New function.
6491
6492         * gnus-sum.el (gnus-article-sort-by-author)
6493         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6494
6495 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6498         the frame-focus tag is set in gnus-buffer-configuration.
6499
6500 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6503         the front stickiness.
6504
6505 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6508         url pattern; remove duplicate one.
6509         (gnus-article-extend-url-button): New function.
6510         (gnus-article-add-buttons): Use it.
6511         (gnus-button-push): Use concatenated url that it makes.
6512
6513 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6514
6515         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6516
6517 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6518
6519         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6520         Don't hardcode point-min==1.
6521
6522 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6525         Fix comment about "iso8859-1".
6526
6527 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6528
6529         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6530         ones returned from the verify-function.
6531
6532         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6533         mml2015-extract-cleartext-signature if extraction failed.
6534
6535 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6536
6537         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6538         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6539         failed.
6540
6541 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6544
6545 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6548         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6549         recommends to use EasyPG instead of PGG.
6550
6551         * pgg.el: Revert to revision 6.23.2.16.
6552
6553         * pgg-def.el: Revert to revision 6.6.2.14.
6554
6555         * pgg-gpg.el: Revert to revision 6.23.2.34.
6556
6557 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6558
6559         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6560         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6561         thread for both the null and zero (kill/expire thread) universal prefix
6562         cases.
6563         (gnus-summary-expire-thread): Add new function to expire a thread,
6564         using gnus-summary-kill-thread.
6565         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6566         shortcuts for gnus-summary-expire-thread.
6567         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6568         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6569
6570 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6573         extras value, so an extras entry can be deleted.
6574         (gnus-registry-delete-extra-entry): Use it.
6575         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6576         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6577         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6578         storage through the gnus-registry, and provide an appropriate API for
6579         it.
6580
6581 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6584         Suggested by Leo <sdl.web@gmail.com>.
6585
6586         * gnus.el: Do.
6587
6588 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6591         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6592
6593         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6594
6595         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6596         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6597
6598 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6601         newline.
6602         (nnmbox-request-accept-article): Don't change article in source buffer;
6603         narrow to header to use message-fetch-field rather than
6604         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6605         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6606         as delimiters; make sure article ends with newline.
6607         (nnmbox-delete-mail): Correct last position of article to be deleted;
6608         ignore X-Gnus-Newsgroup header in article body.
6609         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6610         positions; make sure article ends with newline.
6611
6612         * message.el (message-display-abbrev): Don't infloop when a user
6613         inserts SPC in the beginning of header.
6614
6615         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6616         coding-system-for-read and coding-system-for-write for XEmacs having no
6617         file-coding feature.
6618
6619         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6620
6621 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6622
6623         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6624         list of groups not followed by default.  Fix type to be regexp.
6625         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6626
6627 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6628
6629         * hmac-def.el (define-hmac-function): Switch from old-style to
6630         new-style backquotes.
6631
6632         * md4.el (md4-make-step): Likewise.
6633
6634 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6637         raw-text coding system when saving .newsrc file, which may contain
6638         non-ASCII group names.
6639
6640 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-cus.el (gnus-score-extra): New widget.
6643         (gnus-score-extra-convert): New function.
6644         (gnus-score-customize): Use it for Extra.
6645
6646 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6647
6648         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6649         (mml2015-mailcrypt-clear-verify): Use it.
6650         (mml2015-gpg-clear-verify): Use it.
6651         (mml2015-pgg-clear-verify): Use it.
6652         (mml2015-epg-clear-verify): Replace the current part with the output
6653         from GnuPG; don't extract the plaintext by itself.
6654
6655         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6656         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6657         mml2015-clear-verify-function; don't touch the armor headers or
6658         dash-escaped text here.
6659
6660 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6663         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6664         parts, or application/octet-stream as a last resort.
6665         (gnus-mime-view-part-as-type): Don't toggle display.
6666         (gnus-mime-view-part-as-charset): Don't turn off display before
6667         querying charset.
6668
6669         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6670         stuff to undisplayer function in Emacs.
6671         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6672
6673         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6674         text/calendar parts.
6675
6676 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6679         decoding text/calendar parts.
6680
6681         * message.el (message-forward-make-body-mime): Always mark body as
6682         having no illegible text; remove signed-or-encrypted argument.
6683         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6684
6685         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6686         (mml-generate-mime-1): Don't encode body if it is specified to be in
6687         raw form; don't make buffer be unibyte when inserting multibyte string.
6688
6689 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6690
6691         * sha1.el: Fix up comment style.
6692         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6693         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6694
6695         * hex-util.el: Fix up comment style.
6696         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6697
6698         * gnus-salt.el: Use with-current-buffer.
6699         (gnus-pick-setup-message): Fix long-standing typo.
6700
6701 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * imap.el (imap-logout-timeout): New variable.
6704         (imap-logout, imap-logout-wait): New functions.
6705         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6706
6707         * nnimap.el (nnimap-logout-timeout): New server variable.
6708         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6709         nnimap-logout-timeout.
6710
6711         * gnus-art.el (gnus-article-summary-command-nosave)
6712         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6713
6714 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus.el (gnus-maximum-newsgroup): New variable.
6717
6718         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6719         according to gnus-maximum-newsgroup.
6720
6721         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6722         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6723         Limit the range of articles according to gnus-maximum-newsgroup.
6724
6725 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6726
6727         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6728         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6729         Don't perform gnus-configure-windows here; reuse existing sticky
6730         article buffer.
6731
6732         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6733         it doesn't exist in gnus-article-mode.
6734
6735 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6738         (gnus-agent-decoded-group-name): New function.
6739         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6740         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6741
6742 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6743
6744         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6745         Add binding for gnus-sticky-article.
6746         (gnus-summary-exit): Don't kill sticky article buffers.
6747
6748         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6749         article buffer.
6750         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6751         (gnus-kill-sticky-article-buffers): New commands.
6752
6753 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * nntp.el (nntp-xref-number-is-evil): New server variable.
6756         (nntp-find-group-and-number): If it is non-nil, don't trust article
6757         numbers in the Xref header.
6758
6759 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-agent.el (gnus-agent-read-group): New function.
6762         (gnus-agent-flush-group, gnus-agent-expire-group)
6763         (gnus-agent-regenerate-group): Use it.
6764         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6765         nnmail-pathname-coding-system.
6766
6767 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6770
6771         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6772         that are unread as unread, and also as selected so that information of
6773         marks having been changed by a user may be updated when exiting group.
6774
6775 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6778         calculated ignoring signature parts to gnus-treat-article.
6779
6780 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6783         a point here in order to keep the window start.
6784         (gnus-insert-mime-security-button): Make a button overlay without the
6785         front stickiness.
6786         (gnus-mime-display-security): Goto the end of a button.
6787
6788         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6789
6790 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6793         group-name-at-point.
6794         (gnus-group-completing-read): New function that offers decoded
6795         non-ASCII group names for completion.
6796         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6797         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6798         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6799         (gnus-group-fetch-control): Use it.
6800         (gnus-fetch-group): Use group-name-at-point for the initial value
6801         rather than the default value; use gnus-alive-p.
6802
6803         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6804         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6805         (gnus-summary-post-news): Use gnus-group-completing-read.
6806
6807         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6808         (gnus-read-move-group-name): Decode group name for completion.
6809
6810 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6813         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6814         Yamaoka slightly modified the code).
6815
6816 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6819         (nnmail-split-incoming): Bind it.
6820
6821         * nnml.el (nnml-group-name-charset): New function.
6822         (nnml-decoded-group-name): Use it; don't decode group name if
6823         nnmail-group-names-not-encoded-p is non-nil.
6824         (nnml-encoded-group-name): New function.
6825         (nnml-group-pathname): Inline nnml-decoded-group-name.
6826         (nnml-request-expire-articles): Decode group name in message.
6827         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6828         nnmail-pathname-coding-system.
6829         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6830         not decoded ones according to nnmail-group-names-not-encoded-p.
6831         (nnml-generate-active-info): Use nnml-encoded-group-name.
6832
6833 2007-08-08  Glenn Morris  <rgm@gnu.org>
6834
6835         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6836         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6837         doc-strings and comments.
6838
6839 2007-07-25  Glenn Morris  <rgm@gnu.org>
6840
6841         * Relicense all FSF files to GPLv3 or later.
6842
6843 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-sum.el (gnus-summary-move-article): Make
6846         gnus-summary-respool-article work.
6847
6848 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6851         string.
6852
6853 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6854
6855         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6856         that should be ignored when comparing distant RSS articles with local
6857         ones.
6858         (nnrss-make-hash-index): New function.  Create a hash index according
6859         to the ignored fields.
6860         (nnrss-check-group): Use it.
6861
6862 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6865
6866         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6867
6868         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6869         the new optional argument ENCODED is non-nil.
6870         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6871         coding system for encoding group name.
6872         (gnus-group-make-rss-group): Pass un-encoded group name to
6873         gnus-group-make-group.
6874         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6875         encoded.
6876
6877         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6878         Encode group name to which articles are moved or copied.
6879         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6880         coding system for encoding Newsgroup, Followup-To and Xref headers.
6881
6882         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6883         marks; use nnheader-file-coding-system to write a file.
6884         (nnagent-retrieve-headers): Bind file-name-coding-system to
6885         nnmail-pathname-coding-system.
6886
6887         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6888
6889         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6890         (nnml-request-article, nnml-request-create-group)
6891         (nnml-request-rename-group, nnml-find-id)
6892         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6893         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6894         (nnml-save-marks): Use nnml-group-pathname instead of
6895         nnmail-group-pathname.
6896
6897         (nnml-request-create-group, nnml-request-expire-articles)
6898         (nnml-request-move-article, nnml-request-delete-group)
6899         (nnml-deletable-article-p, nnml-possibly-create-directory)
6900         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6901         (nnml-open-marks): Bind file-name-coding-system to
6902         nnmail-pathname-coding-system.
6903
6904         (nnml-request-article): Pass server argument to nnml-find-group-number.
6905         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6906         server argument to nnml-possibly-create-directory.
6907         (nnml-request-accept-article): Pass server argument to
6908         nnml-active-number and nnml-save-mail.
6909         (nnml-find-group-number): Pass server argument to nnml-find-id.
6910         (nnml-request-update-info): Pass server argument to
6911         nnml-marks-changed-p.
6912
6913         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6914         (nnml-save-mail, nnml-active-number): Add server argument.
6915
6916         (nnml-request-delete-group): Warn if group is missing.
6917         (nnml-get-nov-buffer): Decode group name.
6918         (nnml-generate-active-info): Encode group name.
6919         (nnml-open-marks): Decode group name in messages.
6920
6921 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6924         if it is not specified.
6925         (gnus-article-pipe-part, gnus-article-save-part)
6926         (gnus-article-interactively-view-part, gnus-article-copy-part)
6927         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6928         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6929         (gnus-article-replace-part, gnus-article-delete-part)
6930         (gnus-article-view-part-as-type): Pass raw prefix argument to
6931         gnus-article-part-wrapper.
6932
6933 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-agent.el (gnus-agent-save-active): Bind
6936         nnheader-file-coding-system to gnus-agent-file-coding-system.
6937
6938         * gnus-cache.el (gnus-cache-save-buffers)
6939         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6940         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6941         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6942         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6943         (gnus-cache-generate-active, gnus-cache-rename-group)
6944         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6945         (gnus-cache-update-overview-total-fetched-for): Bind
6946         file-name-coding-system to nnmail-pathname-coding-system.
6947         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6948         variables.
6949         (gnus-cache-decoded-group-name): New function.
6950         (gnus-cache-file-name): Use it.
6951         (gnus-cache-generate-active): Use non-decoded group name for active.
6952
6953         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6954         right place.
6955         (gnus-write-active-file): Don't break non-ASCII group names.
6956
6957         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6958         nnmail-pathname-coding-system.
6959
6960         * lpath.el: Bind default-file-name-coding-system,
6961         file-name-coding-system and language-info-alist for XEmacs.
6962
6963         * gnus-uu.el (gnus-uu-decode-save): Typo.
6964
6965 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6968
6969 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6972         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6973         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6974         (gnus-agent-flush-group, gnus-agent-flush-cache)
6975         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6976         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6977         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6978         (gnus-agent-regenerate-group)
6979         (gnus-agent-update-files-total-fetched-for)
6980         (gnus-agent-update-view-total-fetched-for): Bind
6981         file-name-coding-system to nnmail-pathname-coding-system.
6982         (gnus-agent-group-pathname): Don't encode file names by
6983         nnmail-pathname-coding-system.
6984         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6985         coding-system-for-write instead of buffer-file-coding-system to
6986         gnus-agent-file-coding-system.
6987
6988         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6989         Decode group name.
6990
6991         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6992
6993         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6994         (gnus-read-newsrc-el-file): Make group names unibyte.
6995
6996         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6997         nnmail-pathname-coding-system.
6998
6999         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7000         (nnrss-request-delete-group): Bind file-name-coding-system to
7001         nnmail-pathname-coding-system.
7002         (nnrss-read-server-data, nnrss-read-group-data): Bind
7003         file-name-coding-system correctly.
7004         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7005
7006         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7007         (nntp-server-to-method-cache): New variable.
7008         (nntp-group-pathname): New function that decodes non-ASCII group names.
7009         (nntp-possibly-create-directory, nntp-marks-changed-p)
7010         (nntp-save-marks, nntp-open-marks): Use it.
7011         (nntp-possibly-create-directory, nntp-open-marks):
7012         Bind file-name-coding-system to nnmail-pathname-coding-system.
7013         (nntp-open-marks): Decode group names when bootstrapping marks.
7014
7015         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7016         Newsgroups and Folowup-To headers.
7017
7018 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7021         (gnus-server-closed-face, gnus-server-denied-face)
7022         (gnus-server-offline-face): Remove variable.
7023         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7024
7025         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7026         of modifying message-stack directly for XEmacs.
7027
7028         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7029         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7030         if the coding-system argument is nil for XEmacs.
7031
7032         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7033         mm-charset-override-alist.
7034
7035         * rfc2047.el: Don't require base64; require rfc2045 for the function
7036         rfc2045-encode-string.
7037         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7038         to quote the parameter value.
7039
7040 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7043         form in gnus-group-name-charset-method-alist.
7044
7045         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7046         overrides the default layout edit-form.
7047
7048         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7049
7050         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7051
7052 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7055         as unfetched articles.
7056
7057 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7060
7061 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7064         original back end that keeps marks in the local system.
7065
7066 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7069         arg of pop-to-buffer for XEmacs.
7070         (gnus-article-read-summary-keys): Ditto; don't restore window
7071         configuration if summary command ends up with neither article buffer
7072         nor summary buffer; describe bindings if summary keys end with C-h.
7073
7074 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-fix-before-sending): Skip raw message part to be
7077         forwarded while checking illegible text.
7078         (message-forward-make-body-mime, message-forward-make-body): Mark
7079         signed or encrypted raw message as having no illegible text.
7080
7081 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7084         (gnus-message-with-timestamp-1): New macro.
7085         (gnus-message-with-timestamp): New function.
7086         (gnus-message): Use them.
7087
7088         * nnheader.el (nnheader-message): Use them.
7089
7090 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7093         .newsrc.eld file.
7094
7095 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-agent.el (gnus-agent-fetch-headers)
7098         (gnus-agent-retrieve-headers): Bind
7099         gnus-decode-encoded-address-function to identity.
7100
7101         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7102         available also when the server returns simply a dot.
7103
7104         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7105
7106 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7109
7110 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-ems.el (gnus-x-splash): Make it work.
7113
7114         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7115         from being used.
7116
7117         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7118
7119 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7122         4th and the 5th arguments.
7123
7124         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7125         the front stickiness.
7126         (gnus-article-summary-command-nosave): Correct the order of the
7127         arguments passed to pop-to-buffer.
7128         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7129         summary command ends up with the article buffer.
7130
7131         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7132         the same faces.
7133
7134 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7135
7136         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7137
7138 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7139
7140         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7141         * gnus-sum.el (gnus-summary-highlight):
7142         * pgg.el (pgg-sign-region, pgg-sign):
7143         * mail-source.el (mail-source-delete-old-incoming-confirm):
7144         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7145
7146 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-art.el (gnus-mime-view-part-externally)
7149         (gnus-mime-view-part-internally): Fix predicate function passed to
7150         completing-read.
7151
7152         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7153
7154         * gnus.el (gnus-update-message-archive-method): Add :version.
7155
7156 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus.el (gnus-update-message-archive-method): New variable.
7159
7160         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7161         according to gnus-message-archive-method if
7162         gnus-update-message-archive-method is non-nil.
7163
7164 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7167         by Loic Dachary <loic@dachary.org>.
7168         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7169
7170 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * message.el (message-pop-to-buffer): Add switch-function argument.
7173         (message-mail): Pass switch-function argument to it.
7174
7175 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7178         Improve doc string.
7179
7180 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7183         (gnus-header-content)
7184         * gnus-cite.el (gnus-cite-10)
7185         * gnus-srvr.el (gnus-server-closed)
7186         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7187         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7188         (gnus-group-mail-3-empty, gnus-group-mail-low)
7189         (gnus-group-mail-low-empty, gnus-splash)
7190         * message.el (message-header-to, message-header-cc)
7191         (message-header-subject, message-header-other, message-header-name)
7192         (message-header-xheader, message-separator, message-cited-text)
7193         (message-mml): Lighten colors of faces used for dark background.
7194
7195 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7196
7197         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7198         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7199
7200 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * message.el (message-narrow-to-headers-or-head):
7203         Ignore mail-header-separator in the body.
7204
7205 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7208         same as window size.
7209
7210 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7211
7212         * message.el (message-font-lock-keywords): Use message-header-xheader
7213         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7214         ahead of the anything pattern, to get it recognised.
7215
7216 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7219         spam.el loads uses it in the compiled defadvice form.
7220
7221 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7222
7223         * gnus-sum.el (gnus-articles-to-read)
7224         (gnus-summary-insert-old-articles): Don't truncate group name for
7225         `read-string'.
7226
7227         * gnus-util.el (gnus-limit-string): Delete this function.
7228
7229         * gnus-sum.el (gnus-simplify-subject-fully): Use
7230         `truncate-string-to-width' instead.
7231
7232 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7233
7234         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7235         if, on summary exit, the next group has to be selected.
7236         (gnus-summary-exit): Use it.
7237
7238 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7241         non-break space.
7242
7243 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7246         Check if group is not a directory.
7247         (nnfolder-request-expire-articles): Don't delete articles if the target
7248         group is not available.
7249
7250         * nnml.el (nnml-request-create-group): Properly check if group is not a
7251         file.
7252         (nnml-request-expire-articles): Don't delete articles if the target
7253         group is not available.
7254
7255         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7256         Don't quote characters that are within parentheses.
7257
7258 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7261         (gnus-handle-ephemeral-exit): Select article according to it.
7262
7263 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * message.el (message-insert-formated-citation-line): Remove newline.
7266         (message-citation-line-format): Add final \n here so that the user can
7267         avoid a blank line.
7268
7269 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7270
7271         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7272         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7273         Update lanl/arXiv support.
7274
7275 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * gnus.el: Bump version number.
7278
7279 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus.el (gnus-version-number): Bump version.
7282
7283 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7284
7285         * gnus.el: No Gnus v0.6 is released.
7286
7287 2007-04-27  Didier Verna  <didier@xemacs.org>
7288
7289         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7290         * gmm-utils.el (gmm-regexp-concat): here.
7291         * message.el: Don't require 'gnus-util.
7292         (message-dont-reply-to-names): Handle name change above.
7293         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7294
7295 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7298         since the initial value varies according to the system.
7299
7300 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7303
7304 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7305
7306         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7307
7308 2007-04-24  Didier Verna  <didier@xemacs.org>
7309
7310         Improve the type of gnus-ignored-from-addresses.
7311         * gnus-util.el (gnus-orify-regexp): New function.
7312         * message.el (gnus-util): Require it.
7313         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7314         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7316
7317 2007-04-24  Didier Verna  <didier@xemacs.org>
7318
7319         * gnus-sum.el:
7320         * gnus-utils.el: Fix some trailing whitespaces.
7321
7322 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7325         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7326         article's Message-ID; refer parent article in summary buffer.
7327
7328         * message.el (message-bounce): Call mime-to-mml.
7329
7330         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7331         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7332         optimize and/or forms properly.
7333
7334 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7337         URL.
7338
7339 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7342
7343 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7346         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7347         displayed of multipart/alternative part if it is invoked from summary
7348         buffer.
7349
7350         * mm-view.el (mm-inline-text-html-render-with-w3m)
7351         (mm-inline-text-html-render-with-w3m-standalone)
7352         (mm-inline-render-with-function): Use mail-parse-charset by default.
7353
7354 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7355
7356         * parse-time.el (parse-time-string-chars): Check if CHAR
7357         is less than the length of parse-time-syntax.
7358
7359 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7362         from gnus-newsgroup-processable.
7363
7364 2007-04-16  Didier Verna  <didier@xemacs.org>
7365
7366         * gnus-msg.el (gnus-configure-posting-styles): Handle
7367         message-signature-directory properly with :file syntax.  Reported by
7368         "Leo".
7369
7370 2007-04-11  Didier Verna  <didier@xemacs.org>
7371
7372         New user option: message-signature-directory.
7373         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7374         * message.el (message-insert-signature): Ditto.
7375         * message.el (message-signature-file): Doc update.
7376         * message.el (message-signature-directory): New.
7377
7378 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-msg.el (gnus-inews-yank-articles): Use
7381         message-exchange-point-and-mark instead of exchange-point-and-mark.
7382
7383 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * message.el (message-yank-original): Make sure cited text ends with
7386         newline; don't exchange point and mark.
7387
7388 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7389
7390         * tls.el (open-tls-stream): Properly handle case where there
7391         is no associated buffer.
7392
7393 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7394
7395         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7396         message-yank-original, make sure (< mark TEXT point).
7397
7398 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * message.el (message-fill-column): New variable.
7401         (message-mode): Use it.  Add comment on a possible new hook.
7402
7403         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7404         (nnmail-get-new-mail): Reformat.
7405
7406         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7407
7408         * gmm-utils.el: Fix Commentary.
7409         (gmm-tool-bar-from-list): Fix typo in doc string.
7410
7411 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7412
7413         * message.el (message-yank-original): Don't switch point and mark
7414         unnecessarily to put point and mark as documented.
7415
7416 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7419         from the message heads.
7420
7421 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7422
7423         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7424         article buffer does not have a window.  This may not be the best
7425         solution but is certainly better than setting the start of the null,
7426         that is the current, window.
7427
7428 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7431         (gnus-draft-setup): Run it.
7432
7433         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7434         gnus-score-fast-scoring.  Allow regexp.
7435         (gnus-score-headers): Use it.
7436
7437         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7438         XEmacs.
7439
7440         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7441         string.
7442         (gnus-button-alist): Also catch `<f1> k ...'.
7443         (gnus-treat-display-x-face): Fix doc string.
7444
7445 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7446
7447         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7448         evaluation of gnus-extended-version to ensure correct generation of the
7449         User-Agent header when message-generate-headers-first is used.
7450
7451 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7452
7453         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7454         hashcash-path is nil.  Don't call callback with incorrect number of
7455         parameters if val is 0.
7456
7457 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7458
7459         * message.el (message-required-news-headers):
7460         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7461
7462 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7463
7464         * tls.el (open-tls-stream): In handshake-waiting loop,
7465         don't wait more if there is output available to process.
7466
7467 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7468
7469         * tls.el (tls-program): Doc fix.
7470
7471 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * message.el (message-generate-new-buffers): Change the meaning of the
7474         nil value; add `standard' to the choices; treat t as `unique'; improve
7475         doc string.
7476         (gnus-select-frame-set-input-focus): Autoload.
7477         (message-buffer-name): Search for the existing message buffer if
7478         message-generate-new-buffers is nil or `standard'; treat the value t of
7479         message-generate-new-buffers as `unique'.
7480         (message-pop-to-buffer): Raise the frame already displaying the message
7481         buffer; clear the echo area after querying.
7482         (message-setup): Pass the `continue' argument to compose-mail.
7483         (message-mail): Prefer `switch-function' if it is given; search for the
7484         existing message buffer if the `continue' argument is non-nil; pass
7485         continue and switch-function arguments to compose-mail by way of
7486         message-setup.
7487         (message-mail-other-window): Adjust argument of message-setup.
7488         (message-mail-other-frame): Ditto.
7489
7490 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7493         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7494         to turn font-lock on when turning gnus-message-citation-mode on.
7495
7496 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7497
7498         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7499         (mml-smime-function-alist): New variable; add epg as the backend.
7500         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7501         mml-smime- functions instead.
7502         * mm-view.el: Require smime.
7503
7504 2007-03-05  Didier Verna  <didier@xemacs.org>
7505
7506         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7507         instead of just inheritance for posting styles.
7508         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7509
7510 2007-02-24  Chris Moore  <dooglus@gmail.com>
7511
7512         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7513         * pgg-pgp.el (pgg-pgp-encrypt-region):
7514         * pgg-gpg.el (pgg-gpg-encrypt-region):
7515         Check pgg-encrypt-for-me if no other recipients.
7516
7517 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7518
7519         * tls.el (tls-certtool-program): Fix custom type.
7520
7521 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7524         and point-at-eol instead of line-(beginning|end)-position.
7525
7526         * assistant.el (assistant-parse-buffer): Ditto.
7527
7528         * netrc.el (netrc-parse-services): Ditto.
7529
7530 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7531
7532         * mml2015.el (mml2015-epg-find-usable-key): New function.
7533         (mml2015-epg-sign): Use it.
7534         (mml2015-epg-encrypt): Use it.
7535
7536 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * message.el (message-make-in-reply-to): Quote name containing
7539         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7540         if there are special characters.  Reported by NAKAJI Hiroyuki
7541         <nakaji@jp.freebsd.org>.
7542
7543 2007-02-27  Didier Verna  <didier@xemacs.org>
7544
7545         Include the group parameters as well as the topic ones in the
7546         inheritance filter process.
7547         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7548         argument GROUP-PARAMS-LIST.
7549         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7550
7551 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * nntp.el (nntp-never-echoes-commands)
7554         (nntp-open-connection-functions-never-echo-commands): New variables.
7555         (nntp-send-command): Use them.
7556
7557 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7558
7559         * mml2015.el (mml2015-epg-verify): Simplified.
7560
7561 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mml.el (mml-content-disposition-alist): New user option.
7564         (mml-content-disposition): New function.
7565         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7566         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7567
7568 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7569
7570         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7571         verification.
7572
7573 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7574
7575         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7576         articles posted in the last 24 hours.
7577
7578 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7579
7580         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7581
7582 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7583
7584         * nntp.el (nntp-send-command): Don't wait for echoes when
7585         nntp-open-ssl-stream is used.
7586
7587 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7590         (gnus-message-add-citation-keywords)
7591         (gnus-message-remove-citation-keywords): Remove.
7592         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7593         directly, make the variables in font-lock-defaults buffer-local, add
7594         gnus-message-citation-keywords to them and then update the value of
7595         font-lock-keywords.
7596
7597 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * message.el (message-cite-original-1): Don't call
7600         gnus-article-highlight-citation.
7601
7602         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7603         citations; fix line count.
7604
7605 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7608         (gnus-message-add-citation-keywords)
7609         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7610         versions of font-lock-add-keywords and font-lock-remove-keywords to
7611         work with XEmacs correctly.
7612
7613 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-cite.el (gnus-cite-face-list): Set the values of
7616         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7617         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7618         (gnus-message-cite-prefix-regexp): New variable.
7619         (gnus-message-search-citation-line): Use it; protect against long
7620         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7621         the 0th match data for Emacs.
7622         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7623         (gnus-message-add-citation-keywords): Append keywords rather than
7624         prepending; emulate font-lock-add-keywords if it is not available.
7625         (gnus-message-remove-citation-keywords): Emulate
7626         font-lock-remove-keywords if it is not available.
7627
7628         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7629
7630         * message.el (message-cite-prefix-regexp): Set the value of
7631         gnus-message-cite-prefix-regexp.
7632
7633 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7634
7635         * nnweb.el (nnweb-google-parse-1): Update parser.
7636
7637 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7638
7639         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7640
7641 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7642
7643         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7644         regexp.
7645
7646 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7649         string-to-multibyte.
7650         (uudecode-decode-region-internal): Use it.
7651
7652         * lpath.el: Fbind string-as-multibyte for XEmacs.
7653
7654 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7657         custom choice.
7658
7659         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7660
7661 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7662
7663         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7664
7665         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7666         `write-region' to respect `mm-inhibit-file-name-handlers'.
7667
7668 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7671         Use gnus-home-directory instead of "~/" or "$HOME".
7672
7673 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7674
7675         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7676         to mention filename.
7677         Add comments at beginning regarding usage.
7678         (encrypt-write-file-contents): Change interactive so a string is
7679         acceptable.  If the file has no associated model, show an error instead
7680         of a nonsense prompt.
7681
7682 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7683
7684         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7685         Thanks to Yoshihiko Yamada for kind notification of this typo.
7686
7687 2007-01-12  Kenichi Handa  <handa@m17n.org>
7688
7689         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7690         multibyte buffer.
7691
7692 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * gnus-score.el (gnus-score-fast-scoring): New variable.
7695         (gnus-score-headers): Use it.
7696
7697         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7698
7699         * message.el (message-cite-original-1): Call
7700         gnus-article-highlight-citation if requested.
7701         (message-make-from): Allow name and address as optional arguments.
7702
7703         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7704
7705         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7706         bugs to doc string.
7707         (gnus-button-alist): Add mid\\|message-id.
7708         (gnus-button-fetch-group): Extend for use in
7709         `browse-url-browser-function'.
7710         (gnus-button-url-regexp): Try to catch paired parentheses like in
7711         Wikipedia URLs.
7712
7713         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7714         Suggested by Simon Krahnke <overlord@gmx.li>.
7715
7716 2007-01-13  Romain Francoise  <romain@orebokech.com>
7717
7718         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7719         Update copyright.
7720
7721 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7722
7723         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7724
7725 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7726
7727         * gnus-registry.el (gnus-registry-unfollowed-groups)
7728         (gnus-registry-split-fancy-with-parent): Fix documentation.
7729
7730 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7733         from nnweb groups.
7734
7735 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7738         Xref urls.  Erase buffer before requesting head.
7739
7740 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7743         customizable.
7744
7745 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7746
7747         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7748         no signing key is found.
7749         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7750         no encrypting and/or signing key is found.
7751
7752 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7755
7756 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7757
7758         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7759         headers read from disk with the ones newly found in the current search.
7760         This should no longer cause problems, because the article numbers in
7761         Gmane's `nov.php' output are ignored since the previous change.
7762
7763 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7764
7765         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7766
7767 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7770         replace-regexp-in-string; bind url-version; fbind display-images-p and
7771         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7772         find-face and set-itimer-function for Emacs; bind itimer-list for
7773         Emacs.
7774
7775         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7776
7777 2007-01-01  Romain Francoise  <romain@orebokech.com>
7778
7779         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7780
7781 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7782
7783         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7784         `define-minor-mode' macro definition expanded properly.
7785         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7786         exclude it there.
7787
7788         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7789         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7790         `fboundp' test.
7791         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7792         This is OK to autoload in (S)XEmacs now.
7793
7794 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7797         keystroke.
7798         (gnus-summary-limit-to-singletons): Fix typo.
7799
7800         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7801         else fails.
7802
7803 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7804
7805         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7806         docstring.
7807
7808         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7809         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7810         (gnus-summary-insert-dormant-articles): Fix typo in message.
7811
7812 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7815         nil for XEmacs.
7816         (gnus-message-citation-mode): Don't autoload in XEmacs.
7817
7818         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7819
7820 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7821
7822         * nnimap.el (nnimap-expunge-search-string): Mention
7823         nnimap-search-uids-not-since-is-evil in docstring.
7824
7825 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * spam.el: Revert to make-obsolete-variable because
7828         define-obsolete-variable-alias is not supported in Emacs 21.
7829
7830         * spam.el (spam-ifile-path, spam-ifile-database-path)
7831         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7832         make-obsolete-variable.
7833         (spam-bsfilter-path, spam-bsfilter-program)
7834         (spam-spamassassin-path, spam-spamassassin-program)
7835         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7836         use "path" inappropriately.
7837         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7838         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7839         variable names.
7840
7841 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7842
7843         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7844         summary buffer.
7845
7846         * password.el (password-cache-remove): Use clear-string to burn
7847         password, if available.
7848
7849 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7852
7853         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7854
7855         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7856         (gnus-message-highlight-citation): Move defcustom here from
7857         gnus-cite.el.
7858         (gnus-message-citation-mode): Autoload.
7859
7860         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7861         checks to make it compile with XEmacs.
7862         (gnus-message-citation-mode): New minor mode.
7863         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7864         (gnus-message-highlight-citation): New variables.
7865         (gnus-message-search-citation-line)
7866         (gnus-message-add-citation-keywords)
7867         (gnus-message-remove-citation-keywords)
7868         (turn-on-gnus-message-citation-mode)
7869         (turn-off-gnus-message-citation-mode): New functions.
7870
7871 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7872
7873         * gnus-cite.el: Enable highlighting of different citation levels in
7874         message-mode.
7875
7876 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * message.el (message-make-fqdn): Fix comment.
7879         (message-bogus-system-names): Add ".local".
7880
7881         * spam.el (spam-ifile-path, spam-ifile-program)
7882         (spam-ifile-database-path, spam-ifile-database)
7883         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7884         Don't use "path" inappropriately.
7885         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7886         strings.
7887         (spam-check-ifile, spam-ifile-register-with-ifile)
7888         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7889         new variable names.
7890
7891         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7892         (gnus-treat-display-smileys): Simplify using
7893         gnus-image-type-available-p.
7894
7895         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7896         available.
7897
7898         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7899         `display-images-p' if available.
7900
7901 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7904         one after turning on the buffer's multibyteness instead of decoding
7905         them directly in the unibyte buffer that causes unexpected conversion
7906         in Emacs 23 (unicode).
7907
7908 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7909
7910         * message.el (message-generate-hashcash): Fix custom type.
7911
7912 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7915
7916 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7919         disconnect icons.  Add help text.
7920
7921 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7924         negated to be consistent with the others we handle.
7925
7926 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7929         version of gnus-summary-buffer to something, so that we can use two
7930         article buffers at the same time.
7931
7932 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7933
7934         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7935         trigger all the extra headers.
7936         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7937         sorting.
7938
7939 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7940
7941         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7942         solid groups.
7943
7944 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7945
7946         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7947
7948 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * legacy-gnus-agent.el: Add Copyright notice.
7951
7952 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7953
7954         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7955
7956 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7959
7960         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7961         to make it work reliably in CVS Emacs.
7962         (gnus-summary-limit-strange-charsets-predicate)
7963         (gnus-summary-limit-to-predicate): New functions.
7964
7965 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7966
7967         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7968         specifying array size.
7969         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7970         array if it is too small.
7971         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7972         (gnus-sort-threads-loop): New function.
7973
7974 2006-12-06  Chris Moore  <dooglus@gmail.com>
7975
7976         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7977         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7978
7979 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7980
7981         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7982         options.
7983
7984 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7987         DOS-ing the recipient.
7988
7989         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7990         the headers when creating the mapping to avoid mismappings.
7991         (nnweb-gmane-create-mapping): Always nix out old mapping.
7992
7993 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7996         and mm-verify-option to never.
7997
7998 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-signed-or-encrypted-p): New function.
8001         (message-forward-make-body): Use it.
8002
8003         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8004         Replace encode-coding-string with mm-encode-coding-string.
8005
8006 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * nneething.el (nneething-decode-file-name): Replace
8009         decode-coding-string with mm-decode-coding-string.
8010
8011         * gnus-int.el (gnus-open-server): Say failed server's name.
8012
8013 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8014
8015         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8016         strings to a single string.  Quote `errors-file-name'.
8017         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8018         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8019         Adjust calls.  Use `shell-quote-argument'.
8020
8021 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8022
8023         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8024         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8025
8026         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8027         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8028         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8029         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8030         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8031         (gnus-subscribe-newsgroup, gnus-1):
8032         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8033         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8034         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8035         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8036
8037 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8040         keystroke.
8041         (gnus-summary-limit-to-bodies): Implement headersp.
8042
8043 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8046
8047 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8050
8051 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * message.el (message-generate-hashcash): Expand range of values to
8054         include `opportunistic'.
8055         (message-send-mail): Use it.
8056
8057 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8058
8059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8060         and comment it.
8061
8062         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8063
8064 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * gnus-util.el (gnus-extract-address-components): Improve comment.
8067
8068 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-util.el (gnus-extract-address-components): Work with address in
8071         which the name portion contains @.
8072
8073         * lpath.el: Fbind custom-autoload.
8074
8075 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus.el (gnus-start): Move custom group up.
8078         (gnus-select-method): Don't autoload, but make it available for
8079         `customize-variable'.
8080         (gnus-getenv-nntpserver): Don't autoload.
8081
8082 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8085
8086 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-sendmail-extra-arguments): New variable.
8089         (message-send-mail-with-sendmail): Use it.
8090
8091 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8094         mm-with-unibyte-current-buffer to make string unibyte.
8095
8096         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8097         mm-string-as-multibyte.
8098
8099 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8100
8101         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8102         Reported by Werner Koch <wk@gnupg.org>.
8103
8104 2006-11-14  Daiki Ueno  <ueno@p360>
8105
8106         * mml2015.el: Autoload epa-select-keys when compiling.
8107
8108 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8109
8110         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8111         message-options.
8112         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8113
8114 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8115
8116         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8117         EasyPG (< 0.0.6).
8118         (mml2015-always-trust): New user option.
8119         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8120         prompt.
8121
8122 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * nntp.el (nntp-authinfo-force): New variable.
8125         (nntp-send-authinfo): Use it.
8126
8127 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8130         decode encoded words.  Improve prompt.  Add comment about forwarding.
8131         (message-replacement-char): Move up.
8132
8133 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8134
8135         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8136         instead of gnus-intersection because arguments of gnus-sorted-nunion
8137         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8138
8139 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8142         (message-simplify-subject-functions): Enable
8143         message-strip-subject-encoded-words by default.
8144
8145 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * message.el (message-strip-subject-encoded-words): New function.
8148         (message-simplify-subject-functions): New variable.
8149         (message-simplify-subject): Use it.  Fix typo in doc string.
8150         Support message-strip-subject-encoded-words.
8151
8152 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8153
8154         * gnus-diary.el (gnus-diary-delay-format-function):
8155         * nndiary.el (nndiary-reminders):
8156         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8157
8158 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * gnus-art.el (article-hide-boring-headers): Fetch date from
8161         gnus-original-article-buffer to avoid problems with localized date
8162         strings.
8163
8164 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8167
8168 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8171         New variables.
8172         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8173         (mm-charset-synonym-alist): Move some entries to
8174         mm-codepage-iso-8859-list.
8175         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8176         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8177
8178 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8181
8182 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8185         with Emacs 21 and XEmacs.
8186
8187 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * spam.el (spam-parse-address): New function for better parsing,
8190         catching errors, etc.
8191         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8192
8193 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * mm-view.el: Add interactive arg to html2text autoload.
8196
8197 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8200
8201 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8204         variables.
8205         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8206         (mm-charset-synonym-alist): Move some entries to
8207         mm-codepage-iso-8859-list.
8208
8209         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8210
8211 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * message.el (message-citation-line-format)
8214         (message-insert-formated-citation-line): Fix implementation of %E, %N
8215         and %n according to the doc string.
8216
8217 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8220         car-safe to avoid bad parses.
8221
8222 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8225         names.
8226
8227         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8228
8229 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8232         header.
8233
8234         * message.el (message-draft-headers): Add Date.
8235         (message-headers-to-generate): Fix typo in docstring.
8236
8237         * nndraft.el (nndraft-required-headers): New variable.
8238         (nndraft-generate-headers): Use it.
8239
8240         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8241
8242 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * gnus-registry.el (gnus-registry-wash-for-keywords)
8245         (gnus-registry-find-keywords): New functions to allow easy searching of
8246         articles that are in the registry.
8247
8248 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8249
8250         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8251         ietf-drums-parse-address instead of gnus-extract-address-components.
8252         Reported by Damien Elmes <damien@repose.cx>.
8253
8254 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus.el (gnus-mime): Remove unused custom group.
8257
8258 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8259
8260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8261         "blank line" when searching for end of armor headers.
8262
8263 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gmm-utils.el (gmm-write-region): Fix variable name.
8266
8267 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gmm-utils.el (gmm-write-region): New function based on compatibility
8270         code from `mm-make-temp-file'.
8271
8272         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8273
8274         * nnmaildir.el (nnmaildir--update-nov)
8275         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8276         Use `gmm-write-region'.
8277
8278 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8281         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8282
8283         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8284
8285         * message.el (message-replacement-char): New variable.
8286         (message-fix-before-sending): Use it.
8287         (message-simplify-subject): New function to remove duplicate code.
8288         (message-reply, message-followup): Use it.
8289
8290         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8291         gnus-summary-limit-to-articles.
8292
8293 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-util.el (gnus-with-local-quit): New macro.
8296
8297         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8298
8299 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8302         ignore non-string data.
8303
8304 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8305
8306         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8307         non-string data (needs to be done in the registry too).
8308
8309 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8312         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8313         (gnus-registry-split-fancy-with-parent)
8314         (gnus-registry-fetch-simplified-message-subject-fast)
8315         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8316         Remove text properties on ingress into the registry and when it's saved.
8317         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8318         registry from entries with no groups.
8319
8320 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8321
8322         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8323         function to remove string properties.
8324
8325 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gmm-utils.el (gmm): Adjust custom version.
8328
8329         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8330         custom version.
8331
8332         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8333
8334 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-art.el (gnus-insert-prev-page-button)
8337         (gnus-insert-next-page-button): Simplify.  Reformat.
8338
8339 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8340
8341         * gnus-art.el (gnus-insert-prev-page-button)
8342         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8343
8344 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8345
8346         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8347
8348 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8349
8350         * gnus-art.el (gnus-insert-mime-button)
8351         (gnus-insert-mime-security-button):
8352         Apply gnus-article-button-face to MIME and security buttons.
8353
8354 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8357         readable.
8358
8359 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8362
8363 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8364
8365         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8366         `browse-url-of-file' instead of `browse-url'.
8367
8368 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8369
8370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8371         regexp.  Articles containing quotation were cut prematurely.
8372
8373 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * message.el (message-cite-original-1): Use nobody by default for the
8376         value of From header.
8377         (message-reply): Ditto.
8378
8379 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8380
8381         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8382         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8383         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8384
8385 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8388         mails in the doc string.  Add some URLs in comment.
8389         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8390
8391 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8394         backslashes handling and the way to find boundaries of quoted strings.
8395
8396 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8397
8398         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8399         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8400         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8401         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8402
8403 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8406         doc string.
8407         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8408
8409 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * lpath.el: Fbind epg-check-configuration.
8412
8413 2006-09-06  Simon Josefsson  <jas@extundo.com>
8414
8415         * mml2015.el (mml2015-use): Doc fix, mention epg.
8416
8417 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8418
8419         * mml2015.el (mml2015-use): Default to epg, if available.
8420
8421 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8422
8423         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8424         message-sender.
8425         (mml1991-epg-encrypt): Ditto.
8426         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8427         message-sender.
8428         (mml2015-epg-encrypt): Ditto.
8429
8430 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8431
8432         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8433         several common directories.
8434
8435 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8436
8437         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8438         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8439
8440 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-art.el (article-decode-encoded-words): Make it fast.
8443
8444 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8447
8448         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8449         in quoted string into `\'.
8450
8451 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8454         Use standard-syntax-table.
8455
8456 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-art.el (gnus-decode-address-function): New variable.
8459         (article-decode-encoded-words): Use it to decode headers which are
8460         assumed to contain addresses.
8461         (gnus-mime-delete-part): Remove useless `or'.
8462
8463         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8464         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8465         (gnus-nov-parse-line): Use it to decode From header.
8466         (gnus-get-newsgroup-headers): Ditto.
8467         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8468
8469         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8470         (mail-decode-encoded-address-string): New alias.
8471
8472         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8473         New function.
8474         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8475         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8476         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8477         (rfc2047-decode-string): Ditto.
8478         (rfc2047-decode-address-region): New function.
8479         (rfc2047-decode-address-string): New function.
8480
8481 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * message.el (message-caesar-buffer-body): Allow rotating headers.
8484
8485         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8486
8487         * message.el (message-insert-formated-citation-line): Fix %f.
8488         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8489
8490 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8493         (gnus-bookmark-mouse-available-p): New macro.
8494         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8495         (gnus-bookmark-bmenu-show-infos): Use it.
8496         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8497         (gnus-bookmark-bmenu-hide-infos): Ditto.
8498         (gnus-bookmark-remove-properties): New function.
8499         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8500         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8501         (gnus-bookmark-write-file): Bind coding-system-for-write.
8502         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8503         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8504         group before selecting it.
8505         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8506         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8507         quit-window if it is not available; use gnus-mouse-2 and bind it to
8508         gnus-bookmark-bmenu-select-by-mouse.
8509         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8510         (gnus-bookmark-bmenu-select-by-mouse): New function.
8511
8512 2006-08-13  Romain Francoise  <romain@orebokech.com>
8513
8514         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8515         space.
8516
8517 2006-08-10  Romain Francoise  <romain@orebokech.com>
8518
8519         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8520         (dns-mode-soa-auto-increment-serial): New user option.
8521         (dns-mode-soa-maybe-increment-serial): New function.
8522         (dns-mode): Add the latter to `write-contents-functions'.
8523
8524 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * compface.el (uncompface): Use binary rather than raw-text-unix.
8527
8528 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * compface.el (uncompface): Make sure the eol conversion doesn't take
8531         place when communicating with the external programs.  Reported by
8532         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8533
8534 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8537
8538 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8539
8540         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8541         Make it more robust by parsing author and date independently.
8542
8543 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8546
8547 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8548
8549         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8550         first matching secret key.
8551         (mml2015-epg-encrypt): Ditto.
8552
8553         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8554         first matching secret key.
8555         (mml1991-epg-encrypt): Ditto.
8556
8557         * mml2015.el (mml2015-encrypt-to-self): New user option.
8558         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8559         mml2015-epg-encrypt-to-self is set.
8560
8561         * mml1991.el (mml1991-encrypt-to-self): New variable.
8562         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8563         mml1991-epg-encrypt-to-self is set.
8564
8565         * mml2015.el (mml2015-signers): New user option.
8566         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8567         (mml2015-epg-encrypt): Allow to select signing keys.
8568
8569         * mml1991.el (mml1991-signers): New variable.
8570         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8571         (mml1991-epg-encrypt): Allow to select signing keys.
8572
8573 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * nnheader.el (nnheader-insert-head): Make it work even if the file
8576         uses CRLF for the line-break code.
8577
8578 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8579
8580         * mml2015.el: Require mml-sec instead of password.
8581         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8582         (mml2015-cache-passphrase): Inherit the default value from
8583         mml-secure-cache-passphrase.
8584         (mml2015-passphrase-cache-expiry): Inherit the default value from
8585         mml-secure-passphrase-cache-expiry.
8586
8587         * mml1991.el: Require mml-sec instead of password.
8588         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8589         (mml1991-cache-passphrase): Inherit the default value from
8590         mml-secure-cache-passphrase.
8591         (mml1991-passphrase-cache-expiry): Inherit the default value from
8592         mml-secure-passphrase-cache-expiry.
8593
8594         * mml-sec.el: Require password.
8595         (mml-secure-verbose): New user option.
8596         (mml-secure-cache-passphrase): New user option.
8597         (mml-secure-passphrase-cache-expiry): New user option.
8598
8599 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8600
8601         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8602         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8603         andreas@altroot.de (Andreas Vögele).
8604
8605         FIXME: Use `tiny change'?
8606
8607 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8608
8609         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8610         workaround for the url package included with Emacs.
8611
8612         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8613
8614 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8617         correctly.  This fixes a bug caused by the 2006-05-12 change.
8618
8619 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8620
8621         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8622         some information about the error when saying that the `bogus' mail
8623         group will be used.
8624
8625 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8628         string.
8629
8630 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8631
8632         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8633
8634 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8635
8636         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8637
8638 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8639
8640         * mml1991.el (mml1991-function-alist): Add epg.
8641         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8642         (mml1991-epg-encrypt): New functions.
8643
8644 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8645
8646         * mml2015.el (mml2015-verbose): New variable.
8647         (mml2015-cache-passphrase): Ditto.
8648         (mml2015-passphrase-cache-expiry): Ditto.
8649         (mml2015-function-alist): Add epg.
8650         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8651         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8652         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8653         functions.
8654
8655 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8656
8657         * message.el (message-cite-original-1): Preserve region when removing
8658         quoted text due to X-No-Archive in order to avoid bogus attribution
8659         when citing multiple messages.
8660
8661 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8662
8663         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8664         Kenneth Jacker <khj@be.cs.appstate.edu>.
8665
8666 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * gnus-diary.el (gnus-user-format-function-d)
8669         (gnus-user-format-function-D): Autoload.
8670
8671         * imap.el (Commentary): Fix typo.
8672
8673         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8674         2006-04-22 contribution.
8675
8676 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8677
8678         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8679         It didn't really fix the bogosity I'm seeing with solid web groups.
8680
8681 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8682
8683         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8684         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8685         created using server names.  If we use the feature without declaring
8686         it, Gnus does not properly manage server and group state.
8687
8688         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8689         bound.
8690
8691 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8692
8693         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8694         looking up the method using GROUP's prefix before inventing a new one.
8695         It is used on killed/unknown groups in various places where returning
8696         an all-new method isn't expected by the caller.
8697
8698         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8699         and match semantics of gnus-group-real-prefix.
8700
8701 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * nnmail.el (nnmail-broken-references-mailers): New variable.
8704         (nnmail-ignore-broken-references): New function generalizing
8705         nnmail-fix-eudora-headers.
8706         (nnmail-fix-eudora-headers): Now obsolete.
8707
8708         * gnus-art.el (gnus-button-handle-custom): Support
8709         `customize-apropos*'.
8710
8711 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8714
8715         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8716         articles.
8717
8718 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * message.el (message-cite-reply-above): New variable.
8721         (message-yank-original): Use it.
8722
8723 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8726
8727 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8730         as read.
8731
8732         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8733
8734 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8737         (gnus-bookmark-default-file): Use gnus-directory.
8738         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8739         Remove "*" in doc string.
8740         (gnus-bookmark-write-file): Simplify.
8741         (gnus-bookmark-maybe-sort-alist): Use `when'.
8742         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8743         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8744         FIXME about Emacs 21 and XEmacs compatibility.
8745         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8746         compatibility.
8747         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8748         compatibility.
8749         (gnus-bookmark-menu-heading): Fix version.
8750
8751 2006-06-19  Bastien Guerry  <bzg@altern.org>
8752
8753         * gnus-bookmark.el: New file.
8754
8755 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * message.el (message-syntax-checks): Doc fix.
8758
8759 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8760
8761         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8762         unsubscribed groups as if they were killed ones.  It causes duplicate
8763         entries in gnus-newsrc-alist.
8764
8765 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * message.el (message-syntax-checks): Doc fix.
8768         (message-send-mail): Add check for continuation headers.
8769         (message-check-news-header-syntax): Fix regexp used to check for
8770         continuation headers.
8771
8772 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8775
8776 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8779
8780 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8783         default-truncate-lines.
8784
8785 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8788         to fill the utf-8 entry.
8789
8790         * lpath.el: Fbind unicode-precedence-list.
8791
8792 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8793
8794         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8795
8796 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8797
8798         * gnus-agent.el (directory-files-and-attributes): Move all the way
8799         forward (the third and final move).
8800         (gnus-agent-read-agentview): Trap reconstruction errors due to
8801         nonexistant directory.  Handle by returning nil.
8802
8803 2006-05-30  Didier Verna  <didier@xemacs.org>
8804
8805         * message.el (message-dont-reply-to-names): Update the custom type.
8806         * message.el (message-dont-reply-to-names): New defsubst: potentially
8807         convert a list of regexps into a single one.
8808         * message.el (message-get-reply-headers): Use it.
8809         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8810
8811 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-agent.el (directory-files-and-attributes): Move forward.
8814
8815 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-ml.el (gnus-mailing-list-subscribe)
8818         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8819         (gnus-mailing-list-message): Fix doc strings.
8820
8821 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8822
8823         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8824         of doing it manually.
8825
8826 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8829         comment.
8830
8831 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8832
8833         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8834         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8835         (gnus-agent-read-local): All symbols allocated in my-obarray.
8836         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8837         (gnus-agent-regenerate-group): Check numeric names to see if they are
8838         messages or groups.
8839         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8840         better way of do this...)
8841
8842         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8843         'dummy.group' (there should be a better way of do this...)
8844
8845 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8848         (gnus-saved-headers): Ditto.
8849         (gnus-default-article-saver): Mention functions may have properties.
8850         (gnus-article-save): Override gnus-save-all-headers and
8851         gnus-saved-headers by :headers property which saver function may have.
8852         (gnus-summary-save-in-file): Add :headers property.
8853         (gnus-summary-write-to-file): Ditto.
8854
8855         * gnus-sum.el (gnus-summary-save-article): Bind
8856         gnus-prompt-before-saving to t when saving many articles in a file;
8857         always show all headers.
8858
8859         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8860
8861 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8864         marks.
8865
8866         * message.el (message-indent-citation): Add optional arguments to allow
8867         using it outside of message buffers.
8868
8869         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8870         (gnus-article-treat-unfold-headers): Use it.
8871         (gnus-article-truncate-lines): New variable.
8872         (gnus-article-mode): Use it.
8873         (gnus-article-toggle-truncate-lines): New function.
8874
8875         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8876         gnus-article-toggle-truncate-lines.
8877
8878         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8879         coding system in XEmacs, use binary.
8880
8881 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8884         after-load-alist.
8885
8886         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8887         this function should save decoded articles.
8888         (gnus-summary-write-to-file): Use property to specify this function
8889         should save decoded articles and specify gnus-summary-save-in-file
8890         should be used to save articles other than the first one when saving
8891         many articles.
8892         (gnus-summary-save-body-in-file): Use property to specify this
8893         function should save decoded articles.
8894         (gnus-summary-write-body-to-file): Use property to specify this
8895         function should save decoded articles and specify
8896         gnus-summary-save-body-in-file should be used to save articles other
8897         than the first one when saving many articles.
8898
8899         * gnus-sum.el (gnus-summary-save-article): Simplify.
8900
8901 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-default-article-saver): Add
8904         gnus-summary-write-body-to-file.
8905         (gnus-article-save-coding-system): Don't use coding system object
8906         in XEmacs.
8907         (gnus-read-save-file-name): Add optional `dir-var' argument which
8908         specifies directory in which files are saved; work even if optional
8909         `variable' argument is not specified.
8910         (gnus-summary-write-to-file): Read file name.
8911         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8912         (gnus-summary-write-body-to-file): New function.
8913
8914         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8915         (gnus-summary-local-variables): Add it.
8916         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8917         (gnus-summary-save-article): Remove optional `decode' argument;
8918         determine whether to decode articles by the value of
8919         gnus-default-article-saver; when saving many files using
8920         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8921         it first and use gnus-summary-save-in-file or
8922         gnus-summary-save-body-in-file thereafter unless
8923         gnus-prompt-before-saving is always; move point to article which
8924         will be saved.
8925         (gnus-summary-save-article-file): Revert.
8926         (gnus-summary-write-article-file): Revert.
8927         (gnus-summary-save-article-body-file): Revert.
8928         (gnus-summary-write-article-body-file): New function.
8929
8930 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-art.el (gnus-default-article-saver): Doc fix.
8933         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8934         from gnus-summary-save-article-coding-system, and default to a
8935         certain coding system.
8936         (gnus-output-to-file): Add coding cookie and encode text according
8937         to gnus-article-save-coding-system; don't use mm-append-to-file.
8938
8939         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8940         gnus-art.el and rename to gnus-article-save-coding-system.
8941         (gnus-summary-save-article): Require gnus-art; don't show all
8942         headers if it decodes articles; don't add coding cookie here;
8943         don't bind mm-text-coding-system-for-write.
8944         (gnus-summary-save-article-file): Save decoded articles.
8945         (gnus-summary-write-article-file): When saving many files, use
8946         gnus-summary-write-to-file first and gnus-summary-save-in-file
8947         thereafter unless gnus-prompt-before-saving is always.
8948         (gnus-summary-save-article-body-file): Save decoded articles.
8949
8950         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8951
8952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * nnrss.el (nnrss-check-group): Bind hash-index.
8955
8956 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8957
8958         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8959         its hash index.  Store this hash in `nnrss-group-data'.
8960         (nnrss-read-group-data): Update accordingly.
8961
8962 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8965         entry.
8966
8967         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8968         gnus-article-browse-html-article.
8969
8970 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8971
8972         * gnus-sum.el (gnus-summary-mime-map): Add
8973         gnus-article-browse-html-article.
8974
8975         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8976
8977 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8980         suitable coding systems in customize.
8981
8982 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * mail-source.el (mail-sources): Fix custom type.
8985
8986 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8989         (gnus-summary-expire-articles-now): Shorten prompt.
8990
8991         * gmm-utils.el (wid-edit): Require.
8992         (defun-gmm): Renamed from `gmm-defun-compat'.
8993         (gmm-image-search-load-path): Use it.
8994         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8995
8996 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8999         variable.
9000         (gnus-summary-save-article): Add optional `decode' argument.  If
9001         it is set and gnus-summary-save-article-coding-system is non-nil,
9002         save decoded article.
9003         (gnus-summary-write-article-file): Save decoded article if
9004         gnus-summary-save-article-coding-system is non-nil.
9005
9006         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9007         type.
9008
9009 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9012
9013 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9016         first to test gnus-single-article-buffer which may be buffer-local.
9017
9018         * gnus-sum.el (gnus-summary-setup-buffer): Make
9019         gnus-single-article-buffer buffer-local and nil in ephemeral
9020         group; make gnus-article-buffer, gnus-article-current, and
9021         gnus-original-article-buffer always buffer-local.
9022         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9023         group.
9024         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9025
9026 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * nnml.el (nnml-request-compact-group): Compressed files might not
9029         have .gz extension.
9030
9031 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9032
9033         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9034         (mm-copy-to-buffer): Use with-current-buffer.
9035         (mm-display-part): Simplify.
9036         (mm-inlinable-p): Add optional arg `type'.
9037
9038 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9039
9040         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9041         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9042         Try harder to show the attachment internally or externally using
9043         gnus-mime-view-part-as-type.
9044
9045 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * message.el (message-from-style, message-signature-separator)
9048         (message-user-organization-file, message-send-mail-function)
9049         (message-citation-line-function, message-yank-prefix)
9050         (message-indent-citation-function, message-signature)
9051         (message-signature-file, message-signature-insert-empty-line):
9052         Remove autoloads.
9053
9054         * gnus-art.el (gnus-buttonized-mime-types): Remove
9055         "multipart/signed".  Revert 2006-04-26 change.
9056
9057 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * gnus.el (gnus-version-number): Bump version.
9060
9061 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9062
9063         * gnus.el: No Gnus v0.5 is released.
9064
9065 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9066
9067         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9068         fetching articles by message-id.
9069
9070 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * message.el (hashcash): Require hashcash as normal.
9073
9074         * ecomplete.el (ecomplete-highlight-match-line): Use
9075         point-at-eol.
9076         (ecomplete-highlight-match-line): Use `highlight', because that
9077         face exists in both Emacs and XEmacs.
9078
9079         * message.el (message-display-abbrev): Use point-at-bol.
9080
9081         * mail-source.el: Don't require timer/timer-funcs.
9082
9083         * gnus-async.el: Ditto.
9084
9085         * password.el: Ditto.
9086
9087         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9088
9089         * mm-url.el: Ditto.
9090
9091         * gnus-xmas.el: Don't require timer-funcs.
9092
9093         * mm-util.el: Require timer/timer-funcs.
9094
9095 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9096
9097         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9098         Close.
9099
9100 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9103         unibyte after clear-decrypt function runs.
9104
9105         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9106         returns as a unibyte string.
9107
9108 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * lpath.el: Revert.
9111
9112         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9113         (pgg-gpg-process-sentinel): Revert.
9114
9115         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9116         (pgg-pgp-lookup-key): Revert.
9117
9118         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9119         (pgg-pgp5-lookup-key): Revert.
9120
9121         * pgg.el (pgg-fetch-key): Revert.
9122
9123 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * lpath.el: Fbind string-as-multibyte for XEmacs.
9126
9127         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9128         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9129         (mml1991-pgg-encrypt): Ditto.
9130
9131         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9132         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9133         a multibyte buffer.
9134
9135         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9136         (pgg-pgp-lookup-key): Ditto.
9137
9138         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9139         (pgg-pgp5-lookup-key): Ditto.
9140
9141         * pgg.el (pgg-fetch-key): Ditto.
9142
9143 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * message.el (message-user-organization-file): Check several
9146         locations of the organization file.
9147
9148         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9149         Add gnus-article-view-part-as-type.
9150
9151         * gnus-art.el (gnus-article-view-part-as-type): New function.
9152
9153         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9154         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9155
9156         * mml.el: Simplify autoload.
9157         (mml-mode): defvar dnd-protocol-alist instead of using
9158         symbol-value.
9159         (mml-default-directory): New variable.
9160         (mml-minibuffer-read-file): Use it.
9161         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9162
9163         * message.el (message-citation-line-format): New variable.
9164         (message-insert-formated-citation-line): New function.
9165         (message-citation-line-function): Add
9166         `message-insert-formated-citation-line' to custom type.
9167
9168         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9169         to doc string.
9170
9171         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9172         depending on mm-verify-option.
9173
9174 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9177         binding pgg-* variables; reimplement the section which prevents
9178         MIME header from being signed.
9179         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9180         pgg-text-mode; remove a blank line at the top of body.
9181
9182         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9183         lines at the top of body; use gnus-newsgroup-charset if there's no
9184         Charset header.
9185
9186 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * message.el (message-self-insert-commands): Doc fix.
9189
9190         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9191         (mm-uu-pgp-encrypted-test): Ditto.
9192         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9193         between header and body; return application/pgp-encrypted handle
9194         if decryption failed; decode decrypted body by charset.
9195
9196         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9197         element match to application/pgp-*.
9198
9199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9200
9201         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9202         HTML.
9203
9204 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * mail-source.el (mail-source-call-script): Message the error
9207         string.
9208
9209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * gnus-util.el (gnus-byte-compile): Use it.
9212
9213 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9214
9215         * gnus-util.el (kill-empty-logs): New function.
9216
9217 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * message.el (message-mail-alias-type): Doc fix.
9220         (message-mail-alias-type-p): New function.
9221         (message-send): Use it.
9222         (message-mode): Ditto.
9223         (message-strip-forbidden-properties): Ditto.
9224
9225         * ecomplete.el (ecomplete-database-file-coding-system): New
9226         variable.
9227         (ecomplete-save): Use it.
9228         (ecomplete-setup): Use it.
9229
9230 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * message.el (message-self-insert-commands): New variable.
9233         (message-strip-forbidden-properties): Use it.
9234
9235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9238         that doesn't make XEmacs choke.
9239
9240 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * gnus-util.el (gnus-replace-in-string):
9243         Prefer replace-regexp-in-string over of replace-in-string.
9244
9245 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-util.el (gnus-select-frame-set-input-focus):
9248         Use select-frame-set-input-focus if it is available in XEmacs; use
9249         definition defined in Emacs 22 for old Emacsen.
9250
9251         * dgnushack.el: Autoload unmorse-region for XEmacs.
9252
9253         * lpath.el: Bind cursor-in-non-selected-windows and
9254         select-frame-set-input-focus for XEmacs.
9255
9256 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9259
9260 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9261
9262         * gnus-registry.el (gnus-registry-cache-save): Remove text
9263         properties when saving via the temp buffer.
9264
9265 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * message.el (message-generate-hashcash): Honor custom type.
9268
9269 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * message.el (message-generate-hashcash): Default to non-nil when
9272         hashcash is found.
9273
9274         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9275         (gnus-refer-thread-limit): Increase default to 500.
9276
9277         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9278
9279         * flow-fill.el (fill-flowed): Allow delete-space.
9280
9281 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9284         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9285         Remove autoloads.
9286
9287 2006-04-18  Simon Josefsson  <jas@extundo.com>
9288
9289         * message.el (message-generate-hashcash): Default to.
9290
9291 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9294         concatenating segments rather than before concatenating them.
9295
9296 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9299
9300 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9303
9304         * message.el (message-forward-make-body-plain): Allow
9305         message-forward-ignored-headers to be a list.
9306         (message-remove-ignored-headers): Factor out into function.
9307         (message-forward-make-body-mml): Use it.
9308
9309         * imap.el (imap-quote-specials): New function.
9310         (imap-login-auth): Quote specials.
9311
9312         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9313         (rfc2231-parse-string): Allow concatanation of parameters that
9314         aren't contiguous.  The test case is
9315           (mail-header-parse-content-type "message/external-body;
9316             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9317             access-type=LOCAL-FILE;
9318             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9319
9320 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9321
9322         * nntp.el (nntp-accept-process-output): Return the value of
9323         `nnheader-accept-process-output'.
9324
9325 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9328         (gnus-button-alist): Recognize more diff formats.
9329         (gnus-button-patch): Strip directory.
9330
9331 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9334         Emacs 22 when setting focus.
9335
9336 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-art.el (gnus-article-treat-types): Do treatment of
9339         text/x-verbatim parts.
9340         (gnus-button-patch): New command.
9341
9342         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9343         addresses that contain invalid characters.
9344
9345 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * message.el (message-put-addresses-in-ecomplete): Use
9348         gnus-replace-in-string.
9349         (message-is-yours-p): Use the more correct
9350         mail-header-parse-address instead of
9351         mail-extract-address-components.
9352         (message-put-addresses-in-ecomplete): Fix typo.
9353
9354         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9355         keystroke.
9356
9357         * gnus-art.el (gnus-treatment-function-alist): Change order of
9358         newsgroups/generic header folding to avoid double-folding.
9359
9360         * message.el (message-hidden-headers): Add X-Draft-From.
9361
9362         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9363         command.
9364         (gnus-summary-repeat-search-article-backward): New command.
9365
9366         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9367         groups in the parent topic.
9368
9369 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9370
9371         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9372         (spam-extra-header-to-number): Return the CRM114 number as a
9373         number instead of a string.
9374
9375 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * gnus-art.el (gnus-face-properties-alist): Moved here from
9378         gnus-fun.
9379
9380         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9381
9382 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * message.el (message-strip-forbidden-properties): Only display on
9385         self-insert-command.
9386
9387         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9388         reindent.
9389         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9390
9391 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9392
9393         * smiley.el (smiley-style): Fix typo.
9394
9395 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * hashcash.el (hashcash-insert-payment-async-2): Use
9398         message-goto-eoh instead of doing it manually.
9399         (mail-add-payment): Use message-narrow-to-header instead of trying
9400         to do the same itself.
9401
9402         * message.el (message-hidden-headers): Add Face.
9403
9404         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9405         reparenting code.
9406         (gnus-summary-reparent-children): Refactored out code.
9407         (gnus-summary-thread-map): New keystroke.
9408         (gnus-summary-reparent-children): Make into command.
9409
9410         * smiley.el (smiley-style): Default to `medium' if using a large
9411         font.
9412
9413         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9414         does it itself.
9415
9416         * message.el (message-point-in-header-p): Simplify definition.
9417
9418 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * nnagent.el (nnagent-request-set-mark): Silence log file
9421         writing.
9422         (nnagent-request-set-mark): Use write-region instead of
9423         append-to-file.
9424
9425         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9426         strange select method.
9427
9428         * ecomplete.el (ecomplete-display-matches): Get highlightling
9429         right.
9430         (ecomplete-display-matches): Use literals.
9431         (ecomplete-display-matches): Disable message logging.
9432
9433         * message.el (message-display-abbrev): Small optimization.
9434
9435         * ecomplete.el (ecomplete-display-matches): Allow automatic
9436         display.
9437
9438         * message.el (message-strip-forbidden-properties): Display
9439         abbrevs.
9440         (message-display-abbrev): Get automatic display right.
9441
9442         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9443         keystrokes.
9444
9445 2006-04-13  Romain Francoise  <romain@orebokech.com>
9446
9447         TODO: Backport to v5-10!
9448
9449         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9450         Moved here (and renamed) from gnus-registry.el.
9451
9452         * gnus-registry.el: Require gnus-util.
9453         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9454
9455 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * gnus-group.el (gnus-group-catchup-current): Change
9458         if-then-else-if-then-else into cond.
9459         (gnus-group-catchup): Indent.
9460         (group-name-at-point): New function.
9461         (gnus-fetch-group): Provide default from thing at point.
9462
9463 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * message.el (message-display-abbrev): Fix regexp.
9466
9467         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9468         choosing.
9469         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9470         dead variables.
9471
9472         * message.el (message-newline-and-indent): Remove debugging.
9473         (message-display-abbrev): Use new implementation.
9474
9475 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-art.el (gnus-article-mode): Set
9478         cursor-in-non-selected-windows to nil.
9479
9480         * smiley.el: Revert previous change.
9481         (smiley-data-directory): defvar it before using it in the
9482         defcustom of `smiley-style'.
9483
9484 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * message.el (message-newline-and-indent): New function.
9487
9488         * ecomplete.el: Implement more bits.
9489
9490         * message.el (message-put-addresses-in-ecomplete): Clean up the
9491         string.
9492
9493         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9494
9495         * gnus-sum.el (gnus-summary-save-parts): Bind
9496         gnus-summary-save-parts-counter and use it to make unique file
9497         names.
9498
9499         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9500
9501         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9502         parameter to say whether to actually parse the individual
9503         addresses.
9504
9505         * message.el (message-put-addresses-in-ecomplete): New function.
9506         (ecomplete): Require.
9507         (message-mail-alias-type): Add ecomplete as an option.
9508
9509 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9510
9511         * flow-fill.el (fill-flowed): Remove trailing space from blank
9512         quoted lines.
9513
9514 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * smiley.el (smiley-style): Move definition later to avoid a
9517         compilation warning.
9518
9519 2006-04-12  Kenichi Handa  <handa@m17n.org>
9520
9521         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9522         buffer and then decode the buffer text if necessary.
9523         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9524         first, and after mm-encode-body, change the buffer to unibyte.
9525         Use mm-disable-multibyte instead of set-buffer-multibyte.
9526
9527 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9530         Content-Type header instead of Content-Disposition header.
9531         (gnus-mime-inline-part): Ditto.
9532         (gnus-mime-view-part-as-charset): Ignore charset that the part
9533         specifies.
9534
9535         * mm-decode.el (mm-display-part): Work with external parts and
9536         usual parts similarly.
9537
9538         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9539         instead of gnus-display-mime.
9540
9541         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9542         instead of with-temp-buffer.
9543
9544         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9545         tag to summarized topics part in order to encode non-ASCII text.
9546
9547 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * smiley.el (smiley-style): New variable.
9550         (smiley-directory): New function.
9551         (smiley-data-directory): Derive from `smiley-style' using
9552         `smiley-directory'.
9553         (smiley-regexp-alist): Add new entries.
9554
9555         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9556         (gnus-article-browse-delete-temp): Add :version.
9557
9558 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9559
9560         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9561         the sieve region.
9562
9563 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * gnus.el (gnus-version-number): Bump version.
9566
9567 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus.el: No Gnus v0.4 is released.
9570
9571 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9574         layout.
9575
9576         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9577         unknown charset.
9578
9579         * message.el (message-header-synonyms): Add Original-To to the
9580         default.
9581
9582         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9583         optional parameter.
9584
9585 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-fun.el (gnus): Require it for gnus-directory.
9588
9589 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9592
9593 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9594
9595         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9596
9597 2006-04-05  Simon Josefsson  <jas@extundo.com>
9598
9599         * password.el (password-reset): New function.
9600
9601 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9604         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9605
9606 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9607
9608         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9609         Some whitespace was matched into the url, which broke browsing hits
9610         > 100 when mm-url-use-external was nil.
9611
9612 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9615         gnus-extra-headers for 'Newsgroups.
9616
9617         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9618         bound.
9619
9620 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9621
9622         * pgg-gpg.el: Clean up process buffers every time gpg processes
9623         complete.
9624
9625 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9628         doc string.
9629
9630 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9631
9632         * pgg-gpg.el (pgg-gpg-process-filter)
9633         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9634
9635         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9636         lines, temporary fix.
9637
9638 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9641
9642 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9643
9644         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9645         default-enable-multibyte-characters.  This reverts the change from
9646         revision 6.17 which is no longer necessary because the passphrase
9647         is sent separately now.  GnuPG messages are unreadable under
9648         multibyte locales with default-enable-multibyte-characters set to
9649         nil.
9650
9651 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-tool-bar-gnome): Move "spell".
9654
9655 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9658         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9659         instead.
9660
9661 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9662
9663         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9664         newsgroups handling for NNTP overviews which don't include
9665         Newsgroups.
9666
9667 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9668
9669         * message.el (message-resend): Bind message-generate-hashcash to nil.
9670
9671 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9672
9673         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9674         when searching for already-paid recipients.
9675
9676 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9677
9678         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9679         passphrases when it is not needed.
9680         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9681         passphrase stuff from gpg, should only be necessary when you use
9682         gpg with a smartcard.
9683
9684 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * mml.el (mml-insert-mime): Ignore cached contents of
9687         message/external-body part.
9688
9689         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9690         (mm-insert-part): Ditto.
9691
9692 2006-03-23  Simon Josefsson  <jas@extundo.com>
9693
9694         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9695         Reiner.
9696         (pgg-gpg-use-agent-p): Use it again.
9697
9698 2006-03-23  Simon Josefsson  <jas@extundo.com>
9699
9700         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9701         older emacsen.
9702         (pgg-gpg-use-agent-p): Don't use it.
9703
9704 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9707         if we can.
9708
9709 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9710
9711         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9712         (pgg-gpg-update-agent): New function.
9713         (pgg-gpg-use-agent-p): New function.
9714         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9715         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9716         (pgg-gpg-sign-region): Use it.
9717
9718 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9721         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9722
9723 2006-03-21  Simon Josefsson  <jas@extundo.com>
9724
9725         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9726         <wilde@sha-bang.de>.
9727         (pgg-gpg-use-agent): New variable.
9728         (pgg-gpg-process-region): Use it.
9729         (pgg-gpg-encrypt-region): Likewise.
9730         (pgg-gpg-encrypt-symmetric-region): Likewise.
9731         (pgg-gpg-decrypt-region): Likewise.
9732         (pgg-gpg-sign-region): Likewise.
9733         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9734
9735 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9738
9739         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9740         Add comment on version.
9741
9742 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * smiley.el: Add missing test smiley.
9745
9746 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * mm-decode.el (mm-with-part): New macro.
9749         (mm-get-part): Use it; work with message/external-body as well.
9750         (mm-save-part): Treat name and filename equally.
9751
9752         * mm-extern.el (mm-extern-cache-contents): New function.
9753         (mm-inline-external-body): Use it; force the part to be displayed;
9754         move undisplayer added to the cached handle to the parent.
9755
9756         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9757         (gnus-mime-view-part-as-type): Work with message/external-body.
9758
9759         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9760
9761 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9764         images in image-load-path.  [Sync with image.el, revision 1.60, in
9765         Emacs.]
9766
9767 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9770         path rather than symbol.  Always return list of directories.
9771         Guarantee that image directory comes first.  [Sync with image.el,
9772         revision 1.59, in Emacs.]
9773
9774         * message.el (message-make-tool-bar): Adjust to new API of
9775         `gmm-image-load-path-for-library'.
9776
9777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9778
9779         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9780
9781 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9782
9783         * gnus-art.el (gnus-article-only-boring-p):
9784         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9785         intangible text.
9786         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9787
9788 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9791         `defun' instead of `gmm-defun-compat'.
9792
9793 2006-03-14  Simon Josefsson  <jas@extundo.com>
9794
9795         * message.el (message-unique-id): Don't use message-number-base36
9796         if (user-uid) is a float.
9797         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9798
9799 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9802
9803         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9804         empty line between a part and a message part.
9805
9806 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * smiley.el: Add more test smileys.
9809         (smiley-data-directory, smiley-regexp-alist)
9810         (gnus-smiley-file-types): Fix doc strings.
9811         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9812         adding new elements.
9813         (smiley-mouse-map): Unused code.  Make it a comment.
9814
9815 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9818         scan latest NoCeM messages instead of old ones.
9819         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9820         delimiters that are recently used.
9821         (gnus-nocem-load-cache): Add autoload cookie.
9822
9823         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9824
9825         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9826         level which is larger than gnus-use-nocem is specified.
9827
9828         * gnus-group.el (gnus-group-get-new-news): Ditto.
9829
9830 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * gnus-util.el (gnus-tool-bar-update): New function.
9833
9834         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9835         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9836
9837         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9838
9839         * gnus-group.el (gnus-group-redraw-when-idle)
9840         (gnus-group-redraw-check): Remove.
9841         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9842
9843 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9846         if optional last element is specified in splits (FIELD VALUE...).
9847
9848 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9851         to gmm-image-load-path-for-library.  Call with no-error argument.
9852         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9853
9854         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9855
9856         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9857
9858         * gmm-utils.el (gmm-image-load-path): Remove alias.
9859
9860 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gmm-utils.el (gmm-image-load-path): Add alias.
9863
9864         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9865         nnml-generate-nov-databases-1.
9866         (nnml-generate-nov-databases): Use it.
9867         (nnml-generate-nov-databases-directory): Document no-active
9868         argument.
9869
9870         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9871         directory if path is t.  Add no-error.
9872
9873         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9874         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9875
9876         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9877         resetting gnus-article-browse-html-temp-list.
9878
9879         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9880         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9881         Add example to docstring.  Rename local variables.  Move error
9882         checks to default case in cond and simplify.
9883
9884 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9887         handle is multipart when calling it recursively.
9888         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9889
9890 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9891
9892         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9893         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9894
9895 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9898         is loaded.
9899
9900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9901         loaded.
9902
9903 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9906         to "Emacs 23 (unicode)" in doc string.
9907
9908         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9909         "Emacs 23 (unicode)" in comment.
9910
9911 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9914
9915         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9916         characters 160 through 255 in Emacs 23.
9917
9918 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9921         gnus-article-browse-html-temp.
9922         (gnus-article-browse-delete-temp): Make it customizable.  Add
9923         `file'.  Adjust doc string.
9924         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9925         query for each file.  Adjust doc string.
9926         (gnus-article-browse-html-parts): Add
9927         `gnus-article-browse-delete-temp-files' to
9928         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9929
9930 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9931
9932         * gnus-art.el (gnus-article-browse-html-temp)
9933         (gnus-article-browse-delete-temp): New variables.
9934         (gnus-article-browse-delete-temp-files): New function.
9935         (gnus-article-browse-html-parts): Use it.
9936
9937 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9940
9941         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9942         string.
9943
9944         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9945         gnus-summary-insert-new-articles when unplugged.  Remove
9946         gnus-summary-search-article-forward.
9947
9948         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9949         display-visual-class instead of display-color-cells.
9950
9951 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * dgnushack.el: Autoload customize-group for XEmacs.
9954
9955         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9956         message/* containing non-ASCII text properly.
9957
9958 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * message.el: Require gmm-utils, remove autoloads.
9961         (message-tool-bar): Set default based on
9962         gmm-tool-bar-style.
9963         (message-tool-bar-gnome): Add gmm-customize-mode.
9964
9965         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9966         gmm-tool-bar-style.
9967         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9968
9969         * gnus-group.el (gnus-group-tool-bar): Set default based on
9970         gmm-tool-bar-style.
9971         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9972
9973         * gmm-utils.el (gmm-image-directory): Rename variable from
9974         gmm-image-load-path.
9975         (gmm-image-load-path): Use gmm-image-directory.
9976         (gmm-customize-mode): New function.
9977         (gmm-tool-bar-style): New variable.
9978
9979         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9980         gnus-group-redraw-line-number.
9981         (gnus-group-redraw-check): Simplify.
9982         (gnus-group-tool-bar-update): Remove redraw check.
9983         (gnus-group-make-tool-bar): Add redraw check.
9984
9985 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9986
9987         * gnus-art.el (gnus-button): Add missing parentheses.
9988
9989 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * lpath.el: Fbind line-number-at-pos.
9992
9993 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9996
9997 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * gnus-art.el (gnus-button): New face.
10000         (gnus-article-button-face): Use it.
10001
10002         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10003         gnus-summary-next-page.  Re-order.
10004
10005         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10006         next-node are now included.
10007         (gnus-group-redraw-line-number): New internal variable.
10008         (gnus-group-redraw-check): Helper function for updating the tool
10009         bar.
10010         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10011
10012         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10013
10014         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10015         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10016         Use it to match format of Spamassassin 3.0 and later.  Reported by
10017         IRIE Tetsuya <irie@t.email.ne.jp>.
10018         (spam-check-bogofilter)
10019         (spam-bogofilter-register-with-bogofilter): Fix args of
10020         `gnus-error' calls.
10021
10022 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10025         unnecessary interaction when sending queued mails.  Reported by
10026         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10027
10028 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10031         first or last are nil.
10032
10033 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10034
10035         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10036
10037 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10040
10041 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * dns.el (query-dns): Protect more against buggy tcp output.
10044
10045 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10048         nov.php.
10049
10050 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10051
10052         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10053         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10054         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10055         output on the server side.
10056         (nnweb-google-create-mapping): Update regexps and add some
10057         progress indication.
10058
10059 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10062         gnus-agent-toggle-plugged.  Re-order icons.
10063         (gnus-group-tool-bar-gnome): Add
10064         gnus-group-{prev,next}-unread-group.
10065         (gnus-group-tool-bar-gnome): Re-order icons.
10066
10067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10068         gnus-summary-insert-new-articles.
10069
10070         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10071         comments.
10072
10073         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10074         also available in Emacs 21.3.
10075
10076         * message.el (message-fix-before-sending): Change "Emacs 22" to
10077         "Emacs 23 (unicode)" in comment.
10078
10079         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10080         "Emacs 23 (unicode)" in comment.
10081
10082         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10083         comment.
10084         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10085
10086         * mm-view.el (mm-fill-flowed): Add :version.
10087
10088 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10091         and load-path.
10092
10093 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * message.el: Autoload gmm-image-load-path.
10096         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10097         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10098         consitency.
10099
10100         * gmm-utils.el (gmm-image-load-path): Also search in
10101         "../etc/images".  Don't set gmm-image-load-path if we don't find
10102         the image.
10103
10104 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gmm-utils.el (gmm-image-load-path): Don't make
10107         `gmm-image-load-path' include subdirectories which the second arg
10108         `image' might specify.
10109
10110         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10111         subdirectory to icon file names.
10112
10113         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10114
10115 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10118         gmm-image-load-path calls.
10119
10120         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10121
10122         * message.el (message-make-tool-bar): Ditto.
10123
10124         * mml.el (mml-preview): Added comment concerning tool bar icons.
10125
10126         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10127         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10128
10129         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10130         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10131
10132         * message.el (message-tool-bar-gnome): Use new icon names.
10133         (message-make-tool-bar): Use `gmm-image-load-path'.
10134
10135         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10136         functions from MH-E.
10137         (gmm-image-load-path): New variable from MH-E.
10138         (gmm-image-load-path): New function from MH-E.  Added arguments
10139         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10140         *-image-load-path-called-flag.
10141
10142 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10143
10144         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10145
10146 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10147
10148         * nnimap.el (nnimap-request-move-article): Change folder back to
10149         source group before deleting.
10150
10151 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10154
10155         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10156         mm-url.
10157
10158         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10159
10160 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10163         coding system which mm-charset-to-coding-system returns for a
10164         given charset is valid.
10165
10166 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10167
10168         * html2text.el (html2text-remove-tag-list):
10169         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10170
10171 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10172
10173         * gnus-cus.el: Revert 2005-10-17 change.
10174
10175 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (article-strip-banner): Call
10178         article-really-strip-banner only when the regexp match is made.
10179
10180 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (article-strip-banner): Use
10183         gnus-extract-address-components instead of
10184         mail-header-parse-addresses to make it work with non-ASCII text;
10185         remove mail-encode-encoded-word-string.
10186
10187         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10188         values which are surrounded with \"...\"; make it never cause a
10189         Lisp error; give up parsing of parameters if it failed in
10190         extracting type.
10191
10192 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10193
10194         * smime.el (smime-cert-by-ldap-1): Fix bug where
10195         `smime-ldap-search' returns results without userCertificates.
10196
10197 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10200
10201 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * spam.el (spam-check-spamassassin-headers): Adapt format for
10204         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10205         <ari@mbf.ocn.ne.jp>.
10206         (spam-list-of-processors): Add spam-use-gmane.
10207
10208 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10211         make-temp-file; make it work with XEmacs as well.
10212
10213         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10214         mm-make-temp-file.
10215
10216         * mm-decode.el (mm-display-external): Use the 3rd arg of
10217         mm-make-temp-file.
10218         (mm-create-image-xemacs): Ditto.
10219
10220 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10223         with message-narrow-to-headers.
10224         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10225         (gnus-draft-check-draft-articles): New function.
10226         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10227
10228 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-art.el (gnus-article-browse-html-parts):
10231         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10232         Don't use suffix argument for mm-make-temp-file for Emacs 21
10233         compatibility.  Remove useless `format'.
10234
10235 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10236
10237         * nnweb.el (nnweb-google-wash-article): Update regexps.
10238         (nnweb-group-alist): Use defvoo instead of defvar.
10239
10240 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10243         re-loading nn* modules.
10244
10245 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10248         for `tool-bar-mode' and don't check it's default-value.
10249
10250         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10251
10252         * message.el (message-make-tool-bar): Ditto.
10253
10254         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10255         `substring'.  Shorten tmp-file name.
10256
10257         * gnus.el: Remove bogus comment.
10258
10259 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10260
10261         * gnus-art.el (gnus-article-browse-html-parts): New function.
10262         (gnus-article-browse-html-article): New function for viewing html
10263         articles with a browser.
10264
10265 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10266
10267         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10268         in elisp.
10269         (pgg-gpg-encrypt-symmetric-region): Ditto.
10270         (pgg-gpg-sign-region): Ditto.
10271
10272         * pgg-def.el (pgg-text-mode): New variable.
10273
10274         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10275         (mml2015-pgg-encrypt): Ditto.
10276
10277         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10278         (mml1991-pgg-encrypt): Ditto.
10279
10280 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10283         message-make-date instead of current-time-string.
10284
10285         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10286         to gnus-decoded which mm-uu might set.
10287
10288 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10291         don't decode quoted parameters; remove misimported Emacs code.
10292         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10293         (rfc2231-decode-encoded-string): Don't use split-string which
10294         behaves differently according to Emacs version; use
10295         mm-decode-coding-region to convert charset to coding-system.
10296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10297         (rfc2231-encode-string): Remove misimported Emacs code.
10298
10299 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10302         when calling mail-header-parse-content-type.
10303         (article-de-quoted-unreadable): Ditto.
10304         (article-de-base64-unreadable): Ditto.
10305         (article-wash-html): Ditto.
10306
10307         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10308         calling mail-header-parse-content-type and
10309         mail-header-parse-content-disposition.
10310         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10311         mail-header-parse-content-type.
10312
10313         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10314         insert charset and format parameters; encode description after
10315         inserting it to buffer.
10316         (mml-insert-parameter): Fold lines properly even if a parameter is
10317         segmented into two or more lines; change the max column to 76.
10318
10319         * rfc1843.el (rfc1843-decode-article-body): Don't use
10320         ignore-errors when calling mail-header-parse-content-type.
10321
10322         * rfc2231.el (rfc2231-parse-string): Return at least type if
10323         possible; don't cause an error even if it fails in parsing of
10324         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10325         (rfc2231-encode-string): Don't break lines at the beginning, leave
10326         it to mml-insert-parameter.
10327
10328         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10329         calling mail-header-parse-content-type.
10330
10331 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * spam-report.el (spam-report-gmane-use-article-number):
10334         Improve doc string.
10335         (spam-report-gmane-internal): Check if a suitable header was found
10336         in the article.
10337
10338 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10341         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10342
10343 2006-02-05  Romain Francoise  <romain@orebokech.com>
10344
10345         Update copyright notices of all files in the gnus directory.
10346
10347 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10348
10349         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10350
10351 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10354         segmented lines of parameter value to cope with Thunderbird 1.5
10355         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10356         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10357         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10358
10359 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10360
10361         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10362         parts.
10363
10364 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10365
10366         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10367         there's only one active file for all servers.
10368         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10369         solid groups.  Gnus might have used a FAST request to select the group.
10370         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10371         and nnweb-search redundantly in the active file.
10372         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10373         (nnweb-request-create-group): Don't use ARGS.
10374         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10375         initialisations.  Let nnoo do the work.
10376
10377 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10380         Say the part has been decoded.
10381
10382         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10383
10384 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10385
10386         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10387         mailcap-viewer-test-cache when there's no 'test clause, since that
10388         will invert the meaning of a "nil" test previously determined by
10389         mailcap-mailcap-entry-passes-test.
10390
10391 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10394         compiling.
10395
10396         * gnus-sum.el: Ditto.
10397
10398         * message.el: Don't bind tool-bar-map when compiling.
10399
10400 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10403
10404 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10405
10406         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10407         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10408         current Google Groups.
10409
10410 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10413         and tool-bar-mode.
10414
10415         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10416         and tool-bar-mode.
10417
10418         * message.el (message-tool-bar-update): Simplify.
10419         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10420
10421         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10422         gnus-summary-buffer.
10423         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10424         gnus-summary-reply.
10425
10426         * gmm-utils.el (gmm): Add :version.
10427
10428 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * Makefile.in (clean): New rule.
10431         (distclean): Use it.
10432
10433 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10434
10435         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10436         autoload.
10437
10438 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gmm-utils.el (gmm-verbose): Add :group.
10441
10442 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * message.el: Change some comments WRT tool-bars.
10445
10446         * gnus-sum.el (gnus-summary-tool-bar)
10447         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10448         (gnus-summary-tool-bar-zap-list): New variables.
10449         (gnus-summary-make-tool-bar): Complete rewrite using
10450         `gmm-tool-bar-from-list'.
10451
10452         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10453         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10454         variables.
10455         (gnus-group-make-tool-bar): Complete rewrite using
10456         `gmm-tool-bar-from-list'.
10457         (gnus-group-tool-bar-update): New function.
10458
10459         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10460
10461 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10464         is dissected into a single part of which the type is the same as
10465         the given one; decode charset.
10466
10467 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10468
10469         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10470         into alists as symbol not string, since that's what
10471         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10472         look for.
10473
10474 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10477         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10478
10479         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10480
10481 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10484         (gnus-xmas-mime-security-button-menu): New function.
10485
10486         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10487         (gnus-mime-security-button-menu): New definition.
10488         (gnus-mime-security-button-map): Use them.
10489         (gnus-mime-security-button-menu): New function.
10490         (gnus-insert-mime-security-button): Addition to help echo.
10491         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10492         (gnus-mime-security-pipe-part): New functions.
10493
10494         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10495         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10496
10497         * mm-decode.el (mm-handle-set-disposition): Remove.
10498         (mm-handle-set-description): Remove.
10499
10500 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10503         (mm-w3m-standalone-supports-m17n-p): New function.
10504         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10505         w3m usage.
10506
10507         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10508         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10509
10510 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * message.el (message-tool-bar-zap-list): Use
10513         gmm-tool-bar-zap-list as custom type.
10514         (message-tool-bar-update): New function.
10515         (message-tool-bar, message-tool-bar-gnome)
10516         (message-tool-bar-retro): Add message-tool-bar-update.
10517         (message-tool-bar-gnome): Add flyspell-buffer.
10518
10519         * gnus-util.el (gnus-error): Describe `args'.
10520
10521         * gmm-utils.el (gmm-error): Describe `args'.
10522         (gmm-tool-bar-zap-list): New widget.
10523         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10524
10525 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10528         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10529         the number of recursive calls.
10530
10531         * mm-decode.el (mm-handle-set-disposition): New macro.
10532         (mm-handle-set-description): New macro.
10533
10534 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10537         encoding.
10538
10539 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * message.el (message-tool-bar-zap-list, message-tool-bar)
10542         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10543         (message-tool-bar-local-item-from-menu): Remove.
10544         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10545         (message-make-tool-bar): New function.
10546         (message-mode): Use `message-make-tool-bar'.
10547
10548         * gmm-utils.el: New file.
10549         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10550         (gmm-lazy): New widget copied from `nnmail.el'.
10551         (gmm-tool-bar-from-list): New function for creating customizable
10552         tool bars.
10553         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10554         output.
10555         (gmm): Add :prefix to defgroup.
10556
10557 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10558
10559         * gmm-utils.el (gmm-widget-p): New function.
10560
10561 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * mml.el (mml-attach-file): Describe `description' in doc string.
10564         (mml-menu): Add Emacs MIME manual and PGG manual.
10565
10566 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10567
10568         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10569
10570 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10571
10572         * nntp.el (nntp-end-of-line): Doc fix.
10573
10574 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10575
10576         * imap.el (imap-open): Handle case where buffer is a buffer
10577         object.
10578
10579 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10580
10581         * gnus-delay.el (gnus-delay): Don't autoload.
10582         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10583         to be re-loaded when customizing the `gnus-delay' group.
10584
10585 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10586
10587         * message.el (message-insert-citation-line): Use newlines.
10588
10589 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10590
10591         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10592         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10593         these routines, so the passphrase can be managed externally and
10594         passed in to the system.
10595         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10596         pgg-add-passphrase-to-cache function.
10597
10598         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10599         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10600         these routines, so the passphrase can be managed externally and
10601         passed in to the system.
10602         (pgg-pgp5-sign-region): Use new name of
10603         pgg-add-passphrase-to-cache function.
10604
10605 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10606
10607         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10608         part of the decoded armor to find the key-identifier.
10609         (pgg-gpg-lookup-key-owner): New function to return the
10610         human-readable identifier of a key owner.
10611         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10612         itself.
10613         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10614         the key value) if we have a key and can match it against a secret
10615         key.  Also, added a note pointing out fact that the prompt only
10616         indicates the first matching key.
10617
10618         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10619         pgg-decrypt-region.
10620         (pgg-add-passphrase-to-cache): Rename from
10621         `pgg-add-passphrase-cache' to reduce confusion (all callers
10622         changed).
10623         (pgg-remove-passphrase-from-cache): Rename from
10624         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10625         changed).
10626         (pgg-read-passphrase, pgg-add-passphrase-cache)
10627         (pgg-remove-passphrase-cache): Add informative docstrings.
10628         (pgg-decrypt): Convey provided passphrase in subordinate call to
10629         pgg-decrypt-region.
10630
10631 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10632
10633         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10634         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10635         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10636         'passphrase' argument, so the passphrase can be managed externally
10637         and then passed in to the system.
10638
10639         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10640         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10641         so the passphrase cache can be used reliably with identifiers
10642         besides a pgp packet's key id.
10643
10644         * pgg-gpg.el (pgg-gpg-encrypt-region)
10645         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10646         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10647         these routines, so the passphrase can be managed externally and
10648         passed in to the system.
10649
10650         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10651         'notruncate' argument, so the passphrase cache can be used
10652         reliably with identifiers besides a pgp packet's key id.
10653
10654 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10655
10656         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10657         symmetric encryption.
10658         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10659         encrypted session key.
10660         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10661         message ask for the passphrase in a proper way.
10662
10663         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10664         New user commands for symmetric encryption.
10665
10666 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10669
10670         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10671
10672 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10673
10674         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10675
10676 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * mm-decode.el (mm-inlined-types): Add application/pgp.
10679         (mm-automatic-display): Ditto.
10680
10681         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10682         part as text.
10683
10684 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * nnrss.el: Update copyright.
10687         (nnrss-opml-import): Query whether to subscribe to each entry.
10688
10689         * gnus-art.el:
10690         * gnus-sum.el:
10691         * gnus-xmas.el:
10692         * messagexmas.el:
10693         * mm-uu.el:
10694         * mm-view.el: Update copyright.
10695
10696 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * message.el (message-info): New function.
10699         (message-mode-menu): Add it.
10700         Update copyright.
10701
10702         * ChangeLog: Fix and update copyright.
10703
10704 2006-01-13  Romain Francoise  <romain@orebokech.com>
10705
10706         * message.el (message-forward-subject-name-subject): Prefer the
10707         address to 'nowhere' if the sender has no name.
10708         Fix typo.  Update copyright year.
10709
10710 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-art.el (article-wash-html): Use
10713         gnus-summary-show-article-charset-alist if a numeric arg is given.
10714         (gnus-article-wash-html-with-w3m-standalone): New function.
10715
10716         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10717         mm-inline-text-html-render-with-w3m-standalone.
10718         (mm-text-html-washer-alist): Map w3m-standalone to
10719         gnus-article-wash-html-with-w3m-standalone.
10720         (mm-inline-text-html-render-with-w3m-standalone): New function.
10721
10722 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10725         Improve LaTeX.
10726
10727 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10730         (nnrss-request-article): Render text/plain parts as HTML.
10731
10732         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10733         the buffer.
10734
10735 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10738         custom definition of `gnus-posting-styles'.
10739
10740         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10741         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10742
10743 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10746         Use nntp for bug archive.
10747
10748 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10751         parts.
10752         (nnrss-normalize-date): New function converts ISO 8601 date into
10753         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10754         (nnrss-check-group): Use it.
10755
10756 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10759
10760         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10761         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10762         (nnrss-insert-w3): Ditto.
10763
10764 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10767         the articles to be forwarded including the case where neither a
10768         number of articles nor a region is specified.
10769
10770 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * nnrss.el (nnrss-request-article): Fix last change; fill
10773         text/plain parts.
10774
10775 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10778         in text/plain part.
10779         (nnrss-check-group): Don't add excessive newline to dc:subject.
10780
10781 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10782
10783         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10784         article.
10785
10786 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10789         (nnml-use-compressed-files, nnml-save-mail): Support other
10790         comression programs such as bzip2.
10791
10792 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * dns.el (query-dns): Make sure we check the buffer size before
10795         removing tcp headers.
10796
10797 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10800         remove MIME buttons associated with multipart/alternative parts.
10801         (gnus-mime-display-alternative): Tag buttons using `article-type'
10802         text property.
10803
10804         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10805         associated with multipart/alternative parts.
10806
10807         * gnus-art.el (gnus-signature-separator): Fix custom type.
10808
10809         * mm-decode.el (mm-inlined-types): Fix custom type.
10810         (mm-keep-viewer-alive-types): Ditto.
10811         (mm-automatic-display): Ditto.
10812         (mm-attachment-override-types): Ditto.
10813         (mm-inline-override-types): Ditto.
10814         (mm-automatic-external-display): Ditto.
10815
10816 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * spam-report.el (spam-report-user-mail-address)
10819         (spam-report-user-agent): New variables.
10820         (spam-report-url-ping-plain): Use spam-report-user-agent.
10821
10822 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10823
10824         * gnus-art.el (gnus-button-handle-custom): Do not just use
10825         `customize-apropos' for any "M-x customize-*" button but the
10826         function called for.  Accept both the function name and its
10827         argument in order to achieve this.
10828         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10829         function name to `gnus-button-handle-custom' in case of "M-x
10830         customize-*" buttons.
10831
10832 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10835         multipart/alternative and add xref to mm-discouraged-alternatives
10836         in doc string.
10837
10838         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10839         gnus-buttonized-mime-types in doc string.
10840
10841 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10844         Suggest image/.* in the doc string.
10845
10846 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10849         message-marks (Debian bug #342521).
10850
10851 2005-12-12  Simon Josefsson  <jas@extundo.com>
10852
10853         * password.el (password-read-from-cache): Add.
10854         (password-read): Use it.
10855
10856 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10859         us-ascii as a MIME charset.
10860
10861         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10862         against the case where the 2nd arg TYPE is nil.
10863
10864 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * pop3.el (pop3-stream-type): Fix custom version.
10867
10868         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10869
10870 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10871
10872         * mm-decode.el (mm-display-external): Add missing cdr.
10873
10874 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10877         RFC1524) if it is in mailcap or add a suffix according to
10878         mailcap-mime-extensions when generating a temp filename; postpone
10879         deleting a temp file for 2 seconds for some wrappers, shell
10880         scripts, and so on, which might exit right after having started a
10881         viewer command as a background job.
10882
10883 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * nntp.el (nntp-marks-directory): Fix custom group.
10886
10887         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10888         steps when < 10.
10889
10890         * gnus-start.el (gnus-no-server-1): Mention
10891         `gnus-level-default-subscribed' in doc string.
10892
10893 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10894
10895         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10896         parens.
10897
10898 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-xmas.el (gnus-use-toolbar): Revert.
10901         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10902         gnus-use-toolbar is default.
10903
10904         * messagexmas.el (message-use-toolbar): Revert.
10905         (message-setup-toolbar): Use global default-toolbar if
10906         message-use-toolbar is default.
10907
10908 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10911         according to default-toolbar-visible-p.
10912
10913         * messagexmas.el (message-use-toolbar): Ditto.
10914
10915 2005-11-26  Dave Love  <fx@gnu.org>
10916
10917         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10918         (tls-program, tls-success): Provide openssl alternative.
10919
10920         * starttls.el: Doc fixes.
10921         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10922         SERVICE to PORT.
10923
10924         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10925         port null or service name.
10926         (starttls-negotiate): Autoload.
10927
10928 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * message.el (message-kill-to-signature): Fix interactive spec.
10931
10932 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * pop3.el (pop3-open-server): Recognize a string as a service name.
10935
10936 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10937
10938         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10939
10940 2005-11-23  Dave Love  <fx@gnu.org>
10941
10942         Add pop3s, pop3/starttls.
10943
10944         * pop3.el (pop3-authentication-scheme): Clarify doc.
10945         (open-tls-stream, starttls-open-stream): Autoload.
10946         (pop3-stream-type): New.
10947         (pop3-open-server): Use it.
10948
10949         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10950         for POP.
10951         (mail-source-keyword-map): Add :stream for POP.
10952         (mail-source-fetch-pop): Use pop3-stream-type.
10953
10954 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10957         of current-time-string.
10958
10959 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10960
10961         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10962         date header.
10963
10964 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10965
10966         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10967         it can seriously impact performance as it bypasses the agent's
10968         local caches.
10969
10970 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10971
10972         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10973         must be explicitly online rather than "not explicitly offline" for
10974         its flags to be synchronized.
10975
10976         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10977         that gnus-uu-unmark-thread will function correctly.
10978
10979         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10980         1024K is instead displayed as 1M.
10981
10982 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10985
10986 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10987
10988         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10989
10990 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10991
10992         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10993         error message to display actual error condition.
10994         (gnus-agent-save-local): Avoid saving symbols that are bound to
10995         nil as they simply result in a warning message in
10996         gnus-agent-read-local.
10997
10998 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11001         rather than make-variable-buffer-local for file-precious-flag.
11002
11003 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11004
11005         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11006         for duplicates which are removed.  The invalid sort check then
11007         triggers a rescan after the sort as sorting may have moved
11008         duplicate entries such that they can be cheaply detected.
11009
11010 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11013
11014 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11015
11016         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11017         internal variable to a custom variable.  Changed default value
11018         from compressed(2) to uncompressed(1).
11019         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11020         support for uncompressed agentview files.  Taken together, reading
11021         the agentview file should now be 6-7 times faster.
11022
11023 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11024
11025         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11026         as a buffer-local variable.  This avoids creating truncated
11027         dribble files as a result of a hang up, eg.
11028
11029 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11030
11031         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11032         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11033         XEmacs.
11034
11035 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-start.el (gnus-start-draft-setup): Enforce
11038         `gnus-draft-mode' for nndraft:drafts at startup.
11039
11040         * gnus.el (gnus-splash): Change custom group.
11041         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11042         allow-list argument.
11043
11044         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11045         string.
11046
11047 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-art.el (gnus-default-article-saver): Add user-defined
11050         `function' to custom type.
11051
11052 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11053
11054         * imap.el (imap-open): Handle case where buffer is a buffer
11055         object.
11056
11057 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11060         long lines.
11061         (gnus-cache-delete-group): Wrap doc strings.
11062
11063         * gnus-agent.el (gnus-agent-rename-group)
11064         (gnus-agent-delete-group): Wrap doc strings.
11065
11066 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * messagexmas.el (message-use-toolbar): Change the valid values
11069         into default, top, bottom, left, and right.
11070         (message-toolbar-thickness): New variable.
11071         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11072         well.
11073         (message-setup-toolbar): Make it work.
11074
11075         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11076         (gnus-use-toolbar): Change the valid values into default, top,
11077         bottom, left, and right.
11078         (gnus-toolbar-thickness): New variable.
11079         (gnus-xmas-setup-toolbar): New function.
11080         (gnus-xmas-setup-group-toolbar): Use it.
11081         (gnus-xmas-setup-summary-toolbar): Use it.
11082
11083 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084
11085         * gnus-start.el (gnus-1): Add "native" to
11086         gnus-predefined-server-alist.
11087
11088         * gnus.el (gnus-method-to-server): Don't add "native" to the
11089         lists here, because that leads to problems when
11090         gnus-select-method is bound.
11091
11092 2005-11-09  Simon Josefsson  <jas@extundo.com>
11093
11094         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11095         use (not sort-by-date) instead.
11096
11097 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11098
11099         * gnus-delay.el (gnus-delay-group): Don't autoload.
11100         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11101         to be re-loaded when customizing the `gnus-delay' group.
11102
11103 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11104
11105         * message.el: Revert last changes.
11106         (message-insert-citation-line): Use newlines.
11107
11108 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11109
11110         * message.el (message-courtesy-message)
11111         (message-mark-insert-begin, message-mark-insert-end)
11112         (message-elide-ellipsis, message-cancel-message)
11113         (message-add-header, message-change-subject)
11114         (message-cross-post-followup-to-header)
11115         (message-cross-post-insert-note, message-reduce-to-to-cc)
11116         (message-widen-reply, message-delete-not-region)
11117         (message-kill-to-signature, message-insert-signature)
11118         (message-insert-importance-high, message-insert-importance-low)
11119         (message-insert-or-toggle-importance)
11120         (message-insert-disposition-notification-to)
11121         (message-indent-citation, message-yank-original)
11122         (message-cite-original-without-signature, message-cite-original)
11123         (message-insert-citation-line, message-position-on-field)
11124         (message-fix-before-sending, message-send-mail-partially)
11125         (message-send-mail, message-send-mail-with-sendmail)
11126         (message-send-mail-with-qmail, message-send-news)
11127         (message-check-news-header-syntax, message-generate-headers)
11128         (message-insert-courtesy-copy, message-fill-address)
11129         (message-fill-header, message-shorten-references)
11130         (message-setup-1, message-cancel-news)
11131         (message-forward-make-body-plain, message-forward-make-body-mime)
11132         (message-forward-make-body-mml, message-encode-message-body)
11133         (message-forward-make-body-digest-plain)
11134         (message-forward-make-body-digest-mime)
11135         (message-use-alternative-email-as-from): Insert `hard-newline'
11136         instead of ordinary newlines.
11137
11138 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * message.el (message-generate-headers): Downcase the argument
11141         given to message-check-element.
11142
11143 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11144
11145         * nntp.el (nntp-authinfo-rejected): New error condition.
11146         (nntp-wait-for): Use new error condition to signal authentication
11147         error.
11148         (nntp-retrieve-data): Rethrow new error condition to break out of
11149         recursive call to nntp-send-authinfo.
11150
11151 2005-11-08  Romain Francoise  <romain@orebokech.com>
11152
11153         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11154         (gnus-summary-exit-map): Bind to `Z p'.
11155         (gnus-summary-make-menu-bar): Add menu item.
11156
11157 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11160         (gnus-treat-*): Add `first' in all doc strings.
11161
11162         * gnus-group.el (gnus-group-compact-group): Fix typo.
11163
11164 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus.el (gnus-parameters-case-fold-search): New variable.
11167         (gnus-parameters-get-parameter): Use it.
11168
11169         * gnus-score.el (gnus-home-score-file): Doc fix.
11170
11171 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11172
11173         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11174
11175 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * mm-util.el (mm-special-display-p): New function.
11178
11179         * mml.el (mml-preview): Use it; doc fix.
11180
11181 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11182
11183         * imap.el (imap-open): Handle case where buffer is a buffer object.
11184
11185 2005-10-29  Romain Francoise  <romain@orebokech.com>
11186
11187         * message.el (message-fix-before-sending): Fix comment.
11188
11189 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11190
11191         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11192
11193 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11194
11195         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11196         Used in gnus-score.el.
11197
11198 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11201
11202 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11205         whitespace removed in revision 7.8.  Use concatenated string to
11206         protect trailing whitespace.
11207
11208 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11209
11210         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11211         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11212         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11213         Courier IMAP ("some version from 2004").  Mostly based on similar
11214         code in the same function.
11215
11216 2005-10-26  Didier Verna  <didier@xemacs.org>
11217
11218         * gnus-group.el (gnus-group-compact-group): Invalidate original
11219         article buffer.
11220         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11221         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11222         NOV database and in article itself.
11223         Invalidate article backlog.
11224
11225 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11228
11229 2005-10-26  Simon Josefsson  <jas@extundo.com>
11230
11231         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11232         part of 2004-07-25 change.
11233
11234 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * message.el (message-display-completion-list): New function.
11237         (message-expand-group): Use it; make sure the Completions buffer
11238         is modifiable.
11239 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11240
11241         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11242         user-mail-name is an empty string.
11243
11244 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11247         depending on gnus-score-decay-constant.
11248
11249         * encrypt.el (encrypt-insert-file-contents)
11250         (encrypt-write-file-contents): Don't use `gnus-message'.
11251
11252         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11253         arguments.
11254         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11255         arguments to mm-uu-verbatim-marks-extract.
11256         (mm-uu-hide-markers): New variable.
11257         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11258
11259         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11260         (gnus-convert-image-to-face-command): Use "convert" by default to
11261         allow other input image formats.
11262         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11263         accordingly.
11264
11265 2005-10-23  Simon Josefsson  <jas@extundo.com>
11266
11267         * imap.el (imap-gssapi-program): Align command line parameters
11268         with latest GNU SASL.
11269         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11270
11271 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11274         HTML.
11275         (nnslashdot-request-article): Ditto.
11276
11277         * lpath.el (featurep): Add nobreak-char-display.
11278
11279 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11280
11281         * mail-source.el (mail-source-fetch-pop): Require pop3.
11282         (mail-source-check-pop): Ditto.
11283
11284 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11287         errors.
11288
11289 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11292         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11293
11294         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11295
11296         * mm-bodies.el (mm-decode-string): Call
11297         `mm-charset-to-coding-system' with allow-override argument.
11298
11299 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11302         (rfc2047-charset-to-coding-system): New function.
11303         (rfc2047-decode-encoded-words): New function.
11304         (rfc2047-decode-region): Use them.
11305         (rfc2047-decode-cte): Remove.
11306         (rfc2047-parse-and-decode): Remove.
11307         (rfc2047-decode): Remove.
11308
11309 2005-10-15  Kenichi Handa  <handa@m17n.org>
11310
11311         * rfc2047.el (rfc2047-decode-cte): New function.
11312         (rfc2047-decode-region): Change the way to decode successive
11313         encoded-words: decode B- or Q-encoding in each encoded-word,
11314         concatenate them, and decode it as charset.
11315
11316 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * lpath.el: Fbind codepage-setup for XEmacs.
11319
11320 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11321
11322         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11323         widget-move-and-invoke.
11324         (gnus-custom-mode): Use gnus-custom-map.
11325
11326 2005-10-15  Bill Wohler  <wohler@newt.com>
11327
11328         * message.el (message-tool-bar-map): Renamed image file from
11329         mail_send to mail/send.
11330
11331 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11332
11333         * message.el (message-expand-group): Pass the common
11334         prefix substring of completion to `display-completion-list'.
11335
11336 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * mml-sec.el (mml-secure-method): New internal variable.
11339         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11340         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11341         functions using mml-secure-method.
11342
11343         * mml.el (mml-mode-map): Add key bindings for those functions.
11344         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11345         Harder <harder@myrealbox.com>.
11346         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11347         end of message if point is the headers of the message.
11348
11349         * message.el (message-in-body-p): New function.
11350
11351         * assistant.el: Autoload gnus-util and netrc.
11352
11353         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11354         Use `mm-charset-override-alist' only when decoding.
11355
11356         * mm-bodies.el (mm-decode-body): Call
11357         `mm-charset-to-coding-system' with allow-override argument.
11358
11359         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11360         `filename' from Content-Disposition if Content-Type doesn't
11361         provide `name'.
11362         (gnus-mime-view-part-as-type): Set default instead of
11363         initial-input.
11364
11365 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11366
11367         * format-spec.el (format-spec): Propagate text properties of % spec.
11368
11369 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * gnus-art.el (gnus-treat-predicate): Add `first'.
11372
11373 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11376         (mm-charset-override-alist): New variable.
11377         (mm-charset-to-coding-system): Use it.
11378         (mm-codepage-setup): New helper function.
11379         (mm-charset-eval-alist): New variable.
11380         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11381         about unknown charsets.
11382
11383         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11384
11385 2005-10-04  David Hansen  <david.hansen@gmx.net>
11386
11387         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11388         (nnrss-check-group): Ditto.
11389
11390 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11393         Rename x-gnus-verbatim to x-verbatim.
11394         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11395
11396         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11397         x-verbatim.
11398
11399         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11400
11401         * gnus-util.el (gnus-remove-duplicates): Remove.
11402
11403         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11404         instead of gnus-remove-duplicates.
11405
11406         * message.el (message-remove-duplicates): Remove.
11407         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11408         message-remove-duplicates.
11409
11410         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11411         available, else use implementation from `delete-dups'.
11412
11413         * message.el (message-insert-expires): New function.
11414         (message-mode-map): Add key binding.
11415         (message-mode-field-menu): Add menu entry.
11416         (message-mode): Document it.
11417         (message-make-expires-date): Use `message-make-date'.
11418
11419 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11420
11421         * message.el (message-make-expires-date): New function.
11422
11423 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * Makefile.in (list-installed-shadows): New entry.
11426         (install): Use it.
11427         (remove-installed-shadows): New entry.
11428
11429         * dgnushack.el (dgnushack-default-load-path): New variable.
11430         (dgnushack-find-lisp-shadows): New function.
11431         (dgnushack-remove-lisp-shadows): New function.
11432
11433 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * Makefile.in (install-el-elc): New entry.
11436         (install): Use it so that .el files are necessarily installed.
11437
11438 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11441
11442 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11443
11444         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11445         function rather than the diff-mode.el package.
11446         (mm-display-external): Use with-current-buffer.
11447         (mm-viewer-completion-map, mm-viewer-completion-map):
11448         Move initialization inside declaration.
11449
11450 2005-09-29  Simon Josefsson  <jas@extundo.com>
11451
11452         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11453         autoload mail-check-payment.
11454         (spam-check-hashcash): Define unconditionally, since hashcash.el
11455         is part of Gnus now.  Ignore errors from payment checking.
11456
11457 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * message.el (message-bold-region, message-unbold-region): Rename
11460         from `bold-region' and `unbold-region'.
11461
11462         * message.el: Remove useless autoloads.
11463
11464 2005-09-28  Simon Josefsson  <jas@extundo.com>
11465
11466         * message.el (message-use-idna): Default to t.
11467         (message-use-idna): Test whether encoding works too.  Doc fix.
11468
11469 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * nntp.el (nntp-warn-about-losing-connection): Remove.
11472
11473 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11476         customizable.  Change default value.
11477         (mm-uu-diff-groups-regexp): Change default value.
11478         (mm-uu-type-alist): Add doc string.
11479         (mm-uu-configure): Add doc string.  Make it interactive.
11480         (mm-uu-tex-groups-regexp): New variable.
11481         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11482         (mm-uu-type-alist): Add LaTeX documents.
11483         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11484         of "text/verbatim".
11485         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11486
11487         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11488         instead of "text/verbatim".
11489
11490         * message.el (message-mark-inserted-region)
11491         (message-mark-insert-file): Use slrn style marks when called with
11492         prefix argument.
11493
11494 2005-09-27  Simon Josefsson  <jas@extundo.com>
11495
11496         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11497
11498 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11499
11500         * message.el (message-remove-duplicates): New function.
11501         Implementation borrowed from `gnus-remove-duplicates'.
11502         (message-idna-to-ascii-rhs): Also encode idna addresses in
11503         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11504         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11505         only ask about the same idna domain once per header and also tell
11506         in what header to replace the idna domain.
11507
11508         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11509         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11510         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11511         a header is decoded and not just the last one.
11512
11513 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11516         has been decoded.
11517
11518         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11519         (mm-insert-part): Don't modify text if it has been decoded.
11520
11521         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11522         decoded.
11523
11524         * mm-view.el (mm-inline-text): Don't strip text props unless
11525         decoding enriched or richtext parts.
11526
11527 2005-09-25  Romain Francoise  <romain@orebokech.com>
11528
11529         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11530         * gnus-start.el (gnus-subscribe-interactively):
11531         * gnus-uu.el (gnus-uu-grab-articles):
11532         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11533         space.
11534
11535 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11536
11537         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11538         * mm-view.el (mm-view-pkcs7-decrypt):
11539         * gnus-sum.el (gnus-summary-limit-to-extra)
11540         (gnus-summary-respool-article, gnus-read-move-group-name):
11541         * gnus-score.el (gnus-summary-increase-score):
11542         * gnus-util.el (gnus-completing-read-with-default):
11543         * gnus-art.el (gnus-read-save-file-name)
11544         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11545         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11546         * message.el (message-check-news-header-syntax):
11547         Follow convention for reading with the minibuffer.
11548
11549 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * spam-report.el (spam-report-url-ping-plain):
11552         Use gnus-extended-version as User-Agent.
11553
11554         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11555         default value is nil.
11556
11557         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11558         (mm-uu-verbatim-marks-extract): New function.
11559         (mm-uu-extract): New face.
11560         (mm-uu-copy-to-buffer): Use it.
11561
11562         * spam-report.el (spam-report-gmane-ham): Renamed from
11563         `spam-report-gmane-unspam'.
11564         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11565         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11566
11567         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11568         Autoload.
11569         (spam-report-gmane-unregister-routine): Renamed
11570         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11571
11572 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11573
11574         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11575         (spam-report-gmane-unregister-routine): Add support for gmane
11576         unregistration.
11577
11578         * spam-report.el (spam-report-gmane-unspam)
11579         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11580         (spam-report-gmane): Change to take a single article and do unspam
11581         registration.
11582
11583 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * mm-url.el (mm-url-decode-entities): Fix regexp.
11586
11587 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11590         default to nil, to be able to use Gnus at all.  If the default
11591         switches to something else, then the function should be fixed not
11592         be exceedingly slow.
11593
11594 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11597         fail hard.
11598
11599         * spam-report.el: Add better Keywords line.
11600
11601         * spam.el: Add Maintainer and better Keywords line.
11602
11603 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * gnus-art.el (gnus-article-replace-part)
11606         (gnus-mime-replace-part): New functions.
11607         (gnus-mime-action-alist, gnus-mime-button-commands)
11608         (gnus-mime-save-part-and-strip): Added file argument.
11609         (gnus-article-part-wrapper): Added interactive argument.
11610
11611         * gnus-sum.el (gnus-summary-mime-map): Add
11612         `gnus-article-replace-part'.
11613
11614 2005-09-19  Didier Verna  <didier@xemacs.org>
11615
11616         The nnml compaction feature:
11617         * nnml.el (nnml-request-compact-group): New function.
11618         * nnml.el (nnml-request-compact): New function.
11619         * gnus-int.el (gnus-request-compact-group): New function.
11620         * gnus-int.el (gnus-request-compact): New function.
11621         * gnus-group.el (gnus-group-compact-group): New function.
11622         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11623         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11624         * gnus-srvr.el (gnus-server-compact-server): New function.
11625         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11626         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11627
11628 2005-09-18  Deepak Goel  <deego@gnufans.org>
11629
11630         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11631         format spec.
11632
11633 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11636
11637 2005-09-15  Romain Francoise  <romain@orebokech.com>
11638
11639         * message.el (message-fill-paragraph): Clarify docstring.
11640
11641 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-art.el (gnus-mime-display-part): Protect against broken
11644         MIME messages.
11645
11646 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11649         before parsing header.
11650
11651 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11652
11653         * html2text.el (html2text-replace-list): Add new entities.
11654
11655 2005-09-11  Romain Francoise  <romain@orebokech.com>
11656
11657         * message.el (message-alternative-emails): Improve docstring.
11658         (message-setup-1): Call `message-use-alternative-email-as-from'
11659         after `message-setup-hook' to give it precedence over posting
11660         styles, etc.
11661         (message-use-alternative-email-as-from): Add docstring.  Remove
11662         the original From header if present.
11663
11664         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11665         (nnml-save-mail): Use it.
11666
11667         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11668         articles.  Add new argument `silent'.
11669         (gnus-uu-mark-all): Report the total number of marked articles.
11670
11671 2005-09-10  Romain Francoise  <romain@orebokech.com>
11672
11673         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11674         (gnus-uu-mark-series): Likewise.
11675
11676 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * spam-report.el (spam-report-gmane): Fix generation of spam
11679         report URL.
11680
11681 2005-09-10  Simon Josefsson  <jas@extundo.com>
11682
11683         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11684         t, based on discussion on the ding list with Robert Epprecht
11685         <epprecht@solnet.ch>.
11686
11687 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * spam-report.el (spam-report-gmane): Make it work without
11690         X-Report-Spam header.  Gmane now only provides Archived-At.
11691         This is only used if `spam-report-gmane-use-article-number' is nil.
11692         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11693
11694         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11695         make `gnus-summary-sort-by-recipient' work with threading.
11696
11697         * nnweb.el (nnweb-google-wash-article): Print a message if article
11698         is not available.
11699
11700 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11701
11702         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11703         change.  Decode text/* parts content before displaying.
11704
11705 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11708
11709 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11712
11713         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11714         url-package-name, url-package-version,
11715         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11716         w3m-display-inline-images, and w3m-minor-mode-map.
11717
11718 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * message.el (message-tab-body-function): Fix mismatched custom type.
11721
11722         * gnus.el (gnus-group-change-level-function): Ditto.
11723
11724         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11725
11726         * gnus-art.el (gnus-signature-limit)
11727         (gnus-article-mime-part-function): Ditto.
11728
11729 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * mml.el (mml-mode): Silence the byte compiler.
11732
11733         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11734         using `(sit-for 0)' before moving the point to the specified part;
11735         skip unbuttonized parts.
11736         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11737         return to the summary window if gnus-auto-select-part is non-nil.
11738
11739 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11742         variables.
11743         (mml-dnd-attach-file, mml-mode): Use them.
11744
11745         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11746         Make fetching article by MID work again for Google Groups.  Added
11747         FIXME concerning gnus-group-make-web-group.
11748
11749         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11750         Don't depend on Gnus by using mail-extract-address-components if
11751         gnus-extract-address-components is not bound.
11752
11753 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11754
11755         * gnus-art.el (gnus-mime-display-security): Don't display the
11756         signature, but only the signed part.
11757
11758 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11761
11762         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11763         list, not listp.
11764
11765 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11766
11767         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11768         when encoding.
11769
11770         * mm-bodies.el (mm-decode-content-transfer-encoding):
11771         De-canonicalize CRLF for all text content types, not just
11772         text/plain.
11773
11774 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11777         valid article; point arrow and cursor at the MIME button.
11778
11779 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11782         Suggested by Dan Christensen <jdc@uwo.ca>.
11783
11784         * mm-decode.el (mm-save-part): Enable change of prompt.
11785
11786 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11787
11788         * gnus-msg.el (gnus-inews-add-send-actions): Made
11789         `message-post-method' lambda parameter ARG `&optional'.
11790
11791 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * gnus-sum.el (gnus-summary-mime-map): Added
11794         gnus-article-save-part-and-strip, gnus-article-delete-part and
11795         gnus-article-jump-to-part.
11796
11797         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11798         (gnus-article-edit-part): Use it.
11799         (gnus-article-part-wrapper): Added no-handle argument.
11800         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11801         functions.
11802
11803 2005-08-29  Romain Francoise  <romain@orebokech.com>
11804
11805         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11806         docstring.
11807         (gnus-face-from-file): Likewise.
11808
11809 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11812         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11813         non-nil.
11814         (gnus-auto-select-part): New variable.
11815         (gnus-article-jump-to-part): New function.
11816         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11817         (gnus-mime-delete-part): Allow selecting specified part after
11818         deleting or stripping parts.
11819         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11820         part if argument is bogus.
11821
11822 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11823
11824         * gnus-art.el (w3m-minor-mode-map):
11825         * gnus-spec.el (gnus-newsrc-file-version):
11826         * gnus-util.el (nnmail-active-file-coding-system)
11827         (gnus-original-article-buffer, gnus-user-agent):
11828         * gnus.el (gnus-ham-process-destinations)
11829         (gnus-parameter-ham-marks-alist)
11830         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11831         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11832         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11833         * mm-decode.el (gnus-current-window-configuration):
11834         * mm-extern.el (gnus-article-mime-handles):
11835         * mm-url.el (url-current-object, url-package-name)
11836         (url-package-version):
11837         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11838         (smime-keys, w3m-cid-retrieve-function-alist)
11839         (w3m-current-buffer, w3m-display-inline-images)
11840         (w3m-minor-mode-map):
11841         * mml-smime.el (gnus-extract-address-components):
11842         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11843         (gnus-newsrc-hashtb, message-default-charset)
11844         (message-deletable-headers, message-options)
11845         (message-posting-charset, message-required-mail-headers)
11846         (message-required-news-headers):
11847         * mml1991.el (mc-pgp-always-sign):
11848         * mml2015.el (mc-pgp-always-sign):
11849         * nnheader.el (nnmail-extra-headers):
11850         * rfc1843.el (gnus-decode-encoded-word-function)
11851         (gnus-decode-header-function, gnus-newsgroup-name):
11852         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11853
11854 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11855
11856         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11857         the end of the date treatments.
11858
11859 2005-08-15  Simon Josefsson  <jas@extundo.com>
11860
11861         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11862         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11863         Capello and Romain Francoise.
11864         (pgg-fetch-key-function): Removed, not used?
11865         (pgg-insert-url-with-w3): Require url, to get
11866         url-insert-file-contents regardless of where it is defined.
11867
11868 2005-08-13  Romain Francoise  <romain@orebokech.com>
11869
11870         * message.el (message-cite-original-1): New function.
11871         (message-cite-original): Use it.
11872         (message-cite-original-without-signature): Ditto.
11873
11874 2005-08-08  Romain Francoise  <romain@orebokech.com>
11875
11876         * message.el (message-yank-empty-prefix): New variable.
11877         (message-indent-citation): Use it.
11878         (message-cite-original-without-signature): Respect X-No-Archive.
11879
11880 2005-08-08  Simon Josefsson  <jas@extundo.com>
11881
11882         * pgg.el: Autoload url-insert-file-contents instead of loading
11883         w3/url.
11884         (pgg-insert-url-with-w3): Don't load url here.
11885
11886 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11887
11888         * message.el (message-kill-to-signature): Don't insert newline at
11889         bol.
11890         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11891
11892 2005-08-06  Romain Francoise  <romain@orebokech.com>
11893
11894         * message.el (message-user-fqdn): Fix typo in docstring.
11895
11896 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11897
11898         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11899
11900         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11901
11902 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * mm-bodies.el (mm-encode-body): Use coding system rather than
11905         charset to encode text.
11906
11907         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11908         number of charsets if utf-8 is available (XEmacs).
11909
11910 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11913         taken from `gnus-button-mid-or-mail-regexp'.
11914         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11915         (gnus-button-alist): Improve regexp for domain part of the MIDs
11916         for news:localpart@domain buttons.
11917         (gnus-button-ctan-directory-regexp): Update.
11918
11919 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * sieve-manage.el (sieve-manage-interactive-login): Use
11922         make-local-variable rather than make-variable-buffer-local.
11923         (sieve-manage-open): Ditto.
11924         (sieve-manage-authenticate): Ditto.
11925
11926         * mml.el (mml-generate-mime-1): Make the content type default to
11927         text/plain if the filename is not specified.
11928
11929 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11932         instead of insert-buffer.
11933
11934         * message.el (message-yank-original): Ditto; set the mark at the
11935         end of the yanked message.
11936
11937 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11940         lines to scroll rather than to stop it.
11941
11942         * mml.el (mml-generate-default-type): Add doc string.
11943         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11944         default to application/octet-stream when determining the content
11945         type if it is not specified for the part or the mml contents; add
11946         a comment about mml-generate-default-type.
11947
11948 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11951         make it default to application/octet-stream when determining the
11952         content type if it is not specified for the external contents.
11953
11954 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11957         segmented parameter but also other parameters might be there.
11958
11959 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * mm-decode.el (mm-display-external): Delete temp file, directory
11962         and buffer immediately if the external process is exited.
11963
11964 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11967         fewer lines than that of scroll-margin.
11968         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11969
11970 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus-art.el (gnus-article-next-page): Revert.
11973         (gnus-article-beginning-of-window): New macro.
11974         (gnus-article-next-page-1): Use it.
11975         (gnus-article-prev-page): Ditto.
11976         (gnus-article-edit-part): Use insert-buffer-substring instead of
11977         insert-buffer.
11978         (gnus-article-edit-exit): Ditto.
11979
11980         * gnus-util.el (gnus-beginning-of-window): Remove.
11981         (gnus-end-of-window): Remove.
11982
11983         * lpath.el: Don't bind header-line-format and scroll-margin.
11984
11985 2005-07-25  Simon Josefsson  <jas@extundo.com>
11986
11987         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11988         to have the url package without w3.  Reported by Daiki Ueno
11989         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11990
11991 2005-07-20  Didier Verna  <didier@xemacs.org>
11992
11993         * gnus-diary.el: Remove the description comment (nndiary is now
11994         properly documented in the Gnus manual).
11995         Fix the spelling of "Back End".
11996         * nndiary.el: Ditto.
11997         Fix the copyright notice.
11998
11999 2005-07-18  Romain Francoise  <romain@orebokech.com>
12000
12001         * gnus-sum.el (gnus-summary-to-prefix)
12002         (gnus-summary-newsgroup-prefix): New variables.
12003         (gnus-summary-from-or-to-or-newsgroups): Use them.
12004
12005 2005-07-17  Romain Francoise  <romain@orebokech.com>
12006
12007         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12008         space as it's generally not especially interesting to the user.
12009
12010 2005-07-16  Romain Francoise  <romain@orebokech.com>
12011
12012         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12013         nil to avoid prompting and file modification if one of the
12014         messages at the top of the nnfolder file contains a copyright
12015         notice.
12016         Update copyright notice.
12017
12018         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12019         instead of `current-time-string' as the latter creates a time
12020         string that is not RFC 2822 compliant (it lacks the zone).
12021         Update copyright notice.
12022
12023 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12024
12025         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12026         for text/rtf.  Display default in prompt.  Pass default for M-n.
12027
12028         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12029
12030 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * gnus-msg.el (gnus-button-mailto): Remove
12033         save-selected-window-window hackery because it relies on
12034         save-selected-window internals.
12035
12036 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12039         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12040         (gnus-article-prev-page): Ditto.
12041
12042         * gnus-util.el (gnus-beginning-of-window): New function.
12043         (gnus-end-of-window): New function.
12044
12045         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12046
12047 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12048
12049         * gnus-score.el (gnus-score-edit-all-score): Set
12050         gnus-score-edit-exit-function to gnus-score-edit-done and call
12051         gnus-message.
12052
12053 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-msg.el (gnus-button-mailto): Remove
12056         save-selected-window-window hackery because it relies on
12057         save-selected-window internals.
12058
12059 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12062         add-minor-mode.
12063         (gnus-binary-mode): Ditto.
12064
12065         * gnus-topic.el (gnus-topic-mode): Ditto.
12066
12067 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12068
12069         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12070         (gnus-article-prev-page): Take scroll-margin into consideration.
12071
12072 2005-07-04  Lute Kamstra  <lute@gnu.org>
12073
12074         Update FSF's address in GPL notices.
12075
12076 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12077
12078         * gnus.el (gnus-exit):
12079         * gnus-group.el (gnus-group-icons):
12080         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12081
12082         * gnus-nocem.el (gnus-nocem):
12083         * message.el (message-various, message-buffers, message-sending)
12084         (message-interface, message-forwarding, message-insertion)
12085         (message-headers, message-news, message-mail):
12086         * pgg-gpg.el (pgg-gpg):
12087         * pgg-parse.el (pgg-parse):
12088         * pgg-pgp.el (pgg-pgp):
12089         * pgg-pgp5.el (pgg-pgp5):
12090         * pop3.el (pop3): Finish `defgroup' description with period.
12091
12092 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (article-display-face): Improve the efficiency.
12095         (article-display-x-face): Ditto; remove grey x-face stuff.
12096
12097 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-art.el (article-display-face): Correct the position in
12100         which Faces are inserted.
12101
12102 2005-06-29  Didier Verna  <didier@xemacs.org>
12103
12104         * gnus-art.el (article-display-face): Display faces in correct
12105         order.
12106
12107 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12110         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12111         (gnus-nocem-check-article): Fetch the Type header.
12112         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12113         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12114         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12115         make sure gnus-nocem-hashtb is initialized.
12116         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12117         (gnus-nocem-unwanted-article-p): Ditto.
12118
12119         * pgg.el (pgg-verify): Return the verification result.
12120
12121 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122
12123         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12124         is ascii.
12125
12126 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12127
12128         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12129         `show-nonbreak-escape'.
12130
12131 2005-06-23  Lute Kamstra  <lute@gnu.org>
12132
12133         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12134
12135         * dig.el (dig-mode):
12136         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12137
12138 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12139
12140         * nnimap.el (nnimap-split-download-body): Fix spellings.
12141
12142 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12143
12144         * gnus-art.el (gnus-article-encrypt-body):
12145         * gnus-cus.el (gnus-score-customize):
12146         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12147         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12148
12149 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12150
12151         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12152         header by looking for magic "MII" at the beginnig.
12153
12154 2005-06-16  Miles Bader  <miles@gnu.org>
12155
12156         * gnus-xmas.el (gnus-xmas-group-startup-message):
12157         Use renamed gnus-splash face.
12158
12159         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12160         (assistant-field-face): New backward-compatibility alias for renamed
12161         face.
12162         (assistant-render-text): Use renamed assistant-field face.
12163
12164         * spam.el (spam): Remove "-face" suffix from face name.
12165         (spam-face): New backward-compatibility alias for renamed face.
12166         (spam-face, spam-initialize): Use renamed spam face.
12167
12168         * message.el (message-header-to, message-header-cc)
12169         (message-header-subject, message-header-newsgroups)
12170         (message-header-other, message-header-name)
12171         (message-header-xheader, message-separator, message-cited-text)
12172         (message-mml): Remove "-face" suffix from face names.
12173         (message-header-to-face, message-header-cc-face)
12174         (message-header-subject-face, message-header-newsgroups-face)
12175         (message-header-other-face, message-header-name-face)
12176         (message-header-xheader-face, message-separator-face)
12177         (message-cited-text-face, message-mml-face):
12178         New backward-compatibility aliases for renamed faces.
12179         (message-font-lock-keywords): Use renamed message faces.
12180
12181         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12182         (sieve-test-commands, sieve-tagged-arguments):
12183         Remove "-face" suffix from face names.
12184         (sieve-control-commands-face, sieve-action-commands-face)
12185         (sieve-test-commands-face, sieve-tagged-arguments-face):
12186         New backward-compatibility aliases for renamed faces.
12187         (sieve-control-commands-face, sieve-action-commands-face)
12188         (sieve-test-commands-face, sieve-tagged-arguments-face):
12189         Use renamed sieve faces.
12190
12191         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12192         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12193         (gnus-group-news-3-empty, gnus-group-news-4)
12194         (gnus-group-news-4-empty, gnus-group-news-5)
12195         (gnus-group-news-5-empty, gnus-group-news-6)
12196         (gnus-group-news-6-empty, gnus-group-news-low)
12197         (gnus-group-news-low-empty, gnus-group-mail-1)
12198         (gnus-group-mail-1-empty, gnus-group-mail-2)
12199         (gnus-group-mail-2-empty, gnus-group-mail-3)
12200         (gnus-group-mail-3-empty, gnus-group-mail-low)
12201         (gnus-group-mail-low-empty, gnus-summary-selected)
12202         (gnus-summary-cancelled, gnus-summary-high-ticked)
12203         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12204         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12205         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12206         (gnus-summary-low-undownloaded)
12207         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12208         (gnus-summary-low-unread, gnus-summary-normal-unread)
12209         (gnus-summary-high-read, gnus-summary-low-read)
12210         (gnus-summary-normal-read, gnus-splash):
12211         Remove "-face" suffix from face names.
12212         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12213         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12214         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12215         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12216         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12217         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12218         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12219         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12220         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12221         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12222         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12223         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12224         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12225         (gnus-summary-normal-ticked-face)
12226         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12227         (gnus-summary-normal-ancient-face)
12228         (gnus-summary-high-undownloaded-face)
12229         (gnus-summary-low-undownloaded-face)
12230         (gnus-summary-normal-undownloaded-face)
12231         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12232         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12233         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12234         (gnus-splash-face):
12235         New backward-compatibility aliases for renamed faces.
12236         (gnus-group-startup-message): Use renamed gnus faces.
12237
12238         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12239         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12240         (gnus-server-agent): Remove "-face" suffix from face names.
12241         (gnus-server-agent-face, gnus-server-opened-face)
12242         (gnus-server-closed-face, gnus-server-denied-face)
12243         (gnus-server-offline-face):
12244         New backward-compatibility aliases for renamed faces.
12245         (gnus-server-agent-face, gnus-server-opened-face)
12246         (gnus-server-closed-face, gnus-server-denied-face)
12247         (gnus-server-offline-face): Use renamed gnus faces.
12248
12249         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12250         Remove "-face" suffix from face names.
12251         (gnus-picon-xbm-face, gnus-picon-face):
12252         New backward-compatibility aliases for renamed faces.
12253
12254         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12255         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12256         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12257         (gnus-cite-11): Remove "-face" suffix from face names.
12258         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12259         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12260         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12261         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12262         New backward-compatibility aliases for renamed faces.
12263         (gnus-cite-attribution-face, gnus-cite-face-list)
12264         (gnus-article-boring-faces): Use renamed gnus faces.
12265
12266         * gnus-art.el (gnus-signature, gnus-header-from)
12267         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12268         (gnus-header-content): Remove "-face" suffix from face names.
12269         (gnus-signature-face, gnus-header-from-face)
12270         (gnus-header-subject-face, gnus-header-newsgroups-face)
12271         (gnus-header-name-face, gnus-header-content-face):
12272         New backward-compatibility aliases for renamed faces.
12273         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12274
12275         * gnus-sum.el (gnus-summary-selected-face)
12276         (gnus-summary-highlight): Use renamed gnus faces.
12277         * gnus-group.el (gnus-group-highlight): Likewise.
12278
12279 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12280
12281         * gnus-sieve.el (gnus-sieve-article-add-rule):
12282         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12283         * spam-stat.el (spam-stat-buffer-change-to-spam)
12284         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12285
12286         * message.el (message-is-yours-p):
12287         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12288
12289 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * mm-view.el (mm-inline-text): Withdraw the last change.
12292
12293 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12296         executing enriched-decode.
12297
12298 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12301         charset of tar files.
12302
12303 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12304
12305         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12306
12307 2005-06-04  Lute Kamstra  <lute@gnu.org>
12308
12309         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12310         information is never recorded.
12311
12312 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12313
12314         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12315
12316 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * pop3.el (pop3-apop): Run md5 in the binary mode.
12319
12320         * starttls.el (starttls-set-process-query-on-exit-flag):
12321         Use eval-and-compile.
12322
12323 2005-05-31  Simon Josefsson  <jas@extundo.com>
12324
12325         * smime.el (smime-replace-in-string): Define.
12326         (smime-cert-by-ldap-1): Use it.
12327
12328 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (article-display-x-face): Replace
12331         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12332
12333         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12334         set-process-query-on-exit-flag or process-kill-without-query.
12335
12336         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12337         loop instead of replace-regexp.
12338
12339         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12340         instead of process-kill-without-query if it is available.
12341
12342         * lpath.el: Fbind ldap-search-entries.
12343
12344         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12345         instead of find-file-hooks if it is available.
12346
12347         * mml1991.el: Bind pgg-default-user-id when compiling.
12348
12349         * mml2015.el: Bind pgg-default-user-id when compiling.
12350
12351         * nndraft.el (nndraft-request-associate-buffer):
12352         Use write-contents-functions instead of write-contents-hooks if it is
12353         available.
12354
12355         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12356         instead of find-file-hooks if it is available.
12357
12358         * nntp.el (nntp-open-connection): Replace
12359         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12360         (nntp-open-ssl-stream): Ditto.
12361         (nntp-open-tls-stream): Ditto.
12362
12363         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12364         set-process-query-on-exit-flag or process-kill-without-query.
12365         (starttls-open-stream-gnutls): Use it instead of
12366         process-kill-without-query.
12367         (starttls-open-stream): Ditto.
12368
12369 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12370
12371         * smime.el (smime-cert-by-ldap-1): Don't use
12372         replace-regexp-in-string.
12373
12374 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12375
12376         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12377
12378         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12379         in PEM format.  Adjust to the XEmacs compability.
12380
12381 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12384         by `string-to-number'.
12385         * gnus-agent.el (gnus-agent-regenerate-group)
12386         (gnus-agent-fetch-articles): Ditto.
12387         * gnus-art.el (gnus-button-fetch-group): Ditto.
12388         * gnus-cache.el (gnus-cache-generate-active)
12389         (gnus-cache-articles-in-group): Ditto.
12390         * gnus-group.el (gnus-group-set-current-level)
12391         (gnus-group-insert-group-line): Ditto.
12392         * gnus-score.el (gnus-score-set-expunge-below)
12393         (gnus-score-set-mark-below, gnus-summary-score-effect)
12394         (gnus-summary-score-entry): Ditto.
12395         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12396         (gnus-soup-pack): Ditto.
12397         * gnus-spec.el (gnus-xmas-format): Ditto.
12398         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12399         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12400         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12401         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12402         * nndb.el (nndb-get-remote-expire-response): Ditto.
12403         * nndiary.el (nndiary-parse-schedule-value)
12404         (nndiary-string-to-number, nndiary-request-replace-article)
12405         (nndiary-request-article): Ditto.
12406         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12407         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12408         * nneething.el (nneething-make-head): Ditto.
12409         * nnfolder.el (nnfolder-request-article)
12410         (nnfolder-retrieve-headers): Ditto.
12411         * nnheader.el (nnheader-file-to-number): Ditto.
12412         * nnkiboze.el (nnkiboze-request-article): Ditto.
12413         * nnmail.el (nnmail-process-unix-mail-format)
12414         (nnmail-process-babyl-mail-format): Ditto.
12415         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12416         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12417         (nnmh-request-create-group, nnmh-request-list-1)
12418         (nnmh-request-group, nnmh-request-article): Ditto.
12419         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12420         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12421         * nnsoup.el (nnsoup-make-active): Ditto.
12422         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12423         * nntp.el (nntp-find-group-and-number)
12424         (nntp-retrieve-headers-with-xover): Ditto.
12425         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12426         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12427         (pgg-format-key-identifier): Ditto.
12428         * pop3.el (pop3-last, pop3-stat): Ditto.
12429         * qp.el (quoted-printable-decode-region): Ditto.
12430
12431         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12432         of concat.
12433
12434 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12437
12438         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12439
12440         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12441
12442         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12443
12444         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12445
12446         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12447
12448         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12449         (gnus-carpal-mode): Ditto.
12450
12451         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12452         (gnus-browse-mode): Ditto.
12453
12454         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12455
12456         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12457
12458 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12459
12460         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12461
12462 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-util.el (gnus-run-mode-hooks): New function.
12465
12466         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12467
12468         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12469         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12470
12471 2005-05-27  Lute Kamstra  <lute@gnu.org>
12472
12473         * dns-mode.el (dns-mode): Specify customization group.
12474
12475 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12476
12477         * gnus-agent.el (gnus-agent-make-mode-line-string):
12478         Use mode-line-highlight as mouse-face.
12479
12480 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * canlock.el (canlock): Change the parent group to news.
12483
12484         * deuglify.el (gnus-outlook-deuglify): Add :group.
12485
12486         * dig.el (dig): Add :group.
12487
12488         * dns-mode.el (dns-mode): Add :group.
12489
12490         * encrypt.el (encrypt): Add :group.
12491
12492         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12493         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12494         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12495         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12496         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12497
12498         * gnus-diary.el (gnus-diary): Add :group.
12499
12500         * gnus.el (gnus-group-news-1-face): Add :group.
12501         (gnus-group-news-1-empty-face): Ditto.
12502         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12503         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12504         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12505         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12506         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12507         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12508         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12509         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12510         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12511         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12512         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12513         (gnus-summary-high-ticked-face): Ditto.
12514         (gnus-summary-low-ticked-face): Ditto.
12515         (gnus-summary-normal-ticked-face): Ditto.
12516         (gnus-summary-high-ancient-face): Ditto.
12517         (gnus-summary-low-ancient-face): Ditto.
12518         (gnus-summary-normal-ancient-face): Ditto.
12519         (gnus-summary-high-undownloaded-face): Ditto.
12520         (gnus-summary-low-undownloaded-face): Ditto.
12521         (gnus-summary-normal-undownloaded-face): Ditto.
12522         (gnus-summary-high-unread-face): Ditto.
12523         (gnus-summary-low-unread-face): Ditto.
12524         (gnus-summary-normal-unread-face): Ditto.
12525         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12526         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12527
12528         * hashcash.el (hashcash): New custom group.
12529         (hashcash-default-payment): Add :group.
12530         (hashcash-payment-alist): Ditto.
12531         (hashcash-default-accept-payment): Ditto.
12532         (hashcash-accept-resources): Ditto.
12533         (hashcash-path): Ditto.
12534         (hashcash-extra-generate-parameters): Ditto.
12535         (hashcash-double-spend-database): Ditto.
12536         (hashcash-in-news): Ditto.
12537
12538         * message.el (message-minibuffer-local-map): Add :group.
12539
12540         * netrc.el (netrc): Add :group.
12541
12542         * sieve-manage.el (sieve-manage-log): Add :group.
12543         (sieve-manage-default-user): Diito.
12544         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12545         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12546         (sieve-manage-authenticators): Ditto.
12547         (sieve-manage-authenticator-alist): Ditto.
12548         (sieve-manage-default-port): Ditto.
12549
12550         * sieve-mode.el (sieve-control-commands-face): Add :group.
12551         (sieve-action-commands-face): Ditto.
12552         (sieve-test-commands-face): Ditto.
12553         (sieve-tagged-arguments-face): Ditto.
12554
12555         * smime.el (smime): Add :group.
12556
12557         * spam-report.el (spam-report): Add :group.
12558
12559         * spam.el (spam, spam-face): Add :group.
12560
12561 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12564         return \n.\n.\n at the end of articles.  Protect against that.
12565         (nntp-with-open-group): Allow debugging.
12566
12567         * nnheader.el (mail-header-set-extra): Make into a function
12568         because I just could't understand how to quote the list properly.
12569
12570         * dns.el (query-dns-cached): New function.
12571
12572 2005-05-26  Lute Kamstra  <lute@gnu.org>
12573
12574         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12575
12576 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12579
12580         * gnus-art.el: Don't autoload mail-extract-address-components.
12581
12582         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12583         eval-and-compile to evaluate it.
12584
12585         * hashcash.el: Don't autoload executable-find.
12586
12587         * nndb.el: Don't declare the nndb back end two or more times; don't
12588         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12589
12590         * nntp.el: Autoload format-spec instead of format; use
12591         eval-and-compile to evaluate autoload forms.
12592
12593 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12594
12595         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12596
12597 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus.el (gnus-version-number): Bump version.
12600
12601 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12602
12603         * gnus.el: No Gnus v0.3 is released.
12604
12605 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * lpath.el (featurep): Bind show-nonbreak-escape.
12608
12609 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-art.el (gnus-article-edit-part): Disable undo.
12612
12613 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12616         gnus-article-date-lapsed-new-header is t if date timer is active;
12617         skip headers in which the original date value is empty.
12618         (gnus-article-save-original-date): Redefine it as a macro.
12619         (gnus-display-mime): Use it.
12620
12621 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-art.el (article-date-ut): Support converting date in
12624         forwarded parts as well.
12625         (gnus-article-save-original-date): New function.
12626         (gnus-display-mime): Use it.
12627
12628 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12629
12630         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12631         enclosure element of <item>.
12632
12633 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * message.el (message-kill-buffer-query): Renamed from
12636         `message-kill-buffer-query-if-modified'.  Added :version.
12637
12638 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12641         window layout.
12642
12643 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * mml.el: Autoload dnd when compiling.
12646
12647 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12650         x-dnd-*.
12651
12652 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * qp.el (quoted-printable-encode-region): Save excursion.
12655
12656 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * message.el (message-kill-buffer-query-if-modified): Add new variable
12659         so the user can kill a modified message buffer quickly.
12660         (message-kill-buffer): Use it.
12661
12662 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * lpath.el: Fbind display-time-event-handler; don't fbind
12665         string-to-multibyte.
12666
12667         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12668
12669 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12672         contained in text because xml.el decodes entities) with LFs.
12673
12674 2005-04-11  Lute Kamstra  <lute@gnu.org>
12675
12676         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12677         differently.
12678
12679 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12680
12681         * mm-util.el (mm-detect-coding-region): Typo.
12682
12683 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12686
12687 2005-04-06  Deepak Goel  <deego@gnufans.org>
12688
12689         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12690         user-function allow user modifications of the scores.
12691         (spam-stat-score-buffer-user): New function, to allow
12692         user-computed modifications to the score.
12693         (spam-stat-score-buffer-user-functions): List of additional
12694         scoring functions.
12695         (spam-stat-error-holder): Global temporary error holder.
12696         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12697         variable.
12698
12699 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * gnus-registry.el (gnus-registry-clean-empty-function)
12702         (gnus-registry-trim, gnus-registry-fetch-groups)
12703         (gnus-registry-delete-group): Groups that match
12704         `gnus-registry-ignored-groups' are removed from the registry
12705         entries, not just ignored for splitting.  This helps clean up the
12706         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12707         to get all the groups a message ID is in.
12708
12709         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12710         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12711         (spam-stat-score-buffer-user-functions): Add :number custom type.
12712
12713 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12716         argument in XEmacs.
12717
12718         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12719         (nnrss-request-group): Decode group name first.
12720         (nnrss-request-article): Make a text/plain article if mml-to-mime
12721         failed.
12722         (nnrss-get-encoding): Return a compatible encoding according to
12723         nnrss-compatible-encoding-alist.
12724         (nnrss-find-el): Use consp instead of listp.
12725         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12726
12727 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12730         which Emacs 20 doesn't support.
12731         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12732
12733 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12736         silence the byte compiler inside the defun.
12737
12738         * gnus-demon.el (parse-time-string): Add autoload.
12739
12740         * gnus-delay.el (parse-time-string): Add autoload.
12741
12742         * gnus-art.el (parse-time-string): Add autoload.
12743
12744         * nnultimate.el (parse-time): Require for `parse-time-string'.
12745
12746 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12749
12750         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12751
12752         * smime.el (smime-ldap-host-list): Add :version.
12753
12754 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12757         pass it to `gnus-browse-read-group'.
12758         (gnus-browse-read-group): Add NUMBER argument and pass it to
12759         `gnus-group-read-ephemeral-group'.
12760
12761         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12762         argument and pass it to `gnus-group-read-group'.
12763
12764 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12765
12766         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12767         mm-xemacs-find-mime-charset-1 if we have the mule feature
12768         available at runtime.
12769
12770 2005-03-25  Werner Lemberg  <wl@gnu.org>
12771
12772         * nnmaildir.el: Replace `illegal' with `invalid'.
12773
12774 2005-03-23  Lute Kamstra  <lute@gnu.org>
12775
12776         * time-date.el: Add comment on time value formats.
12777         Don't require parse-time.
12778         (with-decoded-time-value): New macro.
12779         (encode-time-value): New function.
12780         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12781         (days-to-time): Return a valid time value when arg is huge.
12782         (time-since): Use time-subtract.
12783         (time-to-number-of-days): Use time-to-seconds.
12784
12785 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12786
12787         * gnus-start.el (gnus-display-time-event-handler):
12788         Check display-time-timer at runtime rather than only at load time
12789         in case display-time-mode is turned off in the mean time.
12790
12791 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12794         used.
12795
12796         * nneething.el (nneething-map-file-directory): Derive from
12797         `gnus-directory'.
12798
12799         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12800         the To/Cc button.
12801
12802 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * nnmaildir.el (nnmaildir-request-accept-article):
12805         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12806
12807 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12808
12809         * gnus-async.el: Require timer-funcs at compile time when in
12810         XEmacs for `run-with-idle-timer'.
12811
12812 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12813
12814         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12815         autoloaded function.
12816
12817 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12818
12819         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12820
12821 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12822
12823         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12824
12825 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12828         gnus-expert-user to default.
12829
12830 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12831
12832         * nnimap.el (nnimap-open-server): Ditto.
12833
12834         * imap.el (imap-authenticate): Fix typo.
12835
12836 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12837
12838         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12839         buffer (since IMAP server might return FETCH response out of
12840         order, and the nntp buffer must be sorted).
12841
12842 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12843
12844         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12845         comparison on string.
12846
12847         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12848         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12849         (gnus-agent-summary-fetch-series): Modified to protect against
12850         gnus-agent-summary-fetch-group clearing processable flags.
12851         (gnus-agent-synchronize-group-flags): Update live group buffer as
12852         synchronization may occur due to the user toggle the plugged
12853         status.
12854         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12855         successfully downloaded.
12856         (gnus-agent-expire-group-1): Avoid using markers when the overview
12857         is in ascending order; greatly improves performance.
12858         (gnus-agent-regenerate-group): Use
12859         gnus-agent-synchronize-group-flags to reset read status in both
12860         gnus and server.
12861         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12862
12863 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * message.el: Don't autoload former message-utils variables.
12866         (message-strip-subject-trailing-was): Change doc string.
12867
12868         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12869         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12870         (nnweb-google-search): Add "hl=en" here.
12871         (nnweb-google-parse-1, nnweb-google-create-mapping):
12872         Don't hardcode URL.
12873
12874 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * message.el (message-get-reply-headers, message-followup):
12877         Mention related variables `message-use-followup-to' and
12878         `message-use-mail-followup-to', in the information buffer.
12879
12880         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12881         of broken groups(-beta).google.com.
12882
12883 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12884
12885         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12886         parameter to invoked gnus-request-move-article; remove the
12887         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12888         all at once instead of once per article.
12889         (gnus-summary-remove-process-mark): Accept a list of articles as
12890         well as a single article for processing.
12891
12892         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12893         parameter.
12894
12895         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12896
12897         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12898
12899         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12900         parameter.
12901
12902         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12903         parameter.
12904
12905         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12906         parameter and remove the gnus-sum-hint-move-is-internal variable.
12907
12908         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12909         parameter.
12910
12911         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12912         parameter.
12913
12914         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12915         parameter.
12916
12917         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12918
12919         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12920         parameter.
12921
12922         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12923         parameter.
12924
12925 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12926
12927         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12928         a more conservative way.
12929
12930 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12931
12932         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12933         buffer, so it moves the window's cursor.
12934
12935 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12936
12937         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12938         `mm-dissect-multipart' and receive the from field as an (optional)
12939         argument from `mm-dissect-multipart'.
12940         (mm-dissect-multipart): Receive the from field as an argument and
12941         pass it on when we call `mm-dissect-buffer' on MIME parts.
12942         Fixes verification/decryption of signed/encrypted MIME parts.
12943
12944 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12945
12946         * gnus-sum.el (gnus-summary-move-article): Set
12947         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12948         whatever it calls (right now, only nnimap-request-move article
12949         respects it).
12950
12951         * nnimap.el (nnimap-request-move-article): When
12952         gnus-sum-hint-move-is-internal is set, don't do the extra
12953         nnimap-request-article.
12954
12955 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12958
12959         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12960         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12961
12962         * gnus-sum.el (gnus-summary-caesar-message):
12963         Apply `gnus-treat-article' after rotation.
12964
12965         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12966         doc string.
12967
12968 2005-02-22  Simon Josefsson  <jas@extundo.com>
12969
12970         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12971         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12972         <arne@arnested.dk>.
12973         (encrypt): Add password-cache and password-cache-expiry as group
12974         members.
12975
12976 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12977
12978         * smime.el (smime-ldap-host-list): Doc fix.
12979         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12980         cache) password.
12981         (smime-sign-region): Use it.
12982         (smime-decrypt-region): Use it.
12983         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12984         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12985         fails.
12986         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12987         certificate from DER to PEM format rather than calling openssl.
12988
12989         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12990
12991         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12992         for signing/encryption.
12993
12994         * mml.el (mml-parse-1): Use them.
12995
12996 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12997
12998         * nnrss.el (nnrss-verbose): Removed.
12999         (nnrss-request-group): Use `nnheader-message' instead.
13000
13001 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13002
13003         * nnrss.el (nnrss-verbose): New variable.
13004         (nnrss-request-group): Make it say nnrss is requesting a group.
13005
13006 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13009         Handle news URL with given port correctly.
13010
13011 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13014         containing special characters.
13015
13016         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13017
13018         * mml.el (mime-to-mml): Ditto.
13019
13020         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13021         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13022         (rfc2047-decode-region): Quote decoded words containing special
13023         characters when rfc2047-quote-decoded-words-containing-tspecials
13024         is non-nil.
13025
13026 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13027
13028         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13029
13030         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13031
13032 2005-02-15  Simon Josefsson  <jas@extundo.com>
13033
13034         * nnimap.el (nnimap-debug): Doc fix.
13035
13036         * imap.el (imap-debug): Doc fix.
13037
13038 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13041
13042 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * gnus.el (spam-contents): Improve docs for spam-contents
13045         parameter in its variable incarnation.
13046
13047 2005-02-14  Simon Josefsson  <jas@extundo.com>
13048
13049         * smime-ldap.el: Use require instead of load-library for ldap.
13050         (smime-ldap-search): Indent.
13051         (smime-ldap-search-internal): Shorten line.
13052
13053         * smime.el (smime-cert-by-dns): Add doc-string.
13054         (smime-cert-by-ldap-1): Indent.
13055
13056         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13057         mml-smime-get-dns-ldap.
13058         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13059
13060 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13061
13062         * smime.el: Require smime-ldap.
13063         (smime-ldap-host-list): New variable.
13064         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13065
13066         * mml-smime.el (mml-smime-encrypt-query): New function.
13067         (mml-smime-encrypt-query): Use it.
13068
13069         * smime-ldap.el: New file.
13070
13071 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13074
13075 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13078         argument in doc string.  Make query for type more clear.
13079
13080 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus.el (gnus-group-startup-message): Search for gnus images in
13083         etc/images/gnus.
13084         * mm-util.el (mm-image-load-path): Likewise.
13085         * smiley.el (smiley-data-directory): Search for smilies in
13086         etc/images/smilies.
13087
13088 2005-02-09  Kim F. Storm  <storm@cua.dk>
13089
13090         Change Emacs release version from 21.4 to 22.1 throughout.
13091         Change Emacs development version from 21.3.50 to 22.0.50.
13092
13093 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13096
13097         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13098         non-Mule XEmacs as well.
13099         (mm-decompress-buffer): Signal an error intentionally if it does
13100         not decompress compressed data because auto-compression-mode is
13101         disabled.
13102
13103 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13104
13105         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13106         an ID in the registry even if it has no groups.
13107
13108 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13111         merge it into mm-decompress-buffer.
13112         (gnus-mime-copy-part): Use the MIME part charset, the value which
13113         a user specified or gnus-newsgroup-charset for decoding, like
13114         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13115         save-buffer what was used.  Suggested by Kevin Ryde
13116         <user42@zip.com.au>.
13117         (gnus-mime-inline-part): Allow the name parameter as well as the
13118         filename parameter; force decompressing of compressed data; always
13119         display contents being not decoded as unibyte.
13120
13121         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13122         as well as the filename parameter.
13123
13124         * mm-util.el (mm-decompress-buffer): Merge
13125         gnus-mime-jka-compr-maybe-uncompress.
13126         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13127         of compressed data.
13128
13129 2005-02-08  Simon Josefsson  <jas@extundo.com>
13130
13131         * imap.el (imap-log): Doc fix.
13132
13133 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13136         the coding cookies; decompress compressed parts.
13137
13138         * mml.el (mml-generate-mime-1): Add the charset parameter according
13139         to the value which a user specified manually or the coding cookie.
13140
13141         * mm-util.el (mm-string-to-multibyte): New function.
13142         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13143         (mm-coding-system-to-mime-charset): New function.
13144         (mm-decompress-buffer): New function.
13145         (mm-find-buffer-file-coding-system): New function.
13146
13147         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13148         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13149         parts.
13150
13151 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13152
13153         * mm-view.el (mm-display-inline-fontify): Decode a part according
13154         to the charset parameter.
13155
13156 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13159         prefix arg is neither nil nor a number, as info specifies.
13160
13161 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13164         timestamps.
13165
13166 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13167
13168         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13169         groups error checking and notify user.
13170
13171 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13172
13173         * message.el (message-send-mail-function): Check existence of
13174         sendmail-program first before using default value
13175         `message-send-mail-with-sendmail'.  Otherwise use more generic
13176         `smtpmail-send-it'.
13177
13178 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * nntp.el (nntp-request-update-info): Always return nil.
13181
13182 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13185
13186 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * message.el (message-beginning-of-line): Change the behavior when
13189         invoked between BOL and : so that it first moves backward.
13190
13191 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13194         article buffer when editing of the article is discarded.
13195         (gnus-article-prepare): Revert.
13196
13197 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-art.el (gnus-article-prepare):
13200         Remove message-strip-forbidden-properties from the local hook.
13201
13202 2005-01-27  Simon Josefsson  <jas@extundo.com>
13203
13204         * password.el (password-cache-add): Only start one timer per key.
13205         Reported by Derek Atkins <warlord@MIT.EDU>.
13206
13207 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13208
13209         * run-at-time.el: Removed.  It is no longer needed as
13210         timer-funcs.el in the xemacs-base package has a working version of
13211         `run-at-time'.
13212
13213         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13214
13215         * password.el: Require timer-funcs instead of run-at-time in
13216         XEmacs.
13217         Remove `password-run-at-time' macro.
13218         (password-cache-add): Use `run-at-time' instead of
13219         `password-run-at-time'.
13220
13221         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13222         Remove `nnheader-cancel-function-timers' alias,
13223         `cancel-function-timers' exists in XEmacs in timer-funcs.
13224
13225         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13226         for `run-with-idle-timer'.
13227
13228         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13229         for `run-at-time'.
13230
13231         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13232         for `with-timeout'.
13233
13234         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13235         the same as for XEmacs 21.4.
13236         No need to ignore `run-with-idle-timer', this function exists in
13237         XEmacs now in timer-funcs.el in the xemacs-base package.
13238         (dgnushack-compile): No need to delete
13239         run-at-time.el from the list of files to compile because it
13240         doesn't exist anymore.
13241
13242 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13245         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13246
13247 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13248
13249         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13250         sensitively.
13251
13252 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13253
13254         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13255
13256 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13259         which will be inserted according to the multibyteness of a buffer
13260         rather than the type of contents.  Suggested by ARISAWA Akihiro
13261         <ari@mbf.ocn.ne.jp>.
13262
13263         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13264         of string which old xml.el may return rather than a string.
13265
13266 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13269
13270 2005-01-16  Simon Josefsson  <jas@extundo.com>
13271
13272         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13273         idn/idna.el isn't available.
13274         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13275         <michael@waxrat.com>.
13276
13277         * hashcash.el: Remove non-FSF copyright header.
13278
13279         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13280         (hashcash-generate-payment): Use it.
13281         (hashcash-generate-payment-async): Use it.
13282
13283 2005-01-15  Simon Josefsson  <jas@extundo.com>
13284
13285         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13286         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13287
13288         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13289         gnus-summary-idna-message.
13290         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13291         (gnus-summary-idna-message): New function.
13292
13293 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13296         gnus-novice-user.
13297
13298 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * nnrss.el (nnrss-request-delete-group): Delete entries in
13301         nnrss-group-alist as well.
13302         (nnrss-save-server-data): Insert newline.
13303
13304 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus.el (gnus-user-agent): Use list of symbols instead of
13307         symbols.  Display full version number for (S)XEmacs.  Optionally
13308         display (S)XEmacs codename.
13309
13310         * gnus-util.el (gnus-emacs-version): Update for new
13311         `gnus-user-agent'.
13312
13313         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13314         Gnus version.
13315
13316 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13319         which is unreadable in some setups.
13320
13321 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-spec.el (gnus-update-format-specifications): Flush the
13324         group format spec cache if it doesn't support decoded group names.
13325
13326 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13329         Allow to apply decay on score files matching a regexp.
13330
13331 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13334         compatibility in %g and %c.
13335
13336 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13339         name for only %g and %c.
13340         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13341         of gnus-tmp-group to decoded group name.
13342         (gnus-group-make-rss-group): Exclude `/'s from group names.
13343
13344 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * nnrss.el (nnrss-get-encoding): Fix regexp.
13347
13348 2004-12-27  Simon Josefsson  <jas@extundo.com>
13349
13350         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13351         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13352         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13353
13354 2004-12-17  Kim F. Storm  <storm@cua.dk>
13355
13356         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13357
13358         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13359
13360 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13361
13362         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13363
13364 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * nnrss.el: Require rfc2047 and mml.
13367         (nnrss-file-coding-system): New variable.
13368         (nnrss-format-string): Redefine it as an inline function.
13369         (nnrss-decode-group-name): New function.
13370         (nnrss-string-as-multibyte): Remove.
13371         (nnrss-retrieve-headers): Decode group name; don't use
13372         nnrss-format-string.
13373         (nnrss-request-group): Decode group name.
13374         (nnrss-request-article): Decode group name; allow a Message-ID as
13375         well as an article number; don't use nnrss-format-string; encode a
13376         Message-ID string which may contain non-ASCII characters; use
13377         mml-to-mime to compose a MIME article.
13378         (nnrss-request-expire-articles): Decode group name.
13379         (nnrss-request-delete-group): Decode group name.
13380         (nnrss-fetch): Clarify error message.
13381         (nnrss-read-server-data): Use insert-file-contents instead of load;
13382         bind file-name-coding-system; use multibyte buffer.
13383         (nnrss-save-server-data): Bind coding-system-for-write to the
13384         value of nnrss-file-coding-system; bind file-name-coding-system;
13385         add coding cookie.
13386         (nnrss-read-group-data): Use insert-file-contents instead of load;
13387         bind file-name-coding-system; use multibyte buffer.
13388         (nnrss-save-group-data): Bind coding-system-for-write to the
13389         value of nnrss-file-coding-system; bind file-name-coding-system.
13390         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13391         make it work with non-ASCII text.
13392         (nnrss-find-el): Make it work with old xml.el as well.
13393
13394 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13395
13396         * nnrss.el (nnrss-get-encoding): New function.
13397         (nnrss-fetch): Use unibyte buffer initially; bind
13398         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13399         decode contents according to the encoding attribute.
13400         (nnrss-save-group-data): Add coding cookie.
13401         (nnrss-mime-encode-string): New function.
13402         (nnrss-check-group): Use it to encode subject and author.
13403
13404 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13405
13406         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13407         imaginary variable.
13408
13409 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13412         correctly even if there are wide characters.
13413
13414 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13415
13416         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13417         downcased symbol names; make a new cache instead of reusing
13418         bbdb-hashtable.
13419
13420 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13423         concatenating segments rather than before concatenating them.
13424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13425
13426         * message.el (message-get-reply-headers): Bind `extra'.
13427
13428 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13429
13430         * message.el (message-extra-wide-headers): New variable.
13431         (message-get-reply-headers): Use it.
13432
13433 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13436         (gnus-agent-group-pathname): Ditto.
13437
13438         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13439
13440         * gnus-group.el (gnus-group-make-group): Decode group name.
13441         (gnus-group-make-rss-group): Register the group data after opening
13442         the nnrss group.
13443
13444 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13445
13446         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13447         by expiry now get marked as read.
13448
13449 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13452
13453 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13454
13455         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13456         unify Latin characters in XEmacs.
13457         (mm-find-mime-charset-region): Use it.
13458
13459 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-util.el (gnus-delete-directory): New function.
13462
13463         * gnus-agent.el (gnus-agent-delete-group): Use it.
13464
13465         * gnus-cache.el (gnus-cache-delete-group): Use it.
13466
13467 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13470         names.
13471
13472 2004-12-16  Simon Josefsson  <jas@extundo.com>
13473
13474         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13475
13476 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13479
13480         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13481         (gnus-group-set-current-level): Decode group name.
13482
13483 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13484
13485         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13486         failed.
13487
13488 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-group.el (gnus-group-delete-group): Decode group name.
13491         (gnus-group-make-rss-group): Encode group name.
13492         (gnus-group-catchup-current): Decode group name.
13493         (gnus-group-kill-group): Decode group name.
13494
13495 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13496
13497         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13498
13499 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * gnus-group.el (gnus-group-make-rss-group):
13502         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13503
13504         * gnus-start.el (gnus-setup-news): Honor user's setting to
13505         gnus-message-archive-method.  Suggested by Lute Kamstra
13506         <lute@gnu.org>.
13507
13508 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13509
13510         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13511         global counterparts of the buffer-local variables.
13512
13513 2004-11-16  Romain Francoise  <romain@orebokech.com>
13514
13515         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13516         counterparts of the buffer-local variables.
13517
13518 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * message.el (message-forbidden-properties): Fixed typo in doc
13521         string.
13522
13523 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * gnus-util.el (gnus-replace-in-string): Added doc string.
13526
13527         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13528         to avoid problems when splitting mails with many recipients.
13529
13530 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13531
13532         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13533         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13534
13535 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13536
13537         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13538         if there is no hashtable in memory or file modification time is
13539         newer than cached timestamp.
13540
13541 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13544         not-matching option.
13545
13546 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13549         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13550         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13551         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13552         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13553         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13554
13555 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * message.el (message-forward-make-body-mml): Remove headers
13558         according to message-forward-ignored-headers if a message is decoded.
13559
13560 2004-12-02  Romain Francoise  <romain@orebokech.com>
13561
13562         * message.el (message-forward-make-body-plain): Always remove
13563         headers according to message-forward-ignored-headers.
13564
13565 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13566
13567         * spam.el (spam-summary-prepare-exit): Remove the
13568         gnus-summary-limit pop for now, it has problems with ham marks for
13569         me.
13570
13571 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13574         correctly.
13575
13576 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13577
13578         * format-spec.el (format-spec): Message the char.
13579
13580 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * gnus-art.el (gnus-split-methods): Reformat comments.
13583
13584         * spam.el (spam-summary-prepare-exit): Remove article limits
13585         before exiting the summary buffer.
13586
13587 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13590         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13591
13592         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13593         order to silence the byte compiler.
13594
13595         * spam.el: Fix the way to silence the byte compiler, which
13596         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13597         bbdb-search-simple, spam-BBDB-register-routine,
13598         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13599         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13600         spam-stat-buffer-is-spam, spam-stat-load,
13601         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13602         spam-stat-save and spam-stat-split-fancy.
13603
13604 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13607         which may confuse users.
13608         (canlock-password-for-verify): Ditto.
13609
13610         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13611
13612         * gnus-art.el (gnus-emphasis-alist): Ditto.
13613
13614         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13615
13616         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13617
13618         * gnus-start.el (gnus-save-killed-list): Ditto.
13619
13620         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13621         (gnus-sum-thread-tree-root): Ditto.
13622         (gnus-sum-thread-tree-false-root): Ditto.
13623         (gnus-sum-thread-tree-single-indent): Ditto.
13624
13625         * message.el (message-courtesy-message): Ditto.
13626         (message-archive-note): Ditto.
13627         (message-subscribed-address-file): Ditto.
13628         (message-user-fqdn): Ditto.
13629
13630         * spam-report.el (spam-report-gmane-regex): Ditto.
13631
13632         * spam.el (spam-blackhole-good-server-regex): Ditto.
13633
13634 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * mml.el (mml-preview): Widen the message buffer before copying
13637         the contents to the preview buffer; sort headers before previewing.
13638
13639         * message.el (message-hidden-headers): Fix the way to avoid a bug
13640         in the `repeat' widget in Emacs 21.3 or earlier.
13641
13642 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * message.el (message-hidden-headers): Default to "^References:".
13645         Improve customization type.  Suggested by Reiner Steib
13646         <Reiner.Steib@gmx.de>.
13647
13648 2004-11-25  Romain Francoise  <romain@orebokech.com>
13649
13650         * message.el (message-strip-forbidden-properties): Remove check for
13651         obsolete `message-hidden' text property, hidden headers are not
13652         accessible in the buffer anymore.
13653
13654 2004-11-22  Romain Francoise  <romain@orebokech.com>
13655
13656         * message.el (message-header-format-alist): Add `From' in list
13657         so that it can be sorted.
13658         (message-fix-before-sending): Widen and sort headers before
13659         sending.
13660         (message-hide-headers): Use narrowing to hide headers by moving
13661         them to the top of the buffer and narrowing to the region
13662         underneath.
13663
13664 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13665
13666         * message.el (message-strip-forbidden-properties): Bind
13667         buffer-read-only (etc) to nil.
13668
13669 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13672         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13673
13674 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13675
13676         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13677
13678 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * dns.el (query-dns): Use sit-for to time instead of
13681         accept-process-output, since that doesn't seem to work on udp
13682         sockets.
13683
13684 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13687
13688 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13691         doc string.  Improve doc string.
13692
13693 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * nntp.el (nntp-request-update-info): Return nil if
13696         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13697         may not call gnus-activate-group which uselessly issues the GROUP
13698         commands for all nntp groups and wastes time.  Reported by Romain
13699         Francoise <romain@orebokech.com>.
13700
13701         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13702
13703 2004-11-15  Simon Josefsson  <jas@extundo.com>
13704
13705         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13706         headers separately.
13707         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13708         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13709
13710 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-start.el (gnus-convert-old-newsrc):
13713         Assign legacy-gnus-agent to 5.10.7.
13714
13715 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13716
13717         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13718         start of the lines.
13719
13720 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13721
13722         * hashcash.el (hashcash-default-payment): Change default to 20.
13723         (hashcash-default-accept-payment): Change default to 20.
13724         (hashcash-process-alist): New variable.
13725         (hashcash-generate-payment-async): Add.
13726         (hashcash-already-paid-p): Add.
13727         (hashcash-insert-payment): Don't generate payments twice.
13728         (hashcash-insert-payment-async): Add.
13729         (hashcash-insert-payment-async-2): Add.
13730         (hashcash-cancel-async): Add.
13731         (hashcash-wait-async): Add.
13732         (hashcash-processes-running-p): Add.
13733         (hashcash-wait-or-cancel): Add.
13734         (mail-add-payment): New optional argument.  Conditionally start
13735         asynchronous calculation.
13736         (mail-add-payment-async): Add.
13737
13738         * message.el (message-send-mail): Wait for asynchronous hashcash
13739         results.  Don't clobber existing X-Hashcash headers.
13740         (message-setup-1): Call mail-add-payment-async when
13741         message-generate-hashcash is non-nil.
13742
13743 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13744
13745         * message.el (message-use-alternative-email-as-from): Examine the
13746         From header as well; use message-make-from in order to include a
13747         user's full name.
13748
13749 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13752         default; improve customization type.
13753         (gnus-emphasis-custom-with-format): New macro.
13754         (gnus-emphasis-custom-value-to-external): New function.
13755         (gnus-emphasis-custom-value-to-internal): New function.
13756
13757 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13758
13759         * dns.el (query-dns): Resolve reverse addresses.
13760
13761 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13762
13763         * gnus-group.el (gnus-group-get-new-news): Use it.
13764
13765         * gnus-start.el (gnus-check-reasonable-setup): New function.
13766
13767 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13770         "Args out of range" error.  Reported by Arnaud Giersch
13771         <arnaud.giersch@free.fr>.
13772
13773 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13774
13775         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13776
13777 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13778
13779         * spam.el (spam group): Add :version.
13780
13781         * pgg-def.el (pgg group): Add :version.
13782
13783 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (gnus-article-edit-article): Don't associate the
13786         article buffer with a draft file.  This is a temporary measure
13787         against the 2004-08-22 change to gnus-article-edit-mode.
13788
13789 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13792         (html2text-format-tags): Remove unused variable `attr'.
13793
13794 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13797
13798         * tls.el (tls-process-connection-type, tls-success)
13799         (tls-certtool-program): Add :version.
13800
13801         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13802         (starttls-extra-arguments, starttls-process-connection-type)
13803         (starttls-connect, starttls-failure, starttls-success): Add :version.
13804
13805         * spam-stat.el (spam-stat): Add :version.
13806
13807         * sieve.el (sieve): Add :version.
13808
13809         * sha1.el (sha1): Add :version.
13810         (sha1-use-external): Remove redundant version.
13811
13812         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13813         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13814         (nnmail-split-fancy-match-partial-words)
13815         (nnmail-split-lowercase-expanded): Add :version.
13816
13817         * nndiary.el (nndiary): Add :version.
13818
13819         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13820
13821         * mml-sec.el (mml-default-sign-method)
13822         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13823         Add :version.
13824
13825         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13826
13827         * mm-url.el (mm-url-use-external, mm-url-program)
13828         (mm-url-arguments): Add :version.
13829
13830         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13831         (mm-attachment-file-modes, mm-decrypt-option)
13832         (mm-w3m-safe-url-regexp): Add :version.
13833
13834         * message.el (message-cite-prefix-regexp)
13835         (message-sendmail-envelope-from, message-minibuffer-local-map)
13836         (message-user-fqdn, message-completion-alist): Add :version.
13837
13838         * gnus-win.el (gnus-configure-windows-hook)
13839         (gnus-use-frames-on-any-display): Add :version.
13840
13841         * gnus-art.el (gnus-article-address-banner-alist)
13842         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13843         (gnus-treat-from-picon, gnus-treat-mail-picon)
13844         (gnus-treat-x-pgp-sig): Add :version.
13845
13846         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13847         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13848         (gnus-summary-article-delete-hook)
13849         (gnus-summary-display-while-building): Add :version.
13850
13851         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13852         (gnus-get-top-new-news-hook): Add :version.
13853
13854         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13855         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13856
13857         * gnus-registry.el (gnus-registry): Add :version.
13858
13859         * gnus-spec.el (gnus-use-correct-string-widths)
13860         (gnus-make-format-preserve-properties): Add :version.
13861
13862         * gnus.el (gnus-group-charter-alist)
13863         (gnus-group-fetch-control-use-browse-url)
13864         (gnus-install-group-spam-parameters): Add :version.
13865
13866         * gnus-diary.el (gnus-diary): Add :version.
13867
13868         * gnus-delay.el (gnus-delay): Add :version.
13869
13870         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13871         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13872         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13873         Add :version.
13874
13875         * gnus-agent.el (gnus-agent-max-fetch-size)
13876         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13877         (gnus-agent-prompt-send-queue): Add :version.
13878
13879         * deuglify.el (gnus-outlook-deuglify): Add :version.
13880
13881         * html2text.el: Beautify code.  Improve doc strings.  Some
13882         checkdoc cleanup.
13883         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13884
13885 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13886
13887         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13888
13889 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13890
13891         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13892         when package is loaded.
13893
13894         * spam.el (spam-summary-score-preferred-header): Add global preference
13895         for people who want to override the default SpamAssassin over
13896         Bogofilter preference (when both are set).
13897         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13898         (spam-user-format-function-S): Check
13899         spam-summary-score-preferred-header.
13900         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13901         (spam-user-format-function-S): Format the score correctly.
13902
13903 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13906         signature file.  Suggested by Manoj Srivastava
13907         <srivasta@golden-gryphon.com>.
13908
13909         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13910         iso-2022-jp even in the Japanese language environment.
13911         Suggested by Jason Rumney <jasonr@gnu.org>.
13912
13913 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13916         use the same characters as the dummy marks; make it free from
13917         getting affected by the language environment.
13918         (gnus-summary-read-group-1): Update mark positions only when the
13919         format spec is updated.
13920
13921         * gnus-spec.el (gnus-update-format-specifications): Return a list
13922         of updated types.
13923
13924 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13927         of boundp to check if display-warning is available.
13928
13929 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13930
13931         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13932
13933 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * nnspool.el (nnspool-spool-directory): Use news-path if the
13936         news-directory variable is not bound.
13937
13938         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13939         function instead of display-warning if it is not available.
13940
13941 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13944         v5-10: Use `point-at-bol'.
13945
13946 2004-10-26  Simon Josefsson  <jas@extundo.com>
13947
13948         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13949         <chenggao@gmail.com>.
13950
13951 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13954         instead.
13955
13956 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13957
13958         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13959         to remove a server from the nnimap-server-buffer-alist.
13960         (nnimap-open-connection, nnimap-close-server): Use it.
13961
13962         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13963
13964 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13967         running the major-mode function.
13968
13969 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13972         dummy marks in the right way.
13973
13974 2004-10-18  David Edmondson  <dme@dme.org>
13975
13976         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13977         excessively.
13978
13979 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13980
13981         * gnus-util.el (gnus-split-references): Accept a nil references
13982         string and go on blissfully.
13983
13984         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13985         cases where the references string is non-nil but has no references.
13986
13987         * encrypt.el: Add autoload tags.
13988
13989         * spam.el (spam-resolve-registrations-routine): Remove article
13990         from unregistration list too.  Reported by David Hanak
13991         <dhanak@isis.vanderbilt.edu>
13992
13993 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13996         nil.  Changed custom type.
13997
13998 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14001
14002         * gnus-sum.el (gnus-summary-move-article): Use it.
14003
14004 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * encrypt.el: Add autoload cookies.
14007
14008         * spam.el (spam-backend-article-list-property)
14009         (spam-backend-get-article-todo-list)
14010         (spam-backend-put-article-todo-list)
14011         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14012         Resolve registrations separately.
14013         (spam-register-routine): Format comments.
14014         (spam-unregister-routine, spam-register-routine): Always call with
14015         specific-articles, no default list.
14016         (spam-summary-prepare-exit): Use the spam-classifications function.
14017
14018         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14019         gnus-encrypt.el.
14020
14021         * encrypt.el: Copied from gnus-encrypt.el.
14022
14023         * gnus-encrypt.el: Commented that it's obsolete.
14024
14025 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14028         (gnus-score-save): Use it.
14029
14030         * message.el (message-bury): Use `window-dedicated-p'.
14031
14032 2004-10-15  Simon Josefsson  <jas@extundo.com>
14033
14034         * pop3.el (top-level): Don't require nnheader.
14035         (pop3-read-timeout): Add.
14036         (pop3-accept-process-output): Add.
14037         (pop3-read-response, pop3-retr): Use it.
14038
14039 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * spam.el (spam-register-routine): Move comment.
14042         (spam-verify-bogofilter): Use 'unknown for the initial
14043         spam-bogofilter-valid state, not 'never.
14044
14045         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14046         for netrc-machine.
14047
14048         * nnimap.el (nnimap-open-connection): Use
14049         netrc-machine-user-or-password.
14050
14051 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14052
14053         * gnus-registry.el (gnus-registry-unload-hook):
14054         Set as a variable with add-hook.
14055
14056         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14057         of news-path.
14058
14059         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14060
14061         * spam.el: Delete duplicate `provide'.
14062         (spam-unload-hook): Set as a variable with add-hook.
14063
14064 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14067         in the doc string.
14068
14069         * message.el (message-ignored-news-headers)
14070         (message-ignored-supersedes-headers)
14071         (message-ignored-resent-headers)
14072         (message-forward-ignored-headers): Improve custom type.
14073
14074 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * message.el (message-tokenize-header): Fix 2004-09-06 change
14077         which used point-min in the wrong place.
14078
14079 2004-10-12  Simon Josefsson  <jas@extundo.com>
14080
14081         * tls.el (tls-certtool-program): New variable.
14082         (tls-certificate-information): New function, based on
14083         ssl-certificate-information.
14084
14085 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * compface.el: Move the version of ELisp-based uncompface program
14088         to the contrib directory because of the copyright problem.
14089
14090 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * message.el (message-kill-buffer): Raise the current frame.
14093
14094 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14097
14098         * gnus.el (message-y-or-n-p): Autoload.
14099
14100         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14101         (pop3-password-required, pop3-authentication-scheme)
14102         (pop3-leave-mail-on-server): Made customizable.
14103         (pop3): New custom group.
14104         (pop3-retr): Remove `sleep-for' statements.
14105         Suggested by Dave Love <fx@gnu.org>.
14106
14107         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14108         Windows/DOS.
14109
14110         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14111         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14112         Dave Love <fx@gnu.org>.
14113
14114         * mml.el (mml-minibuffer-read-disposition): Require match.
14115         Suggested by Dave Love <fx@gnu.org>.
14116
14117 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14120         doc string.
14121
14122 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14125
14126 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14127
14128         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14129         instead of calling `mm-insert-inline', to decode text/* parts
14130         before displaying them.
14131
14132 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * mm-uu.el (mm-uu-text-plain-type): New variable.
14135         (mm-uu-pgp-signed-extract-1): Use it.
14136         (mm-uu-pgp-encrypted-extract-1): Use it.
14137         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14138         bind mm-uu-text-plain-type with that value.
14139         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14140         mm-uu-dissect.
14141
14142 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-group.el (gnus-update-group-mark-positions):
14145         * gnus-sum.el (gnus-update-summary-mark-positions):
14146         * message.el (message-check-news-body-syntax):
14147         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14148         of string-as-multibyte.
14149
14150 2004-10-05  Juri Linkov  <juri@jurta.org>
14151
14152         * gnus-group.el (gnus-update-group-mark-positions):
14153         * gnus-sum.el (gnus-update-summary-mark-positions):
14154         * message.el (message-check-news-body-syntax):
14155         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14156         8-bit unibyte values to a multibyte string for search functions.
14157
14158 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14161         (mm-uu-dissect-text-parts): New function.
14162
14163         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14164         dissect text parts.
14165
14166         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14167         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14168
14169         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14170
14171         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14172         gnus-current-topics instead of gnus-current-topic.
14173
14174 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14175
14176         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14177
14178 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14179
14180         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14181         where approriate.
14182
14183         * nnml.el (nnml-generate-active-info): do.
14184
14185         * nndiary.el (nndiary-generate-active-info): do.
14186
14187         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14188         (gnus-topic-move): do.
14189
14190         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14191         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14192
14193         * gnus-srvr.el (gnus-server-prepare)
14194         (gnus-server-open-all-servers): do.
14195
14196         * gnus-msg.el (gnus-summary-cancel-article)
14197         (gnus-summary-resend-message)
14198         (gnus-summary-mail-crosspost-complaint): do.
14199
14200         * gnus-move.el (gnus-change-server): do.
14201
14202         * gnus-group.el (gnus-group-unmark-all-groups)
14203         (gnus-group-set-current-level): do.
14204
14205 2004-10-04  Simon Josefsson  <jas@extundo.com>
14206
14207         * message.el (message-generate-hashcash): Doc fix.
14208
14209 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14210
14211         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14212         avoid infinite recursion via gnus-get-function.
14213
14214 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14215
14216         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14217
14218         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14219
14220         * nnmail.el (nnmail-split-history): do.
14221
14222         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14223         (nnml-request-delete-group): do.
14224
14225         * nnslashdot.el (nnslashdot-read-groups): do.
14226
14227         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14228         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14229
14230         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14231         (nnspool-sift-nov-with-sed): Use last.
14232         (nnspool-retrieve-headers-with-nov): Use mapc.
14233         (nnspool-request-newgroups): Use dolist.
14234         (nnspool-request-group): Use last.
14235
14236         * nntp.el (nntp-read-server-type): Use dolist.
14237
14238         * nnvirtual.el (nnvirtual-create-mapping)
14239         (nnvirtual-update-read-and-marked): Use dolist.
14240         (nnvirtual-convert-headers): Simplify.
14241
14242 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14243
14244         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14245         support for sync'ing tick marks.
14246
14247 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14250         there's no visible header.
14251
14252 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14253
14254         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14255         necessary, pass full group name to gnus-request-set-marks.
14256
14257 2004-10-01  Simon Josefsson  <jas@extundo.com>
14258
14259         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14260         acroread.
14261
14262 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14263
14264         * spam-report.el (spam-report-gmane): Fix interactive.
14265
14266         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14267
14268         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14269         when writing file.
14270         (gnus-agent-synchronize-flags): Don't default to being
14271         interactive.
14272
14273 2004-09-30  Simon Josefsson  <jas@extundo.com>
14274
14275         * message.el (message-generate-hashcash): Add.
14276         (message-send-mail): Use it, call mail-add-payment.
14277
14278 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14281
14282 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14283
14284         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14285         gnus-requst-update-info with explicit code to sync the in-memory
14286         info read flags with the marks being sync'd to the backend.
14287
14288         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14289
14290 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14291
14292         * spam.el (spam-verify-bogofilter): Add new function.
14293         (spam-check-bogofilter)
14294         (spam-bogofilter-register-with-bogofilter): Use it.
14295         (spam-verify-bogofilter): Add small fixes.
14296
14297 2004-09-28  Simon Josefsson  <jas@extundo.com>
14298
14299         * hashcash.el (hashcash-generate-payment): Revert.
14300
14301 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14302
14303         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14304         gnus-extract-references instead of gnus-split-references.
14305
14306         * gnus-util.el (gnus-extract-references): Add new function, analogous
14307         to gnus-split-references but extracts only the message-ID without
14308         anything extra.
14309
14310         * hashcash.el (hashcash-generate-payment)
14311         (hashcash-check-payment): Do the right thing if hashcash-path is
14312         nil (because the hashcash program could not be found).
14313
14314         * spam.el (spam-use-hashcash): Remove comment.
14315
14316 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14317
14318         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14319         (gnus-cache-enter-article, gnus-cache-remove-article)
14320         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14321
14322         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14323
14324         * gnus-art.el (article-hide-boring-headers)
14325         (article-translate-strings, article-display-face)
14326         (gnus-article-mime-match-handle-first)
14327         (gnus-article-highlight-headers)
14328         (gnus-article-add-buttons-to-head): do.
14329
14330 2004-09-27  Simon Josefsson  <jas@extundo.com>
14331
14332         * hashcash.el: New version, from
14333         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14334         ../contrib/.
14335
14336 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14339
14340 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14341
14342         * gnus-dup.el (gnus-dup-open): Use mapc.
14343         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14344
14345         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14346         Reported by Stefan Wiens <s.wi@gmx.net>.
14347
14348         * gnus.el (gnus-shutdown): Use dolist.
14349
14350         * gnus-undo.el (gnus-undo): Use mapc.
14351
14352         * nnrss.el (nnrss-generate-active): do.
14353
14354         * message.el (message-cite-original-without-signature)
14355         (message-cite-original): Use mapc.
14356         (message-do-actions, message-make-forward-subject): Use dolist.
14357
14358 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14359
14360         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14361         deletion to remove entire duplicate line.  Fixes merged article
14362         number bug.
14363
14364 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14365
14366         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14367         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14368         first ask if you want to open a server and then, even when you
14369         responded with no, asking if you want to synchronize the server's
14370         flags.
14371         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14372         multi-line expressions.
14373         (gnus-agent-synchronize-group-flags): New internal function.
14374         Updates marks in memory (in the info structure) AND in the
14375         backend.
14376
14377         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14378
14379         * nnagent.el (nnagent-request-set-mark): Use
14380         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14381         method, to ensure that synchronization updates marks in the
14382         backend and in the info (in memory) structure.
14383
14384 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14387         convention fully; don't miss the root article of a thread; make
14388         the X-Draft-From header with correct article numbers.
14389
14390 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14391
14392         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14393         unless plugged.  Disable the agent so that an open failure causes
14394         an error.
14395
14396         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14397         Reverted 2004-09-21 change.  The backend must be opened while
14398         synchronizing flags even when the backend stores the flags
14399         locally.
14400
14401 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14404         in `header' match.  Reported by Svend Tollak Munkejord.
14405
14406         * message.el (message-cite-original): Fix use of
14407         `message-cite-articles-with-x-no-archive'.
14408
14409 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14412         (gnus-window-to-buffer): Ditto.
14413
14414         * mml.el (mml-preview-buffer): New variable.
14415         (mml-preview): Manage window layout with gnus-buffer-configuration.
14416
14417         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14418         X-Draft-From header even if those articles aren't quoted.
14419
14420 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14421
14422         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14423         (gnus-request-set-mark, gnus-request-update-mark): Use new
14424         g-s-t-u-l-m to decide to use backend even when unplugged.
14425
14426 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14429         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14430
14431 2004-09-20  Simon Josefsson  <jas@extundo.com>
14432
14433         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14434         "utf-16-le".
14435
14436 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14437
14438         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14439
14440 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * uudecode.el (uudecode-use-external): Add :version.
14443
14444         * smime.el (smime-CA-file, smime-encrypt-cipher)
14445         (smime-dns-server): Add :version.
14446
14447         * smiley.el (gnus-smiley-file-types): Add :version.
14448
14449         * sha1.el (sha1-use-external): Add :version.
14450
14451         * pgg-def.el (pgg-query-keyserver): Add :version.
14452
14453         * nnmail.el (nnmail-fancy-expiry-targets)
14454         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14455         Add :version.
14456
14457         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14458         (nnimap-retrieve-groups-asynchronous): Add :version.
14459         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14460
14461         * mml.el (mml-content-disposition-parameters)
14462         (mml-insert-mime-headers-always): Add :version.
14463
14464         * mm-util.el (mm-coding-system-priorities): Add :version.
14465
14466         * mm-decode.el (mm-inline-text-html-with-images)
14467         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14468         (mm-verify-option): Add :version.
14469         (mm-text-html-renderer): Change :version.
14470
14471         * message.el (message-fcc-externalize-attachments)
14472         (message-required-headers, message-draft-headers)
14473         (message-subject-trailing-was-query)
14474         (message-subject-trailing-was-ask-regexp)
14475         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14476         (message-mark-insert-end, message-archive-header)
14477         (message-archive-note, message-cross-post-default)
14478         (message-cross-post-note, message-followup-to-note)
14479         (message-cross-post-note-function, message-use-mail-followup-to)
14480         (message-subscribed-address-functions)
14481         (message-subscribed-address-file, message-subscribed-addresses)
14482         (message-subscribed-regexps, message-allow-no-recipients)
14483         (message-yank-cited-prefix, message-signature-insert-empty-line)
14484         (message-hidden-headers, message-hierarchical-addresses)
14485         (message-mail-user-agent, message-use-idna)
14486         (message-valid-fqdn-regexp)
14487         (message-strip-special-text-properties, message-header-synonyms)
14488         (message-beginning-of-line, message-tab-body-function): Add :version.
14489         (message-insert-canlock, message-wide-reply-confirm-recipients):
14490         Change :version.
14491
14492         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14493         and :version.
14494         (mail-source-delete-old-incoming-confirm)
14495         (mail-source-movemail-program): Add :version.
14496
14497         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14498         (gnus-agent-cache, gnus-agent): Change :version.
14499
14500         * gnus-util.el (gnus-use-byte-compile): Change :version.
14501
14502         * gnus-sum.el (gnus-summary-make-false-root-always)
14503         (gnus-summary-default-high-score)
14504         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14505         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14506         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14507         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14508         (gnus-sum-thread-tree-single-indent)
14509         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14510         (gnus-sum-thread-tree-leaf-with-other)
14511         (gnus-sum-thread-tree-single-leaf): Add :version.
14512         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14513         (gnus-article-loose-mime): Change :version.
14514
14515         * gnus-start.el (gnus-backup-startup-file)
14516         (gnus-save-startup-file-via-temp-buffer): Add :version.
14517
14518         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14519         (gnus-server-offline-face): Add :version.
14520
14521         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14522
14523         * gnus-msg.el (gnus-gcc-externalize-attachments)
14524         (gnus-debug-files, gnus-debug-exclude-variables)
14525         (gnus-discouraged-post-methods): Change :version.
14526         (gnus-confirm-mail-reply-to-news)
14527         (gnus-confirm-treat-mail-like-news): Add :version.
14528
14529         * gnus-int.el (gnus-server-unopen-status): Add :version.
14530
14531         * gnus-group.el (gnus-group-jump-to-group-prompt)
14532         (gnus-large-ephemeral-newsgroup)
14533         (gnus-fetch-old-ephemeral-headers): Add :version.
14534
14535         * gnus-fun.el (gnus-x-face-directory)
14536         (gnus-convert-pbm-to-x-face-command)
14537         (gnus-convert-image-to-x-face-command)
14538         (gnus-convert-image-to-face-command): Add :version.
14539
14540         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14541
14542         * gnus-cite.el (gnus-cite-blank-line-after-header)
14543         (gnus-article-boring-faces): Add :version.
14544
14545         * gnus-art.el (gnus-buttonized-mime-types)
14546         (gnus-inhibit-mime-unbuttonizing)
14547         (gnus-treat-display-face)
14548         (gnus-treat-body-boundary): Change :version.
14549         (gnus-body-boundary-delimiter, gnus-picon-databases)
14550         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14551         (gnus-treat-date-english, gnus-treat-fold-headers)
14552         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14553         (gnus-treat-mail-picon, gnus-treat-wash-html)
14554         (gnus-article-encrypt-protocol)
14555         (gnus-use-idna, gnus-article-over-scroll)
14556         (gnus-mime-display-multipart-alternative-as-mixed)
14557         (gnus-mime-display-multipart-related-as-mixed)
14558         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14559         (gnus-ctan-url, gnus-button-ctan-handler)
14560         (gnus-button-handle-ctan-bogus-regexp)
14561         (gnus-button-ctan-directory-regexp)
14562         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14563         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14564         (gnus-button-man-level, gnus-button-emacs-level)
14565         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14566
14567         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14568         (gnus-agent-go-online): Change :version.
14569         (gnus-agent-expire-unagentized-dirs)
14570         (gnus-agent-auto-agentize-methods): Add :version.
14571
14572         * flow-fill.el (fill-flowed-display-column)
14573         (fill-flowed-encode-column): Add :version.
14574
14575         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14576         (gnus-outlook-deuglify-unwrap-max)
14577         (gnus-outlook-deuglify-cite-marks)
14578         (gnus-outlook-deuglify-unwrap-stop-chars)
14579         (gnus-outlook-deuglify-no-wrap-chars)
14580         (gnus-outlook-deuglify-attrib-cut-regexp)
14581         (gnus-outlook-deuglify-attrib-verb-regexp)
14582         (gnus-outlook-deuglify-attrib-end-regexp)
14583         (gnus-outlook-display-hook): Add :version.
14584
14585         * binhex.el (binhex-use-external): Add :version.
14586
14587 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14590         and `invisible'.
14591
14592 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14595         in gnus-registry-trim.
14596
14597 2004-09-13  Simon Josefsson  <jas@extundo.com>
14598
14599         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14600
14601         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14602
14603         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14604         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14605         <yamaoka@jpl.org>.
14606         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14607         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14608         <yamaoka@jpl.org>.
14609
14610         * sieve.el (sieve-manage-mode): Ditto.
14611
14612 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14615
14616 2004-09-11  Simon Josefsson  <jas@extundo.com>
14617
14618         * dns-mode.el: Add.
14619
14620         * mm-view.el (mm-display-dns-inline): Add.
14621
14622         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14623         (mm-automatic-display): Ditto.
14624
14625         * mailcap.el (mailcap-mime-data): Add text/dns.
14626         (mailcap-mime-extensions): Map .soa to text/dns.
14627
14628 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14629
14630         * gnus-art.el (article-decode-mime-words, article-babel)
14631         (gnus-article-highlight-signature, gnus-article-add-buttons)
14632         (gnus-signature-toggle): Remove unnecessary bindings of
14633         `inhibit-read-only' inherited from v5.10 merge.
14634
14635 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * nntp.el (nntp): New customization group.
14638         (nntp-authinfo-file): Add customization group.
14639
14640         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14641
14642         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14643
14644         * gnus.el (to-address, to-list, subscribed)
14645         (large-newsgroup-initial): Ditto.
14646
14647         * flow-fill.el (fill-flowed-display-column)
14648         (fill-flowed-encode-column): Ditto.
14649
14650 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14651
14652         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14653         Use point-min rather than 1.
14654         (message-send-mail): Use buffer-size rather than point-max.
14655
14656         * gnus-sum.el (gnus-summary-search-article-forward):
14657         Signal a specific `search-failed' rather than a generic `error'.
14658
14659         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14660         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14661         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14662
14663 2004-09-10  Simon Josefsson  <jas@extundo.com>
14664
14665         * nndb.el (require): Remove tcp and duplicate cl.
14666
14667 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-agent.el (directory-files-and-attributes): Move forward.
14670
14671 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14672
14673         * gnus-agent.el (directory-files-and-attributes): Optionally
14674         defined to support XEmacs.
14675
14676 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14677
14678         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14679         to avoid run-time CL dependencies.
14680         (gnus-agent-unfetch-articles): New function.
14681         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14682         article numbers even when local .overview file is missing.
14683         (gnus-agent-read-article-number): New function.  Only accepts
14684         27-bit article numbers.
14685         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14686         gnus-agent-read-article-number.
14687         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14688         from backend while recognizing that article numbers in .overview
14689         must be valid.
14690         (gnus-agent-update-files-total-fetched-for): Use
14691         directory-files-and-attributes to improve performance.
14692         * gnus-int.el (gnus-request-move-article): Use
14693         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14694         improve performance.
14695
14696         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14697         some users confused by references to .newsrc when they only have a
14698         .newsrc.eld file.
14699         (gnus-convert-mark-converter-prompt)
14700         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14701         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14702         New function.  Used internally to only display 'gnus converting
14703         files' message when actually necessary.
14704
14705         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14706         methods now autoloaded.
14707
14708 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14711         identifiers.
14712
14713 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-picon.el: Fix indentation and closing parenthesis.
14716
14717 2004-09-01  Simon Josefsson  <jas@extundo.com>
14718
14719         * message.el (message-canlock-generate): Require sha1, not
14720         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14721         to require within a function.  Sadly, if sha1.el isn't loaded, the
14722         let binding in m-c-g will hide the defcustom definition, which is
14723         bad.)
14724
14725         * canlock.el: Require sha1, not sha1-el.
14726
14727         * message.el: Don't autoload sha1 (there is a autoload cookie in
14728         sha1.el).
14729
14730         * sha1-el.el: Renamed to sha1.el.
14731
14732 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14733
14734         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14735
14736 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14739
14740 2004-08-30  Kim F. Storm  <storm@cua.dk>
14741
14742         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14743
14744         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14745         Add :group 'nnimap.
14746
14747 2004-08-30  Andreas Schwab  <schwab@suse.de>
14748
14749         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14750         ?* and ?\;.
14751
14752         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14753         and ?\' to symbol instead of whitespace.
14754
14755 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14758
14759         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14760         instead of re-search-forward.
14761
14762         * gnus-uu.el (gnus-uu-save-article): Ditto.
14763         (gnus-uu-post-encode-uuencode): Ditto.
14764
14765         * html2text.el (html2text-clean-list-items): Ditto.
14766         (html2text-clean-dtdd): Ditto.
14767         (html2text-format-tags): Ditto.
14768
14769         * message.el (message-send-mail-with-sendmail): Fix regexp.
14770         (message-fill-field-general): Use search-forward instead of
14771         re-search-forward.
14772         (unbold-region): Ditto.
14773
14774         * nnrss.el (nnrss-request-article): Ditto.
14775
14776         * nnslashdot.el (nnslashdot-request-article): Ditto.
14777
14778         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14779
14780         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14781         "Unrecognized menu descriptor" error in XEmacs.
14782
14783 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14784
14785         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14786         parent article of a sparse article in the thread hashtb.
14787
14788 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14789
14790         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14791         (nnmail-expand-newtext): Lowercase expanded entries if
14792         nnmail-split-lowercase-expanded is non-nil.
14793
14794 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14797
14798         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14799         of gnus-tmp-news-method into string under XEmacs.  It will be
14800         passed to gnus-correct-length which takes only a string argument.
14801
14802 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-util.el (gnus-bind-print-variables): New macro.
14805         (gnus-prin1): Use it.
14806         (gnus-prin1-to-string): Use it.
14807         (gnus-pp): New function.
14808         (gnus-pp-to-string): New function.
14809
14810         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14811         Replace pp-to-string with gnus-pp-to-string.
14812         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14813         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14814         * gnus-msg.el (gnus-debug): Ditto.
14815         * gnus-score.el (gnus-score-save): Ditto.
14816         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14817         gnus-pp-to-string.
14818         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14819         with gnus-pp.
14820         * score-mode.el (gnus-score-pretty-print): Ditto.
14821         * webmail.el (webmail-debug): Ditto.
14822
14823 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-art.el (article-display-face, article-display-x-face):
14826         Use buffer-read-only.
14827
14828 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-art.el (article-hide-list-identifiers):
14831         Bind inhibit-read-only as t.
14832
14833 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14836
14837 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14838
14839         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14840         (gnus-narrow-to-page): Don't assume point-min == 1.
14841         (gnus-article-edit-mode): Derive from message-mode.
14842
14843         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14844         point-min == 1.
14845
14846         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14847         Disable incorrect use of `assert'.
14848
14849         * message.el (message-mode): Set comment-start-skip.
14850
14851
14852 2004-08-22  Sam Steingold  <sds@gnu.org>
14853
14854         * pop3.el (pop3-leave-mail-on-server): New user variable.
14855         (pop3-movemail): Delete mail only when it is nil.
14856
14857 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14860
14861         * mml.el (mml-preview): Use `pop-to-buffer'.
14862
14863         * message.el (message-goto-mail-followup-to): Insert after "To".
14864         (message-carefully-insert-headers): Add comment.
14865
14866         * gnus.el: Remove unused variable `gnus-article-check-size'.
14867
14868         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14869
14870         * gnus-art.el (gnus-button-alist): Improve
14871         `gnus-button-handle-library' entry.
14872
14873 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14874
14875         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14876         downcase, since XEmacs capitalizes error messages differently.
14877
14878 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14879
14880         * nntp.el: Add (require 'gnus) due to reference to
14881         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14882
14883 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14884
14885         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14886         `mm-fill-flowed'.
14887
14888         * mm-decode.el (mm-dissect-singlepart): Check it.
14889
14890 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14891
14892         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14893         'imap' for netrc parsing.
14894
14895 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * mailcap.el (mailcap-mime-data): Mark as risky.
14898
14899 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14902         may be included in the encoded word.
14903         (rfc2047-encode): Don't append a space if the encoded word
14904         includes close parenthesis.
14905
14906 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14909         of text within parentheses.
14910
14911 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14912
14913         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14914         (gnus-encrypt-write-file-contents): Make the password key the file
14915         name PLUS the cipher, not just the cipher.  Also remove failed
14916         passwords from the cache.
14917
14918 2004-08-06  Simon Josefsson  <jas@extundo.com>
14919
14920         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14921         fix.
14922
14923 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14926         LWSP.
14927
14928 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14931         to append in-reply-to: data to the references: header.
14932
14933         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14934         (netrc-parse): Use gnus-encrypt.el functions.
14935
14936         * gnus-encrypt.el: Add new file for encryption support; currently
14937         does only a few GPG ciphers and an internal XOR cipher.
14938
14939         * password.el: Add comments on using password-read-and-add.
14940         (password-read-and-add): Add function to read and add the
14941         password to the cache at once.
14942
14943 2004-07-28  Simon Josefsson  <jas@extundo.com>
14944
14945         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14946         parameter (but don't use it, for now).
14947
14948         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14949         instead of hard coding to nil.
14950
14951 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14954         as mm-inline-image-xemacs does.
14955
14956 2004-07-26  Simon Josefsson  <jas@extundo.com>
14957
14958         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14959         Revert part of 2004-07-17 change below.
14960
14961 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14964         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14965
14966 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14967
14968         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14969         quotes that actually start with ">" at the beginning of the
14970         lines.
14971
14972 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * rfc2047.el (rfc2047-encode-region): Fix last change.
14975         (rfc2047-encode-parameter): Remove useless concat.
14976
14977 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14980         encode special characters; fix some kind of misconfigured headers;
14981         signal a real error if debug-on-quit or debug-on-error is non-nil.
14982         (rfc2047-encode-max-chars): New variable.
14983         (rfc2047-encode-1): Use it.
14984         (rfc2047-encode-parameter): New function.
14985
14986         * mml.el (mml-insert-parameter): Remove an excessive space.
14987
14988 2004-07-17  Simon Josefsson  <jas@extundo.com>
14989
14990         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14991         Kai Grossjohann <kai@emptydomain.de>.
14992         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14993         (gnus-group-make-menu-bar): Ditto.
14994
14995         * gnus-util.el (gnus-group-server): Add.
14996
14997 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14998
14999         * message.el (message-clone-locals): Clone sendmail and smtp
15000         variables.
15001
15002 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * rfc2047.el (rfc2047-encode-region): Fix last change.
15005
15006 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15009         characters as non-special.
15010
15011 2004-07-09  Simon Josefsson  <jas@extundo.com>
15012
15013         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15014         Users will lose all flag changes made while unplugged with
15015         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15016         good default.  See numerous reports on ding mailing list.
15017
15018 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15021         add generate-head-function and generate-article-function to the
15022         rfc822-forward entry.
15023         (nndoc-rfc822-forward-generate-article): New function.
15024         (nndoc-rfc822-forward-generate-head): New function.
15025
15026         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15027
15028 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15029
15030         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15031         respect display group parameter and gnus-summary-expunge-below.
15032         (gnus-articles-to-read): Remove unused reference to display group
15033         parameter.
15034
15035 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15036
15037         * nnheader.el (nnheader-uniquify-message-id): New experimental
15038         variable.
15039         (nnheader-nov-read-message-id): Use it.
15040
15041         * spam-report.el (spam-report-gmane): Add interactive.
15042
15043 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15046         qp-or-base64 for the application/* types.
15047
15048 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15049
15050         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15051
15052 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15055         trim value.
15056
15057 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15058
15059         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15060         New macro and function.
15061         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15062
15063 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15066         after-load-alist.
15067
15068 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15069
15070         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15071         update info that isn't there.
15072
15073 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15074
15075         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15076         entry.
15077
15078 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * mm-view.el (mm-inline-render-with-function): Use multibyte
15081         buffer; decode html source by charset.
15082
15083         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15084
15085         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15086         Mule-UCS is loaded under XEmacs.
15087         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15088
15089 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15092
15093 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * mm-util.el (mm-coding-system-p): Return a coding-system.
15096         (mm-mime-mule-charset-alist): Use shift_jis instead of
15097         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15098         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15099         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15100         instead of japanese-shift-jis and iso-latin-1 respectively in
15101         order to share the default value with both Emacs and XEmacs-mule.
15102         (mm-mule-charset-to-mime-charset): Make
15103         mm-coding-system-priorities effective.
15104         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15105         while predicating of candidates upon the priorities.
15106
15107 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15108
15109         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15110         gnus-uu-invert-processable.
15111
15112         * gnus.el: Autoload gnus-uu-invert-processable.
15113
15114 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * mm-util.el (mm-with-multibyte-buffer): New macro.
15117
15118         * rfc2047.el (rfc2047-encode-string): Use it.
15119         (rfc2047-encode-region): Move point to the end of the region after
15120         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15121
15122 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15125         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15126
15127 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15130         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15131         Karl Chen <quarl@nospam.quarl.org>.
15132
15133 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15134
15135         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15136         invalid addresses.
15137
15138 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15139
15140         * spam.el: Change section markers, revise TODO list.
15141         (spam-backends): Make new master list of all installed backends.
15142         (spam-summary-exit-behavior): Add new variable to determine how
15143         messages moves are done at summary exit.
15144         (spam-move-spam-nonspam-groups-only)
15145         (spam-process-ham-in-nonham-groups)
15146         (spam-process-ham-in-spam-groups): Remove variables, the
15147         spam-summary-exit-behavior variable should be used to manage this
15148         behavior.
15149         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15150         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15151         and spam-old-spam-articles.
15152         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15153         Add empty variables, placeholders for the backends they represent.
15154         (spam-set-difference): Move, unchanged.
15155         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15156         unless the user has a processor variable.
15157         (spam-classifications, spam-classification-valid-p)
15158         (spam-backend-properties, spam-backend-property-valid-p)
15159         (spam-backend-function-type-valid-p)
15160         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15161         (spam-report-articles-gmane, spam-report-articles-resend):
15162         Remove functions, they are not needed.
15163         (spam-install-backend-super, spam-backend-list)
15164         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15165         (spam-backend-function, spam-backend-ham-registration-function)
15166         (spam-backend-spam-registration-function)
15167         (spam-backend-ham-unregistration-function)
15168         (spam-backend-spam-unregistration-function)
15169         (spam-backend-statistical-p, spam-backend-mover-p)
15170         (spam-install-backend-alias, spam-install-checkonly-backend)
15171         (spam-install-mover-backend, spam-install-nocheck-backend)
15172         (spam-install-backend, spam-install-statistical-backend)
15173         (spam-install-statistical-checkonly-backend): Add backend installation
15174         support.
15175         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15176         (spam-group-processor-p): Use the new backend code and respect the
15177         summary exit behavior.
15178         (spam-mark-spam-as-expired-and-move-routine): Remove.
15179         (spam-summary-prepare): Change to use the new spam-old-articles
15180         variable.
15181         (spam-copy-or-move-routine, spam-copy-spam-routine)
15182         (spam-move-spam-routine, spam-copy-ham-routine)
15183         (spam-move-ham-routine): Add code to copy/move ham or spam.
15184         (spam-fetch-field-fast): Improve doc and code, plus allow the
15185         'number request.
15186         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15187         variables.
15188         (spam-split, spam-find-spam): Use the new backend code.
15189         (spam-registration-functions): Remove variable.
15190         (spam-unregister-routine): Add convenience wrapper.
15191         (spam-log-undo-registration, spam-register-routine)
15192         (spam-log-processing-to-registry)
15193         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15194         where possible.
15195         (spam-check-gmane-xref, spam-check-regex-headers)
15196         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15197         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15198         (spam-check-bogofilter-headers, spam-check-spamoracle)
15199         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15200         (spam-check-crm114-headers): Use the spam-split-group that
15201         spam-split prepares, no need to determine it every time.
15202
15203         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15204         to the nnheader-parse-naked-head call.
15205
15206         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15207
15208         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15209         the nnheader-nov-read-message-id call.
15210
15211 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15214         gnus-activate-group twice.  Suggested by Markus Peter
15215         <warp@spin.de>.
15216
15217 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-art.el (gnus-article-time-format): Exchange the order of
15220         day and month in the default value; fix customization type.
15221         (article-date-ut): Use add-text-properties.
15222         (article-make-date-line): Use message-make-date instead of
15223         current-time-string.
15224
15225         * message.el (message-fetch-field): Don't use set-text-properties.
15226         (message-make-date): Simplify.
15227
15228         * messagexmas.el (message-xmas-make-date): New function.
15229         (message-xmas-redefine): Defalias message-make-date to it.
15230
15231 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15234         (rfc2047-encode-region): Treat text within parentheses as special;
15235         show the original text when error has occurred.
15236
15237         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15238         already-computed method to gnus-activate-group.
15239
15240         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15241         same select-methods identical Lisp objects.
15242
15243         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15244         object when modifying the info.
15245
15246 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15249         gnus-opened-servers since it has never been opened with the new
15250         configuration yet.
15251
15252 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15255         arg to nnheader-generate-fake-message-id.
15256
15257 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15258
15259         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15260         number and build a fake message ID localized to a group and
15261         article number (so it's repeatable from that point on).
15262         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15263         ID format.
15264
15265         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15266         nnheader-generate-fake-message-id with the article number.
15267
15268 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15269
15270         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15271         end-of-buffer.
15272
15273 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15274
15275         * message.el (message-ignored-supersedes-headers): Add Approved.
15276
15277 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15280         goto-char.
15281         (rfc2047-encode): Fold the line before encoding.
15282
15283 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15284
15285         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15286         folding -- not all headers can be folded, and this should be done
15287         by the message composition mode.  Probably.  I think.
15288
15289 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15292         fast.
15293
15294         * gnus-ems.el (gnus-remove-image): Don't use
15295         message-text-with-property; remove only the image found first.
15296
15297         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15298         found first.
15299
15300 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15303
15304 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * message.el (message-text-with-property): Make it fast and accept
15307         optional arguments.
15308         (message-strip-forbidden-properties): Use it.
15309         (message-fix-before-sending): Follow the m-t-w-p change.
15310
15311         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15312
15313 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-art.el (article-hide-headers): Don't change the buffer
15316         mistakenly when performing mml-preview even if
15317         gnus-single-article-buffer is nil.
15318
15319 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15320
15321         * message.el (message-expand-name-databases): New user option.
15322         (message-expand-name): Use it.
15323
15324 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * spam.el (spam-report-articles-resend)
15327         (spam-report-resend-register-routine): Allow ham reporting.
15328         (spam-report-resend-register-ham-routine): Add wrapper.
15329         (spam-registration-functions): Add ham resending functions.
15330         (spam-list-of-processors): Add ham resend processor.
15331
15332         * gnus.el (ham-resend-to): Add new group parameter.
15333         (spam-process): Add ham resend option.
15334
15335         * spam-report.el (spam-report-resend): Allow reporting ham.
15336         (spam-report-resend-ham): Add wrapper.
15337
15338 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * message.el (message-cite-articles-with-x-no-archive): New
15341         variable.
15342         (message-cite-original): Use it.
15343
15344 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345
15346         * message.el (message-cite-original): Respect X-No-Archive.
15347
15348 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (article-hide-headers): Refer to the values for
15351         gnus-ignored-headers and gnus-visible-headers in the summary
15352         buffer since a user may have set them as group parameters.
15353
15354 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * assistant.el (assistant-node-name): Add convenience function.
15357         (assistant-render-text, assistant-render-node): Add error handling,
15358         plus handle multiple next nodes.
15359         (assistant-find-next-node): Comment out for now.
15360         (assistant-find-next-nodes): Add function, returns list of next
15361         nodes.
15362
15363 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * mail-source.el (mail-source-directory): Fix doc-string.
15366
15367 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * assistant.el (assistant-render-text, assistant-eval): Add :set
15370         widget type, which is different because it takes and returns a
15371         list.  Much hilarity ensues.
15372
15373 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15376
15377         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15378         doc-string.
15379
15380         * gnus-start.el (gnus-activate-group): Added doc-string.
15381
15382 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15385
15386 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * assistant.el (assistant-render-text): Try to add a :set
15389         widget, more to come.
15390
15391         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15392         strings.
15393         (spam-report-articles-resend)
15394         (spam-register-routine): Do registration iff any articles warrant
15395         it.
15396         (spam-summary-prepare-exit): Change log message for nil group
15397         destinations.
15398
15399 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15400
15401         * spam.el (spam-report-resend-register-routine): Allow
15402         spam-report-resend-to to be a group parameter or a global value.
15403
15404 2004-05-26  Simon Josefsson  <jas@extundo.com>
15405
15406         * starttls.el: Merge with my GNUTLS based starttls.el.
15407         (starttls-gnutls-program, starttls-use-gnutls)
15408         (starttls-extra-arguments, starttls-process-connection-type)
15409         (starttls-connect, starttls-failure, starttls-success): New
15410         variables.
15411         (starttls-program, starttls-extra-args): Doc fix.
15412         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15413         functions.
15414         (starttls-negotiate, starttls-open-stream): Check
15415         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15416         function if it is set.
15417
15418 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15421         structured fields.
15422
15423 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15426
15427 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15428
15429         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15430         variable.
15431         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15432         assigning the spam-mark to new messages.
15433
15434 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15435
15436         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15437
15438 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15441
15442         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15443         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15444         default.
15445
15446 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15447
15448         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15449         correct data.
15450
15451 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15452
15453         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15454         (spam-group-processor-p): Fix function.
15455         (spam-group-processor-multiple-p)
15456         (spam-group-spam-processor-report-gmane-p)
15457         (spam-group-spam-processor-report-resend-p)
15458         (spam-group-spam-processor-bogofilter-p)
15459         (spam-group-spam-processor-blacklist-p)
15460         (spam-group-spam-processor-ifile-p)
15461         (spam-group-ham-processor-ifile-p)
15462         (spam-group-spam-processor-spamoracle-p)
15463         (spam-group-spam-processor-crm114-p)
15464         (spam-group-ham-processor-bogofilter-p)
15465         (spam-group-spam-processor-stat-p)
15466         (spam-group-ham-processor-stat-p)
15467         (spam-group-ham-processor-whitelist-p)
15468         (spam-group-ham-processor-BBDB-p)
15469         (spam-group-ham-processor-spamoracle-p)
15470         (spam-group-ham-processor-copy-p): Remove functions with some
15471         prejudice against unneeded code.
15472         (spam-report-articles-resend)
15473         (spam-report-resend-register-routine): Allow the group/topic
15474         spam-resend-to value to override spam-report-resend-to.
15475         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15476         properly now.
15477
15478         * gnus.el (spam-resend-to): Add group/topic parameter.
15479         (spam-process): Move the OBSOLETE processors to the end of the
15480         choices.
15481
15482 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15483
15484         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15485         with resend-to set to nil, and then ask the user if necessary.
15486         (spam-report-resend): spam-report-resend takes a list of articles, not
15487         separate article numbers.
15488
15489 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15492         addition to emacs-w3m.
15493
15494 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15495
15496         * assistant.el (assistant-authinfo-data): New function.
15497         (assistant-eval): Eval for entire assistant.
15498
15499         * netrc.el (netrc-services-file): New variable.
15500         (netrc-parse-services): New function.
15501         (netrc-find-service-name): New function.
15502         (netrc-find-service-number): New function.
15503         (netrc-port-equal): New function.
15504         (netrc-machine): Use it.
15505
15506         * nnimap.el (nnimap-open-connection): Use netrc.
15507
15508         * gnus-util.el (gnus-netrc-get): Remove aliases.
15509
15510         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15511
15512         * assistant.el (wid-edit): Fix compilation.
15513
15514         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15515
15516 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15517
15518         * gnus-util.el (gnus-set-file-modes): New function.  (small
15519         patch).
15520
15521 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15524
15525         * assistant.el (assistant-render-node): Fix up rendering and
15526         read-only text.
15527         (assistant-render-node): Reset.
15528         (assistant-make-read-only): Not sticky.
15529
15530 2004-05-20  Danny Siu  <dsiu@adobe.com>
15531
15532         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15533         centered even when gnus-auto-center-summary is t.
15534
15535 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15536
15537         * dns.el (dns-get-txt-answer): New function.
15538         (dns-read-txt): Ditto.
15539         (query-dns): Use it.
15540
15541 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15544         active for foreign groups even if the group level is higher than
15545         the specified value.
15546
15547 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15550         non-active groups.
15551
15552         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15553
15554 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15555
15556         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15557
15558 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15559
15560         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15561         (spam-crm114-header, spam-crm114-spam-switch)
15562         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15563         (spam-crm114-positive-spam-header)
15564         (spam-crm114-database-directory, spam-list-of-processors)
15565         (spam-group-spam-processor-crm114-p)
15566         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15567         (spam-generic-score, spam-list-of-checks)
15568         (spam-list-of-statistical-checks, spam-registration-functions)
15569         (spam-check-crm114-headers, spam-crm114-score)
15570         (spam-check-crm114, spam-crm114-register-with-crm114)
15571         (spam-crm114-register-spam-routine)
15572         (spam-crm114-unregister-spam-routine)
15573         (spam-crm114-register-ham-routine)
15574         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15575         asjo@koldfront.dk (Adam Sjøgren).
15576
15577         * gnus.el: Add spam-use-crm114.
15578
15579         * spam.el (spam-list-of-processors, spam-registration-functions):
15580         Add spam-use-resend.
15581         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15582         (spam-report-articles-gmane): Add doc fix.
15583         (spam-report-articles-resend, spam-report-resend-register-routine):
15584         Add wrappers around spam-report-resend-to.
15585
15586         * spam-report.el (spam-report-resend-to, spam-report-resend):
15587         Add support for resending spam.
15588         (spam-report-gmane): Fix line length >80.
15589
15590         * gnus.el (spam-process): Add spam-use-resend.
15591
15592 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15593
15594         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15595         number of processed spam messages.
15596         (spam-ham-copy-or-move-routine): Return the number of processed
15597         ham messages.
15598         (spam-summary-prepare-exit): Use the above values to decide
15599         whether status messages shouled be displayed.
15600
15601 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15604         `rfc2047-encoding-function-alist' in order to avoid conflicting
15605         with the old version.
15606         (rfc2047-encode-region): Concatenate words containing non-ASCII
15607         characters in structured fields; don't encode space-delimited
15608         ASCII words even in unstructured fields; don't break words at
15609         char-category boundaries.
15610         (rfc2047-encode-1): New function.
15611         (rfc2047-encode): Use it; encode text so that it occupies the
15612         maximum width within 76-column; work correctly on Q encoding for
15613         iso-2022-* charsets.
15614         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15615         sure not to break a line just after the header name.
15616         (rfc2047-b-encode-region): Removed.
15617         (rfc2047-b-encode-string): New function.
15618         (rfc2047-q-encode-region): Removed.
15619         (rfc2047-q-encode-string): New function.
15620
15621         * mm-util.el (mm-replace-in-string): New function.
15622
15623 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15624
15625         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15626         get it right.
15627         (gnus-inews-make-draft): Really.
15628
15629 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15630
15631         * nnmh.el (nnmh-request-list-1): Don't check the link count
15632         before descending.  (small patch)
15633
15634 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15635
15636         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15637         stuff.
15638
15639         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15640         on real group name.
15641
15642         * gnus-art.el (gnus-signature-limit): Doc fix.
15643
15644         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15645
15646         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15647
15648 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15649
15650         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15651         isn't a string.
15652
15653 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * gnus-draft.el (gnus-draft-send): Bind
15656         rfc2047-encode-encoded-words.
15657
15658         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15659         (rfc2047-encodable-p): Say that =? needs encoding.
15660         (rfc2047-encode-encoded-words): New variable.
15661
15662         * gnus-group.el (gnus-group-select-group): Doc fix.
15663
15664         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15665
15666         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15667         to nil.
15668
15669         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15670
15671         * nnheader.el (nnheader-get-lines-and-char): New function.
15672
15673 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-msg.el (gnus-summary-followup-with-original): Document
15676         yanking of region when active.
15677
15678 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15681         groups if the group level is higher than the specified value.
15682
15683 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15686         (gnus-group-jump-to-group): Added prefix argument using
15687         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15688         non-active group.
15689
15690         * compface.el (uncompface): Be verbose when changing
15691         `uncompface-use-external'.
15692
15693         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15694         handle manual section.
15695
15696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15697
15698         * gnus-art.el (gnus-button-alist): Revert previous change.
15699
15700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15703
15704 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15705
15706         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15707         whether backend can accept message.
15708
15709         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15710
15711 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15712
15713         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15714         Avoid creating directory when nntp-marks-is-evil is true.
15715         Reported by Reiner Steib.
15716
15717 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * gnus-picon.el (gnus-picon-style): New variable.
15720         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15721         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15722         Jesper Harder <harder@ifa.au.dk>.
15723
15724 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15725
15726         * message.el (message-fill-field): Return point.
15727         (message-generate-headers): Go to end of field.
15728
15729         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15730         stuff for non-living groups.
15731
15732 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15733
15734         * gnus-art.el (gnus-article-followup-with-original)
15735         (gnus-article-reply-with-original): gnus-mark-active-p ->
15736         gnus-region-active-p.
15737
15738 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15741         only when there is spam or ham to be processed.
15742
15743 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744
15745         * mail-source.el (mail-source-delete-crash-box): Refactor.
15746         (mail-source-fetch): Use it.
15747         (mail-source-fetch-file): Ditto.
15748         (mail-source-fetch-directory): Run postscript in loop.
15749         (mail-source-fetch-pop): Delete.
15750         (mail-source-fetch-maildir): Ditto.
15751         (mail-source-fetch-imap): Ditto.
15752
15753         * imap.el (imap-authenticators): Comment out sasl.
15754
15755         * message.el (message-skip-to-next-address): New function.
15756         (message-fill-header-address): Refactor.
15757         (message-fill-address): Use it.
15758         (message-delete-address): Use it.
15759         (message-fill-header-general): Refactor.
15760         (message-fill-field-address): Rename.
15761         (message-narrow-to-field): Find the start of the header.
15762         (message-header-format-alist): Don't pre-fill.
15763         (message-fill-header): Removed.
15764         (message-insert-header): New function.
15765         (message-shorten-references): Use it.
15766
15767         * rfc2047.el (rfc2047-field-value): Strip props.
15768
15769         * mail-parse.el (mail-header-make-address): New alias.
15770
15771         * ietf-drums.el (ietf-drums-make-address): New function.
15772
15773         * imap.el: Add compiler directives.
15774
15775         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15776
15777         * gnus-art.el (article-decode-idna-rhs): Don't use
15778         message-idna-inside-rhs-p.
15779
15780 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * message.el (message-idna-inside-rhs-p): Removed.
15783         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15784
15785         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15786         false positives.
15787
15788 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15789
15790         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15791
15792 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15793
15794         * nneething.el (nneething-file-name): Don't create spurious
15795         files.
15796
15797         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15798         (gnus-inews-do-gcc): Remove sleep.
15799
15800         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15801         part under point.
15802
15803         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15804         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15805
15806 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15807
15808         * spam.el (spam-summary-prepare-exit): Fixed (length).
15809
15810 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15813         as expired without moving it" message when there are spam
15814         messages left.
15815
15816 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15817
15818         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15819         header is not nil.
15820
15821 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15822
15823         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15824         nntp-possibly-create-directory, not nntp-possibly-change-group.
15825         (nntp-marks-changed-p): New arg SERVER.
15826         (nntp-request-update-info): Adjust caller.
15827
15828 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15829
15830         * nntp.el (nntp-save-marks): Pass missing arg.
15831
15832 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15833
15834         * nntp.el: Support marks.
15835         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15836         (nntp-marks-modtime, nntp-marks-directory): New variables.
15837         (nntp-request-set-mark, nntp-request-update-info)
15838         (nntp-possibly-create-directory, nntp-marks-changed-p)
15839         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15840         functions.
15841
15842 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15845         (gnus-xmas-redefine): Rename.
15846
15847         * gnus-score.el (gnus-score-insert-help): Use
15848         gnus-select-lowest-window.
15849
15850         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15851         appt-select-lowest-window and rename to gnus-select-lowest-window.
15852
15853         * gnus.el: do.
15854
15855 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15856
15857         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15858         encodings of MIME-encoded words, in order to improve
15859         interoperability with several broken MUAs.
15860
15861 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15862
15863         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15864         tags, only when charsets are not specified in headers.
15865         (mm-inline-text-html-render-with-w3m): Ditto.
15866
15867         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15868         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15869
15870 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15871
15872         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15873         instead of MIME-decoded from fields when checking
15874         `gnus-article-address-banner-alist'.
15875
15876 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15879         description rather than subject.
15880
15881 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15882
15883         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15884
15885 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15886
15887         * gnus.el (gnus-version-number): Bump.
15888
15889 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15890
15891         * gnus.el: No Gnus v0.2 is released.
15892
15893 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15894
15895         * gnus-agent.el (gnus-agent-read-agentview): Inline
15896         gnus-uncompress-range.
15897
15898 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15899
15900         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15901         `exec-installed-p'.
15902
15903 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15904
15905         * gnus.el (spam-process, spam-autodetect-methods): Add
15906         bsfilter and bsfilter-headers.
15907
15908         * spam.el (spam-bsfilter): New customize group.
15909         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15910         (spam-bsfilter-header, spam-bsfilter-probability-header)
15911         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15912         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15913         (spam-bsfilter-database-directory): New options.
15914         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15915         (spam-list-of-statistical-checks, spam-registration-functions):
15916         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15917         (spam-bsfilter-score): New command.
15918         (spam-check-bsfilter-headers, spam-check-bsfilter)
15919         (spam-bsfilter-register-with-bsfilter)
15920         (spam-bsfilter-register-spam-routine)
15921         (spam-bsfilter-unregister-spam-routine)
15922         (spam-bsfilter-register-ham-routine)
15923         (spam-bsfilter-unregister-ham-routine): New functions.
15924         (spam-generic-score): Support bsfilter; Accept an optional argument
15925         to recalcurate spam score even if scoring header has already been
15926         added.
15927         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15928         optional argument to recalcurate spam score even if scoring header
15929         has already been added.
15930
15931 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15932
15933         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15934         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15935         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15936         link is missing.
15937
15938 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15939
15940         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15941         (html2text-get-attr): Rewrite.
15942
15943         * message.el (message-setup-1): Remove redundant put-text-property
15944         on mail-header-separator.
15945
15946 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15947
15948         * gnus-registry.el (gnus-registry-cache-whitespace)
15949         (gnus-registry-action, gnus-registry-spool-action)
15950         (gnus-registry-split-fancy-with-parent): Change message levels
15951         from 5 to 3 or 7, as needed.
15952
15953         * spam.el (spam-summary-prepare-exit)
15954         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15955         (spam-split, spam-find-spam, spam-log-undo-registration)
15956         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15957         level from 5 to 6.
15958
15959 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15962         2004-03-04 change).
15963
15964 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * sieve-manage.el (sieve-manage-open):
15967         * nnweb.el (nnweb-insert-html):
15968         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15969         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15970         * nnspool.el (nnspool-request-group):
15971         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15972         * nnml.el (nnml-request-update-info):
15973         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15974         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15975         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15976         (nnimap-request-set-mark):
15977         * nnfolder.el (nnfolder-request-update-info):
15978         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15979         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15980         * gnus-uu.el (gnus-uu-find-articles-matching):
15981         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15982         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15983         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15984         * gnus-nocem.el (gnus-nocem-scan-groups):
15985         * gnus-int.el (gnus-start-news-server):
15986         * gnus-group.el (gnus-group-make-kiboze-group)
15987         (gnus-group-browse-foreign-server):
15988         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15989         Use mapc when appropriate.
15990
15991 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15992
15993         FIXME: Make separate entries for each person.
15994
15995         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15996         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15997         <shields@msrl.com>:
15998
15999         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16000         may need for spam sorting and scoring.
16001         (spam-user-format-function-S): Add user format function suitable for
16002         general use.
16003         (spam-article-sort-by-spam-status): Add sorting function for summary
16004         sorting.
16005         (spam-extra-header-to-number): Add function to get a score from a
16006         header.
16007         (spam-summary-score): Add function to get a numeric score from the
16008         headers.
16009         (spam-generic-score): Fix function doc, was in wrong place.
16010         (spam-initialize): Take symbols when it's run, and install the
16011         extra headers that spam-necessary-extra-headers thinks we need.
16012
16013 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16014
16015         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16016         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16017
16018 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16019
16020         * gnus-sum.el (gnus-set-global-variables)
16021         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16022         (gnus-article-get-xrefs, gnus-summary-best-group)
16023         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16024         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16025         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16026         Use with-current-buffer.
16027
16028 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * spam.el (spam-summary-prepare-exit): Simplify logic.
16031         (spam-fetch-article-header): Read the article header if it's not
16032         available.
16033         (spam-list-articles): Simplify logic.
16034         (spam-filelist-register-routine): Fix bug with unregister-list.
16035
16036         * gnus-registry.el: Fix comments at beginning.
16037
16038 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16039
16040         * message.el (message-cater-to-broken-inn): Remove.
16041         (message-shorten-references): Make sure the total folded length of
16042         References is shorter than 998 characters to cater to a bug in INN
16043         2.3.  Also, don't pretend that references aren't folded -- this
16044         hasn't worked for a while.
16045
16046 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16047
16048         * gnus-agent.el (gnus-agentize):
16049         gnus-agent-send-mail-real-function no longer set to current value
16050         of message-send-mail-function but rather a lambda that calls
16051         message-send-mail-function.  The change makes the agent real-time
16052         responsive to user changes to message-send-mail-function.
16053
16054 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16055
16056         * legacy-gnus-agent.el
16057         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16058         help from Florian Weimer <fw@deneb.enyo.de>
16059
16060 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * nnmail.el (nnmail-cache-insert): Revert last change.
16063
16064 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * nnmail.el (nnmail-cache-insert): Always check whether
16067         nnmail-cache-ignore-groups matches a group name.
16068
16069 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16072         (spam-find-spam, spam-log-processing-to-registry)
16073         (spam-log-registered-p, spam-log-unregistration-needed-p)
16074         (spam-log-undo-registration): Use gnus-message instead of
16075         gnus-error, none of these errors are fatal.
16076
16077         * gnus-registry.el (gnus-registry-clean-empty-function)
16078         (gnus-registry-clean-empty): Remove only empty entries without
16079         extra data.
16080
16081 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * spam-stat.el (spam-stat-buffer-change-to-spam)
16084         (spam-stat-buffer-change-to-non-spam): Change (error) to
16085         (gnus-message 8) invocation.
16086
16087 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * nntp.el (nntp-via-netcat-command): New variable.
16090         (nntp-via-netcat-switches): New variable.
16091         (nntp-open-via-rlogin-and-netcat): New function.
16092         (nntp-open-connection-function): Doc fix.
16093         (nntp-telnet-command): Doc fix.
16094         (nntp-end-of-line): Doc fix.
16095         (nntp-via-rlogin-command): Doc fix.
16096         (nntp-via-user-name): Doc fix.
16097         (nntp-via-address): Doc fix.
16098
16099 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16102         error in Emacs 21.1.
16103
16104 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16107
16108 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16109
16110         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16111         (gnus-agent-with-refreshed-group): New macro.
16112         (gnus-agent-rename-group): New function.
16113         (gnus-agent-delete-group): New function.
16114         (gnus-agent-save-group-info): Use gnus-command-method when
16115         `method' parameter is nil.  Don't write nil entries into the
16116         active file.
16117         (gnus-agent-get-group-info): New function.
16118         (gnus-agent-fetch-articles): Use
16119         gnus-agent-update-files-total-fetched-for to increment disk space
16120         used.
16121         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16122         gnus-agent-update-view-total-fetched-for to increment disk space
16123         used.
16124         (gnus-agent-get-local): Added optional parameters to avoid calling
16125         gnus-group-real-name and gnus-find-method-for-group.
16126         (gnus-agent-set-local): Delete stored entry if either min, or max,
16127         are nil.
16128         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16129         quit, use gnus-agent-regenerate-group to record existance of any
16130         articles fetched to disk before the quit occurred.
16131         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16132         gnus-agent-update-view-total-fetched-for, and
16133         gnus-agent-update-files-total-fetched-for to decrement disk space
16134         used.
16135         (gnus-agent-retrieve-headers): Use
16136         gnus-agent-update-view-total-fetched-for to increment disk space
16137         used.
16138         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16139         with gnus-agent-update-files-total-fetched-for to decrement disk
16140         space and fresh group buffer.
16141         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16142         (gnus-agent-need-update-total-fetched-for): New variable.
16143         (gnus-agent-update-files-total-fetched-for): New function.
16144         (gnus-agent-update-view-total-fetched-for): New function.
16145         (gnus-agent-total-fetched-for): New function.
16146
16147         * gnus-cache.el (gnus-cache-save-buffers): Use
16148         gnus-cache-update-overview-total-fetched-for to change disk space
16149         used by this group.
16150         (gnus-cache-possibly-enter-article): Use
16151         gnus-cache-update-file-total-fetched-for to increment disk space
16152         used by this group.
16153         (gnus-cache-possibly-remove-article): Use
16154         gnus-cache-update-file-total-fetched-for to decrement disk space
16155         used by this group.
16156         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16157         (gnus-cache-rename-group): New function.
16158         (gnus-cache-delete-group): New function.
16159         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16160         (gnus-cache-need-update-total-fetched-for): New variable.
16161         (gnus-cache-with-refreshed-group): New macro.
16162         (gnus-cache-update-file-total-fetched-for): New function.
16163         (gnus-cache-update-overview-total-fetched-for): New function.
16164         (gnus-cache-rename-group-total-fetched-for): New function.
16165         (gnus-cache-delete-group-total-fetched-for): New function.
16166         (gnus-cache-total-fetched-for): New function.
16167
16168         * gnus-group.el: Require gnus-sum and autoload functions to
16169         resolve warnings when gnus-group.el compiled alone.
16170         (gnus-group-line-format): Documented new %F.
16171         (size of Fetched data) group line format; identifies disk space
16172         used by agent and cache.
16173         (gnus-group-line-format-alist): Defined new F format.
16174         (gnus-total-fetched-for): New function.
16175         (gnus-group-delete-group): No longer update
16176         gnus-cache-active-altered as gnus-request-delete-group now keeps
16177         the cache in sync.
16178         (gnus-group-list-active): Let the agent store a server's active
16179         list if currently plugged.
16180
16181         * gnus-int.el (gnus-request-delete-group):
16182         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16183         local disk in sync with the server.
16184         (gnus-request-rename-group):
16185         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16186         local disk in sync with the server.
16187
16188         * gnus-start.el (gnus-get-unread-articles):
16189         Cosmetic simplification to logic.
16190
16191         * gnus-util.el (gnus-rename-file): New function.
16192
16193 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16194
16195         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16196
16197 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16198
16199         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16200         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16201
16202 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16205         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16206
16207 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16208
16209         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16210
16211 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * spam.el (spam-set-difference): Add function to replace
16214         gnus-set-difference in spam.el.
16215         (spam-summary-prepare-exit): Use spam-set-difference.
16216
16217 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * gnus-registry.el (gnus-registry-cache-file): Update to use
16220         gnus-dribble-directory OR gnus-home-directory OR ~.
16221         (gnus-registry-split-fancy-with-parent): Fix doc.
16222
16223 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * message.el (message-exchange-point-and-mark): Use
16226         message-mark-active-p.  Suggested by Jesper Harder
16227         <harder@ifa.au.dk>.
16228
16229 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * message.el (message-exchange-point-and-mark): Don't activate
16232         region if it was inactive.  Suggested by Hiroshi Fujishima
16233         <pooh@nature.tsukuba.ac.jp>.
16234
16235 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-art.el (article-display-face): Display Faces in the same
16238         order as X-Faces.
16239
16240 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16243
16244 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16247         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16248         (gnus-article-mime-hierarchy): Remove.
16249         (gnus-article-mime-hierarchy-next): Remove.
16250         (gnus-article-mode): Revert 2004-03-19 change.
16251         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16252         (gnus-insert-mime-button): Revert 2004-03-19 change.
16253         (gnus-mime-accumulate-hierarchy): Remove.
16254         (gnus-mime-enter-multipart): Remove.
16255         (gnus-mime-leave-multipart): Remove.
16256         (gnus-mime-display-part): Revert 2004-03-19 change.
16257         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16258
16259         * mml.el (mml-preview): Revert 2004-03-19 change.
16260
16261 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16262
16263         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16264
16265 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16268         t while entering a file name using the mm-with-multibyte macro.
16269         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16270
16271         * mm-util.el (mm-with-multibyte): New macro.
16272
16273 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16276         user option.
16277         (gnus-mime-multipart-functions): Doc and customization fix.
16278         (gnus-article-mime-hierarchy): New variable.
16279         (gnus-article-mime-hierarchy-next): New variable.
16280         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16281         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16282         gnus-article-mime-hierarchy-next to nil.
16283         (gnus-insert-mime-button): Show hierarchy numbers.
16284         (gnus-mime-accumulate-hierarchy): New function.
16285         (gnus-mime-enter-multipart): New function.
16286         (gnus-mime-leave-multipart): New function.
16287         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16288         (gnus-mime-display-alternative): Show hierarchy numbers.
16289
16290         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16291         gnus-article-mime-hierarchy-next to nil.
16292
16293 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16294
16295         * dns.el: Don't require gnus-xmas.
16296
16297 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16300         inline PGP.
16301         (mml-menu): Disable mml-quote-region if mark is inactive.
16302
16303 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16306         when the group's active is not available.
16307
16308 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16311         error.
16312
16313 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * imap.el (imap-store-password): New variable.
16316         (imap-interactive-login): Use it.
16317         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16318
16319 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16322         window-start and hscroll to summary window.
16323
16324 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16325
16326         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16327         conversion message to newsrc-dribble when an actual conversion is
16328         performed.
16329
16330 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16331
16332         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16333
16334 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * mm-decode.el (mm-complicated-handles): New function reviving
16337         former definition of mm-multiple-handles.
16338
16339         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16340         (gnus-mime-delete-part): Use it.
16341
16342 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16343
16344         * gnus-agent.el (gnus-agent-read-local): Bind
16345         nnheader-file-coding-system to gnus-agent-file-coding-system to
16346         avoid the implicit assumption that they will always be equal.
16347         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16348         coding-system-for-write, as the with-temp-file macro first prints
16349         to a buffer then saves the buffer.
16350
16351 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-art.el (gnus-article-edit-part): New function.
16354         (gnus-mime-save-part-and-strip): Use it; do query instead of
16355         signaling an error; don't use mm-multiple-handles.
16356         (gnus-mime-delete-part): Ditto.
16357
16358 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16359
16360         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16361         old file versions.
16362         (gnus-group-prepare-hook): Removed function that converted list
16363         form of gnus-agent-expire-days to group properties.
16364
16365         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16366         (gnus-request-accept-article): Re-indented.
16367
16368         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16369         converters to handle old agent file formats.  Added logic for a
16370         "backup before upgrading warning".
16371         (gnus-convert-mark-converter-prompt): Developers can mark
16372         functions as needing (default), or not needing,
16373         gnus-convert-old-newsrc's "backup before upgrading warning".
16374         (gnus-convert-converter-needs-prompt): Tests whether the user
16375         should be protected from potentially irreversable changes by the
16376         function.
16377
16378         * legacy-gnus-agent.el: New.  Provides converters that are only
16379         loaded when gnus-convert-old-newsrc needs to call them.
16380
16381 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * mail-source.el (mail-source-touch-pop): Doc fix.
16384
16385         * message.el (message-smtpmail-send-it): Doc fix.
16386
16387 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16388
16389         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16390
16391         * nnmail.el (nnmail-split-fancy): do.
16392
16393         * gnus-kill.el (gnus-kill, gnus-execute): do.
16394
16395 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16396
16397         * gnus-sum.el (gnus-widget-reversible-match)
16398         (gnus-widget-reversible-to-internal)
16399         (gnus-widget-reversible-to-external): New functions.
16400         (gnus-widget-reversible): New widget.
16401         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16402
16403 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16404
16405         * gnus-sum.el (gnus-thread-sort-functions)
16406         (gnus-article-sort-functions): Document `(not F)' items.
16407
16408 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * spam.el (spam-use-gmane-xref): Add new backend.
16411         (spam-gmane-xref-spam-group): Add variable to control the name of the
16412         Gmane spam group.
16413         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16414         (spam-regex-headers-spam, spam-regex-headers-ham)
16415         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16416         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16417         backends and checks.
16418         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16419
16420         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16421         an autodetect method.
16422
16423 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16424
16425         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16426         articles are being added to a group.
16427         (gnus-request-replace-article): Inform the agent that articles
16428         need to be uncached as the cached contents are no longer valid.
16429
16430 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * binhex.el: Don't autoload executable-find.
16433
16434         * canlock.el: Don't autoload mail-fetch-field.
16435
16436         * dgnushack.el: Autoload c-mode for XEmacs.
16437
16438         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16439
16440         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16441         rmail-dont-reply-to and rmail-output.
16442
16443         * gnus-score.el: Don't autoload ffap-string-at-point.
16444
16445         * gnus-setup.el: Don't autoload sc-cite-original.
16446
16447         * imap.el: Don't autoload base64-decode-string,
16448         base64-encode-string and md5.
16449
16450         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16451         and rmail-msg-restore-non-pruned-header.
16452
16453         * mm-decode.el: Don't autoload executable-find.
16454
16455         * mm-url.el: Don't autoload executable-find.
16456
16457         * mm-view.el: Don't autoload diff-mode.
16458
16459         * nndb.el: Don't autoload news-reply-mode, news-setup,
16460         cancel-timer and telnet.
16461
16462         * password.el: Don't autoload run-at-time for Emacs.
16463
16464         * sha1-el.el: Don't autoload executable-find.
16465
16466         * sieve-mode.el: Don't autoload c-mode.
16467
16468         * uudecode.el: Don't autoload executable-find.
16469
16470 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16471
16472         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16473         (gnus-agent-possibly-alter-active): Avoid null in numeric
16474         comparison.
16475         (gnus-agent-set-local): Refuse to save null in local object table.
16476         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16477         list of articles that will be marked as unread.
16478
16479 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16482
16483 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16484
16485         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16486         language tags.
16487
16488 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16489
16490         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16491         Don't bind "obarray".
16492
16493         * gnus-sum.el (gnus-thread-sort-functions): Added
16494         `gnus-thread-sort-by-most-recent-number' and
16495         `gnus-thread-sort-by-most-recent-date'.
16496         Reported by Kai Grossjohann <kai@emptydomain.de>.
16497
16498 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16501
16502 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16503
16504         * gnus-cus.el (gnus-agent-customize-category): Removed
16505         ignore-errors macro reference that required cl to be loaded at
16506         run-time.
16507
16508         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16509         single-interval range of the form (min . max).  Previously the
16510         range had to look like ((min . max)).  Likewise, return
16511         (min . max) rather than ((min . max)).
16512         (gnus-range-map): Use gnus-range-normalize to accept
16513         single-interval range.
16514
16515         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16516         the cache, but not the agent, now appear with their usual face.
16517
16518         * dgnushack.el (loaddir): New variable that is bound to the
16519         directory containing the dgnushack.el file. Use loaddir, rather
16520         than srcdir, to update load-path. Change lets dgnushack compile
16521         code in directories other than GNUS/lisp.
16522
16523 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * lpath.el: Don't bind w3m-safe-url-regexp.
16526
16527         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16528         w3m-safe-url-regexp variable buffer-local.
16529
16530         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16531
16532 2004-02-27  Simon Josefsson  <jas@extundo.com>
16533
16534         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16535         gnus-group-real-prefix.
16536         (gnus-summary-move-article): Use it, instead of
16537         gnus-group-real-prefix.
16538
16539 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * lpath.el: Bind w3m-safe-url-regexp.
16542
16543         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16544         w3m-safe-url-regexp variable buffer-local and set it as the value
16545         of mm-w3m-safe-url-regexp.
16546
16547         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16548
16549         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16550         parsing gnus-posting-styles when the message is not for replying.
16551
16552         * dgnushack.el: Autoload sgml-mode for XEmacs.
16553
16554         * nnrss.el (nnrss-opml-export): Use
16555         mm-set-buffer-file-coding-system instead of
16556         set-buffer-file-coding-system.
16557
16558 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16559
16560         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16561         of checkdoc.el).
16562         * nnrss.el: do.
16563         * gnus-mlspl.el: do.
16564         * gnus-ml.el: do.
16565         * gnus-srvr.el: do.
16566
16567         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16568
16569 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16570
16571         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16572         Corrections to custom-manual links.
16573
16574         * gnus-art.el (gnus-article): Ditto.
16575
16576         * mm-decode.el (mime-display, mime-security): Ditto.
16577
16578 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16579
16580         * flow-fill.el: Typo.
16581
16582 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16583
16584         * spam-wash.el: New file.
16585
16586 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16587
16588         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16589
16590 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16591
16592         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16593         to be run with new-articles as LIST1, not LIST2.
16594         (spam-registration-functions): Add spam-use-ham-copy as a nil
16595         registration backend.
16596
16597 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16598
16599         * spam-stat.el (spam-stat-washing-hook): New option.
16600         (spam-stat-buffer-words): Use it.
16601         (spam-stat-process-directory, spam-stat-test-directory): Use
16602         insert-file-contents-literally.
16603         (spam-stat-coding-system): New variable.
16604         (spam-stat-load, spam-stat-save): Use it.
16605
16606 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * spam-report.el (spam-report-plug-agent): Quote
16609         spam-report-url-to-file and spam-report-url-ping-plain.
16610
16611 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16614         / in mailto URLs.
16615
16616 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * spam-report.el (spam-report-process-queue): Fix interactive use.
16619         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16620         (spam-report-unplug-agent): Doc fixes.
16621         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16622         (spam-report-agentize, spam-report-deagentize): Autoload.
16623
16624 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16627
16628         * message.el (message-setup-fill-variables): Add mml tags to
16629         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16630         <ajk@iu.edu>.
16631         (message-mode): Don't modify paragraph-separate there.
16632
16633 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * compface.el (uncompface-use-external): Default to undecided.
16636         (uncompface-use-external-threshold): New variable.
16637         (uncompface-float-time): New macro.
16638         (uncompface): Determine whether to use the external decoder if
16639         uncompface-use-external is undecided.
16640
16641 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16642
16643         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16644         after images.
16645
16646         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16647
16648 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16649
16650         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16651
16652         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16653
16654         * gnus-sum.el (gnus-summary-limit-to-age)
16655         (gnus-summary-limit-children): do.
16656
16657         * gnus-int.el (gnus-request-scan): do.
16658
16659         * gnus-group.el (gnus-group-suspend): do.
16660
16661         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16662
16663         * gnus-cite.el (gnus-cite-parse-attributions): do.
16664
16665         * gnus-agent.el (gnus-summary-set-agent-mark)
16666         (gnus-agent-regenerate-group): do.
16667
16668         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16669
16670         * binhex.el (binhex-decode-region-internal): do.
16671
16672 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-fun.el (gnus-face-properties-alist): New user option.
16675         (gnus-display-x-face-in-from): Use it.
16676
16677         * gnus-art.el (article-display-face): Ditto.
16678
16679         * compface.el (uncompface-use-external): Default to nil.
16680
16681 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16682
16683         * nntp.el (nntp-erase-buffer): New function.
16684         (nntp-retrieve-data, nntp-send-command)
16685         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16686         (nntp-possibly-change-group): Use it.
16687
16688         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16689         with-current-buffer.
16690
16691 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16692
16693         * compface.el: Merge the ELisp-based uncompface program.
16694         (compface): New customization group.
16695         (uncompface-use-external): New user option.
16696         (uncompface): Call uncompface-internal if uncompface-use-external
16697         is nil.
16698         (uncompface-internal): New function.  Note that there are also
16699         some other functions and variables added for this function.
16700
16701 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16704         if necessary.
16705
16706 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16707
16708         * spam-report.el (spam-report-unplug-agent)
16709         (spam-report-plug-agent, spam-report-deagentize)
16710         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16711         Add support for the Agent in spam-report: when unplugged, report to a
16712         file; when plugged, submit all the requests.
16713
16714         * spam.el (spam-register-routine): Fix message about
16715         registration.
16716
16717 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16718
16719         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16720         dependencies.
16721         (rfc2047-encode): Use it.
16722
16723         * gnus-art.el (gnus-button-marker-list): Move before first
16724         reference.
16725
16726         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16727         (imap-parse-body): Fix format string mismatch.
16728
16729         * gnus-score.el (gnus-summary-increase-score): do.
16730
16731         * nnrss.el (nnrss-close): New function.
16732
16733 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16734
16735         * nnrss.el (nnrss-make-filename): New function.
16736         (nnrss-request-delete-group, nnrss-read-server-data)
16737         (nnrss-save-server-data, nnrss-read-group-data)
16738         (nnrss-save-group-data): Use it.
16739         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16740         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16741         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16742
16743 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16744
16745         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16746
16747 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16748
16749         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16750         files.
16751
16752         * message.el (message-generate-headers-first): Don't quote nil
16753         and t in docstrings.
16754
16755         * imap.el (imap-id): do.
16756
16757         * gnus-agent.el (gnus-agent-consider-all-articles)
16758         (gnus-agent-queue-mail): do.
16759
16760 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * spam-report.el (spam-report-process-queue): New function.
16763         Process requests from `spam-report-requests-file'.
16764         (spam-report-process-queue): Doc fix.
16765
16766 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16767
16768         * spam.el (spam-register-routine)
16769         (spam-log-processing-to-registry, spam-log-registered-p)
16770         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16771         Change "check" to "spam-check" for semi-clarity.
16772
16773 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16774
16775         * pop3.el: Require nnheader.
16776
16777         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16778
16779         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16780
16781         * gnus-picon.el: Require cl.
16782
16783         * gnus-fun.el: Require gnus-ems and gnus-util.
16784
16785         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16786
16787         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16788
16789         * gnus-art.el (gnus-article-edit-mode): Define before first
16790         reference.
16791
16792 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16793
16794         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16795         (gnus-uu-post-encoded): Use point-at-bol.
16796
16797         * gnus-topic.el (gnus-group-active-topic-p): do.
16798
16799         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16800
16801         * gnus-group.el (gnus-group-kill-region): do.
16802
16803         * gnus-art.el (article-date-ut): do.
16804
16805         * message.el (message-fetch-field): Remove redundant
16806         case-fold-search binding.
16807         (message-narrow-to-field): Simplify.
16808
16809 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * spam.el (spam-directory): Derive from `gnus-directory'.
16812
16813         * spam-report.el (spam-report-url-to-file)
16814         (spam-report-requests-file): New function and variable for offline
16815         reporting.
16816         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16817         and user defined function.
16818         (spam-report-url-ping-mm-url): Remove doubled slash.
16819
16820 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16821
16822         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16823
16824 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16827         format string mismatch.
16828
16829         * sieve.el (sieve-deactivate-all): do.
16830
16831         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16832
16833         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16834
16835         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16836
16837         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16838
16839 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16842         the list of checks.
16843
16844 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16845
16846         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16847         padding.
16848
16849 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16850
16851         * mm-view.el (mm-fill-flowed): New variable.
16852         (mm-inline-text): Use it.
16853
16854 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * spam.el (spam-spamassassin-register-ham-routine)
16857         (spam-spamassassin-register-spam-routine): Fix function names.
16858
16859 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus.el (gnus-tmp-grouplens): Remove.
16862         (gnus-summary-line-format): Remove grouplens.
16863
16864         * gnus-group.el (gnus-group-line-format): Ditto.
16865
16866         * gnus-spec.el (gnus-format-specs): Ditto.
16867         (gnus-update-format-specifications): Flush the group format spec
16868         cache if there's the grouplens stuff.
16869         (gnus-parse-simple-format): Replace %l with the empty string.
16870
16871 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16872
16873         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16874         omission.
16875
16876 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16879         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16880
16881 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16882
16883         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16884         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16885         New macros and functions.
16886         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16887         Handle > NLINK_MAX messages.
16888         * nnmaildir.el (nnmaildir-request-set-mark): Use
16889         nnmaildir--emlink-p and nnmaildir--eexist-p.
16890
16891 2004-01-25  Alex Schroeder  <alex@gnu.org>
16892
16893         * spam-stat.el (spam-stat-process-directory-age): New option.
16894         (spam-stat-process-directory): Use it.
16895
16896 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16897
16898         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16899         (spam-stat-save): Accept prefix argument.
16900
16901 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16902
16903         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16904         links" error.
16905
16906 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16909         the rest of the and/or forms.
16910
16911 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16912
16913         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16914         compatibility with old .newsrc.eld files.
16915
16916         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16917
16918         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16919
16920         * gnus-start.el (gnus-1): do.
16921
16922         * gnus-group.el (gnus-group-line-format-alist): do.
16923
16924         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16925
16926         * gnus-gl.el: Remove.
16927
16928 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16929
16930         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16931         marks consisting of a single range {for example, (3 . 5)} rather
16932         than a list of a single range { ((3 . 5)) }.
16933
16934 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16937         with-current-buffer.
16938         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16939         avoid consing a string.
16940
16941         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16942         Remove obsolete entries for big5 and gb2312.
16943
16944 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16945
16946         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16947         uncompressed list.
16948
16949 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16950
16951         * spam-stat.el (spam-stat-strip-xref): New function.
16952         (spam-stat-process-directory): Use it.
16953
16954         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16955         here -- it's done in message-fetch-field.
16956
16957 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16958
16959         * gnus-agent.el (gnus-agent-queue-mail)
16960         (gnus-agent-prompt-send-queue): New variables.
16961         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16962         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16963         "nndraft:queue" along to gnus-draft-send.  Use
16964         gnus-agent-prompt-send-queue.
16965         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16966         is "nndraft:queue".  Suggested by Gaute Strokkenes
16967         <gs234@srcf.ucam.org>
16968
16969         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16970         (agent-enable-undownloaded-faces): Added.
16971         (gnus-agent-cat-groups): Use eval-and-compile, not
16972         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16973         method of gnus-agent-cat-groups even when the buffer has been
16974         evaled.
16975         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16976         delete gnus-agent-save-active-1.
16977         (gnus-agent-save-groups): Deleted.  Identical to
16978         gnus-agent-save-active.
16979         (gnus-agent-write-active): No longer adjust agent's copy of active
16980         file as agent's adjustments are now stored in their own
16981         file.  Removed optional parameter.
16982         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16983         servers.  Add use of min/max range limits from server's local
16984         file.
16985         (gnus-agent-save-alist): Removed unused optional argument.
16986         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16987         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16988         (gnus-agent-set-local): A per-server file that keeps min/max range
16989         limits for articles known to the agent.  Provides a fast mechanism
16990         for altering many active ranges.
16991         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16992         active file (local makes it unnecessary).
16993         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16994
16995         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16996         (agent-enable-undownloaded-faces): Added.
16997
16998         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16999         disable it when sending to "nndraft:queue".
17000         (gnus-group-send-queue): Add safety check to avoid sending queue
17001         when unplugged.
17002
17003         * gnus-group.el (gnus-group-catchup): Use new
17004         gnus-sequence-of-unread-articles, not
17005         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17006         numbers of articles.  Use gnus-range-map to avoid having to
17007         uncompress the unread list.
17008         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17009         Fixed invalid ange-ftp reference.
17010
17011         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17012         (gnus-sorted-range-intersection): Intersection of two ranges
17013         without requiring that they first be uncompressed.
17014
17015         * gnus-start.el (gnus-activate-group): Unless blocked by the
17016         caller, possibly expand the active range to include both cached
17017         and agentized articles.
17018         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17019         multiple version-dependent converters.
17020         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17021         gnus-agent-save-active.
17022         (gnus-save-newsrc-file): Save dirty agent range limits.
17023
17024         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17025         gnus-agent-possibly-alter-active.
17026         (gnus-adjust-marked-articles): Faster handling of simple lists.
17027
17028 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * spam-stat.el (spam-stat-test-directory): New optional argument
17031         displays a list of files detected.  Suggested by Andrew Cohen
17032         <cohen@andy.bu.edu>.
17033         (spam-stat-buffer-words-with-scores): Don't narrow and change
17034         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17035
17036 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17037
17038         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17039         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17040         (spam-spamassassin-arguments)
17041         (spam-spamassassin-spam-flag-header)
17042         (spam-spamassassin-positive-spam-flag-header)
17043         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17044         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17045         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17046         (spam-list-of-processors, spam-list-of-checks)
17047         (spam-list-of-statistical-checks, spam-registration-functions)
17048         (spam-check-spamassassin-headers, spam-check-spamassassin)
17049         (spam-spamassassin-score)
17050         (spam-spamassassin-register-with-sa-learn)
17051         (spam-spamassassin-register-spam-routine)
17052         (spam-spamassassin-register-ham-routine)
17053         (spam-assassin-register-spam-routine)
17054         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17055         (spam-bogofilter-score): Fix to show article before scoring.
17056
17057 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17058
17059         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17060         default scoring function.
17061         (spam-generic-score): Call spam-spamassassin-score if
17062         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17063         spam-bogofilter-score otherwise.
17064
17065         * gnus.el (spam-process, spam-autodetect-methods): Add
17066         spamassassin and spamassassin-headers.
17067
17068 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17069
17070         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17071         Suppress unnecessary messages.
17072
17073 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17076         make-hash-table.
17077
17078 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * canlock.el (base64-encode-string): Don't autoload it.
17081
17082 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * run-at-time.el: Remove useless (require 'itimer),
17085         eval-and-compile and (featurep 'xemacs).
17086
17087 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17088
17089         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17090         GROUP is a virtual group.
17091
17092 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17093
17094         * gnus.el: Autoload `message-y-or-n-p'.
17095
17096 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * pgg-parse.el: Remove unnecessary (require 'custom).
17099
17100         * pgg-def.el: do.
17101
17102         * nnmail.el: do.
17103
17104         * gnus-undo.el: do.
17105
17106         * gnus-picon.el: do.
17107
17108         * gnus-util.el: do.
17109
17110 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17113
17114 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17117         handle, as well as a list.
17118
17119         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17120         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17121         (mm-w3m-cid-retrieve): Simplify.
17122
17123 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17124
17125         * message.el (message-kill-to-signature): Allow prefix arg to
17126         specify number of lines to keep before signature.
17127
17128 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17129
17130         * message.el (message-kill-to-signature): Change docstring.
17131
17132 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * canlock.el: Always require sha1-el.
17135         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17136
17137         * message.el: Autoload sha1 only when compiling.
17138
17139         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17140         eudc-expand-inline for XEmacs.
17141
17142 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * message.el (message-canlock-generate): Require sha1-el.
17145
17146 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17147
17148         * message.el (message-expand-name): Silence the byte compiler.
17149
17150         * lpath.el: Add detect-coding-system.
17151
17152         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17153         cus-edit.
17154
17155 2004-01-13  Simon Josefsson  <jas@extundo.com>
17156
17157         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17158         Invoke gnus-score-mode.  Reported by
17159         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17160
17161         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17162         Jim Blandy <jimb@redhat.com> (tiny change).
17163
17164 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17167
17168 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17169
17170         * spam.el (spam-get-article-as-string): Update to use
17171         gnus-request-article-this-buffer, much simpler.
17172         (spam-get-article-as-buffer): Remove.
17173
17174 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17175
17176         * message.el (message-expand-name): Use EUDC if the user uses that.
17177
17178 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17179
17180         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17181         character for the encoding to avoid consing a string.
17182
17183         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17184         unnecessarily.
17185
17186         * mm-util.el (mm-replace-chars-in-string): Remove.
17187
17188         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17189         of mm-replace-chars-in-string.
17190
17191 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17192
17193         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17194
17195         * mm-util.el (mm-subst-char-in-string): Support inplace.
17196
17197         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17198         a new string in every iteration.  Use shy groups.
17199
17200 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17201
17202         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17203         * gnus-soup.el (gnus-soup-group-brew):
17204         * gnus-msg.el (gnus-put-message):
17205         * gnus-move.el (gnus-group-move-group-to-server):
17206         * gnus-kill.el (gnus-batch-score):
17207         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17208         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17209         (gnus-group-update-group, gnus-group-read-group)
17210         (gnus-group-make-group, gnus-group-make-help-group)
17211         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17212         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17213         (gnus-group-sort-by-unread, gnus-group-catchup)
17214         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17215         (gnus-group-yank-group, gnus-group-set-info)
17216         (gnus-group-list-groups):
17217         * gnus.el (gnus-generate-new-group-name):
17218         * gnus-delay.el (gnus-delay-send-queue):
17219         * nnvirtual.el (nnvirtual-catchup-group):
17220         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17221         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17222         (gnus-group-prepare-topics, gnus-topic-check-topology):
17223         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17224         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17225         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17226         (gnus-group-make-articles-read):
17227         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17228         (gnus-group-change-level, gnus-kill-newsgroup)
17229         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17230         (gnus-get-unread-articles, gnus-make-articles-unread)
17231         (gnus-make-ascending-articles-unread): Use accessor
17232         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17233         to get group information for improved readability.
17234
17235
17236 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * gnus-art.el (article-decode-mime-words, article-babel)
17239         (gnus-article-highlight-signature, gnus-article-add-buttons)
17240         (gnus-signature-toggle): Use gnus-with-article-buffer.
17241
17242         * gnus-art.el (gnus-article-highlight-headers)
17243         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17244
17245         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17246         (gnus-article-set-globals, gnus-request-article-this-buffer)
17247         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17248         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17249         (gnus-mime-display-alternative): Use with-current-buffer.
17250
17251 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17254         also under 80 char limit, and call gnus-error if needed.
17255         (spam-fetch-article-header): Fix - it was a
17256         buffer-local variable (gnus-newsgroup-data).
17257         (spam-find-spam): Use spam-generate-fake-headers, forget about
17258         spam-insert-fake-headers.
17259         (spam-insert-fake-headers): Remove.
17260
17261 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17262
17263         * deuglify.el (gnus-article-outlook-unwrap-lines)
17264         (gnus-outlook-rearrange-article)
17265         (gnus-outlook-repair-attribution-outlook)
17266         (gnus-outlook-repair-attribution-block)
17267         (gnus-outlook-repair-attribution-other): Remove redundant
17268         save-excursion.
17269
17270 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17273         (spam-fetch-field-subject-fast)
17274         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17275         (spam-fetch-article-header): Add functions to deal with Gnus
17276         internals for fast retrieval of article header data.
17277         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17278
17279 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * pop3.el (pop3-md5): Remove.
17282         (pop3-apop): Replace pop3-md5 with md5.
17283
17284         * mm-bodies.el: base64 is always built-in.
17285
17286         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17287         with-current-buffer.
17288
17289 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * canlock.el (canlock-insert-header): Remove excessive grouping in
17292         regexp.
17293
17294         * gnus-sum.el (gnus-summary-read-document): Ditto.
17295
17296         * gnus-uu.el (gnus-uu-part-number): Ditto.
17297
17298         * html2text.el (html2text-remove-tags): Ditto.
17299         (html2text-format-tags): Ditto.
17300         (html2text-format-single-elements): Ditto.
17301
17302         * mml.el (mml-parse-1): Ditto.
17303
17304 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17307
17308         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17309
17310         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17311
17312         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17313
17314 2003-11-15  Simon Josefsson  <jas@extundo.com>
17315
17316         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17317         (pgg-gpg-lookup-key): Use regexp match instead of
17318         split-string (split-string is different between emacs 21.2 and
17319         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17320
17321 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17322
17323         * gnus-art.el (gnus-mime-view-all-parts)
17324         (gnus-article-part-wrapper, gnus-article-view-part): Use
17325         with-current-buffer.
17326
17327 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17328
17329         * spam.el (spam-disable-spam-split-during-ham-respool)
17330         (spam-spamoracle-database, spam-cache-lookups)
17331         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17332         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17333         (spam-group-ham-marks, spam-group-spam-marks)
17334         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17335         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17336         also add spam-use-blackholes to the statistical checks.
17337         (spam-fetch-field-fast): Add interface to fetching fields, may
17338         become a macro.
17339         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17340         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17341         (spam-insert-fake-headers): Fake an article when needed.
17342         (spam-find-spam): Fake article when possible.
17343         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17344         (spam-check-bogofilter-headers): Use message-fetch-field instead
17345         of nnmail-fetch-field.
17346
17347 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17350
17351 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * spam.el (spam-split): Do not require spam-use-CHECK to be
17354         enabled if that check is passed to spam-split explicitly; also
17355         fix so 'spam doesn't get converted to spam-split-group when
17356         spam-split-symbolic-return is t.
17357         (spam-find-spam): Find registrations of the article and use those
17358         instead of re-running spam-split to find the spam/ham
17359         classification of the article.
17360         (spam-log-processing-to-registry, spam-log-registered-p)
17361         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17362         Use gnus-error instead of gnus-message.
17363         (spam-log-registration-type): Add function to determine the
17364         classification of a message based on registry entries; will
17365         return nil if both 'spam and 'ham are found.
17366         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17367         a reasonably fast local cache without the loading errors.
17368         (spam-cache-lookups): Set to t by default.
17369         (spam-find-spam): Don't try to guess spam-cache-lookups.
17370         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17371         spam-caches entry.
17372         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17373         caching of whitelist/blacklist entries.
17374         (spam-check-whitelist, spam-check-blacklist): Invoke
17375         spam-from-listed-p with a type, not a cache variable.
17376         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17377
17378 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17379
17380         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17381
17382         * nnmail.el (nnmail-split-fancy): do.
17383
17384         * mml.el (mml-parse): do.
17385
17386         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17387         (gnus-score-adaptive): do.
17388
17389 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17392         (gnus-mime-button-map): Don't set keymap parent.
17393         (gnus-button-ctan-directory-regexp): Use shy grouping.
17394         (gnus-prev-page-map): Don't set keymap parent.
17395         (gnus-prev-page-map): Remove duplicated one.
17396         (gnus-next-page-map): Don't set keymap parent.
17397         (gnus-mime-security-button-map): Ditto.
17398
17399         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17400         version number.
17401
17402         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17403
17404 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * canlock.el (canlock-sha1-function): Remove.
17407         (canlock-sha1-function-for-verify): Remove.
17408         (canlock-openssl-program): Remove.
17409         (canlock-openssl-args): Remove.
17410         (canlock-ignore-errors): Remove.
17411         (canlock-sha1-with-openssl): Remove.
17412         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17413         (canlock-verify): Don't use canlock-ignore-errors.
17414
17415         * sha1-el.el (sha1-string-external): Make it can return a string
17416         in binary form.
17417         (sha1-region-external): Ditto.
17418         (sha1-string-internal): Ditto.
17419         (sha1-region-internal): Ditto.
17420         (sha1-region): Ditto.
17421         (sha1-string): Ditto.
17422         (sha1): Ditto.
17423
17424 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * spam.el (spam-report-articles-gmane): New command.
17427
17428 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17431
17432         * run-at-time.el (run-at-time-saved): Remove.
17433         (run-at-time): Doc fix.
17434
17435 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17438         (gnus-summary-limit-map): Add it.
17439         (gnus-summary-make-menu-bar): do.
17440
17441 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17444         Make attempt at some caching support (done for BBDB only now).
17445         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17446         addresses to be checked.
17447         (spam-clear-cache-BBDB): Add function, to be invoked by
17448         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17449         (spam-check-BBDB): Check and use the caches, if
17450         spam-cache-lookups is on, remove superfluous (provide).
17451
17452 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17453
17454         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17455
17456 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17457
17458         * run-at-time.el (run-at-time-saved): Move to after the definition
17459         of `run-at-time'.
17460
17461         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17462
17463 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17466         mm-w3m-local-map-property.
17467
17468         * mm-view.el (mm-w3m-mode-map): Remove.
17469         (mm-w3m-local-map-property): Remove.
17470         (mm-inline-text-html-render-with-w3m): Don't use
17471         mm-w3m-local-map-property.
17472
17473 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17474
17475         * run-at-time.el: New file.
17476
17477         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17478         under Emacs.
17479
17480         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17481         of gnus-set-text-properties.
17482
17483         * gnus-uu.el (gnus-uu-save-article): Ditto.
17484
17485         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17486
17487         * gnus-cite.el (gnus-cite-parse): Ditto.
17488
17489         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17490         of gnus-.
17491
17492         * gnus-xmas.el (run-at-time): Require run-at-time.
17493
17494         * gnus.el: Changed calls to nnheader-run-at-time and
17495         password-run-at-time throughout to use run-at-time directly.
17496
17497         * password.el: Removed definition of run-at-time.
17498
17499         * nnheaderxm.el: Remove definition of run-at-time.
17500
17501 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17502
17503         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17504         in prompt.
17505
17506 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17507
17508         * messagexmas.el (message-xmas-redefine): Alias
17509         `message-make-caesar-translation-table' to
17510         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17511         version.
17512
17513         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17514         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17515         `gnus-xmas-set-text-properties'.
17516         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17517         `gnus-xmas-completing-read'.
17518         (gnus-xmas-completing-read): Removed.
17519         (gnus-xmas-open-network-stream): Removed.
17520
17521         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17522         XEmacs version.
17523
17524         * dns.el (dns-make-network-process): Use `open-network-stream'
17525         instead of `gnus-xmas-open-network-stream'.
17526
17527         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17528
17529         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17530
17531 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * gnus-art.el (gnus-mime-display-alternative)
17534         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17535         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17536         Don't use gnus-local-map-property.
17537
17538         * gnus-util.el (gnus-local-map-property): Remove.
17539
17540         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17541         gnus-completing-read-maybe-default with completing-read.
17542
17543         * gnus-util.el (gnus-completing-read): do.
17544         (gnus-completing-read-maybe-default): Remove.
17545
17546 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17547
17548         * password.el: Only autoload `run-at-time' if not XEmacs.
17549         Only autoload the itimer functions if XEmacs.
17550
17551 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17554         XEmacsen.
17555
17556         * dgnushack.el: Autoload executable-find for XEmacs.
17557
17558 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17559
17560         * gnus-art.el (gnus-read-string): Remove.
17561         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17562         read-string.
17563
17564 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * netrc.el: Autoload password-read.
17567         (netrc): Add configuration group.
17568         (netrc-encoding-method, netrc-openssl-path): Add
17569         variables for encoding and decoding of files with symmetric
17570         ciphers.
17571         (netrc-encode): Add assistant function to encode a file with
17572         netrc-encoding-method.
17573         (netrc-parse): Add interactive parameter, added optional
17574         decoding if netrc-encoding-method is non-nil but otherwise
17575         behavior is standard.
17576         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17577         Do s/encode/encrypt/ everywhere.
17578
17579         * spam.el: Remove executable-find autoload.
17580
17581 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17582
17583         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17584
17585         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17586
17587 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * gnus-art.el (gnus-treat-ansi-sequences)
17590         (article-treat-ansi-sequences): New variable and function.
17591         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17592
17593         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17594         Use it.
17595
17596 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * mm-util.el (mm-quote-arg): Remove.
17599
17600         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17601         shell-quote-argument.
17602
17603         * gnus-uu.el (gnus-uu-command): do.
17604
17605         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17606
17607         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17608         with make-char.
17609
17610         * mm-util.el (mm-make-char): Remove.
17611
17612         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17613         add-minor-mode.
17614
17615         * gnus-undo.el (gnus-undo-mode): do.
17616
17617         * gnus-topic.el (gnus-topic-mode): do.
17618
17619         * gnus-sum.el (gnus-dead-summary-mode): do.
17620
17621         * gnus-start.el (gnus-slave-mode): do.
17622
17623         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17624
17625         * gnus-ml.el (gnus-mailing-list-mode): do.
17626
17627         * gnus-gl.el (gnus-grouplens-mode): do.
17628
17629         * gnus-draft.el (gnus-draft-mode): do.
17630
17631         * gnus-dired.el (gnus-dired-mode): do.
17632
17633         * gnus-ems.el (gnus-add-minor-mode): Remove.
17634
17635         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17636         Replace gnus-char-width with char-width.
17637
17638         * gnus-ems.el (gnus-char-width): Remove.
17639
17640         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17641         Replace gnus-char-width with char-width.
17642
17643         * gnus-ems.el (gnus-char-width): Remove.
17644
17645         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17646         definition.
17647         Remove Emacs 20 hash table compatibility code.
17648
17649         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17650         20 compatibility code.
17651
17652         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17653
17654         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17655
17656         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17657         with point-at-{eol,bol}.
17658
17659         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17660
17661         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17662
17663         * flow-fill.el (fill-flowed-point-at-bol)
17664         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17665
17666         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17667         Replace with point-at-{eol,bol} throughout all files.
17668
17669 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * ntlm.el (ntlm-string-as-unibyte): New macro.
17672         (ntlm-build-auth-response): Use it.
17673
17674         Remove Emacs 20 stuff:
17675         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17676         (butlast, mapc, remove): Remove the compiler macros.
17677         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17678         of delq and copy-sequence.
17679         * gnus-art.el (popup-menu): Remove the compiler macro.
17680         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17681         Emacs 20.
17682
17683 2004-01-05  Simon Josefsson  <jas@extundo.com>
17684
17685         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17686         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17687         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17688         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17689         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17690         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17691         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17692         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17693         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17694         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17695         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17696         string-xor into ntlm-string-xor.  Suggested by
17697         Jesper Harder <harder@myrealbox.com>.
17698
17699         * ntlm.el: Don't include poem.
17700
17701         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17702         Jesper Harder <harder@myrealbox.com>.
17703
17704         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17705
17706         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17707         probably breaks emacs with DL patch, but do we care? Is anyone
17708         still using the DL stuff?)
17709
17710         * sieve-manage.el: Use the password package.
17711         (sieve-manage-read-passwd): Remove.
17712         (sieve-manage-interactive-login): Use password.  Re-add
17713         condition-case around loop.
17714
17715         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17716         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17717         the password package.
17718
17719 2003-02-19  Simon Josefsson  <jas@extundo.com>
17720
17721         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17722         token.
17723
17724 2002-08-07  Simon Josefsson  <jas@extundo.com>
17725
17726         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17727         (sieve-manage-authenticators):
17728         (sieve-manage-authenticator-alist): Add some SASL mechs.
17729         (sieve-sasl-auth): New function.
17730         (sieve-manage-cram-md5-auth):
17731         (sieve-manage-plain-auth): Rewrite using SASL library.
17732         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17733         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17734         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17735         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17736
17737 2004-01-05  Simon Josefsson  <jas@extundo.com>
17738
17739         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17740         New files.
17741
17742 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * gnus-group.el (gnus-no-groups-message): Update.
17745
17746         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17747
17748 2003-11-09  Simon Josefsson  <jas@extundo.com>
17749
17750         * imap.el: Support for ID IMAP extension (RFC 2971).
17751         (imap-local-variables): Add imap-id.
17752         (imap-id): New variable.
17753         (imap-id): New function.
17754         (imap-parse-response): Parse untagged ID response.
17755         * nnimap.el (nnimap-id): New variable.
17756         (nnimap-open-connection): Use it.
17757
17758 2003-12-28  Simon Josefsson  <jas@extundo.com>
17759
17760         * gnus-score.el (gnus-score-edit-all-score): New.
17761         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17762
17763 2004-01-04  Simon Josefsson  <jas@extundo.com>
17764
17765         * password.el: Add.
17766
17767 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17768
17769         * dns.el (dns-query-types): Fix typo.
17770         (dns-query-types): New function.
17771         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17772         PTR and SOA replies, see RFC 1035.
17773
17774 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17777
17778         * Moved to Changelog.2.
17779
17780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * gnus.el (gnus-version-number): Bump version.
17783
17784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17785
17786         * gnus.el: No Gnus v0.1 is released.
17787
17788 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17789
17790         * gnus.el: No Gnus v0.0 is released.
17791
17792 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17793
17794         * gnus.el (gnus-version-number): Bump.
17795         (gnus-version): No.
17796
17797 See ChangeLog.2 for earlier changes.
17798
17799     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17800       Free Software Foundation, Inc.
17801
17802   This file is part of GNU Emacs.
17803
17804   GNU Emacs is free software: you can redistribute it and/or modify
17805   it under the terms of the GNU General Public License as published by
17806   the Free Software Foundation, either version 3 of the License, or
17807   (at your option) any later version.
17808
17809   GNU Emacs is distributed in the hope that it will be useful,
17810   but WITHOUT ANY WARRANTY; without even the implied warranty of
17811   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17812   GNU General Public License for more details.
17813
17814   You should have received a copy of the GNU General Public License
17815   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17816
17817 ;; Local Variables:
17818 ;; coding: utf-8
17819 ;; fill-column: 79
17820 ;; add-log-time-zone-rule: t
17821 ;; End: