dc472fd3442948889a8295a84a9bec87ba3931db
[gnus] / lisp / ChangeLog
1 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2
3         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4         when sending a queued message to avoid extra mml tags.
5
6 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9
10 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14         rmail-toggle-header for XEmacs;
15         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
16
17 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-dired.el: Remove autoload for gnus-setup-message.
20         (gnus-dired-attach): Fake this-command value to prevent Gnus from
21         displaying Gnus logo; always use compose-mail.
22
23 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
26
27 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
30         (gnus-nocem-issuers): List currently active issuers; fix custom type.
31         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
32         available.
33         (gnus-nocem-epg-verify): New function.
34
35 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
36
37         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
38
39 2009-02-15  Glenn Morris  <rgm@gnu.org>
40
41         * gnus-util.el (rmail-insert-rmail-file-header)
42         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
43         autoloads.
44         (rmail-default-rmail-file): Remove unnecessary declaration.
45         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
46
47 2009-02-14  Glenn Morris  <rgm@gnu.org>
48
49         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
50         variable (only used in gnus-util, which declares it anyway).
51         (rmail-output-to-rmail-file): Remove autoload of deleted function,
52         which was only needed by gnus-art (changed to not use it any more).
53         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
54         only used in gnus-util, which autoloads it itself.
55         (rmail-update-summary): Fix autoload.
56
57         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
58         rather than rmail-output-to-rmail-file.
59
60 2009-02-07  Glenn Morris  <rgm@gnu.org>
61
62         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
63         autoload of function that no longer exists.
64         (rmail-toggle-header): Declare.
65         (message-forward-rmail-make-body): Handle mbox Rmail.
66
67 2009-01-31  Glenn Morris  <rgm@gnu.org>
68
69         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
70         2009-01-09 change.
71
72 2009-01-31  Dave Love  <fx@gnu.org>
73
74         * imap.el (imap-fetch-safe): Bind debug-on-error.
75         (imap-debug): Add imap-fetch-safe.
76
77 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
78
79         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
80         (auth-source-forget-all-cached): New convenience function.
81         (auth-source-user-or-password): Accept list of modes or a single mode.
82
83         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
84         auth-source modes.
85
86         * netrc.el (netrc-machine-user-or-password): Use list of
87         auth-source modes.
88
89         * nnimap.el (nnimap-open-connection): Use list of
90         auth-source modes.
91
92         * nntp.el (nntp-send-authinfo): Use list of
93         auth-source modes.
94
95 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * auth-source.el: Update docs to reflect epa-file-enable is to be used
98         now.
99
100 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
103         coding system in XEmacs; add a workaround for XEmacs.
104
105         * lpath.el: Fbind coding-system-aliasee.
106
107 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * mm-util.el (mm-coding-system-priorities): Protect against nil value
110         of current-language-environment.
111
112 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
115         available at runtime.
116
117 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-art.el (article-date-ut): Fix end point of narrowing.
120
121 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
122
123         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
124         the greatest positive fixnum value doesn't work under an XEmacs with
125         bignum support; use the most-positive-fixnum constant instead,
126         available since Emacs 21.1 with cl and XEmacs 21.1.
127
128 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
131         XEmacs gets not to work.
132
133 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * mm-util.el (mm-coding-system-priorities): Allow the value like
136         "Japanese (UTF-8)" of current-language-environment.
137
138 2009-01-09  Glenn Morris  <rgm@gnu.org>
139
140         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
141         with last-command-event.
142
143 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
144
145         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
146         in the doc string.
147
148         * message.el (message-fix-before-sending): Amend comment.
149
150 2009-01-08  Dave Love  <fx@gnu.org>
151
152         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
153
154 2009-01-07  David Engster  <dengste@eml.cc>
155
156         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
157         simplified server definitions by converting it via
158         gnus-server-to-method.
159
160 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
163         parameter's operands.
164
165 2009-01-06  David Engster  <dengste@eml.cc>
166
167         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
168         primary select method (for gnus-group-mark-article-as-read).
169
170 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
171
172         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
173         `(gnus)Face', not `(gnus)X-Face'.
174
175 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * mm-util.el (mm-ucs-to-char): New function.
178
179         * mm-url.el (mm-url-decode-entities): Use it.
180
181         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
182         unicode-to-char.
183
184 2009-01-05  Dave Love  <fx@gnu.org>
185
186         * time-date.el: Require cl for `declare'.
187
188 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
189
190         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
191         Dave Love.
192
193 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
194
195         * message.el (message-fix-before-sending): Add `eight-bit' to
196         illegible-text check.
197
198 2009-01-03  Michael Olson  <mwolson@gnu.org>
199
200         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
201         `headers' is nil.  This can occur if the IMAP server does not have
202         permissions to read messages from a folder, but can write new messages
203         to the folder.
204         (nnimap-request-article-part): Do not insert `data' if it is nil.
205
206         * imap.el (imap-parse-fetch): Courier can insert spurious blank
207         characters which will confuse `read', so skip past them.
208
209 2009-01-01  Dave Love  <fx@gnu.org>
210
211         * imap.el (imap-string-to-integer): Fix typo.
212         (imap-fetch-safe): New function.
213         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
214
215         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
216
217         * imap.el (imap-process-connection-type, imap-debug, imap-open):
218         (imap-parse-greeting): Fix doc strings.
219         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
220         (imap-parse-flag-list): Make messages unique.
221         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
222
223         * nnimap.el: Fix author email.
224         (nnimap-split-rule): Add FIXME comment.
225         (nnimap-debug): Fix doc string.
226
227 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
228
229         * dns.el (dns-set-servers): Check "Address".  Fix typo.
230
231 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
234         nslookup if resolv.conf isn't available.
235         (dns-query): Rename from query-dns.
236         (dns-query-cached): Rename from query-dns-cached.
237
238 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
241         overlay-arrow-position and overlay-arrow-string buffer-local; no need
242         to check if those variables exist (first appeared in Emacs 18.50).
243
244 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * mm-util.el (mm-line-number-at-pos): New function.
247
248         * spam-report.el (spam-report-process-queue): Use it.
249
250 2008-12-24  David Engster  <dengste@eml.cc>
251
252         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
253         parameters that haven't existed as variables as buffer-local variables.
254
255 2008-12-23  Dave Love  <fx@gnu.org>
256
257         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
258         cadar.
259
260         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
261         imap-starttls-p.
262         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
263
264 2008-12-22  Dave Love  <fx@gnu.org>
265
266         * imap.el: Fix author email.  Doc fixes.
267         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
268         reply.
269
270 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
271
272         * spam-report.el (spam-report-gmane-max-requests): New constant.
273         (spam-report-gmane-wait): New variable.
274         (spam-report-gmane-ham, spam-report-gmane-spam)
275         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
276         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
277         the server.
278
279         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
280         Add explanations.
281
282         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
283         nnheader-accept-process-output and nnheader-read-timeout if available.
284         (pop3-movemail): Use it.
285
286         * message.el (message-check-news-body-syntax): Fix signature check if
287         there's an attachment.
288
289 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * mm-util.el: Add comments to the mm- emulating functions.
292
293 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
294
295         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
296         by Stephen Berman <stephen.berman@gmx.net>.
297
298 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * mm-util.el (mm-substring-no-properties): New function.
301         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
302         (mm-special-display-p): Enable those lambda forms to be byte compiled.
303         (mm-string-to-multibyte): Doc fix.
304
305         * mml.el (mml-attach-file): Use mm-substring-no-properties.
306
307 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * mml.el (mml-attach-file): Strip text properties from file name.
310         (Bug#1574)
311
312 2008-12-16  Glenn Morris  <rgm@gnu.org>
313
314         * mm-util.el (mm-charset-override-alist): Declare for compiler.
315
316 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
319         knows since the charset specified might be a bogus alias that
320         mm-charset-synonym-alist provides.
321
322 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
323
324         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
325         "ISO_8859-1".
326
327         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
328
329 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * mm-util.el (mm-charset-eval-alist):
332         Define it before mm-charset-to-coding-system.
333         (mm-charset-to-coding-system): Add optional argument `silent';
334         define it before mm-charset-override-alist.
335         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
336         default value if it can be used in Emacs currently running;
337         silence mm-charset-to-coding-system.
338
339 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
342         `allow-override' which says whether to use `mm-charset-override-alist'.
343         (rfc2047-decode-encoded-words): Use it.
344
345         * mm-util.el (mm-charset-override-alist): Fix custom type;
346         add `(gb2312 . gbk)' to choices.
347
348 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
351         fast.
352
353         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
354
355         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
356
357 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
358
359         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
360         on links.
361
362         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
363
364 2008-12-03  Lute Kamstra  <lute@gnu.org>
365
366         * sha1.el: Remove leading * from docstrings of defcustoms,
367         deffaces, defconsts and defuns.
368
369 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * message.el (message-idna-to-ascii-rhs-1): Protect against local
372         users' addresses that don't have domain parts.
373         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
374         rather than message-narrow-to-head since there will be the message
375         header separator.
376
377 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
378
379         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
380         since the result is inserted in a unibyte buffer anyway.
381         (nnimap-demule-use-string-to-multibyte): Remove.
382         (nnimap-demule): Alias it to mm-string-to-multibyte.
383
384 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
385
386         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
387         variable for debugging bug#464 and bug#1174.
388         (nnimap-demule): Use it.
389
390 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
391
392         * gnus-score.el (gnus-score-find-trace): Handle default score in total
393         score calculation correctly.
394
395 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * message.el (message-send-mail): Just set the buffer to unibyte
398         rather than use mm-with-unibyte-current-buffer which does a lot more.
399         (message-send-mail-partially): Don't bother with
400         mm-with-unibyte-current-buffer since it's already been made unibyte by
401         message-send-mail.
402
403 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
406
407 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
410
411 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
414         require itself and to remove `with-no-warnings'.
415
416 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * starttls.el (starttls-any-program-available): Get the name of the
419         available TLS layer program.
420         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
421         well as the host name in the "opening" message.
422
423         * auth-source.el (auth-source-cache, auth-source-do-cache)
424         (auth-source-user-or-password): Cache passwords and logins by default,
425         allow override with `auth-source-do-cache'.
426         (auth-source-forget-user-or-password): Allow users to remove cache
427         entries if needed.
428
429 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
430
431         * md4.el (md4-buffer): Fix typo in docstring.
432         (md4, md4-64): Doc fixes.
433         (md4-pack-int32): Reflow docstring.
434
435 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * ietf-drums.el (ietf-drums-remove-comments): Localize second
438         condition-case to only the forward-sexp call.
439
440 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
441
442         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
443         quotes contained.  Make it more robust regardless by an extra
444         condition-case wrapper.
445
446 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * lpath.el: No need to fbind codepage-setup for Emacs 23.
449
450 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * nnml.el (nnml-request-expire-articles): Check if the function set to
453         `nnmail-expiry-target' returns the symbol `delete'.
454
455         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
456
457         * nnmail.el (nnmail-expiry-target): Fix custom type.
458
459 2008-10-02  Glenn Morris  <rgm@gnu.org>
460
461         * mm-util.el (mm-codepage-setup): Tweak codepage error.
462         Silence compiler warning.
463
464 2008-10-01  Magnus Henoch  <mange@freemail.hu>
465
466         * tls.el (open-tls-stream): Show the actual command being
467         executed, instead of the format string.
468
469 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * lpath.el: Fbind codepage-setup for Emacs 23.
472
473 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
474
475         * mml.el (mml-menu): Don't assume mml2015 is bound.
476
477 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
480         exists.
481
482 2008-09-27  Glenn Morris  <rgm@gnu.org>
483
484         * gnus-util.el (mail-header-remove-comments): Autoload it.
485
486 2008-09-27  Andreas Schwab  <schwab@suse.de>
487
488         * gnus-util.el (gnus-split-references): Strip comments.
489         (gnus-parent-id): Likewise.
490
491 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * message.el (message-confirm-send): Fix version.
494
495 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * message.el (message-idna-to-ascii-rhs-1): Use
498         mail-extract-address-components rather than mail-header-parse-addresses
499         that is an alias by default to ietf-drums-parse-addresses that does not
500         support non-ASCII names in headers' contents.
501
502 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * message.el (message-confirm-send): Fixed variable documentation to
505         avoid the "y/n" wording.
506
507 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
508
509         * message.el (message-set-auto-save-file-name): Save to a different
510         filename so multiple messages (especially drafts) can be recovered.
511
512 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * message.el (message-confirm-send): Add appropriate version.
515
516 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
517
518         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
519         defvar.
520
521 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
522
523         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
524         (mm-pkcs7-enveloped-magic): Ditto.
525
526 2008-09-17  Simon Josefsson  <simon@josefsson.org>
527
528         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
529         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
530
531 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
534         default, it's better.
535
536 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
537
538         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
539         summary line gnus-number property and ignore them (with a warning
540         message).
541
542 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
545         macro caddr in the interactive form since it won't be expanded.
546
547 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
550         `charset'; fix name of function called recursively.
551         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
552
553 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
556         (gnus-mime-set-charset-parameters): New function.
557         (gnus-mime-view-part-as-charset): Use it to correctly display part
558         specifying wrong charset.
559
560 2008-09-08  David Engster  <dengste@eml.cc>
561
562         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
563         in completing-read for back end server.
564
565 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         * message.el (message-confirm-send): New variable to confirm sending a
568         message.
569         (message-send): Use it.
570
571 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
574
575 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
578
579 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
582         prevent tracking too many groups.
583         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
584         Use it.
585
586 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
587
588         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
589         moving point to the bottom of the window in order to avoid recentering.
590
591 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
594
595         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
596         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
597         (gnus-article-beginning-of-window): Fix calculation.
598
599 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-msg.el (gnus-summary-supersede-article)
602         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
603         value of gnus-newsgroup-charset to decode non-MIME encoded text in
604         message header.
605
606 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
607
608         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
609         pending output coming after the status change.
610
611 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
612
613         * message.el:
614         * gnus-start.el:
615         * gnus-registry.el: Remove VMS support.
616
617 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
620         macro.
621         (rfc2104-hash): Use it.
622
623 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
624
625         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
626         (gnus-summary-sort-by-most-recent-date): New commands.
627         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
628         and menu entries.
629
630 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
633         don't redisplay article for raw contents; remove plural articles stuff.
634
635         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
636         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
637         on gnus-summary-save-article; display results properly.
638
639 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * lpath.el: No need to fbind ns-focus-frame.
642
643 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
646
647 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-art.el (gnus-summary-save-in-pipe): Consider
650         gnus-save-all-headers.
651
652 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
653
654         * gnus-util.el (ns-focus-frame): Remove declaration.
655         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
656         like x.
657
658 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
659
660         * rfc2104.el (rfc2104-zero): Delete defconst.
661         (rfc2104-hex-alist): Likewise.
662         (rfc2104-hex-to-int): Delete func.
663         (rfc2104-hexstring-to-bitstring): Likewise.
664         (rfc2104-nybbles): New defconst.
665         (rfc2104-hash): Rewrite for speed.
666
667 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * tls.el (open-tls-stream): Make it work with the 2nd argument
670         BUFFER that is a string but does not exist as a buffer object, as
671         mentioned in the doc-string.
672
673 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
676         SXEmacs.
677
678 2008-07-16  Glenn Morris  <rgm@gnu.org>
679
680         * gnus-util.el (ns-focus-frame): Declare for compiler.
681
682 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
685         set as a group parameter.
686         (gnus-summary-save-in-pipe): Work when it is called independently.
687         (gnus-summary-pipe-to-muttprint): Don't modify
688         gnus-summary-pipe-output-default-command.
689
690 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
691
692         * message.el (message-send-mail-with-sendmail):
693         Display the error message.
694
695 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-art.el (gnus-default-article-saver):
698         Add gnus-summary-save-in-pipe to choices.
699         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
700         gnus-summary-pipe-output-default-command as the default command.
701         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
702         instead of gnus-last-shell-command.
703
704         * gnus-sum.el (gnus-summary-pipe-output-default-command):
705         New user option.
706         (gnus-summary-muttprint-program): Mention the value will be changed.
707         (gnus-summary-save-article): Force showing of all headers.
708         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
709
710 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
711
712         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
713
714 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
715
716         * nnimap.el (nnimap-id):
717         * sieve-manage.el (sieve-manage-open): Doc fixes.
718
719 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
720
721         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
722         if available.
723
724 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
727
728         * nnkiboze.el (nnkiboze-generate-group):
729         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
730
731         * nnmairix.el: Require CL.
732
733 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * dgnushack.el: Autoload get-display-table and put-display-table for
736         XEmacs 21.5.
737
738         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
739         21.4 and SXEmacs.
740
741 2008-06-15  David Engster  <dengste@eml.cc>
742
743         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
744
745 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
746
747         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
748         New macros that expand to an `aset'/`aref' call under Emacs, and to a
749         runtime choice under XEmacs.
750
751         * gnus-sum.el (gnus-summary-set-display-table):
752         Use `gnus-put-display-table', `gnus-get-display-table',
753         `gnus-set-display-table' for the display table, instead of `aset'.
754
755         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
756         Use `gnus-put-display-table', `gnus-get-display-table',
757         `gnus-set-display-table' for the display table.
758
759 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
760
761         * nnmairix.el: Add autoloads.
762
763 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
764
765         * nnmairix.el (nnmairix-delete-recreate-group)
766         (nnmairix-update-and-clear-marks): Fix error messages.
767
768 2008-06-14  David Engster  <dengste@eml.cc>
769
770         * nnmairix.el: Upgrade to version 0.6.
771         (nnmairix-group-toggle-propmarks-this-group)
772         (nnmairix-group-toggle-readmarks-this-group)
773         (nnmairix-group-delete-recreate-this-group)
774         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
775         (nnmairix-remove-tick-mark-original-article): New commands.
776         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
777         (nnmairix-propagate-marks-to-nnmairix-groups)
778         (nnmairix-only-use-registry, nnmairix-allowfast-default)
779         (nnmairix-marks-cache, nnmairix-version-output): New variables.
780         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
781         functions needed for marks propagation and manipulation of read marks.
782         (nnmairix-update-groups): New function.
783         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
784         (nnmairix-determine-original-group-from-registry)
785         (nnmairix-determine-original-group-from-path)
786         (nnmairix-get-group-from-file-path, nnmairix-map-range)
787         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
788         New helper functions.
789         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
790         keystrokes for new commands.
791         (nnmairix-delete-and-create-on-change): Doc string cleanup.
792         (nnmairix-request-group): Check allow-fast group parameter.
793         (nnmairix-request-create-group): Set allow-fast group parameter if
794         nnmairix-allowfast-default is set.
795         (nnmairix-close-group): Propagate marks upon closing if needed.
796         (nnmairix-group-toggle-threads-this-group): Use new.
797         nnmairix-group-toggle-parameter helper function.
798         (nnmairix-search): Better check for empty search result.
799         (nnmairix-goto-original-article): Use new helper functions for
800         determining original article.
801         (nnmairix-show-original-article): Make sure message-id is in brackets.
802         (nnmairix-call-mairix-binary): Change variable name.
803         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
804         helper function.
805         (nnmairix-widget-toggle-activate): Fix doc string.
806
807 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * nnir.el: Require edmacro when compiling with XEmacs.
810         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
811         available in Emacs 21.
812
813 2008-06-11  Glenn Morris  <rgm@gnu.org>
814
815         * gnus-util.el (x-focus-frame):
816         * gnus.el (image-size):
817         * mm-decode.el (image-size): Declare.
818
819         * gnus-picon.el (declare-function): Add compat definition.
820         (image-size): Declare.
821
822         * gnus-group.el (tool-bar-map):
823         * gnus-sum.el (tool-bar-map): Define for compiler.
824
825         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
826
827         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
828
829         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
830         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
831         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
832         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
833         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
834         * sieve-manage.el, spam-report.el, spam.el:
835         Remove unnecessary eval-and-compile of autoloads.
836
837 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
838
839         * auth-source.el: Precise Tramp doc.
840
841 2008-06-07  Glenn Morris  <rgm@gnu.org>
842
843         * nnmairix.el: Remove unnecessary eval-when-compile.
844
845 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * lpath.el: Fbind propertize for XEmacs 21.4.
848
849 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
850
851         * nnir.el: Move here from ../contrib.
852
853 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
854
855         * gnus-util.el (gnus-read-shell-command): New function.
856         * mm-decode.el (mm-pipe-part):
857         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
858
859 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
862
863 2008-06-03  Glenn Morris  <rgm@gnu.org>
864
865        * pop3.el (nnheader-accept-process-output): Autoload it.
866
867 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
870         are not 2-digit hexadecimal characters that follow `%'s.
871
872 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
873
874         * message.el (message-bogus-recipient-p): Fix type in doc string.
875         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
876         (message-bogus-addresses): Rename from message-bogus-address-regexp.
877         Improve custom options.
878         (message-bogus-recipient-p): Adjust accordingly.
879
880 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
881
882         * parse-time.el (parse-time-months, parse-time-weekdays): Add
883         long-form month and day names.
884
885 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * dgnushack.el: Autoload debug, eudc-expand-inline and
888         pgg-snarf-keys-region for XEmacs.
889
890         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
891
892         * nnmairix.el: Require edmacro when compiling with XEmacs.
893
894 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
895
896         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
897         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
898
899 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * auth-source.el: Add more docs.
902
903         * netrc.el (netrc-machine): Always match if the port is not given.
904
905 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nnheader.el (nnheader-read-timeout): Change the default timeout from
908         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
909         retrieval faster in some cases, but might make CPU usage larger.  If
910         this has any bad side effects, we might revert this change.
911
912         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
913         seems to make mail retrieval much, much faster.
914         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
915         unconditionally.
916
917         * gnus-draft.el (gnus-group-send-queue): Bind
918         message-send-mail-partially-limit to nil to avoid being prompted.
919
920 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
921
922         * mml.el (mml-attach-buffer): Prompt for `disposition'.
923
924         * message.el (message-bogus-address-regexp): Fix and improve custom
925         type.
926         (message-setup-hook): Add message-check-recipients as custom option.
927
928 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
929
930         * message.el (message-cite-function): Remove bogus autoload which crept
931         in during merge from v5-10.
932
933 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
934
935         * nnimap.el (nnimap-open-connection): Fix login/password bug.
936
937         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
938
939         * auth-source.el: Preliminary Tramp docs.
940         (auth-sources): Change the default auth-sources to use
941         EPA .gpg files.
942
943 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
944
945         * nntp.el: Autoload `auth-source-user-or-password'.
946         (nntp-send-authinfo): Use it.
947
948         * nnimap.el: Autoload `auth-source-user-or-password'.
949         (nnimap-open-connection): Use it.
950
951         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
952         for the gnus-message function.
953         (auth-source-user-or-password): Use it.
954
955 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
956
957         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
958         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
959         (rfc2104-hash): Use it.
960
961 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
962
963         * gnus-art.el (gnus-article-toggle-truncate-lines):
964         Don't use `iff' in docstring.
965
966 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * gnus-registry.el: Adjusted copyright dates and added a keyword.
969
970         * gnus-util.el (gnus-extract-address-component-name)
971         (gnus-extract-address-component-email): Convenience functions around
972         `gnus-extract-address-components'.
973
974         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
975         Use `gnus-extract-address-component-email' to fix bug of comparing full
976         sender name to `user-mail-address'.
977
978 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
981         catch/throw to optimize.
982         (gnus-registry-find-keywords): Just use member to find a keyword.
983
984 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
985
986         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
987         is current before calling gnus-server-prepare.
988         (gnus-server-setup-buffer, gnus-server-update-server)
989         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
990
991 2008-05-04  Juri Linkov  <juri@jurta.org>
992
993         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
994         (mailcap-file-default-commands): Use mailcap-replace-in-string
995         instead of replace-regexp-in-string, and mailcap-delete-duplicates
996         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
997
998 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
999
1000         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1001
1002 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1003
1004         * gnus.el: Bump version to 0.11
1005
1006 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1007
1008         * gnus.el: No Gnus v0.10 is released.
1009
1010 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1013         hooks.
1014         (gnus-update-read-articles): Speed up non-marks-using users.
1015         (gnus-use-marks): Define gnus-use-marks.
1016         (gnus-propagate-marks): Rename variable to something more sensible.
1017
1018 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1019
1020         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1021         (gmm-image-load-path-for-library): Fix typos in docstrings.
1022         (gmm-message): Reflow docstring.
1023
1024 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         * mail-source.el (mail-source-set-1, mail-source-bind):
1027         Move auth-source code out of the macro to clean it up and fix bugs.
1028
1029 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1032         by sender if it's equal to user-mail-address, it's likely to be
1033         useless.
1034
1035         * mail-source.el (mail-source-bind): Don't use user or password if they
1036         are not bound.  Unintern them if they are nil.  Don't use server unless
1037         it's bound, and default it to empty string otherwise.
1038
1039 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * mail-source.el: Load auth-source.el.
1042         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1043         get user name or password, if auth-sources is set up.
1044
1045         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1046         strategy of splitting with parent.
1047         (gnus-registry-split-fancy-with-parent)
1048         (gnus-registry-post-process-groups): Use it and fix prior
1049         bug (returning a list as the split result).
1050
1051         * auth-source.el (auth-sources): Remove server parameter.
1052         (auth-source-pick, auth-source-user-or-password)
1053         (auth-source-user-or-password-imap)
1054         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1055         (auth-source-user-or-password-sftp)
1056         (auth-source-user-or-password-smtp): Remove server parameter.
1057
1058 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1059
1060         * smime.el (smime-sign-region, smime-encrypt-region)
1061         (smime-decrypt-region):
1062         Remove redundant calls to `generate-new-buffer-name'.
1063
1064 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1065
1066         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1067         Don't use QP for message/rfc822.
1068         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1069
1070 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1071
1072         * sieve-manage.el (sieve-string-bytes): Remove.
1073         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1074         correct byte-length only if the process's coding-system is the same as
1075         the one used internally by Emacs to represent strings.
1076
1077 2008-04-22  Juri Linkov  <juri@jurta.org>
1078
1079         * mailcap.el (mailcap-file-default-commands): New function.
1080
1081 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * message.el (message-signature-separator, message-cite-function):
1084         Change custom version.
1085
1086 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1087
1088         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1089         commands.
1090         (tls-checktrust): Ditto.
1091
1092 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * mm-decode.el (mm-display-external): Make temp file read-only.
1095
1096 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1099         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1100         `C-c C-f d'.
1101
1102 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1103
1104         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1105
1106 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1107
1108         * gnus.el: Bump version to 0.9.
1109
1110 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1111
1112         * gnus.el: No Gnus v0.8 is released.
1113
1114 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1115
1116         * mail-source.el (mail-source-value):
1117         Prefer fboundp to functionp so it works with macros as well.
1118
1119 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1120
1121         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1122         Fix last change in case the element is not even a symbol.
1123
1124 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1125
1126         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1127         Prefer fboundp to functionp so it works with macros as well.
1128
1129 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1130
1131         * auth-source.el: Added docs.
1132         (auth-sources): Modify format to support server.
1133         (auth-source-pick, auth-source-user-or-password)
1134         (auth-source-user-or-password-imap)
1135         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1136         (auth-source-user-or-password-sftp)
1137         (auth-source-user-or-password-smtp): Add server parameter.
1138
1139 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1140
1141         * gnus-registry.el: Initialize the registry when gnus-registry-install
1142         is t.
1143
1144 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * compface.el (uncompface): Make buffer unibyte.
1147
1148 2008-04-05  Glenn Morris  <rgm@gnu.org>
1149
1150         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1151
1152 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1153
1154         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1155         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1156
1157         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1158         multibyteness after rather than before erasing it.
1159
1160         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1161         mm-with-multibyte.
1162         (gnus-request-article-this-buffer): Make sure the proper decoding is
1163         used if gnus-original-article-buffer happens to be unibyte.
1164
1165         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1166         default-enable-multibyte-characters.
1167
1168         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1169         default-enable-multibyte-characters.
1170
1171         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1172
1173         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1174
1175 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1176
1177         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1178         (imap-message-copyuid-1): Use it.
1179         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1180         J. Williams in
1181         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1182
1183         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1184         imap-enable-exchange-bug-workaround.
1185         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1186
1187 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1188
1189         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1190         a 100 byte status-checks into a 2-3MB transfer for each group.
1191         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1192         to enable bug workaround or not.
1193         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1194
1195 2008-03-31  Glenn Morris  <rgm@gnu.org>
1196
1197         * message.el (mml2015-use): Declare for compiler.
1198         (message-info): Require mml2015 when appropriate.
1199
1200 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1203         whitespace.
1204
1205 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1206
1207         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1208         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1209         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1210         (nntp-service-to-port): New function.
1211         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1212         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1213         (nntp-open-netcat-stream): New function.
1214         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1215
1216 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1217
1218         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1219
1220 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1223
1224 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1225
1226         * dns.el (dns-write): Use set-buffer-multibyte.
1227
1228 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1229
1230         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1231
1232 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1233
1234         * message.el (message-signature-separator): Change default.
1235         Improve custom type.
1236         (message-cite-function): Change default to
1237         message-cite-original-without-signature.
1238
1239         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1240         toggle.
1241
1242         * message.el (message-check-news-body-syntax): Fix signature check.
1243         (message-setup-1): Mark buffer as unmodified _after_ running
1244         message-setup-hook and handling message-alternative-emails.
1245         (message-shorten-references): Be more strict when building list of
1246         valid references to comply with GNKSA.
1247
1248         * gnus-group.el (gnus-read-ephemeral-bug-group)
1249         (gnus-read-ephemeral-debian-bug-group)
1250         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1251
1252         * message.el (message-info): Don't use booleanp which isn't supported
1253         in Emacs 21 and XEmacs.
1254
1255 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1258         gnus-group-gmane-group-download-format.
1259         (gnus-group-read-ephemeral-gmane-group): Rename from
1260         gnus-group-read-ephemeral-gmane-group.
1261         (gnus-read-ephemeral-gmane-group-url): Rename from
1262         gnus-group-read-ephemeral-gmane-group-url.
1263         (gnus-bug-group-download-format-alist): New variable.
1264         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1265         (gnus-read-ephemeral-emacs-bug-group): New commands.
1266
1267 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1270         (gnus-visible-headers): Improve custom type.
1271
1272 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1273
1274         * mml.el (mml-menu): Add workarounds for XEmacs.
1275
1276         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1277         X-Boundary header.
1278
1279         * message.el (message-simplify-recipients): Fix previous commit.
1280
1281 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1282
1283         * mm-util.el (mm-set-buffer-multibyte): New function.
1284         * mm-decode.el (mm-copy-to-buffer): Use it.
1285
1286 2008-03-19  Glenn Morris  <rgm@gnu.org>
1287
1288         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1289         Accidentally removed in the sync process with Emacs.
1290
1291 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1292
1293         * message.el (message-alter-recipients-discard-bogus-full-name):
1294         New function.
1295         (message-alter-recipients-function): New variable.
1296         (message-get-reply-headers): Use it.
1297         (message-replace-header): New helper function.
1298         (message-recipients-without-full-name): New variable.
1299         (message-simplify-recipients): New command.
1300
1301         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1302
1303         * message.el (message-info): Handle EasyPG manual.
1304
1305         * mml.el (mml-menu): Add entry for EasyPG.
1306
1307 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1308
1309         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1310         parameter.
1311
1312         * message.el (message-disassociate-draft): Specify drafts group name
1313         fully.
1314
1315 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1318         unnecessary duplicates from the match list.
1319
1320 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1323
1324         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1325
1326         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1327         args of `how-many' of which the XEmacs version doesn't take; declare
1328         Info-index-next as function.
1329
1330 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1331
1332         * gnus-score.el (gnus-score-headers): Fix handling of
1333         gnus-inhibit-slow-scoring.
1334
1335         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1336         string.
1337         (gnus-button-url-regexp): Improve handling of parenthesis.
1338         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1339         (gnus-button-handle-info-keystrokes): Handle index entries.
1340
1341 2008-03-15  Glenn Morris  <rgm@gnu.org>
1342
1343         * parse-time.el (parse-time-string): Simplify.
1344
1345 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1348         Incoming* files.
1349
1350 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1353         (auth-source-pick): Use it.
1354
1355 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1356
1357         * binhex.el (binhex-decode-region-internal):
1358         * uudecode.el (uudecode-decode-region-internal):
1359         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1360         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1361         setting default-enable-multibyte-characters.
1362
1363 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * auth-source.el (auth-source-protocols)
1366         (auth-source-protocols-customize, auth-source-choices): Added and
1367         modified variable customizations and defaults.
1368         (auth-source-pick, auth-source-user-or-password)
1369         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1370         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1371         (auth-source-user-or-password-sftp)
1372         (auth-source-user-or-password-smtp): Use new variables and provide an
1373         interface to netrc.el.
1374
1375 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1378         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1379         Make sure the nntp port to specify is a string.
1380
1381 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * nntp.el: Use with-current-buffer.
1384         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1385         dubious mm-with-unibyte-current-buffer.
1386         (nntp-with-open-group-function): New function extracted from
1387         nntp-with-open-group macro.
1388         (nntp-with-open-group): Use the function, so it's easier to debug.
1389         Add indentation and debugging info.
1390         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1391         the use of the netcat alternatives.
1392
1393         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1394         Avoid mm-string-as-multibyte as well.
1395
1396         * nnweb.el (nnweb-insert-html):
1397         Remove use of nnheader-string-as-multibyte.
1398
1399         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1400         (nnheader-string-as-multibyte): Remove.
1401
1402         * mm-view.el: Use inhibit-read-only.
1403         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1404         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1405         or unibyte-string.
1406
1407         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1408         (mm-uu-yenc-extract): Use with-current-buffer.
1409
1410         * gnus-soup.el (gnus-soup-send-packet): Don't use
1411         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1412
1413         * nnmh.el: Use with-current-buffer.
1414         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1415         mm-string-as-multibyte on the output of mm-encode-coding-string.
1416
1417         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1418         (nnimap-request-move-article): Use with-current-buffer.
1419
1420         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1421         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1422         conversion uses string-make-unibyte rather than string-as-unibyte.
1423
1424         * gnus-msg.el: Use with-current-buffer.
1425
1426         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1427
1428 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1429
1430         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1431         string for caching if it is 'PIN.
1432
1433 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * lpath.el: Consider the case without Emacs/W3.
1436
1437 2008-03-08  Glenn Morris  <rgm@gnu.org>
1438
1439         * time-date.el (date-to-time, time-subtract, time-add)
1440         (safe-date-to-time): Doc fixes.
1441
1442 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * mail-source.el (mail-source-delete-old-incoming-confirm):
1445         Change default to nil.
1446         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1447
1448 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * lpath.el: Rearrange.
1451
1452         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1453         (gnus-article-goto-prev-page): Work for articles having ^L's.
1454
1455         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1456
1457         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1458
1459 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1460
1461         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1462         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1463         (gnus-bookmark-jump): Adjust some variable names.
1464
1465 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         * auth-source.el: New package.
1468         (auth-source-choices): Add customization entry point variable.
1469
1470         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1471         bug.
1472
1473 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1476         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1477         (gnus-registry-install-shortcuts): Rename from
1478         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1479         the `gnus-registry-mark-map' keymap dynamically from
1480         `gnus-registry-marks'.  The generated functions update the summary line
1481         when a registry mark is added or deleted, and will call
1482         `gnus-registry-install-p' (see the comments in the code).
1483         (gnus-registry-user-format-function-M): Use concat intelligently.
1484
1485         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1486         the registry mark functions.
1487
1488 2008-03-05  Glenn Morris  <rgm@gnu.org>
1489
1490         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1491         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1492         gnus-art.
1493         (top-level): No need to load own source when compiling.
1494
1495 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1498         Suggested by <chris.anderton@zetnet.co.uk>.
1499
1500 2008-03-04  Glenn Morris  <rgm@gnu.org>
1501
1502         * gnus-sum.el (top-level): No need to require gnus when compiling,
1503         since unconditionally required near start of file.
1504         (gnus-summary-display-while-building): Move definition before use.
1505
1506 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1509         formatting function.
1510
1511 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1512
1513         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1514         with plists.
1515         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1516         Use new format.
1517
1518 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1521         `where-is-internal' that returns a range of key sequences.
1522
1523 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1524
1525         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1526
1527         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1528         (gnus-summary-jump-to-group): Consider windows on other displayed
1529         frames as well.  Similar changes might be needed elsewhere, but that's
1530         the one I've bumped into during my use.
1531
1532         * nndoc.el (nndoc-oe-dbx-type-p):
1533         * gnus-msg.el (gnus-debug):
1534         * gnus-group.el (gnus-update-group-mark-positions):
1535         Use mm-string-to-multibyte.
1536
1537 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1540         doesn't handle NotDashEscaped.
1541
1542         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1543         (mml-dnd-attach-options): Fix typo in custom choice.
1544
1545         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1546         nndoc-article-type to mbox.
1547         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1548
1549         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1550         to nil, instead of html2text.
1551
1552         * imap.el (imap-debug): Add `imap-ping-server'.
1553
1554         * gnus-bookmark.el: Add FIXMEs.
1555
1556         * message.el (message-form-letter-separator)
1557         (message-send-form-letter-delay): New variables.
1558         (message-send-form-letter): Use them.  New command to send form
1559         letters.  Requested by Uwe Siart.
1560         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1561
1562 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * Update copyright years.
1565
1566 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1567
1568         Sync from EMACS_22_BASE.
1569
1570         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1571
1572 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1573
1574         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1575         empty author.
1576
1577 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1578
1579         * gnus-registry.el (gnus-registry-marks): Add variable for
1580         customization of marks and their appearance.
1581         (gnus-registry-read-mark): Use it.
1582         (gnus-registry-do-marks): Add utility function to loop through
1583         `gnus-registry-marks'.
1584         (gnus-registry-install-shortcuts-and-menus): Add function to install
1585         shortcuts and menus.
1586         (gnus-registry-initialize): Use it.
1587         (gnus-registry-default-mark): Clarify documentation.
1588
1589 2008-02-29  Glenn Morris  <rgm@gnu.org>
1590
1591         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1592         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1593         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1594         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1595         Change defcustom :version from 23.0 to 23.1.
1596
1597 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1598
1599         * gnus-registry.el (gnus-registry-follow-group-p)
1600         (gnus-registry-post-process-groups): Add functions to aid registry
1601         splitting and improve logging.  Clarify behavior in function
1602         documentation.
1603         (gnus-registry-split-fancy-with-parent): Use them.
1604
1605 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1606
1607         * gnus-art.el: Use with-current-buffer.
1608
1609 2008-02-27  David Engster  <dengste@eml.cc>
1610
1611         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1612         Express real group name in the response.
1613
1614 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1617         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1618         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1619         autoload gnus-registry-fetch-group when compiling.
1620         (nnmairix-request-group-with-article-number-correction): Remove
1621         unreferenced argument passed to nnmairix-call-backend.
1622
1623 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1626         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1627         Wilde.
1628
1629 2008-02-27  Glenn Morris  <rgm@gnu.org>
1630
1631         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1632         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1633         variables to defconsts.  Convert comments to doc-strings.
1634         (nnmairix-last-server, nnmairix-current-server): Convert from free
1635         variables to defvars.  Convert comments to doc-strings.
1636         (gnus-registry-fetch-group): Autoload.
1637         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1638         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1639         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1640         caddr.
1641         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1642         nnmairix-request-group-with-article-number-correction call.
1643         (nnmairix-fast, nnmairix-group): New, less general names, for free
1644         variables passed from nnmairix-request-group to
1645         nnmairix-request-group-with-article-number-correction.  Declare.
1646         (nnmairix-request-group-with-article-number-correction):
1647         Use nnmairix-fast, nnmairix-group rather than fast, group.
1648
1649 2008-02-26  David Engster  <dengste@eml.cc>
1650
1651         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1652         version 0.5.
1653
1654 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1655
1656         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1657         instead of making an extra function call.  Don't add the current group
1658         to articles only when they have the group.  Use
1659         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1660         Reported by David <de_bb@arcor.de>.
1661
1662 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1665         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1666
1667 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * mail-source.el (mail-source-delete-incoming): Change default.
1670         Supplement doc string.
1671
1672         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1673
1674 2008-02-14  Glenn Morris  <rgm@gnu.org>
1675
1676         * time-date.el (format-seconds): New function.
1677
1678 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * nnmail.el (nnmail-message-id-cache-file): Derive from
1681         `gnus-home-directory'.
1682
1683 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1684
1685         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1686         Document negative prefix.
1687
1688         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1689
1690 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * message.el (message-unsent-separator): Add the Exim bounce
1693         separator.
1694
1695 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1696
1697         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1698         list.
1699         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1700         recipient/signer list.
1701
1702 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * Makefile.in (datarootdir): Define.
1705         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1706         name that might contain whitespace.
1707
1708 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1709
1710         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1711         fbound (Emacs 23 unicode), signal an error.
1712
1713 2008-02-08  Glenn Morris  <rgm@gnu.org>
1714
1715         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1716
1717 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1718
1719         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1720         ports to the calls to `netrc-machine-user-or-password' in addition to
1721         "imap" and "imaps".
1722
1723 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1724
1725         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1726
1727         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1728
1729 2008-02-01  Kenichi Handa  <handa@m17n.org>
1730
1731         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1732         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1733         (rfc2104-hash): Convert the result of concat to unibyte string.
1734
1735 2008-02-01  Dave Love  <fx@gnu.org>
1736
1737         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1738         coding-system-for-read.
1739         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1740
1741 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1744         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1745         <hanche@math.ntnu.no>.
1746
1747 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1750
1751         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1752
1753 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1754
1755         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1756         * message.el (message-beginning-of-line): Use featurep instead of bound
1757         tests in order to resolve conditionals at compile time.
1758
1759 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1760
1761         * mail-source.el (mail-sources): Add `group' choice.
1762
1763         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1764         parameter `in-group' to control into which group the articles go.
1765         Add treatment of `group' mail-source.
1766
1767 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1770
1771         * mm-decode.el (mm-dissect-buffer): Decode description.
1772
1773         * mml.el (mml-to-mime): Encode message header first.
1774
1775 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1778         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1779
1780         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1781         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1782
1783 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1786
1787 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1790         prefix keys.
1791         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1792         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1793         gnus-xmas.el.
1794
1795         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1796         (gnus-xmas-article-describe-bindings): New function.
1797         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1798         gnus-xmas-article-describe-bindings.
1799
1800         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1801
1802 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1805         Add new variables for article mark management.
1806         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1807         list of extra data entries which, when present, will indicate that the
1808         article ID should not be trimmed from the registry.
1809         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1810         functions.
1811         (gnus-registry-read-mark): New function to read a mark name from the
1812         user.
1813         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1814         (gnus-registry-set-article-mark-internal): New functions to add and
1815         remove marks.
1816         (gnus-registry-get-article-marks): New function to show the marks for
1817         an article, or retrieve them for further use.
1818
1819 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1822         keys when no argument is given.
1823
1824 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * imap.el (imap-ping-server): New variable.
1827         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1828         (imap-ping-server): Minor doc string fixes.
1829
1830 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1831
1832         * imap.el (imap-ping-server): New function.
1833         (imap-opened): Call imap-ping-server.
1834
1835 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * gnus-sum.el (gnus-article-sort-by-random)
1838         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1839         jidanni@jidanni.org.
1840
1841 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (gnus-article-describe-bindings): New function.
1844         (gnus-article-read-summary-keys): Use it.
1845         (gnus-article-mode-map): Bind `C-h b' to it.
1846
1847 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1850         XEmacs.
1851         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1852         against non-character events.
1853
1854         * lpath.el: Fbind map-keymap for Emacs 21.
1855
1856 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1859         command.
1860         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1861         instead of END.  Change name of the temp file.
1862         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1863         customizable.
1864
1865 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1868         bind `S W' to gnus-article-wide-reply-with-original; set default
1869         binding to gnus-article-read-summary-send-keys.
1870         (gnus-article-read-summary-keys): Fix the order of keys; display
1871         continuation keys correctly in the echo area; describe bindings
1872         correctly when keys end with `C-h'.
1873         (gnus-article-read-summary-send-keys): New function.
1874         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1875         for gnus-article-read-summary-send-keys; display continuation keys
1876         correctly in the echo area.
1877         (gnus-article-reply-with-original): Ignore prefix argument.
1878         (gnus-article-wide-reply-with-original): New function.
1879
1880         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1881         Emacs 21.
1882
1883 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1886         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1887
1888 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1891         (gnus-group-read-ephemeral-gmane-group): New command.
1892
1893 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1894
1895         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1896
1897 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * message.el (message-send-mail-function): Increase custom version.
1900
1901         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1902         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1903
1904 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1907         for the cases where imap-authenticate is called with a nil buffer
1908         parameter.
1909
1910 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1913         html parts correctly; support forwarded messages.
1914         (gnus-article-browse-html-article): Remove work buffers.
1915
1916         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1917         compiling.
1918         (netrc-bound-and-true-p): New macro.
1919         (netrc-parse): Use it instead of bound-and-true-p that is not available
1920         in XEmacs 21.4.
1921
1922 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * gnus-registry.el (gnus-registry-mark-article)
1925         (gnus-registry-article-marks): Add functionality to mark articles
1926         through the Gnus registry.
1927
1928         * encrypt.el: Clarify documentation for the new pgg method.
1929         (encrypt-file-alist): Add PGG option.
1930         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1931         functionality.  Abstract password key and messaging to external
1932         functions.
1933         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1934         (encrypt-message-method-and-cipher): Add new convenience external
1935         functions.
1936         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1937         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1938
1939         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1940         (netrc-parse): Use encrypt-file-alist to determine if
1941         encrypt-find-model or encrypt-insert-file-contents should be used.
1942
1943         * encrypt.el: Clarify documentation.  Load password-cache or
1944         password, whichever one is found first, instead of autoloading.
1945
1946 2007-12-19  Glenn Morris  <rgm@gnu.org>
1947
1948         * mml.el (message-options-set, message-narrow-to-head)
1949         (message-in-body-p, message-mail-p, message-encode-message-body):
1950         Autoload.
1951         (message-remove-header, message-narrow-to-headers-or-head)
1952         (message-subscribed-p, message-make-mail-followup-to)
1953         (message-position-on-field, message-news-p)
1954         (message-options-set-recipient, message-generate-headers)
1955         (message-sort-headers): Declare as functions.
1956
1957 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1960         convention in doc string.
1961
1962 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1965         title to html parts.
1966         (gnus-article-browse-html-article): Pass message header to it.
1967
1968         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1969
1970 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1973         or password compatible with XEmacs.
1974
1975 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1978         format document.
1979         (gnus-mime-delete-part): Don't write description line if empty.
1980         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1981
1982 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1983
1984         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1985         (gnus-summary-mark-read-and-unread-as-read)
1986         (gnus-summary-mark-current-read-and-unread-as-read)
1987         (gnus-summary-mark-unread-as-ticked): Doc fix.
1988         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1989
1990 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1991
1992         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1993         Christoph Conrad <christoph.conrad@gmx.de>.
1994
1995 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1998         yes-or-no-p.
1999
2000 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mm-decode.el (mm-add-meta-html-tag): New function.
2003         (mm-save-part-to-file, mm-pipe-part): Use it.
2004
2005         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2006         gnus-y-or-n-p instead of y-or-n-p.
2007         (gnus-article-browse-html-parts): Work with message/external-body; use
2008         mm-add-meta-html-tag.
2009
2010 2007-12-11  Glenn Morris  <rgm@gnu.org>
2011
2012         * gnus-cache.el: Require gnus-sum not just when compiling.
2013
2014         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2015
2016         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2017         definitions before use.
2018
2019         * mm-decode.el: Require gnus-util.
2020         (mm-remove-part): Only call delete-annotation on XEmacs.
2021
2022         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2023
2024         * nnmail.el: Require gnus-int.
2025
2026         * spam.el: Move `require's before `eval-when-compile's.
2027
2028         * gnus-ems.el (gnus-alive-p):
2029         * gnus-fun.el (message-goto-eoh):
2030         * gnus-util.el (gnus-group-name-decode):
2031         * mail-source.el (gnus-compress-sequence):
2032         * message.el (Info-goto-node, format-spec):
2033         * mm-bodies.el (message-options-get):
2034         * mm-decode.el (mm-view-pkcs7):
2035         * mm-util.el (gmm-write-region):
2036         * mml-smime.el (mml-compute-boundary)
2037         (gnus-completing-read-with-default):
2038         * mml.el (widget-button-press, gnus-make-hashtable):
2039         * mml1991.el (mm-decode-content-transfer-encoding)
2040         (mm-encode-content-transfer-encoding)
2041         (message-options-get, message-options-set):
2042         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2043         * nnfolder.el (gnus-request-group):
2044         * nnheader.el (ietf-drums-unfold-fws):
2045         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2046         * smime.el (gnus-run-mode-hooks):
2047         * spam-stat.el (gnus-message): Autoload.
2048
2049         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2050         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2051         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2052         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2053         Add declare-function compatibility definition.
2054
2055         * gnus-cache.el (nnvirtual-find-group-art):
2056         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2057         (gnus-add-image, gnus-add-wash-type):
2058         * gnus-group.el (nnkiboze-score-file):
2059         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2060         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2061         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2062         (message-tokenize-header, gnus-get-buffer-create)
2063         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2064         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2065         * gnus.el (gnus-group-decoded-name):
2066         * mail-source.el (imap-capability):
2067         * mm-bodies.el (message-options-set):
2068         * mm-decode.el (gnus-configure-windows):
2069         * mm-extern.el (message-goto-body):
2070         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2071         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2072         (epg-sub-key-validity, message-options-set):
2073         * mml.el (widget-event-point, gnus-configure-windows):
2074         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2075         * mml2015.el (epg-check-configuration, epg-configuration)
2076         (message-options-set):
2077         * nndb.el (nndb-request-article):
2078         * nnfolder.el (gnus-request-create-group):
2079         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2080         * nnmaildir.el (gnus-group-mark-article-read):
2081         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2082         * rfc1843.el (message-fetch-field):
2083         * spam.el (gnus-extract-address-components):
2084         Declare as functions.
2085
2086 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2089
2090         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2091
2092         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2093         bind show-trailing-whitespace for XEmacs.
2094
2095 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2098         new no-op macro for backward compatibility.
2099
2100         * imap.el (imap-string-to-integer): New function.
2101
2102 2007-12-09  Glenn Morris  <rgm@gnu.org>
2103
2104         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2105
2106         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2107         * message.el, mm-view.el, sieve-manage.el, smime.el:
2108         Add declare-function compatibility definition.
2109
2110         * gnus-art.el (w3-region, w3m-region, Info-menu):
2111         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2112         * gnus-sum.el (gnus-get-predicate):
2113         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2114         * message.el (mail-abbrev-in-expansion-header-p):
2115         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2116         (w3m-detect-meta-charset, w3m-region):
2117         * sieve-manage.el (password-read, password-cache-add)
2118         (password-cache-remove):
2119         * smime.el (password-read-and-add): Declare as functions.
2120
2121 2007-12-08  David Kastrup  <dak@gnu.org>
2122
2123         * gnus-sum.el (gnus-summary-simplify-subject-query):
2124         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2125         `message'.
2126
2127 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2130         it to bind idna-program, installation-directory, defined-colors, and
2131         face-attribute for XEmacs of the version that compiles defcustom forms.
2132
2133 2007-12-07  Glenn Morris  <rgm@gnu.org>
2134
2135         * gnus-art.el (article-make-date-line): Revert previous change.
2136
2137 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2138
2139         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2140
2141 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2142
2143         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2144         Call gnus-add-to-range ranges only once with a prepared article-list.
2145
2146 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2147
2148         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2149         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2150         group names with backslashes.  Reported by Tassilo Horn
2151         <tassilo@member.fsf.org>.
2152
2153 2007-12-06  Deepak Goel  <deego3@gmail.com>
2154
2155         * gnus-art.el (article-make-date-line):
2156         * gnus-start.el (gnus-load):
2157         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2158
2159 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-art.el (gnus-use-idna)
2162         * gnus-start.el (gnus-site-init-file)
2163         * message.el (message-use-idna)
2164         * mm-uu.el (mm-uu-hide-markers)
2165         * smiley.el (smiley-style): Revert changes that suppress warnings.
2166
2167 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2170         specify charset to html source.  Reported by Christoph Conrad
2171         <christoph.conrad@gmx.de>.
2172
2173 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2176         idna-program in order to suppress byte compile warning issued by XEmacs
2177         that came to byte compile the default value section of defcustom forms
2178         recently.
2179
2180         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2181         value of installation-directory.
2182
2183         * message.el (message-use-idna): Don't directly refer to the value of
2184         idna-program.
2185
2186         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2187
2188         * smiley.el (smiley-style): Don't directly call face-attribute.
2189
2190 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2193
2194         * gnus-dired.el: Reduce Gnus dependencies.
2195         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2196         require.  Use autoloads instead.
2197         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2198         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2199         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2200         (gnus-dired-mode): Adjust doc string.
2201         (gnus-dired-mail-mode): New variable.
2202         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2203         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2204         (gnus-dired-mail-buffers): New function.  Return mail or message
2205         composition buffers.
2206         (gnus-dired-attach): Use it.
2207         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2208         NO-DECODE.
2209         (gnus-dired-print): Use `gnus-print-buffer' depending on
2210         `gnus-dired-mail-mode'.
2211
2212 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * rfc2047.el (rfc2047-encoded-word-regexp)
2215         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2216         explaining what regexp patterns are for.
2217
2218 2007-12-04  Glenn Morris  <rgm@gnu.org>
2219
2220         * password.el: Move to password-cache.el.
2221
2222         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2223         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2224         * mml-smime.el (password-read, password-cache-add)
2225         (password-cache-remove):
2226         No need to autoload, since mml-sec requires password.
2227
2228         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2229         * message.el (gnus-extract-address-components):
2230         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2231
2232         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2233         password.
2234
2235 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2236
2237         * mailcap.el: Reduce dependencies.
2238         (mail-header-parse-content-type): Autoload.
2239         (mailcap-delete-duplicates): New alias.
2240         (mailcap-mime-info): Add optional argument NO-DECODE.
2241         (mailcap-mime-types): Use mailcap-delete-duplicates.
2242
2243         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2244
2245 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2246
2247         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2248         (imap-parse-status): Upcase status-att for servers that sends them
2249         lower-case (e.g., MS Exchange 2007).
2250
2251 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2254         function.
2255
2256         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2257         (gnus-uu-yenc-article): New function.
2258
2259         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2260
2261         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2262         buffer.
2263
2264 2007-12-02  Glenn Morris  <rgm@gnu.org>
2265
2266         * binhex.el (binhex): New custom group.
2267         (binhex-decoder-program, binhex-decoder-switches)
2268         (binhex-use-external): Move to the binhex custom group.
2269
2270         * uudecode.el (uudecode): New custom group.
2271         (uudecode-decoder-program, uudecode-decoder-switches)
2272         (uudecode-use-external): Move to the uudecode custom group.
2273
2274         * netrc.el (top-level): Don't load `encrypt' features.
2275         (netrc-parse): Don't use encrypt.
2276         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2277
2278         * encrypt.el: Remove file.
2279
2280 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2281
2282         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2283         matches on patches.
2284
2285         * gnus-art.el (gnus-article-browse-html-article): Mention
2286         `mm-text-html-renderer' in the doc string.
2287
2288         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2289         string.  Add comments.
2290
2291         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2292         if rhs is ASCII.
2293
2294 2007-12-01  Glenn Morris  <rgm@gnu.org>
2295
2296         * mail-source.el (top-level): Require format-spec before
2297         eval-when-compile.
2298
2299 2007-11-30  Glenn Morris  <rgm@gnu.org>
2300
2301         * encrypt.el: Require password, rather than autoloading password-read.
2302
2303 2007-11-29  Glenn Morris  <rgm@gnu.org>
2304
2305         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2306         (sasl-make-client, sasl-next-step, sasl-step-data)
2307         (sasl-step-set-data): Declare as functions.
2308
2309 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2312
2313 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2314
2315         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2316         certs should be verified and what is to be done in the event of a
2317         verification failure.
2318
2319         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2320         caller can indicate whether the cache should be disregarded for this
2321         call.  This way the result of the call is reproducible at all times and
2322         can be considered a canonical server name for the supplied method.
2323         (gnus-agent-method-p): Canonicalize server names by pushing their
2324         method through `gnus-method-to-server' using the no-cache argument.
2325
2326         * gnus-srvr.el (gnus-server-insert-server-line): Call
2327         `gnus-method-to-server' with `no-cache' argument.
2328
2329         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2330         gnus-agent-possibly-synchronize-flags as this should be called when the
2331         server is actually being opened.
2332         (gnus-agent-possibly-synchronize-flags)
2333         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2334         flags file of an agentized server to the latter function.
2335
2336         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2337         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2338         after a connection has been established successfully.
2339
2340 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-art.el (article-display-face): Force to display face if called
2343         interactively; check if gnus-article-x-face-too-ugly matches author.
2344         (article-display-x-face): Display face even if From header is missing
2345         as article-display-face does.
2346
2347 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2348
2349         * hashcash.el (message-narrow-to-headers-or-head)
2350         (message-fetch-field, message-goto-eoh)
2351         (message-narrow-to-headers): Declare as functions.
2352
2353 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * mail-source.el (mail-sources): Default to fetch from file for
2356         compatibility with default of nnmail-spool-file.
2357
2358 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2361         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2362         to look for encoded word that should be encoded again.
2363         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2364         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2365         encoding pattern.
2366         (rfc2047-decode-region): Switch strict regexp and loose one according
2367         to rfc2047-allow-irregular-q-encoded-words.
2368
2369 2007-11-25  Romain Francoise  <romain@orebokech.com>
2370
2371         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2372
2373 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2374
2375         * tls.el (tls-program): Provide more custom choices from
2376         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2377         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2378
2379 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2380
2381         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2382         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2383
2384         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2385         `nnmail-spool-file'.
2386
2387         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2388         `nnmail-spool-file'.
2389
2390         * gnus-move.el (gnus-change-server): Ditto.
2391
2392         * gnus-kill.el (gnus-batch-score): Ditto.
2393
2394         * gnus-cache.el (gnus-jog-cache): Ditto.
2395
2396         * gnus-msg.el (gnus-summary-reply):
2397         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2398
2399 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2400
2401         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2402         version.  Minor improvement to doc strings.
2403         (tls-program): Add comment.
2404
2405 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2406
2407         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2408         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2409         mismatch between the hostname provided in the certificate and the name
2410         of the host connnecting to.
2411         (open-tls-stream): Use them.  Check certificates against trusted root
2412         certificates.
2413
2414 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * gnus-cache.el (gnus-cache-generate-nov-databases):
2417         Use nnml-generate-nov-databases-directory instead of
2418         nnml-generate-nov-databases-1.
2419
2420 2007-11-24  Glenn Morris  <rgm@gnu.org>
2421
2422         * message.el (message-tool-bar-retro): Update for rename
2423         mail_send.xpm->mail-send.xpm.
2424
2425 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2426
2427         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2428         `smime-ldap-search' for Emacs 22 and up.
2429
2430 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2431
2432         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2433
2434         * message.el (message-send-mail-function): Fix error convention.
2435         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2436         (message-widen-reply, message-send-mail, message-talkative-question)
2437         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2438         (message-clone-locals, message-send-news): Use with-current-buffer.
2439         (message-insert-or-toggle-importance): Remove unused var `valid'.
2440         (message-make-references): Remove unused var `new-references'.
2441         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2442
2443 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2444
2445         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2446         (spam-split-symbolic-return-positive): Reflow docstring.
2447         (spam-backends, spam-summary-exit-behavior)
2448         (spam-mark-ham-unread-before-move-from-spam-group)
2449         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2450         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2451         (spam-clear-cache, spam-backend-check, spam-install-backend)
2452         (spam-install-statistical-backend, spam-list-of-processors)
2453         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2454         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2455         (spam-check-crm114, spam-initialize, spam-unload-hook):
2456         Fix typos in docstrings.
2457
2458 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2461         been checked if they have never been read and those group levels are
2462         higher than the one that a user specified.
2463
2464 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2467         foreign groups unless a group level is specified by a user.
2468         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2469
2470 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * message.el (message-send-mail-function): Require sendmail.
2473
2474 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         * message.el (message-send-mail-function): Check for smtpmail too.
2477
2478         * utf7.el (utf7-encode, utf7-decode): Use coding system
2479         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2480
2481         * message.el (message-send-mail-function): New function.
2482         (message-send-mail-function): Set default using
2483         message-send-mail-function.  Adjust doc string.
2484         (message-send-mail-with-mailclient): New function.
2485
2486 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2487
2488         * smime.el (from):
2489         * rfc2047.el (message-posting-charset):
2490         * qp.el (mm-use-ultra-safe-encoding):
2491         * pop3.el (parse-time-months):
2492         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2493         * nnml.el (files):
2494         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2495         (jka-compr-compression-info-list, ange-ftp-path-format)
2496         (efs-path-regexp):
2497         * nndiary.el (files):
2498         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2499         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2500         (epg-digest-algorithm-alist, inhibit-redisplay)
2501         (password-cache-expiry):
2502         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2503         (pgg-output-buffer, password-cache-expiry):
2504         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2505         (efs-path-regexp):
2506         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2507         (inhibit-redisplay):
2508         * mm-uu.el (file-name, start-point, end-point, entry)
2509         (gnus-newsgroup-name, gnus-newsgroup-charset):
2510         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2511         (latin-unity-ucs-list):
2512         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2513         (mm-uu-binhex-decode-function):
2514         * message.el (gnus-message-group-art, gnus-list-identifiers)
2515         (rmail-enable-mime-composing, gnus-local-organization)
2516         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2517         (gnus-read-active-file, facemenu-add-face-function)
2518         (facemenu-remove-face-function, gnus-article-decoded-p)
2519         (tool-bar-mode):
2520         * mail-source.el (display-time-mail-function):
2521         * gnus-util.el (nnmail-pathname-coding-system)
2522         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2523         (gnus-original-article-buffer, gnus-user-agent)
2524         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2525         (xemacs-codename, sxemacs-codename, emacs-program-version):
2526         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2527         * gnus-start.el (gnus-agent-covered-methods)
2528         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2529         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2530         (gnus-newsgroup-headers, gnus-group-list-mode)
2531         (gnus-group-mark-positions, gnus-newsgroup-data)
2532         (gnus-newsgroup-unreads, nnoo-state-alist)
2533         (gnus-current-select-method, mail-sources)
2534         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2535         (nnmail-spool-file, gnus-cache-active-hashtb):
2536         * gnus-mh.el (mh-lib-progs):
2537         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2538         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2539         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2540         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2541         (gnus-group-buffer):
2542         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2543         (font-lock-set-defaults):
2544         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2545         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2546         (gnus-summary-post-menu, total-parts, type, condition, length):
2547         * gnus-agent.el (gnus-agent-read-agentview):
2548         * flow-fill.el (show-trailing-whitespace):
2549         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2550         eval-and-compile wrappers for byte compiler pacifiers.
2551
2552         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2553         (mm-display-inline-fontify): Check for featurep 'xemacs not
2554         extent-list.
2555
2556         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2557         itimer-list.
2558         (mm-create-image-xemacs): Only do something for XEmacs.
2559         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2560
2561         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2562
2563         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2564         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2565
2566 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2567
2568         * nnimap.el (nnimap-split-download-body):
2569         * gnus-demon.el (gnus-demon):
2570         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2571
2572 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2575         macros.
2576         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2577         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2578         copy data from unibyte buffer to multibyte current buffer.
2579         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2580         to copy data from unibyte current buffer to multibyte buffer.
2581         (nntp-make-process-buffer): Make process buffer unibyte.
2582
2583         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2584
2585 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2586
2587         * pop3.el (pop3-open-server): Accept and process data more robustly at
2588         connexion start to avoid spurious "POP SSL connexion failed" errors.
2589
2590 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2593         read group names.
2594
2595 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2596
2597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2598
2599 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2602         (nnmail-save-active): Use a unibyte buffer when saving active file,
2603         which may contain non-ASCII group names.
2604
2605         * nnml.el (nnml-request-group): Decode group names in messages.
2606
2607 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * message.el (message-citation-line-function)
2610         (message-insert-formatted-citation-line): Fix spelling of
2611         `message-insert-formated-citation-line'.
2612
2613 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2616
2617 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2620         nnmail-pathname-coding-system.
2621
2622         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2623         that a user enters; decode group names in messages.
2624
2625         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2626
2627 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2628
2629         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2630
2631         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2632
2633         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2634         risky local variable.
2635
2636         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2637
2638 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2639
2640         * encrypt.el: Improve documentation to fix function name typo.
2641         Reported by Daiki Ueno <ueno@unixuser.org>.
2642
2643 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2646         even if the point is not in the last page of an article.
2647         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2648         back to the previous page.
2649
2650 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2651
2652         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2653
2654 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2657
2658 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * message.el (message-check-news-body-syntax): Avoid
2661         mm-string-as-multibyte.
2662         (message-hide-headers): Don't assume (point-min)==1.
2663
2664 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2665
2666         * message.el (message-remove-blank-cited-lines): Fix if remove is
2667         given.
2668         (message-bogus-address-regexp): New variable.
2669         (message-bogus-recipient-p): New function.
2670         (message-check-recipients): New command.
2671         (message-syntax-checks): Add `bogus-recipient'.
2672         (message-fix-before-sending): Add `bogus-recipient'.
2673
2674         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2675         (gnus-treat-body-boundary): Don't test window-system.
2676
2677 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2678
2679         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2680
2681 2007-10-28  Miles Bader  <miles@gnu.org>
2682
2683         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2684         at compile-time too.
2685
2686 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2687
2688         * gnus-msg.el (gnus-message-setup-hook): Add
2689         `message-remove-blank-cited-lines' to options.
2690
2691 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * message.el (message-remove-blank-cited-lines): New function.
2694         Suggested by Karl Plästerer.
2695
2696 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2699         mapc.
2700
2701         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2702         (top-level): Use mapc to set functions to be traced for debugging.
2703
2704         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2705         called for effect with while loop.
2706
2707         * message.el (message-talkative-question): Replace mapcar called for
2708         effect with mapc.
2709
2710         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2711         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2712         called for effect with dolist.
2713
2714         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2715
2716         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2717         gnus-extra-headers and nnmail-extra-headers.
2718
2719         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2720         called for effect with dolist.
2721         (top-level): Use mapc to set functions to be traced for debugging.
2722
2723         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2724         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2725         dolist.
2726
2727         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2728         Replace mapcar called for effect with mapc.
2729         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2730         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2731         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2732         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2733
2734         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2735         remove-if that's a cl function.
2736
2737         * webmail.el (webmail-debug): Replace mapcar called for effect with
2738         dolist.
2739
2740         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2741         with mapc.
2742
2743 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2746         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2747         with while loop.
2748
2749         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2750         functions from article-* functions.
2751         (gnus-multi-decode-header): Replace mapcar called for effect with
2752         dolist.
2753
2754         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2755         (gnus-bookmark-show-details): Replace mapcar called for effect with
2756         while loop.
2757
2758         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2759         called for effect with while loop.
2760
2761         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2762         with dolist.
2763
2764         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2765         mapcar called for effect with dolist.
2766
2767         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2768
2769         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2770         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2771         Replace mapcar called for effect with dolist.
2772         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2773         mapc.
2774
2775         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2776         Replace mapcar called for effect with dolist.
2777         (gnus-topic-list): Replace mapcar called for effect with mapc.
2778
2779         * gnus.el: Use mapc instead of mapcar to add autoloads.
2780
2781 2007-10-23  Richard Stallman  <rms@gnu.org>
2782
2783         * gnus-group.el (gnus-group-highlight): Mark as risky.
2784
2785 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gnus.el (gnus-server-to-method): Return method found first in
2788         gnus-newsrc-alist.
2789
2790         * gnus-art.el (gnus-article-highlight-signature)
2791         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2792         button overlay without the front stickiness.
2793
2794 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2795
2796         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2797         overview buffer needed a catch to receive its throw.
2798         (gnus-agent-flush-cache): Declared as interactive to make this function
2799         easier to use.
2800
2801 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2804         `next-line'.
2805
2806 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2809         exclude address matching message-dont-reply-to-names.
2810
2811 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-util.el (gnus-string<): New function.
2814
2815         * gnus-sum.el (gnus-article-sort-by-author)
2816         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2817
2818 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2821         the frame-focus tag is set in gnus-buffer-configuration.
2822
2823 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2826         the front stickiness.
2827
2828 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2831         url pattern; remove duplicate one.
2832         (gnus-article-extend-url-button): New function.
2833         (gnus-article-add-buttons): Use it.
2834         (gnus-button-push): Use concatenated url that it makes.
2835
2836 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2837
2838         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2839
2840 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2841
2842         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2843         Don't hardcode point-min==1.
2844
2845 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2848         Fix comment about "iso8859-1".
2849
2850 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2851
2852         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2853         ones returned from the verify-function.
2854
2855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2856         mml2015-extract-cleartext-signature if extraction failed.
2857
2858 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2859
2860         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2861         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2862         failed.
2863
2864 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2865
2866         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2867
2868 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2869
2870         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2871         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2872         recommends to use EasyPG instead of PGG.
2873
2874         * pgg.el: Revert to revision 6.23.2.16
2875
2876         * pgg-def.el: Revert to revision 6.6.2.14.
2877
2878         * pgg-gpg.el: Revert to revision 6.23.2.34.
2879
2880 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2883         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2884         thread for both the null and zero (kill/expire thread) universal prefix
2885         cases.
2886         (gnus-summary-expire-thread): Add new function to expire a thread,
2887         using gnus-summary-kill-thread.
2888         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2889         shortcuts for gnus-summary-expire-thread.
2890         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2891         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2892
2893 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2894
2895         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2896         extras value, so an extras entry can be deleted.
2897         (gnus-registry-delete-extra-entry): Use it.
2898         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2899         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2900         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2901         storage through the gnus-registry, and provide an appropriate API for
2902         it.
2903
2904 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2907         Suggested by Leo <sdl.web@gmail.com>.
2908
2909         * gnus.el: Do.
2910
2911 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2914         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2915
2916         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2917
2918         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2919         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2920
2921 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2924         newline.
2925         (nnmbox-request-accept-article): Don't change article in source buffer;
2926         narrow to header to use message-fetch-field rather than
2927         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2928         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2929         as delimiters; make sure article ends with newline.
2930         (nnmbox-delete-mail): Correct last position of article to be deleted;
2931         ignore X-Gnus-Newsgroup header in article body.
2932         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2933         positions; make sure article ends with newline.
2934
2935         * message.el (message-display-abbrev): Don't infloop when a user
2936         inserts SPC in the beginning of header.
2937
2938         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2939         coding-system-for-read and coding-system-for-write for XEmacs having no
2940         file-coding feature.
2941
2942         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2943
2944 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2945
2946         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2947         list of groups not followed by default.  Fix type to be regexp.
2948         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2949
2950 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2951
2952         * hmac-def.el (define-hmac-function): Switch from old-style to
2953         new-style backquotes.
2954
2955         * md4.el (md4-make-step): Likewise.
2956
2957 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2960         raw-text coding system when saving .newsrc file, which may contain
2961         non-ASCII group names.
2962
2963 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-cus.el (gnus-score-extra): New widget.
2966         (gnus-score-extra-convert): New function.
2967         (gnus-score-customize): Use it for Extra.
2968
2969 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2970
2971         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2972         (mml2015-mailcrypt-clear-verify): Use it.
2973         (mml2015-gpg-clear-verify): Use it.
2974         (mml2015-pgg-clear-verify): Use it.
2975         (mml2015-epg-clear-verify): Replace the current part with the output
2976         from GnuPG; don't extract the plaintext by itself.
2977
2978         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2979         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2980         mml2015-clear-verify-function; don't touch the armor headers or
2981         dash-escaped text here.
2982
2983 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2986         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2987         parts, or application/octet-stream as a last resort.
2988         (gnus-mime-view-part-as-type): Don't toggle display.
2989         (gnus-mime-view-part-as-charset): Don't turn off display before
2990         querying charset.
2991
2992         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2993         stuff to undisplayer function in Emacs.
2994         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2995
2996         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2997         text/calendar parts.
2998
2999 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3002         decoding text/calendar parts.
3003
3004         * message.el (message-forward-make-body-mime): Always mark body as
3005         having no illegible text; remove signed-or-encrypted argument.
3006         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3007
3008         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3009         (mml-generate-mime-1): Don't encode body if it is specified to be in
3010         raw form; don't make buffer be unibyte when inserting multibyte string.
3011
3012 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3013
3014         * sha1.el: Fix up comment style.
3015         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3016         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3017
3018         * hex-util.el: Fix up comment style.
3019         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3020
3021         * gnus-salt.el: Use with-current-buffer.
3022         (gnus-pick-setup-message): Fix long-standing typo.
3023
3024 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * imap.el (imap-logout-timeout): New variable.
3027         (imap-logout, imap-logout-wait): New functions.
3028         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3029
3030         * nnimap.el (nnimap-logout-timeout): New server variable.
3031         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3032         nnimap-logout-timeout.
3033
3034         * gnus-art.el (gnus-article-summary-command-nosave)
3035         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3036
3037 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus.el (gnus-maximum-newsgroup): New variable.
3040
3041         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3042         according to gnus-maximum-newsgroup.
3043
3044         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3045         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3046         Limit the range of articles according to gnus-maximum-newsgroup.
3047
3048 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3049
3050         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3051         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3052         Don't perform gnus-configure-windows here; reuse existing sticky
3053         article buffer.
3054
3055         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3056         it doesn't exist in gnus-article-mode.
3057
3058 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3061         (gnus-agent-decoded-group-name): New function.
3062         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3063         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3064
3065 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3066
3067         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3068         Add binding for gnus-sticky-article.
3069         (gnus-summary-exit): Don't kill sticky article buffers.
3070
3071         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3072         article buffer.
3073         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3074         (gnus-kill-sticky-article-buffers): New commands.
3075
3076 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * nntp.el (nntp-xref-number-is-evil): New server variable.
3079         (nntp-find-group-and-number): If it is non-nil, don't trust article
3080         numbers in the Xref header.
3081
3082 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-agent.el (gnus-agent-read-group): New function.
3085         (gnus-agent-flush-group, gnus-agent-expire-group)
3086         (gnus-agent-regenerate-group): Use it.
3087         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3088         nnmail-pathname-coding-system.
3089
3090 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3093
3094         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3095         that are unread as unread, and also as selected so that information of
3096         marks having been changed by a user may be updated when exiting group.
3097
3098 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3101         calculated ignoring signature parts to gnus-treat-article.
3102
3103 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3106         a point here in order to keep the window start.
3107         (gnus-insert-mime-security-button): Make a button overlay without the
3108         front stickiness.
3109         (gnus-mime-display-security): Goto the end of a button.
3110
3111         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3112
3113 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3116         group-name-at-point.
3117         (gnus-group-completing-read): New function that offers decoded
3118         non-ASCII group names for completion.
3119         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3120         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3121         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3122         (gnus-group-fetch-control): Use it.
3123         (gnus-fetch-group): Use group-name-at-point for the initial value
3124         rather than the default value; use gnus-alive-p.
3125
3126         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3127         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3128         (gnus-summary-post-news): Use gnus-group-completing-read.
3129
3130         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3131         (gnus-read-move-group-name): Decode group name for completion.
3132
3133 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3136         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3137         Yamaoka slightly modified the code).
3138
3139 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3142         (nnmail-split-incoming): Bind it.
3143
3144         * nnml.el (nnml-group-name-charset): New function.
3145         (nnml-decoded-group-name): Use it; don't decode group name if
3146         nnmail-group-names-not-encoded-p is non-nil.
3147         (nnml-encoded-group-name): New function.
3148         (nnml-group-pathname): Inline nnml-decoded-group-name.
3149         (nnml-request-expire-articles): Decode group name in message.
3150         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3151         nnmail-pathname-coding-system.
3152         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3153         not decoded ones according to nnmail-group-names-not-encoded-p.
3154         (nnml-generate-active-info): Use nnml-encoded-group-name.
3155
3156 2007-08-08  Glenn Morris  <rgm@gnu.org>
3157
3158         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3159         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3160         doc-strings and comments.
3161
3162 2007-07-25  Glenn Morris  <rgm@gnu.org>
3163
3164         * Relicense all FSF files to GPLv3 or later.
3165
3166 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-sum.el (gnus-summary-move-article): Make
3169         gnus-summary-respool-article work.
3170
3171 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3174         string.
3175
3176 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3177
3178         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3179         that should be ignored when comparing distant RSS articles with local
3180         ones.
3181         (nnrss-make-hash-index): New function.  Create a hash index according
3182         to the ignored fields.
3183         (nnrss-check-group): Use it.
3184
3185 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3188
3189         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3190
3191         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3192         the new optional argument ENCODED is non-nil.
3193         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3194         coding system for encoding group name.
3195         (gnus-group-make-rss-group): Pass un-encoded group name to
3196         gnus-group-make-group.
3197         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3198         encoded.
3199
3200         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3201         Encode group name to which articles are moved or copied.
3202         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3203         coding system for encoding Newsgroup, Followup-To and Xref headers.
3204
3205         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3206         marks; use nnheader-file-coding-system to write a file.
3207         (nnagent-retrieve-headers): Bind file-name-coding-system to
3208         nnmail-pathname-coding-system.
3209
3210         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3211
3212         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3213         (nnml-request-article, nnml-request-create-group)
3214         (nnml-request-rename-group, nnml-find-id)
3215         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3216         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3217         (nnml-save-marks): Use nnml-group-pathname instead of
3218         nnmail-group-pathname.
3219
3220         (nnml-request-create-group, nnml-request-expire-articles)
3221         (nnml-request-move-article, nnml-request-delete-group)
3222         (nnml-deletable-article-p, nnml-possibly-create-directory)
3223         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3224         (nnml-open-marks): Bind file-name-coding-system to
3225         nnmail-pathname-coding-system.
3226
3227         (nnml-request-article): Pass server argument to nnml-find-group-number.
3228         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3229         server argument to nnml-possibly-create-directory.
3230         (nnml-request-accept-article): Pass server argument to
3231         nnml-active-number and nnml-save-mail.
3232         (nnml-find-group-number): Pass server argument to nnml-find-id.
3233         (nnml-request-update-info): Pass server argument to
3234         nnml-marks-changed-p.
3235
3236         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3237         (nnml-save-mail, nnml-active-number): Add server argument.
3238
3239         (nnml-request-delete-group): Warn if group is missing.
3240         (nnml-get-nov-buffer): Decode group name.
3241         (nnml-generate-active-info): Encode group name.
3242         (nnml-open-marks): Decode group name in messages.
3243
3244 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3247         if it is not specified.
3248         (gnus-article-pipe-part, gnus-article-save-part)
3249         (gnus-article-interactively-view-part, gnus-article-copy-part)
3250         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3251         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3252         (gnus-article-replace-part, gnus-article-delete-part)
3253         (gnus-article-view-part-as-type): Pass raw prefix argument to
3254         gnus-article-part-wrapper.
3255
3256 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-agent.el (gnus-agent-save-active): Bind
3259         nnheader-file-coding-system to gnus-agent-file-coding-system.
3260
3261         * gnus-cache.el (gnus-cache-save-buffers)
3262         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3263         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3264         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3265         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3266         (gnus-cache-generate-active, gnus-cache-rename-group)
3267         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3268         (gnus-cache-update-overview-total-fetched-for): Bind
3269         file-name-coding-system to nnmail-pathname-coding-system.
3270         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3271         variables.
3272         (gnus-cache-decoded-group-name): New function.
3273         (gnus-cache-file-name): Use it.
3274         (gnus-cache-generate-active): Use non-decoded group name for active.
3275
3276         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3277         right place.
3278         (gnus-write-active-file): Don't break non-ASCII group names.
3279
3280         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3281         nnmail-pathname-coding-system.
3282
3283         * lpath.el: Bind default-file-name-coding-system,
3284         file-name-coding-system and language-info-alist for XEmacs.
3285
3286         * gnus-uu.el (gnus-uu-decode-save): Typo.
3287
3288 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3291
3292 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3295         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3296         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3297         (gnus-agent-flush-group, gnus-agent-flush-cache)
3298         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3299         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3300         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3301         (gnus-agent-regenerate-group)
3302         (gnus-agent-update-files-total-fetched-for)
3303         (gnus-agent-update-view-total-fetched-for): Bind
3304         file-name-coding-system to nnmail-pathname-coding-system.
3305         (gnus-agent-group-pathname): Don't encode file names by
3306         nnmail-pathname-coding-system.
3307         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3308         coding-system-for-write instead of buffer-file-coding-system to
3309         gnus-agent-file-coding-system.
3310
3311         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3312         Decode group name.
3313
3314         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3315
3316         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3317         (gnus-read-newsrc-el-file): Make group names unibyte.
3318
3319         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3320         nnmail-pathname-coding-system.
3321
3322         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3323         (nnrss-request-delete-group): Bind file-name-coding-system to
3324         nnmail-pathname-coding-system.
3325         (nnrss-read-server-data, nnrss-read-group-data): Bind
3326         file-name-coding-system correctly.
3327         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3328
3329         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3330         (nntp-server-to-method-cache): New variable.
3331         (nntp-group-pathname): New function that decodes non-ASCII group names.
3332         (nntp-possibly-create-directory, nntp-marks-changed-p)
3333         (nntp-save-marks, nntp-open-marks): Use it.
3334         (nntp-possibly-create-directory, nntp-open-marks):
3335         Bind file-name-coding-system to nnmail-pathname-coding-system.
3336         (nntp-open-marks): Decode group names when bootstrapping marks.
3337
3338         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3339         Newsgroups and Folowup-To headers.
3340
3341 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3344         (gnus-server-closed-face, gnus-server-denied-face)
3345         (gnus-server-offline-face): Remove variable.
3346         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3347
3348         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3349         of modifying message-stack directly for XEmacs.
3350
3351         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3352         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3353         if the coding-system argument is nil for XEmacs.
3354
3355         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3356         mm-charset-override-alist.
3357
3358         * rfc2047.el: Don't require base64; require rfc2045 for the function
3359         rfc2045-encode-string.
3360         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3361         to quote the parameter value.
3362
3363 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3366         form in gnus-group-name-charset-method-alist.
3367
3368         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3369         overrides the default layout edit-form.
3370
3371         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3372
3373         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3374
3375 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3378         as unfetched articles.
3379
3380 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3381
3382         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3383
3384 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3387         original back end that keeps marks in the local system.
3388
3389 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3392         arg of pop-to-buffer for XEmacs.
3393         (gnus-article-read-summary-keys): Ditto; don't restore window
3394         configuration if summary command ends up with neither article buffer
3395         nor summary buffer; describe bindings if summary keys end with C-h.
3396
3397 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * message.el (message-fix-before-sending): Skip raw message part to be
3400         forwarded while checking illegible text.
3401         (message-forward-make-body-mime, message-forward-make-body): Mark
3402         signed or encrypted raw message as having no illegible text.
3403
3404 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3407         (gnus-message-with-timestamp-1): New macro.
3408         (gnus-message-with-timestamp): New function.
3409         (gnus-message): Use them.
3410
3411         * nnheader.el (nnheader-message): Use them.
3412
3413 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3416         .newsrc.eld file.
3417
3418 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-agent.el (gnus-agent-fetch-headers)
3421         (gnus-agent-retrieve-headers): Bind
3422         gnus-decode-encoded-address-function to identity.
3423
3424         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3425         available also when the server returns simply a dot.
3426
3427         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3428
3429 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3432
3433 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-ems.el (gnus-x-splash): Make it work.
3436
3437         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3438         from being used.
3439
3440         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3441
3442 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3445         4th and the 5th arguments.
3446
3447         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3448         the front stickiness.
3449         (gnus-article-summary-command-nosave): Correct the order of the
3450         arguments passed to pop-to-buffer.
3451         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3452         summary command ends up with the article buffer.
3453
3454         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3455         the same faces.
3456
3457 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3458
3459         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3460
3461 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3462
3463         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3464         * gnus-sum.el (gnus-summary-highlight):
3465         * pgg.el (pgg-sign-region, pgg-sign):
3466         * mail-source.el (mail-source-delete-old-incoming-confirm):
3467         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3468
3469 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-art.el (gnus-mime-view-part-externally)
3472         (gnus-mime-view-part-internally): Fix predicate function passed to
3473         completing-read.
3474
3475         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3476
3477         * gnus.el (gnus-update-message-archive-method): Add :version.
3478
3479 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus.el (gnus-update-message-archive-method): New variable.
3482
3483         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3484         according to gnus-message-archive-method if
3485         gnus-update-message-archive-method is non-nil.
3486
3487 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3490         by Loic Dachary <loic@dachary.org>.
3491         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3492
3493 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * message.el (message-pop-to-buffer): Add switch-function argument.
3496         (message-mail): Pass switch-function argument to it.
3497
3498 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3501         Improve doc string.
3502
3503 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3506         (gnus-header-content)
3507         * gnus-cite.el (gnus-cite-10)
3508         * gnus-srvr.el (gnus-server-closed)
3509         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3510         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3511         (gnus-group-mail-3-empty, gnus-group-mail-low)
3512         (gnus-group-mail-low-empty, gnus-splash)
3513         * message.el (message-header-to, message-header-cc)
3514         (message-header-subject, message-header-other, message-header-name)
3515         (message-header-xheader, message-separator, message-cited-text)
3516         (message-mml): Lighten colors of faces used for dark background.
3517
3518 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3519
3520         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3521         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3522
3523 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * message.el (message-narrow-to-headers-or-head):
3526         Ignore mail-header-separator in the body.
3527
3528 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3531         same as window size.
3532
3533 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3534
3535         * message.el (message-font-lock-keywords): Use message-header-xheader
3536         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3537         ahead of the anything pattern, to get it recognised.
3538
3539 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3542         spam.el loads uses it in the compiled defadvice form.
3543
3544 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3545
3546         * gnus-sum.el (gnus-articles-to-read)
3547         (gnus-summary-insert-old-articles): Don't truncate group name for
3548         `read-string'.
3549
3550         * gnus-util.el (gnus-limit-string): Delete this function.
3551
3552         * gnus-sum.el (gnus-simplify-subject-fully): Use
3553         `truncate-string-to-width' instead.
3554
3555 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3556
3557         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3558         if, on summary exit, the next group has to be selected.
3559         (gnus-summary-exit): Use it.
3560
3561 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3562
3563         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3564         non-break space.
3565
3566 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3569         Check if group is not a directory.
3570         (nnfolder-request-expire-articles): Don't delete articles if the target
3571         group is not available.
3572
3573         * nnml.el (nnml-request-create-group): Properly check if group is not a
3574         file.
3575         (nnml-request-expire-articles): Don't delete articles if the target
3576         group is not available.
3577
3578         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3579         Don't quote characters that are within parentheses.
3580
3581 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3584         (gnus-handle-ephemeral-exit): Select article according to it.
3585
3586 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * message.el (message-insert-formated-citation-line): Remove newline.
3589         (message-citation-line-format): Add final \n here so that the user can
3590         avoid a blank line.
3591
3592 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3593
3594         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3595         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3596         Update lanl/arXiv support.
3597
3598 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3599
3600         * gnus.el: Bump version number.
3601
3602 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus.el (gnus-version-number): Bump version.
3605
3606 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3607
3608         * gnus.el: No Gnus v0.6 is released.
3609
3610 2007-04-27  Didier Verna  <didier@xemacs.org>
3611
3612         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3613         * gmm-utils.el (gmm-regexp-concat): here.
3614         * message.el: Don't require 'gnus-util.
3615         (message-dont-reply-to-names): Handle name change above.
3616         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3617
3618 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3621         since the initial value varies according to the system.
3622
3623 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3626
3627 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3628
3629         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3630
3631 2007-04-24  Didier Verna  <didier@xemacs.org>
3632
3633         Improve the type of gnus-ignored-from-addresses.
3634         * gnus-util.el (gnus-orify-regexp): New function.
3635         * message.el (gnus-util): Require it.
3636         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3637         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3638         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3639
3640 2007-04-24  Didier Verna  <didier@xemacs.org>
3641
3642         * gnus-sum.el:
3643         * gnus-utils.el: Fix some trailing whitespaces.
3644
3645 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3648         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3649         article's Message-ID; refer parent article in summary buffer.
3650
3651         * message.el (message-bounce): Call mime-to-mml.
3652
3653         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3654         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3655         optimize and/or forms properly.
3656
3657 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3658
3659         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3660         URL.
3661
3662 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3665
3666 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3669         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3670         displayed of multipart/alternative part if it is invoked from summary
3671         buffer.
3672
3673         * mm-view.el (mm-inline-text-html-render-with-w3m)
3674         (mm-inline-text-html-render-with-w3m-standalone)
3675         (mm-inline-render-with-function): Use mail-parse-charset by default.
3676
3677 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3678
3679         * parse-time.el (parse-time-string-chars): Check if CHAR
3680         is less than the length of parse-time-syntax.
3681
3682 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3685         from gnus-newsgroup-processable.
3686
3687 2007-04-16  Didier Verna  <didier@xemacs.org>
3688
3689         * gnus-msg.el (gnus-configure-posting-styles): Handle
3690         message-signature-directory properly with :file syntax.  Reported by
3691         "Leo".
3692
3693 2007-04-11  Didier Verna  <didier@xemacs.org>
3694
3695         New user option: message-signature-directory.
3696         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3697         * message.el (message-insert-signature): Ditto.
3698         * message.el (message-signature-file): Doc update.
3699         * message.el (message-signature-directory): New.
3700
3701 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-msg.el (gnus-inews-yank-articles): Use
3704         message-exchange-point-and-mark instead of exchange-point-and-mark.
3705
3706 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * message.el (message-yank-original): Make sure cited text ends with
3709         newline; don't exchange point and mark.
3710
3711 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3712
3713         * tls.el (open-tls-stream): Properly handle case where there
3714         is no associated buffer.
3715
3716 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3717
3718         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3719         message-yank-original, make sure (< mark TEXT point).
3720
3721 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * message.el (message-fill-column): New variable.
3724         (message-mode): Use it.  Add comment on a possible new hook.
3725
3726         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3727         (nnmail-get-new-mail): Reformat.
3728
3729         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3730
3731         * gmm-utils.el: Fix Commentary.
3732         (gmm-tool-bar-from-list): Fix typo in doc string.
3733
3734 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3735
3736         * message.el (message-yank-original): Don't switch point and mark
3737         unnecessarily to put point and mark as documented.
3738
3739 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3742         from the message heads.
3743
3744 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3745
3746         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3747         article buffer does not have a window.  This may not be the best
3748         solution but is certainly better than setting the start of the null,
3749         that is the current, window.
3750
3751 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3754         (gnus-draft-setup): Run it.
3755
3756         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3757         gnus-score-fast-scoring.  Allow regexp.
3758         (gnus-score-headers): Use it.
3759
3760         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3761         XEmacs.
3762
3763         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3764         string.
3765         (gnus-button-alist): Also catch `<f1> k ...'.
3766         (gnus-treat-display-x-face): Fix doc string.
3767
3768 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3769
3770         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3771         evaluation of gnus-extended-version to ensure correct generation of the
3772         User-Agent header when message-generate-headers-first is used.
3773
3774 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3775
3776         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3777         hashcash-path is nil.  Don't call callback with incorrect number of
3778         parameters if val is 0.
3779
3780 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3781
3782         * message.el (message-required-news-headers):
3783         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3784
3785 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3786
3787         * tls.el (open-tls-stream): In handshake-waiting loop,
3788         don't wait more if there is output available to process.
3789
3790 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3791
3792         * tls.el (tls-program): Doc fix.
3793
3794 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * message.el (message-generate-new-buffers): Change the meaning of the
3797         nil value; add `standard' to the choices; treat t as `unique'; improve
3798         doc string.
3799         (gnus-select-frame-set-input-focus): Autoload.
3800         (message-buffer-name): Search for the existing message buffer if
3801         message-generate-new-buffers is nil or `standard'; treat the value t of
3802         message-generate-new-buffers as `unique'.
3803         (message-pop-to-buffer): Raise the frame already displaying the message
3804         buffer; clear the echo area after querying.
3805         (message-setup): Pass the `continue' argument to compose-mail.
3806         (message-mail): Prefer `switch-function' if it is given; search for the
3807         existing message buffer if the `continue' argument is non-nil; pass
3808         continue and switch-function arguments to compose-mail by way of
3809         message-setup.
3810         (message-mail-other-window): Adjust argument of message-setup.
3811         (message-mail-other-frame): Ditto.
3812
3813 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3816         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3817         to turn font-lock on when turning gnus-message-citation-mode on.
3818
3819 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3820
3821         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3822         (mml-smime-function-alist): New variable; add epg as the backend.
3823         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3824         mml-smime- functions instead.
3825         * mm-view.el: Require smime.
3826
3827 2007-03-05  Didier Verna  <didier@xemacs.org>
3828
3829         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3830         instead of just inheritance for posting styles.
3831         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3832
3833 2007-02-24  Chris Moore  <dooglus@gmail.com>
3834
3835         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3836         * pgg-pgp.el (pgg-pgp-encrypt-region):
3837         * pgg-gpg.el (pgg-gpg-encrypt-region):
3838         Check pgg-encrypt-for-me if no other recipients.
3839
3840 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3841
3842         * tls.el (tls-certtool-program): Fix custom type.
3843
3844 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3847         and point-at-eol instead of line-(beginning|end)-position.
3848
3849         * assistant.el (assistant-parse-buffer): Ditto.
3850
3851         * netrc.el (netrc-parse-services): Ditto.
3852
3853 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3854
3855         * mml2015.el (mml2015-epg-find-usable-key): New function.
3856         (mml2015-epg-sign): Use it.
3857         (mml2015-epg-encrypt): Use it.
3858
3859 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * message.el (message-make-in-reply-to): Quote name containing
3862         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3863         if there are special characters.  Reported by NAKAJI Hiroyuki
3864         <nakaji@jp.freebsd.org>.
3865
3866 2007-02-27  Didier Verna  <didier@xemacs.org>
3867
3868         Include the group parameters as well as the topic ones in the
3869         inheritance filter process.
3870         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3871         argument GROUP-PARAMS-LIST.
3872         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3873
3874 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * nntp.el (nntp-never-echoes-commands)
3877         (nntp-open-connection-functions-never-echo-commands): New variables.
3878         (nntp-send-command): Use them.
3879
3880 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3881
3882         * mml2015.el (mml2015-epg-verify): Simplified.
3883
3884 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * mml.el (mml-content-disposition-alist): New user option.
3887         (mml-content-disposition): New function.
3888         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3889         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3890
3891 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3892
3893         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3894         verification.
3895
3896 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3897
3898         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3899         articles posted in the last 24 hours.
3900
3901 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3902
3903         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3904
3905 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3906
3907         * nntp.el (nntp-send-command): Don't wait for echoes when
3908         nntp-open-ssl-stream is used.
3909
3910 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3913         (gnus-message-add-citation-keywords)
3914         (gnus-message-remove-citation-keywords): Remove.
3915         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3916         directly, make the variables in font-lock-defaults buffer-local, add
3917         gnus-message-citation-keywords to them and then update the value of
3918         font-lock-keywords.
3919
3920 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * message.el (message-cite-original-1): Don't call
3923         gnus-article-highlight-citation.
3924
3925         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3926         citations; fix line count.
3927
3928 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3931         (gnus-message-add-citation-keywords)
3932         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3933         versions of font-lock-add-keywords and font-lock-remove-keywords to
3934         work with XEmacs correctly.
3935
3936 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-cite.el (gnus-cite-face-list): Set the values of
3939         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3940         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3941         (gnus-message-cite-prefix-regexp): New variable.
3942         (gnus-message-search-citation-line): Use it; protect against long
3943         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3944         the 0th match data for Emacs.
3945         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3946         (gnus-message-add-citation-keywords): Append keywords rather than
3947         prepending; emulate font-lock-add-keywords if it is not available.
3948         (gnus-message-remove-citation-keywords): Emulate
3949         font-lock-remove-keywords if it is not available.
3950
3951         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3952
3953         * message.el (message-cite-prefix-regexp): Set the value of
3954         gnus-message-cite-prefix-regexp.
3955
3956 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3957
3958         * nnweb.el (nnweb-google-parse-1): Update parser.
3959
3960 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3961
3962         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3963
3964 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3965
3966         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3967         regexp.
3968
3969 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3972         string-to-multibyte.
3973         (uudecode-decode-region-internal): Use it.
3974
3975         * lpath.el: Fbind string-as-multibyte for XEmacs.
3976
3977 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3980         custom choice.
3981
3982         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3983
3984 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3985
3986         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3987
3988         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3989         `write-region' to respect `mm-inhibit-file-name-handlers'.
3990
3991 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3994         Use gnus-home-directory instead of "~/" or "$HOME".
3995
3996 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3999         to mention filename.
4000         Add comments at beginning regarding usage.
4001         (encrypt-write-file-contents): Change interactive so a string is
4002         acceptable.  If the file has no associated model, show an error instead
4003         of a nonsense prompt.
4004
4005 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4006
4007         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4008         Thanks to Yoshihiko Yamada for kind notification of this typo.
4009
4010 2007-01-12  Kenichi Handa  <handa@m17n.org>
4011
4012         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4013         multibyte buffer.
4014
4015 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * gnus-score.el (gnus-score-fast-scoring): New variable.
4018         (gnus-score-headers): Use it.
4019
4020         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4021
4022         * message.el (message-cite-original-1): Call
4023         gnus-article-highlight-citation if requested.
4024         (message-make-from): Allow name and address as optional arguments.
4025
4026         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4027
4028         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4029         bugs to doc string.
4030         (gnus-button-alist): Add mid\\|message-id.
4031         (gnus-button-fetch-group): Extend for use in
4032         `browse-url-browser-function'.
4033         (gnus-button-url-regexp): Try to catch paired parentheses like in
4034         Wikipedia URLs.
4035
4036         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4037         Suggested by Simon Krahnke <overlord@gmx.li>.
4038
4039 2007-01-13  Romain Francoise  <romain@orebokech.com>
4040
4041         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4042         Update copyright.
4043
4044 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4045
4046         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4047
4048 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4049
4050         * gnus-registry.el (gnus-registry-unfollowed-groups)
4051         (gnus-registry-split-fancy-with-parent): Fix documentation.
4052
4053 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4056         from nnweb groups.
4057
4058 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4061         Xref urls.  Erase buffer before requesting head.
4062
4063 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4066         customizable.
4067
4068 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4069
4070         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4071         no signing key is found.
4072         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4073         no encrypting and/or signing key is found.
4074
4075 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4076
4077         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4078
4079 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4080
4081         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4082         headers read from disk with the ones newly found in the current search.
4083         This should no longer cause problems, because the article numbers in
4084         Gmane's `nov.php' output are ignored since the previous change.
4085
4086 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4087
4088         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4089
4090 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4093         replace-regexp-in-string; bind url-version; fbind display-images-p and
4094         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4095         find-face and set-itimer-function for Emacs; bind itimer-list for
4096         Emacs.
4097
4098         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4099
4100 2007-01-01  Romain Francoise  <romain@orebokech.com>
4101
4102         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4103
4104 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4105
4106         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4107         `define-minor-mode' macro definition expanded properly.
4108         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4109         exclude it there.
4110
4111         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4112         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4113         `fboundp' test.
4114         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4115         This is OK to autoload in (S)XEmacs now.
4116
4117 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4120         keystroke.
4121         (gnus-summary-limit-to-singletons): Fix typo.
4122
4123         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4124         else fails.
4125
4126 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4127
4128         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4129         docstring.
4130
4131         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4132         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4133         (gnus-summary-insert-dormant-articles): Fix typo in message.
4134
4135 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4138         nil for XEmacs.
4139         (gnus-message-citation-mode): Don't autoload in XEmacs.
4140
4141         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4142
4143 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4144
4145         * nnimap.el (nnimap-expunge-search-string): Mention
4146         nnimap-search-uids-not-since-is-evil in docstring.
4147
4148 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4149
4150         * spam.el: Revert to make-obsolete-variable because
4151         define-obsolete-variable-alias is not supported in Emacs 21.
4152
4153         * spam.el (spam-ifile-path, spam-ifile-database-path)
4154         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4155         make-obsolete-variable.
4156         (spam-bsfilter-path, spam-bsfilter-program)
4157         (spam-spamassassin-path, spam-spamassassin-program)
4158         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4159         use "path" inappropriately.
4160         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4161         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4162         variable names.
4163
4164 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4165
4166         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4167         summary buffer.
4168
4169         * password.el (password-cache-remove): Use clear-string to burn
4170         password, if available.
4171
4172 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4175
4176         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4177
4178         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4179         (gnus-message-highlight-citation): Move defcustom here from
4180         gnus-cite.el.
4181         (gnus-message-citation-mode): Autoload.
4182
4183         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4184         checks to make it compile with XEmacs.
4185         (gnus-message-citation-mode): New minor mode.
4186         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4187         (gnus-message-highlight-citation): New variables.
4188         (gnus-message-search-citation-line)
4189         (gnus-message-add-citation-keywords)
4190         (gnus-message-remove-citation-keywords)
4191         (turn-on-gnus-message-citation-mode)
4192         (turn-off-gnus-message-citation-mode): New functions.
4193
4194 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4195
4196         * gnus-cite.el: Enable highlighting of different citation levels in
4197         message-mode.
4198
4199 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * message.el (message-make-fqdn): Fix comment.
4202         (message-bogus-system-names): Add ".local".
4203
4204         * spam.el (spam-ifile-path, spam-ifile-program)
4205         (spam-ifile-database-path, spam-ifile-database)
4206         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4207         Don't use "path" inappropriately.
4208         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4209         strings.
4210         (spam-check-ifile, spam-ifile-register-with-ifile)
4211         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4212         new variable names.
4213
4214         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4215         (gnus-treat-display-smileys): Simplify using
4216         gnus-image-type-available-p.
4217
4218         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4219         available.
4220
4221         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4222         `display-images-p' if available.
4223
4224 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4227         one after turning on the buffer's multibyteness instead of decoding
4228         them directly in the unibyte buffer that causes unexpected conversion
4229         in Emacs 23 (unicode).
4230
4231 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4232
4233         * message.el (message-generate-hashcash): Fix custom type.
4234
4235 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4236
4237         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4238
4239 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4242         disconnect icons.  Add help text.
4243
4244 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4247         negated to be consistent with the others we handle.
4248
4249 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4252         version of gnus-summary-buffer to something, so that we can use two
4253         article buffers at the same time.
4254
4255 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4258         trigger all the extra headers.
4259         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4260         sorting.
4261
4262 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4263
4264         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4265         solid groups.
4266
4267 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4268
4269         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4270
4271 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4272
4273         * legacy-gnus-agent.el: Add Copyright notice.
4274
4275 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4276
4277         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4278
4279 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4282
4283         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4284         to make it work reliably in CVS Emacs.
4285         (gnus-summary-limit-strange-charsets-predicate)
4286         (gnus-summary-limit-to-predicate): New functions.
4287
4288 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4289
4290         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4291         specifying array size.
4292         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4293         array if it is too small.
4294         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4295         (gnus-sort-threads-loop): New function.
4296
4297 2006-12-06  Chris Moore  <dooglus@gmail.com>
4298
4299         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4300         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4301
4302 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4303
4304         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4305         options.
4306
4307 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4310         DOS-ing the recipient.
4311
4312         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4313         the headers when creating the mapping to avoid mismappings.
4314         (nnweb-gmane-create-mapping): Always nix out old mapping.
4315
4316 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4319         and mm-verify-option to never.
4320
4321 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * message.el (message-signed-or-encrypted-p): New function.
4324         (message-forward-make-body): Use it.
4325
4326         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4327         Replace encode-coding-string with mm-encode-coding-string.
4328
4329 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * nneething.el (nneething-decode-file-name): Replace
4332         decode-coding-string with mm-decode-coding-string.
4333
4334         * gnus-int.el (gnus-open-server): Say failed server's name.
4335
4336 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4337
4338         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4339         strings to a single string.  Quote `errors-file-name'.
4340         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4341         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4342         Adjust calls.  Use `shell-quote-argument'.
4343
4344 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4345
4346         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4347         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4348
4349         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4350         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4351         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4352         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4353         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4354         (gnus-subscribe-newsgroup, gnus-1):
4355         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4356         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4357         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4358         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4359
4360 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4363         keystroke.
4364         (gnus-summary-limit-to-bodies): Implement headersp.
4365
4366 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4369
4370 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4373
4374 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * message.el (message-generate-hashcash): Expand range of values to
4377         include `opportunistic'.
4378         (message-send-mail): Use it.
4379
4380 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4381
4382         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4383         and comment it.
4384
4385         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4386
4387 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * gnus-util.el (gnus-extract-address-components): Improve comment.
4390
4391 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-util.el (gnus-extract-address-components): Work with address in
4394         which the name portion contains @.
4395
4396         * lpath.el: Fbind custom-autoload.
4397
4398 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * gnus.el (gnus-start): Move custom group up.
4401         (gnus-select-method): Don't autoload, but make it available for
4402         `customize-variable'.
4403         (gnus-getenv-nntpserver): Don't autoload.
4404
4405 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4408
4409 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * message.el (message-sendmail-extra-arguments): New variable.
4412         (message-send-mail-with-sendmail): Use it.
4413
4414 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4417         mm-with-unibyte-current-buffer to make string unibyte.
4418
4419         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4420         mm-string-as-multibyte.
4421
4422 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4423
4424         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4425         Reported by Werner Koch <wk@gnupg.org>.
4426
4427 2006-11-14  Daiki Ueno  <ueno@p360>
4428
4429         * mml2015.el: Autoload epa-select-keys when compiling.
4430
4431 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4432
4433         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4434         message-options.
4435         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4436
4437 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4438
4439         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4440         EasyPG (< 0.0.6).
4441         (mml2015-always-trust): New user option.
4442         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4443         prompt.
4444
4445 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * nntp.el (nntp-authinfo-force): New variable.
4448         (nntp-send-authinfo): Use it.
4449
4450 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4453         decode encoded words.  Improve prompt.  Add comment about forwarding.
4454         (message-replacement-char): Move up.
4455
4456 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4457
4458         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4459         instead of gnus-intersection because arguments of gnus-sorted-nunion
4460         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4461
4462 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4463
4464         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4465         (message-simplify-subject-functions): Enable
4466         message-strip-subject-encoded-words by default.
4467
4468 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * message.el (message-strip-subject-encoded-words): New function
4471         (message-simplify-subject-functions): New variable.
4472         (message-simplify-subject): Use it.  Fix typo in doc string.
4473         Support message-strip-subject-encoded-words.
4474
4475 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4476
4477         * gnus-diary.el (gnus-diary-delay-format-function):
4478         * nndiary.el (nndiary-reminders):
4479         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4480
4481 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * gnus-art.el (article-hide-boring-headers): Fetch date from
4484         gnus-original-article-buffer to avoid problems with localized date
4485         strings.
4486
4487 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4490
4491 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4494         New variables.
4495         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4496         (mm-charset-synonym-alist): Move some entries to
4497         mm-codepage-iso-8859-list.
4498         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4499         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4500
4501 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4504
4505 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4508         with Emacs 21 and XEmacs.
4509
4510 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * spam.el (spam-parse-address): New function for better parsing,
4513         catching errors, etc.
4514         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4515
4516 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * mm-view.el: Add interactive arg to html2text autoload.
4519
4520 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4523
4524 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4527         variables.
4528         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4529         (mm-charset-synonym-alist): Move some entries to
4530         mm-codepage-iso-8859-list.
4531
4532         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4533
4534 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * message.el (message-citation-line-format)
4537         (message-insert-formated-citation-line): Fix implementation of %E, %N
4538         and %n according to the doc string.
4539
4540 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4541
4542         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4543         car-safe to avoid bad parses.
4544
4545 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4548         names.
4549
4550         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4551
4552 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4555         header.
4556
4557         * message.el (message-draft-headers): Add Date.
4558         (message-headers-to-generate): Fix typo in docstring.
4559
4560         * nndraft.el (nndraft-required-headers): New variable.
4561         (nndraft-generate-headers): Use it.
4562
4563         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4564
4565 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * gnus-registry.el (gnus-registry-wash-for-keywords)
4568         (gnus-registry-find-keywords): New functions to allow easy searching of
4569         articles that are in the registry.
4570
4571 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4574         ietf-drums-parse-address instead of gnus-extract-address-components.
4575         Reported by Damien Elmes <damien@repose.cx>.
4576
4577 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * gnus.el (gnus-mime): Remove unused custom group.
4580
4581 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4582
4583         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4584         "blank line" when searching for end of armor headers.
4585
4586 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gmm-utils.el (gmm-write-region): Fix variable name.
4589
4590 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * gmm-utils.el (gmm-write-region): New function based on compatibility
4593         code from `mm-make-temp-file'.
4594
4595         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4596
4597         * nnmaildir.el (nnmaildir--update-nov)
4598         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4599         Use `gmm-write-region'.
4600
4601 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4604         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4605
4606         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4607
4608         * message.el (message-replacement-char): New variable.
4609         (message-fix-before-sending): Use it.
4610         (message-simplify-subject): New function to remove duplicate code.
4611         (message-reply, message-followup): Use it.
4612
4613         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4614         gnus-summary-limit-to-articles.
4615
4616 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-util.el (gnus-with-local-quit): New macro.
4619
4620         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4621
4622 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4625         ignore non-string data.
4626
4627 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4630         non-string data (needs to be done in the registry too).
4631
4632 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4635         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4636         (gnus-registry-split-fancy-with-parent)
4637         (gnus-registry-fetch-simplified-message-subject-fast)
4638         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4639         Remove text properties on ingress into the registry and when it's saved.
4640         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4641         registry from entries with no groups.
4642
4643 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4646         function to remove string properties.
4647
4648 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * gmm-utils.el (gmm): Adjust custom version.
4651
4652         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4653         custom version.
4654
4655         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4656
4657 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * gnus-art.el (gnus-insert-prev-page-button)
4660         (gnus-insert-next-page-button): Simplify.  Reformat.
4661
4662 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4663
4664         * gnus-art.el (gnus-insert-prev-page-button)
4665         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4666
4667 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4668
4669         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4670
4671 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4672
4673         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4674         gnus-article-button-face to MIME and security buttons.
4675
4676 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4679         readable.
4680
4681 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4684
4685 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4686
4687         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4688         `browse-url-of-file' instead of `browse-url'.
4689
4690 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4691
4692         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4693         regexp.  Articles containing quotation were cut prematurely.
4694
4695 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * message.el (message-cite-original-1): Use nobody by default for the
4698         value of From header.
4699         (message-reply): Ditto.
4700
4701 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4702
4703         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4704         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4705         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4706
4707 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4708
4709         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4710         mails in the doc string.  Add some URLs in comment.
4711         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4712
4713 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4716         backslashes handling and the way to find boundaries of quoted strings.
4717
4718 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4719
4720         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4721         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4722         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4723         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4724
4725 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4726
4727         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4728         doc string.
4729         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4730
4731 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * lpath.el: Fbind epg-check-configuration.
4734
4735 2006-09-06  Simon Josefsson  <jas@extundo.com>
4736
4737         * mml2015.el (mml2015-use): Doc fix, mention epg.
4738
4739 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4740
4741         * mml2015.el (mml2015-use): Default to epg, if available.
4742
4743 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4744
4745         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4746         message-sender.
4747         (mml1991-epg-encrypt): Ditto.
4748         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4749         message-sender.
4750         (mml2015-epg-encrypt): Ditto.
4751
4752 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4753
4754         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4755         several common directories.
4756
4757 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4758
4759         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4760         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4761
4762 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-art.el (article-decode-encoded-words): Make it fast.
4765
4766 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4769
4770         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4771         in quoted string into `\'.
4772
4773 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4776         Use standard-syntax-table.
4777
4778 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-decode-address-function): New variable.
4781         (article-decode-encoded-words): Use it to decode headers which are
4782         assumed to contain addresses.
4783         (gnus-mime-delete-part): Remove useless `or'.
4784
4785         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4786         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4787         (gnus-nov-parse-line): Use it to decode From header.
4788         (gnus-get-newsgroup-headers): Ditto.
4789         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4790
4791         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4792         (mail-decode-encoded-address-string): New alias.
4793
4794         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4795         New function.
4796         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4797         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4798         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4799         (rfc2047-decode-string): Ditto.
4800         (rfc2047-decode-address-region): New function.
4801         (rfc2047-decode-address-string): New function.
4802
4803 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * message.el (message-caesar-buffer-body): Allow rotating headers.
4806
4807         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4808
4809         * message.el (message-insert-formated-citation-line): Fix %f.
4810         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4811
4812 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4815         (gnus-bookmark-mouse-available-p): New macro.
4816         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4817         (gnus-bookmark-bmenu-show-infos): Use it.
4818         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4819         (gnus-bookmark-bmenu-hide-infos): Ditto.
4820         (gnus-bookmark-remove-properties): New function.
4821         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4822         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4823         (gnus-bookmark-write-file): Bind coding-system-for-write.
4824         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4825         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4826         group before selecting it.
4827         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4828         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4829         quit-window if it is not available; use gnus-mouse-2 and bind it to
4830         gnus-bookmark-bmenu-select-by-mouse.
4831         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4832         (gnus-bookmark-bmenu-select-by-mouse): New function.
4833
4834 2006-08-13  Romain Francoise  <romain@orebokech.com>
4835
4836         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4837         space.
4838
4839 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * compface.el (uncompface): Use binary rather than raw-text-unix.
4842
4843 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * compface.el (uncompface): Make sure the eol conversion doesn't take
4846         place when communicating with the external programs.  Reported by
4847         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4848
4849 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4852
4853 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4854
4855         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4856         Make it more robust by parsing author and date independently.
4857
4858 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4861
4862 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4863
4864         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4865         first matching secret key.
4866         (mml2015-epg-encrypt): Ditto.
4867
4868         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4869         first matching secret key.
4870         (mml1991-epg-encrypt): Ditto.
4871
4872         * mml2015.el (mml2015-encrypt-to-self): New user option.
4873         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4874         mml2015-epg-encrypt-to-self is set.
4875
4876         * mml1991.el (mml1991-encrypt-to-self): New variable.
4877         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4878         mml1991-epg-encrypt-to-self is set.
4879
4880         * mml2015.el (mml2015-signers): New user option.
4881         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4882         (mml2015-epg-encrypt): Allow to select signing keys.
4883
4884         * mml1991.el (mml1991-signers): New variable.
4885         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4886         (mml1991-epg-encrypt): Allow to select signing keys.
4887
4888 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * nnheader.el (nnheader-insert-head): Make it work even if the file
4891         uses CRLF for the line-break code.
4892
4893 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4894
4895         * mml2015.el: Require mml-sec instead of password.
4896         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4897         (mml2015-cache-passphrase): Inherit the default value from
4898         mml-secure-cache-passphrase.
4899         (mml2015-passphrase-cache-expiry): Inherit the default value from
4900         mml-secure-passphrase-cache-expiry.
4901
4902         * mml1991.el: Require mml-sec instead of password.
4903         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4904         (mml1991-cache-passphrase): Inherit the default value from
4905         mml-secure-cache-passphrase.
4906         (mml1991-passphrase-cache-expiry): Inherit the default value from
4907         mml-secure-passphrase-cache-expiry.
4908
4909         * mml-sec.el: Require password.
4910         (mml-secure-verbose): New user option.
4911         (mml-secure-cache-passphrase): New user option.
4912         (mml-secure-passphrase-cache-expiry): New user option.
4913
4914 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4915
4916         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4917         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4918         andreas@altroot.de (Andreas Vögele).
4919
4920         FIXME: Use `tiny change'?
4921
4922 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4923
4924         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4925         workaround for the url package included with Emacs.
4926
4927         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4928
4929 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4932         correctly.  This fixes a bug caused by the 2006-05-12 change.
4933
4934 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4935
4936         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4937         some information about the error when saying that the `bogus' mail
4938         group will be used.
4939
4940 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4943         string.
4944
4945 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4946
4947         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4948
4949 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4950
4951         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4952
4953 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4954
4955         * mml1991.el (mml1991-function-alist): Add epg.
4956         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4957         (mml1991-epg-encrypt): New functions.
4958
4959 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4960
4961         * mml2015.el (mml2015-verbose): New variable.
4962         (mml2015-cache-passphrase): Ditto.
4963         (mml2015-passphrase-cache-expiry): Ditto.
4964         (mml2015-function-alist): Add epg.
4965         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4966         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4967         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4968         functions.
4969
4970 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4971
4972         * message.el (message-cite-original-1): Preserve region when removing
4973         quoted text due to X-No-Archive in order to avoid bogus attribution
4974         when citing multiple messages.
4975
4976 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4977
4978         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4979         Kenneth Jacker <khj@be.cs.appstate.edu>.
4980
4981 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * gnus-diary.el (gnus-user-format-function-d)
4984         (gnus-user-format-function-D): Autoload.
4985
4986         * imap.el (Commentary): Fix typo.
4987
4988         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4989         2006-04-22 contribution.
4990
4991 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4992
4993         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4994         It didn't really fix the bogosity I'm seeing with solid web groups.
4995
4996 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4997
4998         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4999         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5000         created using server names.  If we use the feature without declaring
5001         it, Gnus does not properly manage server and group state.
5002
5003         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5004         bound.
5005
5006 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5007
5008         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5009         looking up the method using GROUP's prefix before inventing a new one.
5010         It is used on killed/unknown groups in various places where returning
5011         an all-new method isn't expected by the caller.
5012
5013         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5014         and match semantics of gnus-group-real-prefix.
5015
5016 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * nnmail.el (nnmail-broken-references-mailers): New variable.
5019         (nnmail-ignore-broken-references): New function generalizing
5020         nnmail-fix-eudora-headers.
5021         (nnmail-fix-eudora-headers): Now obsolete.
5022
5023         * gnus-art.el (gnus-button-handle-custom): Support
5024         `customize-apropos*'.
5025
5026 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5029
5030         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5031         articles.
5032
5033 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * message.el (message-cite-reply-above): New variable.
5036         (message-yank-original): Use it.
5037
5038 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5041
5042 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5045         as read.
5046
5047         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5048
5049 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5052         (gnus-bookmark-default-file): Use gnus-directory.
5053         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5054         Remove "*" in doc string.
5055         (gnus-bookmark-write-file): Simplify.
5056         (gnus-bookmark-maybe-sort-alist): Use `when'.
5057         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5058         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5059         FIXME about Emacs 21 and XEmacs compatibility.
5060         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5061         compatibility.
5062         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5063         compatibility.
5064         (gnus-bookmark-menu-heading): Fix version.
5065
5066 2006-06-19  Bastien Guerry  <bzg@altern.org>
5067
5068         * gnus-bookmark.el: New file.
5069
5070 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * message.el (message-syntax-checks): Doc fix.
5073
5074 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5075
5076         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5077         unsubscribed groups as if they were killed ones.  It causes duplicate
5078         entries in gnus-newsrc-alist.
5079
5080 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * message.el (message-syntax-checks): Doc fix.
5083         (message-send-mail): Add check for continuation headers.
5084         (message-check-news-header-syntax): Fix regexp used to check for
5085         continuation headers.
5086
5087 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5090
5091 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5094
5095 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5098         default-truncate-lines.
5099
5100 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5103         to fill the utf-8 entry.
5104
5105         * lpath.el: Fbind unicode-precedence-list.
5106
5107 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5108
5109         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5110
5111 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5112
5113         * gnus-agent.el (directory-files-and-attributes): Move all the way
5114         forward (the third and final move).
5115         (gnus-agent-read-agentview): Trap reconstruction errors due to
5116         nonexistant directory.  Handle by returning nil.
5117
5118 2006-05-30  Didier Verna  <didier@xemacs.org>
5119
5120         * message.el (message-dont-reply-to-names): Update the custom type.
5121         * message.el (message-dont-reply-to-names): New defsubst: potentially
5122         convert a list of regexps into a single one.
5123         * message.el (message-get-reply-headers): Use it.
5124         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5125
5126 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-agent.el (directory-files-and-attributes): Move forward.
5129
5130 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * gnus-ml.el (gnus-mailing-list-subscribe)
5133         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5134         (gnus-mailing-list-message): Fix doc strings.
5135
5136 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5137
5138         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5139         of doing it manually.
5140
5141 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5144         comment.
5145
5146 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5147
5148         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5149         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5150         (gnus-agent-read-local): All symbols allocated in my-obarray
5151         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5152         (gnus-agent-regenerate-group): Check numeric names to see if they are
5153         messages or groups.
5154         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5155         better way of do this...)
5156
5157         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5158         'dummy.group' (there should be a better way of do this...)
5159
5160 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5163         (gnus-saved-headers): Ditto.
5164         (gnus-default-article-saver): Mention functions may have properties.
5165         (gnus-article-save): Override gnus-save-all-headers and
5166         gnus-saved-headers by :headers property which saver function may have.
5167         (gnus-summary-save-in-file): Add :headers property.
5168         (gnus-summary-write-to-file): Ditto.
5169
5170         * gnus-sum.el (gnus-summary-save-article): Bind
5171         gnus-prompt-before-saving to t when saving many articles in a file;
5172         always show all headers.
5173
5174         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5175
5176 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5179         marks.
5180
5181         * message.el (message-indent-citation): Add optional arguments to allow
5182         using it outside of message buffers.
5183
5184         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5185         (gnus-article-treat-unfold-headers): Use it.
5186         (gnus-article-truncate-lines): New variable.
5187         (gnus-article-mode): Use it.
5188         (gnus-article-toggle-truncate-lines): New function.
5189
5190         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5191         gnus-article-toggle-truncate-lines.
5192
5193         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5194         coding system in XEmacs, use binary.
5195
5196 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5199         after-load-alist.
5200
5201         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5202         this function should save decoded articles.
5203         (gnus-summary-write-to-file): Use property to specify this function
5204         should save decoded articles and specify gnus-summary-save-in-file
5205         should be used to save articles other than the first one when saving
5206         many articles.
5207         (gnus-summary-save-body-in-file): Use property to specify this
5208         function should save decoded articles.
5209         (gnus-summary-write-body-to-file): Use property to specify this
5210         function should save decoded articles and specify
5211         gnus-summary-save-body-in-file should be used to save articles other
5212         than the first one when saving many articles.
5213
5214         * gnus-sum.el (gnus-summary-save-article): Simplify.
5215
5216 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-art.el (gnus-default-article-saver): Add
5219         gnus-summary-write-body-to-file.
5220         (gnus-article-save-coding-system): Don't use coding system object
5221         in XEmacs.
5222         (gnus-read-save-file-name): Add optional `dir-var' argument which
5223         specifies directory in which files are saved; work even if optional
5224         `variable' argument is not specified.
5225         (gnus-summary-write-to-file): Read file name.
5226         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5227         (gnus-summary-write-body-to-file): New function.
5228
5229         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5230         (gnus-summary-local-variables): Add it.
5231         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5232         (gnus-summary-save-article): Remove optional `decode' argument;
5233         determine whether to decode articles by the value of
5234         gnus-default-article-saver; when saving many files using
5235         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5236         it first and use gnus-summary-save-in-file or
5237         gnus-summary-save-body-in-file thereafter unless
5238         gnus-prompt-before-saving is always; move point to article which
5239         will be saved.
5240         (gnus-summary-save-article-file): Revert.
5241         (gnus-summary-write-article-file): Revert.
5242         (gnus-summary-save-article-body-file): Revert.
5243         (gnus-summary-write-article-body-file): New function.
5244
5245 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-art.el (gnus-default-article-saver): Doc fix.
5248         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5249         from gnus-summary-save-article-coding-system, and default to a
5250         certain coding system.
5251         (gnus-output-to-file): Add coding cookie and encode text according
5252         to gnus-article-save-coding-system; don't use mm-append-to-file.
5253
5254         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5255         gnus-art.el and rename to gnus-article-save-coding-system.
5256         (gnus-summary-save-article): Require gnus-art; don't show all
5257         headers if it decodes articles; don't add coding cookie here;
5258         don't bind mm-text-coding-system-for-write.
5259         (gnus-summary-save-article-file): Save decoded articles.
5260         (gnus-summary-write-article-file): When saving many files, use
5261         gnus-summary-write-to-file first and gnus-summary-save-in-file
5262         thereafter unless gnus-prompt-before-saving is always.
5263         (gnus-summary-save-article-body-file): Save decoded articles.
5264
5265         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5266
5267 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * nnrss.el (nnrss-check-group): Bind hash-index.
5270
5271 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5272
5273         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5274         its hash index.  Store this hash in `nnrss-group-data'.
5275         (nnrss-read-group-data): Update accordingly.
5276
5277 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5280         entry.
5281
5282         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5283         gnus-article-browse-html-article.
5284
5285 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5286
5287         * gnus-sum.el (gnus-summary-mime-map): Add
5288         gnus-article-browse-html-article.
5289
5290         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5291
5292 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5295         suitable coding systems in customize.
5296
5297 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * mail-source.el (mail-sources): Fix custom type.
5300
5301 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5304         (gnus-summary-expire-articles-now): Shorten prompt.
5305
5306         * gmm-utils.el (wid-edit): Require.
5307         (defun-gmm): Renamed from `gmm-defun-compat'.
5308         (gmm-image-search-load-path): Use it.
5309         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5310
5311 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5314         variable.
5315         (gnus-summary-save-article): Add optional `decode' argument.  If
5316         it is set and gnus-summary-save-article-coding-system is non-nil,
5317         save decoded article.
5318         (gnus-summary-write-article-file): Save decoded article if
5319         gnus-summary-save-article-coding-system is non-nil.
5320
5321         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5322         type.
5323
5324 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5327
5328 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5331         first to test gnus-single-article-buffer which may be buffer-local.
5332
5333         * gnus-sum.el (gnus-summary-setup-buffer): Make
5334         gnus-single-article-buffer buffer-local and nil in ephemeral
5335         group; make gnus-article-buffer, gnus-article-current, and
5336         gnus-original-article-buffer always buffer-local.
5337         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5338         group.
5339         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5340
5341 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * nnml.el (nnml-request-compact-group): Compressed files might not
5344         have .gz extension.
5345
5346 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5347
5348         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5349         (mm-copy-to-buffer): Use with-current-buffer.
5350         (mm-display-part): Simplify.
5351         (mm-inlinable-p): Add optional arg `type'.
5352
5353 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5354
5355         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5356         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5357         Try harder to show the attachment internally or externally using
5358         gnus-mime-view-part-as-type.
5359
5360 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * message.el (message-from-style, message-signature-separator)
5363         (message-user-organization-file, message-send-mail-function)
5364         (message-citation-line-function, message-yank-prefix)
5365         (message-indent-citation-function, message-signature)
5366         (message-signature-file, message-signature-insert-empty-line):
5367         Remove autoloads.
5368
5369         * gnus-art.el (gnus-buttonized-mime-types): Remove
5370         "multipart/signed".  Revert 2006-04-26 change.
5371
5372 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * gnus.el (gnus-version-number): Bump version.
5375
5376 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5377
5378         * gnus.el: No Gnus v0.5 is released.
5379
5380 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5381
5382         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5383         fetching articles by message-id.
5384
5385 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * message.el (hashcash): Require hashcash as normal.
5388
5389         * ecomplete.el (ecomplete-highlight-match-line): Use
5390         point-at-eol.
5391         (ecomplete-highlight-match-line): Use `highlight', because that
5392         face exists in both Emacs and XEmacs.
5393
5394         * message.el (message-display-abbrev): Use point-at-bol.
5395
5396         * mail-source.el: Don't require timer/timer-funcs.
5397
5398         * gnus-async.el: Ditto.
5399
5400         * password.el: Ditto.
5401
5402         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5403
5404         * mm-url.el: Ditto.
5405
5406         * gnus-xmas.el: Don't require timer-funcs.
5407
5408         * mm-util.el: Require timer/timer-funcs.
5409
5410 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5411
5412         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5413         Close.
5414
5415 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5418         unibyte after clear-decrypt function runs.
5419
5420         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5421         returns as a unibyte string.
5422
5423 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * lpath.el: Revert.
5426
5427         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5428         (pgg-gpg-process-sentinel): Revert.
5429
5430         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5431         (pgg-pgp-lookup-key): Revert.
5432
5433         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5434         (pgg-pgp5-lookup-key): Revert.
5435
5436         * pgg.el (pgg-fetch-key): Revert.
5437
5438 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * lpath.el: Fbind string-as-multibyte for XEmacs.
5441
5442         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5443         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5444         (mml1991-pgg-encrypt): Ditto.
5445
5446         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5447         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5448         a multibyte buffer.
5449
5450         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5451         (pgg-pgp-lookup-key): Ditto.
5452
5453         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5454         (pgg-pgp5-lookup-key): Ditto.
5455
5456         * pgg.el (pgg-fetch-key): Ditto.
5457
5458 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * message.el (message-user-organization-file): Check several
5461         locations of the organization file.
5462
5463         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5464         Add gnus-article-view-part-as-type.
5465
5466         * gnus-art.el (gnus-article-view-part-as-type): New function.
5467
5468         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5469         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5470
5471         * mml.el: Simplify autoload.
5472         (mml-mode): defvar dnd-protocol-alist instead of using
5473         symbol-value.
5474         (mml-default-directory): New variable.
5475         (mml-minibuffer-read-file): Use it.
5476         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5477
5478         * message.el (message-citation-line-format): New variable.
5479         (message-insert-formated-citation-line): New function.
5480         (message-citation-line-function): Add
5481         `message-insert-formated-citation-line' to custom type.
5482
5483         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5484         to doc string.
5485
5486         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5487         depending on mm-verify-option.
5488
5489 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5492         binding pgg-* variables; reimplement the section which prevents
5493         MIME header from being signed.
5494         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5495         pgg-text-mode; remove a blank line at the top of body.
5496
5497         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5498         lines at the top of body; use gnus-newsgroup-charset if there's no
5499         Charset header.
5500
5501 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * message.el (message-self-insert-commands): Doc fix.
5504
5505         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5506         (mm-uu-pgp-encrypted-test): Ditto.
5507         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5508         between header and body; return application/pgp-encrypted handle
5509         if decryption failed; decode decrypted body by charset.
5510
5511         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5512         element match to application/pgp-*.
5513
5514 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5515
5516         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5517         HTML.
5518
5519 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * mail-source.el (mail-source-call-script): Message the error
5522         string.
5523
5524 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-util.el (gnus-byte-compile): Use it.
5527
5528 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5529
5530         * gnus-util.el (kill-empty-logs): New function.
5531
5532 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * message.el (message-mail-alias-type): Doc fix.
5535         (message-mail-alias-type-p): New function.
5536         (message-send): Use it.
5537         (message-mode): Ditto.
5538         (message-strip-forbidden-properties): Ditto.
5539
5540         * ecomplete.el (ecomplete-database-file-coding-system): New
5541         variable.
5542         (ecomplete-save): Use it.
5543         (ecomplete-setup): Use it.
5544
5545 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * message.el (message-self-insert-commands): New variable.
5548         (message-strip-forbidden-properties): Use it.
5549
5550 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5553         that doesn't make XEmacs choke.
5554
5555 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-util.el (gnus-replace-in-string):
5558         Prefer replace-regexp-in-string over of replace-in-string.
5559
5560 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-util.el (gnus-select-frame-set-input-focus):
5563         Use select-frame-set-input-focus if it is available in XEmacs; use
5564         definition defined in Emacs 22 for old Emacsen.
5565
5566         * dgnushack.el: Autoload unmorse-region for XEmacs.
5567
5568         * lpath.el: Bind cursor-in-non-selected-windows and
5569         select-frame-set-input-focus for XEmacs.
5570
5571 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5574
5575 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-registry.el (gnus-registry-cache-save): Remove text
5578         properties when saving via the temp buffer.
5579
5580 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * message.el (message-generate-hashcash): Honor custom type.
5583
5584 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * message.el (message-generate-hashcash): Default to non-nil when
5587         hashcash is found.
5588
5589         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5590         (gnus-refer-thread-limit): Increase default to 500.
5591
5592         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5593
5594         * flow-fill.el (fill-flowed): Allow delete-space.
5595
5596 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5597
5598         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5599         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5600         Remove autoloads.
5601
5602 2006-04-18  Simon Josefsson  <jas@extundo.com>
5603
5604         * message.el (message-generate-hashcash): Default to.
5605
5606 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5609         concatenating segments rather than before concatenating them.
5610
5611 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5614
5615 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5618
5619         * message.el (message-forward-make-body-plain): Allow
5620         message-forward-ignored-headers to be a list.
5621         (message-remove-ignored-headers): Factor out into function.
5622         (message-forward-make-body-mml): Use it.
5623
5624         * imap.el (imap-quote-specials): New function.
5625         (imap-login-auth): Quote specials.
5626
5627         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5628         (rfc2231-parse-string): Allow concatanation of parameters that
5629         aren't contiguous.  The test case is
5630           (mail-header-parse-content-type "message/external-body;
5631             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5632             access-type=LOCAL-FILE;
5633             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5634
5635 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         * nntp.el (nntp-accept-process-output): Return the value of
5638         `nnheader-accept-process-output'.
5639
5640 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5643         (gnus-button-alist): Recognize more diff formats.
5644         (gnus-button-patch): Strip directory.
5645
5646 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5649         Emacs 22 when setting focus.
5650
5651 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-art.el (gnus-article-treat-types): Do treatment of
5654         text/x-verbatim parts.
5655         (gnus-button-patch): New command.
5656
5657         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5658         addresses that contain invalid characters.
5659
5660 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * message.el (message-put-addresses-in-ecomplete): Use
5663         gnus-replace-in-string.
5664         (message-is-yours-p): Use the more correct
5665         mail-header-parse-address instead of
5666         mail-extract-address-components.
5667         (message-put-addresses-in-ecomplete): Fix typo.
5668
5669         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5670         keystroke.
5671
5672         * gnus-art.el (gnus-treatment-function-alist): Change order of
5673         newsgroups/generic header folding to avoid double-folding.
5674
5675         * message.el (message-hidden-headers): Add X-Draft-From.
5676
5677         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5678         command.
5679         (gnus-summary-repeat-search-article-backward): New command.
5680
5681         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5682         groups in the parent topic.
5683
5684 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5685
5686         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5687         (spam-extra-header-to-number): Return the CRM114 number as a
5688         number instead of a string.
5689
5690 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * gnus-art.el (gnus-face-properties-alist): Moved here from
5693         gnus-fun.
5694
5695         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5696
5697 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * message.el (message-strip-forbidden-properties): Only display on
5700         self-insert-command.
5701
5702         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5703         reindent.
5704         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5705
5706 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5707
5708         * smiley.el (smiley-style): Fix typo.
5709
5710 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * hashcash.el (hashcash-insert-payment-async-2): Use
5713         message-goto-eoh instead of doing it manually.
5714         (mail-add-payment): Use message-narrow-to-header instead of trying
5715         to do the same itself.
5716
5717         * message.el (message-hidden-headers): Add Face.
5718
5719         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5720         reparenting code.
5721         (gnus-summary-reparent-children): Refactored out code.
5722         (gnus-summary-thread-map): New keystroke.
5723         (gnus-summary-reparent-children): Make into command.
5724
5725         * smiley.el (smiley-style): Default to `medium' if using a large
5726         font.
5727
5728         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5729         does it itself.
5730
5731         * message.el (message-point-in-header-p): Simplify definition.
5732
5733 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * nnagent.el (nnagent-request-set-mark): Silence log file
5736         writing.
5737         (nnagent-request-set-mark): Use write-region instead of
5738         append-to-file.
5739
5740         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5741         strange select method.
5742
5743         * ecomplete.el (ecomplete-display-matches): Get highlightling
5744         right.
5745         (ecomplete-display-matches): Use literals.
5746         (ecomplete-display-matches): Disable message logging.
5747
5748         * message.el (message-display-abbrev): Small optimization.
5749
5750         * ecomplete.el (ecomplete-display-matches): Allow automatic
5751         display.
5752
5753         * message.el (message-strip-forbidden-properties): Display
5754         abbrevs.
5755         (message-display-abbrev): Get automatic display right.
5756
5757         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5758         keystrokes.
5759
5760 2006-04-13  Romain Francoise  <romain@orebokech.com>
5761
5762         TODO: Backport to v5-10!
5763
5764         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5765         Moved here (and renamed) from gnus-registry.el.
5766
5767         * gnus-registry.el: Require gnus-util.
5768         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5769
5770 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-group.el (gnus-group-catchup-current): Change
5773         if-then-else-if-then-else into cond.
5774         (gnus-group-catchup): Indent.
5775         (group-name-at-point): New function.
5776         (gnus-fetch-group): Provide default from thing at point.
5777
5778 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * message.el (message-display-abbrev): Fix regexp.
5781
5782         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5783         choosing.
5784         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5785         dead variables.
5786
5787         * message.el (message-newline-and-indent): Remove debugging.
5788         (message-display-abbrev): Use new implementation.
5789
5790 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * gnus-art.el (gnus-article-mode): Set
5793         cursor-in-non-selected-windows to nil.
5794
5795         * smiley.el: Revert previous change.
5796         (smiley-data-directory): defvar it before using it in the
5797         defcustom of `smiley-style'.
5798
5799 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * message.el (message-newline-and-indent): New function.
5802
5803         * ecomplete.el: Implement more bits.
5804
5805         * message.el (message-put-addresses-in-ecomplete): Clean up the
5806         string.
5807
5808         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5809
5810         * gnus-sum.el (gnus-summary-save-parts): Bind
5811         gnus-summary-save-parts-counter and use it to make unique file
5812         names.
5813
5814         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5815
5816         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5817         parameter to say whether to actually parse the individual
5818         addresses.
5819
5820         * message.el (message-put-addresses-in-ecomplete): New function.
5821         (ecomplete): Require.
5822         (message-mail-alias-type): Add ecomplete as an option.
5823
5824 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5825
5826         * flow-fill.el (fill-flowed): Remove trailing space from blank
5827         quoted lines.
5828
5829 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * smiley.el (smiley-style): Move definition later to avoid a
5832         compilation warning.
5833
5834 2006-04-12  Kenichi Handa  <handa@m17n.org>
5835
5836         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5837         buffer and then decode the buffer text if necessary.
5838         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5839         first, and after mm-encode-body, change the buffer to unibyte.
5840         Use mm-disable-multibyte instead of set-buffer-multibyte.
5841
5842 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5845         Content-Type header instead of Content-Disposition header.
5846         (gnus-mime-inline-part): Ditto.
5847         (gnus-mime-view-part-as-charset): Ignore charset that the part
5848         specifies.
5849
5850         * mm-decode.el (mm-display-part): Work with external parts and
5851         usual parts similarly.
5852
5853         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5854         instead of gnus-display-mime.
5855
5856         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5857         instead of with-temp-buffer.
5858
5859         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5860         tag to summarized topics part in order to encode non-ASCII text.
5861
5862 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * smiley.el (smiley-style): New variable.
5865         (smiley-directory): New function.
5866         (smiley-data-directory): Derive from `smiley-style' using
5867         `smiley-directory'.
5868         (smiley-regexp-alist): Add new entries.
5869
5870         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5871         (gnus-article-browse-delete-temp): Add :version.
5872
5873 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5874
5875         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5876         the sieve region.
5877
5878 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus.el (gnus-version-number): Bump version.
5881
5882 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5883
5884         * gnus.el: No Gnus v0.4 is released.
5885
5886 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5889         layout.
5890
5891         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5892         unknown charset.
5893
5894         * message.el (message-header-synonyms): Add Original-To to the
5895         default.
5896
5897         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5898         optional parameter.
5899
5900 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-fun.el (gnus): Require it for gnus-directory.
5903
5904 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5907
5908 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5909
5910         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5911
5912 2006-04-05  Simon Josefsson  <jas@extundo.com>
5913
5914         * password.el (password-reset): New function.
5915
5916 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5917
5918         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5919         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5920
5921 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5922
5923         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5924         Some whitespace was matched into the url, which broke browsing hits
5925         > 100 when mm-url-use-external was nil.
5926
5927 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5930         gnus-extra-headers for 'Newsgroups.
5931
5932         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5933         bound.
5934
5935 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5936
5937         * pgg-gpg.el: Clean up process buffers every time gpg processes
5938         complete.
5939
5940 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5943         doc string.
5944
5945 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5946
5947         * pgg-gpg.el (pgg-gpg-process-filter)
5948         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5949
5950         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5951         lines, temporary fix.
5952
5953 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5956
5957 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5958
5959         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5960         default-enable-multibyte-characters.  This reverts the change from
5961         revision 6.17 which is no longer necessary because the passphrase
5962         is sent separately now.  GnuPG messages are unreadable under
5963         multibyte locales with default-enable-multibyte-characters set to
5964         nil.
5965
5966 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * message.el (message-tool-bar-gnome): Move "spell".
5969
5970 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5973         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5974         instead.
5975
5976 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5977
5978         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5979         newsgroups handling for NNTP overviews which don't include
5980         Newsgroups.
5981
5982 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5983
5984         * message.el (message-resend): Bind message-generate-hashcash to nil.
5985
5986 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5987
5988         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5989         when searching for already-paid recipients.
5990
5991 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5992
5993         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5994         passphrases when it is not needed.
5995         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5996         passphrase stuff from gpg, should only be necessary when you use
5997         gpg with a smartcard.
5998
5999 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * mml.el (mml-insert-mime): Ignore cached contents of
6002         message/external-body part.
6003
6004         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6005         (mm-insert-part): Ditto.
6006
6007 2006-03-23  Simon Josefsson  <jas@extundo.com>
6008
6009         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6010         Reiner.
6011         (pgg-gpg-use-agent-p): Use it again.
6012
6013 2006-03-23  Simon Josefsson  <jas@extundo.com>
6014
6015         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6016         older emacsen.
6017         (pgg-gpg-use-agent-p): Don't use it.
6018
6019 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6022         if we can.
6023
6024 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6025
6026         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6027         (pgg-gpg-update-agent): New function.
6028         (pgg-gpg-use-agent-p): New function.
6029         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6030         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6031         (pgg-gpg-sign-region): Use it.
6032
6033 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6036         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6037
6038 2006-03-21  Simon Josefsson  <jas@extundo.com>
6039
6040         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6041         <wilde@sha-bang.de>.
6042         (pgg-gpg-use-agent): New variable.
6043         (pgg-gpg-process-region): Use it.
6044         (pgg-gpg-encrypt-region): Likewise.
6045         (pgg-gpg-encrypt-symmetric-region): Likewise.
6046         (pgg-gpg-decrypt-region): Likewise.
6047         (pgg-gpg-sign-region): Likewise.
6048         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6049
6050 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6053
6054         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6055         Add comment on version.
6056
6057 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * smiley.el: Add missing test smiley.
6060
6061 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-decode.el (mm-with-part): New macro.
6064         (mm-get-part): Use it; work with message/external-body as well.
6065         (mm-save-part): Treat name and filename equally.
6066
6067         * mm-extern.el (mm-extern-cache-contents): New function.
6068         (mm-inline-external-body): Use it; force the part to be displayed;
6069         move undisplayer added to the cached handle to the parent.
6070
6071         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6072         (gnus-mime-view-part-as-type): Work with message/external-body.
6073
6074         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6075
6076 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6079         images in image-load-path.  [Sync with image.el, revision 1.60, in
6080         Emacs.]
6081
6082 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6085         path rather than symbol.  Always return list of directories.
6086         Guarantee that image directory comes first.  [Sync with image.el,
6087         revision 1.59, in Emacs.]
6088
6089         * message.el (message-make-tool-bar): Adjust to new API of
6090         `gmm-image-load-path-for-library'.
6091
6092         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6093
6094         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6095
6096 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6097
6098         * gnus-art.el (gnus-article-only-boring-p):
6099         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6100         intangible text.
6101         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6102
6103 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6106         `defun' instead of `gmm-defun-compat'.
6107
6108 2006-03-14  Simon Josefsson  <jas@extundo.com>
6109
6110         * message.el (message-unique-id): Don't use message-number-base36
6111         if (user-uid) is a float.
6112         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6113
6114 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6117
6118         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6119         empty line between a part and a message part.
6120
6121 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * smiley.el: Add more test smileys.
6124         (smiley-data-directory, smiley-regexp-alist)
6125         (gnus-smiley-file-types): Fix doc strings.
6126         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6127         adding new elements.
6128         (smiley-mouse-map): Unused code.  Make it a comment.
6129
6130 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6133         scan latest NoCeM messages instead of old ones.
6134         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6135         delimiters that are recently used.
6136         (gnus-nocem-load-cache): Add autoload cookie.
6137
6138         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6139
6140         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6141         level which is larger than gnus-use-nocem is specified.
6142
6143         * gnus-group.el (gnus-group-get-new-news): Ditto.
6144
6145 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-util.el (gnus-tool-bar-update): New function.
6148
6149         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6150         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6151
6152         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6153
6154         * gnus-group.el (gnus-group-redraw-when-idle)
6155         (gnus-group-redraw-check): Remove.
6156         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6157
6158 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6161         if optional last element is specified in splits (FIELD VALUE...).
6162
6163 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6166         to gmm-image-load-path-for-library.  Call with no-error argument.
6167         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6168
6169         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6170
6171         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6172
6173         * gmm-utils.el (gmm-image-load-path): Remove alias.
6174
6175 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gmm-utils.el (gmm-image-load-path): Add alias.
6178
6179         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6180         nnml-generate-nov-databases-1.
6181         (nnml-generate-nov-databases): Use it.
6182         (nnml-generate-nov-databases-directory): Document no-active
6183         argument.
6184
6185         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6186         directory if path is t.  Add no-error.
6187
6188         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6189         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6190
6191         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6192         resetting gnus-article-browse-html-temp-list.
6193
6194         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6195         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6196         Add example to docstring.  Rename local variables.  Move error
6197         checks to default case in cond and simplify.
6198
6199 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6202         handle is multipart when calling it recursively.
6203         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6204
6205 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6206
6207         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6208         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6209
6210 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6213         is loaded.
6214
6215         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6216         loaded.
6217
6218 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6221         to "Emacs 23 (unicode)" in doc string.
6222
6223         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6224         "Emacs 23 (unicode)" in comment.
6225
6226 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6229
6230         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6231         characters 160 through 255 in Emacs 23.
6232
6233 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6236         gnus-article-browse-html-temp.
6237         (gnus-article-browse-delete-temp): Make it customizable.  Add
6238         `file'.  Adjust doc string.
6239         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6240         query for each file.  Adjust doc string.
6241         (gnus-article-browse-html-parts): Add
6242         `gnus-article-browse-delete-temp-files' to
6243         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6244
6245 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6246
6247         * gnus-art.el (gnus-article-browse-html-temp)
6248         (gnus-article-browse-delete-temp): New variables.
6249         (gnus-article-browse-delete-temp-files): New function.
6250         (gnus-article-browse-html-parts): Use it.
6251
6252 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6255
6256         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6257         string.
6258
6259         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6260         gnus-summary-insert-new-articles when unplugged.  Remove
6261         gnus-summary-search-article-forward.
6262
6263         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6264         display-visual-class instead of display-color-cells.
6265
6266 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * dgnushack.el: Autoload customize-group for XEmacs.
6269
6270         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6271         message/* containing non-ASCII text properly.
6272
6273 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el: Require gmm-utils, remove autoloads.
6276         (message-tool-bar): Set default based on
6277         gmm-tool-bar-style.
6278         (message-tool-bar-gnome): Add gmm-customize-mode.
6279
6280         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6281         gmm-tool-bar-style.
6282         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6283
6284         * gnus-group.el (gnus-group-tool-bar): Set default based on
6285         gmm-tool-bar-style.
6286         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6287
6288         * gmm-utils.el (gmm-image-directory): Rename variable from
6289         gmm-image-load-path.
6290         (gmm-image-load-path): Use gmm-image-directory.
6291         (gmm-customize-mode): New function.
6292         (gmm-tool-bar-style): New variable.
6293
6294         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6295         gnus-group-redraw-line-number.
6296         (gnus-group-redraw-check): Simplify.
6297         (gnus-group-tool-bar-update): Remove redraw check.
6298         (gnus-group-make-tool-bar): Add redraw check.
6299
6300 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6301
6302         * gnus-art.el (gnus-button): Add missing parentheses.
6303
6304 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * lpath.el: Fbind line-number-at-pos.
6307
6308 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6311
6312 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * gnus-art.el (gnus-button): New face.
6315         (gnus-article-button-face): Use it.
6316
6317         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6318         gnus-summary-next-page.  Re-order.
6319
6320         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6321         next-node are now included.
6322         (gnus-group-redraw-line-number): New internal variable.
6323         (gnus-group-redraw-check): Helper function for updating the tool
6324         bar.
6325         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6326
6327         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6328
6329         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6330         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6331         Use it to match format of Spamassassin 3.0 and later.  Reported by
6332         IRIE Tetsuya <irie@t.email.ne.jp>.
6333         (spam-check-bogofilter)
6334         (spam-bogofilter-register-with-bogofilter): Fix args of
6335         `gnus-error' calls.
6336
6337 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6340         unnecessary interaction when sending queued mails.  Reported by
6341         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6342
6343 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6346         first or last are nil.
6347
6348 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6349
6350         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6351
6352 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6355
6356 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * dns.el (query-dns): Protect more against buggy tcp output.
6359
6360 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6363         nov.php.
6364
6365 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6366
6367         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6368         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6369         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6370         output on the server side.
6371         (nnweb-google-create-mapping): Update regexps and add some
6372         progress indication.
6373
6374 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6377         gnus-agent-toggle-plugged.  Re-order icons.
6378         (gnus-group-tool-bar-gnome): Add
6379         gnus-group-{prev,next}-unread-group.
6380         (gnus-group-tool-bar-gnome): Re-order icons.
6381
6382         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6383         gnus-summary-insert-new-articles.
6384
6385         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6386         comments.
6387
6388         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6389         also available in Emacs 21.3.
6390
6391         * message.el (message-fix-before-sending): Change "Emacs 22" to
6392         "Emacs 23 (unicode)" in comment.
6393
6394         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6395         "Emacs 23 (unicode)" in comment.
6396
6397         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6398         comment.
6399         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6400
6401         * mm-view.el (mm-fill-flowed): Add :version.
6402
6403 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6406         and load-path.
6407
6408 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * message.el: Autoload gmm-image-load-path.
6411         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6412         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6413         consitency.
6414
6415         * gmm-utils.el (gmm-image-load-path): Also search in
6416         "../etc/images".  Don't set gmm-image-load-path if we don't find
6417         the image.
6418
6419 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gmm-utils.el (gmm-image-load-path): Don't make
6422         `gmm-image-load-path' include subdirectories which the second arg
6423         `image' might specify.
6424
6425         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6426         subdirectory to icon file names.
6427
6428         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6429
6430 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6433         gmm-image-load-path calls.
6434
6435         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6436
6437         * message.el (message-make-tool-bar): Ditto.
6438
6439         * mml.el (mml-preview): Added comment concerning tool bar icons.
6440
6441         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6442         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6443
6444         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6445         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6446
6447         * message.el (message-tool-bar-gnome): Use new icon names.
6448         (message-make-tool-bar): Use `gmm-image-load-path'.
6449
6450         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6451         functions from MH-E.
6452         (gmm-image-load-path): New variable from MH-E.
6453         (gmm-image-load-path): New function from MH-E.  Added arguments
6454         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6455         *-image-load-path-called-flag.
6456
6457 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6458
6459         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6460
6461 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6462
6463         * nnimap.el (nnimap-request-move-article): Change folder back to
6464         source group before deleting.
6465
6466 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6469
6470         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6471         mm-url.
6472
6473         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6474
6475 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6478         coding system which mm-charset-to-coding-system returns for a
6479         given charset is valid.
6480
6481 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6482
6483         * html2text.el (html2text-remove-tag-list):
6484         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6485
6486 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6487
6488         * gnus-cus.el: Revert 2005-10-17 change.
6489
6490 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (article-strip-banner): Call
6493         article-really-strip-banner only when the regexp match is made.
6494
6495 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-art.el (article-strip-banner): Use
6498         gnus-extract-address-components instead of
6499         mail-header-parse-addresses to make it work with non-ASCII text;
6500         remove mail-encode-encoded-word-string.
6501
6502         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6503         values which are surrounded with \"...\"; make it never cause a
6504         Lisp error; give up parsing of parameters if it failed in
6505         extracting type.
6506
6507 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6508
6509         * smime.el (smime-cert-by-ldap-1): Fix bug where
6510         `smime-ldap-search' returns results without userCertificates.
6511
6512 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6515
6516 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * spam.el (spam-check-spamassassin-headers): Adapt format for
6519         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6520         <ari@mbf.ocn.ne.jp>.
6521         (spam-list-of-processors): Add spam-use-gmane.
6522
6523 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6526         make-temp-file; make it work with XEmacs as well.
6527
6528         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6529         mm-make-temp-file.
6530
6531         * mm-decode.el (mm-display-external): Use the 3rd arg of
6532         mm-make-temp-file.
6533         (mm-create-image-xemacs): Ditto.
6534
6535 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6538         with message-narrow-to-headers.
6539         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6540         (gnus-draft-check-draft-articles): New function.
6541         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6542
6543 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-art.el (gnus-article-browse-html-parts):
6546         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6547         Don't use suffix argument for mm-make-temp-file for Emacs 21
6548         compatibility.  Remove useless `format'.
6549
6550 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6551
6552         * nnweb.el (nnweb-google-wash-article): Update regexps.
6553         (nnweb-group-alist): Use defvoo instead of defvar.
6554
6555 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6558         re-loading nn* modules.
6559
6560 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6563         for `tool-bar-mode' and don't check it's default-value.
6564
6565         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6566
6567         * message.el (message-make-tool-bar): Ditto.
6568
6569         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6570         `substring'.  Shorten tmp-file name.
6571
6572         * gnus.el: Remove bogus comment.
6573
6574 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6575
6576         * gnus-art.el (gnus-article-browse-html-parts): New function.
6577         (gnus-article-browse-html-article): New function for viewing html
6578         articles with a browser.
6579
6580 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6581
6582         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6583         in elisp.
6584         (pgg-gpg-encrypt-symmetric-region): Ditto.
6585         (pgg-gpg-sign-region): Ditto.
6586
6587         * pgg-def.el (pgg-text-mode): New variable.
6588
6589         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6590         (mml2015-pgg-encrypt): Ditto.
6591
6592         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6593         (mml1991-pgg-encrypt): Ditto.
6594
6595 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6598         message-make-date instead of current-time-string.
6599
6600         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6601         to gnus-decoded which mm-uu might set.
6602
6603 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6606         don't decode quoted parameters; remove misimported Emacs code.
6607         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6608         (rfc2231-decode-encoded-string): Don't use split-string which
6609         behaves differently according to Emacs version; use
6610         mm-decode-coding-region to convert charset to coding-system.
6611         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6612         (rfc2231-encode-string): Remove misimported Emacs code.
6613
6614 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6617         when calling mail-header-parse-content-type.
6618         (article-de-quoted-unreadable): Ditto.
6619         (article-de-base64-unreadable): Ditto.
6620         (article-wash-html): Ditto.
6621
6622         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6623         calling mail-header-parse-content-type and
6624         mail-header-parse-content-disposition.
6625         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6626         mail-header-parse-content-type.
6627
6628         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6629         insert charset and format parameters; encode description after
6630         inserting it to buffer.
6631         (mml-insert-parameter): Fold lines properly even if a parameter is
6632         segmented into two or more lines; change the max column to 76.
6633
6634         * rfc1843.el (rfc1843-decode-article-body): Don't use
6635         ignore-errors when calling mail-header-parse-content-type.
6636
6637         * rfc2231.el (rfc2231-parse-string): Return at least type if
6638         possible; don't cause an error even if it fails in parsing of
6639         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6640         (rfc2231-encode-string): Don't break lines at the beginning, leave
6641         it to mml-insert-parameter.
6642
6643         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6644         calling mail-header-parse-content-type.
6645
6646 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * spam-report.el (spam-report-gmane-use-article-number):
6649         Improve doc string.
6650         (spam-report-gmane-internal): Check if a suitable header was found
6651         in the article.
6652
6653 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6656         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6657
6658 2006-02-05  Romain Francoise  <romain@orebokech.com>
6659
6660         Update copyright notices of all files in the gnus directory.
6661
6662 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6663
6664         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6665
6666 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6669         segmented lines of parameter value to cope with Thunderbird 1.5
6670         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6671         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6672         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6673
6674 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6675
6676         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6677         parts.
6678
6679 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6680
6681         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6682         there's only one active file for all servers.
6683         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6684         solid groups.  Gnus might have used a FAST request to select the group.
6685         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6686         and nnweb-search redundantly in the active file.
6687         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6688         (nnweb-request-create-group): Don't use ARGS.
6689         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6690         initialisations.  Let nnoo do the work.
6691
6692 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6695         Say the part has been decoded.
6696
6697         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6698
6699 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6700
6701         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6702         mailcap-viewer-test-cache when there's no 'test clause, since that
6703         will invert the meaning of a "nil" test previously determined by
6704         mailcap-mailcap-entry-passes-test.
6705
6706 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6709         compiling.
6710
6711         * gnus-sum.el: Ditto.
6712
6713         * message.el: Don't bind tool-bar-map when compiling.
6714
6715 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6718
6719 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6720
6721         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6722         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6723         current Google Groups.
6724
6725 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6728         and tool-bar-mode.
6729
6730         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6731         and tool-bar-mode.
6732
6733         * message.el (message-tool-bar-update): Simplify.
6734         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6735
6736         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6737         gnus-summary-buffer.
6738         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6739         gnus-summary-reply.
6740
6741         * gmm-utils.el (gmm): Add :version.
6742
6743 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * Makefile.in (clean): New rule.
6746         (distclean): Use it.
6747
6748 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6749
6750         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6751         autoload.
6752
6753 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gmm-utils.el (gmm-verbose): Add :group.
6756
6757 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el: Change some comments WRT tool-bars.
6760
6761         * gnus-sum.el (gnus-summary-tool-bar)
6762         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6763         (gnus-summary-tool-bar-zap-list): New variables.
6764         (gnus-summary-make-tool-bar): Complete rewrite using
6765         `gmm-tool-bar-from-list'.
6766
6767         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6768         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6769         variables.
6770         (gnus-group-make-tool-bar): Complete rewrite using
6771         `gmm-tool-bar-from-list'.
6772         (gnus-group-tool-bar-update): New function.
6773
6774         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6775
6776 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6779         is dissected into a single part of which the type is the same as
6780         the given one; decode charset.
6781
6782 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6783
6784         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6785         into alists as symbol not string, since that's what
6786         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6787         look for.
6788
6789 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6792         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6793
6794         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6795
6796 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6799         (gnus-xmas-mime-security-button-menu): New function.
6800
6801         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6802         (gnus-mime-security-button-menu): New definition.
6803         (gnus-mime-security-button-map): Use them.
6804         (gnus-mime-security-button-menu): New function.
6805         (gnus-insert-mime-security-button): Addition to help echo.
6806         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6807         (gnus-mime-security-pipe-part): New functions.
6808
6809         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6810         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6811
6812         * mm-decode.el (mm-handle-set-disposition): Remove.
6813         (mm-handle-set-description): Remove.
6814
6815 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6818         (mm-w3m-standalone-supports-m17n-p): New function.
6819         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6820         w3m usage.
6821
6822         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6823         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6824
6825 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * message.el (message-tool-bar-zap-list): Use
6828         gmm-tool-bar-zap-list as custom type.
6829         (message-tool-bar-update): New function.
6830         (message-tool-bar, message-tool-bar-gnome)
6831         (message-tool-bar-retro): Add message-tool-bar-update.
6832         (message-tool-bar-gnome): Add flyspell-buffer.
6833
6834         * gnus-util.el (gnus-error): Describe `args'.
6835
6836         * gmm-utils.el (gmm-error): Describe `args'.
6837         (gmm-tool-bar-zap-list): New widget.
6838         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6839
6840 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6843         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6844         the number of recursive calls.
6845
6846         * mm-decode.el (mm-handle-set-disposition): New macro.
6847         (mm-handle-set-description): New macro.
6848
6849 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6852         encoding.
6853
6854 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * message.el (message-tool-bar-zap-list, message-tool-bar)
6857         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6858         (message-tool-bar-local-item-from-menu): Remove.
6859         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6860         (message-make-tool-bar): New function.
6861         (message-mode): Use `message-make-tool-bar'.
6862
6863         * gmm-utils.el: New file.
6864         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6865         (gmm-lazy): New widget copied from `nnmail.el'.
6866         (gmm-tool-bar-from-list): New function for creating customizable
6867         tool bars.
6868         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6869         output.
6870         (gmm): Add :prefix to defgroup.
6871
6872 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6873
6874         * gmm-utils.el (gmm-widget-p): New function.
6875
6876 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * mml.el (mml-attach-file): Describe `description' in doc string.
6879         (mml-menu): Add Emacs MIME manual and PGG manual.
6880
6881 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6882
6883         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6884
6885 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6886
6887         * nntp.el (nntp-end-of-line): Doc fix.
6888
6889 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6890
6891         * imap.el (imap-open): Handle case where buffer is a buffer
6892         object.
6893
6894 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6895
6896         * gnus-delay.el (gnus-delay): Don't autoload.
6897         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6898         to be re-loaded when customizing the `gnus-delay' group.
6899
6900 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6901
6902         * message.el (message-insert-citation-line): Use newlines.
6903
6904 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6905
6906         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6907         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6908         these routines, so the passphrase can be managed externally and
6909         passed in to the system.
6910         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6911         pgg-add-passphrase-to-cache function.
6912
6913         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6914         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6915         these routines, so the passphrase can be managed externally and
6916         passed in to the system.
6917         (pgg-pgp5-sign-region): Use new name of
6918         pgg-add-passphrase-to-cache function.
6919
6920 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6921
6922         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6923         part of the decoded armor to find the key-identifier.
6924         (pgg-gpg-lookup-key-owner): New function to return the
6925         human-readable identifier of a key owner.
6926         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6927         itself.
6928         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6929         the key value) if we have a key and can match it against a secret
6930         key.  Also, added a note pointing out fact that the prompt only
6931         indicates the first matching key.
6932
6933         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6934         pgg-decrypt-region.
6935         (pgg-add-passphrase-to-cache): Rename from
6936         `pgg-add-passphrase-cache' to reduce confusion (all callers
6937         changed).
6938         (pgg-remove-passphrase-from-cache): Rename from
6939         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6940         changed).
6941         (pgg-read-passphrase, pgg-add-passphrase-cache)
6942         (pgg-remove-passphrase-cache): Add informative docstrings.
6943         (pgg-decrypt): Convey provided passphrase in subordinate call to
6944         pgg-decrypt-region.
6945
6946 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6947
6948         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6949         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6950         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6951         'passphrase' argument, so the passphrase can be managed externally
6952         and then passed in to the system.
6953
6954         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6955         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6956         so the passphrase cache can be used reliably with identifiers
6957         besides a pgp packet's key id.
6958
6959         * pgg-gpg.el (pgg-gpg-encrypt-region)
6960         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6961         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6962         these routines, so the passphrase can be managed externally and
6963         passed in to the system.
6964
6965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6966         'notruncate' argument, so the passphrase cache can be used
6967         reliably with identifiers besides a pgp packet's key id.
6968
6969 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6970
6971         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6972         symmetric encryption.
6973         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6974         encrypted session key.
6975         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6976         message ask for the passphrase in a proper way.
6977
6978         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6979         New user commands for symmetric encryption.
6980
6981 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6984
6985         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6986
6987 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6988
6989         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6990
6991 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * mm-decode.el (mm-inlined-types): Add application/pgp.
6994         (mm-automatic-display): Ditto.
6995
6996         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6997         part as text.
6998
6999 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * nnrss.el: Update copyright.
7002         (nnrss-opml-import): Query whether to subscribe to each entry.
7003
7004         * gnus-art.el:
7005         * gnus-sum.el:
7006         * gnus-xmas.el:
7007         * messagexmas.el:
7008         * mm-uu.el:
7009         * mm-view.el: Update copyright.
7010
7011 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * message.el (message-info): New function.
7014         (message-mode-menu): Add it.
7015         Update copyright.
7016
7017         * ChangeLog: Fix and update copyright.
7018
7019 2006-01-13  Romain Francoise  <romain@orebokech.com>
7020
7021         * message.el (message-forward-subject-name-subject): Prefer the
7022         address to 'nowhere' if the sender has no name.
7023         Fix typo.  Update copyright year.
7024
7025 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (article-wash-html): Use
7028         gnus-summary-show-article-charset-alist if a numeric arg is given.
7029         (gnus-article-wash-html-with-w3m-standalone): New function.
7030
7031         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7032         mm-inline-text-html-render-with-w3m-standalone.
7033         (mm-text-html-washer-alist): Map w3m-standalone to
7034         gnus-article-wash-html-with-w3m-standalone.
7035         (mm-inline-text-html-render-with-w3m-standalone): New function.
7036
7037 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7038
7039         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7040         Improve LaTeX.
7041
7042 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7045         (nnrss-request-article): Render text/plain parts as HTML.
7046
7047         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7048         the buffer.
7049
7050 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7053         custom definition of `gnus-posting-styles'.
7054
7055         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7056         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7057
7058 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7061         Use nntp for bug archive.
7062
7063 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7066         parts.
7067         (nnrss-normalize-date): New function converts ISO 8601 date into
7068         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7069         (nnrss-check-group): Use it.
7070
7071 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7074
7075         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7076         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7077         (nnrss-insert-w3): Ditto.
7078
7079 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7082         the articles to be forwarded including the case where neither a
7083         number of articles nor a region is specified.
7084
7085 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nnrss.el (nnrss-request-article): Fix last change; fill
7088         text/plain parts.
7089
7090 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7093         in text/plain part.
7094         (nnrss-check-group): Don't add excessive newline to dc:subject.
7095
7096 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7097
7098         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7099         article.
7100
7101 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7104         (nnml-use-compressed-files, nnml-save-mail): Support other
7105         comression programs such as bzip2.
7106
7107 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * dns.el (query-dns): Make sure we check the buffer size before
7110         removing tcp headers.
7111
7112 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7115         remove MIME buttons associated with multipart/alternative parts.
7116         (gnus-mime-display-alternative): Tag buttons using `article-type'
7117         text property.
7118
7119         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7120         associated with multipart/alternative parts.
7121
7122         * gnus-art.el (gnus-signature-separator): Fix custom type.
7123
7124         * mm-decode.el (mm-inlined-types): Fix custom type.
7125         (mm-keep-viewer-alive-types): Ditto.
7126         (mm-automatic-display): Ditto.
7127         (mm-attachment-override-types): Ditto.
7128         (mm-inline-override-types): Ditto.
7129         (mm-automatic-external-display): Ditto.
7130
7131 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * spam-report.el (spam-report-user-mail-address)
7134         (spam-report-user-agent): New variables.
7135         (spam-report-url-ping-plain): Use spam-report-user-agent.
7136
7137 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7138
7139         * gnus-art.el (gnus-button-handle-custom): Do not just use
7140         `customize-apropos' for any "M-x customize-*" button but the
7141         function called for.  Accept both the function name and its
7142         argument in order to achieve this.
7143         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7144         function name to `gnus-button-handle-custom' in case of "M-x
7145         customize-*" buttons.
7146
7147 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7150         multipart/alternative and add xref to mm-discouraged-alternatives
7151         in doc string.
7152
7153         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7154         gnus-buttonized-mime-types in doc string.
7155
7156 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7159         Suggest image/.* in the doc string.
7160
7161 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7164         message-marks (Debian bug #342521).
7165
7166 2005-12-12  Simon Josefsson  <jas@extundo.com>
7167
7168         * password.el (password-read-from-cache): Add.
7169         (password-read): Use it.
7170
7171 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7174         us-ascii as a MIME charset.
7175
7176         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7177         against the case where the 2nd arg TYPE is nil.
7178
7179 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * pop3.el (pop3-stream-type): Fix custom version.
7182
7183         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7184
7185 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7186
7187         * mm-decode.el (mm-display-external): Add missing cdr.
7188
7189 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7192         RFC1524) if it is in mailcap or add a suffix according to
7193         mailcap-mime-extensions when generating a temp filename; postpone
7194         deleting a temp file for 2 seconds for some wrappers, shell
7195         scripts, and so on, which might exit right after having started a
7196         viewer command as a background job.
7197
7198 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * nntp.el (nntp-marks-directory): Fix custom group.
7201
7202         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7203         steps when < 10.
7204
7205         * gnus-start.el (gnus-no-server-1): Mention
7206         `gnus-level-default-subscribed' in doc string.
7207
7208 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7209
7210         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7211         parens.
7212
7213 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-xmas.el (gnus-use-toolbar): Revert.
7216         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7217         gnus-use-toolbar is default.
7218
7219         * messagexmas.el (message-use-toolbar): Revert.
7220         (message-setup-toolbar): Use global default-toolbar if
7221         message-use-toolbar is default.
7222
7223 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7226         according to default-toolbar-visible-p.
7227
7228         * messagexmas.el (message-use-toolbar): Ditto.
7229
7230 2005-11-26  Dave Love  <fx@gnu.org>
7231
7232         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7233         (tls-program, tls-success): Provide openssl alternative.
7234
7235         * starttls.el: Doc fixes.
7236         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7237         SERVICE to PORT.
7238
7239         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7240         port null or service name.
7241         (starttls-negotiate): Autoload.
7242
7243 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * message.el (message-kill-to-signature): Fix interactive spec.
7246
7247 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * pop3.el (pop3-open-server): Recognize a string as a service name.
7250
7251 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7252
7253         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7254
7255 2005-11-23  Dave Love  <fx@gnu.org>
7256
7257         Add pop3s, pop3/starttls.
7258
7259         * pop3.el (pop3-authentication-scheme): Clarify doc.
7260         (open-tls-stream, starttls-open-stream): Autoload.
7261         (pop3-stream-type): New.
7262         (pop3-open-server): Use it.
7263
7264         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7265         for POP.
7266         (mail-source-keyword-map): Add :stream for POP.
7267         (mail-source-fetch-pop): Use pop3-stream-type.
7268
7269 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7272         of current-time-string.
7273
7274 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7275
7276         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7277         date header.
7278
7279 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7280
7281         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7282         it can seriously impact performance as it bypasses the agent's
7283         local caches.
7284
7285 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7286
7287         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7288         must be explicitly online rather than "not explicitly offline" for
7289         its flags to be synchronized.
7290
7291         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7292         that gnus-uu-unmark-thread will function correctly.
7293
7294         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7295         1024K is instead displayed as 1M.
7296
7297 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7300
7301 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7302
7303         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7304
7305 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7306
7307         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7308         error message to display actual error condition.
7309         (gnus-agent-save-local): Avoid saving symbols that are bound to
7310         nil as they simply result in a warning message in
7311         gnus-agent-read-local.
7312
7313 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7316         rather than make-variable-buffer-local for file-precious-flag.
7317
7318 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7319
7320         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7321         for duplicates which are removed.  The invalid sort check then
7322         triggers a rescan after the sort as sorting may have moved
7323         duplicate entries such that they can be cheaply detected.
7324
7325 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7328
7329 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7330
7331         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7332         internal variable to a custom variable.  Changed default value
7333         from compressed(2) to uncompressed(1).
7334         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7335         support for uncompressed agentview files.  Taken together, reading
7336         the agentview file should now be 6-7 times faster.
7337
7338 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7339
7340         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7341         as a buffer-local variable.  This avoids creating truncated
7342         dribble files as a result of a hang up, eg.
7343
7344 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7345
7346         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7347         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7348         XEmacs.
7349
7350 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * gnus-start.el (gnus-start-draft-setup): Enforce
7353         `gnus-draft-mode' for nndraft:drafts at startup.
7354
7355         * gnus.el (gnus-splash): Change custom group.
7356         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7357         allow-list argument.
7358
7359         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7360         string.
7361
7362 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-art.el (gnus-default-article-saver): Add user-defined
7365         `function' to custom type.
7366
7367 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7368
7369         * imap.el (imap-open): Handle case where buffer is a buffer
7370         object.
7371
7372 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7375         long lines.
7376         (gnus-cache-delete-group): Wrap doc strings.
7377
7378         * gnus-agent.el (gnus-agent-rename-group)
7379         (gnus-agent-delete-group): Wrap doc strings.
7380
7381 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * messagexmas.el (message-use-toolbar): Change the valid values
7384         into default, top, bottom, left, and right.
7385         (message-toolbar-thickness): New variable.
7386         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7387         well.
7388         (message-setup-toolbar): Make it work.
7389
7390         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7391         (gnus-use-toolbar): Change the valid values into default, top,
7392         bottom, left, and right.
7393         (gnus-toolbar-thickness): New variable.
7394         (gnus-xmas-setup-toolbar): New function.
7395         (gnus-xmas-setup-group-toolbar): Use it.
7396         (gnus-xmas-setup-summary-toolbar): Use it.
7397
7398 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-start.el (gnus-1): Add "native" to
7401         gnus-predefined-server-alist.
7402
7403         * gnus.el (gnus-method-to-server): Don't add "native" to the
7404         lists here, because that leads to problems when
7405         gnus-select-method is bound.
7406
7407 2005-11-09  Simon Josefsson  <jas@extundo.com>
7408
7409         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7410         use (not sort-by-date) instead.
7411
7412 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * gnus-delay.el (gnus-delay-group): Don't autoload.
7415         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7416         to be re-loaded when customizing the `gnus-delay' group.
7417
7418 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7419
7420         * message.el: Revert last changes.
7421         (message-insert-citation-line): Use newlines.
7422
7423 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7424
7425         * message.el (message-courtesy-message)
7426         (message-mark-insert-begin, message-mark-insert-end)
7427         (message-elide-ellipsis, message-cancel-message)
7428         (message-add-header, message-change-subject)
7429         (message-cross-post-followup-to-header)
7430         (message-cross-post-insert-note, message-reduce-to-to-cc)
7431         (message-widen-reply, message-delete-not-region)
7432         (message-kill-to-signature, message-insert-signature)
7433         (message-insert-importance-high, message-insert-importance-low)
7434         (message-insert-or-toggle-importance)
7435         (message-insert-disposition-notification-to)
7436         (message-indent-citation, message-yank-original)
7437         (message-cite-original-without-signature, message-cite-original)
7438         (message-insert-citation-line, message-position-on-field)
7439         (message-fix-before-sending, message-send-mail-partially)
7440         (message-send-mail, message-send-mail-with-sendmail)
7441         (message-send-mail-with-qmail, message-send-news)
7442         (message-check-news-header-syntax, message-generate-headers)
7443         (message-insert-courtesy-copy, message-fill-address)
7444         (message-fill-header, message-shorten-references)
7445         (message-setup-1, message-cancel-news)
7446         (message-forward-make-body-plain, message-forward-make-body-mime)
7447         (message-forward-make-body-mml, message-encode-message-body)
7448         (message-forward-make-body-digest-plain)
7449         (message-forward-make-body-digest-mime)
7450         (message-use-alternative-email-as-from): Insert `hard-newline'
7451         instead of ordinary newlines.
7452
7453 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * message.el (message-generate-headers): Downcase the argument
7456         given to message-check-element.
7457
7458 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7459
7460         * nntp.el (nntp-authinfo-rejected): New error condition.
7461         (nntp-wait-for): Use new error condition to signal authentication
7462         error.
7463         (nntp-retrieve-data): Rethrow new error condition to break out of
7464         recursive call to nntp-send-authinfo.
7465
7466 2005-11-08  Romain Francoise  <romain@orebokech.com>
7467
7468         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7469         (gnus-summary-exit-map): Bind to `Z p'.
7470         (gnus-summary-make-menu-bar): Add menu item.
7471
7472 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7475         (gnus-treat-*): Add `first' in all doc strings.
7476
7477         * gnus-group.el (gnus-group-compact-group): Fix typo.
7478
7479 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus.el (gnus-parameters-case-fold-search): New variable.
7482         (gnus-parameters-get-parameter): Use it.
7483
7484         * gnus-score.el (gnus-home-score-file): Doc fix.
7485
7486 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7487
7488         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7489
7490 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * mm-util.el (mm-special-display-p): New function.
7493
7494         * mml.el (mml-preview): Use it; doc fix.
7495
7496 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7497
7498         * imap.el (imap-open): Handle case where buffer is a buffer object.
7499
7500 2005-10-29  Romain Francoise  <romain@orebokech.com>
7501
7502         * message.el (message-fix-before-sending): Fix comment.
7503
7504 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7505
7506         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7507
7508 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7509
7510         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7511         Used in gnus-score.el.
7512
7513 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7516
7517 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7520         whitespace removed in revision 7.8.  Use concatenated string to
7521         protect trailing whitespace.
7522
7523 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7524
7525         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7526         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7527         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7528         Courier IMAP ("some version from 2004").  Mostly based on similar
7529         code in the same function.
7530
7531 2005-10-26  Didier Verna  <didier@xemacs.org>
7532
7533         * gnus-group.el (gnus-group-compact-group): Invalidate original
7534         article buffer.
7535         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7536         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7537         NOV database and in article itself.
7538         Invalidate article backlog.
7539
7540 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7543
7544 2005-10-26  Simon Josefsson  <jas@extundo.com>
7545
7546         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7547         part of 2004-07-25 change.
7548
7549 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * message.el (message-display-completion-list): New function.
7552         (message-expand-group): Use it; make sure the Completions buffer
7553         is modifiable.
7554 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7555
7556         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7557         user-mail-name is an empty string.
7558
7559 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7562         depending on gnus-score-decay-constant.
7563
7564         * encrypt.el (encrypt-insert-file-contents)
7565         (encrypt-write-file-contents): Don't use `gnus-message'.
7566
7567         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7568         arguments.
7569         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7570         arguments to mm-uu-verbatim-marks-extract.
7571         (mm-uu-hide-markers): New variable.
7572         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7573
7574         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7575         (gnus-convert-image-to-face-command): Use "convert" by default to
7576         allow other input image formats.
7577         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7578         accordingly.
7579
7580 2005-10-23  Simon Josefsson  <jas@extundo.com>
7581
7582         * imap.el (imap-gssapi-program): Align command line parameters
7583         with latest GNU SASL.
7584         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7585
7586 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7587
7588         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7589         HTML.
7590         (nnslashdot-request-article): Ditto.
7591
7592         * lpath.el (featurep): Add nobreak-char-display.
7593
7594 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7595
7596         * mail-source.el (mail-source-fetch-pop): Require pop3.
7597         (mail-source-check-pop): Ditto.
7598
7599 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7602         errors.
7603
7604 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7607         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7608
7609         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7610
7611         * mm-bodies.el (mm-decode-string): Call
7612         `mm-charset-to-coding-system' with allow-override argument.
7613
7614 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7617         (rfc2047-charset-to-coding-system): New function.
7618         (rfc2047-decode-encoded-words): New function.
7619         (rfc2047-decode-region): Use them.
7620         (rfc2047-decode-cte): Remove.
7621         (rfc2047-parse-and-decode): Remove.
7622         (rfc2047-decode): Remove.
7623
7624 2005-10-15  Kenichi Handa  <handa@m17n.org>
7625
7626         * rfc2047.el (rfc2047-decode-cte): New function.
7627         (rfc2047-decode-region): Change the way to decode successive
7628         encoded-words: decode B- or Q-encoding in each encoded-word,
7629         concatenate them, and decode it as charset.
7630
7631 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * lpath.el: Fbind codepage-setup for XEmacs.
7634
7635 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7636
7637         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7638         widget-move-and-invoke.
7639         (gnus-custom-mode): Use gnus-custom-map.
7640
7641 2005-10-15  Bill Wohler  <wohler@newt.com>
7642
7643         * message.el (message-tool-bar-map): Renamed image file from
7644         mail_send to mail/send.
7645
7646 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7647
7648         * message.el (message-expand-group): Pass the common
7649         prefix substring of completion to `display-completion-list'.
7650
7651 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * mml-sec.el (mml-secure-method): New internal variable.
7654         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7655         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7656         functions using mml-secure-method.
7657
7658         * mml.el (mml-mode-map): Add key bindings for those functions.
7659         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7660         Harder <harder@myrealbox.com>.
7661         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7662         end of message if point is the headers of the message.
7663
7664         * message.el (message-in-body-p): New function.
7665
7666         * assistant.el: Autoload gnus-util and netrc.
7667
7668         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7669         Use `mm-charset-override-alist' only when decoding.
7670
7671         * mm-bodies.el (mm-decode-body): Call
7672         `mm-charset-to-coding-system' with allow-override argument.
7673
7674         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7675         `filename' from Content-Disposition if Content-Type doesn't
7676         provide `name'.
7677         (gnus-mime-view-part-as-type): Set default instead of
7678         initial-input.
7679
7680 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7681
7682         * format-spec.el (format-spec): Propagate text properties of % spec.
7683
7684 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-art.el (gnus-treat-predicate): Add `first'.
7687
7688 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7691         (mm-charset-override-alist): New variable.
7692         (mm-charset-to-coding-system): Use it.
7693         (mm-codepage-setup): New helper function.
7694         (mm-charset-eval-alist): New variable.
7695         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7696         about unknown charsets.
7697
7698         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7699
7700 2005-10-04  David Hansen  <david.hansen@gmx.net>
7701
7702         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7703         (nnrss-check-group): Ditto.
7704
7705 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7708         Rename x-gnus-verbatim to x-verbatim.
7709         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7710
7711         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7712         x-verbatim.
7713
7714         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7715
7716         * gnus-util.el (gnus-remove-duplicates): Remove.
7717
7718         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7719         instead of gnus-remove-duplicates.
7720
7721         * message.el (message-remove-duplicates): Remove.
7722         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7723         message-remove-duplicates.
7724
7725         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7726         available, else use implementation from `delete-dups'.
7727
7728         * message.el (message-insert-expires): New function.
7729         (message-mode-map): Add key binding.
7730         (message-mode-field-menu): Add menu entry.
7731         (message-mode): Document it.
7732         (message-make-expires-date): Use `message-make-date'.
7733
7734 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7735
7736         * message.el (message-make-expires-date): New function.
7737
7738 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * Makefile.in (list-installed-shadows): New entry.
7741         (install): Use it.
7742         (remove-installed-shadows): New entry.
7743
7744         * dgnushack.el (dgnushack-default-load-path): New variable.
7745         (dgnushack-find-lisp-shadows): New function.
7746         (dgnushack-remove-lisp-shadows): New function.
7747
7748 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * Makefile.in (install-el-elc): New entry.
7751         (install): Use it so that .el files are necessarily installed.
7752
7753 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7756
7757 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7758
7759         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7760         function rather than the diff-mode.el package.
7761         (mm-display-external): Use with-current-buffer.
7762         (mm-viewer-completion-map, mm-viewer-completion-map):
7763         Move initialization inside declaration.
7764
7765 2005-09-29  Simon Josefsson  <jas@extundo.com>
7766
7767         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7768         autoload mail-check-payment.
7769         (spam-check-hashcash): Define unconditionally, since hashcash.el
7770         is part of Gnus now.  Ignore errors from payment checking.
7771
7772 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * message.el (message-bold-region, message-unbold-region): Rename
7775         from `bold-region' and `unbold-region'.
7776
7777         * message.el: Remove useless autoloads.
7778
7779 2005-09-28  Simon Josefsson  <jas@extundo.com>
7780
7781         * message.el (message-use-idna): Default to t.
7782         (message-use-idna): Test whether encoding works too.  Doc fix.
7783
7784 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * nntp.el (nntp-warn-about-losing-connection): Remove.
7787
7788 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7791         customizable.  Change default value.
7792         (mm-uu-diff-groups-regexp): Change default value.
7793         (mm-uu-type-alist): Add doc string.
7794         (mm-uu-configure): Add doc string.  Make it interactive.
7795         (mm-uu-tex-groups-regexp): New variable.
7796         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7797         (mm-uu-type-alist): Add LaTeX documents.
7798         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7799         of "text/verbatim".
7800         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7801
7802         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7803         instead of "text/verbatim".
7804
7805         * message.el (message-mark-inserted-region)
7806         (message-mark-insert-file): Use slrn style marks when called with
7807         prefix argument.
7808
7809 2005-09-27  Simon Josefsson  <jas@extundo.com>
7810
7811         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7812
7813 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7814
7815         * message.el (message-remove-duplicates): New function.
7816         Implementation borrowed from `gnus-remove-duplicates'.
7817         (message-idna-to-ascii-rhs): Also encode idna addresses in
7818         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7819         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7820         only ask about the same idna domain once per header and also tell
7821         in what header to replace the idna domain.
7822
7823         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7824         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7825         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7826         a header is decoded and not just the last one.
7827
7828 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7831         has been decoded.
7832
7833         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7834         (mm-insert-part): Don't modify text if it has been decoded.
7835
7836         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7837         decoded.
7838
7839         * mm-view.el (mm-inline-text): Don't strip text props unless
7840         decoding enriched or richtext parts.
7841
7842 2005-09-25  Romain Francoise  <romain@orebokech.com>
7843
7844         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7845         * gnus-start.el (gnus-subscribe-interactively):
7846         * gnus-uu.el (gnus-uu-grab-articles):
7847         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7848         space.
7849
7850 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7851
7852         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7853         * mm-view.el (mm-view-pkcs7-decrypt):
7854         * gnus-sum.el (gnus-summary-limit-to-extra)
7855         (gnus-summary-respool-article, gnus-read-move-group-name):
7856         * gnus-score.el (gnus-summary-increase-score):
7857         * gnus-util.el (gnus-completing-read-with-default):
7858         * gnus-art.el (gnus-read-save-file-name)
7859         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7860         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7861         * message.el (message-check-news-header-syntax):
7862         Follow convention for reading with the minibuffer.
7863
7864 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * spam-report.el (spam-report-url-ping-plain):
7867         Use gnus-extended-version as User-Agent.
7868
7869         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7870         default value is nil.
7871
7872         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7873         (mm-uu-verbatim-marks-extract): New function.
7874         (mm-uu-extract): New face.
7875         (mm-uu-copy-to-buffer): Use it.
7876
7877         * spam-report.el (spam-report-gmane-ham): Renamed from
7878         `spam-report-gmane-unspam'.
7879         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7880         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7881
7882         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7883         Autoload.
7884         (spam-report-gmane-unregister-routine): Renamed
7885         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7886
7887 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7888
7889         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7890         (spam-report-gmane-unregister-routine): Add support for gmane
7891         unregistration.
7892
7893         * spam-report.el (spam-report-gmane-unspam)
7894         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7895         (spam-report-gmane): Change to take a single article and do unspam
7896         registration.
7897
7898 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * mm-url.el (mm-url-decode-entities): Fix regexp.
7901
7902 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7905         default to nil, to be able to use Gnus at all.  If the default
7906         switches to something else, then the function should be fixed not
7907         be exceedingly slow.
7908
7909 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7912         fail hard.
7913
7914         * spam-report.el: Add better Keywords line.
7915
7916         * spam.el: Add Maintainer and better Keywords line.
7917
7918 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-art.el (gnus-article-replace-part)
7921         (gnus-mime-replace-part): New functions.
7922         (gnus-mime-action-alist, gnus-mime-button-commands)
7923         (gnus-mime-save-part-and-strip): Added file argument.
7924         (gnus-article-part-wrapper): Added interactive argument.
7925
7926         * gnus-sum.el (gnus-summary-mime-map): Add
7927         `gnus-article-replace-part'.
7928
7929 2005-09-19  Didier Verna  <didier@xemacs.org>
7930
7931         The nnml compaction feature:
7932         * nnml.el (nnml-request-compact-group): New function.
7933         * nnml.el (nnml-request-compact): New function.
7934         * gnus-int.el (gnus-request-compact-group): New function.
7935         * gnus-int.el (gnus-request-compact): New function.
7936         * gnus-group.el (gnus-group-compact-group): New function.
7937         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7938         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7939         * gnus-srvr.el (gnus-server-compact-server): New function.
7940         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7941         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7942
7943 2005-09-18  Deepak Goel  <deego@gnufans.org>
7944
7945         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7946         format spec.
7947
7948 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7951
7952 2005-09-15  Romain Francoise  <romain@orebokech.com>
7953
7954         * message.el (message-fill-paragraph): Clarify docstring.
7955
7956 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-mime-display-part): Protect against broken
7959         MIME messages.
7960
7961 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7964         before parsing header.
7965
7966 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7967
7968         * html2text.el (html2text-replace-list): Add new entities.
7969
7970 2005-09-11  Romain Francoise  <romain@orebokech.com>
7971
7972         * message.el (message-alternative-emails): Improve docstring.
7973         (message-setup-1): Call `message-use-alternative-email-as-from'
7974         after `message-setup-hook' to give it precedence over posting
7975         styles, etc.
7976         (message-use-alternative-email-as-from): Add docstring.  Remove
7977         the original From header if present.
7978
7979         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7980         (nnml-save-mail): Use it.
7981
7982         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7983         articles.  Add new argument `silent'.
7984         (gnus-uu-mark-all): Report the total number of marked articles.
7985
7986 2005-09-10  Romain Francoise  <romain@orebokech.com>
7987
7988         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7989         (gnus-uu-mark-series): Likewise.
7990
7991 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * spam-report.el (spam-report-gmane): Fix generation of spam
7994         report URL.
7995
7996 2005-09-10  Simon Josefsson  <jas@extundo.com>
7997
7998         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7999         t, based on discussion on the ding list with Robert Epprecht
8000         <epprecht@solnet.ch>.
8001
8002 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * spam-report.el (spam-report-gmane): Make it work without
8005         X-Report-Spam header.  Gmane now only provides Archived-At.
8006         This is only used if `spam-report-gmane-use-article-number' is nil.
8007         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8008
8009         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8010         make `gnus-summary-sort-by-recipient' work with threading.
8011
8012         * nnweb.el (nnweb-google-wash-article): Print a message if article
8013         is not available.
8014
8015 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8016
8017         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8018         change.  Decode text/* parts content before displaying.
8019
8020 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8023
8024 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8027
8028         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8029         url-package-name, url-package-version,
8030         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8031         w3m-display-inline-images, and w3m-minor-mode-map.
8032
8033 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * message.el (message-tab-body-function): Fix mismatched custom type.
8036
8037         * gnus.el (gnus-group-change-level-function): Ditto.
8038
8039         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8040
8041         * gnus-art.el (gnus-signature-limit)
8042         (gnus-article-mime-part-function): Ditto.
8043
8044 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * mml.el (mml-mode): Silence the byte compiler.
8047
8048         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8049         using `(sit-for 0)' before moving the point to the specified part;
8050         skip unbuttonized parts.
8051         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8052         return to the summary window if gnus-auto-select-part is non-nil.
8053
8054 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8057         variables.
8058         (mml-dnd-attach-file, mml-mode): Use them.
8059
8060         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8061         Make fetching article by MID work again for Google Groups.  Added
8062         FIXME concerning gnus-group-make-web-group.
8063
8064         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8065         Don't depend on Gnus by using mail-extract-address-components if
8066         gnus-extract-address-components is not bound.
8067
8068 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-art.el (gnus-mime-display-security): Don't display the
8071         signature, but only the signed part.
8072
8073 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8076
8077         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8078         list, not listp.
8079
8080 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8081
8082         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8083         when encoding.
8084
8085         * mm-bodies.el (mm-decode-content-transfer-encoding):
8086         De-canonicalize CRLF for all text content types, not just
8087         text/plain.
8088
8089 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8092         valid article; point arrow and cursor at the MIME button.
8093
8094 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8097         Suggested by Dan Christensen <jdc@uwo.ca>.
8098
8099         * mm-decode.el (mm-save-part): Enable change of prompt.
8100
8101 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8102
8103         * gnus-msg.el (gnus-inews-add-send-actions): Made
8104         `message-post-method' lambda parameter ARG `&optional'.
8105
8106 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * gnus-sum.el (gnus-summary-mime-map): Added
8109         gnus-article-save-part-and-strip, gnus-article-delete-part and
8110         gnus-article-jump-to-part.
8111
8112         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8113         (gnus-article-edit-part): Use it.
8114         (gnus-article-part-wrapper): Added no-handle argument.
8115         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8116         functions.
8117
8118 2005-08-29  Romain Francoise  <romain@orebokech.com>
8119
8120         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8121         docstring.
8122         (gnus-face-from-file): Likewise.
8123
8124 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8127         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8128         non-nil.
8129         (gnus-auto-select-part): New variable.
8130         (gnus-article-jump-to-part): New function.
8131         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8132         (gnus-mime-delete-part): Allow selecting specified part after
8133         deleting or stripping parts.
8134         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8135         part if argument is bogus.
8136
8137 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8138
8139         * gnus-art.el (w3m-minor-mode-map):
8140         * gnus-spec.el (gnus-newsrc-file-version):
8141         * gnus-util.el (nnmail-active-file-coding-system)
8142         (gnus-original-article-buffer, gnus-user-agent):
8143         * gnus.el (gnus-ham-process-destinations)
8144         (gnus-parameter-ham-marks-alist)
8145         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8146         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8147         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8148         * mm-decode.el (gnus-current-window-configuration):
8149         * mm-extern.el (gnus-article-mime-handles):
8150         * mm-url.el (url-current-object, url-package-name)
8151         (url-package-version):
8152         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8153         (smime-keys, w3m-cid-retrieve-function-alist)
8154         (w3m-current-buffer, w3m-display-inline-images)
8155         (w3m-minor-mode-map):
8156         * mml-smime.el (gnus-extract-address-components):
8157         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8158         (gnus-newsrc-hashtb, message-default-charset)
8159         (message-deletable-headers, message-options)
8160         (message-posting-charset, message-required-mail-headers)
8161         (message-required-news-headers):
8162         * mml1991.el (mc-pgp-always-sign):
8163         * mml2015.el (mc-pgp-always-sign):
8164         * nnheader.el (nnmail-extra-headers):
8165         * rfc1843.el (gnus-decode-encoded-word-function)
8166         (gnus-decode-header-function, gnus-newsgroup-name):
8167         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8168
8169 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8170
8171         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8172         the end of the date treatments.
8173
8174 2005-08-15  Simon Josefsson  <jas@extundo.com>
8175
8176         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8177         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8178         Capello and Romain Francoise.
8179         (pgg-fetch-key-function): Removed, not used?
8180         (pgg-insert-url-with-w3): Require url, to get
8181         url-insert-file-contents regardless of where it is defined.
8182
8183 2005-08-13  Romain Francoise  <romain@orebokech.com>
8184
8185         * message.el (message-cite-original-1): New function.
8186         (message-cite-original): Use it.
8187         (message-cite-original-without-signature): Ditto.
8188
8189 2005-08-08  Romain Francoise  <romain@orebokech.com>
8190
8191         * message.el (message-yank-empty-prefix): New variable.
8192         (message-indent-citation): Use it.
8193         (message-cite-original-without-signature): Respect X-No-Archive.
8194
8195 2005-08-08  Simon Josefsson  <jas@extundo.com>
8196
8197         * pgg.el: Autoload url-insert-file-contents instead of loading
8198         w3/url.
8199         (pgg-insert-url-with-w3): Don't load url here.
8200
8201 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8202
8203         * message.el (message-kill-to-signature): Don't insert newline at
8204         bol.
8205         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8206
8207 2005-08-06  Romain Francoise  <romain@orebokech.com>
8208
8209         * message.el (message-user-fqdn): Fix typo in docstring.
8210
8211 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8212
8213         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8214
8215         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8216
8217 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * mm-bodies.el (mm-encode-body): Use coding system rather than
8220         charset to encode text.
8221
8222         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8223         number of charsets if utf-8 is available (XEmacs).
8224
8225 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8228         taken from `gnus-button-mid-or-mail-regexp'.
8229         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8230         (gnus-button-alist): Improve regexp for domain part of the MIDs
8231         for news:localpart@domain buttons.
8232         (gnus-button-ctan-directory-regexp): Update.
8233
8234 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * sieve-manage.el (sieve-manage-interactive-login): Use
8237         make-local-variable rather than make-variable-buffer-local.
8238         (sieve-manage-open): Ditto.
8239         (sieve-manage-authenticate): Ditto.
8240
8241         * mml.el (mml-generate-mime-1): Make the content type default to
8242         text/plain if the filename is not specified.
8243
8244 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8247         instead of insert-buffer.
8248
8249         * message.el (message-yank-original): Ditto; set the mark at the
8250         end of the yanked message.
8251
8252 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8255         lines to scroll rather than to stop it.
8256
8257         * mml.el (mml-generate-default-type): Add doc string.
8258         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8259         default to application/octet-stream when determining the content
8260         type if it is not specified for the part or the mml contents; add
8261         a comment about mml-generate-default-type.
8262
8263 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8266         make it default to application/octet-stream when determining the
8267         content type if it is not specified for the external contents.
8268
8269 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8272         segmented parameter but also other parameters might be there.
8273
8274 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * mm-decode.el (mm-display-external): Delete temp file, directory
8277         and buffer immediately if the external process is exited.
8278
8279 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8282         fewer lines than that of scroll-margin.
8283         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8284
8285 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-art.el (gnus-article-next-page): Revert.
8288         (gnus-article-beginning-of-window): New macro.
8289         (gnus-article-next-page-1): Use it.
8290         (gnus-article-prev-page): Ditto.
8291         (gnus-article-edit-part): Use insert-buffer-substring instead of
8292         insert-buffer.
8293         (gnus-article-edit-exit): Ditto.
8294
8295         * gnus-util.el (gnus-beginning-of-window): Remove.
8296         (gnus-end-of-window): Remove.
8297
8298         * lpath.el: Don't bind header-line-format and scroll-margin.
8299
8300 2005-07-25  Simon Josefsson  <jas@extundo.com>
8301
8302         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8303         to have the url package without w3.  Reported by Daiki Ueno
8304         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8305
8306 2005-07-20  Didier Verna  <didier@xemacs.org>
8307
8308         * gnus-diary.el: Remove the description comment (nndiary is now
8309         properly documented in the Gnus manual).
8310         Fix the spelling of "Back End".
8311         * nndiary.el: Ditto.
8312         Fix the copyright notice.
8313
8314 2005-07-18  Romain Francoise  <romain@orebokech.com>
8315
8316         * gnus-sum.el (gnus-summary-to-prefix)
8317         (gnus-summary-newsgroup-prefix): New variables.
8318         (gnus-summary-from-or-to-or-newsgroups): Use them.
8319
8320 2005-07-17  Romain Francoise  <romain@orebokech.com>
8321
8322         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8323         space as it's generally not especially interesting to the user.
8324
8325 2005-07-16  Romain Francoise  <romain@orebokech.com>
8326
8327         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8328         nil to avoid prompting and file modification if one of the
8329         messages at the top of the nnfolder file contains a copyright
8330         notice.
8331         Update copyright notice.
8332
8333         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8334         instead of `current-time-string' as the latter creates a time
8335         string that is not RFC 2822 compliant (it lacks the zone).
8336         Update copyright notice.
8337
8338 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8339
8340         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8341         for text/rtf.  Display default in prompt.  Pass default for M-n.
8342
8343         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8344
8345 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * gnus-msg.el (gnus-button-mailto): Remove
8348         save-selected-window-window hackery because it relies on
8349         save-selected-window internals.
8350
8351 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8354         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8355         (gnus-article-prev-page): Ditto.
8356
8357         * gnus-util.el (gnus-beginning-of-window): New function.
8358         (gnus-end-of-window): New function.
8359
8360         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8361
8362 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8363
8364         * gnus-score.el (gnus-score-edit-all-score): Set
8365         gnus-score-edit-exit-function to gnus-score-edit-done and call
8366         gnus-message.
8367
8368 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-msg.el (gnus-button-mailto): Remove
8371         save-selected-window-window hackery because it relies on
8372         save-selected-window internals.
8373
8374 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8377         add-minor-mode.
8378         (gnus-binary-mode): Ditto.
8379
8380         * gnus-topic.el (gnus-topic-mode): Ditto.
8381
8382 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8383
8384         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8385         (gnus-article-prev-page): Take scroll-margin into consideration.
8386
8387 2005-07-04  Lute Kamstra  <lute@gnu.org>
8388
8389         Update FSF's address in GPL notices.
8390
8391 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8392
8393         * gnus.el (gnus-exit):
8394         * gnus-group.el (gnus-group-icons):
8395         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8396
8397         * gnus-nocem.el (gnus-nocem):
8398         * message.el (message-various, message-buffers, message-sending)
8399         (message-interface, message-forwarding, message-insertion)
8400         (message-headers, message-news, message-mail):
8401         * pgg-gpg.el (pgg-gpg):
8402         * pgg-parse.el (pgg-parse):
8403         * pgg-pgp.el (pgg-pgp):
8404         * pgg-pgp5.el (pgg-pgp5):
8405         * pop3.el (pop3): Finish `defgroup' description with period.
8406
8407 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-art.el (article-display-face): Improve the efficiency.
8410         (article-display-x-face): Ditto; remove grey x-face stuff.
8411
8412 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-art.el (article-display-face): Correct the position in
8415         which Faces are inserted.
8416
8417 2005-06-29  Didier Verna  <didier@xemacs.org>
8418
8419         * gnus-art.el (article-display-face): Display faces in correct
8420         order.
8421
8422 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8425         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8426         (gnus-nocem-check-article): Fetch the Type header.
8427         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8428         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8429         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8430         make sure gnus-nocem-hashtb is initialized.
8431         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8432         (gnus-nocem-unwanted-article-p): Ditto.
8433
8434         * pgg.el (pgg-verify): Return the verification result.
8435
8436 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8439         is ascii.
8440
8441 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8442
8443         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8444         `show-nonbreak-escape'.
8445
8446 2005-06-23  Lute Kamstra  <lute@gnu.org>
8447
8448         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8449
8450         * dig.el (dig-mode):
8451         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8452
8453 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8454
8455         * nnimap.el (nnimap-split-download-body): Fix spellings.
8456
8457 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8458
8459         * gnus-art.el (gnus-article-encrypt-body):
8460         * gnus-cus.el (gnus-score-customize):
8461         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8462         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8463
8464 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8465
8466         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8467         header by looking for magic "MII" at the beginnig.
8468
8469 2005-06-16  Miles Bader  <miles@gnu.org>
8470
8471         * gnus-xmas.el (gnus-xmas-group-startup-message):
8472         Use renamed gnus-splash face.
8473
8474         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8475         (assistant-field-face): New backward-compatibility alias for renamed
8476         face.
8477         (assistant-render-text): Use renamed assistant-field face.
8478
8479         * spam.el (spam): Remove "-face" suffix from face name.
8480         (spam-face): New backward-compatibility alias for renamed face.
8481         (spam-face, spam-initialize): Use renamed spam face.
8482
8483         * message.el (message-header-to, message-header-cc)
8484         (message-header-subject, message-header-newsgroups)
8485         (message-header-other, message-header-name)
8486         (message-header-xheader, message-separator, message-cited-text)
8487         (message-mml): Remove "-face" suffix from face names.
8488         (message-header-to-face, message-header-cc-face)
8489         (message-header-subject-face, message-header-newsgroups-face)
8490         (message-header-other-face, message-header-name-face)
8491         (message-header-xheader-face, message-separator-face)
8492         (message-cited-text-face, message-mml-face):
8493         New backward-compatibility aliases for renamed faces.
8494         (message-font-lock-keywords): Use renamed message faces.
8495
8496         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8497         (sieve-test-commands, sieve-tagged-arguments):
8498         Remove "-face" suffix from face names.
8499         (sieve-control-commands-face, sieve-action-commands-face)
8500         (sieve-test-commands-face, sieve-tagged-arguments-face):
8501         New backward-compatibility aliases for renamed faces.
8502         (sieve-control-commands-face, sieve-action-commands-face)
8503         (sieve-test-commands-face, sieve-tagged-arguments-face):
8504         Use renamed sieve faces.
8505
8506         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8507         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8508         (gnus-group-news-3-empty, gnus-group-news-4)
8509         (gnus-group-news-4-empty, gnus-group-news-5)
8510         (gnus-group-news-5-empty, gnus-group-news-6)
8511         (gnus-group-news-6-empty, gnus-group-news-low)
8512         (gnus-group-news-low-empty, gnus-group-mail-1)
8513         (gnus-group-mail-1-empty, gnus-group-mail-2)
8514         (gnus-group-mail-2-empty, gnus-group-mail-3)
8515         (gnus-group-mail-3-empty, gnus-group-mail-low)
8516         (gnus-group-mail-low-empty, gnus-summary-selected)
8517         (gnus-summary-cancelled, gnus-summary-high-ticked)
8518         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8519         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8520         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8521         (gnus-summary-low-undownloaded)
8522         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8523         (gnus-summary-low-unread, gnus-summary-normal-unread)
8524         (gnus-summary-high-read, gnus-summary-low-read)
8525         (gnus-summary-normal-read, gnus-splash):
8526         Remove "-face" suffix from face names.
8527         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8528         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8529         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8530         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8531         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8532         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8533         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8534         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8535         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8536         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8537         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8538         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8539         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8540         (gnus-summary-normal-ticked-face)
8541         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8542         (gnus-summary-normal-ancient-face)
8543         (gnus-summary-high-undownloaded-face)
8544         (gnus-summary-low-undownloaded-face)
8545         (gnus-summary-normal-undownloaded-face)
8546         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8547         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8548         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8549         (gnus-splash-face):
8550         New backward-compatibility aliases for renamed faces.
8551         (gnus-group-startup-message): Use renamed gnus faces.
8552
8553         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8554         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8555         (gnus-server-agent): Remove "-face" suffix from face names.
8556         (gnus-server-agent-face, gnus-server-opened-face)
8557         (gnus-server-closed-face, gnus-server-denied-face)
8558         (gnus-server-offline-face):
8559         New backward-compatibility aliases for renamed faces.
8560         (gnus-server-agent-face, gnus-server-opened-face)
8561         (gnus-server-closed-face, gnus-server-denied-face)
8562         (gnus-server-offline-face): Use renamed gnus faces.
8563
8564         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8565         Remove "-face" suffix from face names.
8566         (gnus-picon-xbm-face, gnus-picon-face):
8567         New backward-compatibility aliases for renamed faces.
8568
8569         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8570         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8571         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8572         (gnus-cite-11): Remove "-face" suffix from face names.
8573         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8574         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8575         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8576         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8577         New backward-compatibility aliases for renamed faces.
8578         (gnus-cite-attribution-face, gnus-cite-face-list)
8579         (gnus-article-boring-faces): Use renamed gnus faces.
8580
8581         * gnus-art.el (gnus-signature, gnus-header-from)
8582         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8583         (gnus-header-content): Remove "-face" suffix from face names.
8584         (gnus-signature-face, gnus-header-from-face)
8585         (gnus-header-subject-face, gnus-header-newsgroups-face)
8586         (gnus-header-name-face, gnus-header-content-face):
8587         New backward-compatibility aliases for renamed faces.
8588         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8589
8590         * gnus-sum.el (gnus-summary-selected-face)
8591         (gnus-summary-highlight): Use renamed gnus faces.
8592         * gnus-group.el (gnus-group-highlight): Likewise.
8593
8594 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8595
8596         * gnus-sieve.el (gnus-sieve-article-add-rule):
8597         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8598         * spam-stat.el (spam-stat-buffer-change-to-spam)
8599         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8600
8601         * message.el (message-is-yours-p):
8602         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8603
8604 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * mm-view.el (mm-inline-text): Withdraw the last change.
8607
8608 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8611         executing enriched-decode.
8612
8613 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8616         charset of tar files.
8617
8618 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8619
8620         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8621
8622 2005-06-04  Lute Kamstra  <lute@gnu.org>
8623
8624         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8625         information is never recorded.
8626
8627 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8628
8629         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8630
8631 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * pop3.el (pop3-apop): Run md5 in the binary mode.
8634
8635         * starttls.el (starttls-set-process-query-on-exit-flag):
8636         Use eval-and-compile.
8637
8638 2005-05-31  Simon Josefsson  <jas@extundo.com>
8639
8640         * smime.el (smime-replace-in-string): Define.
8641         (smime-cert-by-ldap-1): Use it.
8642
8643 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (article-display-x-face): Replace
8646         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8647
8648         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8649         set-process-query-on-exit-flag or process-kill-without-query.
8650
8651         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8652         loop instead of replace-regexp.
8653
8654         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8655         instead of process-kill-without-query if it is available.
8656
8657         * lpath.el: Fbind ldap-search-entries.
8658
8659         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8660         instead of find-file-hooks if it is available.
8661
8662         * mml1991.el: Bind pgg-default-user-id when compiling.
8663
8664         * mml2015.el: Bind pgg-default-user-id when compiling.
8665
8666         * nndraft.el (nndraft-request-associate-buffer):
8667         Use write-contents-functions instead of write-contents-hooks if it is
8668         available.
8669
8670         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8671         instead of find-file-hooks if it is available.
8672
8673         * nntp.el (nntp-open-connection): Replace
8674         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8675         (nntp-open-ssl-stream): Ditto.
8676         (nntp-open-tls-stream): Ditto.
8677
8678         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8679         set-process-query-on-exit-flag or process-kill-without-query.
8680         (starttls-open-stream-gnutls): Use it instead of
8681         process-kill-without-query.
8682         (starttls-open-stream): Ditto.
8683
8684 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8685
8686         * smime.el (smime-cert-by-ldap-1): Don't use
8687         replace-regexp-in-string.
8688
8689 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8690
8691         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8692
8693         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8694         in PEM format.  Adjust to the XEmacs compability.
8695
8696 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8699         by `string-to-number'.
8700         * gnus-agent.el (gnus-agent-regenerate-group)
8701         (gnus-agent-fetch-articles): Ditto.
8702         * gnus-art.el (gnus-button-fetch-group): Ditto.
8703         * gnus-cache.el (gnus-cache-generate-active)
8704         (gnus-cache-articles-in-group): Ditto.
8705         * gnus-group.el (gnus-group-set-current-level)
8706         (gnus-group-insert-group-line): Ditto.
8707         * gnus-score.el (gnus-score-set-expunge-below)
8708         (gnus-score-set-mark-below, gnus-summary-score-effect)
8709         (gnus-summary-score-entry): Ditto.
8710         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8711         (gnus-soup-pack): Ditto.
8712         * gnus-spec.el (gnus-xmas-format): Ditto.
8713         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8714         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8715         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8716         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8717         * nndb.el (nndb-get-remote-expire-response): Ditto.
8718         * nndiary.el (nndiary-parse-schedule-value)
8719         (nndiary-string-to-number, nndiary-request-replace-article)
8720         (nndiary-request-article): Ditto.
8721         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8722         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8723         * nneething.el (nneething-make-head): Ditto.
8724         * nnfolder.el (nnfolder-request-article)
8725         (nnfolder-retrieve-headers): Ditto.
8726         * nnheader.el (nnheader-file-to-number): Ditto.
8727         * nnkiboze.el (nnkiboze-request-article): Ditto.
8728         * nnmail.el (nnmail-process-unix-mail-format)
8729         (nnmail-process-babyl-mail-format): Ditto.
8730         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8731         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8732         (nnmh-request-create-group, nnmh-request-list-1)
8733         (nnmh-request-group, nnmh-request-article): Ditto.
8734         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8735         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8736         * nnsoup.el (nnsoup-make-active): Ditto.
8737         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8738         * nntp.el (nntp-find-group-and-number)
8739         (nntp-retrieve-headers-with-xover): Ditto.
8740         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8741         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8742         (pgg-format-key-identifier): Ditto.
8743         * pop3.el (pop3-last, pop3-stat): Ditto.
8744         * qp.el (quoted-printable-decode-region): Ditto.
8745
8746         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8747         of concat.
8748
8749 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8752
8753         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8754
8755         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8756
8757         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8758
8759         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8760
8761         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8762
8763         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8764         (gnus-carpal-mode): Ditto.
8765
8766         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8767         (gnus-browse-mode): Ditto.
8768
8769         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8770
8771         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8772
8773 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8774
8775         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8776
8777 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-util.el (gnus-run-mode-hooks): New function.
8780
8781         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8782
8783         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8784         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8785
8786 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8787
8788         * gnus-agent.el (gnus-agent-make-mode-line-string):
8789         Use mode-line-highlight as mouse-face.
8790
8791 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * canlock.el (canlock): Change the parent group to news.
8794
8795         * deuglify.el (gnus-outlook-deuglify): Add :group.
8796
8797         * dig.el (dig): Add :group.
8798
8799         * dns-mode.el (dns-mode): Add :group.
8800
8801         * encrypt.el (encrypt): Add :group.
8802
8803         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8804         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8805         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8806         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8807         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8808
8809         * gnus-diary.el (gnus-diary): Add :group.
8810
8811         * gnus.el (gnus-group-news-1-face): Add :group.
8812         (gnus-group-news-1-empty-face): Ditto.
8813         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8814         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8815         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8816         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8817         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8818         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8819         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8820         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8821         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8822         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8823         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8824         (gnus-summary-high-ticked-face): Ditto.
8825         (gnus-summary-low-ticked-face): Ditto.
8826         (gnus-summary-normal-ticked-face): Ditto.
8827         (gnus-summary-high-ancient-face): Ditto.
8828         (gnus-summary-low-ancient-face): Ditto.
8829         (gnus-summary-normal-ancient-face): Ditto.
8830         (gnus-summary-high-undownloaded-face): Ditto.
8831         (gnus-summary-low-undownloaded-face): Ditto.
8832         (gnus-summary-normal-undownloaded-face): Ditto.
8833         (gnus-summary-high-unread-face): Ditto.
8834         (gnus-summary-low-unread-face): Ditto.
8835         (gnus-summary-normal-unread-face): Ditto.
8836         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8837         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8838
8839         * hashcash.el (hashcash): New custom group.
8840         (hashcash-default-payment): Add :group.
8841         (hashcash-payment-alist): Ditto.
8842         (hashcash-default-accept-payment): Ditto.
8843         (hashcash-accept-resources): Ditto.
8844         (hashcash-path): Ditto.
8845         (hashcash-extra-generate-parameters): Ditto.
8846         (hashcash-double-spend-database): Ditto.
8847         (hashcash-in-news): Ditto.
8848
8849         * message.el (message-minibuffer-local-map): Add :group.
8850
8851         * netrc.el (netrc): Add :group.
8852
8853         * sieve-manage.el (sieve-manage-log): Add :group.
8854         (sieve-manage-default-user): Diito.
8855         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8856         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8857         (sieve-manage-authenticators): Ditto.
8858         (sieve-manage-authenticator-alist): Ditto.
8859         (sieve-manage-default-port): Ditto.
8860
8861         * sieve-mode.el (sieve-control-commands-face): Add :group.
8862         (sieve-action-commands-face): Ditto.
8863         (sieve-test-commands-face): Ditto.
8864         (sieve-tagged-arguments-face): Ditto.
8865
8866         * smime.el (smime): Add :group.
8867
8868         * spam-report.el (spam-report): Add :group.
8869
8870         * spam.el (spam, spam-face): Add :group.
8871
8872 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8875         return \n.\n.\n at the end of articles.  Protect against that.
8876         (nntp-with-open-group): Allow debugging.
8877
8878         * nnheader.el (mail-header-set-extra): Make into a function
8879         because I just could't understand how to quote the list properly.
8880
8881         * dns.el (query-dns-cached): New function.
8882
8883 2005-05-26  Lute Kamstra  <lute@gnu.org>
8884
8885         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8886
8887 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8890
8891         * gnus-art.el: Don't autoload mail-extract-address-components.
8892
8893         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8894         eval-and-compile to evaluate it.
8895
8896         * hashcash.el: Don't autoload executable-find.
8897
8898         * nndb.el: Don't declare the nndb back end two or more times; don't
8899         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8900
8901         * nntp.el: Autoload format-spec instead of format; use
8902         eval-and-compile to evaluate autoload forms.
8903
8904 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8905
8906         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8907
8908 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * gnus.el (gnus-version-number): Bump version.
8911
8912 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8913
8914         * gnus.el: No Gnus v0.3 is released.
8915
8916 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * lpath.el (featurep): Bind show-nonbreak-escape.
8919
8920 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-article-edit-part): Disable undo.
8923
8924 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8927         gnus-article-date-lapsed-new-header is t if date timer is active;
8928         skip headers in which the original date value is empty.
8929         (gnus-article-save-original-date): Redefine it as a macro.
8930         (gnus-display-mime): Use it.
8931
8932 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-art.el (article-date-ut): Support converting date in
8935         forwarded parts as well.
8936         (gnus-article-save-original-date): New function.
8937         (gnus-display-mime): Use it.
8938
8939 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8940
8941         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8942         enclosure element of <item>.
8943
8944 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * message.el (message-kill-buffer-query): Renamed from
8947         `message-kill-buffer-query-if-modified'.  Added :version.
8948
8949 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8952         window layout.
8953
8954 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mml.el: Autoload dnd when compiling.
8957
8958 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8961         x-dnd-*.
8962
8963 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * qp.el (quoted-printable-encode-region): Save excursion.
8966
8967 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8968
8969         * message.el (message-kill-buffer-query-if-modified): Add new variable
8970         so the user can kill a modified message buffer quickly.
8971         (message-kill-buffer): Use it.
8972
8973 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * lpath.el: Fbind display-time-event-handler; don't fbind
8976         string-to-multibyte.
8977
8978         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8979
8980 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8983         contained in text because xml.el decodes entities) with LFs.
8984
8985 2005-04-11  Lute Kamstra  <lute@gnu.org>
8986
8987         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8988         differently.
8989
8990 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8991
8992         * mm-util.el (mm-detect-coding-region): Typo.
8993
8994 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8997
8998 2005-04-06  Deepak Goel  <deego@gnufans.org>
8999
9000         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9001         user-function allow user modifications of the scores.
9002         (spam-stat-score-buffer-user): New function, to allow
9003         user-computed modifications to the score.
9004         (spam-stat-score-buffer-user-functions): List of additional
9005         scoring functions.
9006         (spam-stat-error-holder): Global temporary error holder.
9007         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9008         variable.
9009
9010 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9011
9012         * gnus-registry.el (gnus-registry-clean-empty-function)
9013         (gnus-registry-trim, gnus-registry-fetch-groups)
9014         (gnus-registry-delete-group): Groups that match
9015         `gnus-registry-ignored-groups' are removed from the registry
9016         entries, not just ignored for splitting.  This helps clean up the
9017         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9018         to get all the groups a message ID is in.
9019
9020         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9021         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9022         (spam-stat-score-buffer-user-functions): Add :number custom type.
9023
9024 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9027         argument in XEmacs.
9028
9029         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9030         (nnrss-request-group): Decode group name first.
9031         (nnrss-request-article): Make a text/plain article if mml-to-mime
9032         failed.
9033         (nnrss-get-encoding): Return a compatible encoding according to
9034         nnrss-compatible-encoding-alist.
9035         (nnrss-find-el): Use consp instead of listp.
9036         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9037
9038 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9041         which Emacs 20 doesn't support.
9042         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9043
9044 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9047         silence the byte compiler inside the defun.
9048
9049         * gnus-demon.el (parse-time-string): Add autoload.
9050
9051         * gnus-delay.el (parse-time-string): Add autoload.
9052
9053         * gnus-art.el (parse-time-string): Add autoload.
9054
9055         * nnultimate.el (parse-time): Require for `parse-time-string'.
9056
9057 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9060
9061         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9062
9063         * smime.el (smime-ldap-host-list): Add :version.
9064
9065 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9068         pass it to `gnus-browse-read-group'.
9069         (gnus-browse-read-group): Add NUMBER argument and pass it to
9070         `gnus-group-read-ephemeral-group'.
9071
9072         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9073         argument and pass it to `gnus-group-read-group'.
9074
9075 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9076
9077         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9078         mm-xemacs-find-mime-charset-1 if we have the mule feature
9079         available at runtime.
9080
9081 2005-03-25  Werner Lemberg  <wl@gnu.org>
9082
9083         * nnmaildir.el: Replace `illegal' with `invalid'.
9084
9085 2005-03-23  Lute Kamstra  <lute@gnu.org>
9086
9087         * time-date.el: Add comment on time value formats.
9088         Don't require parse-time.
9089         (with-decoded-time-value): New macro.
9090         (encode-time-value): New function.
9091         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9092         (days-to-time): Return a valid time value when arg is huge.
9093         (time-since): Use time-subtract.
9094         (time-to-number-of-days): Use time-to-seconds.
9095
9096 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * gnus-start.el (gnus-display-time-event-handler):
9099         Check display-time-timer at runtime rather than only at load time
9100         in case display-time-mode is turned off in the mean time.
9101
9102 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9105         used.
9106
9107         * nneething.el (nneething-map-file-directory): Derive from
9108         `gnus-directory'.
9109
9110         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9111         the To/Cc button.
9112
9113 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * nnmaildir.el (nnmaildir-request-accept-article):
9116         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9117
9118 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9119
9120         * gnus-async.el: Require timer-funcs at compile time when in
9121         XEmacs for `run-with-idle-timer'.
9122
9123 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9124
9125         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9126         autoloaded function.
9127
9128 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9129
9130         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9131
9132 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9133
9134         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9135
9136 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9139         gnus-expert-user to default.
9140
9141 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9142
9143         * nnimap.el (nnimap-open-server): Ditto.
9144
9145         * imap.el (imap-authenticate): Fix typo.
9146
9147 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9148
9149         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9150         buffer (since IMAP server might return FETCH response out of
9151         order, and the nntp buffer must be sorted).
9152
9153 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9154
9155         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9156         comparison on string.
9157
9158         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9159         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9160         (gnus-agent-summary-fetch-series): Modified to protect against
9161         gnus-agent-summary-fetch-group clearing processable flags.
9162         (gnus-agent-synchronize-group-flags): Update live group buffer as
9163         synchronization may occur due to the user toggle the plugged
9164         status.
9165         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9166         successfully downloaded.
9167         (gnus-agent-expire-group-1): Avoid using markers when the overview
9168         is in ascending order; greatly improves performance.
9169         (gnus-agent-regenerate-group): Use
9170         gnus-agent-synchronize-group-flags to reset read status in both
9171         gnus and server.
9172         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9173
9174 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * message.el: Don't autoload former message-utils variables.
9177         (message-strip-subject-trailing-was): Change doc string.
9178
9179         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9180         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9181         (nnweb-google-search): Add "hl=en" here.
9182         (nnweb-google-parse-1, nnweb-google-create-mapping):
9183         Don't hardcode URL.
9184
9185 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * message.el (message-get-reply-headers, message-followup):
9188         Mention related variables `message-use-followup-to' and
9189         `message-use-mail-followup-to', in the information buffer.
9190
9191         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9192         of broken groups(-beta).google.com.
9193
9194 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9195
9196         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9197         parameter to invoked gnus-request-move-article; remove the
9198         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9199         all at once instead of once per article.
9200         (gnus-summary-remove-process-mark): Accept a list of articles as
9201         well as a single article for processing.
9202
9203         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9204         parameter.
9205
9206         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9207
9208         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9209
9210         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9211         parameter.
9212
9213         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9214         parameter.
9215
9216         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9217         parameter and remove the gnus-sum-hint-move-is-internal variable.
9218
9219         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9220         parameter.
9221
9222         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9223         parameter.
9224
9225         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9226         parameter.
9227
9228         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9229
9230         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9231         parameter.
9232
9233         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9234         parameter.
9235
9236 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9237
9238         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9239         a more conservative way.
9240
9241 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9242
9243         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9244         buffer, so it moves the window's cursor.
9245
9246 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9247
9248         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9249         `mm-dissect-multipart' and receive the from field as an (optional)
9250         argument from `mm-dissect-multipart'.
9251         (mm-dissect-multipart): Receive the from field as an argument and
9252         pass it on when we call `mm-dissect-buffer' on MIME parts.
9253         Fixes verification/decryption of signed/encrypted MIME parts.
9254
9255 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * gnus-sum.el (gnus-summary-move-article): Set
9258         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9259         whatever it calls (right now, only nnimap-request-move article
9260         respects it).
9261
9262         * nnimap.el (nnimap-request-move-article): When
9263         gnus-sum-hint-move-is-internal is set, don't do the extra
9264         nnimap-request-article.
9265
9266 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9269
9270         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9271         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9272
9273         * gnus-sum.el (gnus-summary-caesar-message):
9274         Apply `gnus-treat-article' after rotation.
9275
9276         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9277         doc string.
9278
9279 2005-02-22  Simon Josefsson  <jas@extundo.com>
9280
9281         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9282         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9283         <arne@arnested.dk>.
9284         (encrypt): Add password-cache and password-cache-expiry as group
9285         members.
9286
9287 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9288
9289         * smime.el (smime-ldap-host-list): Doc fix.
9290         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9291         cache) password.
9292         (smime-sign-region): Use it.
9293         (smime-decrypt-region): Use it.
9294         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9295         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9296         fails.
9297         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9298         certificate from DER to PEM format rather than calling openssl.
9299
9300         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9301
9302         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9303         for signing/encryption.
9304
9305         * mml.el (mml-parse-1): Use them.
9306
9307 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9308
9309         * nnrss.el (nnrss-verbose): Removed.
9310         (nnrss-request-group): Use `nnheader-message' instead.
9311
9312 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9313
9314         * nnrss.el (nnrss-verbose): New variable.
9315         (nnrss-request-group): Make it say nnrss is requesting a group.
9316
9317 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9320         Handle news URL with given port correctly.
9321
9322 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9325         containing special characters.
9326
9327         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9328
9329         * mml.el (mime-to-mml): Ditto.
9330
9331         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9332         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9333         (rfc2047-decode-region): Quote decoded words containing special
9334         characters when rfc2047-quote-decoded-words-containing-tspecials
9335         is non-nil.
9336
9337 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9338
9339         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9340
9341         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9342
9343 2005-02-15  Simon Josefsson  <jas@extundo.com>
9344
9345         * nnimap.el (nnimap-debug): Doc fix.
9346
9347         * imap.el (imap-debug): Doc fix.
9348
9349 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9352
9353 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9354
9355         * gnus.el (spam-contents): Improve docs for spam-contents
9356         parameter in its variable incarnation.
9357
9358 2005-02-14  Simon Josefsson  <jas@extundo.com>
9359
9360         * smime-ldap.el: Use require instead of load-library for ldap.
9361         (smime-ldap-search): Indent.
9362         (smime-ldap-search-internal): Shorten line.
9363
9364         * smime.el (smime-cert-by-dns): Add doc-string.
9365         (smime-cert-by-ldap-1): Indent.
9366
9367         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9368         mml-smime-get-dns-ldap.
9369         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9370
9371 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9372
9373         * smime.el: Require smime-ldap.
9374         (smime-ldap-host-list): New variable.
9375         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9376
9377         * mml-smime.el (mml-smime-encrypt-query): New function.
9378         (mml-smime-encrypt-query): Use it.
9379
9380         * smime-ldap.el: New file.
9381
9382 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9385
9386 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9389         argument in doc string.  Make query for type more clear.
9390
9391 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus.el (gnus-group-startup-message): Search for gnus images in
9394         etc/images/gnus.
9395         * mm-util.el (mm-image-load-path): Likewise.
9396         * smiley.el (smiley-data-directory): Search for smilies in
9397         etc/images/smilies.
9398
9399 2005-02-09  Kim F. Storm  <storm@cua.dk>
9400
9401         Change Emacs release version from 21.4 to 22.1 throughout.
9402         Change Emacs development version from 21.3.50 to 22.0.50.
9403
9404 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9407
9408         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9409         non-Mule XEmacs as well.
9410         (mm-decompress-buffer): Signal an error intentionally if it does
9411         not decompress compressed data because auto-compression-mode is
9412         disabled.
9413
9414 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9417         an ID in the registry even if it has no groups.
9418
9419 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9422         merge it into mm-decompress-buffer.
9423         (gnus-mime-copy-part): Use the MIME part charset, the value which
9424         a user specified or gnus-newsgroup-charset for decoding, like
9425         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9426         save-buffer what was used.  Suggested by Kevin Ryde
9427         <user42@zip.com.au>.
9428         (gnus-mime-inline-part): Allow the name parameter as well as the
9429         filename parameter; force decompressing of compressed data; always
9430         display contents being not decoded as unibyte.
9431
9432         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9433         as well as the filename parameter.
9434
9435         * mm-util.el (mm-decompress-buffer): Merge
9436         gnus-mime-jka-compr-maybe-uncompress.
9437         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9438         of compressed data.
9439
9440 2005-02-08  Simon Josefsson  <jas@extundo.com>
9441
9442         * imap.el (imap-log): Doc fix.
9443
9444 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9447         the coding cookies; decompress compressed parts.
9448
9449         * mml.el (mml-generate-mime-1): Add the charset parameter according
9450         to the value which a user specified manually or the coding cookie.
9451
9452         * mm-util.el (mm-string-to-multibyte): New function.
9453         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9454         (mm-coding-system-to-mime-charset): New function.
9455         (mm-decompress-buffer): New function.
9456         (mm-find-buffer-file-coding-system): New function.
9457
9458         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9459         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9460         parts.
9461
9462 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9463
9464         * mm-view.el (mm-display-inline-fontify): Decode a part according
9465         to the charset parameter.
9466
9467 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9470         prefix arg is neither nil nor a number, as info specifies.
9471
9472 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9475         timestamps.
9476
9477 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9478
9479         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9480         groups error checking and notify user.
9481
9482 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9483
9484         * message.el (message-send-mail-function): Check existence of
9485         sendmail-program first before using default value
9486         `message-send-mail-with-sendmail'.  Otherwise use more generic
9487         `smtpmail-send-it'.
9488
9489 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * nntp.el (nntp-request-update-info): Always return nil.
9492
9493 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9494
9495         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9496
9497 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9498
9499         * message.el (message-beginning-of-line): Change the behavior when
9500         invoked between BOL and : so that it first moves backward.
9501
9502 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9505         article buffer when editing of the article is discarded.
9506         (gnus-article-prepare): Revert.
9507
9508 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-art.el (gnus-article-prepare):
9511         Remove message-strip-forbidden-properties from the local hook.
9512
9513 2005-01-27  Simon Josefsson  <jas@extundo.com>
9514
9515         * password.el (password-cache-add): Only start one timer per key.
9516         Reported by Derek Atkins <warlord@MIT.EDU>.
9517
9518 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9519
9520         * run-at-time.el: Removed.  It is no longer needed as
9521         timer-funcs.el in the xemacs-base package has a working version of
9522         `run-at-time'.
9523
9524         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9525
9526         * password.el: Require timer-funcs instead of run-at-time in
9527         XEmacs.
9528         Remove `password-run-at-time' macro.
9529         (password-cache-add): Use `run-at-time' instead of
9530         `password-run-at-time'.
9531
9532         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9533         Remove `nnheader-cancel-function-timers' alias,
9534         `cancel-function-timers' exists in XEmacs in timer-funcs.
9535
9536         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9537         for `run-with-idle-timer'.
9538
9539         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9540         for `run-at-time'.
9541
9542         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9543         for `with-timeout'.
9544
9545         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9546         the same as for XEmacs 21.4.
9547         No need to ignore `run-with-idle-timer', this function exists in
9548         XEmacs now in timer-funcs.el in the xemacs-base package.
9549         (dgnushack-compile): No need to delete
9550         run-at-time.el from the list of files to compile because it
9551         doesn't exist anymore.
9552
9553 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9556         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9557
9558 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9559
9560         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9561         sensitively.
9562
9563 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9564
9565         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9566
9567 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9570         which will be inserted according to the multibyteness of a buffer
9571         rather than the type of contents.  Suggested by ARISAWA Akihiro
9572         <ari@mbf.ocn.ne.jp>.
9573
9574         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9575         of string which old xml.el may return rather than a string.
9576
9577 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9580
9581 2005-01-16  Simon Josefsson  <jas@extundo.com>
9582
9583         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9584         idn/idna.el isn't available.
9585         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9586         <michael@waxrat.com>.
9587
9588         * hashcash.el: Remove non-FSF copyright header.
9589
9590         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9591         (hashcash-generate-payment): Use it.
9592         (hashcash-generate-payment-async): Use it.
9593
9594 2005-01-15  Simon Josefsson  <jas@extundo.com>
9595
9596         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9597         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9598
9599         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9600         gnus-summary-idna-message.
9601         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9602         (gnus-summary-idna-message): New function.
9603
9604 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9607         gnus-novice-user.
9608
9609 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * nnrss.el (nnrss-request-delete-group): Delete entries in
9612         nnrss-group-alist as well.
9613         (nnrss-save-server-data): Insert newline.
9614
9615 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus.el (gnus-user-agent): Use list of symbols instead of
9618         symbols.  Display full version number for (S)XEmacs.  Optionally
9619         display (S)XEmacs codename.
9620
9621         * gnus-util.el (gnus-emacs-version): Update for new
9622         `gnus-user-agent'.
9623
9624         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9625         Gnus version.
9626
9627 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9630         which is unreadable in some setups.
9631
9632 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-spec.el (gnus-update-format-specifications): Flush the
9635         group format spec cache if it doesn't support decoded group names.
9636
9637 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9640         Allow to apply decay on score files matching a regexp.
9641
9642 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9645         compatibility in %g and %c.
9646
9647 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9650         name for only %g and %c.
9651         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9652         of gnus-tmp-group to decoded group name.
9653         (gnus-group-make-rss-group): Exclude `/'s from group names.
9654
9655 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * nnrss.el (nnrss-get-encoding): Fix regexp.
9658
9659 2004-12-27  Simon Josefsson  <jas@extundo.com>
9660
9661         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9662         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9663         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9664
9665 2004-12-17  Kim F. Storm  <storm@cua.dk>
9666
9667         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9668
9669         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9670
9671 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9672
9673         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9674
9675 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * nnrss.el: Require rfc2047 and mml.
9678         (nnrss-file-coding-system): New variable.
9679         (nnrss-format-string): Redefine it as an inline function.
9680         (nnrss-decode-group-name): New function.
9681         (nnrss-string-as-multibyte): Remove.
9682         (nnrss-retrieve-headers): Decode group name; don't use
9683         nnrss-format-string.
9684         (nnrss-request-group): Decode group name.
9685         (nnrss-request-article): Decode group name; allow a Message-ID as
9686         well as an article number; don't use nnrss-format-string; encode a
9687         Message-ID string which may contain non-ASCII characters; use
9688         mml-to-mime to compose a MIME article.
9689         (nnrss-request-expire-articles): Decode group name.
9690         (nnrss-request-delete-group): Decode group name.
9691         (nnrss-fetch): Clarify error message.
9692         (nnrss-read-server-data): Use insert-file-contents instead of load;
9693         bind file-name-coding-system; use multibyte buffer.
9694         (nnrss-save-server-data): Bind coding-system-for-write to the
9695         value of nnrss-file-coding-system; bind file-name-coding-system;
9696         add coding cookie.
9697         (nnrss-read-group-data): Use insert-file-contents instead of load;
9698         bind file-name-coding-system; use multibyte buffer.
9699         (nnrss-save-group-data): Bind coding-system-for-write to the
9700         value of nnrss-file-coding-system; bind file-name-coding-system.
9701         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9702         make it work with non-ASCII text.
9703         (nnrss-find-el): Make it work with old xml.el as well.
9704
9705 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9706
9707         * nnrss.el (nnrss-get-encoding): New function.
9708         (nnrss-fetch): Use unibyte buffer initially; bind
9709         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9710         decode contents according to the encoding attribute.
9711         (nnrss-save-group-data): Add coding cookie.
9712         (nnrss-mime-encode-string): New function.
9713         (nnrss-check-group): Use it to encode subject and author.
9714
9715 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9718         imaginary variable.
9719
9720 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9723         correctly even if there are wide characters.
9724
9725 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9726
9727         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9728         downcased symbol names; make a new cache instead of reusing
9729         bbdb-hashtable.
9730
9731 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9734         concatenating segments rather than before concatenating them.
9735         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9736
9737         * message.el (message-get-reply-headers): Bind `extra'.
9738
9739 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * message.el (message-extra-wide-headers): New variable.
9742         (message-get-reply-headers): Use it.
9743
9744 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9747         (gnus-agent-group-pathname): Ditto.
9748
9749         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9750
9751         * gnus-group.el (gnus-group-make-group): Decode group name.
9752         (gnus-group-make-rss-group): Register the group data after opening
9753         the nnrss group.
9754
9755 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9756
9757         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9758         by expiry now get marked as read.
9759
9760 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9763
9764 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9765
9766         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9767         unify Latin characters in XEmacs.
9768         (mm-find-mime-charset-region): Use it.
9769
9770 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-util.el (gnus-delete-directory): New function.
9773
9774         * gnus-agent.el (gnus-agent-delete-group): Use it.
9775
9776         * gnus-cache.el (gnus-cache-delete-group): Use it.
9777
9778 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9781         names.
9782
9783 2004-12-16  Simon Josefsson  <jas@extundo.com>
9784
9785         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9786
9787 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9790
9791         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9792         (gnus-group-set-current-level): Decode group name.
9793
9794 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9795
9796         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9797         failed.
9798
9799 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-group.el (gnus-group-delete-group): Decode group name.
9802         (gnus-group-make-rss-group): Encode group name.
9803         (gnus-group-catchup-current): Decode group name.
9804         (gnus-group-kill-group): Decode group name.
9805
9806 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9807
9808         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9809
9810 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-group.el (gnus-group-make-rss-group):
9813         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9814
9815         * gnus-start.el (gnus-setup-news): Honor user's setting to
9816         gnus-message-archive-method.  Suggested by Lute Kamstra
9817         <lute@gnu.org>.
9818
9819 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9820
9821         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9822         global counterparts of the buffer-local variables.
9823
9824 2004-11-16  Romain Francoise  <romain@orebokech.com>
9825
9826         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9827         counterparts of the buffer-local variables.
9828
9829 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * message.el (message-forbidden-properties): Fixed typo in doc
9832         string.
9833
9834 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-util.el (gnus-replace-in-string): Added doc string.
9837
9838         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9839         to avoid problems when splitting mails with many recipients.
9840
9841 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9842
9843         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9844         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9845
9846 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9847
9848         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9849         if there is no hashtable in memory or file modification time is
9850         newer than cached timestamp.
9851
9852 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9855         not-matching option.
9856
9857 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9860         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9861         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9862         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9863         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9864         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9865
9866 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * message.el (message-forward-make-body-mml): Remove headers
9869         according to message-forward-ignored-headers if a message is decoded.
9870
9871 2004-12-02  Romain Francoise  <romain@orebokech.com>
9872
9873         * message.el (message-forward-make-body-plain): Always remove
9874         headers according to message-forward-ignored-headers.
9875
9876 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9877
9878         * spam.el (spam-summary-prepare-exit): Remove the
9879         gnus-summary-limit pop for now, it has problems with ham marks for
9880         me.
9881
9882 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9883
9884         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9885         correctly.
9886
9887 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9888
9889         * format-spec.el (format-spec): Message the char.
9890
9891 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * gnus-art.el (gnus-split-methods): Reformat comments.
9894
9895         * spam.el (spam-summary-prepare-exit): Remove article limits
9896         before exiting the summary buffer.
9897
9898 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9901         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9902
9903         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9904         order to silence the byte compiler.
9905
9906         * spam.el: Fix the way to silence the byte compiler, which
9907         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9908         bbdb-search-simple, spam-BBDB-register-routine,
9909         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9910         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9911         spam-stat-buffer-is-spam, spam-stat-load,
9912         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9913         spam-stat-save and spam-stat-split-fancy.
9914
9915 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9918         which may confuse users.
9919         (canlock-password-for-verify): Ditto.
9920
9921         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9922
9923         * gnus-art.el (gnus-emphasis-alist): Ditto.
9924
9925         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9926
9927         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9928
9929         * gnus-start.el (gnus-save-killed-list): Ditto.
9930
9931         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9932         (gnus-sum-thread-tree-root): Ditto.
9933         (gnus-sum-thread-tree-false-root): Ditto.
9934         (gnus-sum-thread-tree-single-indent): Ditto.
9935
9936         * message.el (message-courtesy-message): Ditto.
9937         (message-archive-note): Ditto.
9938         (message-subscribed-address-file): Ditto.
9939         (message-user-fqdn): Ditto.
9940
9941         * spam-report.el (spam-report-gmane-regex): Ditto.
9942
9943         * spam.el (spam-blackhole-good-server-regex): Ditto.
9944
9945 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * mml.el (mml-preview): Widen the message buffer before copying
9948         the contents to the preview buffer; sort headers before previewing.
9949
9950         * message.el (message-hidden-headers): Fix the way to avoid a bug
9951         in the `repeat' widget in Emacs 21.3 or earlier.
9952
9953 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * message.el (message-hidden-headers): Default to "^References:".
9956         Improve customization type.  Suggested by Reiner Steib
9957         <Reiner.Steib@gmx.de>.
9958
9959 2004-11-25  Romain Francoise  <romain@orebokech.com>
9960
9961         * message.el (message-strip-forbidden-properties): Remove check for
9962         obsolete `message-hidden' text property, hidden headers are not
9963         accessible in the buffer anymore.
9964
9965 2004-11-22  Romain Francoise  <romain@orebokech.com>
9966
9967         * message.el (message-header-format-alist): Add `From' in list
9968         so that it can be sorted.
9969         (message-fix-before-sending): Widen and sort headers before
9970         sending.
9971         (message-hide-headers): Use narrowing to hide headers by moving
9972         them to the top of the buffer and narrowing to the region
9973         underneath.
9974
9975 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * message.el (message-strip-forbidden-properties): Bind
9978         buffer-read-only (etc) to nil.
9979
9980 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9983         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9984
9985 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9986
9987         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9988
9989 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * dns.el (query-dns): Use sit-for to time instead of
9992         accept-process-output, since that doesn't seem to work on udp
9993         sockets.
9994
9995 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9998
9999 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10000
10001         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10002         doc string.  Improve doc string.
10003
10004 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * nntp.el (nntp-request-update-info): Return nil if
10007         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10008         may not call gnus-activate-group which uselessly issues the GROUP
10009         commands for all nntp groups and wastes time.  Reported by Romain
10010         Francoise <romain@orebokech.com>.
10011
10012         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10013
10014 2004-11-15  Simon Josefsson  <jas@extundo.com>
10015
10016         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10017         headers separately.
10018         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10019         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10020
10021 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-start.el (gnus-convert-old-newsrc):
10024         Assign legacy-gnus-agent to 5.10.7.
10025
10026 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10029         start of the lines.
10030
10031 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10032
10033         * hashcash.el (hashcash-default-payment): Change default to 20
10034         (hashcash-default-accept-payment): Change default to 20
10035         (hashcash-process-alist): New variable
10036         (hashcash-generate-payment-async): Add
10037         (hashcash-already-paid-p): Add
10038         (hashcash-insert-payment): Don't generate payments twice
10039         (hashcash-insert-payment-async): Add
10040         (hashcash-insert-payment-async-2): Add
10041         (hashcash-cancel-async): Add
10042         (hashcash-wait-async): Add
10043         (hashcash-processes-running-p): Add
10044         (hashcash-wait-or-cancel): Add
10045         (mail-add-payment): New optional argument.  Conditionally start
10046         asynchronous calculation.
10047         (mail-add-payment-async): Add
10048
10049         * message.el (message-send-mail): Wait for asynchronous hashcash
10050         results.  Don't clobber existing X-Hashcash headers.
10051         (message-setup-1): Call mail-add-payment-async when
10052         message-generate-hashcash is non-nil.
10053
10054 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10055
10056         * message.el (message-use-alternative-email-as-from): Examine the
10057         From header as well; use message-make-from in order to include a
10058         user's full name.
10059
10060 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10063         default; improve customization type.
10064         (gnus-emphasis-custom-with-format): New macro.
10065         (gnus-emphasis-custom-value-to-external): New function.
10066         (gnus-emphasis-custom-value-to-internal): New function.
10067
10068 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * dns.el (query-dns): Resolve reverse addresses.
10071
10072 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus-group.el (gnus-group-get-new-news): Use it.
10075
10076         * gnus-start.el (gnus-check-reasonable-setup): New function.
10077
10078 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10081         "Args out of range" error.  Reported by Arnaud Giersch
10082         <arnaud.giersch@free.fr>.
10083
10084 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10085
10086         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10087
10088 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10089
10090         * spam.el (spam group): Add :version.
10091
10092         * pgg-def.el (pgg group): Add :version.
10093
10094 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-art.el (gnus-article-edit-article): Don't associate the
10097         article buffer with a draft file.  This is a temporary measure
10098         against the 2004-08-22 change to gnus-article-edit-mode.
10099
10100 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10103         (html2text-format-tags): Remove unused variable `attr'.
10104
10105 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10108
10109         * tls.el (tls-process-connection-type, tls-success)
10110         (tls-certtool-program): Add :version.
10111
10112         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10113         (starttls-extra-arguments, starttls-process-connection-type)
10114         (starttls-connect, starttls-failure, starttls-success): Add :version.
10115
10116         * spam-stat.el (spam-stat): Add :version.
10117
10118         * sieve.el (sieve): Add :version.
10119
10120         * sha1.el (sha1): Add :version.
10121         (sha1-use-external): Remove redundant version.
10122
10123         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10124         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10125         (nnmail-split-fancy-match-partial-words)
10126         (nnmail-split-lowercase-expanded): Add :version.
10127
10128         * nndiary.el (nndiary): Add :version.
10129
10130         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10131
10132         * mml-sec.el (mml-default-sign-method)
10133         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10134         Add :version.
10135
10136         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10137
10138         * mm-url.el (mm-url-use-external, mm-url-program)
10139         (mm-url-arguments): Add :version.
10140
10141         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10142         (mm-attachment-file-modes, mm-decrypt-option)
10143         (mm-w3m-safe-url-regexp): Add :version.
10144
10145         * message.el (message-cite-prefix-regexp)
10146         (message-sendmail-envelope-from, message-minibuffer-local-map)
10147         (message-user-fqdn, message-completion-alist): Add :version.
10148
10149         * gnus-win.el (gnus-configure-windows-hook)
10150         (gnus-use-frames-on-any-display): Add :version.
10151
10152         * gnus-art.el (gnus-article-address-banner-alist)
10153         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10154         (gnus-treat-from-picon, gnus-treat-mail-picon)
10155         (gnus-treat-x-pgp-sig): Add :version.
10156
10157         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10158         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10159         (gnus-summary-article-delete-hook)
10160         (gnus-summary-display-while-building): Add :version.
10161
10162         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10163         (gnus-get-top-new-news-hook): Add :version.
10164
10165         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10166         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10167
10168         * gnus-registry.el (gnus-registry): Add :version.
10169
10170         * gnus-spec.el (gnus-use-correct-string-widths)
10171         (gnus-make-format-preserve-properties): Add :version.
10172
10173         * gnus.el (gnus-group-charter-alist)
10174         (gnus-group-fetch-control-use-browse-url)
10175         (gnus-install-group-spam-parameters): Add :version.
10176
10177         * gnus-diary.el (gnus-diary): Add :version.
10178
10179         * gnus-delay.el (gnus-delay): Add :version.
10180
10181         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10182         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10183         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10184         Add :version.
10185
10186         * gnus-agent.el (gnus-agent-max-fetch-size)
10187         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10188         (gnus-agent-prompt-send-queue): Add :version.
10189
10190         * deuglify.el (gnus-outlook-deuglify): Add :version.
10191
10192         * html2text.el: Beautify code.  Improve doc strings.  Some
10193         checkdoc cleanup.
10194         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10195
10196 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10197
10198         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10199
10200 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10203         when package is loaded.
10204
10205         * spam.el (spam-summary-score-preferred-header): Add global preference
10206         for people who want to override the default SpamAssassin over
10207         Bogofilter preference (when both are set).
10208         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10209         (spam-user-format-function-S): Check
10210         spam-summary-score-preferred-header.
10211         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10212         (spam-user-format-function-S): Format the score correctly.
10213
10214 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10217         signature file.  Suggested by Manoj Srivastava
10218         <srivasta@golden-gryphon.com>.
10219
10220         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10221         iso-2022-jp even in the Japanese language environment.
10222         Suggested by Jason Rumney <jasonr@gnu.org>.
10223
10224 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10227         use the same characters as the dummy marks; make it free from
10228         getting affected by the language environment.
10229         (gnus-summary-read-group-1): Update mark positions only when the
10230         format spec is updated.
10231
10232         * gnus-spec.el (gnus-update-format-specifications): Return a list
10233         of updated types.
10234
10235 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10238         of boundp to check if display-warning is available.
10239
10240 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10241
10242         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10243
10244 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * nnspool.el (nnspool-spool-directory): Use news-path if the
10247         news-directory variable is not bound.
10248
10249         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10250         function instead of display-warning if it is not available.
10251
10252 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10255         v5-10: Use `point-at-bol'.
10256
10257 2004-10-26  Simon Josefsson  <jas@extundo.com>
10258
10259         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10260         <chenggao@gmail.com>.
10261
10262 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10265         instead.
10266
10267 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10268
10269         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10270         to remove a server from the nnimap-server-buffer-alist.
10271         (nnimap-open-connection, nnimap-close-server): Use it.
10272
10273         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10274
10275 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10278         running the major-mode function.
10279
10280 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10283         dummy marks in the right way.
10284
10285 2004-10-18  David Edmondson  <dme@dme.org>
10286
10287         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10288         excessively.
10289
10290 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * gnus-util.el (gnus-split-references): Accept a nil references
10293         string and go on blissfully.
10294
10295         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10296         cases where the references string is non-nil but has no references.
10297
10298         * encrypt.el: Add autoload tags.
10299
10300         * spam.el (spam-resolve-registrations-routine): Remove article
10301         from unregistration list too.  Reported by David Hanak
10302         <dhanak@isis.vanderbilt.edu>
10303
10304 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10307         nil.  Changed custom type.
10308
10309 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10312
10313         * gnus-sum.el (gnus-summary-move-article): Use it.
10314
10315 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10316
10317         * encrypt.el: Add autoload cookies.
10318
10319         * spam.el (spam-backend-article-list-property)
10320         (spam-backend-get-article-todo-list)
10321         (spam-backend-put-article-todo-list)
10322         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10323         Resolve registrations separately.
10324         (spam-register-routine): Format comments.
10325         (spam-unregister-routine, spam-register-routine): Always call with
10326         specific-articles, no default list.
10327         (spam-summary-prepare-exit): Use the spam-classifications function.
10328
10329         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10330         gnus-encrypt.el.
10331
10332         * encrypt.el: Copied from gnus-encrypt.el.
10333
10334         * gnus-encrypt.el: Commented that it's obsolete.
10335
10336 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10339         (gnus-score-save): Use it.
10340
10341         * message.el (message-bury): Use `window-dedicated-p'.
10342
10343 2004-10-15  Simon Josefsson  <jas@extundo.com>
10344
10345         * pop3.el (top-level): Don't require nnheader.
10346         (pop3-read-timeout): Add.
10347         (pop3-accept-process-output): Add.
10348         (pop3-read-response, pop3-retr): Use it.
10349
10350 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10351
10352         * spam.el (spam-register-routine): Move comment.
10353         (spam-verify-bogofilter): Use 'unknown for the initial
10354         spam-bogofilter-valid state, not 'never.
10355
10356         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10357         for netrc-machine.
10358
10359         * nnimap.el (nnimap-open-connection): Use
10360         netrc-machine-user-or-password.
10361
10362 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10363
10364         * gnus-registry.el (gnus-registry-unload-hook):
10365         Set as a variable with add-hook.
10366
10367         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10368         of news-path.
10369
10370         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10371
10372         * spam.el: Delete duplicate `provide'.
10373         (spam-unload-hook): Set as a variable with add-hook.
10374
10375 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10378         in the doc string.
10379
10380         * message.el (message-ignored-news-headers)
10381         (message-ignored-supersedes-headers)
10382         (message-ignored-resent-headers)
10383         (message-forward-ignored-headers): Improve custom type.
10384
10385 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * message.el (message-tokenize-header): Fix 2004-09-06 change
10388         which used point-min in the wrong place.
10389
10390 2004-10-12  Simon Josefsson  <jas@extundo.com>
10391
10392         * tls.el (tls-certtool-program): New variable.
10393         (tls-certificate-information): New function, based on
10394         ssl-certificate-information.
10395
10396 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * compface.el: Move the version of ELisp-based uncompface program
10399         to the contrib directory because of the copyright problem.
10400
10401 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * message.el (message-kill-buffer): Raise the current frame.
10404
10405 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10408
10409         * gnus.el (message-y-or-n-p): Autoload.
10410
10411         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10412         (pop3-password-required, pop3-authentication-scheme)
10413         (pop3-leave-mail-on-server): Made customizable.
10414         (pop3): New custom group.
10415         (pop3-retr): Remove `sleep-for' statements.
10416         Suggested by Dave Love <fx@gnu.org>.
10417
10418         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10419         Windows/DOS.
10420
10421         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10422         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10423         Dave Love <fx@gnu.org>.
10424
10425         * mml.el (mml-minibuffer-read-disposition): Require match.
10426         Suggested by Dave Love <fx@gnu.org>.
10427
10428 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10431         doc string.
10432
10433 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10436
10437 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10438
10439         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10440         instead of calling `mm-insert-inline', to decode text/* parts
10441         before displaying them.
10442
10443 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-uu.el (mm-uu-text-plain-type): New variable.
10446         (mm-uu-pgp-signed-extract-1): Use it.
10447         (mm-uu-pgp-encrypted-extract-1): Use it.
10448         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10449         bind mm-uu-text-plain-type with that value.
10450         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10451         mm-uu-dissect.
10452
10453 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-group.el (gnus-update-group-mark-positions):
10456         * gnus-sum.el (gnus-update-summary-mark-positions):
10457         * message.el (message-check-news-body-syntax):
10458         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10459         of string-as-multibyte.
10460
10461 2004-10-05  Juri Linkov  <juri@jurta.org>
10462
10463         * gnus-group.el (gnus-update-group-mark-positions):
10464         * gnus-sum.el (gnus-update-summary-mark-positions):
10465         * message.el (message-check-news-body-syntax):
10466         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10467         8-bit unibyte values to a multibyte string for search functions.
10468
10469 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10472         (mm-uu-dissect-text-parts): New function.
10473
10474         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10475         dissect text parts.
10476
10477         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10478         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10479
10480         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10481
10482         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10483         gnus-current-topics instead of gnus-current-topic.
10484
10485 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10486
10487         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10488
10489 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10490
10491         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10492         where approriate.
10493
10494         * nnml.el (nnml-generate-active-info): do.
10495
10496         * nndiary.el (nndiary-generate-active-info): do.
10497
10498         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10499         (gnus-topic-move): do.
10500
10501         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10502         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10503
10504         * gnus-srvr.el (gnus-server-prepare)
10505         (gnus-server-open-all-servers): do.
10506
10507         * gnus-msg.el (gnus-summary-cancel-article)
10508         (gnus-summary-resend-message)
10509         (gnus-summary-mail-crosspost-complaint): do.
10510
10511         * gnus-move.el (gnus-change-server): do.
10512
10513         * gnus-group.el (gnus-group-unmark-all-groups)
10514         (gnus-group-set-current-level): do.
10515
10516 2004-10-04  Simon Josefsson  <jas@extundo.com>
10517
10518         * message.el (message-generate-hashcash): Doc fix.
10519
10520 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10521
10522         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10523         avoid infinite recursion via gnus-get-function.
10524
10525 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10526
10527         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10528
10529         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10530
10531         * nnmail.el (nnmail-split-history): do.
10532
10533         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10534         (nnml-request-delete-group): do.
10535
10536         * nnslashdot.el (nnslashdot-read-groups): do.
10537
10538         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10539         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10540
10541         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10542         (nnspool-sift-nov-with-sed): Use last
10543         (nnspool-retrieve-headers-with-nov): Use mapc.
10544         (nnspool-request-newgroups): Use dolist.
10545         (nnspool-request-group): Use last.
10546
10547         * nntp.el (nntp-read-server-type): Use dolist.
10548
10549         * nnvirtual.el (nnvirtual-create-mapping)
10550         (nnvirtual-update-read-and-marked): Use dolist.
10551         (nnvirtual-convert-headers): Simplify.
10552
10553 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10554
10555         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10556         support for sync'ing tick marks.
10557
10558 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10561         there's no visible header.
10562
10563 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10564
10565         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10566         necessary, pass full group name to gnus-request-set-marks.
10567
10568 2004-10-01  Simon Josefsson  <jas@extundo.com>
10569
10570         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10571         acroread.
10572
10573 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * spam-report.el (spam-report-gmane): Fix interactive.
10576
10577         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10578
10579         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10580         when writing file.
10581         (gnus-agent-synchronize-flags): Don't default to being
10582         interactive.
10583
10584 2004-09-30  Simon Josefsson  <jas@extundo.com>
10585
10586         * message.el (message-generate-hashcash): Add.
10587         (message-send-mail): Use it, call mail-add-payment.
10588
10589 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10590
10591         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10592
10593 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10594
10595         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10596         gnus-requst-update-info with explicit code to sync the in-memory
10597         info read flags with the marks being sync'd to the backend.
10598
10599         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10600
10601 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10602
10603         * spam.el (spam-verify-bogofilter): Add new function.
10604         (spam-check-bogofilter)
10605         (spam-bogofilter-register-with-bogofilter): Use it.
10606         (spam-verify-bogofilter): Add small fixes.
10607
10608 2004-09-28  Simon Josefsson  <jas@extundo.com>
10609
10610         * hashcash.el (hashcash-generate-payment): Revert.
10611
10612 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10613
10614         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10615         gnus-extract-references instead of gnus-split-references.
10616
10617         * gnus-util.el (gnus-extract-references): Add new function, analogous
10618         to gnus-split-references but extracts only the message-ID without
10619         anything extra.
10620
10621         * hashcash.el (hashcash-generate-payment)
10622         (hashcash-check-payment): Do the right thing if hashcash-path is
10623         nil (because the hashcash program could not be found).
10624
10625         * spam.el (spam-use-hashcash): Remove comment.
10626
10627 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10628
10629         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10630         (gnus-cache-enter-article, gnus-cache-remove-article)
10631         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10632
10633         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10634
10635         * gnus-art.el (article-hide-boring-headers)
10636         (article-translate-strings, article-display-face)
10637         (gnus-article-mime-match-handle-first)
10638         (gnus-article-highlight-headers)
10639         (gnus-article-add-buttons-to-head): do.
10640
10641 2004-09-27  Simon Josefsson  <jas@extundo.com>
10642
10643         * hashcash.el: New version, from
10644         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10645         ../contrib/.
10646
10647 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10650
10651 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10652
10653         * gnus-dup.el (gnus-dup-open): Use mapc.
10654         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10655
10656         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10657         Reported by Stefan Wiens <s.wi@gmx.net>.
10658
10659         * gnus.el (gnus-shutdown): Use dolist.
10660
10661         * gnus-undo.el (gnus-undo): Use mapc.
10662
10663         * nnrss.el (nnrss-generate-active): do.
10664
10665         * message.el (message-cite-original-without-signature)
10666         (message-cite-original): Use mapc.
10667         (message-do-actions, message-make-forward-subject): Use dolist.
10668
10669 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10670
10671         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10672         deletion to remove entire duplicate line.  Fixes merged article
10673         number bug.
10674
10675 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10676
10677         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10678         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10679         first ask if you want to open a server and then, even when you
10680         responded with no, asking if you want to synchronize the server's
10681         flags.
10682         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10683         multi-line expressions.
10684         (gnus-agent-synchronize-group-flags): New internal function.
10685         Updates marks in memory (in the info structure) AND in the
10686         backend.
10687
10688         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10689
10690         * nnagent.el (nnagent-request-set-mark): Use
10691         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10692         method, to ensure that synchronization updates marks in the
10693         backend and in the info (in memory) structure.
10694
10695 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10698         convention fully; don't miss the root article of a thread; make
10699         the X-Draft-From header with correct article numbers.
10700
10701 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10702
10703         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10704         unless plugged.  Disable the agent so that an open failure causes
10705         an error.
10706
10707         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10708         Reverted 2004-09-21 change.  The backend must be opened while
10709         synchronizing flags even when the backend stores the flags
10710         locally.
10711
10712 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10715         in `header' match.  Reported by Svend Tollak Munkejord.
10716
10717         * message.el (message-cite-original): Fix use of
10718         `message-cite-articles-with-x-no-archive'.
10719
10720 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10723         (gnus-window-to-buffer): Ditto.
10724
10725         * mml.el (mml-preview-buffer): New variable.
10726         (mml-preview): Manage window layout with gnus-buffer-configuration.
10727
10728         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10729         X-Draft-From header even if those articles aren't quoted.
10730
10731 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10732
10733         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10734         (gnus-request-set-mark, gnus-request-update-mark): Use new
10735         g-s-t-u-l-m to decide to use backend even when unplugged.
10736
10737 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10740         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10741
10742 2004-09-20  Simon Josefsson  <jas@extundo.com>
10743
10744         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10745         "utf-16-le".
10746
10747 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10748
10749         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10750
10751 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * uudecode.el (uudecode-use-external): Add :version.
10754
10755         * smime.el (smime-CA-file, smime-encrypt-cipher)
10756         (smime-dns-server): Add :version.
10757
10758         * smiley.el (gnus-smiley-file-types): Add :version.
10759
10760         * sha1.el (sha1-use-external): Add :version.
10761
10762         * pgg-def.el (pgg-query-keyserver): Add :version.
10763
10764         * nnmail.el (nnmail-fancy-expiry-targets)
10765         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10766         Add :version.
10767
10768         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10769         (nnimap-retrieve-groups-asynchronous): Add :version.
10770         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10771
10772         * mml.el (mml-content-disposition-parameters)
10773         (mml-insert-mime-headers-always): Add :version.
10774
10775         * mm-util.el (mm-coding-system-priorities): Add :version.
10776
10777         * mm-decode.el (mm-inline-text-html-with-images)
10778         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10779         (mm-verify-option): Add :version.
10780         (mm-text-html-renderer): Change :version.
10781
10782         * message.el (message-fcc-externalize-attachments)
10783         (message-required-headers, message-draft-headers)
10784         (message-subject-trailing-was-query)
10785         (message-subject-trailing-was-ask-regexp)
10786         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10787         (message-mark-insert-end, message-archive-header)
10788         (message-archive-note, message-cross-post-default)
10789         (message-cross-post-note, message-followup-to-note)
10790         (message-cross-post-note-function, message-use-mail-followup-to)
10791         (message-subscribed-address-functions)
10792         (message-subscribed-address-file, message-subscribed-addresses)
10793         (message-subscribed-regexps, message-allow-no-recipients)
10794         (message-yank-cited-prefix, message-signature-insert-empty-line)
10795         (message-hidden-headers, message-hierarchical-addresses)
10796         (message-mail-user-agent, message-use-idna)
10797         (message-valid-fqdn-regexp)
10798         (message-strip-special-text-properties, message-header-synonyms)
10799         (message-beginning-of-line, message-tab-body-function): Add :version.
10800         (message-insert-canlock, message-wide-reply-confirm-recipients):
10801         Change :version.
10802
10803         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10804         and :version.
10805         (mail-source-delete-old-incoming-confirm)
10806         (mail-source-movemail-program): Add :version.
10807
10808         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10809         (gnus-agent-cache, gnus-agent): Change :version.
10810
10811         * gnus-util.el (gnus-use-byte-compile): Change :version.
10812
10813         * gnus-sum.el (gnus-summary-make-false-root-always)
10814         (gnus-summary-default-high-score)
10815         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10816         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10817         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10818         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10819         (gnus-sum-thread-tree-single-indent)
10820         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10821         (gnus-sum-thread-tree-leaf-with-other)
10822         (gnus-sum-thread-tree-single-leaf): Add :version.
10823         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10824         (gnus-article-loose-mime): Change :version.
10825
10826         * gnus-start.el (gnus-backup-startup-file)
10827         (gnus-save-startup-file-via-temp-buffer): Add :version.
10828
10829         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10830         (gnus-server-offline-face): Add :version.
10831
10832         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10833
10834         * gnus-msg.el (gnus-gcc-externalize-attachments)
10835         (gnus-debug-files, gnus-debug-exclude-variables)
10836         (gnus-discouraged-post-methods): Change :version.
10837         (gnus-confirm-mail-reply-to-news)
10838         (gnus-confirm-treat-mail-like-news): Add :version.
10839
10840         * gnus-int.el (gnus-server-unopen-status): Add :version.
10841
10842         * gnus-group.el (gnus-group-jump-to-group-prompt)
10843         (gnus-large-ephemeral-newsgroup)
10844         (gnus-fetch-old-ephemeral-headers): Add :version.
10845
10846         * gnus-fun.el (gnus-x-face-directory)
10847         (gnus-convert-pbm-to-x-face-command)
10848         (gnus-convert-image-to-x-face-command)
10849         (gnus-convert-image-to-face-command): Add :version.
10850
10851         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10852
10853         * gnus-cite.el (gnus-cite-blank-line-after-header)
10854         (gnus-article-boring-faces): Add :version.
10855
10856         * gnus-art.el (gnus-buttonized-mime-types)
10857         (gnus-inhibit-mime-unbuttonizing)
10858         (gnus-treat-display-face)
10859         (gnus-treat-body-boundary): Change :version.
10860         (gnus-body-boundary-delimiter, gnus-picon-databases)
10861         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10862         (gnus-treat-date-english, gnus-treat-fold-headers)
10863         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10864         (gnus-treat-mail-picon, gnus-treat-wash-html)
10865         (gnus-article-encrypt-protocol)
10866         (gnus-use-idna, gnus-article-over-scroll)
10867         (gnus-mime-display-multipart-alternative-as-mixed)
10868         (gnus-mime-display-multipart-related-as-mixed)
10869         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10870         (gnus-ctan-url, gnus-button-ctan-handler)
10871         (gnus-button-handle-ctan-bogus-regexp)
10872         (gnus-button-ctan-directory-regexp)
10873         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10874         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10875         (gnus-button-man-level, gnus-button-emacs-level)
10876         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10877
10878         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10879         (gnus-agent-go-online): Change :version.
10880         (gnus-agent-expire-unagentized-dirs)
10881         (gnus-agent-auto-agentize-methods): Add :version.
10882
10883         * flow-fill.el (fill-flowed-display-column)
10884         (fill-flowed-encode-column): Add :version.
10885
10886         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10887         (gnus-outlook-deuglify-unwrap-max)
10888         (gnus-outlook-deuglify-cite-marks)
10889         (gnus-outlook-deuglify-unwrap-stop-chars)
10890         (gnus-outlook-deuglify-no-wrap-chars)
10891         (gnus-outlook-deuglify-attrib-cut-regexp)
10892         (gnus-outlook-deuglify-attrib-verb-regexp)
10893         (gnus-outlook-deuglify-attrib-end-regexp)
10894         (gnus-outlook-display-hook): Add :version.
10895
10896         * binhex.el (binhex-use-external): Add :version.
10897
10898 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10901         and `invisible'.
10902
10903 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10906         in gnus-registry-trim.
10907
10908 2004-09-13  Simon Josefsson  <jas@extundo.com>
10909
10910         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10911
10912         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10913
10914         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10915         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10916         <yamaoka@jpl.org>.
10917         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10918         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10919         <yamaoka@jpl.org>.
10920
10921         * sieve.el (sieve-manage-mode): Ditto.
10922
10923 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10926
10927 2004-09-11  Simon Josefsson  <jas@extundo.com>
10928
10929         * dns-mode.el: Add.
10930
10931         * mm-view.el (mm-display-dns-inline): Add.
10932
10933         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10934         (mm-automatic-display): Ditto.
10935
10936         * mailcap.el (mailcap-mime-data): Add text/dns.
10937         (mailcap-mime-extensions): Map .soa to text/dns.
10938
10939 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10940
10941         * gnus-art.el (article-decode-mime-words, article-babel)
10942         (gnus-article-highlight-signature, gnus-article-add-buttons)
10943         (gnus-signature-toggle): Remove unnecessary bindings of
10944         `inhibit-read-only' inherited from v5.10 merge.
10945
10946 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * nntp.el (nntp): New customization group.
10949         (nntp-authinfo-file): Add customization group.
10950
10951         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10952
10953         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10954
10955         * gnus.el (to-address, to-list, subscribed)
10956         (large-newsgroup-initial): Ditto.
10957
10958         * flow-fill.el (fill-flowed-display-column)
10959         (fill-flowed-encode-column): Ditto.
10960
10961 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10962
10963         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10964         Use point-min rather than 1.
10965         (message-send-mail): Use buffer-size rather than point-max.
10966
10967         * gnus-sum.el (gnus-summary-search-article-forward):
10968         Signal a specific `search-failed' rather than a generic `error'.
10969
10970         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10971         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10972         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10973
10974 2004-09-10  Simon Josefsson  <jas@extundo.com>
10975
10976         * nndb.el (require): Remove tcp and duplicate cl.
10977
10978 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-agent.el (directory-files-and-attributes): Move forward.
10981
10982 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10983
10984         * gnus-agent.el (directory-files-and-attributes): Optionally
10985         defined to support XEmacs.
10986
10987 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10988
10989         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10990         to avoid run-time CL dependencies.
10991         (gnus-agent-unfetch-articles): New function.
10992         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10993         article numbers even when local .overview file is missing.
10994         (gnus-agent-read-article-number): New function.  Only accepts
10995         27-bit article numbers.
10996         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10997         gnus-agent-read-article-number.
10998         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10999         from backend while recognizing that article numbers in .overview
11000         must be valid.
11001         (gnus-agent-update-files-total-fetched-for): Use
11002         directory-files-and-attributes to improve performance.
11003         * gnus-int.el (gnus-request-move-article): Use
11004         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11005         improve performance.
11006
11007         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11008         some users confused by references to .newsrc when they only have a
11009         .newsrc.eld file.
11010         (gnus-convert-mark-converter-prompt)
11011         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11012         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11013         New function.  Used internally to only display 'gnus converting
11014         files' message when actually necessary.
11015
11016         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11017         methods now autoloaded.
11018
11019 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11022         identifiers.
11023
11024 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * gnus-picon.el: Fix indentation and closing parenthesis.
11027
11028 2004-09-01  Simon Josefsson  <jas@extundo.com>
11029
11030         * message.el (message-canlock-generate): Require sha1, not
11031         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11032         to require within a function.  Sadly, if sha1.el isn't loaded, the
11033         let binding in m-c-g will hide the defcustom definition, which is
11034         bad.)
11035
11036         * canlock.el: Require sha1, not sha1-el.
11037
11038         * message.el: Don't autoload sha1 (there is a autoload cookie in
11039         sha1.el).
11040
11041         * sha1-el.el: Renamed to sha1.el.
11042
11043 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11044
11045         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11046
11047 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11048
11049         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11050
11051 2004-08-30  Kim F. Storm  <storm@cua.dk>
11052
11053         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11054
11055         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11056         Add :group 'nnimap.
11057
11058 2004-08-30  Andreas Schwab  <schwab@suse.de>
11059
11060         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11061         ?* and ?\;.
11062
11063         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11064         and ?\' to symbol instead of whitespace.
11065
11066 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11069
11070         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11071         instead of re-search-forward.
11072
11073         * gnus-uu.el (gnus-uu-save-article): Ditto.
11074         (gnus-uu-post-encode-uuencode): Ditto.
11075
11076         * html2text.el (html2text-clean-list-items): Ditto.
11077         (html2text-clean-dtdd): Ditto.
11078         (html2text-format-tags): Ditto.
11079
11080         * message.el (message-send-mail-with-sendmail): Fix regexp.
11081         (message-fill-field-general): Use search-forward instead of
11082         re-search-forward.
11083         (unbold-region): Ditto.
11084
11085         * nnrss.el (nnrss-request-article): Ditto.
11086
11087         * nnslashdot.el (nnslashdot-request-article): Ditto.
11088
11089         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11090
11091         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11092         "Unrecognized menu descriptor" error in XEmacs.
11093
11094 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11095
11096         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11097         parent article of a sparse article in the thread hashtb.
11098
11099 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11100
11101         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11102         (nnmail-expand-newtext): Lowercase expanded entries if
11103         nnmail-split-lowercase-expanded is non-nil.
11104
11105 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11108
11109         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11110         of gnus-tmp-news-method into string under XEmacs.  It will be
11111         passed to gnus-correct-length which takes only a string argument.
11112
11113 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-util.el (gnus-bind-print-variables): New macro.
11116         (gnus-prin1): Use it.
11117         (gnus-prin1-to-string): Use it.
11118         (gnus-pp): New function.
11119         (gnus-pp-to-string): New function.
11120
11121         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11122         Replace pp-to-string with gnus-pp-to-string.
11123         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11124         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11125         * gnus-msg.el (gnus-debug): Ditto.
11126         * gnus-score.el (gnus-score-save): Ditto.
11127         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11128         gnus-pp-to-string.
11129         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11130         with gnus-pp.
11131         * score-mode.el (gnus-score-pretty-print): Ditto.
11132         * webmail.el (webmail-debug): Ditto.
11133
11134 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-art.el (article-display-face, article-display-x-face):
11137         Use buffer-read-only.
11138
11139 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (article-hide-list-identifiers):
11142         Bind inhibit-read-only as t.
11143
11144 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11147
11148 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11149
11150         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11151         (gnus-narrow-to-page): Don't assume point-min == 1.
11152         (gnus-article-edit-mode): Derive from message-mode.
11153
11154         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11155         point-min == 1.
11156
11157         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11158         Disable incorrect use of `assert'.
11159
11160         * message.el (message-mode): Set comment-start-skip.
11161
11162
11163 2004-08-22  Sam Steingold  <sds@gnu.org>
11164
11165         * pop3.el (pop3-leave-mail-on-server): New user variable.
11166         (pop3-movemail): Delete mail only when it is nil.
11167
11168 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11171
11172         * mml.el (mml-preview): Use `pop-to-buffer'.
11173
11174         * message.el (message-goto-mail-followup-to): Insert after "To".
11175         (message-carefully-insert-headers): Add comment.
11176
11177         * gnus.el: Remove unused variable `gnus-article-check-size'.
11178
11179         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11180
11181         * gnus-art.el (gnus-button-alist): Improve
11182         `gnus-button-handle-library' entry.
11183
11184 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11185
11186         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11187         downcase, since XEmacs capitalizes error messages differently.
11188
11189 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11190
11191         * nntp.el: Add (require 'gnus) due to reference to
11192         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11193
11194 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11195
11196         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11197         `mm-fill-flowed'.
11198
11199         * mm-decode.el (mm-dissect-singlepart): Check it.
11200
11201 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11202
11203         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11204         'imap' for netrc parsing.
11205
11206 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * mailcap.el (mailcap-mime-data): Mark as risky.
11209
11210 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11213         may be included in the encoded word.
11214         (rfc2047-encode): Don't append a space if the encoded word
11215         includes close parenthesis.
11216
11217 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11220         of text within parentheses.
11221
11222 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11223
11224         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11225         (gnus-encrypt-write-file-contents): Make the password key the file
11226         name PLUS the cipher, not just the cipher.  Also remove failed
11227         passwords from the cache.
11228
11229 2004-08-06  Simon Josefsson  <jas@extundo.com>
11230
11231         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11232         fix.
11233
11234 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11237         LWSP.
11238
11239 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11240
11241         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11242         to append in-reply-to: data to the references: header.
11243
11244         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11245         (netrc-parse): Use gnus-encrypt.el functions.
11246
11247         * gnus-encrypt.el: Add new file for encryption support; currently
11248         does only a few GPG ciphers and an internal XOR cipher.
11249
11250         * password.el: Add comments on using password-read-and-add.
11251         (password-read-and-add): Add function to read and add the
11252         password to the cache at once.
11253
11254 2004-07-28  Simon Josefsson  <jas@extundo.com>
11255
11256         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11257         parameter (but don't use it, for now).
11258
11259         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11260         instead of hard coding to nil.
11261
11262 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11265         as mm-inline-image-xemacs does.
11266
11267 2004-07-26  Simon Josefsson  <jas@extundo.com>
11268
11269         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11270         Revert part of 2004-07-17 change below.
11271
11272 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11275         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11276
11277 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11280         quotes that actually start with ">" at the beginning of the
11281         lines.
11282
11283 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * rfc2047.el (rfc2047-encode-region): Fix last change.
11286         (rfc2047-encode-parameter): Remove useless concat.
11287
11288 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11291         encode special characters; fix some kind of misconfigured headers;
11292         signal a real error if debug-on-quit or debug-on-error is non-nil.
11293         (rfc2047-encode-max-chars): New variable.
11294         (rfc2047-encode-1): Use it.
11295         (rfc2047-encode-parameter): New function.
11296
11297         * mml.el (mml-insert-parameter): Remove an excessive space.
11298
11299 2004-07-17  Simon Josefsson  <jas@extundo.com>
11300
11301         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11302         Kai Grossjohann <kai@emptydomain.de>.
11303         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11304         (gnus-group-make-menu-bar): Ditto.
11305
11306         * gnus-util.el (gnus-group-server): Add.
11307
11308 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11309
11310         * message.el (message-clone-locals): Clone sendmail and smtp
11311         variables.
11312
11313 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * rfc2047.el (rfc2047-encode-region): Fix last change.
11316
11317 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11320         characters as non-special.
11321
11322 2004-07-09  Simon Josefsson  <jas@extundo.com>
11323
11324         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11325         Users will lose all flag changes made while unplugged with
11326         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11327         good default.  See numerous reports on ding mailing list.
11328
11329 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11332         add generate-head-function and generate-article-function to the
11333         rfc822-forward entry.
11334         (nndoc-rfc822-forward-generate-article): New function.
11335         (nndoc-rfc822-forward-generate-head): New function.
11336
11337         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11338
11339 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11340
11341         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11342         respect display group parameter and gnus-summary-expunge-below.
11343         (gnus-articles-to-read): Remove unused reference to display group
11344         parameter.
11345
11346 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * nnheader.el (nnheader-uniquify-message-id): New experimental
11349         variable.
11350         (nnheader-nov-read-message-id): Use it.
11351
11352         * spam-report.el (spam-report-gmane): Add interactive.
11353
11354 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11357         qp-or-base64 for the application/* types.
11358
11359 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11360
11361         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11362
11363 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11364
11365         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11366         trim value.
11367
11368 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11369
11370         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11371         New macro and function.
11372         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11373
11374 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11377         after-load-alist.
11378
11379 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11382         update info that isn't there.
11383
11384 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11385
11386         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11387         entry.
11388
11389 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * mm-view.el (mm-inline-render-with-function): Use multibyte
11392         buffer; decode html source by charset.
11393
11394         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11395
11396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11397         Mule-UCS is loaded under XEmacs.
11398         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11399
11400 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11401
11402         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11403
11404 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-util.el (mm-coding-system-p): Return a coding-system.
11407         (mm-mime-mule-charset-alist): Use shift_jis instead of
11408         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11409         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11410         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11411         instead of japanese-shift-jis and iso-latin-1 respectively in
11412         order to share the default value with both Emacs and XEmacs-mule.
11413         (mm-mule-charset-to-mime-charset): Make
11414         mm-coding-system-priorities effective.
11415         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11416         while predicating of candidates upon the priorities.
11417
11418 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11419
11420         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11421         gnus-uu-invert-processable.
11422
11423         * gnus.el: Autoload gnus-uu-invert-processable.
11424
11425 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * mm-util.el (mm-with-multibyte-buffer): New macro.
11428
11429         * rfc2047.el (rfc2047-encode-string): Use it.
11430         (rfc2047-encode-region): Move point to the end of the region after
11431         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11432
11433 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11436         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11437
11438 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11441         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11442         Karl Chen <quarl@nospam.quarl.org>.
11443
11444 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11445
11446         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11447         invalid addresses.
11448
11449 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * spam.el: Change section markers, revise TODO list.
11452         (spam-backends): Make new master list of all installed backends.
11453         (spam-summary-exit-behavior): Add new variable to determine how
11454         messages moves are done at summary exit.
11455         (spam-move-spam-nonspam-groups-only)
11456         (spam-process-ham-in-nonham-groups)
11457         (spam-process-ham-in-spam-groups): Remove variables, the
11458         spam-summary-exit-behavior variable should be used to manage this
11459         behavior.
11460         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11461         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11462         and spam-old-spam-articles.
11463         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11464         Add empty variables, placeholders for the backends they represent.
11465         (spam-set-difference): Move, unchanged.
11466         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11467         unless the user has a processor variable.
11468         (spam-classifications, spam-classification-valid-p)
11469         (spam-backend-properties, spam-backend-property-valid-p)
11470         (spam-backend-function-type-valid-p)
11471         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11472         (spam-report-articles-gmane, spam-report-articles-resend):
11473         Remove functions, they are not needed.
11474         (spam-install-backend-super, spam-backend-list)
11475         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11476         (spam-backend-function, spam-backend-ham-registration-function)
11477         (spam-backend-spam-registration-function)
11478         (spam-backend-ham-unregistration-function)
11479         (spam-backend-spam-unregistration-function)
11480         (spam-backend-statistical-p, spam-backend-mover-p)
11481         (spam-install-backend-alias, spam-install-checkonly-backend)
11482         (spam-install-mover-backend, spam-install-nocheck-backend)
11483         (spam-install-backend, spam-install-statistical-backend)
11484         (spam-install-statistical-checkonly-backend): Add backend installation
11485         support.
11486         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11487         (spam-group-processor-p): Use the new backend code and respect the
11488         summary exit behavior.
11489         (spam-mark-spam-as-expired-and-move-routine): Remove.
11490         (spam-summary-prepare): Change to use the new spam-old-articles
11491         variable.
11492         (spam-copy-or-move-routine, spam-copy-spam-routine)
11493         (spam-move-spam-routine, spam-copy-ham-routine)
11494         (spam-move-ham-routine): Add code to copy/move ham or spam.
11495         (spam-fetch-field-fast): Improve doc and code, plus allow the
11496         'number request.
11497         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11498         variables.
11499         (spam-split, spam-find-spam): Use the new backend code.
11500         (spam-registration-functions): Remove variable.
11501         (spam-unregister-routine): Add convenience wrapper.
11502         (spam-log-undo-registration, spam-register-routine)
11503         (spam-log-processing-to-registry)
11504         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11505         where possible.
11506         (spam-check-gmane-xref, spam-check-regex-headers)
11507         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11508         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11509         (spam-check-bogofilter-headers, spam-check-spamoracle)
11510         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11511         (spam-check-crm114-headers): Use the spam-split-group that
11512         spam-split prepares, no need to determine it every time.
11513
11514         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11515         to the nnheader-parse-naked-head call.
11516
11517         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11518
11519         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11520         the nnheader-nov-read-message-id call.
11521
11522 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11525         gnus-activate-group twice.  Suggested by Markus Peter
11526         <warp@spin.de>.
11527
11528 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-art.el (gnus-article-time-format): Exchange the order of
11531         day and month in the default value; fix customization type.
11532         (article-date-ut): Use add-text-properties.
11533         (article-make-date-line): Use message-make-date instead of
11534         current-time-string.
11535
11536         * message.el (message-fetch-field): Don't use set-text-properties.
11537         (message-make-date): Simplify.
11538
11539         * messagexmas.el (message-xmas-make-date): New function.
11540         (message-xmas-redefine): Defalias message-make-date to it.
11541
11542 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11545         (rfc2047-encode-region): Treat text within parentheses as special;
11546         show the original text when error has occurred.
11547
11548         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11549         already-computed method to gnus-activate-group.
11550
11551         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11552         same select-methods identical Lisp objects.
11553
11554         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11555         object when modifying the info.
11556
11557 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11560         gnus-opened-servers since it has never been opened with the new
11561         configuration yet.
11562
11563 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11566         arg to nnheader-generate-fake-message-id.
11567
11568 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11571         number and build a fake message ID localized to a group and
11572         article number (so it's repeatable from that point on).
11573         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11574         ID format.
11575
11576         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11577         nnheader-generate-fake-message-id with the article number.
11578
11579 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11580
11581         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11582         end-of-buffer.
11583
11584 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * message.el (message-ignored-supersedes-headers): Add Approved.
11587
11588 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11591         goto-char.
11592         (rfc2047-encode): Fold the line before encoding.
11593
11594 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11597         folding -- not all headers can be folded, and this should be done
11598         by the message composition mode.  Probably.  I think.
11599
11600 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11603         fast.
11604
11605         * gnus-ems.el (gnus-remove-image): Don't use
11606         message-text-with-property; remove only the image found first.
11607
11608         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11609         found first.
11610
11611 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11612
11613         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11614
11615 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * message.el (message-text-with-property): Make it fast and accept
11618         optional arguments.
11619         (message-strip-forbidden-properties): Use it.
11620         (message-fix-before-sending): Follow the m-t-w-p change.
11621
11622         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11623
11624 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-art.el (article-hide-headers): Don't change the buffer
11627         mistakenly when performing mml-preview even if
11628         gnus-single-article-buffer is nil.
11629
11630 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11631
11632         * message.el (message-expand-name-databases): New user option.
11633         (message-expand-name): Use it.
11634
11635 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11636
11637         * spam.el (spam-report-articles-resend)
11638         (spam-report-resend-register-routine): Allow ham reporting.
11639         (spam-report-resend-register-ham-routine): Add wrapper.
11640         (spam-registration-functions): Add ham resending functions.
11641         (spam-list-of-processors): Add ham resend processor.
11642
11643         * gnus.el (ham-resend-to): Add new group parameter.
11644         (spam-process): Add ham resend option.
11645
11646         * spam-report.el (spam-report-resend): Allow reporting ham.
11647         (spam-report-resend-ham): Add wrapper.
11648
11649 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * message.el (message-cite-articles-with-x-no-archive): New
11652         variable.
11653         (message-cite-original): Use it.
11654
11655 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * message.el (message-cite-original): Respect X-No-Archive.
11658
11659 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (article-hide-headers): Refer to the values for
11662         gnus-ignored-headers and gnus-visible-headers in the summary
11663         buffer since a user may have set them as group parameters.
11664
11665 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11666
11667         * assistant.el (assistant-node-name): Add convenience function.
11668         (assistant-render-text, assistant-render-node): Add error handling,
11669         plus handle multiple next nodes.
11670         (assistant-find-next-node): Comment out for now.
11671         (assistant-find-next-nodes): Add function, returns list of next
11672         nodes.
11673
11674 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * mail-source.el (mail-source-directory): Fix doc-string.
11677
11678 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * assistant.el (assistant-render-text, assistant-eval): Add :set
11681         widget type, which is different because it takes and returns a
11682         list.  Much hilarity ensues.
11683
11684 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11687
11688         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11689         doc-string.
11690
11691         * gnus-start.el (gnus-activate-group): Added doc-string.
11692
11693 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11696
11697 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11698
11699         * assistant.el (assistant-render-text): Try to add a :set
11700         widget, more to come.
11701
11702         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11703         strings.
11704         (spam-report-articles-resend)
11705         (spam-register-routine): Do registration iff any articles warrant
11706         it.
11707         (spam-summary-prepare-exit): Change log message for nil group
11708         destinations.
11709
11710 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11711
11712         * spam.el (spam-report-resend-register-routine): Allow
11713         spam-report-resend-to to be a group parameter or a global value.
11714
11715 2004-05-26  Simon Josefsson  <jas@extundo.com>
11716
11717         * starttls.el: Merge with my GNUTLS based starttls.el.
11718         (starttls-gnutls-program, starttls-use-gnutls)
11719         (starttls-extra-arguments, starttls-process-connection-type)
11720         (starttls-connect, starttls-failure, starttls-success): New
11721         variables.
11722         (starttls-program, starttls-extra-args): Doc fix.
11723         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11724         functions.
11725         (starttls-negotiate, starttls-open-stream): Check
11726         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11727         function if it is set.
11728
11729 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11732         structured fields.
11733
11734 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11737
11738 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11741         variable.
11742         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11743         assigning the spam-mark to new messages.
11744
11745 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11746
11747         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11748
11749 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11752
11753         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11754         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11755         default.
11756
11757 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11758
11759         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11760         correct data.
11761
11762 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11765         (spam-group-processor-p): Fix function.
11766         (spam-group-processor-multiple-p)
11767         (spam-group-spam-processor-report-gmane-p)
11768         (spam-group-spam-processor-report-resend-p)
11769         (spam-group-spam-processor-bogofilter-p)
11770         (spam-group-spam-processor-blacklist-p)
11771         (spam-group-spam-processor-ifile-p)
11772         (spam-group-ham-processor-ifile-p)
11773         (spam-group-spam-processor-spamoracle-p)
11774         (spam-group-spam-processor-crm114-p)
11775         (spam-group-ham-processor-bogofilter-p)
11776         (spam-group-spam-processor-stat-p)
11777         (spam-group-ham-processor-stat-p)
11778         (spam-group-ham-processor-whitelist-p)
11779         (spam-group-ham-processor-BBDB-p)
11780         (spam-group-ham-processor-spamoracle-p)
11781         (spam-group-ham-processor-copy-p): Remove functions with some
11782         prejudice against unneeded code.
11783         (spam-report-articles-resend)
11784         (spam-report-resend-register-routine): Allow the group/topic
11785         spam-resend-to value to override spam-report-resend-to.
11786         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11787         properly now.
11788
11789         * gnus.el (spam-resend-to): Add group/topic parameter.
11790         (spam-process): Move the OBSOLETE processors to the end of the
11791         choices.
11792
11793 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11794
11795         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11796         with resend-to set to nil, and then ask the user if necessary.
11797         (spam-report-resend): spam-report-resend takes a list of articles, not
11798         separate article numbers.
11799
11800 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11803         addition to emacs-w3m.
11804
11805 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * assistant.el (assistant-authinfo-data): New function.
11808         (assistant-eval): Eval for entire assistant.
11809
11810         * netrc.el (netrc-services-file): New variable.
11811         (netrc-parse-services): New function.
11812         (netrc-find-service-name): New function.
11813         (netrc-find-service-number): New function.
11814         (netrc-port-equal): New function.
11815         (netrc-machine): Use it.
11816
11817         * nnimap.el (nnimap-open-connection): Use netrc.
11818
11819         * gnus-util.el (gnus-netrc-get): Remove aliases.
11820
11821         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11822
11823         * assistant.el (wid-edit): Fix compilation.
11824
11825         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11826
11827 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11828
11829         * gnus-util.el (gnus-set-file-modes): New function.  (small
11830         patch).
11831
11832 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11835
11836         * assistant.el (assistant-render-node): Fix up rendering and
11837         read-only text.
11838         (assistant-render-node): Reset.
11839         (assistant-make-read-only): Not sticky.
11840
11841 2004-05-20  Danny Siu  <dsiu@adobe.com>
11842
11843         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11844         centered even when gnus-auto-center-summary is t
11845
11846 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * dns.el (dns-get-txt-answer): New function.
11849         (dns-read-txt): Ditto.
11850         (query-dns): Use it.
11851
11852 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11855         active for foreign groups even if the group level is higher than
11856         the specified value.
11857
11858 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11861         non-active groups.
11862
11863         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11864
11865 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11866
11867         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11868
11869 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11870
11871         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11872         (spam-crm114-header, spam-crm114-spam-switch)
11873         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11874         (spam-crm114-positive-spam-header)
11875         (spam-crm114-database-directory, spam-list-of-processors)
11876         (spam-group-spam-processor-crm114-p)
11877         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11878         (spam-generic-score, spam-list-of-checks)
11879         (spam-list-of-statistical-checks, spam-registration-functions)
11880         (spam-check-crm114-headers, spam-crm114-score)
11881         (spam-check-crm114, spam-crm114-register-with-crm114)
11882         (spam-crm114-register-spam-routine)
11883         (spam-crm114-unregister-spam-routine)
11884         (spam-crm114-register-ham-routine)
11885         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11886         asjo@koldfront.dk (Adam Sjøgren).
11887
11888         * gnus.el: Add spam-use-crm114.
11889
11890         * spam.el (spam-list-of-processors, spam-registration-functions):
11891         Add spam-use-resend.
11892         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11893         (spam-report-articles-gmane): Add doc fix.
11894         (spam-report-articles-resend, spam-report-resend-register-routine):
11895         Add wrappers around spam-report-resend-to.
11896
11897         * spam-report.el (spam-report-resend-to, spam-report-resend):
11898         Add support for resending spam.
11899         (spam-report-gmane): Fix line length >80.
11900
11901         * gnus.el (spam-process): Add spam-use-resend.
11902
11903 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11904
11905         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11906         number of processed spam messages.
11907         (spam-ham-copy-or-move-routine): Return the number of processed
11908         ham messages.
11909         (spam-summary-prepare-exit): Use the above values to decide
11910         whether status messages shouled be displayed.
11911
11912 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11915         `rfc2047-encoding-function-alist' in order to avoid conflicting
11916         with the old version.
11917         (rfc2047-encode-region): Concatenate words containing non-ASCII
11918         characters in structured fields; don't encode space-delimited
11919         ASCII words even in unstructured fields; don't break words at
11920         char-category boundaries.
11921         (rfc2047-encode-1): New function.
11922         (rfc2047-encode): Use it; encode text so that it occupies the
11923         maximum width within 76-column; work correctly on Q encoding for
11924         iso-2022-* charsets.
11925         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11926         sure not to break a line just after the header name.
11927         (rfc2047-b-encode-region): Removed.
11928         (rfc2047-b-encode-string): New function.
11929         (rfc2047-q-encode-region): Removed.
11930         (rfc2047-q-encode-string): New function.
11931
11932         * mm-util.el (mm-replace-in-string): New function.
11933
11934 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11937         get it right.
11938         (gnus-inews-make-draft): Really.
11939
11940 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11941
11942         * nnmh.el (nnmh-request-list-1): Don't check the link count
11943         before descending.  (small patch)
11944
11945 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946
11947         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11948         stuff.
11949
11950         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11951         on real group name.
11952
11953         * gnus-art.el (gnus-signature-limit): Doc fix.
11954
11955         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11956
11957         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11958
11959 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11960
11961         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11962         isn't a string.
11963
11964 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * gnus-draft.el (gnus-draft-send): Bind
11967         rfc2047-encode-encoded-words.
11968
11969         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11970         (rfc2047-encodable-p): Say that =? needs encoding.
11971         (rfc2047-encode-encoded-words): New variable.
11972
11973         * gnus-group.el (gnus-group-select-group): Doc fix.
11974
11975         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11976
11977         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11978         to nil.
11979
11980         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11981
11982         * nnheader.el (nnheader-get-lines-and-char): New function.
11983
11984 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-msg.el (gnus-summary-followup-with-original): Document
11987         yanking of region when active.
11988
11989 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11992         groups if the group level is higher than the specified value.
11993
11994 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11997         (gnus-group-jump-to-group): Added prefix argument using
11998         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11999         non-active group.
12000
12001         * compface.el (uncompface): Be verbose when changing
12002         `uncompface-use-external'.
12003
12004         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12005         handle manual section.
12006
12007 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * gnus-art.el (gnus-button-alist): Revert previous change.
12010
12011 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12014
12015 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12018         whether backend can accept message.
12019
12020         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12021
12022 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12023
12024         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12025         Avoid creating directory when nntp-marks-is-evil is true.
12026         Reported by Reiner Steib.
12027
12028 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12029
12030         * gnus-picon.el (gnus-picon-style): New variable.
12031         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12032         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12033         Jesper Harder <harder@ifa.au.dk>.
12034
12035 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * message.el (message-fill-field): Return point.
12038         (message-generate-headers): Go to end of field.
12039
12040         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12041         stuff for non-living groups.
12042
12043 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12044
12045         * gnus-art.el (gnus-article-followup-with-original)
12046         (gnus-article-reply-with-original): gnus-mark-active-p ->
12047         gnus-region-active-p.
12048
12049 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12050
12051         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12052         only when there is spam or ham to be processed.
12053
12054 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * mail-source.el (mail-source-delete-crash-box): Refactor.
12057         (mail-source-fetch): Use it.
12058         (mail-source-fetch-file): Ditto.
12059         (mail-source-fetch-directory): Run postscript in loop.
12060         (mail-source-fetch-pop): Delete.
12061         (mail-source-fetch-maildir): Ditto.
12062         (mail-source-fetch-imap): Ditto.
12063
12064         * imap.el (imap-authenticators): Comment out sasl.
12065
12066         * message.el (message-skip-to-next-address): New function.
12067         (message-fill-header-address): Refactor.
12068         (message-fill-address): Use it.
12069         (message-delete-address): Use it.
12070         (message-fill-header-general): Refactor.
12071         (message-fill-field-address): Rename.
12072         (message-narrow-to-field): Find the start of the header.
12073         (message-header-format-alist): Don't pre-fill.
12074         (message-fill-header): Removed.
12075         (message-insert-header): New function.
12076         (message-shorten-references): Use it.
12077
12078         * rfc2047.el (rfc2047-field-value): Strip props.
12079
12080         * mail-parse.el (mail-header-make-address): New alias.
12081
12082         * ietf-drums.el (ietf-drums-make-address): New function.
12083
12084         * imap.el: Add compiler directives.
12085
12086         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12087
12088         * gnus-art.el (article-decode-idna-rhs): Don't use
12089         message-idna-inside-rhs-p.
12090
12091 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * message.el (message-idna-inside-rhs-p): Removed.
12094         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12095
12096         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12097         false positives.
12098
12099 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12100
12101         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12102
12103 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * nneething.el (nneething-file-name): Don't create spurious
12106         files.
12107
12108         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12109         (gnus-inews-do-gcc): Remove sleep.
12110
12111         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12112         part under point.
12113
12114         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12115         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12116
12117 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         * spam.el (spam-summary-prepare-exit): Fixed (length).
12120
12121 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12124         as expired without moving it" message when there are spam
12125         messages left.
12126
12127 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12128
12129         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12130         header is not nil.
12131
12132 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12133
12134         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12135         nntp-possibly-create-directory, not nntp-possibly-change-group.
12136         (nntp-marks-changed-p): New arg SERVER.
12137         (nntp-request-update-info): Adjust caller.
12138
12139 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12140
12141         * nntp.el (nntp-save-marks): Pass missing arg.
12142
12143 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12144
12145         * nntp.el: Support marks.
12146         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12147         (nntp-marks-modtime, nntp-marks-directory): New variables.
12148         (nntp-request-set-mark, nntp-request-update-info)
12149         (nntp-possibly-create-directory, nntp-marks-changed-p)
12150         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12151         functions.
12152
12153 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12154
12155         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12156         (gnus-xmas-redefine): Rename.
12157
12158         * gnus-score.el (gnus-score-insert-help): Use
12159         gnus-select-lowest-window.
12160
12161         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12162         appt-select-lowest-window and rename to gnus-select-lowest-window.
12163
12164         * gnus.el: do.
12165
12166 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12167
12168         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12169         encodings of MIME-encoded words, in order to improve
12170         interoperability with several broken MUAs.
12171
12172 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12173
12174         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12175         tags, only when charsets are not specified in headers.
12176         (mm-inline-text-html-render-with-w3m): Ditto.
12177
12178         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12179         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12180
12181 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12182
12183         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12184         instead of MIME-decoded from fields when checking
12185         `gnus-article-address-banner-alist'.
12186
12187 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12188
12189         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12190         description rather than subject.
12191
12192 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12193
12194         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12195
12196 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * gnus.el (gnus-version-number): Bump.
12199
12200 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12201
12202         * gnus.el: No Gnus v0.2 is released.
12203
12204 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * gnus-agent.el (gnus-agent-read-agentview): Inline
12207         gnus-uncompress-range.
12208
12209 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12210
12211         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12212         `exec-installed-p'.
12213
12214 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12215
12216         * gnus.el (spam-process, spam-autodetect-methods): Add
12217         bsfilter and bsfilter-headers.
12218
12219         * spam.el (spam-bsfilter): New customize group.
12220         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12221         (spam-bsfilter-header, spam-bsfilter-probability-header)
12222         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12223         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12224         (spam-bsfilter-database-directory): New options.
12225         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12226         (spam-list-of-statistical-checks, spam-registration-functions):
12227         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12228         (spam-bsfilter-score): New command.
12229         (spam-check-bsfilter-headers, spam-check-bsfilter)
12230         (spam-bsfilter-register-with-bsfilter)
12231         (spam-bsfilter-register-spam-routine)
12232         (spam-bsfilter-unregister-spam-routine)
12233         (spam-bsfilter-register-ham-routine)
12234         (spam-bsfilter-unregister-ham-routine): New functions.
12235         (spam-generic-score): Support bsfilter; Accept an optional argument
12236         to recalcurate spam score even if scoring header has already been
12237         added.
12238         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12239         optional argument to recalcurate spam score even if scoring header
12240         has already been added.
12241
12242 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12243
12244         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12245         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12246         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12247         link is missing.
12248
12249 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12250
12251         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12252         (html2text-get-attr): Rewrite.
12253
12254         * message.el (message-setup-1): Remove redundant put-text-property
12255         on mail-header-separator.
12256
12257 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-registry.el (gnus-registry-cache-whitespace)
12260         (gnus-registry-action, gnus-registry-spool-action)
12261         (gnus-registry-split-fancy-with-parent): Change message levels
12262         from 5 to 3 or 7, as needed.
12263
12264         * spam.el (spam-summary-prepare-exit)
12265         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12266         (spam-split, spam-find-spam, spam-log-undo-registration)
12267         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12268         level from 5 to 6.
12269
12270 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12273         2004-03-04 change).
12274
12275 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12276
12277         * sieve-manage.el (sieve-manage-open):
12278         * nnweb.el (nnweb-insert-html):
12279         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12280         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12281         * nnspool.el (nnspool-request-group):
12282         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12283         * nnml.el (nnml-request-update-info):
12284         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12285         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12286         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12287         (nnimap-request-set-mark):
12288         * nnfolder.el (nnfolder-request-update-info):
12289         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12290         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12291         * gnus-uu.el (gnus-uu-find-articles-matching):
12292         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12293         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12294         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12295         * gnus-nocem.el (gnus-nocem-scan-groups):
12296         * gnus-int.el (gnus-start-news-server):
12297         * gnus-group.el (gnus-group-make-kiboze-group)
12298         (gnus-group-browse-foreign-server):
12299         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12300         Use mapc when appropriate.
12301
12302 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         FIXME: Make separate entries for each person.
12305
12306         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12307         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12308         <shields@msrl.com>:
12309
12310         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12311         may need for spam sorting and scoring.
12312         (spam-user-format-function-S): Add user format function suitable for
12313         general use.
12314         (spam-article-sort-by-spam-status): Add sorting function for summary
12315         sorting.
12316         (spam-extra-header-to-number): Add function to get a score from a
12317         header.
12318         (spam-summary-score): Add function to  get a numeric score from the
12319         headers.
12320         (spam-generic-score): Fix function doc, was in wrong place.
12321         (spam-initialize): Take symbols when it's run, and install the
12322         extra headers that spam-necessary-extra-headers thinks we need.
12323
12324 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12325
12326         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12327         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12328
12329 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12330
12331         * gnus-sum.el (gnus-set-global-variables)
12332         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12333         (gnus-article-get-xrefs, gnus-summary-best-group)
12334         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12335         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12336         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12337         Use with-current-buffer.
12338
12339 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12340
12341         * spam.el (spam-summary-prepare-exit): Simplify logic.
12342         (spam-fetch-article-header): Read the article header if it's not
12343         available.
12344         (spam-list-articles): Simplify logic.
12345         (spam-filelist-register-routine): Fix bug with unregister-list.
12346
12347         * gnus-registry.el: Fix comments at beginning.
12348
12349 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12350
12351         * message.el (message-cater-to-broken-inn): Remove.
12352         (message-shorten-references): Make sure the total folded length of
12353         References is shorter than 998 characters to cater to a bug in INN
12354         2.3.  Also, don't pretend that references aren't folded -- this
12355         hasn't worked for a while.
12356
12357 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12358
12359         * gnus-agent.el (gnus-agentize):
12360         gnus-agent-send-mail-real-function no longer set to current value
12361         of message-send-mail-function but rather a lambda that calls
12362         message-send-mail-function.  The change makes the agent real-time
12363         responsive to user changes to message-send-mail-function.
12364
12365 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12366
12367         * legacy-gnus-agent.el
12368         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12369         help from Florian Weimer <fw@deneb.enyo.de>
12370
12371 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * nnmail.el (nnmail-cache-insert): Revert last change.
12374
12375 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * nnmail.el (nnmail-cache-insert): Always check whether
12378         nnmail-cache-ignore-groups matches a group name.
12379
12380 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12381
12382         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12383         (spam-find-spam, spam-log-processing-to-registry)
12384         (spam-log-registered-p, spam-log-unregistration-needed-p)
12385         (spam-log-undo-registration): Use gnus-message instead of
12386         gnus-error, none of these errors are fatal.
12387
12388         * gnus-registry.el (gnus-registry-clean-empty-function)
12389         (gnus-registry-clean-empty): Remove only empty entries without
12390         extra data.
12391
12392 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12393
12394         * spam-stat.el (spam-stat-buffer-change-to-spam)
12395         (spam-stat-buffer-change-to-non-spam): Change (error) to
12396         (gnus-message 8) invocation.
12397
12398 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * nntp.el (nntp-via-netcat-command): New variable.
12401         (nntp-via-netcat-switches): New variable.
12402         (nntp-open-via-rlogin-and-netcat): New function.
12403         (nntp-open-connection-function): Doc fix.
12404         (nntp-telnet-command): Doc fix.
12405         (nntp-end-of-line): Doc fix.
12406         (nntp-via-rlogin-command): Doc fix.
12407         (nntp-via-user-name): Doc fix.
12408         (nntp-via-address): Doc fix.
12409
12410 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12413         error in Emacs 21.1.
12414
12415 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12418
12419 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12420
12421         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12422         (gnus-agent-with-refreshed-group): New macro.
12423         (gnus-agent-rename-group): New function.
12424         (gnus-agent-delete-group): New function.
12425         (gnus-agent-save-group-info): Use gnus-command-method when
12426         `method' parameter is nil.  Don't write nil entries into the
12427         active file.
12428         (gnus-agent-get-group-info): New function.
12429         (gnus-agent-fetch-articles): Use
12430         gnus-agent-update-files-total-fetched-for to increment disk space
12431         used.
12432         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12433         gnus-agent-update-view-total-fetched-for to increment disk space
12434         used.
12435         (gnus-agent-get-local): Added optional parameters to avoid calling
12436         gnus-group-real-name and gnus-find-method-for-group.
12437         (gnus-agent-set-local): Delete stored entry if either min, or max,
12438         are nil.
12439         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12440         quit, use gnus-agent-regenerate-group to record existance of any
12441         articles fetched to disk before the quit occurred.
12442         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12443         gnus-agent-update-view-total-fetched-for, and
12444         gnus-agent-update-files-total-fetched-for to decrement disk space
12445         used.
12446         (gnus-agent-retrieve-headers): Use
12447         gnus-agent-update-view-total-fetched-for to increment disk space
12448         used.
12449         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12450         with gnus-agent-update-files-total-fetched-for to decrement disk
12451         space and fresh group buffer.
12452         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12453         (gnus-agent-need-update-total-fetched-for): New variable.
12454         (gnus-agent-update-files-total-fetched-for): New function.
12455         (gnus-agent-update-view-total-fetched-for): New function.
12456         (gnus-agent-total-fetched-for): New function.
12457
12458         * gnus-cache.el (gnus-cache-save-buffers): Use
12459         gnus-cache-update-overview-total-fetched-for to change disk space
12460         used by this group.
12461         (gnus-cache-possibly-enter-article): Use
12462         gnus-cache-update-file-total-fetched-for to increment disk space
12463         used by this group.
12464         (gnus-cache-possibly-remove-article): Use
12465         gnus-cache-update-file-total-fetched-for to decrement disk space
12466         used by this group.
12467         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12468         (gnus-cache-rename-group): New function.
12469         (gnus-cache-delete-group): New function.
12470         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12471         (gnus-cache-need-update-total-fetched-for): New variable.
12472         (gnus-cache-with-refreshed-group): New macro.
12473         (gnus-cache-update-file-total-fetched-for): New function.
12474         (gnus-cache-update-overview-total-fetched-for): New function.
12475         (gnus-cache-rename-group-total-fetched-for): New function.
12476         (gnus-cache-delete-group-total-fetched-for): New function.
12477         (gnus-cache-total-fetched-for): New function.
12478
12479         * gnus-group.el: Require gnus-sum and autoload functions to
12480         resolve warnings when gnus-group.el compiled alone.
12481         (gnus-group-line-format): Documented new %F
12482         (size of Fetched data) group line format; identifies disk space
12483         used by agent and cache.
12484         (gnus-group-line-format-alist): Defined new F format.
12485         (gnus-total-fetched-for): New function.
12486         (gnus-group-delete-group): No longer update
12487         gnus-cache-active-altered as gnus-request-delete-group now keeps
12488         the cache in sync.
12489         (gnus-group-list-active): Let the agent store a server's active
12490         list if currently plugged.
12491
12492         * gnus-int.el (gnus-request-delete-group):
12493         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12494         local disk in sync with the server.
12495         (gnus-request-rename-group):
12496         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12497         local disk in sync with the server.
12498
12499         * gnus-start.el (gnus-get-unread-articles):
12500         Cosmetic simplification to logic.
12501
12502         * gnus-util.el (gnus-rename-file): New function.
12503
12504 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12505
12506         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12507
12508 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12509
12510         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12511         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12512
12513 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12514
12515         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12516         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12517
12518 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12519
12520         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12521
12522 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12523
12524         * spam.el (spam-set-difference): Add function to replace
12525         gnus-set-difference in spam.el.
12526         (spam-summary-prepare-exit): Use spam-set-difference.
12527
12528 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12529
12530         * gnus-registry.el (gnus-registry-cache-file): Update to use
12531         gnus-dribble-directory OR gnus-home-directory OR ~.
12532         (gnus-registry-split-fancy-with-parent): Fix doc.
12533
12534 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-exchange-point-and-mark): Use
12537         message-mark-active-p.  Suggested by Jesper Harder
12538         <harder@ifa.au.dk>.
12539
12540 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * message.el (message-exchange-point-and-mark): Don't activate
12543         region if it was inactive.  Suggested by Hiroshi Fujishima
12544         <pooh@nature.tsukuba.ac.jp>.
12545
12546 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-art.el (article-display-face): Display Faces in the same
12549         order as X-Faces.
12550
12551 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12554
12555 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12558         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12559         (gnus-article-mime-hierarchy): Remove.
12560         (gnus-article-mime-hierarchy-next): Remove.
12561         (gnus-article-mode): Revert 2004-03-19 change.
12562         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12563         (gnus-insert-mime-button): Revert 2004-03-19 change.
12564         (gnus-mime-accumulate-hierarchy): Remove.
12565         (gnus-mime-enter-multipart): Remove.
12566         (gnus-mime-leave-multipart): Remove.
12567         (gnus-mime-display-part): Revert 2004-03-19 change.
12568         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12569
12570         * mml.el (mml-preview): Revert 2004-03-19 change.
12571
12572 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12573
12574         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12575
12576 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12579         t while entering a file name using the mm-with-multibyte macro.
12580         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12581
12582         * mm-util.el (mm-with-multibyte): New macro.
12583
12584 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12587         user option.
12588         (gnus-mime-multipart-functions): Doc and customization fix.
12589         (gnus-article-mime-hierarchy): New variable.
12590         (gnus-article-mime-hierarchy-next): New variable.
12591         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12592         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12593         gnus-article-mime-hierarchy-next to nil.
12594         (gnus-insert-mime-button): Show hierarchy numbers.
12595         (gnus-mime-accumulate-hierarchy): New function.
12596         (gnus-mime-enter-multipart): New function.
12597         (gnus-mime-leave-multipart): New function.
12598         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12599         (gnus-mime-display-alternative): Show hierarchy numbers.
12600
12601         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12602         gnus-article-mime-hierarchy-next to nil.
12603
12604 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12605
12606         * dns.el: Don't require gnus-xmas.
12607
12608 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12609
12610         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12611         inline PGP.
12612         (mml-menu): Disable mml-quote-region if mark is inactive.
12613
12614 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12617         when the group's active is not available.
12618
12619 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12622         error.
12623
12624 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * imap.el (imap-store-password): New variable.
12627         (imap-interactive-login): Use it.
12628         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12629
12630 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12633         window-start and hscroll to summary window.
12634
12635 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12636
12637         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12638         conversion message to newsrc-dribble when an actual conversion is
12639         performed.
12640
12641 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12642
12643         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12644
12645 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-decode.el (mm-complicated-handles): New function reviving
12648         former definition of mm-multiple-handles.
12649
12650         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12651         (gnus-mime-delete-part): Use it.
12652
12653 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12654
12655         * gnus-agent.el (gnus-agent-read-local): Bind
12656         nnheader-file-coding-system to gnus-agent-file-coding-system to
12657         avoid the implicit assumption that they will always be equal.
12658         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12659         coding-system-for-write, as the with-temp-file macro first prints
12660         to a buffer then saves the buffer.
12661
12662 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (gnus-article-edit-part): New function.
12665         (gnus-mime-save-part-and-strip): Use it; do query instead of
12666         signaling an error; don't use mm-multiple-handles.
12667         (gnus-mime-delete-part): Ditto.
12668
12669 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12670
12671         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12672         old file versions.
12673         (gnus-group-prepare-hook): Removed function that converted list
12674         form of gnus-agent-expire-days to group properties.
12675
12676         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12677         (gnus-request-accept-article): Re-indented.
12678
12679         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12680         converters to handle old agent file formats.  Added logic for a
12681         "backup before upgrading warning".
12682         (gnus-convert-mark-converter-prompt): Developers can mark
12683         functions as needing (default), or not needing,
12684         gnus-convert-old-newsrc's "backup before upgrading warning".
12685         (gnus-convert-converter-needs-prompt): Tests whether the user
12686         should be protected from potentially irreversable changes by the
12687         function.
12688
12689         * legacy-gnus-agent.el: New.  Provides converters that are only
12690         loaded when gnus-convert-old-newsrc needs to call them.
12691
12692 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * mail-source.el (mail-source-touch-pop): Doc fix.
12695
12696         * message.el (message-smtpmail-send-it): Doc fix.
12697
12698 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12699
12700         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12701
12702         * nnmail.el (nnmail-split-fancy): do.
12703
12704         * gnus-kill.el (gnus-kill, gnus-execute): do.
12705
12706 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12707
12708         * gnus-sum.el (gnus-widget-reversible-match)
12709         (gnus-widget-reversible-to-internal)
12710         (gnus-widget-reversible-to-external): New functions.
12711         (gnus-widget-reversible): New widget.
12712         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12713
12714 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12715
12716         * gnus-sum.el (gnus-thread-sort-functions)
12717         (gnus-article-sort-functions): Document `(not F)' items.
12718
12719 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12720
12721         * spam.el (spam-use-gmane-xref): Add new backend.
12722         (spam-gmane-xref-spam-group): Add variable to control the name of the
12723         Gmane spam group.
12724         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12725         (spam-regex-headers-spam, spam-regex-headers-ham)
12726         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12727         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12728         backends and checks.
12729         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12730
12731         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12732         an autodetect method.
12733
12734 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12735
12736         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12737         articles are being added to a group.
12738         (gnus-request-replace-article): Inform the agent that articles
12739         need to be uncached as the cached contents are no longer valid.
12740
12741 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * binhex.el: Don't autoload executable-find.
12744
12745         * canlock.el: Don't autoload mail-fetch-field.
12746
12747         * dgnushack.el: Autoload c-mode for XEmacs.
12748
12749         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12750
12751         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12752         rmail-dont-reply-to and rmail-output.
12753
12754         * gnus-score.el: Don't autoload ffap-string-at-point.
12755
12756         * gnus-setup.el: Don't autoload sc-cite-original.
12757
12758         * imap.el: Don't autoload base64-decode-string,
12759         base64-encode-string and md5.
12760
12761         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12762         and rmail-msg-restore-non-pruned-header.
12763
12764         * mm-decode.el: Don't autoload executable-find.
12765
12766         * mm-url.el: Don't autoload executable-find.
12767
12768         * mm-view.el: Don't autoload diff-mode.
12769
12770         * nndb.el: Don't autoload news-reply-mode, news-setup,
12771         cancel-timer and telnet.
12772
12773         * password.el: Don't autoload run-at-time for Emacs.
12774
12775         * sha1-el.el: Don't autoload executable-find.
12776
12777         * sieve-mode.el: Don't autoload c-mode.
12778
12779         * uudecode.el: Don't autoload executable-find.
12780
12781 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12782
12783         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12784         (gnus-agent-possibly-alter-active): Avoid null in numeric
12785         comparison.
12786         (gnus-agent-set-local): Refuse to save null in local object table.
12787         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12788         list of articles that will be marked as unread.
12789
12790 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12793
12794 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12795
12796         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12797         language tags.
12798
12799 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12800
12801         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12802         Don't bind "obarray".
12803
12804         * gnus-sum.el (gnus-thread-sort-functions): Added
12805         `gnus-thread-sort-by-most-recent-number' and
12806         `gnus-thread-sort-by-most-recent-date'.
12807         Reported by Kai Grossjohann <kai@emptydomain.de>.
12808
12809 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12812
12813 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12814
12815         * gnus-cus.el (gnus-agent-customize-category): Removed
12816         ignore-errors macro reference that required cl to be loaded at
12817         run-time.
12818
12819         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12820         single-interval range of the form (min . max).  Previously the
12821         range had to look like ((min . max)).  Likewise, return
12822         (min . max) rather than ((min . max)).
12823         (gnus-range-map): Use gnus-range-normalize to accept
12824         single-interval range.
12825
12826         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12827         the cache, but not the agent, now appear with their usual face.
12828
12829         * dgnushack.el (loaddir): New variable that is bound to the
12830         directory containing the dgnushack.el file. Use loaddir, rather
12831         than srcdir, to update load-path. Change lets dgnushack compile
12832         code in directories other than GNUS/lisp.
12833
12834 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * lpath.el: Don't bind w3m-safe-url-regexp.
12837
12838         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12839         w3m-safe-url-regexp variable buffer-local.
12840
12841         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12842
12843 2004-02-27  Simon Josefsson  <jas@extundo.com>
12844
12845         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12846         gnus-group-real-prefix.
12847         (gnus-summary-move-article): Use it, instead of
12848         gnus-group-real-prefix.
12849
12850 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * lpath.el: Bind w3m-safe-url-regexp.
12853
12854         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12855         w3m-safe-url-regexp variable buffer-local and set it as the value
12856         of mm-w3m-safe-url-regexp.
12857
12858         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12859
12860         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12861         parsing gnus-posting-styles when the message is not for replying.
12862
12863         * dgnushack.el: Autoload sgml-mode for XEmacs.
12864
12865         * nnrss.el (nnrss-opml-export): Use
12866         mm-set-buffer-file-coding-system instead of
12867         set-buffer-file-coding-system.
12868
12869 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12870
12871         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12872         of checkdoc.el).
12873         * nnrss.el: do.
12874         * gnus-mlspl.el: do.
12875         * gnus-ml.el: do.
12876         * gnus-srvr.el: do.
12877
12878         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12879
12880 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12881
12882         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12883         Corrections to custom-manual links.
12884
12885         * gnus-art.el (gnus-article): Ditto.
12886
12887         * mm-decode.el (mime-display, mime-security): Ditto.
12888
12889 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12890
12891         * flow-fill.el: Typo.
12892
12893 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12894
12895         * spam-wash.el: New file.
12896
12897 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12898
12899         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12900
12901 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12902
12903         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12904         to be run with new-articles as LIST1, not LIST2.
12905         (spam-registration-functions): Add spam-use-ham-copy as a nil
12906         registration backend.
12907
12908 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12909
12910         * spam-stat.el (spam-stat-washing-hook): New option.
12911         (spam-stat-buffer-words): Use it.
12912         (spam-stat-process-directory, spam-stat-test-directory): Use
12913         insert-file-contents-literally.
12914         (spam-stat-coding-system): New variable.
12915         (spam-stat-load, spam-stat-save): Use it.
12916
12917 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * spam-report.el (spam-report-plug-agent): Quote
12920         spam-report-url-to-file and spam-report-url-ping-plain.
12921
12922 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12925         / in mailto URLs.
12926
12927 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * spam-report.el (spam-report-process-queue): Fix interactive use.
12930         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12931         (spam-report-unplug-agent): Doc fixes.
12932         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12933         (spam-report-agentize, spam-report-deagentize): Autoload
12934
12935 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12938
12939         * message.el (message-setup-fill-variables): Add mml tags to
12940         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12941         <ajk@iu.edu>.
12942         (message-mode): Don't modify paragraph-separate there.
12943
12944 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * compface.el (uncompface-use-external): Default to undecided.
12947         (uncompface-use-external-threshold): New variable.
12948         (uncompface-float-time): New macro.
12949         (uncompface): Determine whether to use the external decoder if
12950         uncompface-use-external is undecided.
12951
12952 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12955         after images.
12956
12957         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12958
12959 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12960
12961         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12962
12963         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12964
12965         * gnus-sum.el (gnus-summary-limit-to-age)
12966         (gnus-summary-limit-children): do.
12967
12968         * gnus-int.el (gnus-request-scan): do.
12969
12970         * gnus-group.el (gnus-group-suspend): do.
12971
12972         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12973
12974         * gnus-cite.el (gnus-cite-parse-attributions): do.
12975
12976         * gnus-agent.el (gnus-summary-set-agent-mark)
12977         (gnus-agent-regenerate-group): do.
12978
12979         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12980
12981         * binhex.el (binhex-decode-region-internal): do.
12982
12983 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-fun.el (gnus-face-properties-alist): New user option.
12986         (gnus-display-x-face-in-from): Use it.
12987
12988         * gnus-art.el (article-display-face): Ditto.
12989
12990         * compface.el (uncompface-use-external): Default to nil.
12991
12992 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12993
12994         * nntp.el (nntp-erase-buffer): New function.
12995         (nntp-retrieve-data, nntp-send-command)
12996         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12997         (nntp-possibly-change-group): Use it.
12998
12999         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13000         with-current-buffer.
13001
13002 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13003
13004         * compface.el: Merge the ELisp-based uncompface program.
13005         (compface): New customization group.
13006         (uncompface-use-external): New user option.
13007         (uncompface): Call uncompface-internal if uncompface-use-external
13008         is nil.
13009         (uncompface-internal): New function.  Note that there are also
13010         some other functions and variables added for this function.
13011
13012 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13013
13014         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13015         if necessary.
13016
13017 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * spam-report.el (spam-report-unplug-agent)
13020         (spam-report-plug-agent, spam-report-deagentize)
13021         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13022         Add support for the Agent in spam-report: when unplugged, report to a
13023         file; when plugged, submit all the requests.
13024
13025         * spam.el (spam-register-routine): Fix message about
13026         registration.
13027
13028 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13029
13030         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13031         dependencies.
13032         (rfc2047-encode): Use it.
13033
13034         * gnus-art.el (gnus-button-marker-list): Move before first
13035         reference.
13036
13037         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13038         (imap-parse-body): Fix format string mismatch.
13039
13040         * gnus-score.el (gnus-summary-increase-score): do.
13041
13042         * nnrss.el (nnrss-close): New function.
13043
13044 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13045
13046         * nnrss.el (nnrss-make-filename): New function.
13047         (nnrss-request-delete-group, nnrss-read-server-data)
13048         (nnrss-save-server-data, nnrss-read-group-data)
13049         (nnrss-save-group-data): Use it.
13050         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13051         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13052         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13053
13054 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13055
13056         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13057
13058 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13059
13060         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13061         files.
13062
13063         * message.el (message-generate-headers-first): Don't quote nil
13064         and t in docstrings.
13065
13066         * imap.el (imap-id): do.
13067
13068         * gnus-agent.el (gnus-agent-consider-all-articles)
13069         (gnus-agent-queue-mail): do.
13070
13071 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * spam-report.el (spam-report-process-queue): New function.
13074         Process requests from `spam-report-requests-file'.
13075         (spam-report-process-queue): Doc fix.
13076
13077 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * spam.el (spam-register-routine)
13080         (spam-log-processing-to-registry, spam-log-registered-p)
13081         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13082         Change "check" to "spam-check" for semi-clarity.
13083
13084 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13085
13086         * pop3.el: Require nnheader.
13087
13088         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13089
13090         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13091
13092         * gnus-picon.el: Require cl.
13093
13094         * gnus-fun.el: Require gnus-ems and gnus-util.
13095
13096         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13097
13098         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13099
13100         * gnus-art.el (gnus-article-edit-mode): Define before first
13101         reference.
13102
13103 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13104
13105         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13106         (gnus-uu-post-encoded): Use point-at-bol.
13107
13108         * gnus-topic.el (gnus-group-active-topic-p): do.
13109
13110         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13111
13112         * gnus-group.el (gnus-group-kill-region): do.
13113
13114         * gnus-art.el (article-date-ut): do.
13115
13116         * message.el (message-fetch-field): Remove redundant
13117         case-fold-search binding.
13118         (message-narrow-to-field): Simplify.
13119
13120 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * spam.el (spam-directory): Derive from `gnus-directory'.
13123
13124         * spam-report.el (spam-report-url-to-file)
13125         (spam-report-requests-file): New function and variable for offline
13126         reporting.
13127         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13128         and user defined function.
13129         (spam-report-url-ping-mm-url): Remove doubled slash.
13130
13131 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13134
13135 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13136
13137         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13138         format string mismatch.
13139
13140         * sieve.el (sieve-deactivate-all): do.
13141
13142         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13143
13144         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13145
13146         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13147
13148         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13149
13150 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13151
13152         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13153         the list of checks.
13154
13155 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13156
13157         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13158         padding.
13159
13160 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13161
13162         * mm-view.el (mm-fill-flowed): New variable.
13163         (mm-inline-text): Use it.
13164
13165 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * spam.el (spam-spamassassin-register-ham-routine)
13168         (spam-spamassassin-register-spam-routine): Fix function names.
13169
13170 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus.el (gnus-tmp-grouplens): Remove.
13173         (gnus-summary-line-format): Remove grouplens.
13174
13175         * gnus-group.el (gnus-group-line-format): Ditto.
13176
13177         * gnus-spec.el (gnus-format-specs): Ditto.
13178         (gnus-update-format-specifications): Flush the group format spec
13179         cache if there's the grouplens stuff.
13180         (gnus-parse-simple-format): Replace %l with the empty string.
13181
13182 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13183
13184         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13185         omission.
13186
13187 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13190         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13191
13192 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13193
13194         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13195         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13196         New macros and functions.
13197         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13198         Handle > NLINK_MAX messages.
13199         * nnmaildir.el (nnmaildir-request-set-mark): Use
13200         nnmaildir--emlink-p and nnmaildir--eexist-p.
13201
13202 2004-01-25  Alex Schroeder  <alex@gnu.org>
13203
13204         * spam-stat.el (spam-stat-process-directory-age): New option.
13205         (spam-stat-process-directory): Use it.
13206
13207 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13208
13209         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13210         (spam-stat-save): Accept prefix argument.
13211
13212 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13213
13214         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13215         links" error.
13216
13217 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13220         the rest of the and/or forms.
13221
13222 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13223
13224         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13225         compatibility with old .newsrc.eld files.
13226
13227         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13228
13229         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13230
13231         * gnus-start.el (gnus-1): do.
13232
13233         * gnus-group.el (gnus-group-line-format-alist): do.
13234
13235         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13236
13237         * gnus-gl.el: Remove.
13238
13239 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13240
13241         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13242         marks consisting of a single range {for example, (3 . 5)} rather
13243         than a list of a single range { ((3 . 5)) }.
13244
13245 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13246
13247         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13248         with-current-buffer.
13249         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13250         avoid consing a string.
13251
13252         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13253         Remove obsolete entries for big5 and gb2312.
13254
13255 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13256
13257         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13258         uncompressed list.
13259
13260 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13261
13262         * spam-stat.el (spam-stat-strip-xref): New function.
13263         (spam-stat-process-directory): Use it.
13264
13265         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13266         here -- it's done in message-fetch-field.
13267
13268 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13269
13270         * gnus-agent.el (gnus-agent-queue-mail)
13271         (gnus-agent-prompt-send-queue): New variables.
13272         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13273         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13274         "nndraft:queue" along to gnus-draft-send.  Use
13275         gnus-agent-prompt-send-queue.
13276         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13277         is "nndraft:queue".  Suggested by Gaute Strokkenes
13278         <gs234@srcf.ucam.org>
13279
13280         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13281         (agent-enable-undownloaded-faces): Added
13282         (gnus-agent-cat-groups): Use eval-and-compile, not
13283         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13284         method of gnus-agent-cat-groups even when the buffer has been
13285         evaled.
13286         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13287         delete gnus-agent-save-active-1.
13288         (gnus-agent-save-groups): Deleted.  Identical to
13289         gnus-agent-save-active.
13290         (gnus-agent-write-active): No longer adjust agent's copy of active
13291         file as agent's adjustments are now stored in their own
13292         file.  Removed optional parameter.
13293         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13294         servers.  Add use of min/max range limits from server's local
13295         file.
13296         (gnus-agent-save-alist): Removed unused optional argument.
13297         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13298         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13299         (gnus-agent-set-local): A per-server file that keeps min/max range
13300         limits for articles known to the agent.  Provides a fast mechanism
13301         for altering many active ranges.
13302         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13303         active file (local makes it unnecessary).
13304         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13305
13306         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13307         (agent-enable-undownloaded-faces): Added
13308
13309         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13310         disable it when sending to "nndraft:queue".
13311         (gnus-group-send-queue): Add safety check to avoid sending queue
13312         when unplugged.
13313
13314         * gnus-group.el (gnus-group-catchup): Use new
13315         gnus-sequence-of-unread-articles, not
13316         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13317         numbers of articles.  Use gnus-range-map to avoid having to
13318         uncompress the unread list.
13319         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13320         Fixed invalid ange-ftp reference.
13321
13322         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13323         (gnus-sorted-range-intersection): Intersection of two ranges
13324         without requiring that they first be uncompressed.
13325
13326         * gnus-start.el (gnus-activate-group): Unless blocked by the
13327         caller, possibly expand the active range to include both cached
13328         and agentized articles.
13329         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13330         multiple version-dependent converters.
13331         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13332         gnus-agent-save-active.
13333         (gnus-save-newsrc-file): Save dirty agent range limits.
13334
13335         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13336         gnus-agent-possibly-alter-active.
13337         (gnus-adjust-marked-articles): Faster handling of simple lists
13338
13339 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13340
13341         * spam-stat.el (spam-stat-test-directory): New optional argument
13342         displays a list of files detected.  Suggested by Andrew Cohen
13343         <cohen@andy.bu.edu>.
13344         (spam-stat-buffer-words-with-scores): Don't narrow and change
13345         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13346
13347 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13348
13349         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13350         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13351         (spam-spamassassin-arguments)
13352         (spam-spamassassin-spam-flag-header)
13353         (spam-spamassassin-positive-spam-flag-header)
13354         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13355         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13356         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13357         (spam-list-of-processors, spam-list-of-checks)
13358         (spam-list-of-statistical-checks, spam-registration-functions)
13359         (spam-check-spamassassin-headers, spam-check-spamassassin)
13360         (spam-spamassassin-score)
13361         (spam-spamassassin-register-with-sa-learn)
13362         (spam-spamassassin-register-spam-routine)
13363         (spam-spamassassin-register-ham-routine)
13364         (spam-assassin-register-spam-routine)
13365         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13366         (spam-bogofilter-score): Fix to show article before scoring.
13367
13368 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13369
13370         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13371         default scoring function.
13372         (spam-generic-score): Call spam-spamassassin-score if
13373         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13374         spam-bogofilter-score otherwise.
13375
13376         * gnus.el (spam-process, spam-autodetect-methods): Add
13377         spamassassin and spamassassin-headers.
13378
13379 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13380
13381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13382         Suppress unnecessary messages.
13383
13384 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13387         make-hash-table.
13388
13389 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * canlock.el (base64-encode-string): Don't autoload it.
13392
13393 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * run-at-time.el: Remove useless (require 'itimer),
13396         eval-and-compile and (featurep 'xemacs).
13397
13398 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13399
13400         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13401         GROUP is a virtual group.
13402
13403 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13404
13405         * gnus.el: Autoload `message-y-or-n-p'.
13406
13407 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13408
13409         * pgg-parse.el: Remove unnecessary (require 'custom).
13410
13411         * pgg-def.el: do.
13412
13413         * nnmail.el: do.
13414
13415         * gnus-undo.el: do.
13416
13417         * gnus-picon.el: do.
13418
13419         * gnus-util.el: do.
13420
13421 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13424
13425 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13428         handle, as well as a list.
13429
13430         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13431         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13432         (mm-w3m-cid-retrieve): Simplify.
13433
13434 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13435
13436         * message.el (message-kill-to-signature): Allow prefix arg to
13437         specify number of lines to keep before signature.
13438
13439 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13440
13441         (message-kill-to-signature): Change docstring.
13442
13443 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * canlock.el: Always require sha1-el.
13446         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13447
13448         * message.el: Autoload sha1 only when compiling.
13449
13450         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13451         eudc-expand-inline for XEmacs.
13452
13453 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * message.el (message-canlock-generate): Require sha1-el.
13456
13457 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13458
13459         * message.el (message-expand-name): Silence the byte compiler.
13460
13461         * lpath.el: Add detect-coding-system.
13462
13463         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13464         cus-edit.
13465
13466 2004-01-13  Simon Josefsson  <jas@extundo.com>
13467
13468         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13469         Invoke gnus-score-mode.  Reported by
13470         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13471
13472         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13473         Jim Blandy <jimb@redhat.com> (tiny change).
13474
13475 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13476
13477         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13478
13479 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * spam.el (spam-get-article-as-string): Update to use
13482         gnus-request-article-this-buffer, much simpler.
13483         (spam-get-article-as-buffer): Remove.
13484
13485 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13486
13487         * message.el (message-expand-name): Use EUDC if the user uses that.
13488
13489 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13490
13491         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13492         character for the encoding to avoid consing a string.
13493
13494         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13495         unnecessarily.
13496
13497         * mm-util.el (mm-replace-chars-in-string): Remove.
13498
13499         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13500         of mm-replace-chars-in-string.
13501
13502 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13503
13504         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13505
13506         * mm-util.el (mm-subst-char-in-string): Support inplace.
13507
13508         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13509         a new string in every iteration.  Use shy groups.
13510
13511 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13512
13513         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13514         * gnus-soup.el (gnus-soup-group-brew):
13515         * gnus-msg.el (gnus-put-message):
13516         * gnus-move.el (gnus-group-move-group-to-server):
13517         * gnus-kill.el (gnus-batch-score):
13518         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13519         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13520         (gnus-group-update-group, gnus-group-read-group)
13521         (gnus-group-make-group, gnus-group-make-help-group)
13522         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13523         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13524         (gnus-group-sort-by-unread, gnus-group-catchup)
13525         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13526         (gnus-group-yank-group, gnus-group-set-info)
13527         (gnus-group-list-groups):
13528         * gnus.el (gnus-generate-new-group-name):
13529         * gnus-delay.el (gnus-delay-send-queue):
13530         * nnvirtual.el (nnvirtual-catchup-group):
13531         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13532         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13533         (gnus-group-prepare-topics, gnus-topic-check-topology):
13534         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13535         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13536         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13537         (gnus-group-make-articles-read):
13538         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13539         (gnus-group-change-level, gnus-kill-newsgroup)
13540         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13541         (gnus-get-unread-articles, gnus-make-articles-unread)
13542         (gnus-make-ascending-articles-unread): Use accessor
13543         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13544         to get group information for improved readability.
13545
13546
13547 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13548
13549         * gnus-art.el (article-decode-mime-words, article-babel)
13550         (gnus-article-highlight-signature, gnus-article-add-buttons)
13551         (gnus-signature-toggle): Use gnus-with-article-buffer.
13552
13553         * gnus-art.el (gnus-article-highlight-headers)
13554         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13555
13556         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13557         (gnus-article-set-globals, gnus-request-article-this-buffer)
13558         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13559         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13560         (gnus-mime-display-alternative): Use with-current-buffer.
13561
13562 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13563
13564         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13565         also under 80 char limit, and call gnus-error if needed.
13566         (spam-fetch-article-header): Fix - it was a
13567         buffer-local variable (gnus-newsgroup-data).
13568         (spam-find-spam): Use spam-generate-fake-headers, forget about
13569         spam-insert-fake-headers.
13570         (spam-insert-fake-headers): Remove.
13571
13572 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13573
13574         * deuglify.el (gnus-article-outlook-unwrap-lines)
13575         (gnus-outlook-rearrange-article)
13576         (gnus-outlook-repair-attribution-outlook)
13577         (gnus-outlook-repair-attribution-block)
13578         (gnus-outlook-repair-attribution-other): Remove redundant
13579         save-excursion.
13580
13581 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13582
13583         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13584         (spam-fetch-field-subject-fast)
13585         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13586         (spam-fetch-article-header): Add functions to deal with Gnus
13587         internals for fast retrieval of article header data.
13588         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13589
13590 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13591
13592         * pop3.el (pop3-md5): Remove.
13593         (pop3-apop): Replace pop3-md5 with md5.
13594
13595         * mm-bodies.el: base64 is always built-in.
13596
13597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13598         with-current-buffer.
13599
13600 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * canlock.el (canlock-insert-header): Remove excessive grouping in
13603         regexp.
13604
13605         * gnus-sum.el (gnus-summary-read-document): Ditto.
13606
13607         * gnus-uu.el (gnus-uu-part-number): Ditto.
13608
13609         * html2text.el (html2text-remove-tags): Ditto.
13610         (html2text-format-tags): Ditto.
13611         (html2text-format-single-elements): Ditto.
13612
13613         * mml.el (mml-parse-1): Ditto.
13614
13615 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13616
13617         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13618
13619         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13620
13621         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13622
13623         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13624
13625 2003-11-15  Simon Josefsson  <jas@extundo.com>
13626
13627         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13628         (pgg-gpg-lookup-key): Use regexp match instead of
13629         split-string (split-string is different between emacs 21.2 and
13630         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13631
13632 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13633
13634         * gnus-art.el (gnus-mime-view-all-parts)
13635         (gnus-article-part-wrapper, gnus-article-view-part): Use
13636         with-current-buffer.
13637
13638 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * spam.el (spam-disable-spam-split-during-ham-respool)
13641         (spam-spamoracle-database, spam-cache-lookups)
13642         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13643         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13644         (spam-group-ham-marks, spam-group-spam-marks)
13645         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13646         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13647         also add spam-use-blackholes to the statistical checks.
13648         (spam-fetch-field-fast): Add interface to fetching fields, may
13649         become a macro.
13650         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13651         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13652         (spam-insert-fake-headers): Fake an article when needed.
13653         (spam-find-spam): Fake article when possible.
13654         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13655         (spam-check-bogofilter-headers): Use message-fetch-field instead
13656         of nnmail-fetch-field.
13657
13658 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13661
13662 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13663
13664         * spam.el (spam-split): Do not require spam-use-CHECK to be
13665         enabled if that check is passed to spam-split explicitly; also
13666         fix so 'spam doesn't get converted to spam-split-group when
13667         spam-split-symbolic-return is t.
13668         (spam-find-spam): Find registrations of the article and use those
13669         instead of re-running spam-split to find the spam/ham
13670         classification of the article.
13671         (spam-log-processing-to-registry, spam-log-registered-p)
13672         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13673         Use gnus-error instead of gnus-message.
13674         (spam-log-registration-type): Add function to determine the
13675         classification of a message based on registry entries; will
13676         return nil if both 'spam and 'ham are found.
13677         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13678         a reasonably fast local cache without the loading errors.
13679         (spam-cache-lookups): Set to t by default.
13680         (spam-find-spam): Don't try to guess spam-cache-lookups.
13681         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13682         spam-caches entry.
13683         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13684         caching of whitelist/blacklist entries.
13685         (spam-check-whitelist, spam-check-blacklist): Invoke
13686         spam-from-listed-p with a type, not a cache variable.
13687         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13688
13689 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13690
13691         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13692
13693         * nnmail.el (nnmail-split-fancy): do.
13694
13695         * mml.el (mml-parse): do.
13696
13697         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13698         (gnus-score-adaptive): do.
13699
13700 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13703         (gnus-mime-button-map): Don't set keymap parent.
13704         (gnus-button-ctan-directory-regexp): Use shy grouping.
13705         (gnus-prev-page-map): Don't set keymap parent.
13706         (gnus-prev-page-map): Remove duplicated one.
13707         (gnus-next-page-map): Don't set keymap parent.
13708         (gnus-mime-security-button-map): Ditto.
13709
13710         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13711         version number.
13712
13713         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13714
13715 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * canlock.el (canlock-sha1-function): Remove.
13718         (canlock-sha1-function-for-verify): Remove.
13719         (canlock-openssl-program): Remove.
13720         (canlock-openssl-args): Remove.
13721         (canlock-ignore-errors): Remove.
13722         (canlock-sha1-with-openssl): Remove.
13723         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13724         (canlock-verify): Don't use canlock-ignore-errors.
13725
13726         * sha1-el.el (sha1-string-external): Make it can return a string
13727         in binary form.
13728         (sha1-region-external): Ditto.
13729         (sha1-string-internal): Ditto.
13730         (sha1-region-internal): Ditto.
13731         (sha1-region): Ditto.
13732         (sha1-string): Ditto.
13733         (sha1): Ditto.
13734
13735 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13736
13737         * spam.el (spam-report-articles-gmane): New command.
13738
13739 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13742
13743         * run-at-time.el (run-at-time-saved): Remove.
13744         (run-at-time): Doc fix.
13745
13746 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13747
13748         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13749         (gnus-summary-limit-map): Add it.
13750         (gnus-summary-make-menu-bar): do.
13751
13752 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13753
13754         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13755         Make attempt at some caching support (done for BBDB only now).
13756         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13757         addresses to be checked.
13758         (spam-clear-cache-BBDB): Add function, to be invoked by
13759         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13760         (spam-check-BBDB): Check and use the caches, if
13761         spam-cache-lookups is on, remove superfluous (provide).
13762
13763 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13766
13767 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13768
13769         * run-at-time.el (run-at-time-saved): Move to after the definition
13770         of `run-at-time'.
13771
13772         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13773
13774 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13777         mm-w3m-local-map-property.
13778
13779         * mm-view.el (mm-w3m-mode-map): Remove.
13780         (mm-w3m-local-map-property): Remove.
13781         (mm-inline-text-html-render-with-w3m): Don't use
13782         mm-w3m-local-map-property.
13783
13784 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13785
13786         * run-at-time.el: New file.
13787
13788         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13789         under Emacs.
13790
13791         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13792         of gnus-set-text-properties.
13793
13794         * gnus-uu.el (gnus-uu-save-article): Ditto.
13795
13796         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13797
13798         * gnus-cite.el (gnus-cite-parse): Ditto.
13799
13800         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13801         of gnus-.
13802
13803         * gnus-xmas.el (run-at-time): Require run-at-time.
13804
13805         * gnus.el: Changed calls to nnheader-run-at-time and
13806         password-run-at-time throughout to use run-at-time directly.
13807
13808         * password.el: Removed definition of run-at-time.
13809
13810         * nnheaderxm.el: Remove definition of run-at-time.
13811
13812 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13813
13814         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13815         in prompt.
13816
13817 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13818
13819         * messagexmas.el (message-xmas-redefine): Alias
13820         `message-make-caesar-translation-table' to
13821         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13822         version.
13823
13824         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13825         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13826         `gnus-xmas-set-text-properties'.
13827         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13828         `gnus-xmas-completing-read'.
13829         (gnus-xmas-completing-read): Removed.
13830         (gnus-xmas-open-network-stream): Removed.
13831
13832         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13833         XEmacs version.
13834
13835         * dns.el (dns-make-network-process): Use `open-network-stream'
13836         instead of `gnus-xmas-open-network-stream'.
13837
13838         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13839
13840         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13841
13842 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13843
13844         * gnus-art.el (gnus-mime-display-alternative)
13845         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13846         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13847         Don't use gnus-local-map-property.
13848
13849         * gnus-util.el (gnus-local-map-property): Remove.
13850
13851         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13852         gnus-completing-read-maybe-default with completing-read.
13853
13854         * gnus-util.el (gnus-completing-read): do.
13855         (gnus-completing-read-maybe-default): Remove.
13856
13857 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13858
13859         * password.el: Only autoload `run-at-time' if not XEmacs.
13860         Only autoload the itimer functions if XEmacs.
13861
13862 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13865         XEmacsen.
13866
13867         * dgnushack.el: Autoload executable-find for XEmacs.
13868
13869 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13870
13871         * gnus-art.el (gnus-read-string): Remove.
13872         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13873         read-string.
13874
13875 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13876
13877         * netrc.el: Autoload password-read.
13878         (netrc): Add configuration group.
13879         (netrc-encoding-method, netrc-openssl-path): Add
13880         variables for encoding and decoding of files with symmetric
13881         ciphers.
13882         (netrc-encode): Add assistant function to encode a file with
13883         netrc-encoding-method.
13884         (netrc-parse): Add interactive parameter, added optional
13885         decoding if netrc-encoding-method is non-nil but otherwise
13886         behavior is standard.
13887         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13888         Do s/encode/encrypt/ everywhere.
13889
13890         * spam.el: Remove executable-find autoload.
13891
13892 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13893
13894         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13895
13896         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13897
13898 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-art.el (gnus-treat-ansi-sequences,
13901         (article-treat-ansi-sequences): New variable and function.
13902         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13903
13904         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13905         Use it.
13906
13907 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13908
13909         * mm-util.el (mm-quote-arg): Remove.
13910
13911         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13912         shell-quote-argument.
13913
13914         * gnus-uu.el (gnus-uu-command): do.
13915
13916         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13917
13918         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13919         with make-char.
13920
13921         * mm-util.el (mm-make-char): Remove.
13922
13923         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13924         add-minor-mode.
13925
13926         * gnus-undo.el (gnus-undo-mode): do.
13927
13928         * gnus-topic.el (gnus-topic-mode): do.
13929
13930         * gnus-sum.el (gnus-dead-summary-mode): do.
13931
13932         * gnus-start.el (gnus-slave-mode): do.
13933
13934         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13935
13936         * gnus-ml.el (gnus-mailing-list-mode): do.
13937
13938         * gnus-gl.el (gnus-grouplens-mode): do.
13939
13940         * gnus-draft.el (gnus-draft-mode): do.
13941
13942         * gnus-dired.el (gnus-dired-mode): do.
13943
13944         * gnus-ems.el (gnus-add-minor-mode): Remove.
13945
13946         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13947         Replace gnus-char-width with char-width.
13948
13949         * gnus-ems.el (gnus-char-width): Remove.
13950
13951         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13952         Replace gnus-char-width with char-width.
13953
13954         * gnus-ems.el (gnus-char-width): Remove.
13955
13956         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13957         definition.
13958         Remove Emacs 20 hash table compatibility code.
13959
13960         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13961         20 compatibility code.
13962
13963         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13964
13965         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13966
13967         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13968         with point-at-{eol,bol}.
13969
13970         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13971
13972         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13973
13974         * flow-fill.el (fill-flowed-point-at-bol)
13975         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13976
13977         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13978         Replace with point-at-{eol,bol} throughout all files.
13979
13980 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * ntlm.el (ntlm-string-as-unibyte): New macro.
13983         (ntlm-build-auth-response): Use it.
13984
13985         Remove Emacs 20 stuff:
13986         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13987         (butlast, mapc, remove): Remove the compiler macros.
13988         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13989         of delq and copy-sequence.
13990         * gnus-art.el (popup-menu): Remove the compiler macro.
13991         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13992         Emacs 20.
13993
13994 2004-01-05  Simon Josefsson  <jas@extundo.com>
13995
13996         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13997         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13998         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13999         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14000         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14001         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14002         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14003         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14004         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14005         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14006         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14007         string-xor into ntlm-string-xor.  Suggested by
14008         Jesper Harder <harder@myrealbox.com>.
14009
14010         * ntlm.el: Don't include poem.
14011
14012         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14013         Jesper Harder <harder@myrealbox.com>.
14014
14015         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14016
14017         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14018         probably breaks emacs with DL patch, but do we care? Is anyone
14019         still using the DL stuff?)
14020
14021         * sieve-manage.el: Use the password package.
14022         (sieve-manage-read-passwd): Remove.
14023         (sieve-manage-interactive-login): Use password.  Re-add
14024         condition-case around loop.
14025
14026         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14027         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14028         the password package.
14029
14030 2003-02-19  Simon Josefsson  <jas@extundo.com>
14031
14032         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14033         token.
14034
14035 2002-08-07  Simon Josefsson  <jas@extundo.com>
14036
14037         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14038         (sieve-manage-authenticators):
14039         (sieve-manage-authenticator-alist): Add some SASL mechs.
14040         (sieve-sasl-auth): New function.
14041         (sieve-manage-cram-md5-auth):
14042         (sieve-manage-plain-auth): Rewrite using SASL library.
14043         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14044         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14045         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14046         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14047
14048 2004-01-05  Simon Josefsson  <jas@extundo.com>
14049
14050         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14051         New files.
14052
14053 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14054
14055         * gnus-group.el (gnus-no-groups-message): Update.
14056
14057         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14058
14059 2003-11-09  Simon Josefsson  <jas@extundo.com>
14060
14061         * imap.el: Support for ID IMAP extension (RFC 2971).
14062         (imap-local-variables): Add imap-id.
14063         (imap-id): New variable.
14064         (imap-id): New function.
14065         (imap-parse-response): Parse untagged ID response.
14066         * nnimap.el (nnimap-id): New variable.
14067         (nnimap-open-connection): Use it.
14068
14069 2003-12-28  Simon Josefsson  <jas@extundo.com>
14070
14071         * gnus-score.el (gnus-score-edit-all-score): New.
14072         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14073
14074 2004-01-04  Simon Josefsson  <jas@extundo.com>
14075
14076         * password.el: Add.
14077
14078 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14079
14080         * dns.el (dns-query-types): Fix typo.
14081         (dns-query-types): New function
14082         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14083         PTR and SOA replies, see RFC 1035.
14084
14085 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14086
14087         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14088
14089         * Moved to Changelog.2.
14090
14091 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092
14093         * gnus.el (gnus-version-number): Bump version.
14094
14095 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14096
14097         * gnus.el: No Gnus v0.1 is released.
14098
14099 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14100
14101         * gnus.el: No Gnus v0.0 is released.
14102
14103 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104
14105         * gnus.el (gnus-version-number): Bump.
14106         (gnus-version): No.
14107
14108 See ChangeLog.2 for earlier changes.
14109
14110     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14111
14112   This file is part of GNU Emacs.
14113
14114   GNU Emacs is free software: you can redistribute it and/or modify
14115   it under the terms of the GNU General Public License as published by
14116   the Free Software Foundation, either version 3 of the License, or
14117   (at your option) any later version.
14118
14119   GNU Emacs is distributed in the hope that it will be useful,
14120   but WITHOUT ANY WARRANTY; without even the implied warranty of
14121   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14122   GNU General Public License for more details.
14123
14124   You should have received a copy of the GNU General Public License
14125   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14126
14127 ;; Local Variables:
14128 ;; coding: utf-8
14129 ;; fill-column: 79
14130 ;; add-log-time-zone-rule: t
14131 ;; End:
14132
14133 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4