lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
[gnus] / lisp / ChangeLog
1 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5         rmail-toggle-header for XEmacs;
6         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7
8 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * gnus-dired.el: Remove autoload for gnus-setup-message.
11         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12         displaying Gnus logo; always use compose-mail.
13
14 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
17
18 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
21         (gnus-nocem-issuers): List currently active issuers; fix custom type.
22         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
23         available.
24         (gnus-nocem-epg-verify): New function.
25
26 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
27
28         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
29
30 2009-02-15  Glenn Morris  <rgm@gnu.org>
31
32         * gnus-util.el (rmail-insert-rmail-file-header)
33         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
34         autoloads.
35         (rmail-default-rmail-file): Remove unnecessary declaration.
36         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
37
38 2009-02-14  Glenn Morris  <rgm@gnu.org>
39
40         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
41         variable (only used in gnus-util, which declares it anyway).
42         (rmail-output-to-rmail-file): Remove autoload of deleted function,
43         which was only needed by gnus-art (changed to not use it any more).
44         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
45         only used in gnus-util, which autoloads it itself.
46         (rmail-update-summary): Fix autoload.
47
48         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
49         rather than rmail-output-to-rmail-file.
50
51 2009-02-07  Glenn Morris  <rgm@gnu.org>
52
53         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
54         autoload of function that no longer exists.
55         (rmail-toggle-header): Declare.
56         (message-forward-rmail-make-body): Handle mbox Rmail.
57
58 2009-01-31  Glenn Morris  <rgm@gnu.org>
59
60         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
61         2009-01-09 change.
62
63 2009-01-31  Dave Love  <fx@gnu.org>
64
65         * imap.el (imap-fetch-safe): Bind debug-on-error.
66         (imap-debug): Add imap-fetch-safe.
67
68 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
69
70         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
71         (auth-source-forget-all-cached): New convenience function.
72         (auth-source-user-or-password): Accept list of modes or a single mode.
73
74         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
75         auth-source modes.
76
77         * netrc.el (netrc-machine-user-or-password): Use list of
78         auth-source modes.
79
80         * nnimap.el (nnimap-open-connection): Use list of
81         auth-source modes.
82
83         * nntp.el (nntp-send-authinfo): Use list of
84         auth-source modes.
85
86 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
87
88         * auth-source.el: Update docs to reflect epa-file-enable is to be used
89         now.
90
91 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
94         coding system in XEmacs; add a workaround for XEmacs.
95
96         * lpath.el: Fbind coding-system-aliasee.
97
98 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * mm-util.el (mm-coding-system-priorities): Protect against nil value
101         of current-language-environment.
102
103 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
104
105         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
106         available at runtime.
107
108 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-art.el (article-date-ut): Fix end point of narrowing.
111
112 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
113
114         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
115         the greatest positive fixnum value doesn't work under an XEmacs with
116         bignum support; use the most-positive-fixnum constant instead,
117         available since Emacs 21.1 with cl and XEmacs 21.1.
118
119 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
122         XEmacs gets not to work.
123
124 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * mm-util.el (mm-coding-system-priorities): Allow the value like
127         "Japanese (UTF-8)" of current-language-environment.
128
129 2009-01-09  Glenn Morris  <rgm@gnu.org>
130
131         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
132         with last-command-event.
133
134 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
135
136         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
137         in the doc string.
138
139         * message.el (message-fix-before-sending): Amend comment.
140
141 2009-01-08  Dave Love  <fx@gnu.org>
142
143         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
144
145 2009-01-07  David Engster  <dengste@eml.cc>
146
147         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
148         simplified server definitions by converting it via
149         gnus-server-to-method.
150
151 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
154         parameter's operands.
155
156 2009-01-06  David Engster  <dengste@eml.cc>
157
158         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
159         primary select method (for gnus-group-mark-article-as-read).
160
161 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
162
163         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
164         `(gnus)Face', not `(gnus)X-Face'.
165
166 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * mm-util.el (mm-ucs-to-char): New function.
169
170         * mm-url.el (mm-url-decode-entities): Use it.
171
172         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
173         unicode-to-char.
174
175 2009-01-05  Dave Love  <fx@gnu.org>
176
177         * time-date.el: Require cl for `declare'.
178
179 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
180
181         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
182         Dave Love.
183
184 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
185
186         * message.el (message-fix-before-sending): Add `eight-bit' to
187         illegible-text check.
188
189 2009-01-03  Michael Olson  <mwolson@gnu.org>
190
191         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
192         `headers' is nil.  This can occur if the IMAP server does not have
193         permissions to read messages from a folder, but can write new messages
194         to the folder.
195         (nnimap-request-article-part): Do not insert `data' if it is nil.
196
197         * imap.el (imap-parse-fetch): Courier can insert spurious blank
198         characters which will confuse `read', so skip past them.
199
200 2009-01-01  Dave Love  <fx@gnu.org>
201
202         * imap.el (imap-string-to-integer): Fix typo.
203         (imap-fetch-safe): New function.
204         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
205
206         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
207
208         * imap.el (imap-process-connection-type, imap-debug, imap-open):
209         (imap-parse-greeting): Fix doc strings.
210         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
211         (imap-parse-flag-list): Make messages unique.
212         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
213
214         * nnimap.el: Fix author email.
215         (nnimap-split-rule): Add FIXME comment.
216         (nnimap-debug): Fix doc string.
217
218 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
219
220         * dns.el (dns-set-servers): Check "Address".  Fix typo.
221
222 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
223
224         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
225         nslookup if resolv.conf isn't available.
226         (dns-query): Rename from query-dns.
227         (dns-query-cached): Rename from query-dns-cached.
228
229 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
232         overlay-arrow-position and overlay-arrow-string buffer-local; no need
233         to check if those variables exist (first appeared in Emacs 18.50).
234
235 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * mm-util.el (mm-line-number-at-pos): New function.
238
239         * spam-report.el (spam-report-process-queue): Use it.
240
241 2008-12-24  David Engster  <dengste@eml.cc>
242
243         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
244         parameters that haven't existed as variables as buffer-local variables.
245
246 2008-12-23  Dave Love  <fx@gnu.org>
247
248         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
249         cadar.
250
251         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
252         imap-starttls-p.
253         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
254
255 2008-12-22  Dave Love  <fx@gnu.org>
256
257         * imap.el: Fix author email.  Doc fixes.
258         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
259         reply.
260
261 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
262
263         * spam-report.el (spam-report-gmane-max-requests): New constant.
264         (spam-report-gmane-wait): New variable.
265         (spam-report-gmane-ham, spam-report-gmane-spam)
266         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
267         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
268         the server.
269
270         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
271         Add explanations.
272
273         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
274         nnheader-accept-process-output and nnheader-read-timeout if available.
275         (pop3-movemail): Use it.
276
277         * message.el (message-check-news-body-syntax): Fix signature check if
278         there's an attachment.
279
280 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * mm-util.el: Add comments to the mm- emulating functions.
283
284 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
285
286         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
287         by Stephen Berman <stephen.berman@gmx.net>.
288
289 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * mm-util.el (mm-substring-no-properties): New function.
292         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
293         (mm-special-display-p): Enable those lambda forms to be byte compiled.
294         (mm-string-to-multibyte): Doc fix.
295
296         * mml.el (mml-attach-file): Use mm-substring-no-properties.
297
298 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * mml.el (mml-attach-file): Strip text properties from file name.
301         (Bug#1574)
302
303 2008-12-16  Glenn Morris  <rgm@gnu.org>
304
305         * mm-util.el (mm-charset-override-alist): Declare for compiler.
306
307 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
310         knows since the charset specified might be a bogus alias that
311         mm-charset-synonym-alist provides.
312
313 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
314
315         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
316         "ISO_8859-1".
317
318         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
319
320 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * mm-util.el (mm-charset-eval-alist):
323         Define it before mm-charset-to-coding-system.
324         (mm-charset-to-coding-system): Add optional argument `silent';
325         define it before mm-charset-override-alist.
326         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
327         default value if it can be used in Emacs currently running;
328         silence mm-charset-to-coding-system.
329
330 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
333         `allow-override' which says whether to use `mm-charset-override-alist'.
334         (rfc2047-decode-encoded-words): Use it.
335
336         * mm-util.el (mm-charset-override-alist): Fix custom type;
337         add `(gb2312 . gbk)' to choices.
338
339 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
342         fast.
343
344         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
345
346         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
347
348 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
349
350         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
351         on links.
352
353         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
354
355 2008-12-03  Lute Kamstra  <lute@gnu.org>
356
357         * sha1.el: Remove leading * from docstrings of defcustoms,
358         deffaces, defconsts and defuns.
359
360 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * message.el (message-idna-to-ascii-rhs-1): Protect against local
363         users' addresses that don't have domain parts.
364         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
365         rather than message-narrow-to-head since there will be the message
366         header separator.
367
368 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
369
370         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
371         since the result is inserted in a unibyte buffer anyway.
372         (nnimap-demule-use-string-to-multibyte): Remove.
373         (nnimap-demule): Alias it to mm-string-to-multibyte.
374
375 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
376
377         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
378         variable for debugging bug#464 and bug#1174.
379         (nnimap-demule): Use it.
380
381 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
382
383         * gnus-score.el (gnus-score-find-trace): Handle default score in total
384         score calculation correctly.
385
386 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
387
388         * message.el (message-send-mail): Just set the buffer to unibyte
389         rather than use mm-with-unibyte-current-buffer which does a lot more.
390         (message-send-mail-partially): Don't bother with
391         mm-with-unibyte-current-buffer since it's already been made unibyte by
392         message-send-mail.
393
394 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
397
398 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
399
400         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
401
402 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
405         require itself and to remove `with-no-warnings'.
406
407 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * starttls.el (starttls-any-program-available): Get the name of the
410         available TLS layer program.
411         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
412         well as the host name in the "opening" message.
413
414         * auth-source.el (auth-source-cache, auth-source-do-cache)
415         (auth-source-user-or-password): Cache passwords and logins by default,
416         allow override with `auth-source-do-cache'.
417         (auth-source-forget-user-or-password): Allow users to remove cache
418         entries if needed.
419
420 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
421
422         * md4.el (md4-buffer): Fix typo in docstring.
423         (md4, md4-64): Doc fixes.
424         (md4-pack-int32): Reflow docstring.
425
426 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * ietf-drums.el (ietf-drums-remove-comments): Localize second
429         condition-case to only the forward-sexp call.
430
431 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
434         quotes contained.  Make it more robust regardless by an extra
435         condition-case wrapper.
436
437 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * lpath.el: No need to fbind codepage-setup for Emacs 23.
440
441 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * nnml.el (nnml-request-expire-articles): Check if the function set to
444         `nnmail-expiry-target' returns the symbol `delete'.
445
446         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
447
448         * nnmail.el (nnmail-expiry-target): Fix custom type.
449
450 2008-10-02  Glenn Morris  <rgm@gnu.org>
451
452         * mm-util.el (mm-codepage-setup): Tweak codepage error.
453         Silence compiler warning.
454
455 2008-10-01  Magnus Henoch  <mange@freemail.hu>
456
457         * tls.el (open-tls-stream): Show the actual command being
458         executed, instead of the format string.
459
460 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * lpath.el: Fbind codepage-setup for Emacs 23.
463
464 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
465
466         * mml.el (mml-menu): Don't assume mml2015 is bound.
467
468 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
471         exists.
472
473 2008-09-27  Glenn Morris  <rgm@gnu.org>
474
475         * gnus-util.el (mail-header-remove-comments): Autoload it.
476
477 2008-09-27  Andreas Schwab  <schwab@suse.de>
478
479         * gnus-util.el (gnus-split-references): Strip comments.
480         (gnus-parent-id): Likewise.
481
482 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
483
484         * message.el (message-confirm-send): Fix version.
485
486 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * message.el (message-idna-to-ascii-rhs-1): Use
489         mail-extract-address-components rather than mail-header-parse-addresses
490         that is an alias by default to ietf-drums-parse-addresses that does not
491         support non-ASCII names in headers' contents.
492
493 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * message.el (message-confirm-send): Fixed variable documentation to
496         avoid the "y/n" wording.
497
498 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
499
500         * message.el (message-set-auto-save-file-name): Save to a different
501         filename so multiple messages (especially drafts) can be recovered.
502
503 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
504
505         * message.el (message-confirm-send): Add appropriate version.
506
507 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
510         defvar.
511
512 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
513
514         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
515         (mm-pkcs7-enveloped-magic): Ditto.
516
517 2008-09-17  Simon Josefsson  <simon@josefsson.org>
518
519         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
520         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
521
522 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
525         default, it's better.
526
527 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
530         summary line gnus-number property and ignore them (with a warning
531         message).
532
533 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
536         macro caddr in the interactive form since it won't be expanded.
537
538 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
541         `charset'; fix name of function called recursively.
542         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
543
544 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
547         (gnus-mime-set-charset-parameters): New function.
548         (gnus-mime-view-part-as-charset): Use it to correctly display part
549         specifying wrong charset.
550
551 2008-09-08  David Engster  <dengste@eml.cc>
552
553         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
554         in completing-read for back end server.
555
556 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * message.el (message-confirm-send): New variable to confirm sending a
559         message.
560         (message-send): Use it.
561
562 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
565
566 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
569
570 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
573         prevent tracking too many groups.
574         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
575         Use it.
576
577 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
578
579         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
580         moving point to the bottom of the window in order to avoid recentering.
581
582 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
585
586         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
587         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
588         (gnus-article-beginning-of-window): Fix calculation.
589
590 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-msg.el (gnus-summary-supersede-article)
593         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
594         value of gnus-newsgroup-charset to decode non-MIME encoded text in
595         message header.
596
597 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
598
599         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
600         pending output coming after the status change.
601
602 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
603
604         * message.el:
605         * gnus-start.el:
606         * gnus-registry.el: Remove VMS support.
607
608 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
611         macro.
612         (rfc2104-hash): Use it.
613
614 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
615
616         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
617         (gnus-summary-sort-by-most-recent-date): New commands.
618         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
619         and menu entries.
620
621 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
624         don't redisplay article for raw contents; remove plural articles stuff.
625
626         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
627         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
628         on gnus-summary-save-article; display results properly.
629
630 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * lpath.el: No need to fbind ns-focus-frame.
633
634 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
637
638 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-art.el (gnus-summary-save-in-pipe): Consider
641         gnus-save-all-headers.
642
643 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
644
645         * gnus-util.el (ns-focus-frame): Remove declaration.
646         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
647         like x.
648
649 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
650
651         * rfc2104.el (rfc2104-zero): Delete defconst.
652         (rfc2104-hex-alist): Likewise.
653         (rfc2104-hex-to-int): Delete func.
654         (rfc2104-hexstring-to-bitstring): Likewise.
655         (rfc2104-nybbles): New defconst.
656         (rfc2104-hash): Rewrite for speed.
657
658 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * tls.el (open-tls-stream): Make it work with the 2nd argument
661         BUFFER that is a string but does not exist as a buffer object, as
662         mentioned in the doc-string.
663
664 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
667         SXEmacs.
668
669 2008-07-16  Glenn Morris  <rgm@gnu.org>
670
671         * gnus-util.el (ns-focus-frame): Declare for compiler.
672
673 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
676         set as a group parameter.
677         (gnus-summary-save-in-pipe): Work when it is called independently.
678         (gnus-summary-pipe-to-muttprint): Don't modify
679         gnus-summary-pipe-output-default-command.
680
681 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
682
683         * message.el (message-send-mail-with-sendmail):
684         Display the error message.
685
686 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (gnus-default-article-saver):
689         Add gnus-summary-save-in-pipe to choices.
690         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
691         gnus-summary-pipe-output-default-command as the default command.
692         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
693         instead of gnus-last-shell-command.
694
695         * gnus-sum.el (gnus-summary-pipe-output-default-command):
696         New user option.
697         (gnus-summary-muttprint-program): Mention the value will be changed.
698         (gnus-summary-save-article): Force showing of all headers.
699         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
700
701 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
702
703         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
704
705 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
706
707         * nnimap.el (nnimap-id):
708         * sieve-manage.el (sieve-manage-open): Doc fixes.
709
710 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
711
712         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
713         if available.
714
715 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
716
717         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
718
719         * nnkiboze.el (nnkiboze-generate-group):
720         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
721
722         * nnmairix.el: Require CL.
723
724 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * dgnushack.el: Autoload get-display-table and put-display-table for
727         XEmacs 21.5.
728
729         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
730         21.4 and SXEmacs.
731
732 2008-06-15  David Engster  <dengste@eml.cc>
733
734         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
735
736 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
737
738         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
739         New macros that expand to an `aset'/`aref' call under Emacs, and to a
740         runtime choice under XEmacs.
741
742         * gnus-sum.el (gnus-summary-set-display-table):
743         Use `gnus-put-display-table', `gnus-get-display-table',
744         `gnus-set-display-table' for the display table, instead of `aset'.
745
746         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
747         Use `gnus-put-display-table', `gnus-get-display-table',
748         `gnus-set-display-table' for the display table.
749
750 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
751
752         * nnmairix.el: Add autoloads.
753
754 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
755
756         * nnmairix.el (nnmairix-delete-recreate-group)
757         (nnmairix-update-and-clear-marks): Fix error messages.
758
759 2008-06-14  David Engster  <dengste@eml.cc>
760
761         * nnmairix.el: Upgrade to version 0.6.
762         (nnmairix-group-toggle-propmarks-this-group)
763         (nnmairix-group-toggle-readmarks-this-group)
764         (nnmairix-group-delete-recreate-this-group)
765         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
766         (nnmairix-remove-tick-mark-original-article): New commands.
767         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
768         (nnmairix-propagate-marks-to-nnmairix-groups)
769         (nnmairix-only-use-registry, nnmairix-allowfast-default)
770         (nnmairix-marks-cache, nnmairix-version-output): New variables.
771         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
772         functions needed for marks propagation and manipulation of read marks.
773         (nnmairix-update-groups): New function.
774         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
775         (nnmairix-determine-original-group-from-registry)
776         (nnmairix-determine-original-group-from-path)
777         (nnmairix-get-group-from-file-path, nnmairix-map-range)
778         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
779         New helper functions.
780         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
781         keystrokes for new commands.
782         (nnmairix-delete-and-create-on-change): Doc string cleanup.
783         (nnmairix-request-group): Check allow-fast group parameter.
784         (nnmairix-request-create-group): Set allow-fast group parameter if
785         nnmairix-allowfast-default is set.
786         (nnmairix-close-group): Propagate marks upon closing if needed.
787         (nnmairix-group-toggle-threads-this-group): Use new.
788         nnmairix-group-toggle-parameter helper function.
789         (nnmairix-search): Better check for empty search result.
790         (nnmairix-goto-original-article): Use new helper functions for
791         determining original article.
792         (nnmairix-show-original-article): Make sure message-id is in brackets.
793         (nnmairix-call-mairix-binary): Change variable name.
794         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
795         helper function.
796         (nnmairix-widget-toggle-activate): Fix doc string.
797
798 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * nnir.el: Require edmacro when compiling with XEmacs.
801         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
802         available in Emacs 21.
803
804 2008-06-11  Glenn Morris  <rgm@gnu.org>
805
806         * gnus-util.el (x-focus-frame):
807         * gnus.el (image-size):
808         * mm-decode.el (image-size): Declare.
809
810         * gnus-picon.el (declare-function): Add compat definition.
811         (image-size): Declare.
812
813         * gnus-group.el (tool-bar-map):
814         * gnus-sum.el (tool-bar-map): Define for compiler.
815
816         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
817
818         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
819
820         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
821         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
822         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
823         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
824         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
825         * sieve-manage.el, spam-report.el, spam.el:
826         Remove unnecessary eval-and-compile of autoloads.
827
828 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
829
830         * auth-source.el: Precise Tramp doc.
831
832 2008-06-07  Glenn Morris  <rgm@gnu.org>
833
834         * nnmairix.el: Remove unnecessary eval-when-compile.
835
836 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * lpath.el: Fbind propertize for XEmacs 21.4.
839
840 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
841
842         * nnir.el: Move here from ../contrib.
843
844 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
845
846         * gnus-util.el (gnus-read-shell-command): New function.
847         * mm-decode.el (mm-pipe-part):
848         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
849
850 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
853
854 2008-06-03  Glenn Morris  <rgm@gnu.org>
855
856        * pop3.el (nnheader-accept-process-output): Autoload it.
857
858 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
861         are not 2-digit hexadecimal characters that follow `%'s.
862
863 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
864
865         * message.el (message-bogus-recipient-p): Fix type in doc string.
866         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
867         (message-bogus-addresses): Rename from message-bogus-address-regexp.
868         Improve custom options.
869         (message-bogus-recipient-p): Adjust accordingly.
870
871 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
872
873         * parse-time.el (parse-time-months, parse-time-weekdays): Add
874         long-form month and day names.
875
876 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * dgnushack.el: Autoload debug, eudc-expand-inline and
879         pgg-snarf-keys-region for XEmacs.
880
881         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
882
883         * nnmairix.el: Require edmacro when compiling with XEmacs.
884
885 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
886
887         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
888         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
889
890 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * auth-source.el: Add more docs.
893
894         * netrc.el (netrc-machine): Always match if the port is not given.
895
896 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * nnheader.el (nnheader-read-timeout): Change the default timeout from
899         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
900         retrieval faster in some cases, but might make CPU usage larger.  If
901         this has any bad side effects, we might revert this change.
902
903         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
904         seems to make mail retrieval much, much faster.
905         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
906         unconditionally.
907
908         * gnus-draft.el (gnus-group-send-queue): Bind
909         message-send-mail-partially-limit to nil to avoid being prompted.
910
911 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
912
913         * mml.el (mml-attach-buffer): Prompt for `disposition'.
914
915         * message.el (message-bogus-address-regexp): Fix and improve custom
916         type.
917         (message-setup-hook): Add message-check-recipients as custom option.
918
919 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
920
921         * message.el (message-cite-function): Remove bogus autoload which crept
922         in during merge from v5-10.
923
924 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
925
926         * nnimap.el (nnimap-open-connection): Fix login/password bug.
927
928         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
929
930         * auth-source.el: Preliminary Tramp docs.
931         (auth-sources): Change the default auth-sources to use
932         EPA .gpg files.
933
934 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * nntp.el: Autoload `auth-source-user-or-password'.
937         (nntp-send-authinfo): Use it.
938
939         * nnimap.el: Autoload `auth-source-user-or-password'.
940         (nnimap-open-connection): Use it.
941
942         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
943         for the gnus-message function.
944         (auth-source-user-or-password): Use it.
945
946 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
947
948         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
949         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
950         (rfc2104-hash): Use it.
951
952 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
953
954         * gnus-art.el (gnus-article-toggle-truncate-lines):
955         Don't use `iff' in docstring.
956
957 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
958
959         * gnus-registry.el: Adjusted copyright dates and added a keyword.
960
961         * gnus-util.el (gnus-extract-address-component-name)
962         (gnus-extract-address-component-email): Convenience functions around
963         `gnus-extract-address-components'.
964
965         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
966         Use `gnus-extract-address-component-email' to fix bug of comparing full
967         sender name to `user-mail-address'.
968
969 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
970
971         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
972         catch/throw to optimize.
973         (gnus-registry-find-keywords): Just use member to find a keyword.
974
975 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
976
977         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
978         is current before calling gnus-server-prepare.
979         (gnus-server-setup-buffer, gnus-server-update-server)
980         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
981
982 2008-05-04  Juri Linkov  <juri@jurta.org>
983
984         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
985         (mailcap-file-default-commands): Use mailcap-replace-in-string
986         instead of replace-regexp-in-string, and mailcap-delete-duplicates
987         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
988
989 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
990
991         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
992
993 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
994
995         * gnus.el: Bump version to 0.11
996
997 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
998
999         * gnus.el: No Gnus v0.10 is released.
1000
1001 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1004         hooks.
1005         (gnus-update-read-articles): Speed up non-marks-using users.
1006         (gnus-use-marks): Define gnus-use-marks.
1007         (gnus-propagate-marks): Rename variable to something more sensible.
1008
1009 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1010
1011         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1012         (gmm-image-load-path-for-library): Fix typos in docstrings.
1013         (gmm-message): Reflow docstring.
1014
1015 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * mail-source.el (mail-source-set-1, mail-source-bind):
1018         Move auth-source code out of the macro to clean it up and fix bugs.
1019
1020 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1021
1022         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1023         by sender if it's equal to user-mail-address, it's likely to be
1024         useless.
1025
1026         * mail-source.el (mail-source-bind): Don't use user or password if they
1027         are not bound.  Unintern them if they are nil.  Don't use server unless
1028         it's bound, and default it to empty string otherwise.
1029
1030 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * mail-source.el: Load auth-source.el.
1033         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1034         get user name or password, if auth-sources is set up.
1035
1036         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1037         strategy of splitting with parent.
1038         (gnus-registry-split-fancy-with-parent)
1039         (gnus-registry-post-process-groups): Use it and fix prior
1040         bug (returning a list as the split result).
1041
1042         * auth-source.el (auth-sources): Remove server parameter.
1043         (auth-source-pick, auth-source-user-or-password)
1044         (auth-source-user-or-password-imap)
1045         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1046         (auth-source-user-or-password-sftp)
1047         (auth-source-user-or-password-smtp): Remove server parameter.
1048
1049 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1050
1051         * smime.el (smime-sign-region, smime-encrypt-region)
1052         (smime-decrypt-region):
1053         Remove redundant calls to `generate-new-buffer-name'.
1054
1055 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1056
1057         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1058         Don't use QP for message/rfc822.
1059         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1060
1061 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1062
1063         * sieve-manage.el (sieve-string-bytes): Remove.
1064         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1065         correct byte-length only if the process's coding-system is the same as
1066         the one used internally by Emacs to represent strings.
1067
1068 2008-04-22  Juri Linkov  <juri@jurta.org>
1069
1070         * mailcap.el (mailcap-file-default-commands): New function.
1071
1072 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1073
1074         * message.el (message-signature-separator, message-cite-function):
1075         Change custom version.
1076
1077 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1078
1079         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1080         commands.
1081         (tls-checktrust): Ditto.
1082
1083 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1084
1085         * mm-decode.el (mm-display-external): Make temp file read-only.
1086
1087 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1090         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1091         `C-c C-f d'.
1092
1093 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1094
1095         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1096
1097 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1098
1099         * gnus.el: Bump version to 0.9.
1100
1101 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus.el: No Gnus v0.8 is released.
1104
1105 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1106
1107         * mail-source.el (mail-source-value):
1108         Prefer fboundp to functionp so it works with macros as well.
1109
1110 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1111
1112         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1113         Fix last change in case the element is not even a symbol.
1114
1115 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1116
1117         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1118         Prefer fboundp to functionp so it works with macros as well.
1119
1120 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1121
1122         * auth-source.el: Added docs.
1123         (auth-sources): Modify format to support server.
1124         (auth-source-pick, auth-source-user-or-password)
1125         (auth-source-user-or-password-imap)
1126         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1127         (auth-source-user-or-password-sftp)
1128         (auth-source-user-or-password-smtp): Add server parameter.
1129
1130 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * gnus-registry.el: Initialize the registry when gnus-registry-install
1133         is t.
1134
1135 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * compface.el (uncompface): Make buffer unibyte.
1138
1139 2008-04-05  Glenn Morris  <rgm@gnu.org>
1140
1141         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1142
1143 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1144
1145         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1146         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1147
1148         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1149         multibyteness after rather than before erasing it.
1150
1151         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1152         mm-with-multibyte.
1153         (gnus-request-article-this-buffer): Make sure the proper decoding is
1154         used if gnus-original-article-buffer happens to be unibyte.
1155
1156         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1157         default-enable-multibyte-characters.
1158
1159         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1160         default-enable-multibyte-characters.
1161
1162         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1163
1164         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1165
1166 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1167
1168         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1169         (imap-message-copyuid-1): Use it.
1170         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1171         J. Williams in
1172         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1173
1174         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1175         imap-enable-exchange-bug-workaround.
1176         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1177
1178 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1179
1180         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1181         a 100 byte status-checks into a 2-3MB transfer for each group.
1182         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1183         to enable bug workaround or not.
1184         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1185
1186 2008-03-31  Glenn Morris  <rgm@gnu.org>
1187
1188         * message.el (mml2015-use): Declare for compiler.
1189         (message-info): Require mml2015 when appropriate.
1190
1191 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1194         whitespace.
1195
1196 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1199         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1200         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1201         (nntp-service-to-port): New function.
1202         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1203         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1204         (nntp-open-netcat-stream): New function.
1205         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1206
1207 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1208
1209         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1210
1211 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1212
1213         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1214
1215 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1216
1217         * dns.el (dns-write): Use set-buffer-multibyte.
1218
1219 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1220
1221         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1222
1223 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1224
1225         * message.el (message-signature-separator): Change default.
1226         Improve custom type.
1227         (message-cite-function): Change default to
1228         message-cite-original-without-signature.
1229
1230         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1231         toggle.
1232
1233         * message.el (message-check-news-body-syntax): Fix signature check.
1234         (message-setup-1): Mark buffer as unmodified _after_ running
1235         message-setup-hook and handling message-alternative-emails.
1236         (message-shorten-references): Be more strict when building list of
1237         valid references to comply with GNKSA.
1238
1239         * gnus-group.el (gnus-read-ephemeral-bug-group)
1240         (gnus-read-ephemeral-debian-bug-group)
1241         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1242
1243         * message.el (message-info): Don't use booleanp which isn't supported
1244         in Emacs 21 and XEmacs.
1245
1246 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1247
1248         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1249         gnus-group-gmane-group-download-format.
1250         (gnus-group-read-ephemeral-gmane-group): Rename from
1251         gnus-group-read-ephemeral-gmane-group.
1252         (gnus-read-ephemeral-gmane-group-url): Rename from
1253         gnus-group-read-ephemeral-gmane-group-url.
1254         (gnus-bug-group-download-format-alist): New variable.
1255         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1256         (gnus-read-ephemeral-emacs-bug-group): New commands.
1257
1258 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1259
1260         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1261         (gnus-visible-headers): Improve custom type.
1262
1263 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1264
1265         * mml.el (mml-menu): Add workarounds for XEmacs.
1266
1267         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1268         X-Boundary header.
1269
1270         * message.el (message-simplify-recipients): Fix previous commit.
1271
1272 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1273
1274         * mm-util.el (mm-set-buffer-multibyte): New function.
1275         * mm-decode.el (mm-copy-to-buffer): Use it.
1276
1277 2008-03-19  Glenn Morris  <rgm@gnu.org>
1278
1279         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1280         Accidentally removed in the sync process with Emacs.
1281
1282 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * message.el (message-alter-recipients-discard-bogus-full-name):
1285         New function.
1286         (message-alter-recipients-function): New variable.
1287         (message-get-reply-headers): Use it.
1288         (message-replace-header): New helper function.
1289         (message-recipients-without-full-name): New variable.
1290         (message-simplify-recipients): New command.
1291
1292         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1293
1294         * message.el (message-info): Handle EasyPG manual.
1295
1296         * mml.el (mml-menu): Add entry for EasyPG.
1297
1298 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1299
1300         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1301         parameter.
1302
1303         * message.el (message-disassociate-draft): Specify drafts group name
1304         fully.
1305
1306 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1307
1308         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1309         unnecessary duplicates from the match list.
1310
1311 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1314
1315         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1316
1317         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1318         args of `how-many' of which the XEmacs version doesn't take; declare
1319         Info-index-next as function.
1320
1321 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1322
1323         * gnus-score.el (gnus-score-headers): Fix handling of
1324         gnus-inhibit-slow-scoring.
1325
1326         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1327         string.
1328         (gnus-button-url-regexp): Improve handling of parenthesis.
1329         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1330         (gnus-button-handle-info-keystrokes): Handle index entries.
1331
1332 2008-03-15  Glenn Morris  <rgm@gnu.org>
1333
1334         * parse-time.el (parse-time-string): Simplify.
1335
1336 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1339         Incoming* files.
1340
1341 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1344         (auth-source-pick): Use it.
1345
1346 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1347
1348         * binhex.el (binhex-decode-region-internal):
1349         * uudecode.el (uudecode-decode-region-internal):
1350         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1351         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1352         setting default-enable-multibyte-characters.
1353
1354 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * auth-source.el (auth-source-protocols)
1357         (auth-source-protocols-customize, auth-source-choices): Added and
1358         modified variable customizations and defaults.
1359         (auth-source-pick, auth-source-user-or-password)
1360         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1361         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1362         (auth-source-user-or-password-sftp)
1363         (auth-source-user-or-password-smtp): Use new variables and provide an
1364         interface to netrc.el.
1365
1366 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1369         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1370         Make sure the nntp port to specify is a string.
1371
1372 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1373
1374         * nntp.el: Use with-current-buffer.
1375         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1376         dubious mm-with-unibyte-current-buffer.
1377         (nntp-with-open-group-function): New function extracted from
1378         nntp-with-open-group macro.
1379         (nntp-with-open-group): Use the function, so it's easier to debug.
1380         Add indentation and debugging info.
1381         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1382         the use of the netcat alternatives.
1383
1384         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1385         Avoid mm-string-as-multibyte as well.
1386
1387         * nnweb.el (nnweb-insert-html):
1388         Remove use of nnheader-string-as-multibyte.
1389
1390         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1391         (nnheader-string-as-multibyte): Remove.
1392
1393         * mm-view.el: Use inhibit-read-only.
1394         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1395         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1396         or unibyte-string.
1397
1398         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1399         (mm-uu-yenc-extract): Use with-current-buffer.
1400
1401         * gnus-soup.el (gnus-soup-send-packet): Don't use
1402         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1403
1404         * nnmh.el: Use with-current-buffer.
1405         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1406         mm-string-as-multibyte on the output of mm-encode-coding-string.
1407
1408         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1409         (nnimap-request-move-article): Use with-current-buffer.
1410
1411         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1412         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1413         conversion uses string-make-unibyte rather than string-as-unibyte.
1414
1415         * gnus-msg.el: Use with-current-buffer.
1416
1417         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1418
1419 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1420
1421         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1422         string for caching if it is 'PIN.
1423
1424 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * lpath.el: Consider the case without Emacs/W3.
1427
1428 2008-03-08  Glenn Morris  <rgm@gnu.org>
1429
1430         * time-date.el (date-to-time, time-subtract, time-add)
1431         (safe-date-to-time): Doc fixes.
1432
1433 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * mail-source.el (mail-source-delete-old-incoming-confirm):
1436         Change default to nil.
1437         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1438
1439 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * lpath.el: Rearrange.
1442
1443         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1444         (gnus-article-goto-prev-page): Work for articles having ^L's.
1445
1446         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1447
1448         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1449
1450 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1451
1452         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1453         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1454         (gnus-bookmark-jump): Adjust some variable names.
1455
1456 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1457
1458         * auth-source.el: New package.
1459         (auth-source-choices): Add customization entry point variable.
1460
1461         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1462         bug.
1463
1464 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1467         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1468         (gnus-registry-install-shortcuts): Rename from
1469         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1470         the `gnus-registry-mark-map' keymap dynamically from
1471         `gnus-registry-marks'.  The generated functions update the summary line
1472         when a registry mark is added or deleted, and will call
1473         `gnus-registry-install-p' (see the comments in the code).
1474         (gnus-registry-user-format-function-M): Use concat intelligently.
1475
1476         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1477         the registry mark functions.
1478
1479 2008-03-05  Glenn Morris  <rgm@gnu.org>
1480
1481         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1482         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1483         gnus-art.
1484         (top-level): No need to load own source when compiling.
1485
1486 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1487
1488         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1489         Suggested by <chris.anderton@zetnet.co.uk>.
1490
1491 2008-03-04  Glenn Morris  <rgm@gnu.org>
1492
1493         * gnus-sum.el (top-level): No need to require gnus when compiling,
1494         since unconditionally required near start of file.
1495         (gnus-summary-display-while-building): Move definition before use.
1496
1497 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1498
1499         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1500         formatting function.
1501
1502 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1503
1504         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1505         with plists.
1506         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1507         Use new format.
1508
1509 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1512         `where-is-internal' that returns a range of key sequences.
1513
1514 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1515
1516         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1517
1518         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1519         (gnus-summary-jump-to-group): Consider windows on other displayed
1520         frames as well.  Similar changes might be needed elsewhere, but that's
1521         the one I've bumped into during my use.
1522
1523         * nndoc.el (nndoc-oe-dbx-type-p):
1524         * gnus-msg.el (gnus-debug):
1525         * gnus-group.el (gnus-update-group-mark-positions):
1526         Use mm-string-to-multibyte.
1527
1528 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1531         doesn't handle NotDashEscaped.
1532
1533         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1534         (mml-dnd-attach-options): Fix typo in custom choice.
1535
1536         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1537         nndoc-article-type to mbox.
1538         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1539
1540         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1541         to nil, instead of html2text.
1542
1543         * imap.el (imap-debug): Add `imap-ping-server'.
1544
1545         * gnus-bookmark.el: Add FIXMEs.
1546
1547         * message.el (message-form-letter-separator)
1548         (message-send-form-letter-delay): New variables.
1549         (message-send-form-letter): Use them.  New command to send form
1550         letters.  Requested by Uwe Siart.
1551         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1552
1553 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * Update copyright years.
1556
1557 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1558
1559         Sync from EMACS_22_BASE.
1560
1561         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1562
1563 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1564
1565         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1566         empty author.
1567
1568 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1569
1570         * gnus-registry.el (gnus-registry-marks): Add variable for
1571         customization of marks and their appearance.
1572         (gnus-registry-read-mark): Use it.
1573         (gnus-registry-do-marks): Add utility function to loop through
1574         `gnus-registry-marks'.
1575         (gnus-registry-install-shortcuts-and-menus): Add function to install
1576         shortcuts and menus.
1577         (gnus-registry-initialize): Use it.
1578         (gnus-registry-default-mark): Clarify documentation.
1579
1580 2008-02-29  Glenn Morris  <rgm@gnu.org>
1581
1582         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1583         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1584         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1585         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1586         Change defcustom :version from 23.0 to 23.1.
1587
1588 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * gnus-registry.el (gnus-registry-follow-group-p)
1591         (gnus-registry-post-process-groups): Add functions to aid registry
1592         splitting and improve logging.  Clarify behavior in function
1593         documentation.
1594         (gnus-registry-split-fancy-with-parent): Use them.
1595
1596 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1597
1598         * gnus-art.el: Use with-current-buffer.
1599
1600 2008-02-27  David Engster  <dengste@eml.cc>
1601
1602         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1603         Express real group name in the response.
1604
1605 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1608         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1609         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1610         autoload gnus-registry-fetch-group when compiling.
1611         (nnmairix-request-group-with-article-number-correction): Remove
1612         unreferenced argument passed to nnmairix-call-backend.
1613
1614 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1615
1616         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1617         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1618         Wilde.
1619
1620 2008-02-27  Glenn Morris  <rgm@gnu.org>
1621
1622         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1623         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1624         variables to defconsts.  Convert comments to doc-strings.
1625         (nnmairix-last-server, nnmairix-current-server): Convert from free
1626         variables to defvars.  Convert comments to doc-strings.
1627         (gnus-registry-fetch-group): Autoload.
1628         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1629         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1630         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1631         caddr.
1632         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1633         nnmairix-request-group-with-article-number-correction call.
1634         (nnmairix-fast, nnmairix-group): New, less general names, for free
1635         variables passed from nnmairix-request-group to
1636         nnmairix-request-group-with-article-number-correction.  Declare.
1637         (nnmairix-request-group-with-article-number-correction):
1638         Use nnmairix-fast, nnmairix-group rather than fast, group.
1639
1640 2008-02-26  David Engster  <dengste@eml.cc>
1641
1642         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1643         version 0.5.
1644
1645 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1646
1647         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1648         instead of making an extra function call.  Don't add the current group
1649         to articles only when they have the group.  Use
1650         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1651         Reported by David <de_bb@arcor.de>.
1652
1653 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1656         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1657
1658 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1659
1660         * mail-source.el (mail-source-delete-incoming): Change default.
1661         Supplement doc string.
1662
1663         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1664
1665 2008-02-14  Glenn Morris  <rgm@gnu.org>
1666
1667         * time-date.el (format-seconds): New function.
1668
1669 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1670
1671         * nnmail.el (nnmail-message-id-cache-file): Derive from
1672         `gnus-home-directory'.
1673
1674 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1677         Document negative prefix.
1678
1679         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1680
1681 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * message.el (message-unsent-separator): Add the Exim bounce
1684         separator.
1685
1686 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1687
1688         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1689         list.
1690         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1691         recipient/signer list.
1692
1693 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * Makefile.in (datarootdir): Define.
1696         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1697         name that might contain whitespace.
1698
1699 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1700
1701         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1702         fbound (Emacs 23 unicode), signal an error.
1703
1704 2008-02-08  Glenn Morris  <rgm@gnu.org>
1705
1706         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1707
1708 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1709
1710         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1711         ports to the calls to `netrc-machine-user-or-password' in addition to
1712         "imap" and "imaps".
1713
1714 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1715
1716         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1717
1718         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1719
1720 2008-02-01  Kenichi Handa  <handa@m17n.org>
1721
1722         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1723         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1724         (rfc2104-hash): Convert the result of concat to unibyte string.
1725
1726 2008-02-01  Dave Love  <fx@gnu.org>
1727
1728         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1729         coding-system-for-read.
1730         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1731
1732 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1733
1734         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1735         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1736         <hanche@math.ntnu.no>.
1737
1738 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1741
1742         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1743
1744 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1745
1746         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1747         * message.el (message-beginning-of-line): Use featurep instead of bound
1748         tests in order to resolve conditionals at compile time.
1749
1750 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1751
1752         * mail-source.el (mail-sources): Add `group' choice.
1753
1754         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1755         parameter `in-group' to control into which group the articles go.
1756         Add treatment of `group' mail-source.
1757
1758 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1761
1762         * mm-decode.el (mm-dissect-buffer): Decode description.
1763
1764         * mml.el (mml-to-mime): Encode message header first.
1765
1766 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1769         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1770
1771         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1772         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1773
1774 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1777
1778 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1781         prefix keys.
1782         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1783         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1784         gnus-xmas.el.
1785
1786         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1787         (gnus-xmas-article-describe-bindings): New function.
1788         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1789         gnus-xmas-article-describe-bindings.
1790
1791         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1792
1793 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1796         Add new variables for article mark management.
1797         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1798         list of extra data entries which, when present, will indicate that the
1799         article ID should not be trimmed from the registry.
1800         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1801         functions.
1802         (gnus-registry-read-mark): New function to read a mark name from the
1803         user.
1804         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1805         (gnus-registry-set-article-mark-internal): New functions to add and
1806         remove marks.
1807         (gnus-registry-get-article-marks): New function to show the marks for
1808         an article, or retrieve them for further use.
1809
1810 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1813         keys when no argument is given.
1814
1815 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1816
1817         * imap.el (imap-ping-server): New variable.
1818         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1819         (imap-ping-server): Minor doc string fixes.
1820
1821 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1822
1823         * imap.el (imap-ping-server): New function.
1824         (imap-opened): Call imap-ping-server.
1825
1826 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1827
1828         * gnus-sum.el (gnus-article-sort-by-random)
1829         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1830         jidanni@jidanni.org.
1831
1832 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-art.el (gnus-article-describe-bindings): New function.
1835         (gnus-article-read-summary-keys): Use it.
1836         (gnus-article-mode-map): Bind `C-h b' to it.
1837
1838 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1841         XEmacs.
1842         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1843         against non-character events.
1844
1845         * lpath.el: Fbind map-keymap for Emacs 21.
1846
1847 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1848
1849         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1850         command.
1851         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1852         instead of END.  Change name of the temp file.
1853         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1854         customizable.
1855
1856 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1859         bind `S W' to gnus-article-wide-reply-with-original; set default
1860         binding to gnus-article-read-summary-send-keys.
1861         (gnus-article-read-summary-keys): Fix the order of keys; display
1862         continuation keys correctly in the echo area; describe bindings
1863         correctly when keys end with `C-h'.
1864         (gnus-article-read-summary-send-keys): New function.
1865         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1866         for gnus-article-read-summary-send-keys; display continuation keys
1867         correctly in the echo area.
1868         (gnus-article-reply-with-original): Ignore prefix argument.
1869         (gnus-article-wide-reply-with-original): New function.
1870
1871         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1872         Emacs 21.
1873
1874 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1877         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1878
1879 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1882         (gnus-group-read-ephemeral-gmane-group): New command.
1883
1884 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1885
1886         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1887
1888 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * message.el (message-send-mail-function): Increase custom version.
1891
1892         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1893         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1894
1895 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1898         for the cases where imap-authenticate is called with a nil buffer
1899         parameter.
1900
1901 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1904         html parts correctly; support forwarded messages.
1905         (gnus-article-browse-html-article): Remove work buffers.
1906
1907         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1908         compiling.
1909         (netrc-bound-and-true-p): New macro.
1910         (netrc-parse): Use it instead of bound-and-true-p that is not available
1911         in XEmacs 21.4.
1912
1913 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * gnus-registry.el (gnus-registry-mark-article)
1916         (gnus-registry-article-marks): Add functionality to mark articles
1917         through the Gnus registry.
1918
1919         * encrypt.el: Clarify documentation for the new pgg method.
1920         (encrypt-file-alist): Add PGG option.
1921         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1922         functionality.  Abstract password key and messaging to external
1923         functions.
1924         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1925         (encrypt-message-method-and-cipher): Add new convenience external
1926         functions.
1927         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1928         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1929
1930         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1931         (netrc-parse): Use encrypt-file-alist to determine if
1932         encrypt-find-model or encrypt-insert-file-contents should be used.
1933
1934         * encrypt.el: Clarify documentation.  Load password-cache or
1935         password, whichever one is found first, instead of autoloading.
1936
1937 2007-12-19  Glenn Morris  <rgm@gnu.org>
1938
1939         * mml.el (message-options-set, message-narrow-to-head)
1940         (message-in-body-p, message-mail-p, message-encode-message-body):
1941         Autoload.
1942         (message-remove-header, message-narrow-to-headers-or-head)
1943         (message-subscribed-p, message-make-mail-followup-to)
1944         (message-position-on-field, message-news-p)
1945         (message-options-set-recipient, message-generate-headers)
1946         (message-sort-headers): Declare as functions.
1947
1948 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1949
1950         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1951         convention in doc string.
1952
1953 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1956         title to html parts.
1957         (gnus-article-browse-html-article): Pass message header to it.
1958
1959         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1960
1961 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1962
1963         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1964         or password compatible with XEmacs.
1965
1966 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1969         format document.
1970         (gnus-mime-delete-part): Don't write description line if empty.
1971         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1972
1973 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1974
1975         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1976         (gnus-summary-mark-read-and-unread-as-read)
1977         (gnus-summary-mark-current-read-and-unread-as-read)
1978         (gnus-summary-mark-unread-as-ticked): Doc fix.
1979         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1980
1981 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1982
1983         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1984         Christoph Conrad <christoph.conrad@gmx.de>.
1985
1986 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1989         yes-or-no-p.
1990
1991 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-decode.el (mm-add-meta-html-tag): New function.
1994         (mm-save-part-to-file, mm-pipe-part): Use it.
1995
1996         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1997         gnus-y-or-n-p instead of y-or-n-p.
1998         (gnus-article-browse-html-parts): Work with message/external-body; use
1999         mm-add-meta-html-tag.
2000
2001 2007-12-11  Glenn Morris  <rgm@gnu.org>
2002
2003         * gnus-cache.el: Require gnus-sum not just when compiling.
2004
2005         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2006
2007         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2008         definitions before use.
2009
2010         * mm-decode.el: Require gnus-util.
2011         (mm-remove-part): Only call delete-annotation on XEmacs.
2012
2013         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2014
2015         * nnmail.el: Require gnus-int.
2016
2017         * spam.el: Move `require's before `eval-when-compile's.
2018
2019         * gnus-ems.el (gnus-alive-p):
2020         * gnus-fun.el (message-goto-eoh):
2021         * gnus-util.el (gnus-group-name-decode):
2022         * mail-source.el (gnus-compress-sequence):
2023         * message.el (Info-goto-node, format-spec):
2024         * mm-bodies.el (message-options-get):
2025         * mm-decode.el (mm-view-pkcs7):
2026         * mm-util.el (gmm-write-region):
2027         * mml-smime.el (mml-compute-boundary)
2028         (gnus-completing-read-with-default):
2029         * mml.el (widget-button-press, gnus-make-hashtable):
2030         * mml1991.el (mm-decode-content-transfer-encoding)
2031         (mm-encode-content-transfer-encoding)
2032         (message-options-get, message-options-set):
2033         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2034         * nnfolder.el (gnus-request-group):
2035         * nnheader.el (ietf-drums-unfold-fws):
2036         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2037         * smime.el (gnus-run-mode-hooks):
2038         * spam-stat.el (gnus-message): Autoload.
2039
2040         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2041         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2042         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2043         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2044         Add declare-function compatibility definition.
2045
2046         * gnus-cache.el (nnvirtual-find-group-art):
2047         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2048         (gnus-add-image, gnus-add-wash-type):
2049         * gnus-group.el (nnkiboze-score-file):
2050         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2051         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2052         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2053         (message-tokenize-header, gnus-get-buffer-create)
2054         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2055         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2056         * gnus.el (gnus-group-decoded-name):
2057         * mail-source.el (imap-capability):
2058         * mm-bodies.el (message-options-set):
2059         * mm-decode.el (gnus-configure-windows):
2060         * mm-extern.el (message-goto-body):
2061         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2062         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2063         (epg-sub-key-validity, message-options-set):
2064         * mml.el (widget-event-point, gnus-configure-windows):
2065         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2066         * mml2015.el (epg-check-configuration, epg-configuration)
2067         (message-options-set):
2068         * nndb.el (nndb-request-article):
2069         * nnfolder.el (gnus-request-create-group):
2070         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2071         * nnmaildir.el (gnus-group-mark-article-read):
2072         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2073         * rfc1843.el (message-fetch-field):
2074         * spam.el (gnus-extract-address-components):
2075         Declare as functions.
2076
2077 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2080
2081         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2082
2083         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2084         bind show-trailing-whitespace for XEmacs.
2085
2086 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2087
2088         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2089         new no-op macro for backward compatibility.
2090
2091         * imap.el (imap-string-to-integer): New function.
2092
2093 2007-12-09  Glenn Morris  <rgm@gnu.org>
2094
2095         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2096
2097         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2098         * message.el, mm-view.el, sieve-manage.el, smime.el:
2099         Add declare-function compatibility definition.
2100
2101         * gnus-art.el (w3-region, w3m-region, Info-menu):
2102         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2103         * gnus-sum.el (gnus-get-predicate):
2104         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2105         * message.el (mail-abbrev-in-expansion-header-p):
2106         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2107         (w3m-detect-meta-charset, w3m-region):
2108         * sieve-manage.el (password-read, password-cache-add)
2109         (password-cache-remove):
2110         * smime.el (password-read-and-add): Declare as functions.
2111
2112 2007-12-08  David Kastrup  <dak@gnu.org>
2113
2114         * gnus-sum.el (gnus-summary-simplify-subject-query):
2115         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2116         `message'.
2117
2118 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2121         it to bind idna-program, installation-directory, defined-colors, and
2122         face-attribute for XEmacs of the version that compiles defcustom forms.
2123
2124 2007-12-07  Glenn Morris  <rgm@gnu.org>
2125
2126         * gnus-art.el (article-make-date-line): Revert previous change.
2127
2128 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2129
2130         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2131
2132 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2133
2134         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2135         Call gnus-add-to-range ranges only once with a prepared article-list.
2136
2137 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2138
2139         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2140         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2141         group names with backslashes.  Reported by Tassilo Horn
2142         <tassilo@member.fsf.org>.
2143
2144 2007-12-06  Deepak Goel  <deego3@gmail.com>
2145
2146         * gnus-art.el (article-make-date-line):
2147         * gnus-start.el (gnus-load):
2148         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2149
2150 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (gnus-use-idna)
2153         * gnus-start.el (gnus-site-init-file)
2154         * message.el (message-use-idna)
2155         * mm-uu.el (mm-uu-hide-markers)
2156         * smiley.el (smiley-style): Revert changes that suppress warnings.
2157
2158 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2161         specify charset to html source.  Reported by Christoph Conrad
2162         <christoph.conrad@gmx.de>.
2163
2164 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2167         idna-program in order to suppress byte compile warning issued by XEmacs
2168         that came to byte compile the default value section of defcustom forms
2169         recently.
2170
2171         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2172         value of installation-directory.
2173
2174         * message.el (message-use-idna): Don't directly refer to the value of
2175         idna-program.
2176
2177         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2178
2179         * smiley.el (smiley-style): Don't directly call face-attribute.
2180
2181 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2182
2183         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2184
2185         * gnus-dired.el: Reduce Gnus dependencies.
2186         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2187         require.  Use autoloads instead.
2188         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2189         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2190         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2191         (gnus-dired-mode): Adjust doc string.
2192         (gnus-dired-mail-mode): New variable.
2193         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2194         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2195         (gnus-dired-mail-buffers): New function.  Return mail or message
2196         composition buffers.
2197         (gnus-dired-attach): Use it.
2198         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2199         NO-DECODE.
2200         (gnus-dired-print): Use `gnus-print-buffer' depending on
2201         `gnus-dired-mail-mode'.
2202
2203 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * rfc2047.el (rfc2047-encoded-word-regexp)
2206         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2207         explaining what regexp patterns are for.
2208
2209 2007-12-04  Glenn Morris  <rgm@gnu.org>
2210
2211         * password.el: Move to password-cache.el.
2212
2213         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2214         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2215         * mml-smime.el (password-read, password-cache-add)
2216         (password-cache-remove):
2217         No need to autoload, since mml-sec requires password.
2218
2219         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2220         * message.el (gnus-extract-address-components):
2221         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2222
2223         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2224         password.
2225
2226 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * mailcap.el: Reduce dependencies.
2229         (mail-header-parse-content-type): Autoload.
2230         (mailcap-delete-duplicates): New alias.
2231         (mailcap-mime-info): Add optional argument NO-DECODE.
2232         (mailcap-mime-types): Use mailcap-delete-duplicates.
2233
2234         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2235
2236 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2237
2238         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2239         (imap-parse-status): Upcase status-att for servers that sends them
2240         lower-case (e.g., MS Exchange 2007).
2241
2242 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2245         function.
2246
2247         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2248         (gnus-uu-yenc-article): New function.
2249
2250         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2251
2252         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2253         buffer.
2254
2255 2007-12-02  Glenn Morris  <rgm@gnu.org>
2256
2257         * binhex.el (binhex): New custom group.
2258         (binhex-decoder-program, binhex-decoder-switches)
2259         (binhex-use-external): Move to the binhex custom group.
2260
2261         * uudecode.el (uudecode): New custom group.
2262         (uudecode-decoder-program, uudecode-decoder-switches)
2263         (uudecode-use-external): Move to the uudecode custom group.
2264
2265         * netrc.el (top-level): Don't load `encrypt' features.
2266         (netrc-parse): Don't use encrypt.
2267         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2268
2269         * encrypt.el: Remove file.
2270
2271 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2274         matches on patches.
2275
2276         * gnus-art.el (gnus-article-browse-html-article): Mention
2277         `mm-text-html-renderer' in the doc string.
2278
2279         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2280         string.  Add comments.
2281
2282         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2283         if rhs is ASCII.
2284
2285 2007-12-01  Glenn Morris  <rgm@gnu.org>
2286
2287         * mail-source.el (top-level): Require format-spec before
2288         eval-when-compile.
2289
2290 2007-11-30  Glenn Morris  <rgm@gnu.org>
2291
2292         * encrypt.el: Require password, rather than autoloading password-read.
2293
2294 2007-11-29  Glenn Morris  <rgm@gnu.org>
2295
2296         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2297         (sasl-make-client, sasl-next-step, sasl-step-data)
2298         (sasl-step-set-data): Declare as functions.
2299
2300 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2303
2304 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2305
2306         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2307         certs should be verified and what is to be done in the event of a
2308         verification failure.
2309
2310         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2311         caller can indicate whether the cache should be disregarded for this
2312         call.  This way the result of the call is reproducible at all times and
2313         can be considered a canonical server name for the supplied method.
2314         (gnus-agent-method-p): Canonicalize server names by pushing their
2315         method through `gnus-method-to-server' using the no-cache argument.
2316
2317         * gnus-srvr.el (gnus-server-insert-server-line): Call
2318         `gnus-method-to-server' with `no-cache' argument.
2319
2320         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2321         gnus-agent-possibly-synchronize-flags as this should be called when the
2322         server is actually being opened.
2323         (gnus-agent-possibly-synchronize-flags)
2324         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2325         flags file of an agentized server to the latter function.
2326
2327         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2328         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2329         after a connection has been established successfully.
2330
2331 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-art.el (article-display-face): Force to display face if called
2334         interactively; check if gnus-article-x-face-too-ugly matches author.
2335         (article-display-x-face): Display face even if From header is missing
2336         as article-display-face does.
2337
2338 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2339
2340         * hashcash.el (message-narrow-to-headers-or-head)
2341         (message-fetch-field, message-goto-eoh)
2342         (message-narrow-to-headers): Declare as functions.
2343
2344 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2345
2346         * mail-source.el (mail-sources): Default to fetch from file for
2347         compatibility with default of nnmail-spool-file.
2348
2349 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2352         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2353         to look for encoded word that should be encoded again.
2354         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2355         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2356         encoding pattern.
2357         (rfc2047-decode-region): Switch strict regexp and loose one according
2358         to rfc2047-allow-irregular-q-encoded-words.
2359
2360 2007-11-25  Romain Francoise  <romain@orebokech.com>
2361
2362         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2363
2364 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * tls.el (tls-program): Provide more custom choices from
2367         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2368         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2369
2370 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2371
2372         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2373         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2374
2375         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2376         `nnmail-spool-file'.
2377
2378         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2379         `nnmail-spool-file'.
2380
2381         * gnus-move.el (gnus-change-server): Ditto.
2382
2383         * gnus-kill.el (gnus-batch-score): Ditto.
2384
2385         * gnus-cache.el (gnus-jog-cache): Ditto.
2386
2387         * gnus-msg.el (gnus-summary-reply):
2388         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2389
2390 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2391
2392         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2393         version.  Minor improvement to doc strings.
2394         (tls-program): Add comment.
2395
2396 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2397
2398         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2399         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2400         mismatch between the hostname provided in the certificate and the name
2401         of the host connnecting to.
2402         (open-tls-stream): Use them.  Check certificates against trusted root
2403         certificates.
2404
2405 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * gnus-cache.el (gnus-cache-generate-nov-databases):
2408         Use nnml-generate-nov-databases-directory instead of
2409         nnml-generate-nov-databases-1.
2410
2411 2007-11-24  Glenn Morris  <rgm@gnu.org>
2412
2413         * message.el (message-tool-bar-retro): Update for rename
2414         mail_send.xpm->mail-send.xpm.
2415
2416 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2419         `smime-ldap-search' for Emacs 22 and up.
2420
2421 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2424
2425         * message.el (message-send-mail-function): Fix error convention.
2426         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2427         (message-widen-reply, message-send-mail, message-talkative-question)
2428         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2429         (message-clone-locals, message-send-news): Use with-current-buffer.
2430         (message-insert-or-toggle-importance): Remove unused var `valid'.
2431         (message-make-references): Remove unused var `new-references'.
2432         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2433
2434 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2435
2436         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2437         (spam-split-symbolic-return-positive): Reflow docstring.
2438         (spam-backends, spam-summary-exit-behavior)
2439         (spam-mark-ham-unread-before-move-from-spam-group)
2440         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2441         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2442         (spam-clear-cache, spam-backend-check, spam-install-backend)
2443         (spam-install-statistical-backend, spam-list-of-processors)
2444         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2445         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2446         (spam-check-crm114, spam-initialize, spam-unload-hook):
2447         Fix typos in docstrings.
2448
2449 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2452         been checked if they have never been read and those group levels are
2453         higher than the one that a user specified.
2454
2455 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2458         foreign groups unless a group level is specified by a user.
2459         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2460
2461 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * message.el (message-send-mail-function): Require sendmail.
2464
2465 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * message.el (message-send-mail-function): Check for smtpmail too.
2468
2469         * utf7.el (utf7-encode, utf7-decode): Use coding system
2470         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2471
2472         * message.el (message-send-mail-function): New function.
2473         (message-send-mail-function): Set default using
2474         message-send-mail-function.  Adjust doc string.
2475         (message-send-mail-with-mailclient): New function.
2476
2477 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2478
2479         * smime.el (from):
2480         * rfc2047.el (message-posting-charset):
2481         * qp.el (mm-use-ultra-safe-encoding):
2482         * pop3.el (parse-time-months):
2483         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2484         * nnml.el (files):
2485         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2486         (jka-compr-compression-info-list, ange-ftp-path-format)
2487         (efs-path-regexp):
2488         * nndiary.el (files):
2489         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2490         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2491         (epg-digest-algorithm-alist, inhibit-redisplay)
2492         (password-cache-expiry):
2493         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2494         (pgg-output-buffer, password-cache-expiry):
2495         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2496         (efs-path-regexp):
2497         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2498         (inhibit-redisplay):
2499         * mm-uu.el (file-name, start-point, end-point, entry)
2500         (gnus-newsgroup-name, gnus-newsgroup-charset):
2501         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2502         (latin-unity-ucs-list):
2503         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2504         (mm-uu-binhex-decode-function):
2505         * message.el (gnus-message-group-art, gnus-list-identifiers)
2506         (rmail-enable-mime-composing, gnus-local-organization)
2507         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2508         (gnus-read-active-file, facemenu-add-face-function)
2509         (facemenu-remove-face-function, gnus-article-decoded-p)
2510         (tool-bar-mode):
2511         * mail-source.el (display-time-mail-function):
2512         * gnus-util.el (nnmail-pathname-coding-system)
2513         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2514         (gnus-original-article-buffer, gnus-user-agent)
2515         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2516         (xemacs-codename, sxemacs-codename, emacs-program-version):
2517         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2518         * gnus-start.el (gnus-agent-covered-methods)
2519         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2520         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2521         (gnus-newsgroup-headers, gnus-group-list-mode)
2522         (gnus-group-mark-positions, gnus-newsgroup-data)
2523         (gnus-newsgroup-unreads, nnoo-state-alist)
2524         (gnus-current-select-method, mail-sources)
2525         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2526         (nnmail-spool-file, gnus-cache-active-hashtb):
2527         * gnus-mh.el (mh-lib-progs):
2528         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2529         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2530         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2531         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2532         (gnus-group-buffer):
2533         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2534         (font-lock-set-defaults):
2535         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2536         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2537         (gnus-summary-post-menu, total-parts, type, condition, length):
2538         * gnus-agent.el (gnus-agent-read-agentview):
2539         * flow-fill.el (show-trailing-whitespace):
2540         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2541         eval-and-compile wrappers for byte compiler pacifiers.
2542
2543         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2544         (mm-display-inline-fontify): Check for featurep 'xemacs not
2545         extent-list.
2546
2547         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2548         itimer-list.
2549         (mm-create-image-xemacs): Only do something for XEmacs.
2550         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2551
2552         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2553
2554         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2555         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2556
2557 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2558
2559         * nnimap.el (nnimap-split-download-body):
2560         * gnus-demon.el (gnus-demon):
2561         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2562
2563 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2566         macros.
2567         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2568         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2569         copy data from unibyte buffer to multibyte current buffer.
2570         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2571         to copy data from unibyte current buffer to multibyte buffer.
2572         (nntp-make-process-buffer): Make process buffer unibyte.
2573
2574         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2575
2576 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2577
2578         * pop3.el (pop3-open-server): Accept and process data more robustly at
2579         connexion start to avoid spurious "POP SSL connexion failed" errors.
2580
2581 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2584         read group names.
2585
2586 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2589
2590 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2593         (nnmail-save-active): Use a unibyte buffer when saving active file,
2594         which may contain non-ASCII group names.
2595
2596         * nnml.el (nnml-request-group): Decode group names in messages.
2597
2598 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2599
2600         * message.el (message-citation-line-function)
2601         (message-insert-formatted-citation-line): Fix spelling of
2602         `message-insert-formated-citation-line'.
2603
2604 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2605
2606         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2607
2608 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2611         nnmail-pathname-coding-system.
2612
2613         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2614         that a user enters; decode group names in messages.
2615
2616         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2617
2618 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2621
2622         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2623
2624         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2625         risky local variable.
2626
2627         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2628
2629 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * encrypt.el: Improve documentation to fix function name typo.
2632         Reported by Daiki Ueno <ueno@unixuser.org>.
2633
2634 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2637         even if the point is not in the last page of an article.
2638         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2639         back to the previous page.
2640
2641 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2642
2643         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2644
2645 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2648
2649 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * message.el (message-check-news-body-syntax): Avoid
2652         mm-string-as-multibyte.
2653         (message-hide-headers): Don't assume (point-min)==1.
2654
2655 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * message.el (message-remove-blank-cited-lines): Fix if remove is
2658         given.
2659         (message-bogus-address-regexp): New variable.
2660         (message-bogus-recipient-p): New function.
2661         (message-check-recipients): New command.
2662         (message-syntax-checks): Add `bogus-recipient'.
2663         (message-fix-before-sending): Add `bogus-recipient'.
2664
2665         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2666         (gnus-treat-body-boundary): Don't test window-system.
2667
2668 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2669
2670         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2671
2672 2007-10-28  Miles Bader  <miles@gnu.org>
2673
2674         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2675         at compile-time too.
2676
2677 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * gnus-msg.el (gnus-message-setup-hook): Add
2680         `message-remove-blank-cited-lines' to options.
2681
2682 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2683
2684         * message.el (message-remove-blank-cited-lines): New function.
2685         Suggested by Karl Plästerer.
2686
2687 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2690         mapc.
2691
2692         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2693         (top-level): Use mapc to set functions to be traced for debugging.
2694
2695         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2696         called for effect with while loop.
2697
2698         * message.el (message-talkative-question): Replace mapcar called for
2699         effect with mapc.
2700
2701         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2702         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2703         called for effect with dolist.
2704
2705         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2706
2707         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2708         gnus-extra-headers and nnmail-extra-headers.
2709
2710         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2711         called for effect with dolist.
2712         (top-level): Use mapc to set functions to be traced for debugging.
2713
2714         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2715         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2716         dolist.
2717
2718         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2719         Replace mapcar called for effect with mapc.
2720         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2721         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2722         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2723         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2724
2725         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2726         remove-if that's a cl function.
2727
2728         * webmail.el (webmail-debug): Replace mapcar called for effect with
2729         dolist.
2730
2731         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2732         with mapc.
2733
2734 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2737         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2738         with while loop.
2739
2740         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2741         functions from article-* functions.
2742         (gnus-multi-decode-header): Replace mapcar called for effect with
2743         dolist.
2744
2745         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2746         (gnus-bookmark-show-details): Replace mapcar called for effect with
2747         while loop.
2748
2749         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2750         called for effect with while loop.
2751
2752         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2753         with dolist.
2754
2755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2756         mapcar called for effect with dolist.
2757
2758         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2759
2760         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2761         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2762         Replace mapcar called for effect with dolist.
2763         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2764         mapc.
2765
2766         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2767         Replace mapcar called for effect with dolist.
2768         (gnus-topic-list): Replace mapcar called for effect with mapc.
2769
2770         * gnus.el: Use mapc instead of mapcar to add autoloads.
2771
2772 2007-10-23  Richard Stallman  <rms@gnu.org>
2773
2774         * gnus-group.el (gnus-group-highlight): Mark as risky.
2775
2776 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus.el (gnus-server-to-method): Return method found first in
2779         gnus-newsrc-alist.
2780
2781         * gnus-art.el (gnus-article-highlight-signature)
2782         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2783         button overlay without the front stickiness.
2784
2785 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2786
2787         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2788         overview buffer needed a catch to receive its throw.
2789         (gnus-agent-flush-cache): Declared as interactive to make this function
2790         easier to use.
2791
2792 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2793
2794         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2795         `next-line'.
2796
2797 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2800         exclude address matching message-dont-reply-to-names.
2801
2802 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-util.el (gnus-string<): New function.
2805
2806         * gnus-sum.el (gnus-article-sort-by-author)
2807         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2808
2809 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2812         the frame-focus tag is set in gnus-buffer-configuration.
2813
2814 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2817         the front stickiness.
2818
2819 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2822         url pattern; remove duplicate one.
2823         (gnus-article-extend-url-button): New function.
2824         (gnus-article-add-buttons): Use it.
2825         (gnus-button-push): Use concatenated url that it makes.
2826
2827 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2828
2829         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2830
2831 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2834         Don't hardcode point-min==1.
2835
2836 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2837
2838         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2839         Fix comment about "iso8859-1".
2840
2841 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2842
2843         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2844         ones returned from the verify-function.
2845
2846         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2847         mml2015-extract-cleartext-signature if extraction failed.
2848
2849 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2850
2851         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2852         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2853         failed.
2854
2855 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2858
2859 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2860
2861         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2862         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2863         recommends to use EasyPG instead of PGG.
2864
2865         * pgg.el: Revert to revision 6.23.2.16
2866
2867         * pgg-def.el: Revert to revision 6.6.2.14.
2868
2869         * pgg-gpg.el: Revert to revision 6.23.2.34.
2870
2871 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2874         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2875         thread for both the null and zero (kill/expire thread) universal prefix
2876         cases.
2877         (gnus-summary-expire-thread): Add new function to expire a thread,
2878         using gnus-summary-kill-thread.
2879         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2880         shortcuts for gnus-summary-expire-thread.
2881         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2882         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2883
2884 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2885
2886         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2887         extras value, so an extras entry can be deleted.
2888         (gnus-registry-delete-extra-entry): Use it.
2889         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2890         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2891         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2892         storage through the gnus-registry, and provide an appropriate API for
2893         it.
2894
2895 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2898         Suggested by Leo <sdl.web@gmail.com>.
2899
2900         * gnus.el: Do.
2901
2902 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2905         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2906
2907         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2908
2909         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2910         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2911
2912 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2915         newline.
2916         (nnmbox-request-accept-article): Don't change article in source buffer;
2917         narrow to header to use message-fetch-field rather than
2918         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2919         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2920         as delimiters; make sure article ends with newline.
2921         (nnmbox-delete-mail): Correct last position of article to be deleted;
2922         ignore X-Gnus-Newsgroup header in article body.
2923         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2924         positions; make sure article ends with newline.
2925
2926         * message.el (message-display-abbrev): Don't infloop when a user
2927         inserts SPC in the beginning of header.
2928
2929         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2930         coding-system-for-read and coding-system-for-write for XEmacs having no
2931         file-coding feature.
2932
2933         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2934
2935 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2938         list of groups not followed by default.  Fix type to be regexp.
2939         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2940
2941 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2942
2943         * hmac-def.el (define-hmac-function): Switch from old-style to
2944         new-style backquotes.
2945
2946         * md4.el (md4-make-step): Likewise.
2947
2948 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2951         raw-text coding system when saving .newsrc file, which may contain
2952         non-ASCII group names.
2953
2954 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-cus.el (gnus-score-extra): New widget.
2957         (gnus-score-extra-convert): New function.
2958         (gnus-score-customize): Use it for Extra.
2959
2960 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2961
2962         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2963         (mml2015-mailcrypt-clear-verify): Use it.
2964         (mml2015-gpg-clear-verify): Use it.
2965         (mml2015-pgg-clear-verify): Use it.
2966         (mml2015-epg-clear-verify): Replace the current part with the output
2967         from GnuPG; don't extract the plaintext by itself.
2968
2969         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2970         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2971         mml2015-clear-verify-function; don't touch the armor headers or
2972         dash-escaped text here.
2973
2974 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2977         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2978         parts, or application/octet-stream as a last resort.
2979         (gnus-mime-view-part-as-type): Don't toggle display.
2980         (gnus-mime-view-part-as-charset): Don't turn off display before
2981         querying charset.
2982
2983         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2984         stuff to undisplayer function in Emacs.
2985         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2986
2987         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2988         text/calendar parts.
2989
2990 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2993         decoding text/calendar parts.
2994
2995         * message.el (message-forward-make-body-mime): Always mark body as
2996         having no illegible text; remove signed-or-encrypted argument.
2997         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2998
2999         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3000         (mml-generate-mime-1): Don't encode body if it is specified to be in
3001         raw form; don't make buffer be unibyte when inserting multibyte string.
3002
3003 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3004
3005         * sha1.el: Fix up comment style.
3006         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3007         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3008
3009         * hex-util.el: Fix up comment style.
3010         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3011
3012         * gnus-salt.el: Use with-current-buffer.
3013         (gnus-pick-setup-message): Fix long-standing typo.
3014
3015 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * imap.el (imap-logout-timeout): New variable.
3018         (imap-logout, imap-logout-wait): New functions.
3019         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3020
3021         * nnimap.el (nnimap-logout-timeout): New server variable.
3022         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3023         nnimap-logout-timeout.
3024
3025         * gnus-art.el (gnus-article-summary-command-nosave)
3026         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3027
3028 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * gnus.el (gnus-maximum-newsgroup): New variable.
3031
3032         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3033         according to gnus-maximum-newsgroup.
3034
3035         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3036         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3037         Limit the range of articles according to gnus-maximum-newsgroup.
3038
3039 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3040
3041         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3042         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3043         Don't perform gnus-configure-windows here; reuse existing sticky
3044         article buffer.
3045
3046         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3047         it doesn't exist in gnus-article-mode.
3048
3049 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3052         (gnus-agent-decoded-group-name): New function.
3053         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3054         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3055
3056 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3057
3058         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3059         Add binding for gnus-sticky-article.
3060         (gnus-summary-exit): Don't kill sticky article buffers.
3061
3062         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3063         article buffer.
3064         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3065         (gnus-kill-sticky-article-buffers): New commands.
3066
3067 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * nntp.el (nntp-xref-number-is-evil): New server variable.
3070         (nntp-find-group-and-number): If it is non-nil, don't trust article
3071         numbers in the Xref header.
3072
3073 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-agent.el (gnus-agent-read-group): New function.
3076         (gnus-agent-flush-group, gnus-agent-expire-group)
3077         (gnus-agent-regenerate-group): Use it.
3078         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3079         nnmail-pathname-coding-system.
3080
3081 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3084
3085         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3086         that are unread as unread, and also as selected so that information of
3087         marks having been changed by a user may be updated when exiting group.
3088
3089 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3092         calculated ignoring signature parts to gnus-treat-article.
3093
3094 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3097         a point here in order to keep the window start.
3098         (gnus-insert-mime-security-button): Make a button overlay without the
3099         front stickiness.
3100         (gnus-mime-display-security): Goto the end of a button.
3101
3102         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3103
3104 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3107         group-name-at-point.
3108         (gnus-group-completing-read): New function that offers decoded
3109         non-ASCII group names for completion.
3110         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3111         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3112         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3113         (gnus-group-fetch-control): Use it.
3114         (gnus-fetch-group): Use group-name-at-point for the initial value
3115         rather than the default value; use gnus-alive-p.
3116
3117         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3118         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3119         (gnus-summary-post-news): Use gnus-group-completing-read.
3120
3121         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3122         (gnus-read-move-group-name): Decode group name for completion.
3123
3124 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3125
3126         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3127         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3128         Yamaoka slightly modified the code).
3129
3130 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3133         (nnmail-split-incoming): Bind it.
3134
3135         * nnml.el (nnml-group-name-charset): New function.
3136         (nnml-decoded-group-name): Use it; don't decode group name if
3137         nnmail-group-names-not-encoded-p is non-nil.
3138         (nnml-encoded-group-name): New function.
3139         (nnml-group-pathname): Inline nnml-decoded-group-name.
3140         (nnml-request-expire-articles): Decode group name in message.
3141         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3142         nnmail-pathname-coding-system.
3143         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3144         not decoded ones according to nnmail-group-names-not-encoded-p.
3145         (nnml-generate-active-info): Use nnml-encoded-group-name.
3146
3147 2007-08-08  Glenn Morris  <rgm@gnu.org>
3148
3149         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3150         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3151         doc-strings and comments.
3152
3153 2007-07-25  Glenn Morris  <rgm@gnu.org>
3154
3155         * Relicense all FSF files to GPLv3 or later.
3156
3157 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-sum.el (gnus-summary-move-article): Make
3160         gnus-summary-respool-article work.
3161
3162 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3163
3164         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3165         string.
3166
3167 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3168
3169         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3170         that should be ignored when comparing distant RSS articles with local
3171         ones.
3172         (nnrss-make-hash-index): New function.  Create a hash index according
3173         to the ignored fields.
3174         (nnrss-check-group): Use it.
3175
3176 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3179
3180         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3181
3182         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3183         the new optional argument ENCODED is non-nil.
3184         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3185         coding system for encoding group name.
3186         (gnus-group-make-rss-group): Pass un-encoded group name to
3187         gnus-group-make-group.
3188         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3189         encoded.
3190
3191         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3192         Encode group name to which articles are moved or copied.
3193         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3194         coding system for encoding Newsgroup, Followup-To and Xref headers.
3195
3196         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3197         marks; use nnheader-file-coding-system to write a file.
3198         (nnagent-retrieve-headers): Bind file-name-coding-system to
3199         nnmail-pathname-coding-system.
3200
3201         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3202
3203         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3204         (nnml-request-article, nnml-request-create-group)
3205         (nnml-request-rename-group, nnml-find-id)
3206         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3207         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3208         (nnml-save-marks): Use nnml-group-pathname instead of
3209         nnmail-group-pathname.
3210
3211         (nnml-request-create-group, nnml-request-expire-articles)
3212         (nnml-request-move-article, nnml-request-delete-group)
3213         (nnml-deletable-article-p, nnml-possibly-create-directory)
3214         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3215         (nnml-open-marks): Bind file-name-coding-system to
3216         nnmail-pathname-coding-system.
3217
3218         (nnml-request-article): Pass server argument to nnml-find-group-number.
3219         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3220         server argument to nnml-possibly-create-directory.
3221         (nnml-request-accept-article): Pass server argument to
3222         nnml-active-number and nnml-save-mail.
3223         (nnml-find-group-number): Pass server argument to nnml-find-id.
3224         (nnml-request-update-info): Pass server argument to
3225         nnml-marks-changed-p.
3226
3227         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3228         (nnml-save-mail, nnml-active-number): Add server argument.
3229
3230         (nnml-request-delete-group): Warn if group is missing.
3231         (nnml-get-nov-buffer): Decode group name.
3232         (nnml-generate-active-info): Encode group name.
3233         (nnml-open-marks): Decode group name in messages.
3234
3235 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3238         if it is not specified.
3239         (gnus-article-pipe-part, gnus-article-save-part)
3240         (gnus-article-interactively-view-part, gnus-article-copy-part)
3241         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3242         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3243         (gnus-article-replace-part, gnus-article-delete-part)
3244         (gnus-article-view-part-as-type): Pass raw prefix argument to
3245         gnus-article-part-wrapper.
3246
3247 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus-agent.el (gnus-agent-save-active): Bind
3250         nnheader-file-coding-system to gnus-agent-file-coding-system.
3251
3252         * gnus-cache.el (gnus-cache-save-buffers)
3253         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3254         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3255         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3256         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3257         (gnus-cache-generate-active, gnus-cache-rename-group)
3258         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3259         (gnus-cache-update-overview-total-fetched-for): Bind
3260         file-name-coding-system to nnmail-pathname-coding-system.
3261         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3262         variables.
3263         (gnus-cache-decoded-group-name): New function.
3264         (gnus-cache-file-name): Use it.
3265         (gnus-cache-generate-active): Use non-decoded group name for active.
3266
3267         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3268         right place.
3269         (gnus-write-active-file): Don't break non-ASCII group names.
3270
3271         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3272         nnmail-pathname-coding-system.
3273
3274         * lpath.el: Bind default-file-name-coding-system,
3275         file-name-coding-system and language-info-alist for XEmacs.
3276
3277         * gnus-uu.el (gnus-uu-decode-save): Typo.
3278
3279 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3282
3283 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3286         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3287         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3288         (gnus-agent-flush-group, gnus-agent-flush-cache)
3289         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3290         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3291         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3292         (gnus-agent-regenerate-group)
3293         (gnus-agent-update-files-total-fetched-for)
3294         (gnus-agent-update-view-total-fetched-for): Bind
3295         file-name-coding-system to nnmail-pathname-coding-system.
3296         (gnus-agent-group-pathname): Don't encode file names by
3297         nnmail-pathname-coding-system.
3298         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3299         coding-system-for-write instead of buffer-file-coding-system to
3300         gnus-agent-file-coding-system.
3301
3302         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3303         Decode group name.
3304
3305         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3306
3307         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3308         (gnus-read-newsrc-el-file): Make group names unibyte.
3309
3310         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3311         nnmail-pathname-coding-system.
3312
3313         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3314         (nnrss-request-delete-group): Bind file-name-coding-system to
3315         nnmail-pathname-coding-system.
3316         (nnrss-read-server-data, nnrss-read-group-data): Bind
3317         file-name-coding-system correctly.
3318         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3319
3320         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3321         (nntp-server-to-method-cache): New variable.
3322         (nntp-group-pathname): New function that decodes non-ASCII group names.
3323         (nntp-possibly-create-directory, nntp-marks-changed-p)
3324         (nntp-save-marks, nntp-open-marks): Use it.
3325         (nntp-possibly-create-directory, nntp-open-marks):
3326         Bind file-name-coding-system to nnmail-pathname-coding-system.
3327         (nntp-open-marks): Decode group names when bootstrapping marks.
3328
3329         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3330         Newsgroups and Folowup-To headers.
3331
3332 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3335         (gnus-server-closed-face, gnus-server-denied-face)
3336         (gnus-server-offline-face): Remove variable.
3337         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3338
3339         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3340         of modifying message-stack directly for XEmacs.
3341
3342         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3343         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3344         if the coding-system argument is nil for XEmacs.
3345
3346         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3347         mm-charset-override-alist.
3348
3349         * rfc2047.el: Don't require base64; require rfc2045 for the function
3350         rfc2045-encode-string.
3351         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3352         to quote the parameter value.
3353
3354 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3357         form in gnus-group-name-charset-method-alist.
3358
3359         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3360         overrides the default layout edit-form.
3361
3362         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3363
3364         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3365
3366 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3369         as unfetched articles.
3370
3371 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3374
3375 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3378         original back end that keeps marks in the local system.
3379
3380 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3383         arg of pop-to-buffer for XEmacs.
3384         (gnus-article-read-summary-keys): Ditto; don't restore window
3385         configuration if summary command ends up with neither article buffer
3386         nor summary buffer; describe bindings if summary keys end with C-h.
3387
3388 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * message.el (message-fix-before-sending): Skip raw message part to be
3391         forwarded while checking illegible text.
3392         (message-forward-make-body-mime, message-forward-make-body): Mark
3393         signed or encrypted raw message as having no illegible text.
3394
3395 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3398         (gnus-message-with-timestamp-1): New macro.
3399         (gnus-message-with-timestamp): New function.
3400         (gnus-message): Use them.
3401
3402         * nnheader.el (nnheader-message): Use them.
3403
3404 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3407         .newsrc.eld file.
3408
3409 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-agent.el (gnus-agent-fetch-headers)
3412         (gnus-agent-retrieve-headers): Bind
3413         gnus-decode-encoded-address-function to identity.
3414
3415         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3416         available also when the server returns simply a dot.
3417
3418         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3419
3420 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3423
3424 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-ems.el (gnus-x-splash): Make it work.
3427
3428         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3429         from being used.
3430
3431         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3432
3433 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3436         4th and the 5th arguments.
3437
3438         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3439         the front stickiness.
3440         (gnus-article-summary-command-nosave): Correct the order of the
3441         arguments passed to pop-to-buffer.
3442         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3443         summary command ends up with the article buffer.
3444
3445         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3446         the same faces.
3447
3448 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3449
3450         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3451
3452 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3453
3454         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3455         * gnus-sum.el (gnus-summary-highlight):
3456         * pgg.el (pgg-sign-region, pgg-sign):
3457         * mail-source.el (mail-source-delete-old-incoming-confirm):
3458         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3459
3460 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-mime-view-part-externally)
3463         (gnus-mime-view-part-internally): Fix predicate function passed to
3464         completing-read.
3465
3466         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3467
3468         * gnus.el (gnus-update-message-archive-method): Add :version.
3469
3470 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus.el (gnus-update-message-archive-method): New variable.
3473
3474         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3475         according to gnus-message-archive-method if
3476         gnus-update-message-archive-method is non-nil.
3477
3478 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3481         by Loic Dachary <loic@dachary.org>.
3482         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3483
3484 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * message.el (message-pop-to-buffer): Add switch-function argument.
3487         (message-mail): Pass switch-function argument to it.
3488
3489 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3490
3491         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3492         Improve doc string.
3493
3494 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3497         (gnus-header-content)
3498         * gnus-cite.el (gnus-cite-10)
3499         * gnus-srvr.el (gnus-server-closed)
3500         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3501         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3502         (gnus-group-mail-3-empty, gnus-group-mail-low)
3503         (gnus-group-mail-low-empty, gnus-splash)
3504         * message.el (message-header-to, message-header-cc)
3505         (message-header-subject, message-header-other, message-header-name)
3506         (message-header-xheader, message-separator, message-cited-text)
3507         (message-mml): Lighten colors of faces used for dark background.
3508
3509 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3510
3511         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3512         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3513
3514 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * message.el (message-narrow-to-headers-or-head):
3517         Ignore mail-header-separator in the body.
3518
3519 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3522         same as window size.
3523
3524 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3525
3526         * message.el (message-font-lock-keywords): Use message-header-xheader
3527         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3528         ahead of the anything pattern, to get it recognised.
3529
3530 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3533         spam.el loads uses it in the compiled defadvice form.
3534
3535 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3536
3537         * gnus-sum.el (gnus-articles-to-read)
3538         (gnus-summary-insert-old-articles): Don't truncate group name for
3539         `read-string'.
3540
3541         * gnus-util.el (gnus-limit-string): Delete this function.
3542
3543         * gnus-sum.el (gnus-simplify-subject-fully): Use
3544         `truncate-string-to-width' instead.
3545
3546 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3547
3548         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3549         if, on summary exit, the next group has to be selected.
3550         (gnus-summary-exit): Use it.
3551
3552 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3555         non-break space.
3556
3557 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3560         Check if group is not a directory.
3561         (nnfolder-request-expire-articles): Don't delete articles if the target
3562         group is not available.
3563
3564         * nnml.el (nnml-request-create-group): Properly check if group is not a
3565         file.
3566         (nnml-request-expire-articles): Don't delete articles if the target
3567         group is not available.
3568
3569         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3570         Don't quote characters that are within parentheses.
3571
3572 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3575         (gnus-handle-ephemeral-exit): Select article according to it.
3576
3577 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * message.el (message-insert-formated-citation-line): Remove newline.
3580         (message-citation-line-format): Add final \n here so that the user can
3581         avoid a blank line.
3582
3583 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3584
3585         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3586         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3587         Update lanl/arXiv support.
3588
3589 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3590
3591         * gnus.el: Bump version number.
3592
3593 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus.el (gnus-version-number): Bump version.
3596
3597 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3598
3599         * gnus.el: No Gnus v0.6 is released.
3600
3601 2007-04-27  Didier Verna  <didier@xemacs.org>
3602
3603         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3604         * gmm-utils.el (gmm-regexp-concat): here.
3605         * message.el: Don't require 'gnus-util.
3606         (message-dont-reply-to-names): Handle name change above.
3607         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3608
3609 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3612         since the initial value varies according to the system.
3613
3614 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3617
3618 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3619
3620         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3621
3622 2007-04-24  Didier Verna  <didier@xemacs.org>
3623
3624         Improve the type of gnus-ignored-from-addresses.
3625         * gnus-util.el (gnus-orify-regexp): New function.
3626         * message.el (gnus-util): Require it.
3627         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3628         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3629         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3630
3631 2007-04-24  Didier Verna  <didier@xemacs.org>
3632
3633         * gnus-sum.el:
3634         * gnus-utils.el: Fix some trailing whitespaces.
3635
3636 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3639         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3640         article's Message-ID; refer parent article in summary buffer.
3641
3642         * message.el (message-bounce): Call mime-to-mml.
3643
3644         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3645         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3646         optimize and/or forms properly.
3647
3648 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3651         URL.
3652
3653 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3656
3657 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3660         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3661         displayed of multipart/alternative part if it is invoked from summary
3662         buffer.
3663
3664         * mm-view.el (mm-inline-text-html-render-with-w3m)
3665         (mm-inline-text-html-render-with-w3m-standalone)
3666         (mm-inline-render-with-function): Use mail-parse-charset by default.
3667
3668 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3669
3670         * parse-time.el (parse-time-string-chars): Check if CHAR
3671         is less than the length of parse-time-syntax.
3672
3673 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3676         from gnus-newsgroup-processable.
3677
3678 2007-04-16  Didier Verna  <didier@xemacs.org>
3679
3680         * gnus-msg.el (gnus-configure-posting-styles): Handle
3681         message-signature-directory properly with :file syntax.  Reported by
3682         "Leo".
3683
3684 2007-04-11  Didier Verna  <didier@xemacs.org>
3685
3686         New user option: message-signature-directory.
3687         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3688         * message.el (message-insert-signature): Ditto.
3689         * message.el (message-signature-file): Doc update.
3690         * message.el (message-signature-directory): New.
3691
3692 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-msg.el (gnus-inews-yank-articles): Use
3695         message-exchange-point-and-mark instead of exchange-point-and-mark.
3696
3697 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * message.el (message-yank-original): Make sure cited text ends with
3700         newline; don't exchange point and mark.
3701
3702 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3703
3704         * tls.el (open-tls-stream): Properly handle case where there
3705         is no associated buffer.
3706
3707 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3708
3709         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3710         message-yank-original, make sure (< mark TEXT point).
3711
3712 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * message.el (message-fill-column): New variable.
3715         (message-mode): Use it.  Add comment on a possible new hook.
3716
3717         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3718         (nnmail-get-new-mail): Reformat.
3719
3720         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3721
3722         * gmm-utils.el: Fix Commentary.
3723         (gmm-tool-bar-from-list): Fix typo in doc string.
3724
3725 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3726
3727         * message.el (message-yank-original): Don't switch point and mark
3728         unnecessarily to put point and mark as documented.
3729
3730 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3733         from the message heads.
3734
3735 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3736
3737         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3738         article buffer does not have a window.  This may not be the best
3739         solution but is certainly better than setting the start of the null,
3740         that is the current, window.
3741
3742 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3745         (gnus-draft-setup): Run it.
3746
3747         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3748         gnus-score-fast-scoring.  Allow regexp.
3749         (gnus-score-headers): Use it.
3750
3751         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3752         XEmacs.
3753
3754         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3755         string.
3756         (gnus-button-alist): Also catch `<f1> k ...'.
3757         (gnus-treat-display-x-face): Fix doc string.
3758
3759 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3760
3761         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3762         evaluation of gnus-extended-version to ensure correct generation of the
3763         User-Agent header when message-generate-headers-first is used.
3764
3765 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3766
3767         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3768         hashcash-path is nil.  Don't call callback with incorrect number of
3769         parameters if val is 0.
3770
3771 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3772
3773         * message.el (message-required-news-headers):
3774         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3775
3776 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3777
3778         * tls.el (open-tls-stream): In handshake-waiting loop,
3779         don't wait more if there is output available to process.
3780
3781 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3782
3783         * tls.el (tls-program): Doc fix.
3784
3785 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * message.el (message-generate-new-buffers): Change the meaning of the
3788         nil value; add `standard' to the choices; treat t as `unique'; improve
3789         doc string.
3790         (gnus-select-frame-set-input-focus): Autoload.
3791         (message-buffer-name): Search for the existing message buffer if
3792         message-generate-new-buffers is nil or `standard'; treat the value t of
3793         message-generate-new-buffers as `unique'.
3794         (message-pop-to-buffer): Raise the frame already displaying the message
3795         buffer; clear the echo area after querying.
3796         (message-setup): Pass the `continue' argument to compose-mail.
3797         (message-mail): Prefer `switch-function' if it is given; search for the
3798         existing message buffer if the `continue' argument is non-nil; pass
3799         continue and switch-function arguments to compose-mail by way of
3800         message-setup.
3801         (message-mail-other-window): Adjust argument of message-setup.
3802         (message-mail-other-frame): Ditto.
3803
3804 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3807         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3808         to turn font-lock on when turning gnus-message-citation-mode on.
3809
3810 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3811
3812         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3813         (mml-smime-function-alist): New variable; add epg as the backend.
3814         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3815         mml-smime- functions instead.
3816         * mm-view.el: Require smime.
3817
3818 2007-03-05  Didier Verna  <didier@xemacs.org>
3819
3820         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3821         instead of just inheritance for posting styles.
3822         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3823
3824 2007-02-24  Chris Moore  <dooglus@gmail.com>
3825
3826         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3827         * pgg-pgp.el (pgg-pgp-encrypt-region):
3828         * pgg-gpg.el (pgg-gpg-encrypt-region):
3829         Check pgg-encrypt-for-me if no other recipients.
3830
3831 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3832
3833         * tls.el (tls-certtool-program): Fix custom type.
3834
3835 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3838         and point-at-eol instead of line-(beginning|end)-position.
3839
3840         * assistant.el (assistant-parse-buffer): Ditto.
3841
3842         * netrc.el (netrc-parse-services): Ditto.
3843
3844 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3845
3846         * mml2015.el (mml2015-epg-find-usable-key): New function.
3847         (mml2015-epg-sign): Use it.
3848         (mml2015-epg-encrypt): Use it.
3849
3850 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * message.el (message-make-in-reply-to): Quote name containing
3853         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3854         if there are special characters.  Reported by NAKAJI Hiroyuki
3855         <nakaji@jp.freebsd.org>.
3856
3857 2007-02-27  Didier Verna  <didier@xemacs.org>
3858
3859         Include the group parameters as well as the topic ones in the
3860         inheritance filter process.
3861         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3862         argument GROUP-PARAMS-LIST.
3863         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3864
3865 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * nntp.el (nntp-never-echoes-commands)
3868         (nntp-open-connection-functions-never-echo-commands): New variables.
3869         (nntp-send-command): Use them.
3870
3871 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3872
3873         * mml2015.el (mml2015-epg-verify): Simplified.
3874
3875 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * mml.el (mml-content-disposition-alist): New user option.
3878         (mml-content-disposition): New function.
3879         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3880         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3881
3882 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3883
3884         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3885         verification.
3886
3887 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3888
3889         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3890         articles posted in the last 24 hours.
3891
3892 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3893
3894         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3895
3896 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3897
3898         * nntp.el (nntp-send-command): Don't wait for echoes when
3899         nntp-open-ssl-stream is used.
3900
3901 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3904         (gnus-message-add-citation-keywords)
3905         (gnus-message-remove-citation-keywords): Remove.
3906         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3907         directly, make the variables in font-lock-defaults buffer-local, add
3908         gnus-message-citation-keywords to them and then update the value of
3909         font-lock-keywords.
3910
3911 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * message.el (message-cite-original-1): Don't call
3914         gnus-article-highlight-citation.
3915
3916         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3917         citations; fix line count.
3918
3919 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3922         (gnus-message-add-citation-keywords)
3923         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3924         versions of font-lock-add-keywords and font-lock-remove-keywords to
3925         work with XEmacs correctly.
3926
3927 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-cite.el (gnus-cite-face-list): Set the values of
3930         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3931         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3932         (gnus-message-cite-prefix-regexp): New variable.
3933         (gnus-message-search-citation-line): Use it; protect against long
3934         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3935         the 0th match data for Emacs.
3936         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3937         (gnus-message-add-citation-keywords): Append keywords rather than
3938         prepending; emulate font-lock-add-keywords if it is not available.
3939         (gnus-message-remove-citation-keywords): Emulate
3940         font-lock-remove-keywords if it is not available.
3941
3942         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3943
3944         * message.el (message-cite-prefix-regexp): Set the value of
3945         gnus-message-cite-prefix-regexp.
3946
3947 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3948
3949         * nnweb.el (nnweb-google-parse-1): Update parser.
3950
3951 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3952
3953         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3954
3955 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3956
3957         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3958         regexp.
3959
3960 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3963         string-to-multibyte.
3964         (uudecode-decode-region-internal): Use it.
3965
3966         * lpath.el: Fbind string-as-multibyte for XEmacs.
3967
3968 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3971         custom choice.
3972
3973         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3974
3975 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3976
3977         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3978
3979         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3980         `write-region' to respect `mm-inhibit-file-name-handlers'.
3981
3982 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3985         Use gnus-home-directory instead of "~/" or "$HOME".
3986
3987 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3990         to mention filename.
3991         Add comments at beginning regarding usage.
3992         (encrypt-write-file-contents): Change interactive so a string is
3993         acceptable.  If the file has no associated model, show an error instead
3994         of a nonsense prompt.
3995
3996 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3997
3998         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3999         Thanks to Yoshihiko Yamada for kind notification of this typo.
4000
4001 2007-01-12  Kenichi Handa  <handa@m17n.org>
4002
4003         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4004         multibyte buffer.
4005
4006 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4007
4008         * gnus-score.el (gnus-score-fast-scoring): New variable.
4009         (gnus-score-headers): Use it.
4010
4011         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4012
4013         * message.el (message-cite-original-1): Call
4014         gnus-article-highlight-citation if requested.
4015         (message-make-from): Allow name and address as optional arguments.
4016
4017         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4018
4019         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4020         bugs to doc string.
4021         (gnus-button-alist): Add mid\\|message-id.
4022         (gnus-button-fetch-group): Extend for use in
4023         `browse-url-browser-function'.
4024         (gnus-button-url-regexp): Try to catch paired parentheses like in
4025         Wikipedia URLs.
4026
4027         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4028         Suggested by Simon Krahnke <overlord@gmx.li>.
4029
4030 2007-01-13  Romain Francoise  <romain@orebokech.com>
4031
4032         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4033         Update copyright.
4034
4035 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4036
4037         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4038
4039 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         * gnus-registry.el (gnus-registry-unfollowed-groups)
4042         (gnus-registry-split-fancy-with-parent): Fix documentation.
4043
4044 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4047         from nnweb groups.
4048
4049 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4052         Xref urls.  Erase buffer before requesting head.
4053
4054 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4057         customizable.
4058
4059 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4060
4061         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4062         no signing key is found.
4063         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4064         no encrypting and/or signing key is found.
4065
4066 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4069
4070 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4071
4072         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4073         headers read from disk with the ones newly found in the current search.
4074         This should no longer cause problems, because the article numbers in
4075         Gmane's `nov.php' output are ignored since the previous change.
4076
4077 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4078
4079         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4080
4081 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4084         replace-regexp-in-string; bind url-version; fbind display-images-p and
4085         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4086         find-face and set-itimer-function for Emacs; bind itimer-list for
4087         Emacs.
4088
4089         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4090
4091 2007-01-01  Romain Francoise  <romain@orebokech.com>
4092
4093         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4094
4095 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4096
4097         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4098         `define-minor-mode' macro definition expanded properly.
4099         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4100         exclude it there.
4101
4102         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4103         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4104         `fboundp' test.
4105         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4106         This is OK to autoload in (S)XEmacs now.
4107
4108 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4111         keystroke.
4112         (gnus-summary-limit-to-singletons): Fix typo.
4113
4114         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4115         else fails.
4116
4117 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4118
4119         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4120         docstring.
4121
4122         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4123         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4124         (gnus-summary-insert-dormant-articles): Fix typo in message.
4125
4126 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4129         nil for XEmacs.
4130         (gnus-message-citation-mode): Don't autoload in XEmacs.
4131
4132         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4133
4134 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4135
4136         * nnimap.el (nnimap-expunge-search-string): Mention
4137         nnimap-search-uids-not-since-is-evil in docstring.
4138
4139 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * spam.el: Revert to make-obsolete-variable because
4142         define-obsolete-variable-alias is not supported in Emacs 21.
4143
4144         * spam.el (spam-ifile-path, spam-ifile-database-path)
4145         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4146         make-obsolete-variable.
4147         (spam-bsfilter-path, spam-bsfilter-program)
4148         (spam-spamassassin-path, spam-spamassassin-program)
4149         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4150         use "path" inappropriately.
4151         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4152         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4153         variable names.
4154
4155 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4158         summary buffer.
4159
4160         * password.el (password-cache-remove): Use clear-string to burn
4161         password, if available.
4162
4163 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4166
4167         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4168
4169         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4170         (gnus-message-highlight-citation): Move defcustom here from
4171         gnus-cite.el.
4172         (gnus-message-citation-mode): Autoload.
4173
4174         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4175         checks to make it compile with XEmacs.
4176         (gnus-message-citation-mode): New minor mode.
4177         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4178         (gnus-message-highlight-citation): New variables.
4179         (gnus-message-search-citation-line)
4180         (gnus-message-add-citation-keywords)
4181         (gnus-message-remove-citation-keywords)
4182         (turn-on-gnus-message-citation-mode)
4183         (turn-off-gnus-message-citation-mode): New functions.
4184
4185 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4186
4187         * gnus-cite.el: Enable highlighting of different citation levels in
4188         message-mode.
4189
4190 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * message.el (message-make-fqdn): Fix comment.
4193         (message-bogus-system-names): Add ".local".
4194
4195         * spam.el (spam-ifile-path, spam-ifile-program)
4196         (spam-ifile-database-path, spam-ifile-database)
4197         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4198         Don't use "path" inappropriately.
4199         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4200         strings.
4201         (spam-check-ifile, spam-ifile-register-with-ifile)
4202         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4203         new variable names.
4204
4205         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4206         (gnus-treat-display-smileys): Simplify using
4207         gnus-image-type-available-p.
4208
4209         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4210         available.
4211
4212         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4213         `display-images-p' if available.
4214
4215 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4218         one after turning on the buffer's multibyteness instead of decoding
4219         them directly in the unibyte buffer that causes unexpected conversion
4220         in Emacs 23 (unicode).
4221
4222 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4223
4224         * message.el (message-generate-hashcash): Fix custom type.
4225
4226 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4229
4230 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4233         disconnect icons.  Add help text.
4234
4235 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4238         negated to be consistent with the others we handle.
4239
4240 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4243         version of gnus-summary-buffer to something, so that we can use two
4244         article buffers at the same time.
4245
4246 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4249         trigger all the extra headers.
4250         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4251         sorting.
4252
4253 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4254
4255         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4256         solid groups.
4257
4258 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4259
4260         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4261
4262 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * legacy-gnus-agent.el: Add Copyright notice.
4265
4266 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4267
4268         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4269
4270 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4273
4274         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4275         to make it work reliably in CVS Emacs.
4276         (gnus-summary-limit-strange-charsets-predicate)
4277         (gnus-summary-limit-to-predicate): New functions.
4278
4279 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4280
4281         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4282         specifying array size.
4283         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4284         array if it is too small.
4285         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4286         (gnus-sort-threads-loop): New function.
4287
4288 2006-12-06  Chris Moore  <dooglus@gmail.com>
4289
4290         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4291         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4292
4293 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4294
4295         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4296         options.
4297
4298 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4301         DOS-ing the recipient.
4302
4303         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4304         the headers when creating the mapping to avoid mismappings.
4305         (nnweb-gmane-create-mapping): Always nix out old mapping.
4306
4307 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4310         and mm-verify-option to never.
4311
4312 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * message.el (message-signed-or-encrypted-p): New function.
4315         (message-forward-make-body): Use it.
4316
4317         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4318         Replace encode-coding-string with mm-encode-coding-string.
4319
4320 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * nneething.el (nneething-decode-file-name): Replace
4323         decode-coding-string with mm-decode-coding-string.
4324
4325         * gnus-int.el (gnus-open-server): Say failed server's name.
4326
4327 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4328
4329         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4330         strings to a single string.  Quote `errors-file-name'.
4331         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4332         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4333         Adjust calls.  Use `shell-quote-argument'.
4334
4335 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4336
4337         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4338         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4339
4340         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4341         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4342         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4343         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4344         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4345         (gnus-subscribe-newsgroup, gnus-1):
4346         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4347         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4348         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4349         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4350
4351 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4354         keystroke.
4355         (gnus-summary-limit-to-bodies): Implement headersp.
4356
4357 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4360
4361 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4364
4365 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * message.el (message-generate-hashcash): Expand range of values to
4368         include `opportunistic'.
4369         (message-send-mail): Use it.
4370
4371 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4372
4373         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4374         and comment it.
4375
4376         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4377
4378 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * gnus-util.el (gnus-extract-address-components): Improve comment.
4381
4382 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-util.el (gnus-extract-address-components): Work with address in
4385         which the name portion contains @.
4386
4387         * lpath.el: Fbind custom-autoload.
4388
4389 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4390
4391         * gnus.el (gnus-start): Move custom group up.
4392         (gnus-select-method): Don't autoload, but make it available for
4393         `customize-variable'.
4394         (gnus-getenv-nntpserver): Don't autoload.
4395
4396 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4399
4400 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * message.el (message-sendmail-extra-arguments): New variable.
4403         (message-send-mail-with-sendmail): Use it.
4404
4405 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4408         mm-with-unibyte-current-buffer to make string unibyte.
4409
4410         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4411         mm-string-as-multibyte.
4412
4413 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4416         Reported by Werner Koch <wk@gnupg.org>.
4417
4418 2006-11-14  Daiki Ueno  <ueno@p360>
4419
4420         * mml2015.el: Autoload epa-select-keys when compiling.
4421
4422 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4423
4424         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4425         message-options.
4426         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4427
4428 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4429
4430         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4431         EasyPG (< 0.0.6).
4432         (mml2015-always-trust): New user option.
4433         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4434         prompt.
4435
4436 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * nntp.el (nntp-authinfo-force): New variable.
4439         (nntp-send-authinfo): Use it.
4440
4441 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4442
4443         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4444         decode encoded words.  Improve prompt.  Add comment about forwarding.
4445         (message-replacement-char): Move up.
4446
4447 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4448
4449         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4450         instead of gnus-intersection because arguments of gnus-sorted-nunion
4451         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4452
4453 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4456         (message-simplify-subject-functions): Enable
4457         message-strip-subject-encoded-words by default.
4458
4459 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * message.el (message-strip-subject-encoded-words): New function
4462         (message-simplify-subject-functions): New variable.
4463         (message-simplify-subject): Use it.  Fix typo in doc string.
4464         Support message-strip-subject-encoded-words.
4465
4466 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4467
4468         * gnus-diary.el (gnus-diary-delay-format-function):
4469         * nndiary.el (nndiary-reminders):
4470         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4471
4472 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         * gnus-art.el (article-hide-boring-headers): Fetch date from
4475         gnus-original-article-buffer to avoid problems with localized date
4476         strings.
4477
4478 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4481
4482 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4485         New variables.
4486         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4487         (mm-charset-synonym-alist): Move some entries to
4488         mm-codepage-iso-8859-list.
4489         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4490         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4491
4492 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4495
4496 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4499         with Emacs 21 and XEmacs.
4500
4501 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * spam.el (spam-parse-address): New function for better parsing,
4504         catching errors, etc.
4505         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4506
4507 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4508
4509         * mm-view.el: Add interactive arg to html2text autoload.
4510
4511 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4514
4515 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4518         variables.
4519         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4520         (mm-charset-synonym-alist): Move some entries to
4521         mm-codepage-iso-8859-list.
4522
4523         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4524
4525 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * message.el (message-citation-line-format)
4528         (message-insert-formated-citation-line): Fix implementation of %E, %N
4529         and %n according to the doc string.
4530
4531 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4534         car-safe to avoid bad parses.
4535
4536 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4539         names.
4540
4541         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4542
4543 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4546         header.
4547
4548         * message.el (message-draft-headers): Add Date.
4549         (message-headers-to-generate): Fix typo in docstring.
4550
4551         * nndraft.el (nndraft-required-headers): New variable.
4552         (nndraft-generate-headers): Use it.
4553
4554         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4555
4556 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-registry.el (gnus-registry-wash-for-keywords)
4559         (gnus-registry-find-keywords): New functions to allow easy searching of
4560         articles that are in the registry.
4561
4562 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4563
4564         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4565         ietf-drums-parse-address instead of gnus-extract-address-components.
4566         Reported by Damien Elmes <damien@repose.cx>.
4567
4568 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * gnus.el (gnus-mime): Remove unused custom group.
4571
4572 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4573
4574         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4575         "blank line" when searching for end of armor headers.
4576
4577 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gmm-utils.el (gmm-write-region): Fix variable name.
4580
4581 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * gmm-utils.el (gmm-write-region): New function based on compatibility
4584         code from `mm-make-temp-file'.
4585
4586         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4587
4588         * nnmaildir.el (nnmaildir--update-nov)
4589         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4590         Use `gmm-write-region'.
4591
4592 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4595         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4596
4597         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4598
4599         * message.el (message-replacement-char): New variable.
4600         (message-fix-before-sending): Use it.
4601         (message-simplify-subject): New function to remove duplicate code.
4602         (message-reply, message-followup): Use it.
4603
4604         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4605         gnus-summary-limit-to-articles.
4606
4607 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-util.el (gnus-with-local-quit): New macro.
4610
4611         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4612
4613 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4616         ignore non-string data.
4617
4618 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4621         non-string data (needs to be done in the registry too).
4622
4623 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4626         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4627         (gnus-registry-split-fancy-with-parent)
4628         (gnus-registry-fetch-simplified-message-subject-fast)
4629         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4630         Remove text properties on ingress into the registry and when it's saved.
4631         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4632         registry from entries with no groups.
4633
4634 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4637         function to remove string properties.
4638
4639 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * gmm-utils.el (gmm): Adjust custom version.
4642
4643         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4644         custom version.
4645
4646         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4647
4648 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * gnus-art.el (gnus-insert-prev-page-button)
4651         (gnus-insert-next-page-button): Simplify.  Reformat.
4652
4653 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4654
4655         * gnus-art.el (gnus-insert-prev-page-button)
4656         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4657
4658 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4659
4660         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4661
4662 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4663
4664         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4665         gnus-article-button-face to MIME and security buttons.
4666
4667 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4670         readable.
4671
4672 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4675
4676 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4677
4678         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4679         `browse-url-of-file' instead of `browse-url'.
4680
4681 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4682
4683         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4684         regexp.  Articles containing quotation were cut prematurely.
4685
4686 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * message.el (message-cite-original-1): Use nobody by default for the
4689         value of From header.
4690         (message-reply): Ditto.
4691
4692 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4693
4694         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4695         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4696         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4697
4698 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4701         mails in the doc string.  Add some URLs in comment.
4702         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4703
4704 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4707         backslashes handling and the way to find boundaries of quoted strings.
4708
4709 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4710
4711         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4712         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4713         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4714         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4715
4716 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4719         doc string.
4720         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4721
4722 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * lpath.el: Fbind epg-check-configuration.
4725
4726 2006-09-06  Simon Josefsson  <jas@extundo.com>
4727
4728         * mml2015.el (mml2015-use): Doc fix, mention epg.
4729
4730 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4731
4732         * mml2015.el (mml2015-use): Default to epg, if available.
4733
4734 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4735
4736         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4737         message-sender.
4738         (mml1991-epg-encrypt): Ditto.
4739         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4740         message-sender.
4741         (mml2015-epg-encrypt): Ditto.
4742
4743 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4744
4745         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4746         several common directories.
4747
4748 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4749
4750         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4751         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4752
4753 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-art.el (article-decode-encoded-words): Make it fast.
4756
4757 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4760
4761         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4762         in quoted string into `\'.
4763
4764 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4767         Use standard-syntax-table.
4768
4769 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-decode-address-function): New variable.
4772         (article-decode-encoded-words): Use it to decode headers which are
4773         assumed to contain addresses.
4774         (gnus-mime-delete-part): Remove useless `or'.
4775
4776         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4777         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4778         (gnus-nov-parse-line): Use it to decode From header.
4779         (gnus-get-newsgroup-headers): Ditto.
4780         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4781
4782         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4783         (mail-decode-encoded-address-string): New alias.
4784
4785         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4786         New function.
4787         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4788         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4789         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4790         (rfc2047-decode-string): Ditto.
4791         (rfc2047-decode-address-region): New function.
4792         (rfc2047-decode-address-string): New function.
4793
4794 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4795
4796         * message.el (message-caesar-buffer-body): Allow rotating headers.
4797
4798         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4799
4800         * message.el (message-insert-formated-citation-line): Fix %f.
4801         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4802
4803 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4806         (gnus-bookmark-mouse-available-p): New macro.
4807         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4808         (gnus-bookmark-bmenu-show-infos): Use it.
4809         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4810         (gnus-bookmark-bmenu-hide-infos): Ditto.
4811         (gnus-bookmark-remove-properties): New function.
4812         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4813         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4814         (gnus-bookmark-write-file): Bind coding-system-for-write.
4815         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4816         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4817         group before selecting it.
4818         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4819         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4820         quit-window if it is not available; use gnus-mouse-2 and bind it to
4821         gnus-bookmark-bmenu-select-by-mouse.
4822         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4823         (gnus-bookmark-bmenu-select-by-mouse): New function.
4824
4825 2006-08-13  Romain Francoise  <romain@orebokech.com>
4826
4827         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4828         space.
4829
4830 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * compface.el (uncompface): Use binary rather than raw-text-unix.
4833
4834 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * compface.el (uncompface): Make sure the eol conversion doesn't take
4837         place when communicating with the external programs.  Reported by
4838         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4839
4840 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4843
4844 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4845
4846         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4847         Make it more robust by parsing author and date independently.
4848
4849 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4852
4853 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4854
4855         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4856         first matching secret key.
4857         (mml2015-epg-encrypt): Ditto.
4858
4859         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4860         first matching secret key.
4861         (mml1991-epg-encrypt): Ditto.
4862
4863         * mml2015.el (mml2015-encrypt-to-self): New user option.
4864         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4865         mml2015-epg-encrypt-to-self is set.
4866
4867         * mml1991.el (mml1991-encrypt-to-self): New variable.
4868         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4869         mml1991-epg-encrypt-to-self is set.
4870
4871         * mml2015.el (mml2015-signers): New user option.
4872         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4873         (mml2015-epg-encrypt): Allow to select signing keys.
4874
4875         * mml1991.el (mml1991-signers): New variable.
4876         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4877         (mml1991-epg-encrypt): Allow to select signing keys.
4878
4879 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * nnheader.el (nnheader-insert-head): Make it work even if the file
4882         uses CRLF for the line-break code.
4883
4884 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4885
4886         * mml2015.el: Require mml-sec instead of password.
4887         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4888         (mml2015-cache-passphrase): Inherit the default value from
4889         mml-secure-cache-passphrase.
4890         (mml2015-passphrase-cache-expiry): Inherit the default value from
4891         mml-secure-passphrase-cache-expiry.
4892
4893         * mml1991.el: Require mml-sec instead of password.
4894         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4895         (mml1991-cache-passphrase): Inherit the default value from
4896         mml-secure-cache-passphrase.
4897         (mml1991-passphrase-cache-expiry): Inherit the default value from
4898         mml-secure-passphrase-cache-expiry.
4899
4900         * mml-sec.el: Require password.
4901         (mml-secure-verbose): New user option.
4902         (mml-secure-cache-passphrase): New user option.
4903         (mml-secure-passphrase-cache-expiry): New user option.
4904
4905 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4906
4907         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4908         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4909         andreas@altroot.de (Andreas Vögele).
4910
4911         FIXME: Use `tiny change'?
4912
4913 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4914
4915         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4916         workaround for the url package included with Emacs.
4917
4918         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4919
4920 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4923         correctly.  This fixes a bug caused by the 2006-05-12 change.
4924
4925 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4926
4927         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4928         some information about the error when saying that the `bogus' mail
4929         group will be used.
4930
4931 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4934         string.
4935
4936 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4937
4938         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4939
4940 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4941
4942         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4943
4944 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4945
4946         * mml1991.el (mml1991-function-alist): Add epg.
4947         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4948         (mml1991-epg-encrypt): New functions.
4949
4950 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4951
4952         * mml2015.el (mml2015-verbose): New variable.
4953         (mml2015-cache-passphrase): Ditto.
4954         (mml2015-passphrase-cache-expiry): Ditto.
4955         (mml2015-function-alist): Add epg.
4956         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4957         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4958         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4959         functions.
4960
4961 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4962
4963         * message.el (message-cite-original-1): Preserve region when removing
4964         quoted text due to X-No-Archive in order to avoid bogus attribution
4965         when citing multiple messages.
4966
4967 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4968
4969         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4970         Kenneth Jacker <khj@be.cs.appstate.edu>.
4971
4972 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * gnus-diary.el (gnus-user-format-function-d)
4975         (gnus-user-format-function-D): Autoload.
4976
4977         * imap.el (Commentary): Fix typo.
4978
4979         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4980         2006-04-22 contribution.
4981
4982 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4983
4984         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4985         It didn't really fix the bogosity I'm seeing with solid web groups.
4986
4987 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4988
4989         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4990         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4991         created using server names.  If we use the feature without declaring
4992         it, Gnus does not properly manage server and group state.
4993
4994         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4995         bound.
4996
4997 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4998
4999         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5000         looking up the method using GROUP's prefix before inventing a new one.
5001         It is used on killed/unknown groups in various places where returning
5002         an all-new method isn't expected by the caller.
5003
5004         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5005         and match semantics of gnus-group-real-prefix.
5006
5007 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * nnmail.el (nnmail-broken-references-mailers): New variable.
5010         (nnmail-ignore-broken-references): New function generalizing
5011         nnmail-fix-eudora-headers.
5012         (nnmail-fix-eudora-headers): Now obsolete.
5013
5014         * gnus-art.el (gnus-button-handle-custom): Support
5015         `customize-apropos*'.
5016
5017 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5020
5021         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5022         articles.
5023
5024 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * message.el (message-cite-reply-above): New variable.
5027         (message-yank-original): Use it.
5028
5029 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5032
5033 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5036         as read.
5037
5038         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5039
5040 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5043         (gnus-bookmark-default-file): Use gnus-directory.
5044         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5045         Remove "*" in doc string.
5046         (gnus-bookmark-write-file): Simplify.
5047         (gnus-bookmark-maybe-sort-alist): Use `when'.
5048         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5049         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5050         FIXME about Emacs 21 and XEmacs compatibility.
5051         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5052         compatibility.
5053         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5054         compatibility.
5055         (gnus-bookmark-menu-heading): Fix version.
5056
5057 2006-06-19  Bastien Guerry  <bzg@altern.org>
5058
5059         * gnus-bookmark.el: New file.
5060
5061 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * message.el (message-syntax-checks): Doc fix.
5064
5065 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5066
5067         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5068         unsubscribed groups as if they were killed ones.  It causes duplicate
5069         entries in gnus-newsrc-alist.
5070
5071 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * message.el (message-syntax-checks): Doc fix.
5074         (message-send-mail): Add check for continuation headers.
5075         (message-check-news-header-syntax): Fix regexp used to check for
5076         continuation headers.
5077
5078 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5081
5082 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5085
5086 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5089         default-truncate-lines.
5090
5091 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5094         to fill the utf-8 entry.
5095
5096         * lpath.el: Fbind unicode-precedence-list.
5097
5098 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5099
5100         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5101
5102 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5103
5104         * gnus-agent.el (directory-files-and-attributes): Move all the way
5105         forward (the third and final move).
5106         (gnus-agent-read-agentview): Trap reconstruction errors due to
5107         nonexistant directory.  Handle by returning nil.
5108
5109 2006-05-30  Didier Verna  <didier@xemacs.org>
5110
5111         * message.el (message-dont-reply-to-names): Update the custom type.
5112         * message.el (message-dont-reply-to-names): New defsubst: potentially
5113         convert a list of regexps into a single one.
5114         * message.el (message-get-reply-headers): Use it.
5115         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5116
5117 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-agent.el (directory-files-and-attributes): Move forward.
5120
5121 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * gnus-ml.el (gnus-mailing-list-subscribe)
5124         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5125         (gnus-mailing-list-message): Fix doc strings.
5126
5127 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5128
5129         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5130         of doing it manually.
5131
5132 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5135         comment.
5136
5137 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5138
5139         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5140         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5141         (gnus-agent-read-local): All symbols allocated in my-obarray
5142         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5143         (gnus-agent-regenerate-group): Check numeric names to see if they are
5144         messages or groups.
5145         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5146         better way of do this...)
5147
5148         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5149         'dummy.group' (there should be a better way of do this...)
5150
5151 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5154         (gnus-saved-headers): Ditto.
5155         (gnus-default-article-saver): Mention functions may have properties.
5156         (gnus-article-save): Override gnus-save-all-headers and
5157         gnus-saved-headers by :headers property which saver function may have.
5158         (gnus-summary-save-in-file): Add :headers property.
5159         (gnus-summary-write-to-file): Ditto.
5160
5161         * gnus-sum.el (gnus-summary-save-article): Bind
5162         gnus-prompt-before-saving to t when saving many articles in a file;
5163         always show all headers.
5164
5165         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5166
5167 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5170         marks.
5171
5172         * message.el (message-indent-citation): Add optional arguments to allow
5173         using it outside of message buffers.
5174
5175         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5176         (gnus-article-treat-unfold-headers): Use it.
5177         (gnus-article-truncate-lines): New variable.
5178         (gnus-article-mode): Use it.
5179         (gnus-article-toggle-truncate-lines): New function.
5180
5181         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5182         gnus-article-toggle-truncate-lines.
5183
5184         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5185         coding system in XEmacs, use binary.
5186
5187 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5190         after-load-alist.
5191
5192         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5193         this function should save decoded articles.
5194         (gnus-summary-write-to-file): Use property to specify this function
5195         should save decoded articles and specify gnus-summary-save-in-file
5196         should be used to save articles other than the first one when saving
5197         many articles.
5198         (gnus-summary-save-body-in-file): Use property to specify this
5199         function should save decoded articles.
5200         (gnus-summary-write-body-to-file): Use property to specify this
5201         function should save decoded articles and specify
5202         gnus-summary-save-body-in-file should be used to save articles other
5203         than the first one when saving many articles.
5204
5205         * gnus-sum.el (gnus-summary-save-article): Simplify.
5206
5207 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-art.el (gnus-default-article-saver): Add
5210         gnus-summary-write-body-to-file.
5211         (gnus-article-save-coding-system): Don't use coding system object
5212         in XEmacs.
5213         (gnus-read-save-file-name): Add optional `dir-var' argument which
5214         specifies directory in which files are saved; work even if optional
5215         `variable' argument is not specified.
5216         (gnus-summary-write-to-file): Read file name.
5217         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5218         (gnus-summary-write-body-to-file): New function.
5219
5220         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5221         (gnus-summary-local-variables): Add it.
5222         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5223         (gnus-summary-save-article): Remove optional `decode' argument;
5224         determine whether to decode articles by the value of
5225         gnus-default-article-saver; when saving many files using
5226         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5227         it first and use gnus-summary-save-in-file or
5228         gnus-summary-save-body-in-file thereafter unless
5229         gnus-prompt-before-saving is always; move point to article which
5230         will be saved.
5231         (gnus-summary-save-article-file): Revert.
5232         (gnus-summary-write-article-file): Revert.
5233         (gnus-summary-save-article-body-file): Revert.
5234         (gnus-summary-write-article-body-file): New function.
5235
5236 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-default-article-saver): Doc fix.
5239         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5240         from gnus-summary-save-article-coding-system, and default to a
5241         certain coding system.
5242         (gnus-output-to-file): Add coding cookie and encode text according
5243         to gnus-article-save-coding-system; don't use mm-append-to-file.
5244
5245         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5246         gnus-art.el and rename to gnus-article-save-coding-system.
5247         (gnus-summary-save-article): Require gnus-art; don't show all
5248         headers if it decodes articles; don't add coding cookie here;
5249         don't bind mm-text-coding-system-for-write.
5250         (gnus-summary-save-article-file): Save decoded articles.
5251         (gnus-summary-write-article-file): When saving many files, use
5252         gnus-summary-write-to-file first and gnus-summary-save-in-file
5253         thereafter unless gnus-prompt-before-saving is always.
5254         (gnus-summary-save-article-body-file): Save decoded articles.
5255
5256         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5257
5258 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * nnrss.el (nnrss-check-group): Bind hash-index.
5261
5262 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5263
5264         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5265         its hash index.  Store this hash in `nnrss-group-data'.
5266         (nnrss-read-group-data): Update accordingly.
5267
5268 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5271         entry.
5272
5273         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5274         gnus-article-browse-html-article.
5275
5276 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5277
5278         * gnus-sum.el (gnus-summary-mime-map): Add
5279         gnus-article-browse-html-article.
5280
5281         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5282
5283 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5286         suitable coding systems in customize.
5287
5288 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * mail-source.el (mail-sources): Fix custom type.
5291
5292 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5295         (gnus-summary-expire-articles-now): Shorten prompt.
5296
5297         * gmm-utils.el (wid-edit): Require.
5298         (defun-gmm): Renamed from `gmm-defun-compat'.
5299         (gmm-image-search-load-path): Use it.
5300         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5301
5302 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5305         variable.
5306         (gnus-summary-save-article): Add optional `decode' argument.  If
5307         it is set and gnus-summary-save-article-coding-system is non-nil,
5308         save decoded article.
5309         (gnus-summary-write-article-file): Save decoded article if
5310         gnus-summary-save-article-coding-system is non-nil.
5311
5312         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5313         type.
5314
5315 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5318
5319 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5322         first to test gnus-single-article-buffer which may be buffer-local.
5323
5324         * gnus-sum.el (gnus-summary-setup-buffer): Make
5325         gnus-single-article-buffer buffer-local and nil in ephemeral
5326         group; make gnus-article-buffer, gnus-article-current, and
5327         gnus-original-article-buffer always buffer-local.
5328         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5329         group.
5330         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5331
5332 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * nnml.el (nnml-request-compact-group): Compressed files might not
5335         have .gz extension.
5336
5337 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5338
5339         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5340         (mm-copy-to-buffer): Use with-current-buffer.
5341         (mm-display-part): Simplify.
5342         (mm-inlinable-p): Add optional arg `type'.
5343
5344 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5347         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5348         Try harder to show the attachment internally or externally using
5349         gnus-mime-view-part-as-type.
5350
5351 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * message.el (message-from-style, message-signature-separator)
5354         (message-user-organization-file, message-send-mail-function)
5355         (message-citation-line-function, message-yank-prefix)
5356         (message-indent-citation-function, message-signature)
5357         (message-signature-file, message-signature-insert-empty-line):
5358         Remove autoloads.
5359
5360         * gnus-art.el (gnus-buttonized-mime-types): Remove
5361         "multipart/signed".  Revert 2006-04-26 change.
5362
5363 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus.el (gnus-version-number): Bump version.
5366
5367 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5368
5369         * gnus.el: No Gnus v0.5 is released.
5370
5371 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5372
5373         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5374         fetching articles by message-id.
5375
5376 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * message.el (hashcash): Require hashcash as normal.
5379
5380         * ecomplete.el (ecomplete-highlight-match-line): Use
5381         point-at-eol.
5382         (ecomplete-highlight-match-line): Use `highlight', because that
5383         face exists in both Emacs and XEmacs.
5384
5385         * message.el (message-display-abbrev): Use point-at-bol.
5386
5387         * mail-source.el: Don't require timer/timer-funcs.
5388
5389         * gnus-async.el: Ditto.
5390
5391         * password.el: Ditto.
5392
5393         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5394
5395         * mm-url.el: Ditto.
5396
5397         * gnus-xmas.el: Don't require timer-funcs.
5398
5399         * mm-util.el: Require timer/timer-funcs.
5400
5401 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5402
5403         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5404         Close.
5405
5406 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5409         unibyte after clear-decrypt function runs.
5410
5411         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5412         returns as a unibyte string.
5413
5414 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * lpath.el: Revert.
5417
5418         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5419         (pgg-gpg-process-sentinel): Revert.
5420
5421         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5422         (pgg-pgp-lookup-key): Revert.
5423
5424         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5425         (pgg-pgp5-lookup-key): Revert.
5426
5427         * pgg.el (pgg-fetch-key): Revert.
5428
5429 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * lpath.el: Fbind string-as-multibyte for XEmacs.
5432
5433         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5434         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5435         (mml1991-pgg-encrypt): Ditto.
5436
5437         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5438         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5439         a multibyte buffer.
5440
5441         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5442         (pgg-pgp-lookup-key): Ditto.
5443
5444         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5445         (pgg-pgp5-lookup-key): Ditto.
5446
5447         * pgg.el (pgg-fetch-key): Ditto.
5448
5449 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * message.el (message-user-organization-file): Check several
5452         locations of the organization file.
5453
5454         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5455         Add gnus-article-view-part-as-type.
5456
5457         * gnus-art.el (gnus-article-view-part-as-type): New function.
5458
5459         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5460         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5461
5462         * mml.el: Simplify autoload.
5463         (mml-mode): defvar dnd-protocol-alist instead of using
5464         symbol-value.
5465         (mml-default-directory): New variable.
5466         (mml-minibuffer-read-file): Use it.
5467         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5468
5469         * message.el (message-citation-line-format): New variable.
5470         (message-insert-formated-citation-line): New function.
5471         (message-citation-line-function): Add
5472         `message-insert-formated-citation-line' to custom type.
5473
5474         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5475         to doc string.
5476
5477         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5478         depending on mm-verify-option.
5479
5480 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5483         binding pgg-* variables; reimplement the section which prevents
5484         MIME header from being signed.
5485         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5486         pgg-text-mode; remove a blank line at the top of body.
5487
5488         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5489         lines at the top of body; use gnus-newsgroup-charset if there's no
5490         Charset header.
5491
5492 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * message.el (message-self-insert-commands): Doc fix.
5495
5496         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5497         (mm-uu-pgp-encrypted-test): Ditto.
5498         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5499         between header and body; return application/pgp-encrypted handle
5500         if decryption failed; decode decrypted body by charset.
5501
5502         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5503         element match to application/pgp-*.
5504
5505 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5506
5507         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5508         HTML.
5509
5510 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * mail-source.el (mail-source-call-script): Message the error
5513         string.
5514
5515 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-util.el (gnus-byte-compile): Use it.
5518
5519 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5520
5521         * gnus-util.el (kill-empty-logs): New function.
5522
5523 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * message.el (message-mail-alias-type): Doc fix.
5526         (message-mail-alias-type-p): New function.
5527         (message-send): Use it.
5528         (message-mode): Ditto.
5529         (message-strip-forbidden-properties): Ditto.
5530
5531         * ecomplete.el (ecomplete-database-file-coding-system): New
5532         variable.
5533         (ecomplete-save): Use it.
5534         (ecomplete-setup): Use it.
5535
5536 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * message.el (message-self-insert-commands): New variable.
5539         (message-strip-forbidden-properties): Use it.
5540
5541 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5544         that doesn't make XEmacs choke.
5545
5546 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * gnus-util.el (gnus-replace-in-string):
5549         Prefer replace-regexp-in-string over of replace-in-string.
5550
5551 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-util.el (gnus-select-frame-set-input-focus):
5554         Use select-frame-set-input-focus if it is available in XEmacs; use
5555         definition defined in Emacs 22 for old Emacsen.
5556
5557         * dgnushack.el: Autoload unmorse-region for XEmacs.
5558
5559         * lpath.el: Bind cursor-in-non-selected-windows and
5560         select-frame-set-input-focus for XEmacs.
5561
5562 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5565
5566 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * gnus-registry.el (gnus-registry-cache-save): Remove text
5569         properties when saving via the temp buffer.
5570
5571 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * message.el (message-generate-hashcash): Honor custom type.
5574
5575 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * message.el (message-generate-hashcash): Default to non-nil when
5578         hashcash is found.
5579
5580         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5581         (gnus-refer-thread-limit): Increase default to 500.
5582
5583         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5584
5585         * flow-fill.el (fill-flowed): Allow delete-space.
5586
5587 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5590         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5591         Remove autoloads.
5592
5593 2006-04-18  Simon Josefsson  <jas@extundo.com>
5594
5595         * message.el (message-generate-hashcash): Default to.
5596
5597 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5600         concatenating segments rather than before concatenating them.
5601
5602 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5605
5606 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5609
5610         * message.el (message-forward-make-body-plain): Allow
5611         message-forward-ignored-headers to be a list.
5612         (message-remove-ignored-headers): Factor out into function.
5613         (message-forward-make-body-mml): Use it.
5614
5615         * imap.el (imap-quote-specials): New function.
5616         (imap-login-auth): Quote specials.
5617
5618         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5619         (rfc2231-parse-string): Allow concatanation of parameters that
5620         aren't contiguous.  The test case is
5621           (mail-header-parse-content-type "message/external-body;
5622             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5623             access-type=LOCAL-FILE;
5624             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5625
5626 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * nntp.el (nntp-accept-process-output): Return the value of
5629         `nnheader-accept-process-output'.
5630
5631 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5634         (gnus-button-alist): Recognize more diff formats.
5635         (gnus-button-patch): Strip directory.
5636
5637 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5640         Emacs 22 when setting focus.
5641
5642 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-art.el (gnus-article-treat-types): Do treatment of
5645         text/x-verbatim parts.
5646         (gnus-button-patch): New command.
5647
5648         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5649         addresses that contain invalid characters.
5650
5651 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * message.el (message-put-addresses-in-ecomplete): Use
5654         gnus-replace-in-string.
5655         (message-is-yours-p): Use the more correct
5656         mail-header-parse-address instead of
5657         mail-extract-address-components.
5658         (message-put-addresses-in-ecomplete): Fix typo.
5659
5660         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5661         keystroke.
5662
5663         * gnus-art.el (gnus-treatment-function-alist): Change order of
5664         newsgroups/generic header folding to avoid double-folding.
5665
5666         * message.el (message-hidden-headers): Add X-Draft-From.
5667
5668         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5669         command.
5670         (gnus-summary-repeat-search-article-backward): New command.
5671
5672         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5673         groups in the parent topic.
5674
5675 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5676
5677         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5678         (spam-extra-header-to-number): Return the CRM114 number as a
5679         number instead of a string.
5680
5681 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-art.el (gnus-face-properties-alist): Moved here from
5684         gnus-fun.
5685
5686         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5687
5688 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * message.el (message-strip-forbidden-properties): Only display on
5691         self-insert-command.
5692
5693         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5694         reindent.
5695         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5696
5697 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5698
5699         * smiley.el (smiley-style): Fix typo.
5700
5701 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * hashcash.el (hashcash-insert-payment-async-2): Use
5704         message-goto-eoh instead of doing it manually.
5705         (mail-add-payment): Use message-narrow-to-header instead of trying
5706         to do the same itself.
5707
5708         * message.el (message-hidden-headers): Add Face.
5709
5710         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5711         reparenting code.
5712         (gnus-summary-reparent-children): Refactored out code.
5713         (gnus-summary-thread-map): New keystroke.
5714         (gnus-summary-reparent-children): Make into command.
5715
5716         * smiley.el (smiley-style): Default to `medium' if using a large
5717         font.
5718
5719         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5720         does it itself.
5721
5722         * message.el (message-point-in-header-p): Simplify definition.
5723
5724 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * nnagent.el (nnagent-request-set-mark): Silence log file
5727         writing.
5728         (nnagent-request-set-mark): Use write-region instead of
5729         append-to-file.
5730
5731         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5732         strange select method.
5733
5734         * ecomplete.el (ecomplete-display-matches): Get highlightling
5735         right.
5736         (ecomplete-display-matches): Use literals.
5737         (ecomplete-display-matches): Disable message logging.
5738
5739         * message.el (message-display-abbrev): Small optimization.
5740
5741         * ecomplete.el (ecomplete-display-matches): Allow automatic
5742         display.
5743
5744         * message.el (message-strip-forbidden-properties): Display
5745         abbrevs.
5746         (message-display-abbrev): Get automatic display right.
5747
5748         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5749         keystrokes.
5750
5751 2006-04-13  Romain Francoise  <romain@orebokech.com>
5752
5753         TODO: Backport to v5-10!
5754
5755         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5756         Moved here (and renamed) from gnus-registry.el.
5757
5758         * gnus-registry.el: Require gnus-util.
5759         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5760
5761 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-group.el (gnus-group-catchup-current): Change
5764         if-then-else-if-then-else into cond.
5765         (gnus-group-catchup): Indent.
5766         (group-name-at-point): New function.
5767         (gnus-fetch-group): Provide default from thing at point.
5768
5769 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * message.el (message-display-abbrev): Fix regexp.
5772
5773         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5774         choosing.
5775         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5776         dead variables.
5777
5778         * message.el (message-newline-and-indent): Remove debugging.
5779         (message-display-abbrev): Use new implementation.
5780
5781 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * gnus-art.el (gnus-article-mode): Set
5784         cursor-in-non-selected-windows to nil.
5785
5786         * smiley.el: Revert previous change.
5787         (smiley-data-directory): defvar it before using it in the
5788         defcustom of `smiley-style'.
5789
5790 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * message.el (message-newline-and-indent): New function.
5793
5794         * ecomplete.el: Implement more bits.
5795
5796         * message.el (message-put-addresses-in-ecomplete): Clean up the
5797         string.
5798
5799         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5800
5801         * gnus-sum.el (gnus-summary-save-parts): Bind
5802         gnus-summary-save-parts-counter and use it to make unique file
5803         names.
5804
5805         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5806
5807         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5808         parameter to say whether to actually parse the individual
5809         addresses.
5810
5811         * message.el (message-put-addresses-in-ecomplete): New function.
5812         (ecomplete): Require.
5813         (message-mail-alias-type): Add ecomplete as an option.
5814
5815 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5816
5817         * flow-fill.el (fill-flowed): Remove trailing space from blank
5818         quoted lines.
5819
5820 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * smiley.el (smiley-style): Move definition later to avoid a
5823         compilation warning.
5824
5825 2006-04-12  Kenichi Handa  <handa@m17n.org>
5826
5827         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5828         buffer and then decode the buffer text if necessary.
5829         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5830         first, and after mm-encode-body, change the buffer to unibyte.
5831         Use mm-disable-multibyte instead of set-buffer-multibyte.
5832
5833 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5836         Content-Type header instead of Content-Disposition header.
5837         (gnus-mime-inline-part): Ditto.
5838         (gnus-mime-view-part-as-charset): Ignore charset that the part
5839         specifies.
5840
5841         * mm-decode.el (mm-display-part): Work with external parts and
5842         usual parts similarly.
5843
5844         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5845         instead of gnus-display-mime.
5846
5847         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5848         instead of with-temp-buffer.
5849
5850         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5851         tag to summarized topics part in order to encode non-ASCII text.
5852
5853 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * smiley.el (smiley-style): New variable.
5856         (smiley-directory): New function.
5857         (smiley-data-directory): Derive from `smiley-style' using
5858         `smiley-directory'.
5859         (smiley-regexp-alist): Add new entries.
5860
5861         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5862         (gnus-article-browse-delete-temp): Add :version.
5863
5864 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5865
5866         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5867         the sieve region.
5868
5869 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus.el (gnus-version-number): Bump version.
5872
5873 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus.el: No Gnus v0.4 is released.
5876
5877 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5880         layout.
5881
5882         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5883         unknown charset.
5884
5885         * message.el (message-header-synonyms): Add Original-To to the
5886         default.
5887
5888         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5889         optional parameter.
5890
5891 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus-fun.el (gnus): Require it for gnus-directory.
5894
5895 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5898
5899 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5900
5901         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5902
5903 2006-04-05  Simon Josefsson  <jas@extundo.com>
5904
5905         * password.el (password-reset): New function.
5906
5907 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5908
5909         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5910         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5911
5912 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5913
5914         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5915         Some whitespace was matched into the url, which broke browsing hits
5916         > 100 when mm-url-use-external was nil.
5917
5918 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5921         gnus-extra-headers for 'Newsgroups.
5922
5923         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5924         bound.
5925
5926 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5927
5928         * pgg-gpg.el: Clean up process buffers every time gpg processes
5929         complete.
5930
5931 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5934         doc string.
5935
5936 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5937
5938         * pgg-gpg.el (pgg-gpg-process-filter)
5939         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5940
5941         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5942         lines, temporary fix.
5943
5944 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5947
5948 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5949
5950         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5951         default-enable-multibyte-characters.  This reverts the change from
5952         revision 6.17 which is no longer necessary because the passphrase
5953         is sent separately now.  GnuPG messages are unreadable under
5954         multibyte locales with default-enable-multibyte-characters set to
5955         nil.
5956
5957 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * message.el (message-tool-bar-gnome): Move "spell".
5960
5961 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5964         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5965         instead.
5966
5967 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5968
5969         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5970         newsgroups handling for NNTP overviews which don't include
5971         Newsgroups.
5972
5973 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5974
5975         * message.el (message-resend): Bind message-generate-hashcash to nil.
5976
5977 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5978
5979         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5980         when searching for already-paid recipients.
5981
5982 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5983
5984         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5985         passphrases when it is not needed.
5986         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5987         passphrase stuff from gpg, should only be necessary when you use
5988         gpg with a smartcard.
5989
5990 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * mml.el (mml-insert-mime): Ignore cached contents of
5993         message/external-body part.
5994
5995         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5996         (mm-insert-part): Ditto.
5997
5998 2006-03-23  Simon Josefsson  <jas@extundo.com>
5999
6000         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6001         Reiner.
6002         (pgg-gpg-use-agent-p): Use it again.
6003
6004 2006-03-23  Simon Josefsson  <jas@extundo.com>
6005
6006         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6007         older emacsen.
6008         (pgg-gpg-use-agent-p): Don't use it.
6009
6010 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6013         if we can.
6014
6015 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6016
6017         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6018         (pgg-gpg-update-agent): New function.
6019         (pgg-gpg-use-agent-p): New function.
6020         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6021         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6022         (pgg-gpg-sign-region): Use it.
6023
6024 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6027         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6028
6029 2006-03-21  Simon Josefsson  <jas@extundo.com>
6030
6031         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6032         <wilde@sha-bang.de>.
6033         (pgg-gpg-use-agent): New variable.
6034         (pgg-gpg-process-region): Use it.
6035         (pgg-gpg-encrypt-region): Likewise.
6036         (pgg-gpg-encrypt-symmetric-region): Likewise.
6037         (pgg-gpg-decrypt-region): Likewise.
6038         (pgg-gpg-sign-region): Likewise.
6039         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6040
6041 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6044
6045         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6046         Add comment on version.
6047
6048 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * smiley.el: Add missing test smiley.
6051
6052 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * mm-decode.el (mm-with-part): New macro.
6055         (mm-get-part): Use it; work with message/external-body as well.
6056         (mm-save-part): Treat name and filename equally.
6057
6058         * mm-extern.el (mm-extern-cache-contents): New function.
6059         (mm-inline-external-body): Use it; force the part to be displayed;
6060         move undisplayer added to the cached handle to the parent.
6061
6062         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6063         (gnus-mime-view-part-as-type): Work with message/external-body.
6064
6065         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6066
6067 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6070         images in image-load-path.  [Sync with image.el, revision 1.60, in
6071         Emacs.]
6072
6073 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6074
6075         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6076         path rather than symbol.  Always return list of directories.
6077         Guarantee that image directory comes first.  [Sync with image.el,
6078         revision 1.59, in Emacs.]
6079
6080         * message.el (message-make-tool-bar): Adjust to new API of
6081         `gmm-image-load-path-for-library'.
6082
6083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6084
6085         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6086
6087 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6088
6089         * gnus-art.el (gnus-article-only-boring-p):
6090         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6091         intangible text.
6092         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6093
6094 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6097         `defun' instead of `gmm-defun-compat'.
6098
6099 2006-03-14  Simon Josefsson  <jas@extundo.com>
6100
6101         * message.el (message-unique-id): Don't use message-number-base36
6102         if (user-uid) is a float.
6103         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6104
6105 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6108
6109         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6110         empty line between a part and a message part.
6111
6112 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * smiley.el: Add more test smileys.
6115         (smiley-data-directory, smiley-regexp-alist)
6116         (gnus-smiley-file-types): Fix doc strings.
6117         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6118         adding new elements.
6119         (smiley-mouse-map): Unused code.  Make it a comment.
6120
6121 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6124         scan latest NoCeM messages instead of old ones.
6125         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6126         delimiters that are recently used.
6127         (gnus-nocem-load-cache): Add autoload cookie.
6128
6129         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6130
6131         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6132         level which is larger than gnus-use-nocem is specified.
6133
6134         * gnus-group.el (gnus-group-get-new-news): Ditto.
6135
6136 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6137
6138         * gnus-util.el (gnus-tool-bar-update): New function.
6139
6140         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6141         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6142
6143         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6144
6145         * gnus-group.el (gnus-group-redraw-when-idle)
6146         (gnus-group-redraw-check): Remove.
6147         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6148
6149 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6152         if optional last element is specified in splits (FIELD VALUE...).
6153
6154 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6157         to gmm-image-load-path-for-library.  Call with no-error argument.
6158         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6159
6160         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6161
6162         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6163
6164         * gmm-utils.el (gmm-image-load-path): Remove alias.
6165
6166 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * gmm-utils.el (gmm-image-load-path): Add alias.
6169
6170         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6171         nnml-generate-nov-databases-1.
6172         (nnml-generate-nov-databases): Use it.
6173         (nnml-generate-nov-databases-directory): Document no-active
6174         argument.
6175
6176         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6177         directory if path is t.  Add no-error.
6178
6179         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6180         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6181
6182         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6183         resetting gnus-article-browse-html-temp-list.
6184
6185         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6186         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6187         Add example to docstring.  Rename local variables.  Move error
6188         checks to default case in cond and simplify.
6189
6190 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6193         handle is multipart when calling it recursively.
6194         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6195
6196 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6197
6198         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6199         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6200
6201 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6204         is loaded.
6205
6206         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6207         loaded.
6208
6209 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6212         to "Emacs 23 (unicode)" in doc string.
6213
6214         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6215         "Emacs 23 (unicode)" in comment.
6216
6217 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6220
6221         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6222         characters 160 through 255 in Emacs 23.
6223
6224 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6227         gnus-article-browse-html-temp.
6228         (gnus-article-browse-delete-temp): Make it customizable.  Add
6229         `file'.  Adjust doc string.
6230         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6231         query for each file.  Adjust doc string.
6232         (gnus-article-browse-html-parts): Add
6233         `gnus-article-browse-delete-temp-files' to
6234         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6235
6236 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6237
6238         * gnus-art.el (gnus-article-browse-html-temp)
6239         (gnus-article-browse-delete-temp): New variables.
6240         (gnus-article-browse-delete-temp-files): New function.
6241         (gnus-article-browse-html-parts): Use it.
6242
6243 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6246
6247         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6248         string.
6249
6250         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6251         gnus-summary-insert-new-articles when unplugged.  Remove
6252         gnus-summary-search-article-forward.
6253
6254         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6255         display-visual-class instead of display-color-cells.
6256
6257 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * dgnushack.el: Autoload customize-group for XEmacs.
6260
6261         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6262         message/* containing non-ASCII text properly.
6263
6264 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * message.el: Require gmm-utils, remove autoloads.
6267         (message-tool-bar): Set default based on
6268         gmm-tool-bar-style.
6269         (message-tool-bar-gnome): Add gmm-customize-mode.
6270
6271         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6272         gmm-tool-bar-style.
6273         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6274
6275         * gnus-group.el (gnus-group-tool-bar): Set default based on
6276         gmm-tool-bar-style.
6277         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6278
6279         * gmm-utils.el (gmm-image-directory): Rename variable from
6280         gmm-image-load-path.
6281         (gmm-image-load-path): Use gmm-image-directory.
6282         (gmm-customize-mode): New function.
6283         (gmm-tool-bar-style): New variable.
6284
6285         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6286         gnus-group-redraw-line-number.
6287         (gnus-group-redraw-check): Simplify.
6288         (gnus-group-tool-bar-update): Remove redraw check.
6289         (gnus-group-make-tool-bar): Add redraw check.
6290
6291 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6292
6293         * gnus-art.el (gnus-button): Add missing parentheses.
6294
6295 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * lpath.el: Fbind line-number-at-pos.
6298
6299 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6302
6303 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * gnus-art.el (gnus-button): New face.
6306         (gnus-article-button-face): Use it.
6307
6308         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6309         gnus-summary-next-page.  Re-order.
6310
6311         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6312         next-node are now included.
6313         (gnus-group-redraw-line-number): New internal variable.
6314         (gnus-group-redraw-check): Helper function for updating the tool
6315         bar.
6316         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6317
6318         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6319
6320         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6321         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6322         Use it to match format of Spamassassin 3.0 and later.  Reported by
6323         IRIE Tetsuya <irie@t.email.ne.jp>.
6324         (spam-check-bogofilter)
6325         (spam-bogofilter-register-with-bogofilter): Fix args of
6326         `gnus-error' calls.
6327
6328 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6331         unnecessary interaction when sending queued mails.  Reported by
6332         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6333
6334 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6337         first or last are nil.
6338
6339 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6340
6341         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6342
6343 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6346
6347 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * dns.el (query-dns): Protect more against buggy tcp output.
6350
6351 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6354         nov.php.
6355
6356 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6357
6358         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6359         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6360         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6361         output on the server side.
6362         (nnweb-google-create-mapping): Update regexps and add some
6363         progress indication.
6364
6365 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6368         gnus-agent-toggle-plugged.  Re-order icons.
6369         (gnus-group-tool-bar-gnome): Add
6370         gnus-group-{prev,next}-unread-group.
6371         (gnus-group-tool-bar-gnome): Re-order icons.
6372
6373         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6374         gnus-summary-insert-new-articles.
6375
6376         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6377         comments.
6378
6379         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6380         also available in Emacs 21.3.
6381
6382         * message.el (message-fix-before-sending): Change "Emacs 22" to
6383         "Emacs 23 (unicode)" in comment.
6384
6385         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6386         "Emacs 23 (unicode)" in comment.
6387
6388         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6389         comment.
6390         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6391
6392         * mm-view.el (mm-fill-flowed): Add :version.
6393
6394 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6397         and load-path.
6398
6399 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * message.el: Autoload gmm-image-load-path.
6402         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6403         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6404         consitency.
6405
6406         * gmm-utils.el (gmm-image-load-path): Also search in
6407         "../etc/images".  Don't set gmm-image-load-path if we don't find
6408         the image.
6409
6410 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gmm-utils.el (gmm-image-load-path): Don't make
6413         `gmm-image-load-path' include subdirectories which the second arg
6414         `image' might specify.
6415
6416         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6417         subdirectory to icon file names.
6418
6419         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6420
6421 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6424         gmm-image-load-path calls.
6425
6426         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6427
6428         * message.el (message-make-tool-bar): Ditto.
6429
6430         * mml.el (mml-preview): Added comment concerning tool bar icons.
6431
6432         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6433         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6434
6435         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6436         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6437
6438         * message.el (message-tool-bar-gnome): Use new icon names.
6439         (message-make-tool-bar): Use `gmm-image-load-path'.
6440
6441         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6442         functions from MH-E.
6443         (gmm-image-load-path): New variable from MH-E.
6444         (gmm-image-load-path): New function from MH-E.  Added arguments
6445         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6446         *-image-load-path-called-flag.
6447
6448 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6449
6450         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6451
6452 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6453
6454         * nnimap.el (nnimap-request-move-article): Change folder back to
6455         source group before deleting.
6456
6457 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6460
6461         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6462         mm-url.
6463
6464         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6465
6466 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6469         coding system which mm-charset-to-coding-system returns for a
6470         given charset is valid.
6471
6472 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6473
6474         * html2text.el (html2text-remove-tag-list):
6475         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6476
6477 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6478
6479         * gnus-cus.el: Revert 2005-10-17 change.
6480
6481 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-art.el (article-strip-banner): Call
6484         article-really-strip-banner only when the regexp match is made.
6485
6486 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * gnus-art.el (article-strip-banner): Use
6489         gnus-extract-address-components instead of
6490         mail-header-parse-addresses to make it work with non-ASCII text;
6491         remove mail-encode-encoded-word-string.
6492
6493         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6494         values which are surrounded with \"...\"; make it never cause a
6495         Lisp error; give up parsing of parameters if it failed in
6496         extracting type.
6497
6498 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6499
6500         * smime.el (smime-cert-by-ldap-1): Fix bug where
6501         `smime-ldap-search' returns results without userCertificates.
6502
6503 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6506
6507 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * spam.el (spam-check-spamassassin-headers): Adapt format for
6510         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6511         <ari@mbf.ocn.ne.jp>.
6512         (spam-list-of-processors): Add spam-use-gmane.
6513
6514 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6517         make-temp-file; make it work with XEmacs as well.
6518
6519         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6520         mm-make-temp-file.
6521
6522         * mm-decode.el (mm-display-external): Use the 3rd arg of
6523         mm-make-temp-file.
6524         (mm-create-image-xemacs): Ditto.
6525
6526 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6529         with message-narrow-to-headers.
6530         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6531         (gnus-draft-check-draft-articles): New function.
6532         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6533
6534 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * gnus-art.el (gnus-article-browse-html-parts):
6537         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6538         Don't use suffix argument for mm-make-temp-file for Emacs 21
6539         compatibility.  Remove useless `format'.
6540
6541 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6542
6543         * nnweb.el (nnweb-google-wash-article): Update regexps.
6544         (nnweb-group-alist): Use defvoo instead of defvar.
6545
6546 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6549         re-loading nn* modules.
6550
6551 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6554         for `tool-bar-mode' and don't check it's default-value.
6555
6556         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6557
6558         * message.el (message-make-tool-bar): Ditto.
6559
6560         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6561         `substring'.  Shorten tmp-file name.
6562
6563         * gnus.el: Remove bogus comment.
6564
6565 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6566
6567         * gnus-art.el (gnus-article-browse-html-parts): New function.
6568         (gnus-article-browse-html-article): New function for viewing html
6569         articles with a browser.
6570
6571 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6572
6573         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6574         in elisp.
6575         (pgg-gpg-encrypt-symmetric-region): Ditto.
6576         (pgg-gpg-sign-region): Ditto.
6577
6578         * pgg-def.el (pgg-text-mode): New variable.
6579
6580         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6581         (mml2015-pgg-encrypt): Ditto.
6582
6583         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6584         (mml1991-pgg-encrypt): Ditto.
6585
6586 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6589         message-make-date instead of current-time-string.
6590
6591         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6592         to gnus-decoded which mm-uu might set.
6593
6594 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6597         don't decode quoted parameters; remove misimported Emacs code.
6598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6599         (rfc2231-decode-encoded-string): Don't use split-string which
6600         behaves differently according to Emacs version; use
6601         mm-decode-coding-region to convert charset to coding-system.
6602         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6603         (rfc2231-encode-string): Remove misimported Emacs code.
6604
6605 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6608         when calling mail-header-parse-content-type.
6609         (article-de-quoted-unreadable): Ditto.
6610         (article-de-base64-unreadable): Ditto.
6611         (article-wash-html): Ditto.
6612
6613         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6614         calling mail-header-parse-content-type and
6615         mail-header-parse-content-disposition.
6616         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6617         mail-header-parse-content-type.
6618
6619         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6620         insert charset and format parameters; encode description after
6621         inserting it to buffer.
6622         (mml-insert-parameter): Fold lines properly even if a parameter is
6623         segmented into two or more lines; change the max column to 76.
6624
6625         * rfc1843.el (rfc1843-decode-article-body): Don't use
6626         ignore-errors when calling mail-header-parse-content-type.
6627
6628         * rfc2231.el (rfc2231-parse-string): Return at least type if
6629         possible; don't cause an error even if it fails in parsing of
6630         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6631         (rfc2231-encode-string): Don't break lines at the beginning, leave
6632         it to mml-insert-parameter.
6633
6634         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6635         calling mail-header-parse-content-type.
6636
6637 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * spam-report.el (spam-report-gmane-use-article-number):
6640         Improve doc string.
6641         (spam-report-gmane-internal): Check if a suitable header was found
6642         in the article.
6643
6644 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6647         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6648
6649 2006-02-05  Romain Francoise  <romain@orebokech.com>
6650
6651         Update copyright notices of all files in the gnus directory.
6652
6653 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6654
6655         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6656
6657 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6660         segmented lines of parameter value to cope with Thunderbird 1.5
6661         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6663         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6664
6665 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6666
6667         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6668         parts.
6669
6670 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6671
6672         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6673         there's only one active file for all servers.
6674         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6675         solid groups.  Gnus might have used a FAST request to select the group.
6676         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6677         and nnweb-search redundantly in the active file.
6678         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6679         (nnweb-request-create-group): Don't use ARGS.
6680         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6681         initialisations.  Let nnoo do the work.
6682
6683 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6686         Say the part has been decoded.
6687
6688         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6689
6690 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6691
6692         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6693         mailcap-viewer-test-cache when there's no 'test clause, since that
6694         will invert the meaning of a "nil" test previously determined by
6695         mailcap-mailcap-entry-passes-test.
6696
6697 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6700         compiling.
6701
6702         * gnus-sum.el: Ditto.
6703
6704         * message.el: Don't bind tool-bar-map when compiling.
6705
6706 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6709
6710 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6711
6712         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6713         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6714         current Google Groups.
6715
6716 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6719         and tool-bar-mode.
6720
6721         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6722         and tool-bar-mode.
6723
6724         * message.el (message-tool-bar-update): Simplify.
6725         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6726
6727         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6728         gnus-summary-buffer.
6729         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6730         gnus-summary-reply.
6731
6732         * gmm-utils.el (gmm): Add :version.
6733
6734 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * Makefile.in (clean): New rule.
6737         (distclean): Use it.
6738
6739 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6740
6741         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6742         autoload.
6743
6744 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gmm-utils.el (gmm-verbose): Add :group.
6747
6748 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * message.el: Change some comments WRT tool-bars.
6751
6752         * gnus-sum.el (gnus-summary-tool-bar)
6753         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6754         (gnus-summary-tool-bar-zap-list): New variables.
6755         (gnus-summary-make-tool-bar): Complete rewrite using
6756         `gmm-tool-bar-from-list'.
6757
6758         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6759         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6760         variables.
6761         (gnus-group-make-tool-bar): Complete rewrite using
6762         `gmm-tool-bar-from-list'.
6763         (gnus-group-tool-bar-update): New function.
6764
6765         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6766
6767 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6770         is dissected into a single part of which the type is the same as
6771         the given one; decode charset.
6772
6773 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6774
6775         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6776         into alists as symbol not string, since that's what
6777         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6778         look for.
6779
6780 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6783         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6784
6785         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6786
6787 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6790         (gnus-xmas-mime-security-button-menu): New function.
6791
6792         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6793         (gnus-mime-security-button-menu): New definition.
6794         (gnus-mime-security-button-map): Use them.
6795         (gnus-mime-security-button-menu): New function.
6796         (gnus-insert-mime-security-button): Addition to help echo.
6797         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6798         (gnus-mime-security-pipe-part): New functions.
6799
6800         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6801         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6802
6803         * mm-decode.el (mm-handle-set-disposition): Remove.
6804         (mm-handle-set-description): Remove.
6805
6806 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6809         (mm-w3m-standalone-supports-m17n-p): New function.
6810         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6811         w3m usage.
6812
6813         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6814         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6815
6816 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * message.el (message-tool-bar-zap-list): Use
6819         gmm-tool-bar-zap-list as custom type.
6820         (message-tool-bar-update): New function.
6821         (message-tool-bar, message-tool-bar-gnome)
6822         (message-tool-bar-retro): Add message-tool-bar-update.
6823         (message-tool-bar-gnome): Add flyspell-buffer.
6824
6825         * gnus-util.el (gnus-error): Describe `args'.
6826
6827         * gmm-utils.el (gmm-error): Describe `args'.
6828         (gmm-tool-bar-zap-list): New widget.
6829         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6830
6831 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6834         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6835         the number of recursive calls.
6836
6837         * mm-decode.el (mm-handle-set-disposition): New macro.
6838         (mm-handle-set-description): New macro.
6839
6840 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6843         encoding.
6844
6845 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * message.el (message-tool-bar-zap-list, message-tool-bar)
6848         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6849         (message-tool-bar-local-item-from-menu): Remove.
6850         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6851         (message-make-tool-bar): New function.
6852         (message-mode): Use `message-make-tool-bar'.
6853
6854         * gmm-utils.el: New file.
6855         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6856         (gmm-lazy): New widget copied from `nnmail.el'.
6857         (gmm-tool-bar-from-list): New function for creating customizable
6858         tool bars.
6859         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6860         output.
6861         (gmm): Add :prefix to defgroup.
6862
6863 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6864
6865         * gmm-utils.el (gmm-widget-p): New function.
6866
6867 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * mml.el (mml-attach-file): Describe `description' in doc string.
6870         (mml-menu): Add Emacs MIME manual and PGG manual.
6871
6872 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6873
6874         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6875
6876 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6877
6878         * nntp.el (nntp-end-of-line): Doc fix.
6879
6880 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6881
6882         * imap.el (imap-open): Handle case where buffer is a buffer
6883         object.
6884
6885 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6886
6887         * gnus-delay.el (gnus-delay): Don't autoload.
6888         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6889         to be re-loaded when customizing the `gnus-delay' group.
6890
6891 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6892
6893         * message.el (message-insert-citation-line): Use newlines.
6894
6895 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6896
6897         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6898         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6899         these routines, so the passphrase can be managed externally and
6900         passed in to the system.
6901         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6902         pgg-add-passphrase-to-cache function.
6903
6904         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6905         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6906         these routines, so the passphrase can be managed externally and
6907         passed in to the system.
6908         (pgg-pgp5-sign-region): Use new name of
6909         pgg-add-passphrase-to-cache function.
6910
6911 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6912
6913         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6914         part of the decoded armor to find the key-identifier.
6915         (pgg-gpg-lookup-key-owner): New function to return the
6916         human-readable identifier of a key owner.
6917         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6918         itself.
6919         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6920         the key value) if we have a key and can match it against a secret
6921         key.  Also, added a note pointing out fact that the prompt only
6922         indicates the first matching key.
6923
6924         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6925         pgg-decrypt-region.
6926         (pgg-add-passphrase-to-cache): Rename from
6927         `pgg-add-passphrase-cache' to reduce confusion (all callers
6928         changed).
6929         (pgg-remove-passphrase-from-cache): Rename from
6930         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6931         changed).
6932         (pgg-read-passphrase, pgg-add-passphrase-cache)
6933         (pgg-remove-passphrase-cache): Add informative docstrings.
6934         (pgg-decrypt): Convey provided passphrase in subordinate call to
6935         pgg-decrypt-region.
6936
6937 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6938
6939         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6940         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6941         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6942         'passphrase' argument, so the passphrase can be managed externally
6943         and then passed in to the system.
6944
6945         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6946         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6947         so the passphrase cache can be used reliably with identifiers
6948         besides a pgp packet's key id.
6949
6950         * pgg-gpg.el (pgg-gpg-encrypt-region)
6951         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6952         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6953         these routines, so the passphrase can be managed externally and
6954         passed in to the system.
6955
6956         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6957         'notruncate' argument, so the passphrase cache can be used
6958         reliably with identifiers besides a pgp packet's key id.
6959
6960 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6961
6962         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6963         symmetric encryption.
6964         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6965         encrypted session key.
6966         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6967         message ask for the passphrase in a proper way.
6968
6969         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6970         New user commands for symmetric encryption.
6971
6972 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6975
6976         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6977
6978 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6979
6980         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6981
6982 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * mm-decode.el (mm-inlined-types): Add application/pgp.
6985         (mm-automatic-display): Ditto.
6986
6987         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6988         part as text.
6989
6990 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * nnrss.el: Update copyright.
6993         (nnrss-opml-import): Query whether to subscribe to each entry.
6994
6995         * gnus-art.el:
6996         * gnus-sum.el:
6997         * gnus-xmas.el:
6998         * messagexmas.el:
6999         * mm-uu.el:
7000         * mm-view.el: Update copyright.
7001
7002 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * message.el (message-info): New function.
7005         (message-mode-menu): Add it.
7006         Update copyright.
7007
7008         * ChangeLog: Fix and update copyright.
7009
7010 2006-01-13  Romain Francoise  <romain@orebokech.com>
7011
7012         * message.el (message-forward-subject-name-subject): Prefer the
7013         address to 'nowhere' if the sender has no name.
7014         Fix typo.  Update copyright year.
7015
7016 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (article-wash-html): Use
7019         gnus-summary-show-article-charset-alist if a numeric arg is given.
7020         (gnus-article-wash-html-with-w3m-standalone): New function.
7021
7022         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7023         mm-inline-text-html-render-with-w3m-standalone.
7024         (mm-text-html-washer-alist): Map w3m-standalone to
7025         gnus-article-wash-html-with-w3m-standalone.
7026         (mm-inline-text-html-render-with-w3m-standalone): New function.
7027
7028 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7031         Improve LaTeX.
7032
7033 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7036         (nnrss-request-article): Render text/plain parts as HTML.
7037
7038         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7039         the buffer.
7040
7041 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7044         custom definition of `gnus-posting-styles'.
7045
7046         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7047         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7048
7049 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7052         Use nntp for bug archive.
7053
7054 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7057         parts.
7058         (nnrss-normalize-date): New function converts ISO 8601 date into
7059         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7060         (nnrss-check-group): Use it.
7061
7062 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7065
7066         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7067         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7068         (nnrss-insert-w3): Ditto.
7069
7070 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7073         the articles to be forwarded including the case where neither a
7074         number of articles nor a region is specified.
7075
7076 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * nnrss.el (nnrss-request-article): Fix last change; fill
7079         text/plain parts.
7080
7081 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7084         in text/plain part.
7085         (nnrss-check-group): Don't add excessive newline to dc:subject.
7086
7087 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7088
7089         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7090         article.
7091
7092 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7095         (nnml-use-compressed-files, nnml-save-mail): Support other
7096         comression programs such as bzip2.
7097
7098 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * dns.el (query-dns): Make sure we check the buffer size before
7101         removing tcp headers.
7102
7103 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7106         remove MIME buttons associated with multipart/alternative parts.
7107         (gnus-mime-display-alternative): Tag buttons using `article-type'
7108         text property.
7109
7110         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7111         associated with multipart/alternative parts.
7112
7113         * gnus-art.el (gnus-signature-separator): Fix custom type.
7114
7115         * mm-decode.el (mm-inlined-types): Fix custom type.
7116         (mm-keep-viewer-alive-types): Ditto.
7117         (mm-automatic-display): Ditto.
7118         (mm-attachment-override-types): Ditto.
7119         (mm-inline-override-types): Ditto.
7120         (mm-automatic-external-display): Ditto.
7121
7122 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * spam-report.el (spam-report-user-mail-address)
7125         (spam-report-user-agent): New variables.
7126         (spam-report-url-ping-plain): Use spam-report-user-agent.
7127
7128 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7129
7130         * gnus-art.el (gnus-button-handle-custom): Do not just use
7131         `customize-apropos' for any "M-x customize-*" button but the
7132         function called for.  Accept both the function name and its
7133         argument in order to achieve this.
7134         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7135         function name to `gnus-button-handle-custom' in case of "M-x
7136         customize-*" buttons.
7137
7138 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7141         multipart/alternative and add xref to mm-discouraged-alternatives
7142         in doc string.
7143
7144         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7145         gnus-buttonized-mime-types in doc string.
7146
7147 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7150         Suggest image/.* in the doc string.
7151
7152 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7155         message-marks (Debian bug #342521).
7156
7157 2005-12-12  Simon Josefsson  <jas@extundo.com>
7158
7159         * password.el (password-read-from-cache): Add.
7160         (password-read): Use it.
7161
7162 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7165         us-ascii as a MIME charset.
7166
7167         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7168         against the case where the 2nd arg TYPE is nil.
7169
7170 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * pop3.el (pop3-stream-type): Fix custom version.
7173
7174         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7175
7176 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7177
7178         * mm-decode.el (mm-display-external): Add missing cdr.
7179
7180 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7183         RFC1524) if it is in mailcap or add a suffix according to
7184         mailcap-mime-extensions when generating a temp filename; postpone
7185         deleting a temp file for 2 seconds for some wrappers, shell
7186         scripts, and so on, which might exit right after having started a
7187         viewer command as a background job.
7188
7189 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * nntp.el (nntp-marks-directory): Fix custom group.
7192
7193         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7194         steps when < 10.
7195
7196         * gnus-start.el (gnus-no-server-1): Mention
7197         `gnus-level-default-subscribed' in doc string.
7198
7199 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7200
7201         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7202         parens.
7203
7204 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-xmas.el (gnus-use-toolbar): Revert.
7207         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7208         gnus-use-toolbar is default.
7209
7210         * messagexmas.el (message-use-toolbar): Revert.
7211         (message-setup-toolbar): Use global default-toolbar if
7212         message-use-toolbar is default.
7213
7214 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7217         according to default-toolbar-visible-p.
7218
7219         * messagexmas.el (message-use-toolbar): Ditto.
7220
7221 2005-11-26  Dave Love  <fx@gnu.org>
7222
7223         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7224         (tls-program, tls-success): Provide openssl alternative.
7225
7226         * starttls.el: Doc fixes.
7227         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7228         SERVICE to PORT.
7229
7230         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7231         port null or service name.
7232         (starttls-negotiate): Autoload.
7233
7234 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * message.el (message-kill-to-signature): Fix interactive spec.
7237
7238 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * pop3.el (pop3-open-server): Recognize a string as a service name.
7241
7242 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7243
7244         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7245
7246 2005-11-23  Dave Love  <fx@gnu.org>
7247
7248         Add pop3s, pop3/starttls.
7249
7250         * pop3.el (pop3-authentication-scheme): Clarify doc.
7251         (open-tls-stream, starttls-open-stream): Autoload.
7252         (pop3-stream-type): New.
7253         (pop3-open-server): Use it.
7254
7255         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7256         for POP.
7257         (mail-source-keyword-map): Add :stream for POP.
7258         (mail-source-fetch-pop): Use pop3-stream-type.
7259
7260 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7263         of current-time-string.
7264
7265 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7266
7267         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7268         date header.
7269
7270 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7271
7272         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7273         it can seriously impact performance as it bypasses the agent's
7274         local caches.
7275
7276 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7277
7278         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7279         must be explicitly online rather than "not explicitly offline" for
7280         its flags to be synchronized.
7281
7282         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7283         that gnus-uu-unmark-thread will function correctly.
7284
7285         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7286         1024K is instead displayed as 1M.
7287
7288 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7291
7292 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7293
7294         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7295
7296 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7297
7298         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7299         error message to display actual error condition.
7300         (gnus-agent-save-local): Avoid saving symbols that are bound to
7301         nil as they simply result in a warning message in
7302         gnus-agent-read-local.
7303
7304 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7307         rather than make-variable-buffer-local for file-precious-flag.
7308
7309 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7310
7311         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7312         for duplicates which are removed.  The invalid sort check then
7313         triggers a rescan after the sort as sorting may have moved
7314         duplicate entries such that they can be cheaply detected.
7315
7316 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7319
7320 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7321
7322         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7323         internal variable to a custom variable.  Changed default value
7324         from compressed(2) to uncompressed(1).
7325         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7326         support for uncompressed agentview files.  Taken together, reading
7327         the agentview file should now be 6-7 times faster.
7328
7329 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7330
7331         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7332         as a buffer-local variable.  This avoids creating truncated
7333         dribble files as a result of a hang up, eg.
7334
7335 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7336
7337         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7338         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7339         XEmacs.
7340
7341 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-start.el (gnus-start-draft-setup): Enforce
7344         `gnus-draft-mode' for nndraft:drafts at startup.
7345
7346         * gnus.el (gnus-splash): Change custom group.
7347         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7348         allow-list argument.
7349
7350         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7351         string.
7352
7353 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-art.el (gnus-default-article-saver): Add user-defined
7356         `function' to custom type.
7357
7358 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7359
7360         * imap.el (imap-open): Handle case where buffer is a buffer
7361         object.
7362
7363 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7366         long lines.
7367         (gnus-cache-delete-group): Wrap doc strings.
7368
7369         * gnus-agent.el (gnus-agent-rename-group)
7370         (gnus-agent-delete-group): Wrap doc strings.
7371
7372 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * messagexmas.el (message-use-toolbar): Change the valid values
7375         into default, top, bottom, left, and right.
7376         (message-toolbar-thickness): New variable.
7377         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7378         well.
7379         (message-setup-toolbar): Make it work.
7380
7381         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7382         (gnus-use-toolbar): Change the valid values into default, top,
7383         bottom, left, and right.
7384         (gnus-toolbar-thickness): New variable.
7385         (gnus-xmas-setup-toolbar): New function.
7386         (gnus-xmas-setup-group-toolbar): Use it.
7387         (gnus-xmas-setup-summary-toolbar): Use it.
7388
7389 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * gnus-start.el (gnus-1): Add "native" to
7392         gnus-predefined-server-alist.
7393
7394         * gnus.el (gnus-method-to-server): Don't add "native" to the
7395         lists here, because that leads to problems when
7396         gnus-select-method is bound.
7397
7398 2005-11-09  Simon Josefsson  <jas@extundo.com>
7399
7400         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7401         use (not sort-by-date) instead.
7402
7403 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7404
7405         * gnus-delay.el (gnus-delay-group): Don't autoload.
7406         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7407         to be re-loaded when customizing the `gnus-delay' group.
7408
7409 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7410
7411         * message.el: Revert last changes.
7412         (message-insert-citation-line): Use newlines.
7413
7414 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7415
7416         * message.el (message-courtesy-message)
7417         (message-mark-insert-begin, message-mark-insert-end)
7418         (message-elide-ellipsis, message-cancel-message)
7419         (message-add-header, message-change-subject)
7420         (message-cross-post-followup-to-header)
7421         (message-cross-post-insert-note, message-reduce-to-to-cc)
7422         (message-widen-reply, message-delete-not-region)
7423         (message-kill-to-signature, message-insert-signature)
7424         (message-insert-importance-high, message-insert-importance-low)
7425         (message-insert-or-toggle-importance)
7426         (message-insert-disposition-notification-to)
7427         (message-indent-citation, message-yank-original)
7428         (message-cite-original-without-signature, message-cite-original)
7429         (message-insert-citation-line, message-position-on-field)
7430         (message-fix-before-sending, message-send-mail-partially)
7431         (message-send-mail, message-send-mail-with-sendmail)
7432         (message-send-mail-with-qmail, message-send-news)
7433         (message-check-news-header-syntax, message-generate-headers)
7434         (message-insert-courtesy-copy, message-fill-address)
7435         (message-fill-header, message-shorten-references)
7436         (message-setup-1, message-cancel-news)
7437         (message-forward-make-body-plain, message-forward-make-body-mime)
7438         (message-forward-make-body-mml, message-encode-message-body)
7439         (message-forward-make-body-digest-plain)
7440         (message-forward-make-body-digest-mime)
7441         (message-use-alternative-email-as-from): Insert `hard-newline'
7442         instead of ordinary newlines.
7443
7444 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * message.el (message-generate-headers): Downcase the argument
7447         given to message-check-element.
7448
7449 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7450
7451         * nntp.el (nntp-authinfo-rejected): New error condition.
7452         (nntp-wait-for): Use new error condition to signal authentication
7453         error.
7454         (nntp-retrieve-data): Rethrow new error condition to break out of
7455         recursive call to nntp-send-authinfo.
7456
7457 2005-11-08  Romain Francoise  <romain@orebokech.com>
7458
7459         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7460         (gnus-summary-exit-map): Bind to `Z p'.
7461         (gnus-summary-make-menu-bar): Add menu item.
7462
7463 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7466         (gnus-treat-*): Add `first' in all doc strings.
7467
7468         * gnus-group.el (gnus-group-compact-group): Fix typo.
7469
7470 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus.el (gnus-parameters-case-fold-search): New variable.
7473         (gnus-parameters-get-parameter): Use it.
7474
7475         * gnus-score.el (gnus-home-score-file): Doc fix.
7476
7477 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7478
7479         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7480
7481 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * mm-util.el (mm-special-display-p): New function.
7484
7485         * mml.el (mml-preview): Use it; doc fix.
7486
7487 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7488
7489         * imap.el (imap-open): Handle case where buffer is a buffer object.
7490
7491 2005-10-29  Romain Francoise  <romain@orebokech.com>
7492
7493         * message.el (message-fix-before-sending): Fix comment.
7494
7495 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7496
7497         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7498
7499 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7500
7501         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7502         Used in gnus-score.el.
7503
7504 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7507
7508 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7511         whitespace removed in revision 7.8.  Use concatenated string to
7512         protect trailing whitespace.
7513
7514 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7515
7516         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7517         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7518         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7519         Courier IMAP ("some version from 2004").  Mostly based on similar
7520         code in the same function.
7521
7522 2005-10-26  Didier Verna  <didier@xemacs.org>
7523
7524         * gnus-group.el (gnus-group-compact-group): Invalidate original
7525         article buffer.
7526         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7527         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7528         NOV database and in article itself.
7529         Invalidate article backlog.
7530
7531 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7534
7535 2005-10-26  Simon Josefsson  <jas@extundo.com>
7536
7537         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7538         part of 2004-07-25 change.
7539
7540 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * message.el (message-display-completion-list): New function.
7543         (message-expand-group): Use it; make sure the Completions buffer
7544         is modifiable.
7545 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7546
7547         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7548         user-mail-name is an empty string.
7549
7550 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7553         depending on gnus-score-decay-constant.
7554
7555         * encrypt.el (encrypt-insert-file-contents)
7556         (encrypt-write-file-contents): Don't use `gnus-message'.
7557
7558         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7559         arguments.
7560         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7561         arguments to mm-uu-verbatim-marks-extract.
7562         (mm-uu-hide-markers): New variable.
7563         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7564
7565         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7566         (gnus-convert-image-to-face-command): Use "convert" by default to
7567         allow other input image formats.
7568         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7569         accordingly.
7570
7571 2005-10-23  Simon Josefsson  <jas@extundo.com>
7572
7573         * imap.el (imap-gssapi-program): Align command line parameters
7574         with latest GNU SASL.
7575         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7576
7577 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7580         HTML.
7581         (nnslashdot-request-article): Ditto.
7582
7583         * lpath.el (featurep): Add nobreak-char-display.
7584
7585 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7586
7587         * mail-source.el (mail-source-fetch-pop): Require pop3.
7588         (mail-source-check-pop): Ditto.
7589
7590 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7593         errors.
7594
7595 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7598         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7599
7600         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7601
7602         * mm-bodies.el (mm-decode-string): Call
7603         `mm-charset-to-coding-system' with allow-override argument.
7604
7605 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7608         (rfc2047-charset-to-coding-system): New function.
7609         (rfc2047-decode-encoded-words): New function.
7610         (rfc2047-decode-region): Use them.
7611         (rfc2047-decode-cte): Remove.
7612         (rfc2047-parse-and-decode): Remove.
7613         (rfc2047-decode): Remove.
7614
7615 2005-10-15  Kenichi Handa  <handa@m17n.org>
7616
7617         * rfc2047.el (rfc2047-decode-cte): New function.
7618         (rfc2047-decode-region): Change the way to decode successive
7619         encoded-words: decode B- or Q-encoding in each encoded-word,
7620         concatenate them, and decode it as charset.
7621
7622 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * lpath.el: Fbind codepage-setup for XEmacs.
7625
7626 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7627
7628         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7629         widget-move-and-invoke.
7630         (gnus-custom-mode): Use gnus-custom-map.
7631
7632 2005-10-15  Bill Wohler  <wohler@newt.com>
7633
7634         * message.el (message-tool-bar-map): Renamed image file from
7635         mail_send to mail/send.
7636
7637 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7638
7639         * message.el (message-expand-group): Pass the common
7640         prefix substring of completion to `display-completion-list'.
7641
7642 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * mml-sec.el (mml-secure-method): New internal variable.
7645         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7646         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7647         functions using mml-secure-method.
7648
7649         * mml.el (mml-mode-map): Add key bindings for those functions.
7650         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7651         Harder <harder@myrealbox.com>.
7652         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7653         end of message if point is the headers of the message.
7654
7655         * message.el (message-in-body-p): New function.
7656
7657         * assistant.el: Autoload gnus-util and netrc.
7658
7659         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7660         Use `mm-charset-override-alist' only when decoding.
7661
7662         * mm-bodies.el (mm-decode-body): Call
7663         `mm-charset-to-coding-system' with allow-override argument.
7664
7665         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7666         `filename' from Content-Disposition if Content-Type doesn't
7667         provide `name'.
7668         (gnus-mime-view-part-as-type): Set default instead of
7669         initial-input.
7670
7671 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7672
7673         * format-spec.el (format-spec): Propagate text properties of % spec.
7674
7675 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-art.el (gnus-treat-predicate): Add `first'.
7678
7679 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7682         (mm-charset-override-alist): New variable.
7683         (mm-charset-to-coding-system): Use it.
7684         (mm-codepage-setup): New helper function.
7685         (mm-charset-eval-alist): New variable.
7686         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7687         about unknown charsets.
7688
7689         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7690
7691 2005-10-04  David Hansen  <david.hansen@gmx.net>
7692
7693         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7694         (nnrss-check-group): Ditto.
7695
7696 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7699         Rename x-gnus-verbatim to x-verbatim.
7700         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7701
7702         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7703         x-verbatim.
7704
7705         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7706
7707         * gnus-util.el (gnus-remove-duplicates): Remove.
7708
7709         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7710         instead of gnus-remove-duplicates.
7711
7712         * message.el (message-remove-duplicates): Remove.
7713         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7714         message-remove-duplicates.
7715
7716         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7717         available, else use implementation from `delete-dups'.
7718
7719         * message.el (message-insert-expires): New function.
7720         (message-mode-map): Add key binding.
7721         (message-mode-field-menu): Add menu entry.
7722         (message-mode): Document it.
7723         (message-make-expires-date): Use `message-make-date'.
7724
7725 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7726
7727         * message.el (message-make-expires-date): New function.
7728
7729 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * Makefile.in (list-installed-shadows): New entry.
7732         (install): Use it.
7733         (remove-installed-shadows): New entry.
7734
7735         * dgnushack.el (dgnushack-default-load-path): New variable.
7736         (dgnushack-find-lisp-shadows): New function.
7737         (dgnushack-remove-lisp-shadows): New function.
7738
7739 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * Makefile.in (install-el-elc): New entry.
7742         (install): Use it so that .el files are necessarily installed.
7743
7744 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7747
7748 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7749
7750         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7751         function rather than the diff-mode.el package.
7752         (mm-display-external): Use with-current-buffer.
7753         (mm-viewer-completion-map, mm-viewer-completion-map):
7754         Move initialization inside declaration.
7755
7756 2005-09-29  Simon Josefsson  <jas@extundo.com>
7757
7758         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7759         autoload mail-check-payment.
7760         (spam-check-hashcash): Define unconditionally, since hashcash.el
7761         is part of Gnus now.  Ignore errors from payment checking.
7762
7763 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * message.el (message-bold-region, message-unbold-region): Rename
7766         from `bold-region' and `unbold-region'.
7767
7768         * message.el: Remove useless autoloads.
7769
7770 2005-09-28  Simon Josefsson  <jas@extundo.com>
7771
7772         * message.el (message-use-idna): Default to t.
7773         (message-use-idna): Test whether encoding works too.  Doc fix.
7774
7775 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * nntp.el (nntp-warn-about-losing-connection): Remove.
7778
7779 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7782         customizable.  Change default value.
7783         (mm-uu-diff-groups-regexp): Change default value.
7784         (mm-uu-type-alist): Add doc string.
7785         (mm-uu-configure): Add doc string.  Make it interactive.
7786         (mm-uu-tex-groups-regexp): New variable.
7787         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7788         (mm-uu-type-alist): Add LaTeX documents.
7789         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7790         of "text/verbatim".
7791         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7792
7793         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7794         instead of "text/verbatim".
7795
7796         * message.el (message-mark-inserted-region)
7797         (message-mark-insert-file): Use slrn style marks when called with
7798         prefix argument.
7799
7800 2005-09-27  Simon Josefsson  <jas@extundo.com>
7801
7802         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7803
7804 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7805
7806         * message.el (message-remove-duplicates): New function.
7807         Implementation borrowed from `gnus-remove-duplicates'.
7808         (message-idna-to-ascii-rhs): Also encode idna addresses in
7809         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7810         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7811         only ask about the same idna domain once per header and also tell
7812         in what header to replace the idna domain.
7813
7814         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7815         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7816         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7817         a header is decoded and not just the last one.
7818
7819 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7822         has been decoded.
7823
7824         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7825         (mm-insert-part): Don't modify text if it has been decoded.
7826
7827         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7828         decoded.
7829
7830         * mm-view.el (mm-inline-text): Don't strip text props unless
7831         decoding enriched or richtext parts.
7832
7833 2005-09-25  Romain Francoise  <romain@orebokech.com>
7834
7835         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7836         * gnus-start.el (gnus-subscribe-interactively):
7837         * gnus-uu.el (gnus-uu-grab-articles):
7838         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7839         space.
7840
7841 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7842
7843         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7844         * mm-view.el (mm-view-pkcs7-decrypt):
7845         * gnus-sum.el (gnus-summary-limit-to-extra)
7846         (gnus-summary-respool-article, gnus-read-move-group-name):
7847         * gnus-score.el (gnus-summary-increase-score):
7848         * gnus-util.el (gnus-completing-read-with-default):
7849         * gnus-art.el (gnus-read-save-file-name)
7850         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7851         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7852         * message.el (message-check-news-header-syntax):
7853         Follow convention for reading with the minibuffer.
7854
7855 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * spam-report.el (spam-report-url-ping-plain):
7858         Use gnus-extended-version as User-Agent.
7859
7860         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7861         default value is nil.
7862
7863         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7864         (mm-uu-verbatim-marks-extract): New function.
7865         (mm-uu-extract): New face.
7866         (mm-uu-copy-to-buffer): Use it.
7867
7868         * spam-report.el (spam-report-gmane-ham): Renamed from
7869         `spam-report-gmane-unspam'.
7870         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7871         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7872
7873         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7874         Autoload.
7875         (spam-report-gmane-unregister-routine): Renamed
7876         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7877
7878 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7881         (spam-report-gmane-unregister-routine): Add support for gmane
7882         unregistration.
7883
7884         * spam-report.el (spam-report-gmane-unspam)
7885         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7886         (spam-report-gmane): Change to take a single article and do unspam
7887         registration.
7888
7889 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * mm-url.el (mm-url-decode-entities): Fix regexp.
7892
7893 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7896         default to nil, to be able to use Gnus at all.  If the default
7897         switches to something else, then the function should be fixed not
7898         be exceedingly slow.
7899
7900 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7903         fail hard.
7904
7905         * spam-report.el: Add better Keywords line.
7906
7907         * spam.el: Add Maintainer and better Keywords line.
7908
7909 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * gnus-art.el (gnus-article-replace-part)
7912         (gnus-mime-replace-part): New functions.
7913         (gnus-mime-action-alist, gnus-mime-button-commands)
7914         (gnus-mime-save-part-and-strip): Added file argument.
7915         (gnus-article-part-wrapper): Added interactive argument.
7916
7917         * gnus-sum.el (gnus-summary-mime-map): Add
7918         `gnus-article-replace-part'.
7919
7920 2005-09-19  Didier Verna  <didier@xemacs.org>
7921
7922         The nnml compaction feature:
7923         * nnml.el (nnml-request-compact-group): New function.
7924         * nnml.el (nnml-request-compact): New function.
7925         * gnus-int.el (gnus-request-compact-group): New function.
7926         * gnus-int.el (gnus-request-compact): New function.
7927         * gnus-group.el (gnus-group-compact-group): New function.
7928         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7929         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7930         * gnus-srvr.el (gnus-server-compact-server): New function.
7931         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7932         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7933
7934 2005-09-18  Deepak Goel  <deego@gnufans.org>
7935
7936         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7937         format spec.
7938
7939 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7942
7943 2005-09-15  Romain Francoise  <romain@orebokech.com>
7944
7945         * message.el (message-fill-paragraph): Clarify docstring.
7946
7947 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-art.el (gnus-mime-display-part): Protect against broken
7950         MIME messages.
7951
7952 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7955         before parsing header.
7956
7957 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7958
7959         * html2text.el (html2text-replace-list): Add new entities.
7960
7961 2005-09-11  Romain Francoise  <romain@orebokech.com>
7962
7963         * message.el (message-alternative-emails): Improve docstring.
7964         (message-setup-1): Call `message-use-alternative-email-as-from'
7965         after `message-setup-hook' to give it precedence over posting
7966         styles, etc.
7967         (message-use-alternative-email-as-from): Add docstring.  Remove
7968         the original From header if present.
7969
7970         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7971         (nnml-save-mail): Use it.
7972
7973         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7974         articles.  Add new argument `silent'.
7975         (gnus-uu-mark-all): Report the total number of marked articles.
7976
7977 2005-09-10  Romain Francoise  <romain@orebokech.com>
7978
7979         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7980         (gnus-uu-mark-series): Likewise.
7981
7982 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * spam-report.el (spam-report-gmane): Fix generation of spam
7985         report URL.
7986
7987 2005-09-10  Simon Josefsson  <jas@extundo.com>
7988
7989         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7990         t, based on discussion on the ding list with Robert Epprecht
7991         <epprecht@solnet.ch>.
7992
7993 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * spam-report.el (spam-report-gmane): Make it work without
7996         X-Report-Spam header.  Gmane now only provides Archived-At.
7997         This is only used if `spam-report-gmane-use-article-number' is nil.
7998         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7999
8000         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8001         make `gnus-summary-sort-by-recipient' work with threading.
8002
8003         * nnweb.el (nnweb-google-wash-article): Print a message if article
8004         is not available.
8005
8006 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8007
8008         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8009         change.  Decode text/* parts content before displaying.
8010
8011 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8014
8015 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8018
8019         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8020         url-package-name, url-package-version,
8021         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8022         w3m-display-inline-images, and w3m-minor-mode-map.
8023
8024 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * message.el (message-tab-body-function): Fix mismatched custom type.
8027
8028         * gnus.el (gnus-group-change-level-function): Ditto.
8029
8030         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8031
8032         * gnus-art.el (gnus-signature-limit)
8033         (gnus-article-mime-part-function): Ditto.
8034
8035 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * mml.el (mml-mode): Silence the byte compiler.
8038
8039         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8040         using `(sit-for 0)' before moving the point to the specified part;
8041         skip unbuttonized parts.
8042         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8043         return to the summary window if gnus-auto-select-part is non-nil.
8044
8045 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8048         variables.
8049         (mml-dnd-attach-file, mml-mode): Use them.
8050
8051         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8052         Make fetching article by MID work again for Google Groups.  Added
8053         FIXME concerning gnus-group-make-web-group.
8054
8055         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8056         Don't depend on Gnus by using mail-extract-address-components if
8057         gnus-extract-address-components is not bound.
8058
8059 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-art.el (gnus-mime-display-security): Don't display the
8062         signature, but only the signed part.
8063
8064 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8067
8068         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8069         list, not listp.
8070
8071 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8072
8073         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8074         when encoding.
8075
8076         * mm-bodies.el (mm-decode-content-transfer-encoding):
8077         De-canonicalize CRLF for all text content types, not just
8078         text/plain.
8079
8080 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8083         valid article; point arrow and cursor at the MIME button.
8084
8085 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8088         Suggested by Dan Christensen <jdc@uwo.ca>.
8089
8090         * mm-decode.el (mm-save-part): Enable change of prompt.
8091
8092 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8093
8094         * gnus-msg.el (gnus-inews-add-send-actions): Made
8095         `message-post-method' lambda parameter ARG `&optional'.
8096
8097 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-sum.el (gnus-summary-mime-map): Added
8100         gnus-article-save-part-and-strip, gnus-article-delete-part and
8101         gnus-article-jump-to-part.
8102
8103         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8104         (gnus-article-edit-part): Use it.
8105         (gnus-article-part-wrapper): Added no-handle argument.
8106         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8107         functions.
8108
8109 2005-08-29  Romain Francoise  <romain@orebokech.com>
8110
8111         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8112         docstring.
8113         (gnus-face-from-file): Likewise.
8114
8115 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8118         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8119         non-nil.
8120         (gnus-auto-select-part): New variable.
8121         (gnus-article-jump-to-part): New function.
8122         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8123         (gnus-mime-delete-part): Allow selecting specified part after
8124         deleting or stripping parts.
8125         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8126         part if argument is bogus.
8127
8128 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8129
8130         * gnus-art.el (w3m-minor-mode-map):
8131         * gnus-spec.el (gnus-newsrc-file-version):
8132         * gnus-util.el (nnmail-active-file-coding-system)
8133         (gnus-original-article-buffer, gnus-user-agent):
8134         * gnus.el (gnus-ham-process-destinations)
8135         (gnus-parameter-ham-marks-alist)
8136         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8137         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8138         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8139         * mm-decode.el (gnus-current-window-configuration):
8140         * mm-extern.el (gnus-article-mime-handles):
8141         * mm-url.el (url-current-object, url-package-name)
8142         (url-package-version):
8143         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8144         (smime-keys, w3m-cid-retrieve-function-alist)
8145         (w3m-current-buffer, w3m-display-inline-images)
8146         (w3m-minor-mode-map):
8147         * mml-smime.el (gnus-extract-address-components):
8148         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8149         (gnus-newsrc-hashtb, message-default-charset)
8150         (message-deletable-headers, message-options)
8151         (message-posting-charset, message-required-mail-headers)
8152         (message-required-news-headers):
8153         * mml1991.el (mc-pgp-always-sign):
8154         * mml2015.el (mc-pgp-always-sign):
8155         * nnheader.el (nnmail-extra-headers):
8156         * rfc1843.el (gnus-decode-encoded-word-function)
8157         (gnus-decode-header-function, gnus-newsgroup-name):
8158         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8159
8160 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8161
8162         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8163         the end of the date treatments.
8164
8165 2005-08-15  Simon Josefsson  <jas@extundo.com>
8166
8167         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8168         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8169         Capello and Romain Francoise.
8170         (pgg-fetch-key-function): Removed, not used?
8171         (pgg-insert-url-with-w3): Require url, to get
8172         url-insert-file-contents regardless of where it is defined.
8173
8174 2005-08-13  Romain Francoise  <romain@orebokech.com>
8175
8176         * message.el (message-cite-original-1): New function.
8177         (message-cite-original): Use it.
8178         (message-cite-original-without-signature): Ditto.
8179
8180 2005-08-08  Romain Francoise  <romain@orebokech.com>
8181
8182         * message.el (message-yank-empty-prefix): New variable.
8183         (message-indent-citation): Use it.
8184         (message-cite-original-without-signature): Respect X-No-Archive.
8185
8186 2005-08-08  Simon Josefsson  <jas@extundo.com>
8187
8188         * pgg.el: Autoload url-insert-file-contents instead of loading
8189         w3/url.
8190         (pgg-insert-url-with-w3): Don't load url here.
8191
8192 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8193
8194         * message.el (message-kill-to-signature): Don't insert newline at
8195         bol.
8196         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8197
8198 2005-08-06  Romain Francoise  <romain@orebokech.com>
8199
8200         * message.el (message-user-fqdn): Fix typo in docstring.
8201
8202 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8203
8204         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8205
8206         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8207
8208 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * mm-bodies.el (mm-encode-body): Use coding system rather than
8211         charset to encode text.
8212
8213         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8214         number of charsets if utf-8 is available (XEmacs).
8215
8216 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8219         taken from `gnus-button-mid-or-mail-regexp'.
8220         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8221         (gnus-button-alist): Improve regexp for domain part of the MIDs
8222         for news:localpart@domain buttons.
8223         (gnus-button-ctan-directory-regexp): Update.
8224
8225 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * sieve-manage.el (sieve-manage-interactive-login): Use
8228         make-local-variable rather than make-variable-buffer-local.
8229         (sieve-manage-open): Ditto.
8230         (sieve-manage-authenticate): Ditto.
8231
8232         * mml.el (mml-generate-mime-1): Make the content type default to
8233         text/plain if the filename is not specified.
8234
8235 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8238         instead of insert-buffer.
8239
8240         * message.el (message-yank-original): Ditto; set the mark at the
8241         end of the yanked message.
8242
8243 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8246         lines to scroll rather than to stop it.
8247
8248         * mml.el (mml-generate-default-type): Add doc string.
8249         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8250         default to application/octet-stream when determining the content
8251         type if it is not specified for the part or the mml contents; add
8252         a comment about mml-generate-default-type.
8253
8254 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8257         make it default to application/octet-stream when determining the
8258         content type if it is not specified for the external contents.
8259
8260 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8263         segmented parameter but also other parameters might be there.
8264
8265 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mm-decode.el (mm-display-external): Delete temp file, directory
8268         and buffer immediately if the external process is exited.
8269
8270 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8273         fewer lines than that of scroll-margin.
8274         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8275
8276 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-art.el (gnus-article-next-page): Revert.
8279         (gnus-article-beginning-of-window): New macro.
8280         (gnus-article-next-page-1): Use it.
8281         (gnus-article-prev-page): Ditto.
8282         (gnus-article-edit-part): Use insert-buffer-substring instead of
8283         insert-buffer.
8284         (gnus-article-edit-exit): Ditto.
8285
8286         * gnus-util.el (gnus-beginning-of-window): Remove.
8287         (gnus-end-of-window): Remove.
8288
8289         * lpath.el: Don't bind header-line-format and scroll-margin.
8290
8291 2005-07-25  Simon Josefsson  <jas@extundo.com>
8292
8293         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8294         to have the url package without w3.  Reported by Daiki Ueno
8295         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8296
8297 2005-07-20  Didier Verna  <didier@xemacs.org>
8298
8299         * gnus-diary.el: Remove the description comment (nndiary is now
8300         properly documented in the Gnus manual).
8301         Fix the spelling of "Back End".
8302         * nndiary.el: Ditto.
8303         Fix the copyright notice.
8304
8305 2005-07-18  Romain Francoise  <romain@orebokech.com>
8306
8307         * gnus-sum.el (gnus-summary-to-prefix)
8308         (gnus-summary-newsgroup-prefix): New variables.
8309         (gnus-summary-from-or-to-or-newsgroups): Use them.
8310
8311 2005-07-17  Romain Francoise  <romain@orebokech.com>
8312
8313         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8314         space as it's generally not especially interesting to the user.
8315
8316 2005-07-16  Romain Francoise  <romain@orebokech.com>
8317
8318         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8319         nil to avoid prompting and file modification if one of the
8320         messages at the top of the nnfolder file contains a copyright
8321         notice.
8322         Update copyright notice.
8323
8324         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8325         instead of `current-time-string' as the latter creates a time
8326         string that is not RFC 2822 compliant (it lacks the zone).
8327         Update copyright notice.
8328
8329 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8330
8331         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8332         for text/rtf.  Display default in prompt.  Pass default for M-n.
8333
8334         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8335
8336 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * gnus-msg.el (gnus-button-mailto): Remove
8339         save-selected-window-window hackery because it relies on
8340         save-selected-window internals.
8341
8342 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8345         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8346         (gnus-article-prev-page): Ditto.
8347
8348         * gnus-util.el (gnus-beginning-of-window): New function.
8349         (gnus-end-of-window): New function.
8350
8351         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8352
8353 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8354
8355         * gnus-score.el (gnus-score-edit-all-score): Set
8356         gnus-score-edit-exit-function to gnus-score-edit-done and call
8357         gnus-message.
8358
8359 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * gnus-msg.el (gnus-button-mailto): Remove
8362         save-selected-window-window hackery because it relies on
8363         save-selected-window internals.
8364
8365 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8368         add-minor-mode.
8369         (gnus-binary-mode): Ditto.
8370
8371         * gnus-topic.el (gnus-topic-mode): Ditto.
8372
8373 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8374
8375         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8376         (gnus-article-prev-page): Take scroll-margin into consideration.
8377
8378 2005-07-04  Lute Kamstra  <lute@gnu.org>
8379
8380         Update FSF's address in GPL notices.
8381
8382 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8383
8384         * gnus.el (gnus-exit):
8385         * gnus-group.el (gnus-group-icons):
8386         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8387
8388         * gnus-nocem.el (gnus-nocem):
8389         * message.el (message-various, message-buffers, message-sending)
8390         (message-interface, message-forwarding, message-insertion)
8391         (message-headers, message-news, message-mail):
8392         * pgg-gpg.el (pgg-gpg):
8393         * pgg-parse.el (pgg-parse):
8394         * pgg-pgp.el (pgg-pgp):
8395         * pgg-pgp5.el (pgg-pgp5):
8396         * pop3.el (pop3): Finish `defgroup' description with period.
8397
8398 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-art.el (article-display-face): Improve the efficiency.
8401         (article-display-x-face): Ditto; remove grey x-face stuff.
8402
8403 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-art.el (article-display-face): Correct the position in
8406         which Faces are inserted.
8407
8408 2005-06-29  Didier Verna  <didier@xemacs.org>
8409
8410         * gnus-art.el (article-display-face): Display faces in correct
8411         order.
8412
8413 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8416         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8417         (gnus-nocem-check-article): Fetch the Type header.
8418         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8419         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8420         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8421         make sure gnus-nocem-hashtb is initialized.
8422         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8423         (gnus-nocem-unwanted-article-p): Ditto.
8424
8425         * pgg.el (pgg-verify): Return the verification result.
8426
8427 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8430         is ascii.
8431
8432 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8433
8434         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8435         `show-nonbreak-escape'.
8436
8437 2005-06-23  Lute Kamstra  <lute@gnu.org>
8438
8439         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8440
8441         * dig.el (dig-mode):
8442         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8443
8444 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8445
8446         * nnimap.el (nnimap-split-download-body): Fix spellings.
8447
8448 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8449
8450         * gnus-art.el (gnus-article-encrypt-body):
8451         * gnus-cus.el (gnus-score-customize):
8452         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8453         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8454
8455 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8456
8457         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8458         header by looking for magic "MII" at the beginnig.
8459
8460 2005-06-16  Miles Bader  <miles@gnu.org>
8461
8462         * gnus-xmas.el (gnus-xmas-group-startup-message):
8463         Use renamed gnus-splash face.
8464
8465         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8466         (assistant-field-face): New backward-compatibility alias for renamed
8467         face.
8468         (assistant-render-text): Use renamed assistant-field face.
8469
8470         * spam.el (spam): Remove "-face" suffix from face name.
8471         (spam-face): New backward-compatibility alias for renamed face.
8472         (spam-face, spam-initialize): Use renamed spam face.
8473
8474         * message.el (message-header-to, message-header-cc)
8475         (message-header-subject, message-header-newsgroups)
8476         (message-header-other, message-header-name)
8477         (message-header-xheader, message-separator, message-cited-text)
8478         (message-mml): Remove "-face" suffix from face names.
8479         (message-header-to-face, message-header-cc-face)
8480         (message-header-subject-face, message-header-newsgroups-face)
8481         (message-header-other-face, message-header-name-face)
8482         (message-header-xheader-face, message-separator-face)
8483         (message-cited-text-face, message-mml-face):
8484         New backward-compatibility aliases for renamed faces.
8485         (message-font-lock-keywords): Use renamed message faces.
8486
8487         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8488         (sieve-test-commands, sieve-tagged-arguments):
8489         Remove "-face" suffix from face names.
8490         (sieve-control-commands-face, sieve-action-commands-face)
8491         (sieve-test-commands-face, sieve-tagged-arguments-face):
8492         New backward-compatibility aliases for renamed faces.
8493         (sieve-control-commands-face, sieve-action-commands-face)
8494         (sieve-test-commands-face, sieve-tagged-arguments-face):
8495         Use renamed sieve faces.
8496
8497         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8498         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8499         (gnus-group-news-3-empty, gnus-group-news-4)
8500         (gnus-group-news-4-empty, gnus-group-news-5)
8501         (gnus-group-news-5-empty, gnus-group-news-6)
8502         (gnus-group-news-6-empty, gnus-group-news-low)
8503         (gnus-group-news-low-empty, gnus-group-mail-1)
8504         (gnus-group-mail-1-empty, gnus-group-mail-2)
8505         (gnus-group-mail-2-empty, gnus-group-mail-3)
8506         (gnus-group-mail-3-empty, gnus-group-mail-low)
8507         (gnus-group-mail-low-empty, gnus-summary-selected)
8508         (gnus-summary-cancelled, gnus-summary-high-ticked)
8509         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8510         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8511         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8512         (gnus-summary-low-undownloaded)
8513         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8514         (gnus-summary-low-unread, gnus-summary-normal-unread)
8515         (gnus-summary-high-read, gnus-summary-low-read)
8516         (gnus-summary-normal-read, gnus-splash):
8517         Remove "-face" suffix from face names.
8518         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8519         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8520         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8521         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8522         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8523         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8524         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8525         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8526         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8527         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8528         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8529         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8530         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8531         (gnus-summary-normal-ticked-face)
8532         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8533         (gnus-summary-normal-ancient-face)
8534         (gnus-summary-high-undownloaded-face)
8535         (gnus-summary-low-undownloaded-face)
8536         (gnus-summary-normal-undownloaded-face)
8537         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8538         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8539         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8540         (gnus-splash-face):
8541         New backward-compatibility aliases for renamed faces.
8542         (gnus-group-startup-message): Use renamed gnus faces.
8543
8544         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8545         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8546         (gnus-server-agent): Remove "-face" suffix from face names.
8547         (gnus-server-agent-face, gnus-server-opened-face)
8548         (gnus-server-closed-face, gnus-server-denied-face)
8549         (gnus-server-offline-face):
8550         New backward-compatibility aliases for renamed faces.
8551         (gnus-server-agent-face, gnus-server-opened-face)
8552         (gnus-server-closed-face, gnus-server-denied-face)
8553         (gnus-server-offline-face): Use renamed gnus faces.
8554
8555         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8556         Remove "-face" suffix from face names.
8557         (gnus-picon-xbm-face, gnus-picon-face):
8558         New backward-compatibility aliases for renamed faces.
8559
8560         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8561         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8562         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8563         (gnus-cite-11): Remove "-face" suffix from face names.
8564         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8565         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8566         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8567         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8568         New backward-compatibility aliases for renamed faces.
8569         (gnus-cite-attribution-face, gnus-cite-face-list)
8570         (gnus-article-boring-faces): Use renamed gnus faces.
8571
8572         * gnus-art.el (gnus-signature, gnus-header-from)
8573         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8574         (gnus-header-content): Remove "-face" suffix from face names.
8575         (gnus-signature-face, gnus-header-from-face)
8576         (gnus-header-subject-face, gnus-header-newsgroups-face)
8577         (gnus-header-name-face, gnus-header-content-face):
8578         New backward-compatibility aliases for renamed faces.
8579         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8580
8581         * gnus-sum.el (gnus-summary-selected-face)
8582         (gnus-summary-highlight): Use renamed gnus faces.
8583         * gnus-group.el (gnus-group-highlight): Likewise.
8584
8585 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8586
8587         * gnus-sieve.el (gnus-sieve-article-add-rule):
8588         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8589         * spam-stat.el (spam-stat-buffer-change-to-spam)
8590         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8591
8592         * message.el (message-is-yours-p):
8593         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8594
8595 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * mm-view.el (mm-inline-text): Withdraw the last change.
8598
8599 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8602         executing enriched-decode.
8603
8604 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8607         charset of tar files.
8608
8609 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8610
8611         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8612
8613 2005-06-04  Lute Kamstra  <lute@gnu.org>
8614
8615         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8616         information is never recorded.
8617
8618 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8619
8620         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8621
8622 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * pop3.el (pop3-apop): Run md5 in the binary mode.
8625
8626         * starttls.el (starttls-set-process-query-on-exit-flag):
8627         Use eval-and-compile.
8628
8629 2005-05-31  Simon Josefsson  <jas@extundo.com>
8630
8631         * smime.el (smime-replace-in-string): Define.
8632         (smime-cert-by-ldap-1): Use it.
8633
8634 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-art.el (article-display-x-face): Replace
8637         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8638
8639         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8640         set-process-query-on-exit-flag or process-kill-without-query.
8641
8642         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8643         loop instead of replace-regexp.
8644
8645         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8646         instead of process-kill-without-query if it is available.
8647
8648         * lpath.el: Fbind ldap-search-entries.
8649
8650         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8651         instead of find-file-hooks if it is available.
8652
8653         * mml1991.el: Bind pgg-default-user-id when compiling.
8654
8655         * mml2015.el: Bind pgg-default-user-id when compiling.
8656
8657         * nndraft.el (nndraft-request-associate-buffer):
8658         Use write-contents-functions instead of write-contents-hooks if it is
8659         available.
8660
8661         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8662         instead of find-file-hooks if it is available.
8663
8664         * nntp.el (nntp-open-connection): Replace
8665         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8666         (nntp-open-ssl-stream): Ditto.
8667         (nntp-open-tls-stream): Ditto.
8668
8669         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8670         set-process-query-on-exit-flag or process-kill-without-query.
8671         (starttls-open-stream-gnutls): Use it instead of
8672         process-kill-without-query.
8673         (starttls-open-stream): Ditto.
8674
8675 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8676
8677         * smime.el (smime-cert-by-ldap-1): Don't use
8678         replace-regexp-in-string.
8679
8680 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8681
8682         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8683
8684         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8685         in PEM format.  Adjust to the XEmacs compability.
8686
8687 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8690         by `string-to-number'.
8691         * gnus-agent.el (gnus-agent-regenerate-group)
8692         (gnus-agent-fetch-articles): Ditto.
8693         * gnus-art.el (gnus-button-fetch-group): Ditto.
8694         * gnus-cache.el (gnus-cache-generate-active)
8695         (gnus-cache-articles-in-group): Ditto.
8696         * gnus-group.el (gnus-group-set-current-level)
8697         (gnus-group-insert-group-line): Ditto.
8698         * gnus-score.el (gnus-score-set-expunge-below)
8699         (gnus-score-set-mark-below, gnus-summary-score-effect)
8700         (gnus-summary-score-entry): Ditto.
8701         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8702         (gnus-soup-pack): Ditto.
8703         * gnus-spec.el (gnus-xmas-format): Ditto.
8704         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8705         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8706         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8707         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8708         * nndb.el (nndb-get-remote-expire-response): Ditto.
8709         * nndiary.el (nndiary-parse-schedule-value)
8710         (nndiary-string-to-number, nndiary-request-replace-article)
8711         (nndiary-request-article): Ditto.
8712         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8713         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8714         * nneething.el (nneething-make-head): Ditto.
8715         * nnfolder.el (nnfolder-request-article)
8716         (nnfolder-retrieve-headers): Ditto.
8717         * nnheader.el (nnheader-file-to-number): Ditto.
8718         * nnkiboze.el (nnkiboze-request-article): Ditto.
8719         * nnmail.el (nnmail-process-unix-mail-format)
8720         (nnmail-process-babyl-mail-format): Ditto.
8721         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8722         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8723         (nnmh-request-create-group, nnmh-request-list-1)
8724         (nnmh-request-group, nnmh-request-article): Ditto.
8725         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8726         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8727         * nnsoup.el (nnsoup-make-active): Ditto.
8728         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8729         * nntp.el (nntp-find-group-and-number)
8730         (nntp-retrieve-headers-with-xover): Ditto.
8731         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8732         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8733         (pgg-format-key-identifier): Ditto.
8734         * pop3.el (pop3-last, pop3-stat): Ditto.
8735         * qp.el (quoted-printable-decode-region): Ditto.
8736
8737         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8738         of concat.
8739
8740 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8743
8744         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8745
8746         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8747
8748         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8749
8750         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8751
8752         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8753
8754         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8755         (gnus-carpal-mode): Ditto.
8756
8757         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8758         (gnus-browse-mode): Ditto.
8759
8760         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8761
8762         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8763
8764 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8765
8766         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8767
8768 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-util.el (gnus-run-mode-hooks): New function.
8771
8772         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8773
8774         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8775         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8776
8777 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8778
8779         * gnus-agent.el (gnus-agent-make-mode-line-string):
8780         Use mode-line-highlight as mouse-face.
8781
8782 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * canlock.el (canlock): Change the parent group to news.
8785
8786         * deuglify.el (gnus-outlook-deuglify): Add :group.
8787
8788         * dig.el (dig): Add :group.
8789
8790         * dns-mode.el (dns-mode): Add :group.
8791
8792         * encrypt.el (encrypt): Add :group.
8793
8794         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8795         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8796         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8797         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8798         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8799
8800         * gnus-diary.el (gnus-diary): Add :group.
8801
8802         * gnus.el (gnus-group-news-1-face): Add :group.
8803         (gnus-group-news-1-empty-face): Ditto.
8804         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8805         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8806         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8807         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8808         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8809         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8810         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8811         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8812         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8813         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8814         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8815         (gnus-summary-high-ticked-face): Ditto.
8816         (gnus-summary-low-ticked-face): Ditto.
8817         (gnus-summary-normal-ticked-face): Ditto.
8818         (gnus-summary-high-ancient-face): Ditto.
8819         (gnus-summary-low-ancient-face): Ditto.
8820         (gnus-summary-normal-ancient-face): Ditto.
8821         (gnus-summary-high-undownloaded-face): Ditto.
8822         (gnus-summary-low-undownloaded-face): Ditto.
8823         (gnus-summary-normal-undownloaded-face): Ditto.
8824         (gnus-summary-high-unread-face): Ditto.
8825         (gnus-summary-low-unread-face): Ditto.
8826         (gnus-summary-normal-unread-face): Ditto.
8827         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8828         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8829
8830         * hashcash.el (hashcash): New custom group.
8831         (hashcash-default-payment): Add :group.
8832         (hashcash-payment-alist): Ditto.
8833         (hashcash-default-accept-payment): Ditto.
8834         (hashcash-accept-resources): Ditto.
8835         (hashcash-path): Ditto.
8836         (hashcash-extra-generate-parameters): Ditto.
8837         (hashcash-double-spend-database): Ditto.
8838         (hashcash-in-news): Ditto.
8839
8840         * message.el (message-minibuffer-local-map): Add :group.
8841
8842         * netrc.el (netrc): Add :group.
8843
8844         * sieve-manage.el (sieve-manage-log): Add :group.
8845         (sieve-manage-default-user): Diito.
8846         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8847         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8848         (sieve-manage-authenticators): Ditto.
8849         (sieve-manage-authenticator-alist): Ditto.
8850         (sieve-manage-default-port): Ditto.
8851
8852         * sieve-mode.el (sieve-control-commands-face): Add :group.
8853         (sieve-action-commands-face): Ditto.
8854         (sieve-test-commands-face): Ditto.
8855         (sieve-tagged-arguments-face): Ditto.
8856
8857         * smime.el (smime): Add :group.
8858
8859         * spam-report.el (spam-report): Add :group.
8860
8861         * spam.el (spam, spam-face): Add :group.
8862
8863 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8866         return \n.\n.\n at the end of articles.  Protect against that.
8867         (nntp-with-open-group): Allow debugging.
8868
8869         * nnheader.el (mail-header-set-extra): Make into a function
8870         because I just could't understand how to quote the list properly.
8871
8872         * dns.el (query-dns-cached): New function.
8873
8874 2005-05-26  Lute Kamstra  <lute@gnu.org>
8875
8876         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8877
8878 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8881
8882         * gnus-art.el: Don't autoload mail-extract-address-components.
8883
8884         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8885         eval-and-compile to evaluate it.
8886
8887         * hashcash.el: Don't autoload executable-find.
8888
8889         * nndb.el: Don't declare the nndb back end two or more times; don't
8890         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8891
8892         * nntp.el: Autoload format-spec instead of format; use
8893         eval-and-compile to evaluate autoload forms.
8894
8895 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8896
8897         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8898
8899 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus.el (gnus-version-number): Bump version.
8902
8903 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8904
8905         * gnus.el: No Gnus v0.3 is released.
8906
8907 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * lpath.el (featurep): Bind show-nonbreak-escape.
8910
8911 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-article-edit-part): Disable undo.
8914
8915 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8918         gnus-article-date-lapsed-new-header is t if date timer is active;
8919         skip headers in which the original date value is empty.
8920         (gnus-article-save-original-date): Redefine it as a macro.
8921         (gnus-display-mime): Use it.
8922
8923 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (article-date-ut): Support converting date in
8926         forwarded parts as well.
8927         (gnus-article-save-original-date): New function.
8928         (gnus-display-mime): Use it.
8929
8930 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8931
8932         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8933         enclosure element of <item>.
8934
8935 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * message.el (message-kill-buffer-query): Renamed from
8938         `message-kill-buffer-query-if-modified'.  Added :version.
8939
8940 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8943         window layout.
8944
8945 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * mml.el: Autoload dnd when compiling.
8948
8949 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8952         x-dnd-*.
8953
8954 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * qp.el (quoted-printable-encode-region): Save excursion.
8957
8958 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8959
8960         * message.el (message-kill-buffer-query-if-modified): Add new variable
8961         so the user can kill a modified message buffer quickly.
8962         (message-kill-buffer): Use it.
8963
8964 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * lpath.el: Fbind display-time-event-handler; don't fbind
8967         string-to-multibyte.
8968
8969         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8970
8971 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8974         contained in text because xml.el decodes entities) with LFs.
8975
8976 2005-04-11  Lute Kamstra  <lute@gnu.org>
8977
8978         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8979         differently.
8980
8981 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8982
8983         * mm-util.el (mm-detect-coding-region): Typo.
8984
8985 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8988
8989 2005-04-06  Deepak Goel  <deego@gnufans.org>
8990
8991         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8992         user-function allow user modifications of the scores.
8993         (spam-stat-score-buffer-user): New function, to allow
8994         user-computed modifications to the score.
8995         (spam-stat-score-buffer-user-functions): List of additional
8996         scoring functions.
8997         (spam-stat-error-holder): Global temporary error holder.
8998         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8999         variable.
9000
9001 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9002
9003         * gnus-registry.el (gnus-registry-clean-empty-function)
9004         (gnus-registry-trim, gnus-registry-fetch-groups)
9005         (gnus-registry-delete-group): Groups that match
9006         `gnus-registry-ignored-groups' are removed from the registry
9007         entries, not just ignored for splitting.  This helps clean up the
9008         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9009         to get all the groups a message ID is in.
9010
9011         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9012         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9013         (spam-stat-score-buffer-user-functions): Add :number custom type.
9014
9015 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9018         argument in XEmacs.
9019
9020         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9021         (nnrss-request-group): Decode group name first.
9022         (nnrss-request-article): Make a text/plain article if mml-to-mime
9023         failed.
9024         (nnrss-get-encoding): Return a compatible encoding according to
9025         nnrss-compatible-encoding-alist.
9026         (nnrss-find-el): Use consp instead of listp.
9027         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9028
9029 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9032         which Emacs 20 doesn't support.
9033         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9034
9035 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9038         silence the byte compiler inside the defun.
9039
9040         * gnus-demon.el (parse-time-string): Add autoload.
9041
9042         * gnus-delay.el (parse-time-string): Add autoload.
9043
9044         * gnus-art.el (parse-time-string): Add autoload.
9045
9046         * nnultimate.el (parse-time): Require for `parse-time-string'.
9047
9048 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9051
9052         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9053
9054         * smime.el (smime-ldap-host-list): Add :version.
9055
9056 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9059         pass it to `gnus-browse-read-group'.
9060         (gnus-browse-read-group): Add NUMBER argument and pass it to
9061         `gnus-group-read-ephemeral-group'.
9062
9063         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9064         argument and pass it to `gnus-group-read-group'.
9065
9066 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9067
9068         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9069         mm-xemacs-find-mime-charset-1 if we have the mule feature
9070         available at runtime.
9071
9072 2005-03-25  Werner Lemberg  <wl@gnu.org>
9073
9074         * nnmaildir.el: Replace `illegal' with `invalid'.
9075
9076 2005-03-23  Lute Kamstra  <lute@gnu.org>
9077
9078         * time-date.el: Add comment on time value formats.
9079         Don't require parse-time.
9080         (with-decoded-time-value): New macro.
9081         (encode-time-value): New function.
9082         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9083         (days-to-time): Return a valid time value when arg is huge.
9084         (time-since): Use time-subtract.
9085         (time-to-number-of-days): Use time-to-seconds.
9086
9087 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9088
9089         * gnus-start.el (gnus-display-time-event-handler):
9090         Check display-time-timer at runtime rather than only at load time
9091         in case display-time-mode is turned off in the mean time.
9092
9093 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9096         used.
9097
9098         * nneething.el (nneething-map-file-directory): Derive from
9099         `gnus-directory'.
9100
9101         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9102         the To/Cc button.
9103
9104 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * nnmaildir.el (nnmaildir-request-accept-article):
9107         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9108
9109 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9110
9111         * gnus-async.el: Require timer-funcs at compile time when in
9112         XEmacs for `run-with-idle-timer'.
9113
9114 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9115
9116         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9117         autoloaded function.
9118
9119 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9120
9121         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9122
9123 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9124
9125         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9126
9127 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9130         gnus-expert-user to default.
9131
9132 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9133
9134         * nnimap.el (nnimap-open-server): Ditto.
9135
9136         * imap.el (imap-authenticate): Fix typo.
9137
9138 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9139
9140         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9141         buffer (since IMAP server might return FETCH response out of
9142         order, and the nntp buffer must be sorted).
9143
9144 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9145
9146         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9147         comparison on string.
9148
9149         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9150         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9151         (gnus-agent-summary-fetch-series): Modified to protect against
9152         gnus-agent-summary-fetch-group clearing processable flags.
9153         (gnus-agent-synchronize-group-flags): Update live group buffer as
9154         synchronization may occur due to the user toggle the plugged
9155         status.
9156         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9157         successfully downloaded.
9158         (gnus-agent-expire-group-1): Avoid using markers when the overview
9159         is in ascending order; greatly improves performance.
9160         (gnus-agent-regenerate-group): Use
9161         gnus-agent-synchronize-group-flags to reset read status in both
9162         gnus and server.
9163         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9164
9165 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * message.el: Don't autoload former message-utils variables.
9168         (message-strip-subject-trailing-was): Change doc string.
9169
9170         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9171         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9172         (nnweb-google-search): Add "hl=en" here.
9173         (nnweb-google-parse-1, nnweb-google-create-mapping):
9174         Don't hardcode URL.
9175
9176 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * message.el (message-get-reply-headers, message-followup):
9179         Mention related variables `message-use-followup-to' and
9180         `message-use-mail-followup-to', in the information buffer.
9181
9182         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9183         of broken groups(-beta).google.com.
9184
9185 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9186
9187         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9188         parameter to invoked gnus-request-move-article; remove the
9189         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9190         all at once instead of once per article.
9191         (gnus-summary-remove-process-mark): Accept a list of articles as
9192         well as a single article for processing.
9193
9194         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9195         parameter.
9196
9197         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9198
9199         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9200
9201         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9202         parameter.
9203
9204         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9205         parameter.
9206
9207         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9208         parameter and remove the gnus-sum-hint-move-is-internal variable.
9209
9210         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9211         parameter.
9212
9213         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9214         parameter.
9215
9216         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9217         parameter.
9218
9219         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9220
9221         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9222         parameter.
9223
9224         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9225         parameter.
9226
9227 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9228
9229         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9230         a more conservative way.
9231
9232 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9233
9234         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9235         buffer, so it moves the window's cursor.
9236
9237 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9238
9239         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9240         `mm-dissect-multipart' and receive the from field as an (optional)
9241         argument from `mm-dissect-multipart'.
9242         (mm-dissect-multipart): Receive the from field as an argument and
9243         pass it on when we call `mm-dissect-buffer' on MIME parts.
9244         Fixes verification/decryption of signed/encrypted MIME parts.
9245
9246 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9247
9248         * gnus-sum.el (gnus-summary-move-article): Set
9249         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9250         whatever it calls (right now, only nnimap-request-move article
9251         respects it).
9252
9253         * nnimap.el (nnimap-request-move-article): When
9254         gnus-sum-hint-move-is-internal is set, don't do the extra
9255         nnimap-request-article.
9256
9257 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9260
9261         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9262         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9263
9264         * gnus-sum.el (gnus-summary-caesar-message):
9265         Apply `gnus-treat-article' after rotation.
9266
9267         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9268         doc string.
9269
9270 2005-02-22  Simon Josefsson  <jas@extundo.com>
9271
9272         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9273         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9274         <arne@arnested.dk>.
9275         (encrypt): Add password-cache and password-cache-expiry as group
9276         members.
9277
9278 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9279
9280         * smime.el (smime-ldap-host-list): Doc fix.
9281         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9282         cache) password.
9283         (smime-sign-region): Use it.
9284         (smime-decrypt-region): Use it.
9285         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9286         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9287         fails.
9288         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9289         certificate from DER to PEM format rather than calling openssl.
9290
9291         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9292
9293         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9294         for signing/encryption.
9295
9296         * mml.el (mml-parse-1): Use them.
9297
9298 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9299
9300         * nnrss.el (nnrss-verbose): Removed.
9301         (nnrss-request-group): Use `nnheader-message' instead.
9302
9303 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9304
9305         * nnrss.el (nnrss-verbose): New variable.
9306         (nnrss-request-group): Make it say nnrss is requesting a group.
9307
9308 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9311         Handle news URL with given port correctly.
9312
9313 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9316         containing special characters.
9317
9318         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9319
9320         * mml.el (mime-to-mml): Ditto.
9321
9322         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9323         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9324         (rfc2047-decode-region): Quote decoded words containing special
9325         characters when rfc2047-quote-decoded-words-containing-tspecials
9326         is non-nil.
9327
9328 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9329
9330         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9331
9332         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9333
9334 2005-02-15  Simon Josefsson  <jas@extundo.com>
9335
9336         * nnimap.el (nnimap-debug): Doc fix.
9337
9338         * imap.el (imap-debug): Doc fix.
9339
9340 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9343
9344 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9345
9346         * gnus.el (spam-contents): Improve docs for spam-contents
9347         parameter in its variable incarnation.
9348
9349 2005-02-14  Simon Josefsson  <jas@extundo.com>
9350
9351         * smime-ldap.el: Use require instead of load-library for ldap.
9352         (smime-ldap-search): Indent.
9353         (smime-ldap-search-internal): Shorten line.
9354
9355         * smime.el (smime-cert-by-dns): Add doc-string.
9356         (smime-cert-by-ldap-1): Indent.
9357
9358         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9359         mml-smime-get-dns-ldap.
9360         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9361
9362 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9363
9364         * smime.el: Require smime-ldap.
9365         (smime-ldap-host-list): New variable.
9366         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9367
9368         * mml-smime.el (mml-smime-encrypt-query): New function.
9369         (mml-smime-encrypt-query): Use it.
9370
9371         * smime-ldap.el: New file.
9372
9373 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9376
9377 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9380         argument in doc string.  Make query for type more clear.
9381
9382 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * gnus.el (gnus-group-startup-message): Search for gnus images in
9385         etc/images/gnus.
9386         * mm-util.el (mm-image-load-path): Likewise.
9387         * smiley.el (smiley-data-directory): Search for smilies in
9388         etc/images/smilies.
9389
9390 2005-02-09  Kim F. Storm  <storm@cua.dk>
9391
9392         Change Emacs release version from 21.4 to 22.1 throughout.
9393         Change Emacs development version from 21.3.50 to 22.0.50.
9394
9395 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9398
9399         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9400         non-Mule XEmacs as well.
9401         (mm-decompress-buffer): Signal an error intentionally if it does
9402         not decompress compressed data because auto-compression-mode is
9403         disabled.
9404
9405 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9406
9407         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9408         an ID in the registry even if it has no groups.
9409
9410 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9413         merge it into mm-decompress-buffer.
9414         (gnus-mime-copy-part): Use the MIME part charset, the value which
9415         a user specified or gnus-newsgroup-charset for decoding, like
9416         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9417         save-buffer what was used.  Suggested by Kevin Ryde
9418         <user42@zip.com.au>.
9419         (gnus-mime-inline-part): Allow the name parameter as well as the
9420         filename parameter; force decompressing of compressed data; always
9421         display contents being not decoded as unibyte.
9422
9423         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9424         as well as the filename parameter.
9425
9426         * mm-util.el (mm-decompress-buffer): Merge
9427         gnus-mime-jka-compr-maybe-uncompress.
9428         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9429         of compressed data.
9430
9431 2005-02-08  Simon Josefsson  <jas@extundo.com>
9432
9433         * imap.el (imap-log): Doc fix.
9434
9435 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9438         the coding cookies; decompress compressed parts.
9439
9440         * mml.el (mml-generate-mime-1): Add the charset parameter according
9441         to the value which a user specified manually or the coding cookie.
9442
9443         * mm-util.el (mm-string-to-multibyte): New function.
9444         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9445         (mm-coding-system-to-mime-charset): New function.
9446         (mm-decompress-buffer): New function.
9447         (mm-find-buffer-file-coding-system): New function.
9448
9449         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9450         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9451         parts.
9452
9453 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9454
9455         * mm-view.el (mm-display-inline-fontify): Decode a part according
9456         to the charset parameter.
9457
9458 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9461         prefix arg is neither nil nor a number, as info specifies.
9462
9463 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9466         timestamps.
9467
9468 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9469
9470         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9471         groups error checking and notify user.
9472
9473 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9474
9475         * message.el (message-send-mail-function): Check existence of
9476         sendmail-program first before using default value
9477         `message-send-mail-with-sendmail'.  Otherwise use more generic
9478         `smtpmail-send-it'.
9479
9480 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * nntp.el (nntp-request-update-info): Always return nil.
9483
9484 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9485
9486         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9487
9488 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9489
9490         * message.el (message-beginning-of-line): Change the behavior when
9491         invoked between BOL and : so that it first moves backward.
9492
9493 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9496         article buffer when editing of the article is discarded.
9497         (gnus-article-prepare): Revert.
9498
9499 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-art.el (gnus-article-prepare):
9502         Remove message-strip-forbidden-properties from the local hook.
9503
9504 2005-01-27  Simon Josefsson  <jas@extundo.com>
9505
9506         * password.el (password-cache-add): Only start one timer per key.
9507         Reported by Derek Atkins <warlord@MIT.EDU>.
9508
9509 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9510
9511         * run-at-time.el: Removed.  It is no longer needed as
9512         timer-funcs.el in the xemacs-base package has a working version of
9513         `run-at-time'.
9514
9515         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9516
9517         * password.el: Require timer-funcs instead of run-at-time in
9518         XEmacs.
9519         Remove `password-run-at-time' macro.
9520         (password-cache-add): Use `run-at-time' instead of
9521         `password-run-at-time'.
9522
9523         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9524         Remove `nnheader-cancel-function-timers' alias,
9525         `cancel-function-timers' exists in XEmacs in timer-funcs.
9526
9527         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9528         for `run-with-idle-timer'.
9529
9530         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9531         for `run-at-time'.
9532
9533         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9534         for `with-timeout'.
9535
9536         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9537         the same as for XEmacs 21.4.
9538         No need to ignore `run-with-idle-timer', this function exists in
9539         XEmacs now in timer-funcs.el in the xemacs-base package.
9540         (dgnushack-compile): No need to delete
9541         run-at-time.el from the list of files to compile because it
9542         doesn't exist anymore.
9543
9544 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9547         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9548
9549 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9550
9551         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9552         sensitively.
9553
9554 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9555
9556         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9557
9558 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9561         which will be inserted according to the multibyteness of a buffer
9562         rather than the type of contents.  Suggested by ARISAWA Akihiro
9563         <ari@mbf.ocn.ne.jp>.
9564
9565         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9566         of string which old xml.el may return rather than a string.
9567
9568 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9571
9572 2005-01-16  Simon Josefsson  <jas@extundo.com>
9573
9574         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9575         idn/idna.el isn't available.
9576         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9577         <michael@waxrat.com>.
9578
9579         * hashcash.el: Remove non-FSF copyright header.
9580
9581         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9582         (hashcash-generate-payment): Use it.
9583         (hashcash-generate-payment-async): Use it.
9584
9585 2005-01-15  Simon Josefsson  <jas@extundo.com>
9586
9587         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9588         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9589
9590         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9591         gnus-summary-idna-message.
9592         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9593         (gnus-summary-idna-message): New function.
9594
9595 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9598         gnus-novice-user.
9599
9600 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * nnrss.el (nnrss-request-delete-group): Delete entries in
9603         nnrss-group-alist as well.
9604         (nnrss-save-server-data): Insert newline.
9605
9606 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus.el (gnus-user-agent): Use list of symbols instead of
9609         symbols.  Display full version number for (S)XEmacs.  Optionally
9610         display (S)XEmacs codename.
9611
9612         * gnus-util.el (gnus-emacs-version): Update for new
9613         `gnus-user-agent'.
9614
9615         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9616         Gnus version.
9617
9618 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9621         which is unreadable in some setups.
9622
9623 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-spec.el (gnus-update-format-specifications): Flush the
9626         group format spec cache if it doesn't support decoded group names.
9627
9628 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9631         Allow to apply decay on score files matching a regexp.
9632
9633 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9636         compatibility in %g and %c.
9637
9638 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9641         name for only %g and %c.
9642         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9643         of gnus-tmp-group to decoded group name.
9644         (gnus-group-make-rss-group): Exclude `/'s from group names.
9645
9646 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * nnrss.el (nnrss-get-encoding): Fix regexp.
9649
9650 2004-12-27  Simon Josefsson  <jas@extundo.com>
9651
9652         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9653         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9654         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9655
9656 2004-12-17  Kim F. Storm  <storm@cua.dk>
9657
9658         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9659
9660         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9661
9662 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9663
9664         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9665
9666 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * nnrss.el: Require rfc2047 and mml.
9669         (nnrss-file-coding-system): New variable.
9670         (nnrss-format-string): Redefine it as an inline function.
9671         (nnrss-decode-group-name): New function.
9672         (nnrss-string-as-multibyte): Remove.
9673         (nnrss-retrieve-headers): Decode group name; don't use
9674         nnrss-format-string.
9675         (nnrss-request-group): Decode group name.
9676         (nnrss-request-article): Decode group name; allow a Message-ID as
9677         well as an article number; don't use nnrss-format-string; encode a
9678         Message-ID string which may contain non-ASCII characters; use
9679         mml-to-mime to compose a MIME article.
9680         (nnrss-request-expire-articles): Decode group name.
9681         (nnrss-request-delete-group): Decode group name.
9682         (nnrss-fetch): Clarify error message.
9683         (nnrss-read-server-data): Use insert-file-contents instead of load;
9684         bind file-name-coding-system; use multibyte buffer.
9685         (nnrss-save-server-data): Bind coding-system-for-write to the
9686         value of nnrss-file-coding-system; bind file-name-coding-system;
9687         add coding cookie.
9688         (nnrss-read-group-data): Use insert-file-contents instead of load;
9689         bind file-name-coding-system; use multibyte buffer.
9690         (nnrss-save-group-data): Bind coding-system-for-write to the
9691         value of nnrss-file-coding-system; bind file-name-coding-system.
9692         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9693         make it work with non-ASCII text.
9694         (nnrss-find-el): Make it work with old xml.el as well.
9695
9696 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9697
9698         * nnrss.el (nnrss-get-encoding): New function.
9699         (nnrss-fetch): Use unibyte buffer initially; bind
9700         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9701         decode contents according to the encoding attribute.
9702         (nnrss-save-group-data): Add coding cookie.
9703         (nnrss-mime-encode-string): New function.
9704         (nnrss-check-group): Use it to encode subject and author.
9705
9706 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9707
9708         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9709         imaginary variable.
9710
9711 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9714         correctly even if there are wide characters.
9715
9716 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9719         downcased symbol names; make a new cache instead of reusing
9720         bbdb-hashtable.
9721
9722 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9725         concatenating segments rather than before concatenating them.
9726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9727
9728         * message.el (message-get-reply-headers): Bind `extra'.
9729
9730 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * message.el (message-extra-wide-headers): New variable.
9733         (message-get-reply-headers): Use it.
9734
9735 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9738         (gnus-agent-group-pathname): Ditto.
9739
9740         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9741
9742         * gnus-group.el (gnus-group-make-group): Decode group name.
9743         (gnus-group-make-rss-group): Register the group data after opening
9744         the nnrss group.
9745
9746 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9747
9748         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9749         by expiry now get marked as read.
9750
9751 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9754
9755 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9756
9757         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9758         unify Latin characters in XEmacs.
9759         (mm-find-mime-charset-region): Use it.
9760
9761 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus-util.el (gnus-delete-directory): New function.
9764
9765         * gnus-agent.el (gnus-agent-delete-group): Use it.
9766
9767         * gnus-cache.el (gnus-cache-delete-group): Use it.
9768
9769 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9772         names.
9773
9774 2004-12-16  Simon Josefsson  <jas@extundo.com>
9775
9776         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9777
9778 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9781
9782         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9783         (gnus-group-set-current-level): Decode group name.
9784
9785 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9786
9787         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9788         failed.
9789
9790 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-group.el (gnus-group-delete-group): Decode group name.
9793         (gnus-group-make-rss-group): Encode group name.
9794         (gnus-group-catchup-current): Decode group name.
9795         (gnus-group-kill-group): Decode group name.
9796
9797 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9798
9799         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9800
9801 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-group.el (gnus-group-make-rss-group):
9804         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9805
9806         * gnus-start.el (gnus-setup-news): Honor user's setting to
9807         gnus-message-archive-method.  Suggested by Lute Kamstra
9808         <lute@gnu.org>.
9809
9810 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9811
9812         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9813         global counterparts of the buffer-local variables.
9814
9815 2004-11-16  Romain Francoise  <romain@orebokech.com>
9816
9817         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9818         counterparts of the buffer-local variables.
9819
9820 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * message.el (message-forbidden-properties): Fixed typo in doc
9823         string.
9824
9825 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * gnus-util.el (gnus-replace-in-string): Added doc string.
9828
9829         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9830         to avoid problems when splitting mails with many recipients.
9831
9832 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9833
9834         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9835         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9836
9837 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9838
9839         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9840         if there is no hashtable in memory or file modification time is
9841         newer than cached timestamp.
9842
9843 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9846         not-matching option.
9847
9848 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9851         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9852         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9853         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9854         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9855         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9856
9857 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * message.el (message-forward-make-body-mml): Remove headers
9860         according to message-forward-ignored-headers if a message is decoded.
9861
9862 2004-12-02  Romain Francoise  <romain@orebokech.com>
9863
9864         * message.el (message-forward-make-body-plain): Always remove
9865         headers according to message-forward-ignored-headers.
9866
9867 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9868
9869         * spam.el (spam-summary-prepare-exit): Remove the
9870         gnus-summary-limit pop for now, it has problems with ham marks for
9871         me.
9872
9873 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9874
9875         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9876         correctly.
9877
9878 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9879
9880         * format-spec.el (format-spec): Message the char.
9881
9882 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9883
9884         * gnus-art.el (gnus-split-methods): Reformat comments.
9885
9886         * spam.el (spam-summary-prepare-exit): Remove article limits
9887         before exiting the summary buffer.
9888
9889 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9892         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9893
9894         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9895         order to silence the byte compiler.
9896
9897         * spam.el: Fix the way to silence the byte compiler, which
9898         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9899         bbdb-search-simple, spam-BBDB-register-routine,
9900         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9901         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9902         spam-stat-buffer-is-spam, spam-stat-load,
9903         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9904         spam-stat-save and spam-stat-split-fancy.
9905
9906 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9909         which may confuse users.
9910         (canlock-password-for-verify): Ditto.
9911
9912         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9913
9914         * gnus-art.el (gnus-emphasis-alist): Ditto.
9915
9916         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9917
9918         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9919
9920         * gnus-start.el (gnus-save-killed-list): Ditto.
9921
9922         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9923         (gnus-sum-thread-tree-root): Ditto.
9924         (gnus-sum-thread-tree-false-root): Ditto.
9925         (gnus-sum-thread-tree-single-indent): Ditto.
9926
9927         * message.el (message-courtesy-message): Ditto.
9928         (message-archive-note): Ditto.
9929         (message-subscribed-address-file): Ditto.
9930         (message-user-fqdn): Ditto.
9931
9932         * spam-report.el (spam-report-gmane-regex): Ditto.
9933
9934         * spam.el (spam-blackhole-good-server-regex): Ditto.
9935
9936 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mml.el (mml-preview): Widen the message buffer before copying
9939         the contents to the preview buffer; sort headers before previewing.
9940
9941         * message.el (message-hidden-headers): Fix the way to avoid a bug
9942         in the `repeat' widget in Emacs 21.3 or earlier.
9943
9944 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * message.el (message-hidden-headers): Default to "^References:".
9947         Improve customization type.  Suggested by Reiner Steib
9948         <Reiner.Steib@gmx.de>.
9949
9950 2004-11-25  Romain Francoise  <romain@orebokech.com>
9951
9952         * message.el (message-strip-forbidden-properties): Remove check for
9953         obsolete `message-hidden' text property, hidden headers are not
9954         accessible in the buffer anymore.
9955
9956 2004-11-22  Romain Francoise  <romain@orebokech.com>
9957
9958         * message.el (message-header-format-alist): Add `From' in list
9959         so that it can be sorted.
9960         (message-fix-before-sending): Widen and sort headers before
9961         sending.
9962         (message-hide-headers): Use narrowing to hide headers by moving
9963         them to the top of the buffer and narrowing to the region
9964         underneath.
9965
9966 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * message.el (message-strip-forbidden-properties): Bind
9969         buffer-read-only (etc) to nil.
9970
9971 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9974         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9975
9976 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9977
9978         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9979
9980 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * dns.el (query-dns): Use sit-for to time instead of
9983         accept-process-output, since that doesn't seem to work on udp
9984         sockets.
9985
9986 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9989
9990 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9991
9992         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9993         doc string.  Improve doc string.
9994
9995 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * nntp.el (nntp-request-update-info): Return nil if
9998         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9999         may not call gnus-activate-group which uselessly issues the GROUP
10000         commands for all nntp groups and wastes time.  Reported by Romain
10001         Francoise <romain@orebokech.com>.
10002
10003         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10004
10005 2004-11-15  Simon Josefsson  <jas@extundo.com>
10006
10007         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10008         headers separately.
10009         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10010         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10011
10012 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * gnus-start.el (gnus-convert-old-newsrc):
10015         Assign legacy-gnus-agent to 5.10.7.
10016
10017 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10020         start of the lines.
10021
10022 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10023
10024         * hashcash.el (hashcash-default-payment): Change default to 20
10025         (hashcash-default-accept-payment): Change default to 20
10026         (hashcash-process-alist): New variable
10027         (hashcash-generate-payment-async): Add
10028         (hashcash-already-paid-p): Add
10029         (hashcash-insert-payment): Don't generate payments twice
10030         (hashcash-insert-payment-async): Add
10031         (hashcash-insert-payment-async-2): Add
10032         (hashcash-cancel-async): Add
10033         (hashcash-wait-async): Add
10034         (hashcash-processes-running-p): Add
10035         (hashcash-wait-or-cancel): Add
10036         (mail-add-payment): New optional argument.  Conditionally start
10037         asynchronous calculation.
10038         (mail-add-payment-async): Add
10039
10040         * message.el (message-send-mail): Wait for asynchronous hashcash
10041         results.  Don't clobber existing X-Hashcash headers.
10042         (message-setup-1): Call mail-add-payment-async when
10043         message-generate-hashcash is non-nil.
10044
10045 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10046
10047         * message.el (message-use-alternative-email-as-from): Examine the
10048         From header as well; use message-make-from in order to include a
10049         user's full name.
10050
10051 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10054         default; improve customization type.
10055         (gnus-emphasis-custom-with-format): New macro.
10056         (gnus-emphasis-custom-value-to-external): New function.
10057         (gnus-emphasis-custom-value-to-internal): New function.
10058
10059 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * dns.el (query-dns): Resolve reverse addresses.
10062
10063 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * gnus-group.el (gnus-group-get-new-news): Use it.
10066
10067         * gnus-start.el (gnus-check-reasonable-setup): New function.
10068
10069 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10072         "Args out of range" error.  Reported by Arnaud Giersch
10073         <arnaud.giersch@free.fr>.
10074
10075 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10076
10077         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10078
10079 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10080
10081         * spam.el (spam group): Add :version.
10082
10083         * pgg-def.el (pgg group): Add :version.
10084
10085 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-art.el (gnus-article-edit-article): Don't associate the
10088         article buffer with a draft file.  This is a temporary measure
10089         against the 2004-08-22 change to gnus-article-edit-mode.
10090
10091 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10094         (html2text-format-tags): Remove unused variable `attr'.
10095
10096 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10099
10100         * tls.el (tls-process-connection-type, tls-success)
10101         (tls-certtool-program): Add :version.
10102
10103         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10104         (starttls-extra-arguments, starttls-process-connection-type)
10105         (starttls-connect, starttls-failure, starttls-success): Add :version.
10106
10107         * spam-stat.el (spam-stat): Add :version.
10108
10109         * sieve.el (sieve): Add :version.
10110
10111         * sha1.el (sha1): Add :version.
10112         (sha1-use-external): Remove redundant version.
10113
10114         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10115         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10116         (nnmail-split-fancy-match-partial-words)
10117         (nnmail-split-lowercase-expanded): Add :version.
10118
10119         * nndiary.el (nndiary): Add :version.
10120
10121         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10122
10123         * mml-sec.el (mml-default-sign-method)
10124         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10125         Add :version.
10126
10127         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10128
10129         * mm-url.el (mm-url-use-external, mm-url-program)
10130         (mm-url-arguments): Add :version.
10131
10132         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10133         (mm-attachment-file-modes, mm-decrypt-option)
10134         (mm-w3m-safe-url-regexp): Add :version.
10135
10136         * message.el (message-cite-prefix-regexp)
10137         (message-sendmail-envelope-from, message-minibuffer-local-map)
10138         (message-user-fqdn, message-completion-alist): Add :version.
10139
10140         * gnus-win.el (gnus-configure-windows-hook)
10141         (gnus-use-frames-on-any-display): Add :version.
10142
10143         * gnus-art.el (gnus-article-address-banner-alist)
10144         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10145         (gnus-treat-from-picon, gnus-treat-mail-picon)
10146         (gnus-treat-x-pgp-sig): Add :version.
10147
10148         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10149         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10150         (gnus-summary-article-delete-hook)
10151         (gnus-summary-display-while-building): Add :version.
10152
10153         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10154         (gnus-get-top-new-news-hook): Add :version.
10155
10156         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10157         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10158
10159         * gnus-registry.el (gnus-registry): Add :version.
10160
10161         * gnus-spec.el (gnus-use-correct-string-widths)
10162         (gnus-make-format-preserve-properties): Add :version.
10163
10164         * gnus.el (gnus-group-charter-alist)
10165         (gnus-group-fetch-control-use-browse-url)
10166         (gnus-install-group-spam-parameters): Add :version.
10167
10168         * gnus-diary.el (gnus-diary): Add :version.
10169
10170         * gnus-delay.el (gnus-delay): Add :version.
10171
10172         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10173         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10174         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10175         Add :version.
10176
10177         * gnus-agent.el (gnus-agent-max-fetch-size)
10178         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10179         (gnus-agent-prompt-send-queue): Add :version.
10180
10181         * deuglify.el (gnus-outlook-deuglify): Add :version.
10182
10183         * html2text.el: Beautify code.  Improve doc strings.  Some
10184         checkdoc cleanup.
10185         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10186
10187 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10188
10189         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10190
10191 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10192
10193         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10194         when package is loaded.
10195
10196         * spam.el (spam-summary-score-preferred-header): Add global preference
10197         for people who want to override the default SpamAssassin over
10198         Bogofilter preference (when both are set).
10199         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10200         (spam-user-format-function-S): Check
10201         spam-summary-score-preferred-header.
10202         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10203         (spam-user-format-function-S): Format the score correctly.
10204
10205 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10208         signature file.  Suggested by Manoj Srivastava
10209         <srivasta@golden-gryphon.com>.
10210
10211         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10212         iso-2022-jp even in the Japanese language environment.
10213         Suggested by Jason Rumney <jasonr@gnu.org>.
10214
10215 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10218         use the same characters as the dummy marks; make it free from
10219         getting affected by the language environment.
10220         (gnus-summary-read-group-1): Update mark positions only when the
10221         format spec is updated.
10222
10223         * gnus-spec.el (gnus-update-format-specifications): Return a list
10224         of updated types.
10225
10226 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10229         of boundp to check if display-warning is available.
10230
10231 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10232
10233         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10234
10235 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * nnspool.el (nnspool-spool-directory): Use news-path if the
10238         news-directory variable is not bound.
10239
10240         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10241         function instead of display-warning if it is not available.
10242
10243 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10246         v5-10: Use `point-at-bol'.
10247
10248 2004-10-26  Simon Josefsson  <jas@extundo.com>
10249
10250         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10251         <chenggao@gmail.com>.
10252
10253 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10256         instead.
10257
10258 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10261         to remove a server from the nnimap-server-buffer-alist.
10262         (nnimap-open-connection, nnimap-close-server): Use it.
10263
10264         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10265
10266 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10269         running the major-mode function.
10270
10271 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10274         dummy marks in the right way.
10275
10276 2004-10-18  David Edmondson  <dme@dme.org>
10277
10278         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10279         excessively.
10280
10281 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         * gnus-util.el (gnus-split-references): Accept a nil references
10284         string and go on blissfully.
10285
10286         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10287         cases where the references string is non-nil but has no references.
10288
10289         * encrypt.el: Add autoload tags.
10290
10291         * spam.el (spam-resolve-registrations-routine): Remove article
10292         from unregistration list too.  Reported by David Hanak
10293         <dhanak@isis.vanderbilt.edu>
10294
10295 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10298         nil.  Changed custom type.
10299
10300 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10303
10304         * gnus-sum.el (gnus-summary-move-article): Use it.
10305
10306 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10307
10308         * encrypt.el: Add autoload cookies.
10309
10310         * spam.el (spam-backend-article-list-property)
10311         (spam-backend-get-article-todo-list)
10312         (spam-backend-put-article-todo-list)
10313         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10314         Resolve registrations separately.
10315         (spam-register-routine): Format comments.
10316         (spam-unregister-routine, spam-register-routine): Always call with
10317         specific-articles, no default list.
10318         (spam-summary-prepare-exit): Use the spam-classifications function.
10319
10320         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10321         gnus-encrypt.el.
10322
10323         * encrypt.el: Copied from gnus-encrypt.el.
10324
10325         * gnus-encrypt.el: Commented that it's obsolete.
10326
10327 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10330         (gnus-score-save): Use it.
10331
10332         * message.el (message-bury): Use `window-dedicated-p'.
10333
10334 2004-10-15  Simon Josefsson  <jas@extundo.com>
10335
10336         * pop3.el (top-level): Don't require nnheader.
10337         (pop3-read-timeout): Add.
10338         (pop3-accept-process-output): Add.
10339         (pop3-read-response, pop3-retr): Use it.
10340
10341 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10342
10343         * spam.el (spam-register-routine): Move comment.
10344         (spam-verify-bogofilter): Use 'unknown for the initial
10345         spam-bogofilter-valid state, not 'never.
10346
10347         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10348         for netrc-machine.
10349
10350         * nnimap.el (nnimap-open-connection): Use
10351         netrc-machine-user-or-password.
10352
10353 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10354
10355         * gnus-registry.el (gnus-registry-unload-hook):
10356         Set as a variable with add-hook.
10357
10358         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10359         of news-path.
10360
10361         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10362
10363         * spam.el: Delete duplicate `provide'.
10364         (spam-unload-hook): Set as a variable with add-hook.
10365
10366 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10369         in the doc string.
10370
10371         * message.el (message-ignored-news-headers)
10372         (message-ignored-supersedes-headers)
10373         (message-ignored-resent-headers)
10374         (message-forward-ignored-headers): Improve custom type.
10375
10376 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * message.el (message-tokenize-header): Fix 2004-09-06 change
10379         which used point-min in the wrong place.
10380
10381 2004-10-12  Simon Josefsson  <jas@extundo.com>
10382
10383         * tls.el (tls-certtool-program): New variable.
10384         (tls-certificate-information): New function, based on
10385         ssl-certificate-information.
10386
10387 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * compface.el: Move the version of ELisp-based uncompface program
10390         to the contrib directory because of the copyright problem.
10391
10392 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * message.el (message-kill-buffer): Raise the current frame.
10395
10396 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10399
10400         * gnus.el (message-y-or-n-p): Autoload.
10401
10402         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10403         (pop3-password-required, pop3-authentication-scheme)
10404         (pop3-leave-mail-on-server): Made customizable.
10405         (pop3): New custom group.
10406         (pop3-retr): Remove `sleep-for' statements.
10407         Suggested by Dave Love <fx@gnu.org>.
10408
10409         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10410         Windows/DOS.
10411
10412         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10413         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10414         Dave Love <fx@gnu.org>.
10415
10416         * mml.el (mml-minibuffer-read-disposition): Require match.
10417         Suggested by Dave Love <fx@gnu.org>.
10418
10419 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10422         doc string.
10423
10424 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10427
10428 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10429
10430         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10431         instead of calling `mm-insert-inline', to decode text/* parts
10432         before displaying them.
10433
10434 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * mm-uu.el (mm-uu-text-plain-type): New variable.
10437         (mm-uu-pgp-signed-extract-1): Use it.
10438         (mm-uu-pgp-encrypted-extract-1): Use it.
10439         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10440         bind mm-uu-text-plain-type with that value.
10441         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10442         mm-uu-dissect.
10443
10444 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-group.el (gnus-update-group-mark-positions):
10447         * gnus-sum.el (gnus-update-summary-mark-positions):
10448         * message.el (message-check-news-body-syntax):
10449         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10450         of string-as-multibyte.
10451
10452 2004-10-05  Juri Linkov  <juri@jurta.org>
10453
10454         * gnus-group.el (gnus-update-group-mark-positions):
10455         * gnus-sum.el (gnus-update-summary-mark-positions):
10456         * message.el (message-check-news-body-syntax):
10457         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10458         8-bit unibyte values to a multibyte string for search functions.
10459
10460 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10463         (mm-uu-dissect-text-parts): New function.
10464
10465         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10466         dissect text parts.
10467
10468         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10469         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10470
10471         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10472
10473         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10474         gnus-current-topics instead of gnus-current-topic.
10475
10476 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10477
10478         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10479
10480 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10481
10482         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10483         where approriate.
10484
10485         * nnml.el (nnml-generate-active-info): do.
10486
10487         * nndiary.el (nndiary-generate-active-info): do.
10488
10489         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10490         (gnus-topic-move): do.
10491
10492         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10493         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10494
10495         * gnus-srvr.el (gnus-server-prepare)
10496         (gnus-server-open-all-servers): do.
10497
10498         * gnus-msg.el (gnus-summary-cancel-article)
10499         (gnus-summary-resend-message)
10500         (gnus-summary-mail-crosspost-complaint): do.
10501
10502         * gnus-move.el (gnus-change-server): do.
10503
10504         * gnus-group.el (gnus-group-unmark-all-groups)
10505         (gnus-group-set-current-level): do.
10506
10507 2004-10-04  Simon Josefsson  <jas@extundo.com>
10508
10509         * message.el (message-generate-hashcash): Doc fix.
10510
10511 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10512
10513         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10514         avoid infinite recursion via gnus-get-function.
10515
10516 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10517
10518         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10519
10520         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10521
10522         * nnmail.el (nnmail-split-history): do.
10523
10524         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10525         (nnml-request-delete-group): do.
10526
10527         * nnslashdot.el (nnslashdot-read-groups): do.
10528
10529         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10530         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10531
10532         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10533         (nnspool-sift-nov-with-sed): Use last
10534         (nnspool-retrieve-headers-with-nov): Use mapc.
10535         (nnspool-request-newgroups): Use dolist.
10536         (nnspool-request-group): Use last.
10537
10538         * nntp.el (nntp-read-server-type): Use dolist.
10539
10540         * nnvirtual.el (nnvirtual-create-mapping)
10541         (nnvirtual-update-read-and-marked): Use dolist.
10542         (nnvirtual-convert-headers): Simplify.
10543
10544 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10545
10546         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10547         support for sync'ing tick marks.
10548
10549 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10552         there's no visible header.
10553
10554 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10555
10556         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10557         necessary, pass full group name to gnus-request-set-marks.
10558
10559 2004-10-01  Simon Josefsson  <jas@extundo.com>
10560
10561         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10562         acroread.
10563
10564 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * spam-report.el (spam-report-gmane): Fix interactive.
10567
10568         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10569
10570         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10571         when writing file.
10572         (gnus-agent-synchronize-flags): Don't default to being
10573         interactive.
10574
10575 2004-09-30  Simon Josefsson  <jas@extundo.com>
10576
10577         * message.el (message-generate-hashcash): Add.
10578         (message-send-mail): Use it, call mail-add-payment.
10579
10580 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10581
10582         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10583
10584 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10585
10586         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10587         gnus-requst-update-info with explicit code to sync the in-memory
10588         info read flags with the marks being sync'd to the backend.
10589
10590         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10591
10592 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10593
10594         * spam.el (spam-verify-bogofilter): Add new function.
10595         (spam-check-bogofilter)
10596         (spam-bogofilter-register-with-bogofilter): Use it.
10597         (spam-verify-bogofilter): Add small fixes.
10598
10599 2004-09-28  Simon Josefsson  <jas@extundo.com>
10600
10601         * hashcash.el (hashcash-generate-payment): Revert.
10602
10603 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10604
10605         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10606         gnus-extract-references instead of gnus-split-references.
10607
10608         * gnus-util.el (gnus-extract-references): Add new function, analogous
10609         to gnus-split-references but extracts only the message-ID without
10610         anything extra.
10611
10612         * hashcash.el (hashcash-generate-payment)
10613         (hashcash-check-payment): Do the right thing if hashcash-path is
10614         nil (because the hashcash program could not be found).
10615
10616         * spam.el (spam-use-hashcash): Remove comment.
10617
10618 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10619
10620         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10621         (gnus-cache-enter-article, gnus-cache-remove-article)
10622         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10623
10624         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10625
10626         * gnus-art.el (article-hide-boring-headers)
10627         (article-translate-strings, article-display-face)
10628         (gnus-article-mime-match-handle-first)
10629         (gnus-article-highlight-headers)
10630         (gnus-article-add-buttons-to-head): do.
10631
10632 2004-09-27  Simon Josefsson  <jas@extundo.com>
10633
10634         * hashcash.el: New version, from
10635         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10636         ../contrib/.
10637
10638 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10641
10642 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10643
10644         * gnus-dup.el (gnus-dup-open): Use mapc.
10645         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10646
10647         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10648         Reported by Stefan Wiens <s.wi@gmx.net>.
10649
10650         * gnus.el (gnus-shutdown): Use dolist.
10651
10652         * gnus-undo.el (gnus-undo): Use mapc.
10653
10654         * nnrss.el (nnrss-generate-active): do.
10655
10656         * message.el (message-cite-original-without-signature)
10657         (message-cite-original): Use mapc.
10658         (message-do-actions, message-make-forward-subject): Use dolist.
10659
10660 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10661
10662         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10663         deletion to remove entire duplicate line.  Fixes merged article
10664         number bug.
10665
10666 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10667
10668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10669         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10670         first ask if you want to open a server and then, even when you
10671         responded with no, asking if you want to synchronize the server's
10672         flags.
10673         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10674         multi-line expressions.
10675         (gnus-agent-synchronize-group-flags): New internal function.
10676         Updates marks in memory (in the info structure) AND in the
10677         backend.
10678
10679         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10680
10681         * nnagent.el (nnagent-request-set-mark): Use
10682         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10683         method, to ensure that synchronization updates marks in the
10684         backend and in the info (in memory) structure.
10685
10686 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10689         convention fully; don't miss the root article of a thread; make
10690         the X-Draft-From header with correct article numbers.
10691
10692 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10693
10694         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10695         unless plugged.  Disable the agent so that an open failure causes
10696         an error.
10697
10698         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10699         Reverted 2004-09-21 change.  The backend must be opened while
10700         synchronizing flags even when the backend stores the flags
10701         locally.
10702
10703 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10706         in `header' match.  Reported by Svend Tollak Munkejord.
10707
10708         * message.el (message-cite-original): Fix use of
10709         `message-cite-articles-with-x-no-archive'.
10710
10711 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10714         (gnus-window-to-buffer): Ditto.
10715
10716         * mml.el (mml-preview-buffer): New variable.
10717         (mml-preview): Manage window layout with gnus-buffer-configuration.
10718
10719         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10720         X-Draft-From header even if those articles aren't quoted.
10721
10722 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10723
10724         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10725         (gnus-request-set-mark, gnus-request-update-mark): Use new
10726         g-s-t-u-l-m to decide to use backend even when unplugged.
10727
10728 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10731         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10732
10733 2004-09-20  Simon Josefsson  <jas@extundo.com>
10734
10735         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10736         "utf-16-le".
10737
10738 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10739
10740         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10741
10742 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * uudecode.el (uudecode-use-external): Add :version.
10745
10746         * smime.el (smime-CA-file, smime-encrypt-cipher)
10747         (smime-dns-server): Add :version.
10748
10749         * smiley.el (gnus-smiley-file-types): Add :version.
10750
10751         * sha1.el (sha1-use-external): Add :version.
10752
10753         * pgg-def.el (pgg-query-keyserver): Add :version.
10754
10755         * nnmail.el (nnmail-fancy-expiry-targets)
10756         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10757         Add :version.
10758
10759         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10760         (nnimap-retrieve-groups-asynchronous): Add :version.
10761         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10762
10763         * mml.el (mml-content-disposition-parameters)
10764         (mml-insert-mime-headers-always): Add :version.
10765
10766         * mm-util.el (mm-coding-system-priorities): Add :version.
10767
10768         * mm-decode.el (mm-inline-text-html-with-images)
10769         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10770         (mm-verify-option): Add :version.
10771         (mm-text-html-renderer): Change :version.
10772
10773         * message.el (message-fcc-externalize-attachments)
10774         (message-required-headers, message-draft-headers)
10775         (message-subject-trailing-was-query)
10776         (message-subject-trailing-was-ask-regexp)
10777         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10778         (message-mark-insert-end, message-archive-header)
10779         (message-archive-note, message-cross-post-default)
10780         (message-cross-post-note, message-followup-to-note)
10781         (message-cross-post-note-function, message-use-mail-followup-to)
10782         (message-subscribed-address-functions)
10783         (message-subscribed-address-file, message-subscribed-addresses)
10784         (message-subscribed-regexps, message-allow-no-recipients)
10785         (message-yank-cited-prefix, message-signature-insert-empty-line)
10786         (message-hidden-headers, message-hierarchical-addresses)
10787         (message-mail-user-agent, message-use-idna)
10788         (message-valid-fqdn-regexp)
10789         (message-strip-special-text-properties, message-header-synonyms)
10790         (message-beginning-of-line, message-tab-body-function): Add :version.
10791         (message-insert-canlock, message-wide-reply-confirm-recipients):
10792         Change :version.
10793
10794         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10795         and :version.
10796         (mail-source-delete-old-incoming-confirm)
10797         (mail-source-movemail-program): Add :version.
10798
10799         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10800         (gnus-agent-cache, gnus-agent): Change :version.
10801
10802         * gnus-util.el (gnus-use-byte-compile): Change :version.
10803
10804         * gnus-sum.el (gnus-summary-make-false-root-always)
10805         (gnus-summary-default-high-score)
10806         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10807         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10808         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10809         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10810         (gnus-sum-thread-tree-single-indent)
10811         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10812         (gnus-sum-thread-tree-leaf-with-other)
10813         (gnus-sum-thread-tree-single-leaf): Add :version.
10814         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10815         (gnus-article-loose-mime): Change :version.
10816
10817         * gnus-start.el (gnus-backup-startup-file)
10818         (gnus-save-startup-file-via-temp-buffer): Add :version.
10819
10820         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10821         (gnus-server-offline-face): Add :version.
10822
10823         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10824
10825         * gnus-msg.el (gnus-gcc-externalize-attachments)
10826         (gnus-debug-files, gnus-debug-exclude-variables)
10827         (gnus-discouraged-post-methods): Change :version.
10828         (gnus-confirm-mail-reply-to-news)
10829         (gnus-confirm-treat-mail-like-news): Add :version.
10830
10831         * gnus-int.el (gnus-server-unopen-status): Add :version.
10832
10833         * gnus-group.el (gnus-group-jump-to-group-prompt)
10834         (gnus-large-ephemeral-newsgroup)
10835         (gnus-fetch-old-ephemeral-headers): Add :version.
10836
10837         * gnus-fun.el (gnus-x-face-directory)
10838         (gnus-convert-pbm-to-x-face-command)
10839         (gnus-convert-image-to-x-face-command)
10840         (gnus-convert-image-to-face-command): Add :version.
10841
10842         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10843
10844         * gnus-cite.el (gnus-cite-blank-line-after-header)
10845         (gnus-article-boring-faces): Add :version.
10846
10847         * gnus-art.el (gnus-buttonized-mime-types)
10848         (gnus-inhibit-mime-unbuttonizing)
10849         (gnus-treat-display-face)
10850         (gnus-treat-body-boundary): Change :version.
10851         (gnus-body-boundary-delimiter, gnus-picon-databases)
10852         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10853         (gnus-treat-date-english, gnus-treat-fold-headers)
10854         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10855         (gnus-treat-mail-picon, gnus-treat-wash-html)
10856         (gnus-article-encrypt-protocol)
10857         (gnus-use-idna, gnus-article-over-scroll)
10858         (gnus-mime-display-multipart-alternative-as-mixed)
10859         (gnus-mime-display-multipart-related-as-mixed)
10860         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10861         (gnus-ctan-url, gnus-button-ctan-handler)
10862         (gnus-button-handle-ctan-bogus-regexp)
10863         (gnus-button-ctan-directory-regexp)
10864         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10865         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10866         (gnus-button-man-level, gnus-button-emacs-level)
10867         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10868
10869         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10870         (gnus-agent-go-online): Change :version.
10871         (gnus-agent-expire-unagentized-dirs)
10872         (gnus-agent-auto-agentize-methods): Add :version.
10873
10874         * flow-fill.el (fill-flowed-display-column)
10875         (fill-flowed-encode-column): Add :version.
10876
10877         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10878         (gnus-outlook-deuglify-unwrap-max)
10879         (gnus-outlook-deuglify-cite-marks)
10880         (gnus-outlook-deuglify-unwrap-stop-chars)
10881         (gnus-outlook-deuglify-no-wrap-chars)
10882         (gnus-outlook-deuglify-attrib-cut-regexp)
10883         (gnus-outlook-deuglify-attrib-verb-regexp)
10884         (gnus-outlook-deuglify-attrib-end-regexp)
10885         (gnus-outlook-display-hook): Add :version.
10886
10887         * binhex.el (binhex-use-external): Add :version.
10888
10889 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10892         and `invisible'.
10893
10894 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10895
10896         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10897         in gnus-registry-trim.
10898
10899 2004-09-13  Simon Josefsson  <jas@extundo.com>
10900
10901         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10902
10903         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10904
10905         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10906         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10907         <yamaoka@jpl.org>.
10908         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10909         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10910         <yamaoka@jpl.org>.
10911
10912         * sieve.el (sieve-manage-mode): Ditto.
10913
10914 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10917
10918 2004-09-11  Simon Josefsson  <jas@extundo.com>
10919
10920         * dns-mode.el: Add.
10921
10922         * mm-view.el (mm-display-dns-inline): Add.
10923
10924         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10925         (mm-automatic-display): Ditto.
10926
10927         * mailcap.el (mailcap-mime-data): Add text/dns.
10928         (mailcap-mime-extensions): Map .soa to text/dns.
10929
10930 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10931
10932         * gnus-art.el (article-decode-mime-words, article-babel)
10933         (gnus-article-highlight-signature, gnus-article-add-buttons)
10934         (gnus-signature-toggle): Remove unnecessary bindings of
10935         `inhibit-read-only' inherited from v5.10 merge.
10936
10937 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * nntp.el (nntp): New customization group.
10940         (nntp-authinfo-file): Add customization group.
10941
10942         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10943
10944         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10945
10946         * gnus.el (to-address, to-list, subscribed)
10947         (large-newsgroup-initial): Ditto.
10948
10949         * flow-fill.el (fill-flowed-display-column)
10950         (fill-flowed-encode-column): Ditto.
10951
10952 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10953
10954         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10955         Use point-min rather than 1.
10956         (message-send-mail): Use buffer-size rather than point-max.
10957
10958         * gnus-sum.el (gnus-summary-search-article-forward):
10959         Signal a specific `search-failed' rather than a generic `error'.
10960
10961         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10962         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10963         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10964
10965 2004-09-10  Simon Josefsson  <jas@extundo.com>
10966
10967         * nndb.el (require): Remove tcp and duplicate cl.
10968
10969 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-agent.el (directory-files-and-attributes): Move forward.
10972
10973 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10974
10975         * gnus-agent.el (directory-files-and-attributes): Optionally
10976         defined to support XEmacs.
10977
10978 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10979
10980         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10981         to avoid run-time CL dependencies.
10982         (gnus-agent-unfetch-articles): New function.
10983         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10984         article numbers even when local .overview file is missing.
10985         (gnus-agent-read-article-number): New function.  Only accepts
10986         27-bit article numbers.
10987         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10988         gnus-agent-read-article-number.
10989         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10990         from backend while recognizing that article numbers in .overview
10991         must be valid.
10992         (gnus-agent-update-files-total-fetched-for): Use
10993         directory-files-and-attributes to improve performance.
10994         * gnus-int.el (gnus-request-move-article): Use
10995         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10996         improve performance.
10997
10998         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10999         some users confused by references to .newsrc when they only have a
11000         .newsrc.eld file.
11001         (gnus-convert-mark-converter-prompt)
11002         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11003         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11004         New function.  Used internally to only display 'gnus converting
11005         files' message when actually necessary.
11006
11007         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11008         methods now autoloaded.
11009
11010 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11013         identifiers.
11014
11015 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-picon.el: Fix indentation and closing parenthesis.
11018
11019 2004-09-01  Simon Josefsson  <jas@extundo.com>
11020
11021         * message.el (message-canlock-generate): Require sha1, not
11022         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11023         to require within a function.  Sadly, if sha1.el isn't loaded, the
11024         let binding in m-c-g will hide the defcustom definition, which is
11025         bad.)
11026
11027         * canlock.el: Require sha1, not sha1-el.
11028
11029         * message.el: Don't autoload sha1 (there is a autoload cookie in
11030         sha1.el).
11031
11032         * sha1-el.el: Renamed to sha1.el.
11033
11034 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11035
11036         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11037
11038 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11039
11040         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11041
11042 2004-08-30  Kim F. Storm  <storm@cua.dk>
11043
11044         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11045
11046         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11047         Add :group 'nnimap.
11048
11049 2004-08-30  Andreas Schwab  <schwab@suse.de>
11050
11051         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11052         ?* and ?\;.
11053
11054         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11055         and ?\' to symbol instead of whitespace.
11056
11057 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11060
11061         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11062         instead of re-search-forward.
11063
11064         * gnus-uu.el (gnus-uu-save-article): Ditto.
11065         (gnus-uu-post-encode-uuencode): Ditto.
11066
11067         * html2text.el (html2text-clean-list-items): Ditto.
11068         (html2text-clean-dtdd): Ditto.
11069         (html2text-format-tags): Ditto.
11070
11071         * message.el (message-send-mail-with-sendmail): Fix regexp.
11072         (message-fill-field-general): Use search-forward instead of
11073         re-search-forward.
11074         (unbold-region): Ditto.
11075
11076         * nnrss.el (nnrss-request-article): Ditto.
11077
11078         * nnslashdot.el (nnslashdot-request-article): Ditto.
11079
11080         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11081
11082         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11083         "Unrecognized menu descriptor" error in XEmacs.
11084
11085 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11086
11087         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11088         parent article of a sparse article in the thread hashtb.
11089
11090 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11091
11092         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11093         (nnmail-expand-newtext): Lowercase expanded entries if
11094         nnmail-split-lowercase-expanded is non-nil.
11095
11096 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11099
11100         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11101         of gnus-tmp-news-method into string under XEmacs.  It will be
11102         passed to gnus-correct-length which takes only a string argument.
11103
11104 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-util.el (gnus-bind-print-variables): New macro.
11107         (gnus-prin1): Use it.
11108         (gnus-prin1-to-string): Use it.
11109         (gnus-pp): New function.
11110         (gnus-pp-to-string): New function.
11111
11112         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11113         Replace pp-to-string with gnus-pp-to-string.
11114         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11115         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11116         * gnus-msg.el (gnus-debug): Ditto.
11117         * gnus-score.el (gnus-score-save): Ditto.
11118         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11119         gnus-pp-to-string.
11120         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11121         with gnus-pp.
11122         * score-mode.el (gnus-score-pretty-print): Ditto.
11123         * webmail.el (webmail-debug): Ditto.
11124
11125 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-art.el (article-display-face, article-display-x-face):
11128         Use buffer-read-only.
11129
11130 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-art.el (article-hide-list-identifiers):
11133         Bind inhibit-read-only as t.
11134
11135 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11138
11139 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11140
11141         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11142         (gnus-narrow-to-page): Don't assume point-min == 1.
11143         (gnus-article-edit-mode): Derive from message-mode.
11144
11145         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11146         point-min == 1.
11147
11148         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11149         Disable incorrect use of `assert'.
11150
11151         * message.el (message-mode): Set comment-start-skip.
11152
11153
11154 2004-08-22  Sam Steingold  <sds@gnu.org>
11155
11156         * pop3.el (pop3-leave-mail-on-server): New user variable.
11157         (pop3-movemail): Delete mail only when it is nil.
11158
11159 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11162
11163         * mml.el (mml-preview): Use `pop-to-buffer'.
11164
11165         * message.el (message-goto-mail-followup-to): Insert after "To".
11166         (message-carefully-insert-headers): Add comment.
11167
11168         * gnus.el: Remove unused variable `gnus-article-check-size'.
11169
11170         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11171
11172         * gnus-art.el (gnus-button-alist): Improve
11173         `gnus-button-handle-library' entry.
11174
11175 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11176
11177         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11178         downcase, since XEmacs capitalizes error messages differently.
11179
11180 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11181
11182         * nntp.el: Add (require 'gnus) due to reference to
11183         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11184
11185 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11186
11187         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11188         `mm-fill-flowed'.
11189
11190         * mm-decode.el (mm-dissect-singlepart): Check it.
11191
11192 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11193
11194         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11195         'imap' for netrc parsing.
11196
11197 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * mailcap.el (mailcap-mime-data): Mark as risky.
11200
11201 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11204         may be included in the encoded word.
11205         (rfc2047-encode): Don't append a space if the encoded word
11206         includes close parenthesis.
11207
11208 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11211         of text within parentheses.
11212
11213 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11216         (gnus-encrypt-write-file-contents): Make the password key the file
11217         name PLUS the cipher, not just the cipher.  Also remove failed
11218         passwords from the cache.
11219
11220 2004-08-06  Simon Josefsson  <jas@extundo.com>
11221
11222         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11223         fix.
11224
11225 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11228         LWSP.
11229
11230 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11231
11232         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11233         to append in-reply-to: data to the references: header.
11234
11235         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11236         (netrc-parse): Use gnus-encrypt.el functions.
11237
11238         * gnus-encrypt.el: Add new file for encryption support; currently
11239         does only a few GPG ciphers and an internal XOR cipher.
11240
11241         * password.el: Add comments on using password-read-and-add.
11242         (password-read-and-add): Add function to read and add the
11243         password to the cache at once.
11244
11245 2004-07-28  Simon Josefsson  <jas@extundo.com>
11246
11247         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11248         parameter (but don't use it, for now).
11249
11250         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11251         instead of hard coding to nil.
11252
11253 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11256         as mm-inline-image-xemacs does.
11257
11258 2004-07-26  Simon Josefsson  <jas@extundo.com>
11259
11260         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11261         Revert part of 2004-07-17 change below.
11262
11263 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11266         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11267
11268 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11271         quotes that actually start with ">" at the beginning of the
11272         lines.
11273
11274 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * rfc2047.el (rfc2047-encode-region): Fix last change.
11277         (rfc2047-encode-parameter): Remove useless concat.
11278
11279 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11282         encode special characters; fix some kind of misconfigured headers;
11283         signal a real error if debug-on-quit or debug-on-error is non-nil.
11284         (rfc2047-encode-max-chars): New variable.
11285         (rfc2047-encode-1): Use it.
11286         (rfc2047-encode-parameter): New function.
11287
11288         * mml.el (mml-insert-parameter): Remove an excessive space.
11289
11290 2004-07-17  Simon Josefsson  <jas@extundo.com>
11291
11292         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11293         Kai Grossjohann <kai@emptydomain.de>.
11294         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11295         (gnus-group-make-menu-bar): Ditto.
11296
11297         * gnus-util.el (gnus-group-server): Add.
11298
11299 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11300
11301         * message.el (message-clone-locals): Clone sendmail and smtp
11302         variables.
11303
11304 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * rfc2047.el (rfc2047-encode-region): Fix last change.
11307
11308 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11311         characters as non-special.
11312
11313 2004-07-09  Simon Josefsson  <jas@extundo.com>
11314
11315         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11316         Users will lose all flag changes made while unplugged with
11317         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11318         good default.  See numerous reports on ding mailing list.
11319
11320 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11323         add generate-head-function and generate-article-function to the
11324         rfc822-forward entry.
11325         (nndoc-rfc822-forward-generate-article): New function.
11326         (nndoc-rfc822-forward-generate-head): New function.
11327
11328         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11329
11330 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11331
11332         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11333         respect display group parameter and gnus-summary-expunge-below.
11334         (gnus-articles-to-read): Remove unused reference to display group
11335         parameter.
11336
11337 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * nnheader.el (nnheader-uniquify-message-id): New experimental
11340         variable.
11341         (nnheader-nov-read-message-id): Use it.
11342
11343         * spam-report.el (spam-report-gmane): Add interactive.
11344
11345 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11348         qp-or-base64 for the application/* types.
11349
11350 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11351
11352         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11353
11354 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11357         trim value.
11358
11359 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11360
11361         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11362         New macro and function.
11363         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11364
11365 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11368         after-load-alist.
11369
11370 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11371
11372         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11373         update info that isn't there.
11374
11375 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11376
11377         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11378         entry.
11379
11380 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * mm-view.el (mm-inline-render-with-function): Use multibyte
11383         buffer; decode html source by charset.
11384
11385         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11386
11387         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11388         Mule-UCS is loaded under XEmacs.
11389         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11390
11391 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11392
11393         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11394
11395 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * mm-util.el (mm-coding-system-p): Return a coding-system.
11398         (mm-mime-mule-charset-alist): Use shift_jis instead of
11399         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11400         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11401         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11402         instead of japanese-shift-jis and iso-latin-1 respectively in
11403         order to share the default value with both Emacs and XEmacs-mule.
11404         (mm-mule-charset-to-mime-charset): Make
11405         mm-coding-system-priorities effective.
11406         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11407         while predicating of candidates upon the priorities.
11408
11409 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11410
11411         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11412         gnus-uu-invert-processable.
11413
11414         * gnus.el: Autoload gnus-uu-invert-processable.
11415
11416 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * mm-util.el (mm-with-multibyte-buffer): New macro.
11419
11420         * rfc2047.el (rfc2047-encode-string): Use it.
11421         (rfc2047-encode-region): Move point to the end of the region after
11422         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11423
11424 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11427         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11428
11429 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11432         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11433         Karl Chen <quarl@nospam.quarl.org>.
11434
11435 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11436
11437         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11438         invalid addresses.
11439
11440 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11441
11442         * spam.el: Change section markers, revise TODO list.
11443         (spam-backends): Make new master list of all installed backends.
11444         (spam-summary-exit-behavior): Add new variable to determine how
11445         messages moves are done at summary exit.
11446         (spam-move-spam-nonspam-groups-only)
11447         (spam-process-ham-in-nonham-groups)
11448         (spam-process-ham-in-spam-groups): Remove variables, the
11449         spam-summary-exit-behavior variable should be used to manage this
11450         behavior.
11451         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11452         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11453         and spam-old-spam-articles.
11454         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11455         Add empty variables, placeholders for the backends they represent.
11456         (spam-set-difference): Move, unchanged.
11457         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11458         unless the user has a processor variable.
11459         (spam-classifications, spam-classification-valid-p)
11460         (spam-backend-properties, spam-backend-property-valid-p)
11461         (spam-backend-function-type-valid-p)
11462         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11463         (spam-report-articles-gmane, spam-report-articles-resend):
11464         Remove functions, they are not needed.
11465         (spam-install-backend-super, spam-backend-list)
11466         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11467         (spam-backend-function, spam-backend-ham-registration-function)
11468         (spam-backend-spam-registration-function)
11469         (spam-backend-ham-unregistration-function)
11470         (spam-backend-spam-unregistration-function)
11471         (spam-backend-statistical-p, spam-backend-mover-p)
11472         (spam-install-backend-alias, spam-install-checkonly-backend)
11473         (spam-install-mover-backend, spam-install-nocheck-backend)
11474         (spam-install-backend, spam-install-statistical-backend)
11475         (spam-install-statistical-checkonly-backend): Add backend installation
11476         support.
11477         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11478         (spam-group-processor-p): Use the new backend code and respect the
11479         summary exit behavior.
11480         (spam-mark-spam-as-expired-and-move-routine): Remove.
11481         (spam-summary-prepare): Change to use the new spam-old-articles
11482         variable.
11483         (spam-copy-or-move-routine, spam-copy-spam-routine)
11484         (spam-move-spam-routine, spam-copy-ham-routine)
11485         (spam-move-ham-routine): Add code to copy/move ham or spam.
11486         (spam-fetch-field-fast): Improve doc and code, plus allow the
11487         'number request.
11488         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11489         variables.
11490         (spam-split, spam-find-spam): Use the new backend code.
11491         (spam-registration-functions): Remove variable.
11492         (spam-unregister-routine): Add convenience wrapper.
11493         (spam-log-undo-registration, spam-register-routine)
11494         (spam-log-processing-to-registry)
11495         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11496         where possible.
11497         (spam-check-gmane-xref, spam-check-regex-headers)
11498         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11499         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11500         (spam-check-bogofilter-headers, spam-check-spamoracle)
11501         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11502         (spam-check-crm114-headers): Use the spam-split-group that
11503         spam-split prepares, no need to determine it every time.
11504
11505         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11506         to the nnheader-parse-naked-head call.
11507
11508         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11509
11510         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11511         the nnheader-nov-read-message-id call.
11512
11513 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11516         gnus-activate-group twice.  Suggested by Markus Peter
11517         <warp@spin.de>.
11518
11519 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-article-time-format): Exchange the order of
11522         day and month in the default value; fix customization type.
11523         (article-date-ut): Use add-text-properties.
11524         (article-make-date-line): Use message-make-date instead of
11525         current-time-string.
11526
11527         * message.el (message-fetch-field): Don't use set-text-properties.
11528         (message-make-date): Simplify.
11529
11530         * messagexmas.el (message-xmas-make-date): New function.
11531         (message-xmas-redefine): Defalias message-make-date to it.
11532
11533 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11536         (rfc2047-encode-region): Treat text within parentheses as special;
11537         show the original text when error has occurred.
11538
11539         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11540         already-computed method to gnus-activate-group.
11541
11542         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11543         same select-methods identical Lisp objects.
11544
11545         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11546         object when modifying the info.
11547
11548 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11551         gnus-opened-servers since it has never been opened with the new
11552         configuration yet.
11553
11554 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11557         arg to nnheader-generate-fake-message-id.
11558
11559 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11562         number and build a fake message ID localized to a group and
11563         article number (so it's repeatable from that point on).
11564         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11565         ID format.
11566
11567         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11568         nnheader-generate-fake-message-id with the article number.
11569
11570 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11571
11572         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11573         end-of-buffer.
11574
11575 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * message.el (message-ignored-supersedes-headers): Add Approved.
11578
11579 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11582         goto-char.
11583         (rfc2047-encode): Fold the line before encoding.
11584
11585 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11586
11587         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11588         folding -- not all headers can be folded, and this should be done
11589         by the message composition mode.  Probably.  I think.
11590
11591 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11594         fast.
11595
11596         * gnus-ems.el (gnus-remove-image): Don't use
11597         message-text-with-property; remove only the image found first.
11598
11599         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11600         found first.
11601
11602 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11603
11604         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11605
11606 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * message.el (message-text-with-property): Make it fast and accept
11609         optional arguments.
11610         (message-strip-forbidden-properties): Use it.
11611         (message-fix-before-sending): Follow the m-t-w-p change.
11612
11613         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11614
11615 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (article-hide-headers): Don't change the buffer
11618         mistakenly when performing mml-preview even if
11619         gnus-single-article-buffer is nil.
11620
11621 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11622
11623         * message.el (message-expand-name-databases): New user option.
11624         (message-expand-name): Use it.
11625
11626 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11627
11628         * spam.el (spam-report-articles-resend)
11629         (spam-report-resend-register-routine): Allow ham reporting.
11630         (spam-report-resend-register-ham-routine): Add wrapper.
11631         (spam-registration-functions): Add ham resending functions.
11632         (spam-list-of-processors): Add ham resend processor.
11633
11634         * gnus.el (ham-resend-to): Add new group parameter.
11635         (spam-process): Add ham resend option.
11636
11637         * spam-report.el (spam-report-resend): Allow reporting ham.
11638         (spam-report-resend-ham): Add wrapper.
11639
11640 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * message.el (message-cite-articles-with-x-no-archive): New
11643         variable.
11644         (message-cite-original): Use it.
11645
11646 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * message.el (message-cite-original): Respect X-No-Archive.
11649
11650 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (article-hide-headers): Refer to the values for
11653         gnus-ignored-headers and gnus-visible-headers in the summary
11654         buffer since a user may have set them as group parameters.
11655
11656 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11657
11658         * assistant.el (assistant-node-name): Add convenience function.
11659         (assistant-render-text, assistant-render-node): Add error handling,
11660         plus handle multiple next nodes.
11661         (assistant-find-next-node): Comment out for now.
11662         (assistant-find-next-nodes): Add function, returns list of next
11663         nodes.
11664
11665 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mail-source.el (mail-source-directory): Fix doc-string.
11668
11669 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * assistant.el (assistant-render-text, assistant-eval): Add :set
11672         widget type, which is different because it takes and returns a
11673         list.  Much hilarity ensues.
11674
11675 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11678
11679         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11680         doc-string.
11681
11682         * gnus-start.el (gnus-activate-group): Added doc-string.
11683
11684 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11687
11688 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11689
11690         * assistant.el (assistant-render-text): Try to add a :set
11691         widget, more to come.
11692
11693         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11694         strings.
11695         (spam-report-articles-resend)
11696         (spam-register-routine): Do registration iff any articles warrant
11697         it.
11698         (spam-summary-prepare-exit): Change log message for nil group
11699         destinations.
11700
11701 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11702
11703         * spam.el (spam-report-resend-register-routine): Allow
11704         spam-report-resend-to to be a group parameter or a global value.
11705
11706 2004-05-26  Simon Josefsson  <jas@extundo.com>
11707
11708         * starttls.el: Merge with my GNUTLS based starttls.el.
11709         (starttls-gnutls-program, starttls-use-gnutls)
11710         (starttls-extra-arguments, starttls-process-connection-type)
11711         (starttls-connect, starttls-failure, starttls-success): New
11712         variables.
11713         (starttls-program, starttls-extra-args): Doc fix.
11714         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11715         functions.
11716         (starttls-negotiate, starttls-open-stream): Check
11717         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11718         function if it is set.
11719
11720 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11723         structured fields.
11724
11725 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11728
11729 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11730
11731         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11732         variable.
11733         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11734         assigning the spam-mark to new messages.
11735
11736 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11737
11738         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11739
11740 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11743
11744         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11745         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11746         default.
11747
11748 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11749
11750         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11751         correct data.
11752
11753 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11754
11755         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11756         (spam-group-processor-p): Fix function.
11757         (spam-group-processor-multiple-p)
11758         (spam-group-spam-processor-report-gmane-p)
11759         (spam-group-spam-processor-report-resend-p)
11760         (spam-group-spam-processor-bogofilter-p)
11761         (spam-group-spam-processor-blacklist-p)
11762         (spam-group-spam-processor-ifile-p)
11763         (spam-group-ham-processor-ifile-p)
11764         (spam-group-spam-processor-spamoracle-p)
11765         (spam-group-spam-processor-crm114-p)
11766         (spam-group-ham-processor-bogofilter-p)
11767         (spam-group-spam-processor-stat-p)
11768         (spam-group-ham-processor-stat-p)
11769         (spam-group-ham-processor-whitelist-p)
11770         (spam-group-ham-processor-BBDB-p)
11771         (spam-group-ham-processor-spamoracle-p)
11772         (spam-group-ham-processor-copy-p): Remove functions with some
11773         prejudice against unneeded code.
11774         (spam-report-articles-resend)
11775         (spam-report-resend-register-routine): Allow the group/topic
11776         spam-resend-to value to override spam-report-resend-to.
11777         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11778         properly now.
11779
11780         * gnus.el (spam-resend-to): Add group/topic parameter.
11781         (spam-process): Move the OBSOLETE processors to the end of the
11782         choices.
11783
11784 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11785
11786         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11787         with resend-to set to nil, and then ask the user if necessary.
11788         (spam-report-resend): spam-report-resend takes a list of articles, not
11789         separate article numbers.
11790
11791 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11794         addition to emacs-w3m.
11795
11796 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * assistant.el (assistant-authinfo-data): New function.
11799         (assistant-eval): Eval for entire assistant.
11800
11801         * netrc.el (netrc-services-file): New variable.
11802         (netrc-parse-services): New function.
11803         (netrc-find-service-name): New function.
11804         (netrc-find-service-number): New function.
11805         (netrc-port-equal): New function.
11806         (netrc-machine): Use it.
11807
11808         * nnimap.el (nnimap-open-connection): Use netrc.
11809
11810         * gnus-util.el (gnus-netrc-get): Remove aliases.
11811
11812         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11813
11814         * assistant.el (wid-edit): Fix compilation.
11815
11816         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11817
11818 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11819
11820         * gnus-util.el (gnus-set-file-modes): New function.  (small
11821         patch).
11822
11823 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11826
11827         * assistant.el (assistant-render-node): Fix up rendering and
11828         read-only text.
11829         (assistant-render-node): Reset.
11830         (assistant-make-read-only): Not sticky.
11831
11832 2004-05-20  Danny Siu  <dsiu@adobe.com>
11833
11834         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11835         centered even when gnus-auto-center-summary is t
11836
11837 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * dns.el (dns-get-txt-answer): New function.
11840         (dns-read-txt): Ditto.
11841         (query-dns): Use it.
11842
11843 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11846         active for foreign groups even if the group level is higher than
11847         the specified value.
11848
11849 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850
11851         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11852         non-active groups.
11853
11854         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11855
11856 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11857
11858         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11859
11860 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11861
11862         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11863         (spam-crm114-header, spam-crm114-spam-switch)
11864         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11865         (spam-crm114-positive-spam-header)
11866         (spam-crm114-database-directory, spam-list-of-processors)
11867         (spam-group-spam-processor-crm114-p)
11868         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11869         (spam-generic-score, spam-list-of-checks)
11870         (spam-list-of-statistical-checks, spam-registration-functions)
11871         (spam-check-crm114-headers, spam-crm114-score)
11872         (spam-check-crm114, spam-crm114-register-with-crm114)
11873         (spam-crm114-register-spam-routine)
11874         (spam-crm114-unregister-spam-routine)
11875         (spam-crm114-register-ham-routine)
11876         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11877         asjo@koldfront.dk (Adam Sjøgren).
11878
11879         * gnus.el: Add spam-use-crm114.
11880
11881         * spam.el (spam-list-of-processors, spam-registration-functions):
11882         Add spam-use-resend.
11883         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11884         (spam-report-articles-gmane): Add doc fix.
11885         (spam-report-articles-resend, spam-report-resend-register-routine):
11886         Add wrappers around spam-report-resend-to.
11887
11888         * spam-report.el (spam-report-resend-to, spam-report-resend):
11889         Add support for resending spam.
11890         (spam-report-gmane): Fix line length >80.
11891
11892         * gnus.el (spam-process): Add spam-use-resend.
11893
11894 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11895
11896         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11897         number of processed spam messages.
11898         (spam-ham-copy-or-move-routine): Return the number of processed
11899         ham messages.
11900         (spam-summary-prepare-exit): Use the above values to decide
11901         whether status messages shouled be displayed.
11902
11903 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11906         `rfc2047-encoding-function-alist' in order to avoid conflicting
11907         with the old version.
11908         (rfc2047-encode-region): Concatenate words containing non-ASCII
11909         characters in structured fields; don't encode space-delimited
11910         ASCII words even in unstructured fields; don't break words at
11911         char-category boundaries.
11912         (rfc2047-encode-1): New function.
11913         (rfc2047-encode): Use it; encode text so that it occupies the
11914         maximum width within 76-column; work correctly on Q encoding for
11915         iso-2022-* charsets.
11916         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11917         sure not to break a line just after the header name.
11918         (rfc2047-b-encode-region): Removed.
11919         (rfc2047-b-encode-string): New function.
11920         (rfc2047-q-encode-region): Removed.
11921         (rfc2047-q-encode-string): New function.
11922
11923         * mm-util.el (mm-replace-in-string): New function.
11924
11925 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11928         get it right.
11929         (gnus-inews-make-draft): Really.
11930
11931 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11932
11933         * nnmh.el (nnmh-request-list-1): Don't check the link count
11934         before descending.  (small patch)
11935
11936 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11939         stuff.
11940
11941         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11942         on real group name.
11943
11944         * gnus-art.el (gnus-signature-limit): Doc fix.
11945
11946         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11947
11948         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11949
11950 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11951
11952         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11953         isn't a string.
11954
11955 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956
11957         * gnus-draft.el (gnus-draft-send): Bind
11958         rfc2047-encode-encoded-words.
11959
11960         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11961         (rfc2047-encodable-p): Say that =? needs encoding.
11962         (rfc2047-encode-encoded-words): New variable.
11963
11964         * gnus-group.el (gnus-group-select-group): Doc fix.
11965
11966         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11967
11968         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11969         to nil.
11970
11971         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11972
11973         * nnheader.el (nnheader-get-lines-and-char): New function.
11974
11975 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-msg.el (gnus-summary-followup-with-original): Document
11978         yanking of region when active.
11979
11980 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11983         groups if the group level is higher than the specified value.
11984
11985 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11988         (gnus-group-jump-to-group): Added prefix argument using
11989         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11990         non-active group.
11991
11992         * compface.el (uncompface): Be verbose when changing
11993         `uncompface-use-external'.
11994
11995         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11996         handle manual section.
11997
11998 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * gnus-art.el (gnus-button-alist): Revert previous change.
12001
12002 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12005
12006 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12009         whether backend can accept message.
12010
12011         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12012
12013 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12014
12015         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12016         Avoid creating directory when nntp-marks-is-evil is true.
12017         Reported by Reiner Steib.
12018
12019 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * gnus-picon.el (gnus-picon-style): New variable.
12022         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12023         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12024         Jesper Harder <harder@ifa.au.dk>.
12025
12026 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * message.el (message-fill-field): Return point.
12029         (message-generate-headers): Go to end of field.
12030
12031         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12032         stuff for non-living groups.
12033
12034 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12035
12036         * gnus-art.el (gnus-article-followup-with-original)
12037         (gnus-article-reply-with-original): gnus-mark-active-p ->
12038         gnus-region-active-p.
12039
12040 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12041
12042         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12043         only when there is spam or ham to be processed.
12044
12045 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * mail-source.el (mail-source-delete-crash-box): Refactor.
12048         (mail-source-fetch): Use it.
12049         (mail-source-fetch-file): Ditto.
12050         (mail-source-fetch-directory): Run postscript in loop.
12051         (mail-source-fetch-pop): Delete.
12052         (mail-source-fetch-maildir): Ditto.
12053         (mail-source-fetch-imap): Ditto.
12054
12055         * imap.el (imap-authenticators): Comment out sasl.
12056
12057         * message.el (message-skip-to-next-address): New function.
12058         (message-fill-header-address): Refactor.
12059         (message-fill-address): Use it.
12060         (message-delete-address): Use it.
12061         (message-fill-header-general): Refactor.
12062         (message-fill-field-address): Rename.
12063         (message-narrow-to-field): Find the start of the header.
12064         (message-header-format-alist): Don't pre-fill.
12065         (message-fill-header): Removed.
12066         (message-insert-header): New function.
12067         (message-shorten-references): Use it.
12068
12069         * rfc2047.el (rfc2047-field-value): Strip props.
12070
12071         * mail-parse.el (mail-header-make-address): New alias.
12072
12073         * ietf-drums.el (ietf-drums-make-address): New function.
12074
12075         * imap.el: Add compiler directives.
12076
12077         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12078
12079         * gnus-art.el (article-decode-idna-rhs): Don't use
12080         message-idna-inside-rhs-p.
12081
12082 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083
12084         * message.el (message-idna-inside-rhs-p): Removed.
12085         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12086
12087         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12088         false positives.
12089
12090 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12091
12092         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12093
12094 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12095
12096         * nneething.el (nneething-file-name): Don't create spurious
12097         files.
12098
12099         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12100         (gnus-inews-do-gcc): Remove sleep.
12101
12102         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12103         part under point.
12104
12105         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12106         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12107
12108 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-summary-prepare-exit): Fixed (length).
12111
12112 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12115         as expired without moving it" message when there are spam
12116         messages left.
12117
12118 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12119
12120         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12121         header is not nil.
12122
12123 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12124
12125         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12126         nntp-possibly-create-directory, not nntp-possibly-change-group.
12127         (nntp-marks-changed-p): New arg SERVER.
12128         (nntp-request-update-info): Adjust caller.
12129
12130 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12131
12132         * nntp.el (nntp-save-marks): Pass missing arg.
12133
12134 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12135
12136         * nntp.el: Support marks.
12137         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12138         (nntp-marks-modtime, nntp-marks-directory): New variables.
12139         (nntp-request-set-mark, nntp-request-update-info)
12140         (nntp-possibly-create-directory, nntp-marks-changed-p)
12141         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12142         functions.
12143
12144 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12145
12146         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12147         (gnus-xmas-redefine): Rename.
12148
12149         * gnus-score.el (gnus-score-insert-help): Use
12150         gnus-select-lowest-window.
12151
12152         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12153         appt-select-lowest-window and rename to gnus-select-lowest-window.
12154
12155         * gnus.el: do.
12156
12157 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12158
12159         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12160         encodings of MIME-encoded words, in order to improve
12161         interoperability with several broken MUAs.
12162
12163 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12164
12165         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12166         tags, only when charsets are not specified in headers.
12167         (mm-inline-text-html-render-with-w3m): Ditto.
12168
12169         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12170         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12171
12172 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12173
12174         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12175         instead of MIME-decoded from fields when checking
12176         `gnus-article-address-banner-alist'.
12177
12178 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12179
12180         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12181         description rather than subject.
12182
12183 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12184
12185         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12186
12187 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188
12189         * gnus.el (gnus-version-number): Bump.
12190
12191 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12192
12193         * gnus.el: No Gnus v0.2 is released.
12194
12195 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12196
12197         * gnus-agent.el (gnus-agent-read-agentview): Inline
12198         gnus-uncompress-range.
12199
12200 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12201
12202         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12203         `exec-installed-p'.
12204
12205 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12206
12207         * gnus.el (spam-process, spam-autodetect-methods): Add
12208         bsfilter and bsfilter-headers.
12209
12210         * spam.el (spam-bsfilter): New customize group.
12211         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12212         (spam-bsfilter-header, spam-bsfilter-probability-header)
12213         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12214         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12215         (spam-bsfilter-database-directory): New options.
12216         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12217         (spam-list-of-statistical-checks, spam-registration-functions):
12218         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12219         (spam-bsfilter-score): New command.
12220         (spam-check-bsfilter-headers, spam-check-bsfilter)
12221         (spam-bsfilter-register-with-bsfilter)
12222         (spam-bsfilter-register-spam-routine)
12223         (spam-bsfilter-unregister-spam-routine)
12224         (spam-bsfilter-register-ham-routine)
12225         (spam-bsfilter-unregister-ham-routine): New functions.
12226         (spam-generic-score): Support bsfilter; Accept an optional argument
12227         to recalcurate spam score even if scoring header has already been
12228         added.
12229         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12230         optional argument to recalcurate spam score even if scoring header
12231         has already been added.
12232
12233 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12234
12235         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12236         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12237         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12238         link is missing.
12239
12240 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12241
12242         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12243         (html2text-get-attr): Rewrite.
12244
12245         * message.el (message-setup-1): Remove redundant put-text-property
12246         on mail-header-separator.
12247
12248 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12249
12250         * gnus-registry.el (gnus-registry-cache-whitespace)
12251         (gnus-registry-action, gnus-registry-spool-action)
12252         (gnus-registry-split-fancy-with-parent): Change message levels
12253         from 5 to 3 or 7, as needed.
12254
12255         * spam.el (spam-summary-prepare-exit)
12256         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12257         (spam-split, spam-find-spam, spam-log-undo-registration)
12258         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12259         level from 5 to 6.
12260
12261 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12264         2004-03-04 change).
12265
12266 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12267
12268         * sieve-manage.el (sieve-manage-open):
12269         * nnweb.el (nnweb-insert-html):
12270         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12271         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12272         * nnspool.el (nnspool-request-group):
12273         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12274         * nnml.el (nnml-request-update-info):
12275         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12276         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12277         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12278         (nnimap-request-set-mark):
12279         * nnfolder.el (nnfolder-request-update-info):
12280         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12281         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12282         * gnus-uu.el (gnus-uu-find-articles-matching):
12283         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12284         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12285         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12286         * gnus-nocem.el (gnus-nocem-scan-groups):
12287         * gnus-int.el (gnus-start-news-server):
12288         * gnus-group.el (gnus-group-make-kiboze-group)
12289         (gnus-group-browse-foreign-server):
12290         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12291         Use mapc when appropriate.
12292
12293 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12294
12295         FIXME: Make separate entries for each person.
12296
12297         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12298         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12299         <shields@msrl.com>:
12300
12301         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12302         may need for spam sorting and scoring.
12303         (spam-user-format-function-S): Add user format function suitable for
12304         general use.
12305         (spam-article-sort-by-spam-status): Add sorting function for summary
12306         sorting.
12307         (spam-extra-header-to-number): Add function to get a score from a
12308         header.
12309         (spam-summary-score): Add function to  get a numeric score from the
12310         headers.
12311         (spam-generic-score): Fix function doc, was in wrong place.
12312         (spam-initialize): Take symbols when it's run, and install the
12313         extra headers that spam-necessary-extra-headers thinks we need.
12314
12315 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12318         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12319
12320 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12321
12322         * gnus-sum.el (gnus-set-global-variables)
12323         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12324         (gnus-article-get-xrefs, gnus-summary-best-group)
12325         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12326         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12327         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12328         Use with-current-buffer.
12329
12330 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * spam.el (spam-summary-prepare-exit): Simplify logic.
12333         (spam-fetch-article-header): Read the article header if it's not
12334         available.
12335         (spam-list-articles): Simplify logic.
12336         (spam-filelist-register-routine): Fix bug with unregister-list.
12337
12338         * gnus-registry.el: Fix comments at beginning.
12339
12340 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12341
12342         * message.el (message-cater-to-broken-inn): Remove.
12343         (message-shorten-references): Make sure the total folded length of
12344         References is shorter than 998 characters to cater to a bug in INN
12345         2.3.  Also, don't pretend that references aren't folded -- this
12346         hasn't worked for a while.
12347
12348 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12349
12350         * gnus-agent.el (gnus-agentize):
12351         gnus-agent-send-mail-real-function no longer set to current value
12352         of message-send-mail-function but rather a lambda that calls
12353         message-send-mail-function.  The change makes the agent real-time
12354         responsive to user changes to message-send-mail-function.
12355
12356 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12357
12358         * legacy-gnus-agent.el
12359         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12360         help from Florian Weimer <fw@deneb.enyo.de>
12361
12362 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * nnmail.el (nnmail-cache-insert): Revert last change.
12365
12366 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * nnmail.el (nnmail-cache-insert): Always check whether
12369         nnmail-cache-ignore-groups matches a group name.
12370
12371 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12372
12373         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12374         (spam-find-spam, spam-log-processing-to-registry)
12375         (spam-log-registered-p, spam-log-unregistration-needed-p)
12376         (spam-log-undo-registration): Use gnus-message instead of
12377         gnus-error, none of these errors are fatal.
12378
12379         * gnus-registry.el (gnus-registry-clean-empty-function)
12380         (gnus-registry-clean-empty): Remove only empty entries without
12381         extra data.
12382
12383 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * spam-stat.el (spam-stat-buffer-change-to-spam)
12386         (spam-stat-buffer-change-to-non-spam): Change (error) to
12387         (gnus-message 8) invocation.
12388
12389 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * nntp.el (nntp-via-netcat-command): New variable.
12392         (nntp-via-netcat-switches): New variable.
12393         (nntp-open-via-rlogin-and-netcat): New function.
12394         (nntp-open-connection-function): Doc fix.
12395         (nntp-telnet-command): Doc fix.
12396         (nntp-end-of-line): Doc fix.
12397         (nntp-via-rlogin-command): Doc fix.
12398         (nntp-via-user-name): Doc fix.
12399         (nntp-via-address): Doc fix.
12400
12401 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12404         error in Emacs 21.1.
12405
12406 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12409
12410 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12411
12412         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12413         (gnus-agent-with-refreshed-group): New macro.
12414         (gnus-agent-rename-group): New function.
12415         (gnus-agent-delete-group): New function.
12416         (gnus-agent-save-group-info): Use gnus-command-method when
12417         `method' parameter is nil.  Don't write nil entries into the
12418         active file.
12419         (gnus-agent-get-group-info): New function.
12420         (gnus-agent-fetch-articles): Use
12421         gnus-agent-update-files-total-fetched-for to increment disk space
12422         used.
12423         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12424         gnus-agent-update-view-total-fetched-for to increment disk space
12425         used.
12426         (gnus-agent-get-local): Added optional parameters to avoid calling
12427         gnus-group-real-name and gnus-find-method-for-group.
12428         (gnus-agent-set-local): Delete stored entry if either min, or max,
12429         are nil.
12430         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12431         quit, use gnus-agent-regenerate-group to record existance of any
12432         articles fetched to disk before the quit occurred.
12433         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12434         gnus-agent-update-view-total-fetched-for, and
12435         gnus-agent-update-files-total-fetched-for to decrement disk space
12436         used.
12437         (gnus-agent-retrieve-headers): Use
12438         gnus-agent-update-view-total-fetched-for to increment disk space
12439         used.
12440         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12441         with gnus-agent-update-files-total-fetched-for to decrement disk
12442         space and fresh group buffer.
12443         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12444         (gnus-agent-need-update-total-fetched-for): New variable.
12445         (gnus-agent-update-files-total-fetched-for): New function.
12446         (gnus-agent-update-view-total-fetched-for): New function.
12447         (gnus-agent-total-fetched-for): New function.
12448
12449         * gnus-cache.el (gnus-cache-save-buffers): Use
12450         gnus-cache-update-overview-total-fetched-for to change disk space
12451         used by this group.
12452         (gnus-cache-possibly-enter-article): Use
12453         gnus-cache-update-file-total-fetched-for to increment disk space
12454         used by this group.
12455         (gnus-cache-possibly-remove-article): Use
12456         gnus-cache-update-file-total-fetched-for to decrement disk space
12457         used by this group.
12458         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12459         (gnus-cache-rename-group): New function.
12460         (gnus-cache-delete-group): New function.
12461         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12462         (gnus-cache-need-update-total-fetched-for): New variable.
12463         (gnus-cache-with-refreshed-group): New macro.
12464         (gnus-cache-update-file-total-fetched-for): New function.
12465         (gnus-cache-update-overview-total-fetched-for): New function.
12466         (gnus-cache-rename-group-total-fetched-for): New function.
12467         (gnus-cache-delete-group-total-fetched-for): New function.
12468         (gnus-cache-total-fetched-for): New function.
12469
12470         * gnus-group.el: Require gnus-sum and autoload functions to
12471         resolve warnings when gnus-group.el compiled alone.
12472         (gnus-group-line-format): Documented new %F
12473         (size of Fetched data) group line format; identifies disk space
12474         used by agent and cache.
12475         (gnus-group-line-format-alist): Defined new F format.
12476         (gnus-total-fetched-for): New function.
12477         (gnus-group-delete-group): No longer update
12478         gnus-cache-active-altered as gnus-request-delete-group now keeps
12479         the cache in sync.
12480         (gnus-group-list-active): Let the agent store a server's active
12481         list if currently plugged.
12482
12483         * gnus-int.el (gnus-request-delete-group):
12484         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12485         local disk in sync with the server.
12486         (gnus-request-rename-group):
12487         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12488         local disk in sync with the server.
12489
12490         * gnus-start.el (gnus-get-unread-articles):
12491         Cosmetic simplification to logic.
12492
12493         * gnus-util.el (gnus-rename-file): New function.
12494
12495 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12496
12497         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12498
12499 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12500
12501         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12502         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12503
12504 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12505
12506         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12507         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12508
12509 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12510
12511         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12512
12513 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * spam.el (spam-set-difference): Add function to replace
12516         gnus-set-difference in spam.el.
12517         (spam-summary-prepare-exit): Use spam-set-difference.
12518
12519 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12520
12521         * gnus-registry.el (gnus-registry-cache-file): Update to use
12522         gnus-dribble-directory OR gnus-home-directory OR ~.
12523         (gnus-registry-split-fancy-with-parent): Fix doc.
12524
12525 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * message.el (message-exchange-point-and-mark): Use
12528         message-mark-active-p.  Suggested by Jesper Harder
12529         <harder@ifa.au.dk>.
12530
12531 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * message.el (message-exchange-point-and-mark): Don't activate
12534         region if it was inactive.  Suggested by Hiroshi Fujishima
12535         <pooh@nature.tsukuba.ac.jp>.
12536
12537 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-art.el (article-display-face): Display Faces in the same
12540         order as X-Faces.
12541
12542 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12545
12546 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12549         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12550         (gnus-article-mime-hierarchy): Remove.
12551         (gnus-article-mime-hierarchy-next): Remove.
12552         (gnus-article-mode): Revert 2004-03-19 change.
12553         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12554         (gnus-insert-mime-button): Revert 2004-03-19 change.
12555         (gnus-mime-accumulate-hierarchy): Remove.
12556         (gnus-mime-enter-multipart): Remove.
12557         (gnus-mime-leave-multipart): Remove.
12558         (gnus-mime-display-part): Revert 2004-03-19 change.
12559         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12560
12561         * mml.el (mml-preview): Revert 2004-03-19 change.
12562
12563 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12564
12565         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12566
12567 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12570         t while entering a file name using the mm-with-multibyte macro.
12571         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12572
12573         * mm-util.el (mm-with-multibyte): New macro.
12574
12575 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12578         user option.
12579         (gnus-mime-multipart-functions): Doc and customization fix.
12580         (gnus-article-mime-hierarchy): New variable.
12581         (gnus-article-mime-hierarchy-next): New variable.
12582         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12583         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12584         gnus-article-mime-hierarchy-next to nil.
12585         (gnus-insert-mime-button): Show hierarchy numbers.
12586         (gnus-mime-accumulate-hierarchy): New function.
12587         (gnus-mime-enter-multipart): New function.
12588         (gnus-mime-leave-multipart): New function.
12589         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12590         (gnus-mime-display-alternative): Show hierarchy numbers.
12591
12592         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12593         gnus-article-mime-hierarchy-next to nil.
12594
12595 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12596
12597         * dns.el: Don't require gnus-xmas.
12598
12599 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12602         inline PGP.
12603         (mml-menu): Disable mml-quote-region if mark is inactive.
12604
12605 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12608         when the group's active is not available.
12609
12610 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12613         error.
12614
12615 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * imap.el (imap-store-password): New variable.
12618         (imap-interactive-login): Use it.
12619         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12620
12621 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12624         window-start and hscroll to summary window.
12625
12626 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12627
12628         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12629         conversion message to newsrc-dribble when an actual conversion is
12630         performed.
12631
12632 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12633
12634         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12635
12636 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * mm-decode.el (mm-complicated-handles): New function reviving
12639         former definition of mm-multiple-handles.
12640
12641         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12642         (gnus-mime-delete-part): Use it.
12643
12644 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12645
12646         * gnus-agent.el (gnus-agent-read-local): Bind
12647         nnheader-file-coding-system to gnus-agent-file-coding-system to
12648         avoid the implicit assumption that they will always be equal.
12649         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12650         coding-system-for-write, as the with-temp-file macro first prints
12651         to a buffer then saves the buffer.
12652
12653 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-art.el (gnus-article-edit-part): New function.
12656         (gnus-mime-save-part-and-strip): Use it; do query instead of
12657         signaling an error; don't use mm-multiple-handles.
12658         (gnus-mime-delete-part): Ditto.
12659
12660 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12661
12662         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12663         old file versions.
12664         (gnus-group-prepare-hook): Removed function that converted list
12665         form of gnus-agent-expire-days to group properties.
12666
12667         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12668         (gnus-request-accept-article): Re-indented.
12669
12670         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12671         converters to handle old agent file formats.  Added logic for a
12672         "backup before upgrading warning".
12673         (gnus-convert-mark-converter-prompt): Developers can mark
12674         functions as needing (default), or not needing,
12675         gnus-convert-old-newsrc's "backup before upgrading warning".
12676         (gnus-convert-converter-needs-prompt): Tests whether the user
12677         should be protected from potentially irreversable changes by the
12678         function.
12679
12680         * legacy-gnus-agent.el: New.  Provides converters that are only
12681         loaded when gnus-convert-old-newsrc needs to call them.
12682
12683 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * mail-source.el (mail-source-touch-pop): Doc fix.
12686
12687         * message.el (message-smtpmail-send-it): Doc fix.
12688
12689 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12690
12691         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12692
12693         * nnmail.el (nnmail-split-fancy): do.
12694
12695         * gnus-kill.el (gnus-kill, gnus-execute): do.
12696
12697 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12698
12699         * gnus-sum.el (gnus-widget-reversible-match)
12700         (gnus-widget-reversible-to-internal)
12701         (gnus-widget-reversible-to-external): New functions.
12702         (gnus-widget-reversible): New widget.
12703         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12704
12705 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12706
12707         * gnus-sum.el (gnus-thread-sort-functions)
12708         (gnus-article-sort-functions): Document `(not F)' items.
12709
12710 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12711
12712         * spam.el (spam-use-gmane-xref): Add new backend.
12713         (spam-gmane-xref-spam-group): Add variable to control the name of the
12714         Gmane spam group.
12715         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12716         (spam-regex-headers-spam, spam-regex-headers-ham)
12717         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12718         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12719         backends and checks.
12720         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12721
12722         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12723         an autodetect method.
12724
12725 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12726
12727         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12728         articles are being added to a group.
12729         (gnus-request-replace-article): Inform the agent that articles
12730         need to be uncached as the cached contents are no longer valid.
12731
12732 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * binhex.el: Don't autoload executable-find.
12735
12736         * canlock.el: Don't autoload mail-fetch-field.
12737
12738         * dgnushack.el: Autoload c-mode for XEmacs.
12739
12740         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12741
12742         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12743         rmail-dont-reply-to and rmail-output.
12744
12745         * gnus-score.el: Don't autoload ffap-string-at-point.
12746
12747         * gnus-setup.el: Don't autoload sc-cite-original.
12748
12749         * imap.el: Don't autoload base64-decode-string,
12750         base64-encode-string and md5.
12751
12752         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12753         and rmail-msg-restore-non-pruned-header.
12754
12755         * mm-decode.el: Don't autoload executable-find.
12756
12757         * mm-url.el: Don't autoload executable-find.
12758
12759         * mm-view.el: Don't autoload diff-mode.
12760
12761         * nndb.el: Don't autoload news-reply-mode, news-setup,
12762         cancel-timer and telnet.
12763
12764         * password.el: Don't autoload run-at-time for Emacs.
12765
12766         * sha1-el.el: Don't autoload executable-find.
12767
12768         * sieve-mode.el: Don't autoload c-mode.
12769
12770         * uudecode.el: Don't autoload executable-find.
12771
12772 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12773
12774         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12775         (gnus-agent-possibly-alter-active): Avoid null in numeric
12776         comparison.
12777         (gnus-agent-set-local): Refuse to save null in local object table.
12778         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12779         list of articles that will be marked as unread.
12780
12781 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12784
12785 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12786
12787         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12788         language tags.
12789
12790 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12791
12792         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12793         Don't bind "obarray".
12794
12795         * gnus-sum.el (gnus-thread-sort-functions): Added
12796         `gnus-thread-sort-by-most-recent-number' and
12797         `gnus-thread-sort-by-most-recent-date'.
12798         Reported by Kai Grossjohann <kai@emptydomain.de>.
12799
12800 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12803
12804 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12805
12806         * gnus-cus.el (gnus-agent-customize-category): Removed
12807         ignore-errors macro reference that required cl to be loaded at
12808         run-time.
12809
12810         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12811         single-interval range of the form (min . max).  Previously the
12812         range had to look like ((min . max)).  Likewise, return
12813         (min . max) rather than ((min . max)).
12814         (gnus-range-map): Use gnus-range-normalize to accept
12815         single-interval range.
12816
12817         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12818         the cache, but not the agent, now appear with their usual face.
12819
12820         * dgnushack.el (loaddir): New variable that is bound to the
12821         directory containing the dgnushack.el file. Use loaddir, rather
12822         than srcdir, to update load-path. Change lets dgnushack compile
12823         code in directories other than GNUS/lisp.
12824
12825 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * lpath.el: Don't bind w3m-safe-url-regexp.
12828
12829         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12830         w3m-safe-url-regexp variable buffer-local.
12831
12832         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12833
12834 2004-02-27  Simon Josefsson  <jas@extundo.com>
12835
12836         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12837         gnus-group-real-prefix.
12838         (gnus-summary-move-article): Use it, instead of
12839         gnus-group-real-prefix.
12840
12841 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * lpath.el: Bind w3m-safe-url-regexp.
12844
12845         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12846         w3m-safe-url-regexp variable buffer-local and set it as the value
12847         of mm-w3m-safe-url-regexp.
12848
12849         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12850
12851         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12852         parsing gnus-posting-styles when the message is not for replying.
12853
12854         * dgnushack.el: Autoload sgml-mode for XEmacs.
12855
12856         * nnrss.el (nnrss-opml-export): Use
12857         mm-set-buffer-file-coding-system instead of
12858         set-buffer-file-coding-system.
12859
12860 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12861
12862         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12863         of checkdoc.el).
12864         * nnrss.el: do.
12865         * gnus-mlspl.el: do.
12866         * gnus-ml.el: do.
12867         * gnus-srvr.el: do.
12868
12869         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12870
12871 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12872
12873         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12874         Corrections to custom-manual links.
12875
12876         * gnus-art.el (gnus-article): Ditto.
12877
12878         * mm-decode.el (mime-display, mime-security): Ditto.
12879
12880 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12881
12882         * flow-fill.el: Typo.
12883
12884 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12885
12886         * spam-wash.el: New file.
12887
12888 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12889
12890         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12891
12892 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12893
12894         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12895         to be run with new-articles as LIST1, not LIST2.
12896         (spam-registration-functions): Add spam-use-ham-copy as a nil
12897         registration backend.
12898
12899 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12900
12901         * spam-stat.el (spam-stat-washing-hook): New option.
12902         (spam-stat-buffer-words): Use it.
12903         (spam-stat-process-directory, spam-stat-test-directory): Use
12904         insert-file-contents-literally.
12905         (spam-stat-coding-system): New variable.
12906         (spam-stat-load, spam-stat-save): Use it.
12907
12908 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * spam-report.el (spam-report-plug-agent): Quote
12911         spam-report-url-to-file and spam-report-url-ping-plain.
12912
12913 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12916         / in mailto URLs.
12917
12918 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * spam-report.el (spam-report-process-queue): Fix interactive use.
12921         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12922         (spam-report-unplug-agent): Doc fixes.
12923         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12924         (spam-report-agentize, spam-report-deagentize): Autoload
12925
12926 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12929
12930         * message.el (message-setup-fill-variables): Add mml tags to
12931         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12932         <ajk@iu.edu>.
12933         (message-mode): Don't modify paragraph-separate there.
12934
12935 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * compface.el (uncompface-use-external): Default to undecided.
12938         (uncompface-use-external-threshold): New variable.
12939         (uncompface-float-time): New macro.
12940         (uncompface): Determine whether to use the external decoder if
12941         uncompface-use-external is undecided.
12942
12943 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12946         after images.
12947
12948         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12949
12950 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12951
12952         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12953
12954         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12955
12956         * gnus-sum.el (gnus-summary-limit-to-age)
12957         (gnus-summary-limit-children): do.
12958
12959         * gnus-int.el (gnus-request-scan): do.
12960
12961         * gnus-group.el (gnus-group-suspend): do.
12962
12963         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12964
12965         * gnus-cite.el (gnus-cite-parse-attributions): do.
12966
12967         * gnus-agent.el (gnus-summary-set-agent-mark)
12968         (gnus-agent-regenerate-group): do.
12969
12970         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12971
12972         * binhex.el (binhex-decode-region-internal): do.
12973
12974 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-fun.el (gnus-face-properties-alist): New user option.
12977         (gnus-display-x-face-in-from): Use it.
12978
12979         * gnus-art.el (article-display-face): Ditto.
12980
12981         * compface.el (uncompface-use-external): Default to nil.
12982
12983 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12984
12985         * nntp.el (nntp-erase-buffer): New function.
12986         (nntp-retrieve-data, nntp-send-command)
12987         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12988         (nntp-possibly-change-group): Use it.
12989
12990         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12991         with-current-buffer.
12992
12993 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12994
12995         * compface.el: Merge the ELisp-based uncompface program.
12996         (compface): New customization group.
12997         (uncompface-use-external): New user option.
12998         (uncompface): Call uncompface-internal if uncompface-use-external
12999         is nil.
13000         (uncompface-internal): New function.  Note that there are also
13001         some other functions and variables added for this function.
13002
13003 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13004
13005         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13006         if necessary.
13007
13008 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13009
13010         * spam-report.el (spam-report-unplug-agent)
13011         (spam-report-plug-agent, spam-report-deagentize)
13012         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13013         Add support for the Agent in spam-report: when unplugged, report to a
13014         file; when plugged, submit all the requests.
13015
13016         * spam.el (spam-register-routine): Fix message about
13017         registration.
13018
13019 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13020
13021         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13022         dependencies.
13023         (rfc2047-encode): Use it.
13024
13025         * gnus-art.el (gnus-button-marker-list): Move before first
13026         reference.
13027
13028         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13029         (imap-parse-body): Fix format string mismatch.
13030
13031         * gnus-score.el (gnus-summary-increase-score): do.
13032
13033         * nnrss.el (nnrss-close): New function.
13034
13035 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13036
13037         * nnrss.el (nnrss-make-filename): New function.
13038         (nnrss-request-delete-group, nnrss-read-server-data)
13039         (nnrss-save-server-data, nnrss-read-group-data)
13040         (nnrss-save-group-data): Use it.
13041         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13042         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13043         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13044
13045 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13046
13047         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13048
13049 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13050
13051         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13052         files.
13053
13054         * message.el (message-generate-headers-first): Don't quote nil
13055         and t in docstrings.
13056
13057         * imap.el (imap-id): do.
13058
13059         * gnus-agent.el (gnus-agent-consider-all-articles)
13060         (gnus-agent-queue-mail): do.
13061
13062 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * spam-report.el (spam-report-process-queue): New function.
13065         Process requests from `spam-report-requests-file'.
13066         (spam-report-process-queue): Doc fix.
13067
13068 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13069
13070         * spam.el (spam-register-routine)
13071         (spam-log-processing-to-registry, spam-log-registered-p)
13072         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13073         Change "check" to "spam-check" for semi-clarity.
13074
13075 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13076
13077         * pop3.el: Require nnheader.
13078
13079         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13080
13081         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13082
13083         * gnus-picon.el: Require cl.
13084
13085         * gnus-fun.el: Require gnus-ems and gnus-util.
13086
13087         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13088
13089         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13090
13091         * gnus-art.el (gnus-article-edit-mode): Define before first
13092         reference.
13093
13094 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13095
13096         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13097         (gnus-uu-post-encoded): Use point-at-bol.
13098
13099         * gnus-topic.el (gnus-group-active-topic-p): do.
13100
13101         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13102
13103         * gnus-group.el (gnus-group-kill-region): do.
13104
13105         * gnus-art.el (article-date-ut): do.
13106
13107         * message.el (message-fetch-field): Remove redundant
13108         case-fold-search binding.
13109         (message-narrow-to-field): Simplify.
13110
13111 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * spam.el (spam-directory): Derive from `gnus-directory'.
13114
13115         * spam-report.el (spam-report-url-to-file)
13116         (spam-report-requests-file): New function and variable for offline
13117         reporting.
13118         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13119         and user defined function.
13120         (spam-report-url-ping-mm-url): Remove doubled slash.
13121
13122 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13123
13124         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13125
13126 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13127
13128         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13129         format string mismatch.
13130
13131         * sieve.el (sieve-deactivate-all): do.
13132
13133         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13134
13135         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13136
13137         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13138
13139         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13140
13141 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13144         the list of checks.
13145
13146 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13147
13148         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13149         padding.
13150
13151 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13152
13153         * mm-view.el (mm-fill-flowed): New variable.
13154         (mm-inline-text): Use it.
13155
13156 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * spam.el (spam-spamassassin-register-ham-routine)
13159         (spam-spamassassin-register-spam-routine): Fix function names.
13160
13161 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus.el (gnus-tmp-grouplens): Remove.
13164         (gnus-summary-line-format): Remove grouplens.
13165
13166         * gnus-group.el (gnus-group-line-format): Ditto.
13167
13168         * gnus-spec.el (gnus-format-specs): Ditto.
13169         (gnus-update-format-specifications): Flush the group format spec
13170         cache if there's the grouplens stuff.
13171         (gnus-parse-simple-format): Replace %l with the empty string.
13172
13173 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13174
13175         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13176         omission.
13177
13178 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13181         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13182
13183 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13184
13185         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13186         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13187         New macros and functions.
13188         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13189         Handle > NLINK_MAX messages.
13190         * nnmaildir.el (nnmaildir-request-set-mark): Use
13191         nnmaildir--emlink-p and nnmaildir--eexist-p.
13192
13193 2004-01-25  Alex Schroeder  <alex@gnu.org>
13194
13195         * spam-stat.el (spam-stat-process-directory-age): New option.
13196         (spam-stat-process-directory): Use it.
13197
13198 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13199
13200         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13201         (spam-stat-save): Accept prefix argument.
13202
13203 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13204
13205         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13206         links" error.
13207
13208 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13211         the rest of the and/or forms.
13212
13213 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13214
13215         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13216         compatibility with old .newsrc.eld files.
13217
13218         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13219
13220         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13221
13222         * gnus-start.el (gnus-1): do.
13223
13224         * gnus-group.el (gnus-group-line-format-alist): do.
13225
13226         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13227
13228         * gnus-gl.el: Remove.
13229
13230 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13231
13232         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13233         marks consisting of a single range {for example, (3 . 5)} rather
13234         than a list of a single range { ((3 . 5)) }.
13235
13236 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13237
13238         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13239         with-current-buffer.
13240         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13241         avoid consing a string.
13242
13243         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13244         Remove obsolete entries for big5 and gb2312.
13245
13246 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13247
13248         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13249         uncompressed list.
13250
13251 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13252
13253         * spam-stat.el (spam-stat-strip-xref): New function.
13254         (spam-stat-process-directory): Use it.
13255
13256         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13257         here -- it's done in message-fetch-field.
13258
13259 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13260
13261         * gnus-agent.el (gnus-agent-queue-mail)
13262         (gnus-agent-prompt-send-queue): New variables.
13263         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13264         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13265         "nndraft:queue" along to gnus-draft-send.  Use
13266         gnus-agent-prompt-send-queue.
13267         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13268         is "nndraft:queue".  Suggested by Gaute Strokkenes
13269         <gs234@srcf.ucam.org>
13270
13271         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13272         (agent-enable-undownloaded-faces): Added
13273         (gnus-agent-cat-groups): Use eval-and-compile, not
13274         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13275         method of gnus-agent-cat-groups even when the buffer has been
13276         evaled.
13277         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13278         delete gnus-agent-save-active-1.
13279         (gnus-agent-save-groups): Deleted.  Identical to
13280         gnus-agent-save-active.
13281         (gnus-agent-write-active): No longer adjust agent's copy of active
13282         file as agent's adjustments are now stored in their own
13283         file.  Removed optional parameter.
13284         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13285         servers.  Add use of min/max range limits from server's local
13286         file.
13287         (gnus-agent-save-alist): Removed unused optional argument.
13288         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13289         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13290         (gnus-agent-set-local): A per-server file that keeps min/max range
13291         limits for articles known to the agent.  Provides a fast mechanism
13292         for altering many active ranges.
13293         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13294         active file (local makes it unnecessary).
13295         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13296
13297         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13298         (agent-enable-undownloaded-faces): Added
13299
13300         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13301         disable it when sending to "nndraft:queue".
13302         (gnus-group-send-queue): Add safety check to avoid sending queue
13303         when unplugged.
13304
13305         * gnus-group.el (gnus-group-catchup): Use new
13306         gnus-sequence-of-unread-articles, not
13307         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13308         numbers of articles.  Use gnus-range-map to avoid having to
13309         uncompress the unread list.
13310         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13311         Fixed invalid ange-ftp reference.
13312
13313         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13314         (gnus-sorted-range-intersection): Intersection of two ranges
13315         without requiring that they first be uncompressed.
13316
13317         * gnus-start.el (gnus-activate-group): Unless blocked by the
13318         caller, possibly expand the active range to include both cached
13319         and agentized articles.
13320         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13321         multiple version-dependent converters.
13322         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13323         gnus-agent-save-active.
13324         (gnus-save-newsrc-file): Save dirty agent range limits.
13325
13326         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13327         gnus-agent-possibly-alter-active.
13328         (gnus-adjust-marked-articles): Faster handling of simple lists
13329
13330 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13331
13332         * spam-stat.el (spam-stat-test-directory): New optional argument
13333         displays a list of files detected.  Suggested by Andrew Cohen
13334         <cohen@andy.bu.edu>.
13335         (spam-stat-buffer-words-with-scores): Don't narrow and change
13336         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13337
13338 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13339
13340         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13341         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13342         (spam-spamassassin-arguments)
13343         (spam-spamassassin-spam-flag-header)
13344         (spam-spamassassin-positive-spam-flag-header)
13345         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13346         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13347         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13348         (spam-list-of-processors, spam-list-of-checks)
13349         (spam-list-of-statistical-checks, spam-registration-functions)
13350         (spam-check-spamassassin-headers, spam-check-spamassassin)
13351         (spam-spamassassin-score)
13352         (spam-spamassassin-register-with-sa-learn)
13353         (spam-spamassassin-register-spam-routine)
13354         (spam-spamassassin-register-ham-routine)
13355         (spam-assassin-register-spam-routine)
13356         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13357         (spam-bogofilter-score): Fix to show article before scoring.
13358
13359 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13360
13361         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13362         default scoring function.
13363         (spam-generic-score): Call spam-spamassassin-score if
13364         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13365         spam-bogofilter-score otherwise.
13366
13367         * gnus.el (spam-process, spam-autodetect-methods): Add
13368         spamassassin and spamassassin-headers.
13369
13370 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13371
13372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13373         Suppress unnecessary messages.
13374
13375 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13376
13377         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13378         make-hash-table.
13379
13380 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * canlock.el (base64-encode-string): Don't autoload it.
13383
13384 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * run-at-time.el: Remove useless (require 'itimer),
13387         eval-and-compile and (featurep 'xemacs).
13388
13389 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13390
13391         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13392         GROUP is a virtual group.
13393
13394 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13395
13396         * gnus.el: Autoload `message-y-or-n-p'.
13397
13398 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13399
13400         * pgg-parse.el: Remove unnecessary (require 'custom).
13401
13402         * pgg-def.el: do.
13403
13404         * nnmail.el: do.
13405
13406         * gnus-undo.el: do.
13407
13408         * gnus-picon.el: do.
13409
13410         * gnus-util.el: do.
13411
13412 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13415
13416 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13419         handle, as well as a list.
13420
13421         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13422         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13423         (mm-w3m-cid-retrieve): Simplify.
13424
13425 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13426
13427         * message.el (message-kill-to-signature): Allow prefix arg to
13428         specify number of lines to keep before signature.
13429
13430 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13431
13432         (message-kill-to-signature): Change docstring.
13433
13434 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * canlock.el: Always require sha1-el.
13437         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13438
13439         * message.el: Autoload sha1 only when compiling.
13440
13441         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13442         eudc-expand-inline for XEmacs.
13443
13444 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * message.el (message-canlock-generate): Require sha1-el.
13447
13448 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13449
13450         * message.el (message-expand-name): Silence the byte compiler.
13451
13452         * lpath.el: Add detect-coding-system.
13453
13454         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13455         cus-edit.
13456
13457 2004-01-13  Simon Josefsson  <jas@extundo.com>
13458
13459         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13460         Invoke gnus-score-mode.  Reported by
13461         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13462
13463         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13464         Jim Blandy <jimb@redhat.com> (tiny change).
13465
13466 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13467
13468         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13469
13470 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13471
13472         * spam.el (spam-get-article-as-string): Update to use
13473         gnus-request-article-this-buffer, much simpler.
13474         (spam-get-article-as-buffer): Remove.
13475
13476 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13477
13478         * message.el (message-expand-name): Use EUDC if the user uses that.
13479
13480 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13481
13482         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13483         character for the encoding to avoid consing a string.
13484
13485         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13486         unnecessarily.
13487
13488         * mm-util.el (mm-replace-chars-in-string): Remove.
13489
13490         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13491         of mm-replace-chars-in-string.
13492
13493 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13494
13495         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13496
13497         * mm-util.el (mm-subst-char-in-string): Support inplace.
13498
13499         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13500         a new string in every iteration.  Use shy groups.
13501
13502 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13503
13504         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13505         * gnus-soup.el (gnus-soup-group-brew):
13506         * gnus-msg.el (gnus-put-message):
13507         * gnus-move.el (gnus-group-move-group-to-server):
13508         * gnus-kill.el (gnus-batch-score):
13509         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13510         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13511         (gnus-group-update-group, gnus-group-read-group)
13512         (gnus-group-make-group, gnus-group-make-help-group)
13513         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13514         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13515         (gnus-group-sort-by-unread, gnus-group-catchup)
13516         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13517         (gnus-group-yank-group, gnus-group-set-info)
13518         (gnus-group-list-groups):
13519         * gnus.el (gnus-generate-new-group-name):
13520         * gnus-delay.el (gnus-delay-send-queue):
13521         * nnvirtual.el (nnvirtual-catchup-group):
13522         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13523         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13524         (gnus-group-prepare-topics, gnus-topic-check-topology):
13525         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13526         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13527         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13528         (gnus-group-make-articles-read):
13529         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13530         (gnus-group-change-level, gnus-kill-newsgroup)
13531         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13532         (gnus-get-unread-articles, gnus-make-articles-unread)
13533         (gnus-make-ascending-articles-unread): Use accessor
13534         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13535         to get group information for improved readability.
13536
13537
13538 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13539
13540         * gnus-art.el (article-decode-mime-words, article-babel)
13541         (gnus-article-highlight-signature, gnus-article-add-buttons)
13542         (gnus-signature-toggle): Use gnus-with-article-buffer.
13543
13544         * gnus-art.el (gnus-article-highlight-headers)
13545         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13546
13547         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13548         (gnus-article-set-globals, gnus-request-article-this-buffer)
13549         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13550         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13551         (gnus-mime-display-alternative): Use with-current-buffer.
13552
13553 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13556         also under 80 char limit, and call gnus-error if needed.
13557         (spam-fetch-article-header): Fix - it was a
13558         buffer-local variable (gnus-newsgroup-data).
13559         (spam-find-spam): Use spam-generate-fake-headers, forget about
13560         spam-insert-fake-headers.
13561         (spam-insert-fake-headers): Remove.
13562
13563 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13564
13565         * deuglify.el (gnus-article-outlook-unwrap-lines)
13566         (gnus-outlook-rearrange-article)
13567         (gnus-outlook-repair-attribution-outlook)
13568         (gnus-outlook-repair-attribution-block)
13569         (gnus-outlook-repair-attribution-other): Remove redundant
13570         save-excursion.
13571
13572 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13575         (spam-fetch-field-subject-fast)
13576         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13577         (spam-fetch-article-header): Add functions to deal with Gnus
13578         internals for fast retrieval of article header data.
13579         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13580
13581 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13582
13583         * pop3.el (pop3-md5): Remove.
13584         (pop3-apop): Replace pop3-md5 with md5.
13585
13586         * mm-bodies.el: base64 is always built-in.
13587
13588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13589         with-current-buffer.
13590
13591 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * canlock.el (canlock-insert-header): Remove excessive grouping in
13594         regexp.
13595
13596         * gnus-sum.el (gnus-summary-read-document): Ditto.
13597
13598         * gnus-uu.el (gnus-uu-part-number): Ditto.
13599
13600         * html2text.el (html2text-remove-tags): Ditto.
13601         (html2text-format-tags): Ditto.
13602         (html2text-format-single-elements): Ditto.
13603
13604         * mml.el (mml-parse-1): Ditto.
13605
13606 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13607
13608         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13609
13610         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13611
13612         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13613
13614         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13615
13616 2003-11-15  Simon Josefsson  <jas@extundo.com>
13617
13618         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13619         (pgg-gpg-lookup-key): Use regexp match instead of
13620         split-string (split-string is different between emacs 21.2 and
13621         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13622
13623 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13624
13625         * gnus-art.el (gnus-mime-view-all-parts)
13626         (gnus-article-part-wrapper, gnus-article-view-part): Use
13627         with-current-buffer.
13628
13629 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13630
13631         * spam.el (spam-disable-spam-split-during-ham-respool)
13632         (spam-spamoracle-database, spam-cache-lookups)
13633         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13634         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13635         (spam-group-ham-marks, spam-group-spam-marks)
13636         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13637         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13638         also add spam-use-blackholes to the statistical checks.
13639         (spam-fetch-field-fast): Add interface to fetching fields, may
13640         become a macro.
13641         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13642         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13643         (spam-insert-fake-headers): Fake an article when needed.
13644         (spam-find-spam): Fake article when possible.
13645         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13646         (spam-check-bogofilter-headers): Use message-fetch-field instead
13647         of nnmail-fetch-field.
13648
13649 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13652
13653 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13654
13655         * spam.el (spam-split): Do not require spam-use-CHECK to be
13656         enabled if that check is passed to spam-split explicitly; also
13657         fix so 'spam doesn't get converted to spam-split-group when
13658         spam-split-symbolic-return is t.
13659         (spam-find-spam): Find registrations of the article and use those
13660         instead of re-running spam-split to find the spam/ham
13661         classification of the article.
13662         (spam-log-processing-to-registry, spam-log-registered-p)
13663         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13664         Use gnus-error instead of gnus-message.
13665         (spam-log-registration-type): Add function to determine the
13666         classification of a message based on registry entries; will
13667         return nil if both 'spam and 'ham are found.
13668         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13669         a reasonably fast local cache without the loading errors.
13670         (spam-cache-lookups): Set to t by default.
13671         (spam-find-spam): Don't try to guess spam-cache-lookups.
13672         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13673         spam-caches entry.
13674         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13675         caching of whitelist/blacklist entries.
13676         (spam-check-whitelist, spam-check-blacklist): Invoke
13677         spam-from-listed-p with a type, not a cache variable.
13678         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13679
13680 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13681
13682         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13683
13684         * nnmail.el (nnmail-split-fancy): do.
13685
13686         * mml.el (mml-parse): do.
13687
13688         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13689         (gnus-score-adaptive): do.
13690
13691 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13694         (gnus-mime-button-map): Don't set keymap parent.
13695         (gnus-button-ctan-directory-regexp): Use shy grouping.
13696         (gnus-prev-page-map): Don't set keymap parent.
13697         (gnus-prev-page-map): Remove duplicated one.
13698         (gnus-next-page-map): Don't set keymap parent.
13699         (gnus-mime-security-button-map): Ditto.
13700
13701         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13702         version number.
13703
13704         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13705
13706 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * canlock.el (canlock-sha1-function): Remove.
13709         (canlock-sha1-function-for-verify): Remove.
13710         (canlock-openssl-program): Remove.
13711         (canlock-openssl-args): Remove.
13712         (canlock-ignore-errors): Remove.
13713         (canlock-sha1-with-openssl): Remove.
13714         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13715         (canlock-verify): Don't use canlock-ignore-errors.
13716
13717         * sha1-el.el (sha1-string-external): Make it can return a string
13718         in binary form.
13719         (sha1-region-external): Ditto.
13720         (sha1-string-internal): Ditto.
13721         (sha1-region-internal): Ditto.
13722         (sha1-region): Ditto.
13723         (sha1-string): Ditto.
13724         (sha1): Ditto.
13725
13726 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * spam.el (spam-report-articles-gmane): New command.
13729
13730 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13733
13734         * run-at-time.el (run-at-time-saved): Remove.
13735         (run-at-time): Doc fix.
13736
13737 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13738
13739         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13740         (gnus-summary-limit-map): Add it.
13741         (gnus-summary-make-menu-bar): do.
13742
13743 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13744
13745         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13746         Make attempt at some caching support (done for BBDB only now).
13747         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13748         addresses to be checked.
13749         (spam-clear-cache-BBDB): Add function, to be invoked by
13750         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13751         (spam-check-BBDB): Check and use the caches, if
13752         spam-cache-lookups is on, remove superfluous (provide).
13753
13754 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13757
13758 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13759
13760         * run-at-time.el (run-at-time-saved): Move to after the definition
13761         of `run-at-time'.
13762
13763         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13764
13765 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13768         mm-w3m-local-map-property.
13769
13770         * mm-view.el (mm-w3m-mode-map): Remove.
13771         (mm-w3m-local-map-property): Remove.
13772         (mm-inline-text-html-render-with-w3m): Don't use
13773         mm-w3m-local-map-property.
13774
13775 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * run-at-time.el: New file.
13778
13779         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13780         under Emacs.
13781
13782         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13783         of gnus-set-text-properties.
13784
13785         * gnus-uu.el (gnus-uu-save-article): Ditto.
13786
13787         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13788
13789         * gnus-cite.el (gnus-cite-parse): Ditto.
13790
13791         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13792         of gnus-.
13793
13794         * gnus-xmas.el (run-at-time): Require run-at-time.
13795
13796         * gnus.el: Changed calls to nnheader-run-at-time and
13797         password-run-at-time throughout to use run-at-time directly.
13798
13799         * password.el: Removed definition of run-at-time.
13800
13801         * nnheaderxm.el: Remove definition of run-at-time.
13802
13803 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13804
13805         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13806         in prompt.
13807
13808 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13809
13810         * messagexmas.el (message-xmas-redefine): Alias
13811         `message-make-caesar-translation-table' to
13812         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13813         version.
13814
13815         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13816         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13817         `gnus-xmas-set-text-properties'.
13818         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13819         `gnus-xmas-completing-read'.
13820         (gnus-xmas-completing-read): Removed.
13821         (gnus-xmas-open-network-stream): Removed.
13822
13823         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13824         XEmacs version.
13825
13826         * dns.el (dns-make-network-process): Use `open-network-stream'
13827         instead of `gnus-xmas-open-network-stream'.
13828
13829         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13830
13831         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13832
13833 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13834
13835         * gnus-art.el (gnus-mime-display-alternative)
13836         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13837         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13838         Don't use gnus-local-map-property.
13839
13840         * gnus-util.el (gnus-local-map-property): Remove.
13841
13842         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13843         gnus-completing-read-maybe-default with completing-read.
13844
13845         * gnus-util.el (gnus-completing-read): do.
13846         (gnus-completing-read-maybe-default): Remove.
13847
13848 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13849
13850         * password.el: Only autoload `run-at-time' if not XEmacs.
13851         Only autoload the itimer functions if XEmacs.
13852
13853 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13856         XEmacsen.
13857
13858         * dgnushack.el: Autoload executable-find for XEmacs.
13859
13860 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13861
13862         * gnus-art.el (gnus-read-string): Remove.
13863         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13864         read-string.
13865
13866 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13867
13868         * netrc.el: Autoload password-read.
13869         (netrc): Add configuration group.
13870         (netrc-encoding-method, netrc-openssl-path): Add
13871         variables for encoding and decoding of files with symmetric
13872         ciphers.
13873         (netrc-encode): Add assistant function to encode a file with
13874         netrc-encoding-method.
13875         (netrc-parse): Add interactive parameter, added optional
13876         decoding if netrc-encoding-method is non-nil but otherwise
13877         behavior is standard.
13878         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13879         Do s/encode/encrypt/ everywhere.
13880
13881         * spam.el: Remove executable-find autoload.
13882
13883 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13884
13885         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13886
13887         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13888
13889 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * gnus-art.el (gnus-treat-ansi-sequences,
13892         (article-treat-ansi-sequences): New variable and function.
13893         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13894
13895         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13896         Use it.
13897
13898 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13899
13900         * mm-util.el (mm-quote-arg): Remove.
13901
13902         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13903         shell-quote-argument.
13904
13905         * gnus-uu.el (gnus-uu-command): do.
13906
13907         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13908
13909         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13910         with make-char.
13911
13912         * mm-util.el (mm-make-char): Remove.
13913
13914         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13915         add-minor-mode.
13916
13917         * gnus-undo.el (gnus-undo-mode): do.
13918
13919         * gnus-topic.el (gnus-topic-mode): do.
13920
13921         * gnus-sum.el (gnus-dead-summary-mode): do.
13922
13923         * gnus-start.el (gnus-slave-mode): do.
13924
13925         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13926
13927         * gnus-ml.el (gnus-mailing-list-mode): do.
13928
13929         * gnus-gl.el (gnus-grouplens-mode): do.
13930
13931         * gnus-draft.el (gnus-draft-mode): do.
13932
13933         * gnus-dired.el (gnus-dired-mode): do.
13934
13935         * gnus-ems.el (gnus-add-minor-mode): Remove.
13936
13937         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13938         Replace gnus-char-width with char-width.
13939
13940         * gnus-ems.el (gnus-char-width): Remove.
13941
13942         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13943         Replace gnus-char-width with char-width.
13944
13945         * gnus-ems.el (gnus-char-width): Remove.
13946
13947         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13948         definition.
13949         Remove Emacs 20 hash table compatibility code.
13950
13951         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13952         20 compatibility code.
13953
13954         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13955
13956         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13957
13958         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13959         with point-at-{eol,bol}.
13960
13961         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13962
13963         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13964
13965         * flow-fill.el (fill-flowed-point-at-bol)
13966         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13967
13968         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13969         Replace with point-at-{eol,bol} throughout all files.
13970
13971 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * ntlm.el (ntlm-string-as-unibyte): New macro.
13974         (ntlm-build-auth-response): Use it.
13975
13976         Remove Emacs 20 stuff:
13977         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13978         (butlast, mapc, remove): Remove the compiler macros.
13979         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13980         of delq and copy-sequence.
13981         * gnus-art.el (popup-menu): Remove the compiler macro.
13982         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13983         Emacs 20.
13984
13985 2004-01-05  Simon Josefsson  <jas@extundo.com>
13986
13987         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13988         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13989         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13990         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13991         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13992         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13993         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13994         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13995         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13996         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13997         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13998         string-xor into ntlm-string-xor.  Suggested by
13999         Jesper Harder <harder@myrealbox.com>.
14000
14001         * ntlm.el: Don't include poem.
14002
14003         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14004         Jesper Harder <harder@myrealbox.com>.
14005
14006         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14007
14008         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14009         probably breaks emacs with DL patch, but do we care? Is anyone
14010         still using the DL stuff?)
14011
14012         * sieve-manage.el: Use the password package.
14013         (sieve-manage-read-passwd): Remove.
14014         (sieve-manage-interactive-login): Use password.  Re-add
14015         condition-case around loop.
14016
14017         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14018         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14019         the password package.
14020
14021 2003-02-19  Simon Josefsson  <jas@extundo.com>
14022
14023         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14024         token.
14025
14026 2002-08-07  Simon Josefsson  <jas@extundo.com>
14027
14028         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14029         (sieve-manage-authenticators):
14030         (sieve-manage-authenticator-alist): Add some SASL mechs.
14031         (sieve-sasl-auth): New function.
14032         (sieve-manage-cram-md5-auth):
14033         (sieve-manage-plain-auth): Rewrite using SASL library.
14034         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14035         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14036         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14037         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14038
14039 2004-01-05  Simon Josefsson  <jas@extundo.com>
14040
14041         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14042         New files.
14043
14044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14045
14046         * gnus-group.el (gnus-no-groups-message): Update.
14047
14048         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14049
14050 2003-11-09  Simon Josefsson  <jas@extundo.com>
14051
14052         * imap.el: Support for ID IMAP extension (RFC 2971).
14053         (imap-local-variables): Add imap-id.
14054         (imap-id): New variable.
14055         (imap-id): New function.
14056         (imap-parse-response): Parse untagged ID response.
14057         * nnimap.el (nnimap-id): New variable.
14058         (nnimap-open-connection): Use it.
14059
14060 2003-12-28  Simon Josefsson  <jas@extundo.com>
14061
14062         * gnus-score.el (gnus-score-edit-all-score): New.
14063         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14064
14065 2004-01-04  Simon Josefsson  <jas@extundo.com>
14066
14067         * password.el: Add.
14068
14069 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14070
14071         * dns.el (dns-query-types): Fix typo.
14072         (dns-query-types): New function
14073         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14074         PTR and SOA replies, see RFC 1035.
14075
14076 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14079
14080         * Moved to Changelog.2.
14081
14082 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14083
14084         * gnus.el (gnus-version-number): Bump version.
14085
14086 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14087
14088         * gnus.el: No Gnus v0.1 is released.
14089
14090 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14091
14092         * gnus.el: No Gnus v0.0 is released.
14093
14094 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * gnus.el (gnus-version-number): Bump.
14097         (gnus-version): No.
14098
14099 See ChangeLog.2 for earlier changes.
14100
14101     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14102
14103   This file is part of GNU Emacs.
14104
14105   GNU Emacs is free software: you can redistribute it and/or modify
14106   it under the terms of the GNU General Public License as published by
14107   the Free Software Foundation, either version 3 of the License, or
14108   (at your option) any later version.
14109
14110   GNU Emacs is distributed in the hope that it will be useful,
14111   but WITHOUT ANY WARRANTY; without even the implied warranty of
14112   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14113   GNU General Public License for more details.
14114
14115   You should have received a copy of the GNU General Public License
14116   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14117
14118 ;; Local Variables:
14119 ;; coding: utf-8
14120 ;; fill-column: 79
14121 ;; add-log-time-zone-rule: t
14122 ;; End:
14123
14124 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4