(mm-coding-system-priorities): Allow the valu like "Japanese (UTF-8)" of
[gnus] / lisp / ChangeLog
1 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-util.el (mm-coding-system-priorities): Allow the valu like
4         "Japanese (UTF-8)" of current-language-environment.
5
6 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9         in the doc string.
10
11         * message.el (message-fix-before-sending): Amend comment.
12
13 2009-01-08  Dave Love  <fx@gnu.org>
14
15         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
16
17 2009-01-07  David Engster  <dengste@eml.cc>
18
19         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
20         simplified server definitions by converting it via
21         gnus-server-to-method.
22
23 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
26         parameter's operands.
27
28 2009-01-06  David Engster  <dengste@eml.cc>
29
30         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
31         primary select method (for gnus-group-mark-article-as-read).
32
33 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * mm-util.el (mm-ucs-to-char): New function.
36
37         * mm-url.el (mm-url-decode-entities): Use it.
38
39         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
40         unicode-to-char.
41
42 2009-01-05  Dave Love  <fx@gnu.org>
43
44         * time-date.el: Require cl for `declare'.
45
46 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
47
48         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
49         Dave Love.
50
51 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
52
53         * message.el (message-fix-before-sending): Add `eight-bit' to
54         illegible-text check.
55
56 2009-01-01  Dave Love  <fx@gnu.org>
57
58         * imap.el (imap-string-to-integer): Fix typo.
59         (imap-fetch-safe): New function.
60         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
61
62         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
63
64         * imap.el (imap-process-connection-type, imap-debug, imap-open):
65         (imap-parse-greeting): Fix doc strings.
66         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
67         (imap-parse-flag-list): Make messages unique.
68         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
69
70         * nnimap.el: Fix author email.
71         (nnimap-split-rule): Add FIXME comment.
72         (nnimap-debug): Fix doc string.
73
74 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
75
76         * dns.el (dns-set-servers): Check "Address".  Fix typo.
77
78 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
79
80         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
81         nslookup if resolv.conf isn't available.
82         (dns-query): Rename from query-dns.
83         (dns-query-cached): Rename from query-dns-cached.
84
85 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
88         overlay-arrow-position and overlay-arrow-string buffer-local; no need
89         to check if those variables exist (first appeared in Emacs 18.50).
90
91 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * mm-util.el (mm-line-number-at-pos): New function.
94
95         * spam-report.el (spam-report-process-queue): Use it.
96
97 2008-12-24  David Engster  <dengste@eml.cc>
98
99         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
100         parameters that haven't existed as variables as buffer-local variables.
101
102 2008-12-23  Dave Love  <fx@gnu.org>
103
104         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
105         cadar.
106
107         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
108         imap-starttls-p.
109         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
110
111 2008-12-22  Dave Love  <fx@gnu.org>
112
113         * imap.el: Fix author email.  Doc fixes.
114         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
115         reply.
116
117 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
118
119         * spam-report.el (spam-report-gmane-max-requests): New constant.
120         (spam-report-gmane-wait): New variable.
121         (spam-report-gmane-ham, spam-report-gmane-spam)
122         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
123         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
124         the server.
125
126         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
127         Add explanations.
128
129         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
130         nnheader-accept-process-output and nnheader-read-timeout if available.
131         (pop3-movemail): Use it.
132
133         * message.el (message-check-news-body-syntax): Fix signature check if
134         there's an attachment.
135
136 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * mm-util.el: Add comments to the mm- emulating functions.
139
140 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
141
142         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
143         by Stephen Berman <stephen.berman@gmx.net>.
144
145 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * mm-util.el (mm-substring-no-properties): New function.
148         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
149         (mm-special-display-p): Enable those lambda forms to be byte compiled.
150         (mm-string-to-multibyte): Doc fix.
151
152         * mml.el (mml-attach-file): Use mm-substring-no-properties.
153
154 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * mml.el (mml-attach-file): Strip text properties from file name.
157         (Bug#1574)
158
159 2008-12-16  Glenn Morris  <rgm@gnu.org>
160
161         * mm-util.el (mm-charset-override-alist): Declare for compiler.
162
163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
166         knows since the charset specified might be a bogus alias that
167         mm-charset-synonym-alist provides.
168
169 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
170
171         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
172         "ISO_8859-1".
173
174         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
175
176 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * mm-util.el (mm-charset-eval-alist):
179         Define it before mm-charset-to-coding-system.
180         (mm-charset-to-coding-system): Add optional argument `silent';
181         define it before mm-charset-override-alist.
182         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
183         default value if it can be used in Emacs currently running;
184         silence mm-charset-to-coding-system.
185
186 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
189         `allow-override' which says whether to use `mm-charset-override-alist'.
190         (rfc2047-decode-encoded-words): Use it.
191
192         * mm-util.el (mm-charset-override-alist): Fix custom type;
193         add `(gb2312 . gbk)' to choices.
194
195 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
198         fast.
199
200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
201
202         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
203
204 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
205
206         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
207         on links.
208
209         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
210
211 2008-12-03  Lute Kamstra  <lute@gnu.org>
212
213         * sha1.el: Remove leading * from docstrings of defcustoms,
214         deffaces, defconsts and defuns.
215
216 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * message.el (message-idna-to-ascii-rhs-1): Protect against local
219         users' addresses that don't have domain parts.
220         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
221         rather than message-narrow-to-head since there will be the message
222         header separator.
223
224 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
225
226         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
227         since the result is inserted in a unibyte buffer anyway.
228         (nnimap-demule-use-string-to-multibyte): Remove.
229         (nnimap-demule): Alias it to mm-string-to-multibyte.
230
231 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
234         variable for debugging bug#464 and bug#1174.
235         (nnimap-demule): Use it.
236
237 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
238
239         * gnus-score.el (gnus-score-find-trace): Handle default score in total
240         score calculation correctly.
241
242 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
243
244         * message.el (message-send-mail): Just set the buffer to unibyte
245         rather than use mm-with-unibyte-current-buffer which does a lot more.
246         (message-send-mail-partially): Don't bother with
247         mm-with-unibyte-current-buffer since it's already been made unibyte by
248         message-send-mail.
249
250 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
253
254 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
257
258 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
261         require itself and to remove `with-no-warnings'.
262
263 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * starttls.el (starttls-any-program-available): Get the name of the
266         available TLS layer program.
267         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
268         well as the host name in the "opening" message.
269
270         * auth-source.el (auth-source-cache, auth-source-do-cache)
271         (auth-source-user-or-password): Cache passwords and logins by default,
272         allow override with `auth-source-do-cache'.
273         (auth-source-forget-user-or-password): Allow users to remove cache
274         entries if needed.
275
276 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
277
278         * md4.el (md4-buffer): Fix typo in docstring.
279         (md4, md4-64): Doc fixes.
280         (md4-pack-int32): Reflow docstring.
281
282 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * ietf-drums.el (ietf-drums-remove-comments): Localize second
285         condition-case to only the forward-sexp call.
286
287 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
288
289         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
290         quotes contained.  Make it more robust regardless by an extra
291         condition-case wrapper.
292
293 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * lpath.el: No need to fbind codepage-setup for Emacs 23.
296
297 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * nnml.el (nnml-request-expire-articles): Check if the function set to
300         `nnmail-expiry-target' returns the symbol `delete'.
301
302         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
303
304         * nnmail.el (nnmail-expiry-target): Fix custom type.
305
306 2008-10-02  Glenn Morris  <rgm@gnu.org>
307
308         * mm-util.el (mm-codepage-setup): Tweak codepage error.
309         Silence compiler warning.
310
311 2008-10-01  Magnus Henoch  <mange@freemail.hu>
312
313         * tls.el (open-tls-stream): Show the actual command being
314         executed, instead of the format string.
315
316 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * lpath.el: Fbind codepage-setup for Emacs 23.
319
320 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
321
322         * mml.el (mml-menu): Don't assume mml2015 is bound.
323
324 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
327         exists.
328
329 2008-09-27  Glenn Morris  <rgm@gnu.org>
330
331         * gnus-util.el (mail-header-remove-comments): Autoload it.
332
333 2008-09-27  Andreas Schwab  <schwab@suse.de>
334
335         * gnus-util.el (gnus-split-references): Strip comments.
336         (gnus-parent-id): Likewise.
337
338 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
339
340         * message.el (message-confirm-send): Fix version.
341
342 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * message.el (message-idna-to-ascii-rhs-1): Use
345         mail-extract-address-components rather than mail-header-parse-addresses
346         that is an alias by default to ietf-drums-parse-addresses that does not
347         support non-ASCII names in headers' contents.
348
349 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * message.el (message-confirm-send): Fixed variable documentation to
352         avoid the "y/n" wording.
353
354 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
355
356         * message.el (message-set-auto-save-file-name): Save to a different
357         filename so multiple messages (especially drafts) can be recovered.
358
359 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
360
361         * message.el (message-confirm-send): Add appropriate version.
362
363 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
366         defvar.
367
368 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
369
370         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
371         (mm-pkcs7-enveloped-magic): Ditto.
372
373 2008-09-17  Simon Josefsson  <simon@josefsson.org>
374
375         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
376         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
377
378 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
381         default, it's better.
382
383 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
386         summary line gnus-number property and ignore them (with a warning
387         message).
388
389 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
392         macro caddr in the interactive form since it won't be expanded.
393
394 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
397         `charset'; fix name of function called recursively.
398         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
399
400 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
403         (gnus-mime-set-charset-parameters): New function.
404         (gnus-mime-view-part-as-charset): Use it to correctly display part
405         specifying wrong charset.
406
407 2008-09-08  David Engster  <dengste@eml.cc>
408
409         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
410         in completing-read for back end server.
411
412 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * message.el (message-confirm-send): New variable to confirm sending a
415         message.
416         (message-send): Use it.
417
418 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
419
420         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
421
422 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
425
426 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
429         prevent tracking too many groups.
430         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
431         Use it.
432
433 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
434
435         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
436         moving point to the bottom of the window in order to avoid recentering.
437
438 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
441
442         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
443         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
444         (gnus-article-beginning-of-window): Fix calculation.
445
446 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus-msg.el (gnus-summary-supersede-article)
449         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
450         value of gnus-newsgroup-charset to decode non-MIME encoded text in
451         message header.
452
453 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
454
455         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
456         pending output coming after the status change.
457
458 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
459
460         * message.el:
461         * gnus-start.el:
462         * gnus-registry.el: Remove VMS support.
463
464 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
467         macro.
468         (rfc2104-hash): Use it.
469
470 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
471
472         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
473         (gnus-summary-sort-by-most-recent-date): New commands.
474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
475         and menu entries.
476
477 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
480         don't redisplay article for raw contents; remove plural articles stuff.
481
482         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
483         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
484         on gnus-summary-save-article; display results properly.
485
486 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * lpath.el: No need to fbind ns-focus-frame.
489
490 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
493
494 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * gnus-art.el (gnus-summary-save-in-pipe): Consider
497         gnus-save-all-headers.
498
499 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
500
501         * gnus-util.el (ns-focus-frame): Remove declaration.
502         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
503         like x.
504
505 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
506
507         * rfc2104.el (rfc2104-zero): Delete defconst.
508         (rfc2104-hex-alist): Likewise.
509         (rfc2104-hex-to-int): Delete func.
510         (rfc2104-hexstring-to-bitstring): Likewise.
511         (rfc2104-nybbles): New defconst.
512         (rfc2104-hash): Rewrite for speed.
513
514 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * tls.el (open-tls-stream): Make it work with the 2nd argument
517         BUFFER that is a string but does not exist as a buffer object, as
518         mentioned in the doc-string.
519
520 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
523         SXEmacs.
524
525 2008-07-16  Glenn Morris  <rgm@gnu.org>
526
527         * gnus-util.el (ns-focus-frame): Declare for compiler.
528
529 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
532         set as a group parameter.
533         (gnus-summary-save-in-pipe): Work when it is called independently.
534         (gnus-summary-pipe-to-muttprint): Don't modify
535         gnus-summary-pipe-output-default-command.
536
537 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
538
539         * message.el (message-send-mail-with-sendmail):
540         Display the error message.
541
542 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-art.el (gnus-default-article-saver):
545         Add gnus-summary-save-in-pipe to choices.
546         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
547         gnus-summary-pipe-output-default-command as the default command.
548         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
549         instead of gnus-last-shell-command.
550
551         * gnus-sum.el (gnus-summary-pipe-output-default-command):
552         New user option.
553         (gnus-summary-muttprint-program): Mention the value will be changed.
554         (gnus-summary-save-article): Force showing of all headers.
555         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
556
557 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
558
559         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
560
561 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
562
563         * nnimap.el (nnimap-id):
564         * sieve-manage.el (sieve-manage-open): Doc fixes.
565
566 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
567
568         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
569         if available.
570
571 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
572
573         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
574
575         * nnkiboze.el (nnkiboze-generate-group):
576         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
577
578         * nnmairix.el: Require CL.
579
580 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * dgnushack.el: Autoload get-display-table and put-display-table for
583         XEmacs 21.5.
584
585         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
586         21.4 and SXEmacs.
587
588 2008-06-15  David Engster  <dengste@eml.cc>
589
590         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
591
592 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
593
594         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
595         New macros that expand to an `aset'/`aref' call under Emacs, and to a
596         runtime choice under XEmacs.
597
598         * gnus-sum.el (gnus-summary-set-display-table):
599         Use `gnus-put-display-table', `gnus-get-display-table',
600         `gnus-set-display-table' for the display table, instead of `aset'.
601
602         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
603         Use `gnus-put-display-table', `gnus-get-display-table',
604         `gnus-set-display-table' for the display table.
605
606 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
607
608         * nnmairix.el: Add autoloads.
609
610 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
611
612         * nnmairix.el (nnmairix-delete-recreate-group)
613         (nnmairix-update-and-clear-marks): Fix error messages.
614
615 2008-06-14  David Engster  <dengste@eml.cc>
616
617         * nnmairix.el: Upgrade to version 0.6.
618         (nnmairix-group-toggle-propmarks-this-group)
619         (nnmairix-group-toggle-readmarks-this-group)
620         (nnmairix-group-delete-recreate-this-group)
621         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
622         (nnmairix-remove-tick-mark-original-article): New commands.
623         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
624         (nnmairix-propagate-marks-to-nnmairix-groups)
625         (nnmairix-only-use-registry, nnmairix-allowfast-default)
626         (nnmairix-marks-cache, nnmairix-version-output): New variables.
627         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
628         functions needed for marks propagation and manipulation of read marks.
629         (nnmairix-update-groups): New function.
630         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
631         (nnmairix-determine-original-group-from-registry)
632         (nnmairix-determine-original-group-from-path)
633         (nnmairix-get-group-from-file-path, nnmairix-map-range)
634         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
635         New helper functions.
636         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
637         keystrokes for new commands.
638         (nnmairix-delete-and-create-on-change): Doc string cleanup.
639         (nnmairix-request-group): Check allow-fast group parameter.
640         (nnmairix-request-create-group): Set allow-fast group parameter if
641         nnmairix-allowfast-default is set.
642         (nnmairix-close-group): Propagate marks upon closing if needed.
643         (nnmairix-group-toggle-threads-this-group): Use new.
644         nnmairix-group-toggle-parameter helper function.
645         (nnmairix-search): Better check for empty search result.
646         (nnmairix-goto-original-article): Use new helper functions for
647         determining original article.
648         (nnmairix-show-original-article): Make sure message-id is in brackets.
649         (nnmairix-call-mairix-binary): Change variable name.
650         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
651         helper function.
652         (nnmairix-widget-toggle-activate): Fix doc string.
653
654 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * nnir.el: Require edmacro when compiling with XEmacs.
657         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
658         available in Emacs 21.
659
660 2008-06-11  Glenn Morris  <rgm@gnu.org>
661
662         * gnus-util.el (x-focus-frame):
663         * gnus.el (image-size):
664         * mm-decode.el (image-size): Declare.
665
666         * gnus-picon.el (declare-function): Add compat definition.
667         (image-size): Declare.
668
669         * gnus-group.el (tool-bar-map):
670         * gnus-sum.el (tool-bar-map): Define for compiler.
671
672         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
673
674         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
675
676         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
677         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
678         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
679         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
680         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
681         * sieve-manage.el, spam-report.el, spam.el:
682         Remove unnecessary eval-and-compile of autoloads.
683
684 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
685
686         * auth-source.el: Precise Tramp doc.
687
688 2008-06-07  Glenn Morris  <rgm@gnu.org>
689
690         * nnmairix.el: Remove unnecessary eval-when-compile.
691
692 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * lpath.el: Fbind propertize for XEmacs 21.4.
695
696 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
697
698         * nnir.el: Move here from ../contrib.
699
700 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
701
702         * gnus-util.el (gnus-read-shell-command): New function.
703         * mm-decode.el (mm-pipe-part):
704         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
705
706 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
709
710 2008-06-03  Glenn Morris  <rgm@gnu.org>
711
712        * pop3.el (nnheader-accept-process-output): Autoload it.
713
714 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
717         are not 2-digit hexadecimal characters that follow `%'s.
718
719 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
720
721         * message.el (message-bogus-recipient-p): Fix type in doc string.
722         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
723         (message-bogus-addresses): Rename from message-bogus-address-regexp.
724         Improve custom options.
725         (message-bogus-recipient-p): Adjust accordingly.
726
727 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
728
729         * parse-time.el (parse-time-months, parse-time-weekdays): Add
730         long-form month and day names.
731
732 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * dgnushack.el: Autoload debug, eudc-expand-inline and
735         pgg-snarf-keys-region for XEmacs.
736
737         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
738
739         * nnmairix.el: Require edmacro when compiling with XEmacs.
740
741 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
742
743         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
744         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
745
746 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * auth-source.el: Add more docs.
749
750         * netrc.el (netrc-machine): Always match if the port is not given.
751
752 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnheader.el (nnheader-read-timeout): Change the default timeout from
755         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
756         retrieval faster in some cases, but might make CPU usage larger.  If
757         this has any bad side effects, we might revert this change.
758
759         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
760         seems to make mail retrieval much, much faster.
761         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
762         unconditionally.
763
764         * gnus-draft.el (gnus-group-send-queue): Bind
765         message-send-mail-partially-limit to nil to avoid being prompted.
766
767 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * mml.el (mml-attach-buffer): Prompt for `disposition'.
770
771         * message.el (message-bogus-address-regexp): Fix and improve custom
772         type.
773         (message-setup-hook): Add message-check-recipients as custom option.
774
775 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
776
777         * message.el (message-cite-function): Remove bogus autoload which crept
778         in during merge from v5-10.
779
780 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
781
782         * nnimap.el (nnimap-open-connection): Fix login/password bug.
783
784         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
785
786         * auth-source.el: Preliminary Tramp docs.
787         (auth-sources): Change the default auth-sources to use
788         EPA .gpg files.
789
790 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
791
792         * nntp.el: Autoload `auth-source-user-or-password'.
793         (nntp-send-authinfo): Use it.
794
795         * nnimap.el: Autoload `auth-source-user-or-password'.
796         (nnimap-open-connection): Use it.
797
798         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
799         for the gnus-message function.
800         (auth-source-user-or-password): Use it.
801
802 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
803
804         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
805         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
806         (rfc2104-hash): Use it.
807
808 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
809
810         * gnus-art.el (gnus-article-toggle-truncate-lines):
811         Don't use `iff' in docstring.
812
813 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * gnus-registry.el: Adjusted copyright dates and added a keyword.
816
817         * gnus-util.el (gnus-extract-address-component-name)
818         (gnus-extract-address-component-email): Convenience functions around
819         `gnus-extract-address-components'.
820
821         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
822         Use `gnus-extract-address-component-email' to fix bug of comparing full
823         sender name to `user-mail-address'.
824
825 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
828         catch/throw to optimize.
829         (gnus-registry-find-keywords): Just use member to find a keyword.
830
831 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
834         is current before calling gnus-server-prepare.
835         (gnus-server-setup-buffer, gnus-server-update-server)
836         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
837
838 2008-05-04  Juri Linkov  <juri@jurta.org>
839
840         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
841         (mailcap-file-default-commands): Use mailcap-replace-in-string
842         instead of replace-regexp-in-string, and mailcap-delete-duplicates
843         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
844
845 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
846
847         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
848
849 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
850
851         * gnus.el: Bump version to 0.11
852
853 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
854
855         * gnus.el: No Gnus v0.10 is released.
856
857 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
860         hooks.
861         (gnus-update-read-articles): Speed up non-marks-using users.
862         (gnus-use-marks): Define gnus-use-marks.
863         (gnus-propagate-marks): Rename variable to something more sensible.
864
865 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
866
867         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
868         (gmm-image-load-path-for-library): Fix typos in docstrings.
869         (gmm-message): Reflow docstring.
870
871 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
872
873         * mail-source.el (mail-source-set-1, mail-source-bind):
874         Move auth-source code out of the macro to clean it up and fix bugs.
875
876 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
879         by sender if it's equal to user-mail-address, it's likely to be
880         useless.
881
882         * mail-source.el (mail-source-bind): Don't use user or password if they
883         are not bound.  Unintern them if they are nil.  Don't use server unless
884         it's bound, and default it to empty string otherwise.
885
886 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
887
888         * mail-source.el: Load auth-source.el.
889         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
890         get user name or password, if auth-sources is set up.
891
892         * gnus-registry.el (gnus-registry-split-strategy): New variable for
893         strategy of splitting with parent.
894         (gnus-registry-split-fancy-with-parent)
895         (gnus-registry-post-process-groups): Use it and fix prior
896         bug (returning a list as the split result).
897
898         * auth-source.el (auth-sources): Remove server parameter.
899         (auth-source-pick, auth-source-user-or-password)
900         (auth-source-user-or-password-imap)
901         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
902         (auth-source-user-or-password-sftp)
903         (auth-source-user-or-password-smtp): Remove server parameter.
904
905 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
906
907         * smime.el (smime-sign-region, smime-encrypt-region)
908         (smime-decrypt-region):
909         Remove redundant calls to `generate-new-buffer-name'.
910
911 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
912
913         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
914         Don't use QP for message/rfc822.
915         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
916
917 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
918
919         * sieve-manage.el (sieve-string-bytes): Remove.
920         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
921         correct byte-length only if the process's coding-system is the same as
922         the one used internally by Emacs to represent strings.
923
924 2008-04-22  Juri Linkov  <juri@jurta.org>
925
926         * mailcap.el (mailcap-file-default-commands): New function.
927
928 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
929
930         * message.el (message-signature-separator, message-cite-function):
931         Change custom version.
932
933 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
934
935         * tls.el (tls-program): Add -ign_eof argument to call the openssl
936         commands.
937         (tls-checktrust): Ditto.
938
939 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
940
941         * mm-decode.el (mm-display-external): Make temp file read-only.
942
943 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
944
945         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
946         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
947         `C-c C-f d'.
948
949 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
950
951         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
952
953 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
954
955         * gnus.el: Bump version to 0.9.
956
957 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
958
959         * gnus.el: No Gnus v0.8 is released.
960
961 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
962
963         * mail-source.el (mail-source-value):
964         Prefer fboundp to functionp so it works with macros as well.
965
966 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
969         Fix last change in case the element is not even a symbol.
970
971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
972
973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
974         Prefer fboundp to functionp so it works with macros as well.
975
976 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * auth-source.el: Added docs.
979         (auth-sources): Modify format to support server.
980         (auth-source-pick, auth-source-user-or-password)
981         (auth-source-user-or-password-imap)
982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
983         (auth-source-user-or-password-sftp)
984         (auth-source-user-or-password-smtp): Add server parameter.
985
986 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * gnus-registry.el: Initialize the registry when gnus-registry-install
989         is t.
990
991 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * compface.el (uncompface): Make buffer unibyte.
994
995 2008-04-05  Glenn Morris  <rgm@gnu.org>
996
997         * gnus-ems.el (mm-disable-multibyte): Autoload it.
998
999 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1000
1001         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1002         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1003
1004         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1005         multibyteness after rather than before erasing it.
1006
1007         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1008         mm-with-multibyte.
1009         (gnus-request-article-this-buffer): Make sure the proper decoding is
1010         used if gnus-original-article-buffer happens to be unibyte.
1011
1012         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1013         default-enable-multibyte-characters.
1014
1015         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1016         default-enable-multibyte-characters.
1017
1018         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1019
1020         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1021
1022 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1023
1024         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1025         (imap-message-copyuid-1): Use it.
1026         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1027         J. Williams in
1028         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1029
1030         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1031         imap-enable-exchange-bug-workaround.
1032         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1033
1034 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1035
1036         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1037         a 100 byte status-checks into a 2-3MB transfer for each group.
1038         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1039         to enable bug workaround or not.
1040         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1041
1042 2008-03-31  Glenn Morris  <rgm@gnu.org>
1043
1044         * message.el (mml2015-use): Declare for compiler.
1045         (message-info): Require mml2015 when appropriate.
1046
1047 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1050         whitespace.
1051
1052 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1053
1054         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1055         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1056         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1057         (nntp-service-to-port): New function.
1058         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1059         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1060         (nntp-open-netcat-stream): New function.
1061         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1062
1063 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1064
1065         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1066
1067 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1068
1069         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1070
1071 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1072
1073         * dns.el (dns-write): Use set-buffer-multibyte.
1074
1075 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1076
1077         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1078
1079 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * message.el (message-signature-separator): Change default.
1082         Improve custom type.
1083         (message-cite-function): Change default to
1084         message-cite-original-without-signature.
1085
1086         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1087         toggle.
1088
1089         * message.el (message-check-news-body-syntax): Fix signature check.
1090         (message-setup-1): Mark buffer as unmodified _after_ running
1091         message-setup-hook and handling message-alternative-emails.
1092         (message-shorten-references): Be more strict when building list of
1093         valid references to comply with GNKSA.
1094
1095         * gnus-group.el (gnus-read-ephemeral-bug-group)
1096         (gnus-read-ephemeral-debian-bug-group)
1097         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1098
1099         * message.el (message-info): Don't use booleanp which isn't supported
1100         in Emacs 21 and XEmacs.
1101
1102 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1103
1104         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1105         gnus-group-gmane-group-download-format.
1106         (gnus-group-read-ephemeral-gmane-group): Rename from
1107         gnus-group-read-ephemeral-gmane-group.
1108         (gnus-read-ephemeral-gmane-group-url): Rename from
1109         gnus-group-read-ephemeral-gmane-group-url.
1110         (gnus-bug-group-download-format-alist): New variable.
1111         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1112         (gnus-read-ephemeral-emacs-bug-group): New commands.
1113
1114 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1117         (gnus-visible-headers): Improve custom type.
1118
1119 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1120
1121         * mml.el (mml-menu): Add workarounds for XEmacs.
1122
1123         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1124         X-Boundary header.
1125
1126         * message.el (message-simplify-recipients): Fix previous commit.
1127
1128 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1129
1130         * mm-util.el (mm-set-buffer-multibyte): New function.
1131         * mm-decode.el (mm-copy-to-buffer): Use it.
1132
1133 2008-03-19  Glenn Morris  <rgm@gnu.org>
1134
1135         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1136         Accidentally removed in the sync process with Emacs.
1137
1138 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1139
1140         * message.el (message-alter-recipients-discard-bogus-full-name):
1141         New function.
1142         (message-alter-recipients-function): New variable.
1143         (message-get-reply-headers): Use it.
1144         (message-replace-header): New helper function.
1145         (message-recipients-without-full-name): New variable.
1146         (message-simplify-recipients): New command.
1147
1148         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1149
1150         * message.el (message-info): Handle EasyPG manual.
1151
1152         * mml.el (mml-menu): Add entry for EasyPG.
1153
1154 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1155
1156         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1157         parameter.
1158
1159         * message.el (message-disassociate-draft): Specify drafts group name
1160         fully.
1161
1162 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1165         unnecessary duplicates from the match list.
1166
1167 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1170
1171         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1172
1173         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1174         args of `how-many' of which the XEmacs version doesn't take; declare
1175         Info-index-next as function.
1176
1177 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1178
1179         * gnus-score.el (gnus-score-headers): Fix handling of
1180         gnus-inhibit-slow-scoring.
1181
1182         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1183         string.
1184         (gnus-button-url-regexp): Improve handling of parenthesis.
1185         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1186         (gnus-button-handle-info-keystrokes): Handle index entries.
1187
1188 2008-03-15  Glenn Morris  <rgm@gnu.org>
1189
1190         * parse-time.el (parse-time-string): Simplify.
1191
1192 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1195         Incoming* files.
1196
1197 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1200         (auth-source-pick): Use it.
1201
1202 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1203
1204         * binhex.el (binhex-decode-region-internal):
1205         * uudecode.el (uudecode-decode-region-internal):
1206         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1207         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1208         setting default-enable-multibyte-characters.
1209
1210 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * auth-source.el (auth-source-protocols)
1213         (auth-source-protocols-customize, auth-source-choices): Added and
1214         modified variable customizations and defaults.
1215         (auth-source-pick, auth-source-user-or-password)
1216         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1218         (auth-source-user-or-password-sftp)
1219         (auth-source-user-or-password-smtp): Use new variables and provide an
1220         interface to netrc.el.
1221
1222 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1225         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1226         Make sure the nntp port to specify is a string.
1227
1228 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1229
1230         * nntp.el: Use with-current-buffer.
1231         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1232         dubious mm-with-unibyte-current-buffer.
1233         (nntp-with-open-group-function): New function extracted from
1234         nntp-with-open-group macro.
1235         (nntp-with-open-group): Use the function, so it's easier to debug.
1236         Add indentation and debugging info.
1237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1238         the use of the netcat alternatives.
1239
1240         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1241         Avoid mm-string-as-multibyte as well.
1242
1243         * nnweb.el (nnweb-insert-html):
1244         Remove use of nnheader-string-as-multibyte.
1245
1246         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1247         (nnheader-string-as-multibyte): Remove.
1248
1249         * mm-view.el: Use inhibit-read-only.
1250         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1251         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1252         or unibyte-string.
1253
1254         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1255         (mm-uu-yenc-extract): Use with-current-buffer.
1256
1257         * gnus-soup.el (gnus-soup-send-packet): Don't use
1258         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1259
1260         * nnmh.el: Use with-current-buffer.
1261         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1262         mm-string-as-multibyte on the output of mm-encode-coding-string.
1263
1264         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1265         (nnimap-request-move-article): Use with-current-buffer.
1266
1267         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1268         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1269         conversion uses string-make-unibyte rather than string-as-unibyte.
1270
1271         * gnus-msg.el: Use with-current-buffer.
1272
1273         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1274
1275 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1276
1277         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1278         string for caching if it is 'PIN.
1279
1280 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * lpath.el: Consider the case without Emacs/W3.
1283
1284 2008-03-08  Glenn Morris  <rgm@gnu.org>
1285
1286         * time-date.el (date-to-time, time-subtract, time-add)
1287         (safe-date-to-time): Doc fixes.
1288
1289 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * mail-source.el (mail-source-delete-old-incoming-confirm):
1292         Change default to nil.
1293         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1294
1295 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * lpath.el: Rearrange.
1298
1299         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1300         (gnus-article-goto-prev-page): Work for articles having ^L's.
1301
1302         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1303
1304         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1305
1306 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1307
1308         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1309         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1310         (gnus-bookmark-jump): Adjust some variable names.
1311
1312 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * auth-source.el: New package.
1315         (auth-source-choices): Add customization entry point variable.
1316
1317         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1318         bug.
1319
1320 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1323         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1324         (gnus-registry-install-shortcuts): Rename from
1325         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1326         the `gnus-registry-mark-map' keymap dynamically from
1327         `gnus-registry-marks'.  The generated functions update the summary line
1328         when a registry mark is added or deleted, and will call
1329         `gnus-registry-install-p' (see the comments in the code).
1330         (gnus-registry-user-format-function-M): Use concat intelligently.
1331
1332         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1333         the registry mark functions.
1334
1335 2008-03-05  Glenn Morris  <rgm@gnu.org>
1336
1337         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1338         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1339         gnus-art.
1340         (top-level): No need to load own source when compiling.
1341
1342 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1343
1344         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1345         Suggested by <chris.anderton@zetnet.co.uk>.
1346
1347 2008-03-04  Glenn Morris  <rgm@gnu.org>
1348
1349         * gnus-sum.el (top-level): No need to require gnus when compiling,
1350         since unconditionally required near start of file.
1351         (gnus-summary-display-while-building): Move definition before use.
1352
1353 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1354
1355         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1356         formatting function.
1357
1358 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1359
1360         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1361         with plists.
1362         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1363         Use new format.
1364
1365 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1368         `where-is-internal' that returns a range of key sequences.
1369
1370 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1371
1372         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1373
1374         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1375         (gnus-summary-jump-to-group): Consider windows on other displayed
1376         frames as well.  Similar changes might be needed elsewhere, but that's
1377         the one I've bumped into during my use.
1378
1379         * nndoc.el (nndoc-oe-dbx-type-p):
1380         * gnus-msg.el (gnus-debug):
1381         * gnus-group.el (gnus-update-group-mark-positions):
1382         Use mm-string-to-multibyte.
1383
1384 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1385
1386         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1387         doesn't handle NotDashEscaped.
1388
1389         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1390         (mml-dnd-attach-options): Fix typo in custom choice.
1391
1392         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1393         nndoc-article-type to mbox.
1394         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1395
1396         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1397         to nil, instead of html2text.
1398
1399         * imap.el (imap-debug): Add `imap-ping-server'.
1400
1401         * gnus-bookmark.el: Add FIXMEs.
1402
1403         * message.el (message-form-letter-separator)
1404         (message-send-form-letter-delay): New variables.
1405         (message-send-form-letter): Use them.  New command to send form
1406         letters.  Requested by Uwe Siart.
1407         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1408
1409 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * Update copyright years.
1412
1413 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1414
1415         Sync from EMACS_22_BASE.
1416
1417         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1418
1419 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1420
1421         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1422         empty author.
1423
1424 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * gnus-registry.el (gnus-registry-marks): Add variable for
1427         customization of marks and their appearance.
1428         (gnus-registry-read-mark): Use it.
1429         (gnus-registry-do-marks): Add utility function to loop through
1430         `gnus-registry-marks'.
1431         (gnus-registry-install-shortcuts-and-menus): Add function to install
1432         shortcuts and menus.
1433         (gnus-registry-initialize): Use it.
1434         (gnus-registry-default-mark): Clarify documentation.
1435
1436 2008-02-29  Glenn Morris  <rgm@gnu.org>
1437
1438         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1439         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1440         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1441         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1442         Change defcustom :version from 23.0 to 23.1.
1443
1444 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * gnus-registry.el (gnus-registry-follow-group-p)
1447         (gnus-registry-post-process-groups): Add functions to aid registry
1448         splitting and improve logging.  Clarify behavior in function
1449         documentation.
1450         (gnus-registry-split-fancy-with-parent): Use them.
1451
1452 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1453
1454         * gnus-art.el: Use with-current-buffer.
1455
1456 2008-02-27  David Engster  <dengste@eml.cc>
1457
1458         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1459         Express real group name in the response.
1460
1461 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1464         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1465         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1466         autoload gnus-registry-fetch-group when compiling.
1467         (nnmairix-request-group-with-article-number-correction): Remove
1468         unreferenced argument passed to nnmairix-call-backend.
1469
1470 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1471
1472         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1473         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1474         Wilde.
1475
1476 2008-02-27  Glenn Morris  <rgm@gnu.org>
1477
1478         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1479         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1480         variables to defconsts.  Convert comments to doc-strings.
1481         (nnmairix-last-server, nnmairix-current-server): Convert from free
1482         variables to defvars.  Convert comments to doc-strings.
1483         (gnus-registry-fetch-group): Autoload.
1484         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1485         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1486         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1487         caddr.
1488         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1489         nnmairix-request-group-with-article-number-correction call.
1490         (nnmairix-fast, nnmairix-group): New, less general names, for free
1491         variables passed from nnmairix-request-group to
1492         nnmairix-request-group-with-article-number-correction.  Declare.
1493         (nnmairix-request-group-with-article-number-correction):
1494         Use nnmairix-fast, nnmairix-group rather than fast, group.
1495
1496 2008-02-26  David Engster  <dengste@eml.cc>
1497
1498         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1499         version 0.5.
1500
1501 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1504         instead of making an extra function call.  Don't add the current group
1505         to articles only when they have the group.  Use
1506         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1507         Reported by David <de_bb@arcor.de>.
1508
1509 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1512         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1513
1514 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1515
1516         * mail-source.el (mail-source-delete-incoming): Change default.
1517         Supplement doc string.
1518
1519         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1520
1521 2008-02-14  Glenn Morris  <rgm@gnu.org>
1522
1523         * time-date.el (format-seconds): New function.
1524
1525 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1526
1527         * nnmail.el (nnmail-message-id-cache-file): Derive from
1528         `gnus-home-directory'.
1529
1530 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1533         Document negative prefix.
1534
1535         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1536
1537 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * message.el (message-unsent-separator): Add the Exim bounce
1540         separator.
1541
1542 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1543
1544         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1545         list.
1546         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1547         recipient/signer list.
1548
1549 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * Makefile.in (datarootdir): Define.
1552         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1553         name that might contain whitespace.
1554
1555 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1558         fbound (Emacs 23 unicode), signal an error.
1559
1560 2008-02-08  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1563
1564 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1565
1566         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1567         ports to the calls to `netrc-machine-user-or-password' in addition to
1568         "imap" and "imaps".
1569
1570 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1571
1572         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1573
1574         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1575
1576 2008-02-01  Kenichi Handa  <handa@m17n.org>
1577
1578         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1579         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1580         (rfc2104-hash): Convert the result of concat to unibyte string.
1581
1582 2008-02-01  Dave Love  <fx@gnu.org>
1583
1584         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1585         coding-system-for-read.
1586         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1587
1588 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1589
1590         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1591         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1592         <hanche@math.ntnu.no>.
1593
1594 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1597
1598         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1599
1600 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1601
1602         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1603         * message.el (message-beginning-of-line): Use featurep instead of bound
1604         tests in order to resolve conditionals at compile time.
1605
1606 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1607
1608         * mail-source.el (mail-sources): Add `group' choice.
1609
1610         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1611         parameter `in-group' to control into which group the articles go.
1612         Add treatment of `group' mail-source.
1613
1614 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1617
1618         * mm-decode.el (mm-dissect-buffer): Decode description.
1619
1620         * mml.el (mml-to-mime): Encode message header first.
1621
1622 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1625         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1626
1627         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1628         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1629
1630 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1633
1634 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1637         prefix keys.
1638         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1639         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1640         gnus-xmas.el.
1641
1642         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1643         (gnus-xmas-article-describe-bindings): New function.
1644         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1645         gnus-xmas-article-describe-bindings.
1646
1647         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1648
1649 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1652         Add new variables for article mark management.
1653         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1654         list of extra data entries which, when present, will indicate that the
1655         article ID should not be trimmed from the registry.
1656         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1657         functions.
1658         (gnus-registry-read-mark): New function to read a mark name from the
1659         user.
1660         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1661         (gnus-registry-set-article-mark-internal): New functions to add and
1662         remove marks.
1663         (gnus-registry-get-article-marks): New function to show the marks for
1664         an article, or retrieve them for further use.
1665
1666 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1669         keys when no argument is given.
1670
1671 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * imap.el (imap-ping-server): New variable.
1674         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1675         (imap-ping-server): Minor doc string fixes.
1676
1677 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1678
1679         * imap.el (imap-ping-server): New function.
1680         (imap-opened): Call imap-ping-server.
1681
1682 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1683
1684         * gnus-sum.el (gnus-article-sort-by-random)
1685         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1686         jidanni@jidanni.org.
1687
1688 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-art.el (gnus-article-describe-bindings): New function.
1691         (gnus-article-read-summary-keys): Use it.
1692         (gnus-article-mode-map): Bind `C-h b' to it.
1693
1694 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1697         XEmacs.
1698         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1699         against non-character events.
1700
1701         * lpath.el: Fbind map-keymap for Emacs 21.
1702
1703 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1704
1705         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1706         command.
1707         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1708         instead of END.  Change name of the temp file.
1709         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1710         customizable.
1711
1712 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1715         bind `S W' to gnus-article-wide-reply-with-original; set default
1716         binding to gnus-article-read-summary-send-keys.
1717         (gnus-article-read-summary-keys): Fix the order of keys; display
1718         continuation keys correctly in the echo area; describe bindings
1719         correctly when keys end with `C-h'.
1720         (gnus-article-read-summary-send-keys): New function.
1721         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1722         for gnus-article-read-summary-send-keys; display continuation keys
1723         correctly in the echo area.
1724         (gnus-article-reply-with-original): Ignore prefix argument.
1725         (gnus-article-wide-reply-with-original): New function.
1726
1727         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1728         Emacs 21.
1729
1730 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1733         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1734
1735 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1736
1737         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1738         (gnus-group-read-ephemeral-gmane-group): New command.
1739
1740 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1741
1742         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1743
1744 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1745
1746         * message.el (message-send-mail-function): Increase custom version.
1747
1748         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1749         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1750
1751 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1754         for the cases where imap-authenticate is called with a nil buffer
1755         parameter.
1756
1757 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1760         html parts correctly; support forwarded messages.
1761         (gnus-article-browse-html-article): Remove work buffers.
1762
1763         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1764         compiling.
1765         (netrc-bound-and-true-p): New macro.
1766         (netrc-parse): Use it instead of bound-and-true-p that is not available
1767         in XEmacs 21.4.
1768
1769 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1770
1771         * gnus-registry.el (gnus-registry-mark-article)
1772         (gnus-registry-article-marks): Add functionality to mark articles
1773         through the Gnus registry.
1774
1775         * encrypt.el: Clarify documentation for the new pgg method.
1776         (encrypt-file-alist): Add PGG option.
1777         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1778         functionality.  Abstract password key and messaging to external
1779         functions.
1780         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1781         (encrypt-message-method-and-cipher): Add new convenience external
1782         functions.
1783         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1784         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1785
1786         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1787         (netrc-parse): Use encrypt-file-alist to determine if
1788         encrypt-find-model or encrypt-insert-file-contents should be used.
1789
1790         * encrypt.el: Clarify documentation.  Load password-cache or
1791         password, whichever one is found first, instead of autoloading.
1792
1793 2007-12-19  Glenn Morris  <rgm@gnu.org>
1794
1795         * mml.el (message-options-set, message-narrow-to-head)
1796         (message-in-body-p, message-mail-p, message-encode-message-body):
1797         Autoload.
1798         (message-remove-header, message-narrow-to-headers-or-head)
1799         (message-subscribed-p, message-make-mail-followup-to)
1800         (message-position-on-field, message-news-p)
1801         (message-options-set-recipient, message-generate-headers)
1802         (message-sort-headers): Declare as functions.
1803
1804 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1807         convention in doc string.
1808
1809 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1812         title to html parts.
1813         (gnus-article-browse-html-article): Pass message header to it.
1814
1815         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1816
1817 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1818
1819         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1820         or password compatible with XEmacs.
1821
1822 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1823
1824         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1825         format document.
1826         (gnus-mime-delete-part): Don't write description line if empty.
1827         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1828
1829 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1830
1831         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1832         (gnus-summary-mark-read-and-unread-as-read)
1833         (gnus-summary-mark-current-read-and-unread-as-read)
1834         (gnus-summary-mark-unread-as-ticked): Doc fix.
1835         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1836
1837 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1840         Christoph Conrad <christoph.conrad@gmx.de>.
1841
1842 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1843
1844         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1845         yes-or-no-p.
1846
1847 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * mm-decode.el (mm-add-meta-html-tag): New function.
1850         (mm-save-part-to-file, mm-pipe-part): Use it.
1851
1852         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1853         gnus-y-or-n-p instead of y-or-n-p.
1854         (gnus-article-browse-html-parts): Work with message/external-body; use
1855         mm-add-meta-html-tag.
1856
1857 2007-12-11  Glenn Morris  <rgm@gnu.org>
1858
1859         * gnus-cache.el: Require gnus-sum not just when compiling.
1860
1861         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1862
1863         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1864         definitions before use.
1865
1866         * mm-decode.el: Require gnus-util.
1867         (mm-remove-part): Only call delete-annotation on XEmacs.
1868
1869         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1870
1871         * nnmail.el: Require gnus-int.
1872
1873         * spam.el: Move `require's before `eval-when-compile's.
1874
1875         * gnus-ems.el (gnus-alive-p):
1876         * gnus-fun.el (message-goto-eoh):
1877         * gnus-util.el (gnus-group-name-decode):
1878         * mail-source.el (gnus-compress-sequence):
1879         * message.el (Info-goto-node, format-spec):
1880         * mm-bodies.el (message-options-get):
1881         * mm-decode.el (mm-view-pkcs7):
1882         * mm-util.el (gmm-write-region):
1883         * mml-smime.el (mml-compute-boundary)
1884         (gnus-completing-read-with-default):
1885         * mml.el (widget-button-press, gnus-make-hashtable):
1886         * mml1991.el (mm-decode-content-transfer-encoding)
1887         (mm-encode-content-transfer-encoding)
1888         (message-options-get, message-options-set):
1889         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1890         * nnfolder.el (gnus-request-group):
1891         * nnheader.el (ietf-drums-unfold-fws):
1892         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1893         * smime.el (gnus-run-mode-hooks):
1894         * spam-stat.el (gnus-message): Autoload.
1895
1896         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1897         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1898         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1899         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1900         Add declare-function compatibility definition.
1901
1902         * gnus-cache.el (nnvirtual-find-group-art):
1903         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1904         (gnus-add-image, gnus-add-wash-type):
1905         * gnus-group.el (nnkiboze-score-file):
1906         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1907         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1908         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1909         (message-tokenize-header, gnus-get-buffer-create)
1910         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1911         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1912         * gnus.el (gnus-group-decoded-name):
1913         * mail-source.el (imap-capability):
1914         * mm-bodies.el (message-options-set):
1915         * mm-decode.el (gnus-configure-windows):
1916         * mm-extern.el (message-goto-body):
1917         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1918         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1919         (epg-sub-key-validity, message-options-set):
1920         * mml.el (widget-event-point, gnus-configure-windows):
1921         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1922         * mml2015.el (epg-check-configuration, epg-configuration)
1923         (message-options-set):
1924         * nndb.el (nndb-request-article):
1925         * nnfolder.el (gnus-request-create-group):
1926         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1927         * nnmaildir.el (gnus-group-mark-article-read):
1928         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1929         * rfc1843.el (message-fetch-field):
1930         * spam.el (gnus-extract-address-components):
1931         Declare as functions.
1932
1933 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1936
1937         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1938
1939         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1940         bind show-trailing-whitespace for XEmacs.
1941
1942 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1943
1944         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1945         new no-op macro for backward compatibility.
1946
1947         * imap.el (imap-string-to-integer): New function.
1948
1949 2007-12-09  Glenn Morris  <rgm@gnu.org>
1950
1951         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1952
1953         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1954         * message.el, mm-view.el, sieve-manage.el, smime.el:
1955         Add declare-function compatibility definition.
1956
1957         * gnus-art.el (w3-region, w3m-region, Info-menu):
1958         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1959         * gnus-sum.el (gnus-get-predicate):
1960         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1961         * message.el (mail-abbrev-in-expansion-header-p):
1962         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1963         (w3m-detect-meta-charset, w3m-region):
1964         * sieve-manage.el (password-read, password-cache-add)
1965         (password-cache-remove):
1966         * smime.el (password-read-and-add): Declare as functions.
1967
1968 2007-12-08  David Kastrup  <dak@gnu.org>
1969
1970         * gnus-sum.el (gnus-summary-simplify-subject-query):
1971         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1972         `message'.
1973
1974 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1977         it to bind idna-program, installation-directory, defined-colors, and
1978         face-attribute for XEmacs of the version that compiles defcustom forms.
1979
1980 2007-12-07  Glenn Morris  <rgm@gnu.org>
1981
1982         * gnus-art.el (article-make-date-line): Revert previous change.
1983
1984 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1987
1988 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1989
1990         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1991         Call gnus-add-to-range ranges only once with a prepared article-list.
1992
1993 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1994
1995         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1996         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1997         group names with backslashes.  Reported by Tassilo Horn
1998         <tassilo@member.fsf.org>.
1999
2000 2007-12-06  Deepak Goel  <deego3@gmail.com>
2001
2002         * gnus-art.el (article-make-date-line):
2003         * gnus-start.el (gnus-load):
2004         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2005
2006 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-art.el (gnus-use-idna)
2009         * gnus-start.el (gnus-site-init-file)
2010         * message.el (message-use-idna)
2011         * mm-uu.el (mm-uu-hide-markers)
2012         * smiley.el (smiley-style): Revert changes that suppress warnings.
2013
2014 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2017         specify charset to html source.  Reported by Christoph Conrad
2018         <christoph.conrad@gmx.de>.
2019
2020 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2023         idna-program in order to suppress byte compile warning issued by XEmacs
2024         that came to byte compile the default value section of defcustom forms
2025         recently.
2026
2027         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2028         value of installation-directory.
2029
2030         * message.el (message-use-idna): Don't directly refer to the value of
2031         idna-program.
2032
2033         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2034
2035         * smiley.el (smiley-style): Don't directly call face-attribute.
2036
2037 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2038
2039         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2040
2041         * gnus-dired.el: Reduce Gnus dependencies.
2042         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2043         require.  Use autoloads instead.
2044         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2045         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2046         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2047         (gnus-dired-mode): Adjust doc string.
2048         (gnus-dired-mail-mode): New variable.
2049         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2050         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2051         (gnus-dired-mail-buffers): New function.  Return mail or message
2052         composition buffers.
2053         (gnus-dired-attach): Use it.
2054         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2055         NO-DECODE.
2056         (gnus-dired-print): Use `gnus-print-buffer' depending on
2057         `gnus-dired-mail-mode'.
2058
2059 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * rfc2047.el (rfc2047-encoded-word-regexp)
2062         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2063         explaining what regexp patterns are for.
2064
2065 2007-12-04  Glenn Morris  <rgm@gnu.org>
2066
2067         * password.el: Move to password-cache.el.
2068
2069         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2070         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2071         * mml-smime.el (password-read, password-cache-add)
2072         (password-cache-remove):
2073         No need to autoload, since mml-sec requires password.
2074
2075         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2076         * message.el (gnus-extract-address-components):
2077         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2078
2079         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2080         password.
2081
2082 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2083
2084         * mailcap.el: Reduce dependencies.
2085         (mail-header-parse-content-type): Autoload.
2086         (mailcap-delete-duplicates): New alias.
2087         (mailcap-mime-info): Add optional argument NO-DECODE.
2088         (mailcap-mime-types): Use mailcap-delete-duplicates.
2089
2090         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2091
2092 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2093
2094         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2095         (imap-parse-status): Upcase status-att for servers that sends them
2096         lower-case (e.g., MS Exchange 2007).
2097
2098 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2101         function.
2102
2103         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2104         (gnus-uu-yenc-article): New function.
2105
2106         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2107
2108         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2109         buffer.
2110
2111 2007-12-02  Glenn Morris  <rgm@gnu.org>
2112
2113         * binhex.el (binhex): New custom group.
2114         (binhex-decoder-program, binhex-decoder-switches)
2115         (binhex-use-external): Move to the binhex custom group.
2116
2117         * uudecode.el (uudecode): New custom group.
2118         (uudecode-decoder-program, uudecode-decoder-switches)
2119         (uudecode-use-external): Move to the uudecode custom group.
2120
2121         * netrc.el (top-level): Don't load `encrypt' features.
2122         (netrc-parse): Don't use encrypt.
2123         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2124
2125         * encrypt.el: Remove file.
2126
2127 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2130         matches on patches.
2131
2132         * gnus-art.el (gnus-article-browse-html-article): Mention
2133         `mm-text-html-renderer' in the doc string.
2134
2135         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2136         string.  Add comments.
2137
2138         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2139         if rhs is ASCII.
2140
2141 2007-12-01  Glenn Morris  <rgm@gnu.org>
2142
2143         * mail-source.el (top-level): Require format-spec before
2144         eval-when-compile.
2145
2146 2007-11-30  Glenn Morris  <rgm@gnu.org>
2147
2148         * encrypt.el: Require password, rather than autoloading password-read.
2149
2150 2007-11-29  Glenn Morris  <rgm@gnu.org>
2151
2152         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2153         (sasl-make-client, sasl-next-step, sasl-step-data)
2154         (sasl-step-set-data): Declare as functions.
2155
2156 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2157
2158         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2159
2160 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2161
2162         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2163         certs should be verified and what is to be done in the event of a
2164         verification failure.
2165
2166         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2167         caller can indicate whether the cache should be disregarded for this
2168         call.  This way the result of the call is reproducible at all times and
2169         can be considered a canonical server name for the supplied method.
2170         (gnus-agent-method-p): Canonicalize server names by pushing their
2171         method through `gnus-method-to-server' using the no-cache argument.
2172
2173         * gnus-srvr.el (gnus-server-insert-server-line): Call
2174         `gnus-method-to-server' with `no-cache' argument.
2175
2176         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2177         gnus-agent-possibly-synchronize-flags as this should be called when the
2178         server is actually being opened.
2179         (gnus-agent-possibly-synchronize-flags)
2180         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2181         flags file of an agentized server to the latter function.
2182
2183         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2184         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2185         after a connection has been established successfully.
2186
2187 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-art.el (article-display-face): Force to display face if called
2190         interactively; check if gnus-article-x-face-too-ugly matches author.
2191         (article-display-x-face): Display face even if From header is missing
2192         as article-display-face does.
2193
2194 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2195
2196         * hashcash.el (message-narrow-to-headers-or-head)
2197         (message-fetch-field, message-goto-eoh)
2198         (message-narrow-to-headers): Declare as functions.
2199
2200 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2201
2202         * mail-source.el (mail-sources): Default to fetch from file for
2203         compatibility with default of nnmail-spool-file.
2204
2205 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2208         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2209         to look for encoded word that should be encoded again.
2210         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2211         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2212         encoding pattern.
2213         (rfc2047-decode-region): Switch strict regexp and loose one according
2214         to rfc2047-allow-irregular-q-encoded-words.
2215
2216 2007-11-25  Romain Francoise  <romain@orebokech.com>
2217
2218         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2219
2220 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2221
2222         * tls.el (tls-program): Provide more custom choices from
2223         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2224         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2225
2226 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2229         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2230
2231         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2232         `nnmail-spool-file'.
2233
2234         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2235         `nnmail-spool-file'.
2236
2237         * gnus-move.el (gnus-change-server): Ditto.
2238
2239         * gnus-kill.el (gnus-batch-score): Ditto.
2240
2241         * gnus-cache.el (gnus-jog-cache): Ditto.
2242
2243         * gnus-msg.el (gnus-summary-reply):
2244         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2245
2246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2249         version.  Minor improvement to doc strings.
2250         (tls-program): Add comment.
2251
2252 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2253
2254         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2255         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2256         mismatch between the hostname provided in the certificate and the name
2257         of the host connnecting to.
2258         (open-tls-stream): Use them.  Check certificates against trusted root
2259         certificates.
2260
2261 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * gnus-cache.el (gnus-cache-generate-nov-databases):
2264         Use nnml-generate-nov-databases-directory instead of
2265         nnml-generate-nov-databases-1.
2266
2267 2007-11-24  Glenn Morris  <rgm@gnu.org>
2268
2269         * message.el (message-tool-bar-retro): Update for rename
2270         mail_send.xpm->mail-send.xpm.
2271
2272 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2273
2274         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2275         `smime-ldap-search' for Emacs 22 and up.
2276
2277 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2278
2279         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2280
2281         * message.el (message-send-mail-function): Fix error convention.
2282         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2283         (message-widen-reply, message-send-mail, message-talkative-question)
2284         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2285         (message-clone-locals, message-send-news): Use with-current-buffer.
2286         (message-insert-or-toggle-importance): Remove unused var `valid'.
2287         (message-make-references): Remove unused var `new-references'.
2288         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2289
2290 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2291
2292         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2293         (spam-split-symbolic-return-positive): Reflow docstring.
2294         (spam-backends, spam-summary-exit-behavior)
2295         (spam-mark-ham-unread-before-move-from-spam-group)
2296         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2297         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2298         (spam-clear-cache, spam-backend-check, spam-install-backend)
2299         (spam-install-statistical-backend, spam-list-of-processors)
2300         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2301         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2302         (spam-check-crm114, spam-initialize, spam-unload-hook):
2303         Fix typos in docstrings.
2304
2305 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2308         been checked if they have never been read and those group levels are
2309         higher than the one that a user specified.
2310
2311 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2314         foreign groups unless a group level is specified by a user.
2315         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2316
2317 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2318
2319         * message.el (message-send-mail-function): Require sendmail.
2320
2321 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * message.el (message-send-mail-function): Check for smtpmail too.
2324
2325         * utf7.el (utf7-encode, utf7-decode): Use coding system
2326         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2327
2328         * message.el (message-send-mail-function): New function.
2329         (message-send-mail-function): Set default using
2330         message-send-mail-function.  Adjust doc string.
2331         (message-send-mail-with-mailclient): New function.
2332
2333 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2334
2335         * smime.el (from):
2336         * rfc2047.el (message-posting-charset):
2337         * qp.el (mm-use-ultra-safe-encoding):
2338         * pop3.el (parse-time-months):
2339         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2340         * nnml.el (files):
2341         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2342         (jka-compr-compression-info-list, ange-ftp-path-format)
2343         (efs-path-regexp):
2344         * nndiary.el (files):
2345         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2346         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2347         (epg-digest-algorithm-alist, inhibit-redisplay)
2348         (password-cache-expiry):
2349         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2350         (pgg-output-buffer, password-cache-expiry):
2351         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2352         (efs-path-regexp):
2353         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2354         (inhibit-redisplay):
2355         * mm-uu.el (file-name, start-point, end-point, entry)
2356         (gnus-newsgroup-name, gnus-newsgroup-charset):
2357         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2358         (latin-unity-ucs-list):
2359         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2360         (mm-uu-binhex-decode-function):
2361         * message.el (gnus-message-group-art, gnus-list-identifiers)
2362         (rmail-enable-mime-composing, gnus-local-organization)
2363         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2364         (gnus-read-active-file, facemenu-add-face-function)
2365         (facemenu-remove-face-function, gnus-article-decoded-p)
2366         (tool-bar-mode):
2367         * mail-source.el (display-time-mail-function):
2368         * gnus-util.el (nnmail-pathname-coding-system)
2369         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2370         (gnus-original-article-buffer, gnus-user-agent)
2371         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2372         (xemacs-codename, sxemacs-codename, emacs-program-version):
2373         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2374         * gnus-start.el (gnus-agent-covered-methods)
2375         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2376         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2377         (gnus-newsgroup-headers, gnus-group-list-mode)
2378         (gnus-group-mark-positions, gnus-newsgroup-data)
2379         (gnus-newsgroup-unreads, nnoo-state-alist)
2380         (gnus-current-select-method, mail-sources)
2381         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2382         (nnmail-spool-file, gnus-cache-active-hashtb):
2383         * gnus-mh.el (mh-lib-progs):
2384         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2385         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2386         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2387         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2388         (gnus-group-buffer):
2389         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2390         (font-lock-set-defaults):
2391         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2392         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2393         (gnus-summary-post-menu, total-parts, type, condition, length):
2394         * gnus-agent.el (gnus-agent-read-agentview):
2395         * flow-fill.el (show-trailing-whitespace):
2396         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2397         eval-and-compile wrappers for byte compiler pacifiers.
2398
2399         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2400         (mm-display-inline-fontify): Check for featurep 'xemacs not
2401         extent-list.
2402
2403         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2404         itimer-list.
2405         (mm-create-image-xemacs): Only do something for XEmacs.
2406         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2407
2408         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2409
2410         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2411         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2412
2413 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2414
2415         * nnimap.el (nnimap-split-download-body):
2416         * gnus-demon.el (gnus-demon):
2417         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2418
2419 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2422         macros.
2423         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2424         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2425         copy data from unibyte buffer to multibyte current buffer.
2426         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2427         to copy data from unibyte current buffer to multibyte buffer.
2428         (nntp-make-process-buffer): Make process buffer unibyte.
2429
2430         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2431
2432 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2433
2434         * pop3.el (pop3-open-server): Accept and process data more robustly at
2435         connexion start to avoid spurious "POP SSL connexion failed" errors.
2436
2437 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2440         read group names.
2441
2442 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2445
2446 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2449         (nnmail-save-active): Use a unibyte buffer when saving active file,
2450         which may contain non-ASCII group names.
2451
2452         * nnml.el (nnml-request-group): Decode group names in messages.
2453
2454 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2455
2456         * message.el (message-citation-line-function)
2457         (message-insert-formatted-citation-line): Fix spelling of
2458         `message-insert-formated-citation-line'.
2459
2460 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2461
2462         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2463
2464 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2467         nnmail-pathname-coding-system.
2468
2469         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2470         that a user enters; decode group names in messages.
2471
2472         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2473
2474 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2477
2478         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2479
2480         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2481         risky local variable.
2482
2483         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2484
2485 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         * encrypt.el: Improve documentation to fix function name typo.
2488         Reported by Daiki Ueno <ueno@unixuser.org>.
2489
2490 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2493         even if the point is not in the last page of an article.
2494         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2495         back to the previous page.
2496
2497 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2498
2499         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2500
2501 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2504
2505 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2506
2507         * message.el (message-check-news-body-syntax): Avoid
2508         mm-string-as-multibyte.
2509         (message-hide-headers): Don't assume (point-min)==1.
2510
2511 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2512
2513         * message.el (message-remove-blank-cited-lines): Fix if remove is
2514         given.
2515         (message-bogus-address-regexp): New variable.
2516         (message-bogus-recipient-p): New function.
2517         (message-check-recipients): New command.
2518         (message-syntax-checks): Add `bogus-recipient'.
2519         (message-fix-before-sending): Add `bogus-recipient'.
2520
2521         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2522         (gnus-treat-body-boundary): Don't test window-system.
2523
2524 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2525
2526         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2527
2528 2007-10-28  Miles Bader  <miles@gnu.org>
2529
2530         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2531         at compile-time too.
2532
2533 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-msg.el (gnus-message-setup-hook): Add
2536         `message-remove-blank-cited-lines' to options.
2537
2538 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2539
2540         * message.el (message-remove-blank-cited-lines): New function.
2541         Suggested by Karl Plästerer.
2542
2543 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2546         mapc.
2547
2548         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2549         (top-level): Use mapc to set functions to be traced for debugging.
2550
2551         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2552         called for effect with while loop.
2553
2554         * message.el (message-talkative-question): Replace mapcar called for
2555         effect with mapc.
2556
2557         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2558         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2559         called for effect with dolist.
2560
2561         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2562
2563         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2564         gnus-extra-headers and nnmail-extra-headers.
2565
2566         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2567         called for effect with dolist.
2568         (top-level): Use mapc to set functions to be traced for debugging.
2569
2570         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2571         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2572         dolist.
2573
2574         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2575         Replace mapcar called for effect with mapc.
2576         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2577         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2578         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2579         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2580
2581         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2582         remove-if that's a cl function.
2583
2584         * webmail.el (webmail-debug): Replace mapcar called for effect with
2585         dolist.
2586
2587         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2588         with mapc.
2589
2590 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2593         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2594         with while loop.
2595
2596         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2597         functions from article-* functions.
2598         (gnus-multi-decode-header): Replace mapcar called for effect with
2599         dolist.
2600
2601         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2602         (gnus-bookmark-show-details): Replace mapcar called for effect with
2603         while loop.
2604
2605         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2606         called for effect with while loop.
2607
2608         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2609         with dolist.
2610
2611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2612         mapcar called for effect with dolist.
2613
2614         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2615
2616         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2617         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2618         Replace mapcar called for effect with dolist.
2619         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2620         mapc.
2621
2622         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2623         Replace mapcar called for effect with dolist.
2624         (gnus-topic-list): Replace mapcar called for effect with mapc.
2625
2626         * gnus.el: Use mapc instead of mapcar to add autoloads.
2627
2628 2007-10-23  Richard Stallman  <rms@gnu.org>
2629
2630         * gnus-group.el (gnus-group-highlight): Mark as risky.
2631
2632 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus.el (gnus-server-to-method): Return method found first in
2635         gnus-newsrc-alist.
2636
2637         * gnus-art.el (gnus-article-highlight-signature)
2638         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2639         button overlay without the front stickiness.
2640
2641 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2642
2643         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2644         overview buffer needed a catch to receive its throw.
2645         (gnus-agent-flush-cache): Declared as interactive to make this function
2646         easier to use.
2647
2648 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2651         `next-line'.
2652
2653 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2656         exclude address matching message-dont-reply-to-names.
2657
2658 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-util.el (gnus-string<): New function.
2661
2662         * gnus-sum.el (gnus-article-sort-by-author)
2663         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2664
2665 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2668         the frame-focus tag is set in gnus-buffer-configuration.
2669
2670 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2673         the front stickiness.
2674
2675 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2678         url pattern; remove duplicate one.
2679         (gnus-article-extend-url-button): New function.
2680         (gnus-article-add-buttons): Use it.
2681         (gnus-button-push): Use concatenated url that it makes.
2682
2683 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2684
2685         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2686
2687 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2690         Don't hardcode point-min==1.
2691
2692 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2695         Fix comment about "iso8859-1".
2696
2697 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2698
2699         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2700         ones returned from the verify-function.
2701
2702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2703         mml2015-extract-cleartext-signature if extraction failed.
2704
2705 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2706
2707         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2708         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2709         failed.
2710
2711 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2714
2715 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2716
2717         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2718         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2719         recommends to use EasyPG instead of PGG.
2720
2721         * pgg.el: Revert to revision 6.23.2.16
2722
2723         * pgg-def.el: Revert to revision 6.6.2.14.
2724
2725         * pgg-gpg.el: Revert to revision 6.23.2.34.
2726
2727 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2730         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2731         thread for both the null and zero (kill/expire thread) universal prefix
2732         cases.
2733         (gnus-summary-expire-thread): Add new function to expire a thread,
2734         using gnus-summary-kill-thread.
2735         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2736         shortcuts for gnus-summary-expire-thread.
2737         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2738         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2739
2740 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2741
2742         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2743         extras value, so an extras entry can be deleted.
2744         (gnus-registry-delete-extra-entry): Use it.
2745         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2746         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2747         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2748         storage through the gnus-registry, and provide an appropriate API for
2749         it.
2750
2751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2754         Suggested by Leo <sdl.web@gmail.com>.
2755
2756         * gnus.el: Do.
2757
2758 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2761         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2762
2763         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2764
2765         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2766         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2767
2768 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2771         newline.
2772         (nnmbox-request-accept-article): Don't change article in source buffer;
2773         narrow to header to use message-fetch-field rather than
2774         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2775         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2776         as delimiters; make sure article ends with newline.
2777         (nnmbox-delete-mail): Correct last position of article to be deleted;
2778         ignore X-Gnus-Newsgroup header in article body.
2779         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2780         positions; make sure article ends with newline.
2781
2782         * message.el (message-display-abbrev): Don't infloop when a user
2783         inserts SPC in the beginning of header.
2784
2785         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2786         coding-system-for-read and coding-system-for-write for XEmacs having no
2787         file-coding feature.
2788
2789         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2790
2791 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2794         list of groups not followed by default.  Fix type to be regexp.
2795         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2796
2797 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2798
2799         * hmac-def.el (define-hmac-function): Switch from old-style to
2800         new-style backquotes.
2801
2802         * md4.el (md4-make-step): Likewise.
2803
2804 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2807         raw-text coding system when saving .newsrc file, which may contain
2808         non-ASCII group names.
2809
2810 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-cus.el (gnus-score-extra): New widget.
2813         (gnus-score-extra-convert): New function.
2814         (gnus-score-customize): Use it for Extra.
2815
2816 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2817
2818         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2819         (mml2015-mailcrypt-clear-verify): Use it.
2820         (mml2015-gpg-clear-verify): Use it.
2821         (mml2015-pgg-clear-verify): Use it.
2822         (mml2015-epg-clear-verify): Replace the current part with the output
2823         from GnuPG; don't extract the plaintext by itself.
2824
2825         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2826         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2827         mml2015-clear-verify-function; don't touch the armor headers or
2828         dash-escaped text here.
2829
2830 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2833         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2834         parts, or application/octet-stream as a last resort.
2835         (gnus-mime-view-part-as-type): Don't toggle display.
2836         (gnus-mime-view-part-as-charset): Don't turn off display before
2837         querying charset.
2838
2839         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2840         stuff to undisplayer function in Emacs.
2841         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2842
2843         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2844         text/calendar parts.
2845
2846 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2849         decoding text/calendar parts.
2850
2851         * message.el (message-forward-make-body-mime): Always mark body as
2852         having no illegible text; remove signed-or-encrypted argument.
2853         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2854
2855         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2856         (mml-generate-mime-1): Don't encode body if it is specified to be in
2857         raw form; don't make buffer be unibyte when inserting multibyte string.
2858
2859 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         * sha1.el: Fix up comment style.
2862         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2863         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2864
2865         * hex-util.el: Fix up comment style.
2866         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2867
2868         * gnus-salt.el: Use with-current-buffer.
2869         (gnus-pick-setup-message): Fix long-standing typo.
2870
2871 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * imap.el (imap-logout-timeout): New variable.
2874         (imap-logout, imap-logout-wait): New functions.
2875         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2876
2877         * nnimap.el (nnimap-logout-timeout): New server variable.
2878         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2879         nnimap-logout-timeout.
2880
2881         * gnus-art.el (gnus-article-summary-command-nosave)
2882         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2883
2884 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus.el (gnus-maximum-newsgroup): New variable.
2887
2888         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2889         according to gnus-maximum-newsgroup.
2890
2891         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2892         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2893         Limit the range of articles according to gnus-maximum-newsgroup.
2894
2895 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2896
2897         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2898         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2899         Don't perform gnus-configure-windows here; reuse existing sticky
2900         article buffer.
2901
2902         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2903         it doesn't exist in gnus-article-mode.
2904
2905 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2908         (gnus-agent-decoded-group-name): New function.
2909         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2910         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2911
2912 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2913
2914         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2915         Add binding for gnus-sticky-article.
2916         (gnus-summary-exit): Don't kill sticky article buffers.
2917
2918         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2919         article buffer.
2920         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2921         (gnus-kill-sticky-article-buffers): New commands.
2922
2923 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * nntp.el (nntp-xref-number-is-evil): New server variable.
2926         (nntp-find-group-and-number): If it is non-nil, don't trust article
2927         numbers in the Xref header.
2928
2929 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-agent.el (gnus-agent-read-group): New function.
2932         (gnus-agent-flush-group, gnus-agent-expire-group)
2933         (gnus-agent-regenerate-group): Use it.
2934         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2935         nnmail-pathname-coding-system.
2936
2937 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2940
2941         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2942         that are unread as unread, and also as selected so that information of
2943         marks having been changed by a user may be updated when exiting group.
2944
2945 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2948         calculated ignoring signature parts to gnus-treat-article.
2949
2950 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2953         a point here in order to keep the window start.
2954         (gnus-insert-mime-security-button): Make a button overlay without the
2955         front stickiness.
2956         (gnus-mime-display-security): Goto the end of a button.
2957
2958         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2959
2960 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2963         group-name-at-point.
2964         (gnus-group-completing-read): New function that offers decoded
2965         non-ASCII group names for completion.
2966         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2967         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2968         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2969         (gnus-group-fetch-control): Use it.
2970         (gnus-fetch-group): Use group-name-at-point for the initial value
2971         rather than the default value; use gnus-alive-p.
2972
2973         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2974         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2975         (gnus-summary-post-news): Use gnus-group-completing-read.
2976
2977         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2978         (gnus-read-move-group-name): Decode group name for completion.
2979
2980 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2981
2982         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2983         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2984         Yamaoka slightly modified the code).
2985
2986 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2989         (nnmail-split-incoming): Bind it.
2990
2991         * nnml.el (nnml-group-name-charset): New function.
2992         (nnml-decoded-group-name): Use it; don't decode group name if
2993         nnmail-group-names-not-encoded-p is non-nil.
2994         (nnml-encoded-group-name): New function.
2995         (nnml-group-pathname): Inline nnml-decoded-group-name.
2996         (nnml-request-expire-articles): Decode group name in message.
2997         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2998         nnmail-pathname-coding-system.
2999         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3000         not decoded ones according to nnmail-group-names-not-encoded-p.
3001         (nnml-generate-active-info): Use nnml-encoded-group-name.
3002
3003 2007-08-08  Glenn Morris  <rgm@gnu.org>
3004
3005         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3006         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3007         doc-strings and comments.
3008
3009 2007-07-25  Glenn Morris  <rgm@gnu.org>
3010
3011         * Relicense all FSF files to GPLv3 or later.
3012
3013 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-sum.el (gnus-summary-move-article): Make
3016         gnus-summary-respool-article work.
3017
3018 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3019
3020         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3021         string.
3022
3023 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3024
3025         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3026         that should be ignored when comparing distant RSS articles with local
3027         ones.
3028         (nnrss-make-hash-index): New function.  Create a hash index according
3029         to the ignored fields.
3030         (nnrss-check-group): Use it.
3031
3032 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3035
3036         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3037
3038         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3039         the new optional argument ENCODED is non-nil.
3040         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3041         coding system for encoding group name.
3042         (gnus-group-make-rss-group): Pass un-encoded group name to
3043         gnus-group-make-group.
3044         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3045         encoded.
3046
3047         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3048         Encode group name to which articles are moved or copied.
3049         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3050         coding system for encoding Newsgroup, Followup-To and Xref headers.
3051
3052         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3053         marks; use nnheader-file-coding-system to write a file.
3054         (nnagent-retrieve-headers): Bind file-name-coding-system to
3055         nnmail-pathname-coding-system.
3056
3057         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3058
3059         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3060         (nnml-request-article, nnml-request-create-group)
3061         (nnml-request-rename-group, nnml-find-id)
3062         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3063         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3064         (nnml-save-marks): Use nnml-group-pathname instead of
3065         nnmail-group-pathname.
3066
3067         (nnml-request-create-group, nnml-request-expire-articles)
3068         (nnml-request-move-article, nnml-request-delete-group)
3069         (nnml-deletable-article-p, nnml-possibly-create-directory)
3070         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3071         (nnml-open-marks): Bind file-name-coding-system to
3072         nnmail-pathname-coding-system.
3073
3074         (nnml-request-article): Pass server argument to nnml-find-group-number.
3075         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3076         server argument to nnml-possibly-create-directory.
3077         (nnml-request-accept-article): Pass server argument to
3078         nnml-active-number and nnml-save-mail.
3079         (nnml-find-group-number): Pass server argument to nnml-find-id.
3080         (nnml-request-update-info): Pass server argument to
3081         nnml-marks-changed-p.
3082
3083         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3084         (nnml-save-mail, nnml-active-number): Add server argument.
3085
3086         (nnml-request-delete-group): Warn if group is missing.
3087         (nnml-get-nov-buffer): Decode group name.
3088         (nnml-generate-active-info): Encode group name.
3089         (nnml-open-marks): Decode group name in messages.
3090
3091 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3094         if it is not specified.
3095         (gnus-article-pipe-part, gnus-article-save-part)
3096         (gnus-article-interactively-view-part, gnus-article-copy-part)
3097         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3098         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3099         (gnus-article-replace-part, gnus-article-delete-part)
3100         (gnus-article-view-part-as-type): Pass raw prefix argument to
3101         gnus-article-part-wrapper.
3102
3103 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-agent.el (gnus-agent-save-active): Bind
3106         nnheader-file-coding-system to gnus-agent-file-coding-system.
3107
3108         * gnus-cache.el (gnus-cache-save-buffers)
3109         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3110         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3111         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3112         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3113         (gnus-cache-generate-active, gnus-cache-rename-group)
3114         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3115         (gnus-cache-update-overview-total-fetched-for): Bind
3116         file-name-coding-system to nnmail-pathname-coding-system.
3117         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3118         variables.
3119         (gnus-cache-decoded-group-name): New function.
3120         (gnus-cache-file-name): Use it.
3121         (gnus-cache-generate-active): Use non-decoded group name for active.
3122
3123         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3124         right place.
3125         (gnus-write-active-file): Don't break non-ASCII group names.
3126
3127         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3128         nnmail-pathname-coding-system.
3129
3130         * lpath.el: Bind default-file-name-coding-system,
3131         file-name-coding-system and language-info-alist for XEmacs.
3132
3133         * gnus-uu.el (gnus-uu-decode-save): Typo.
3134
3135 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3138
3139 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3142         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3143         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3144         (gnus-agent-flush-group, gnus-agent-flush-cache)
3145         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3146         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3147         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3148         (gnus-agent-regenerate-group)
3149         (gnus-agent-update-files-total-fetched-for)
3150         (gnus-agent-update-view-total-fetched-for): Bind
3151         file-name-coding-system to nnmail-pathname-coding-system.
3152         (gnus-agent-group-pathname): Don't encode file names by
3153         nnmail-pathname-coding-system.
3154         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3155         coding-system-for-write instead of buffer-file-coding-system to
3156         gnus-agent-file-coding-system.
3157
3158         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3159         Decode group name.
3160
3161         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3162
3163         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3164         (gnus-read-newsrc-el-file): Make group names unibyte.
3165
3166         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3167         nnmail-pathname-coding-system.
3168
3169         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3170         (nnrss-request-delete-group): Bind file-name-coding-system to
3171         nnmail-pathname-coding-system.
3172         (nnrss-read-server-data, nnrss-read-group-data): Bind
3173         file-name-coding-system correctly.
3174         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3175
3176         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3177         (nntp-server-to-method-cache): New variable.
3178         (nntp-group-pathname): New function that decodes non-ASCII group names.
3179         (nntp-possibly-create-directory, nntp-marks-changed-p)
3180         (nntp-save-marks, nntp-open-marks): Use it.
3181         (nntp-possibly-create-directory, nntp-open-marks):
3182         Bind file-name-coding-system to nnmail-pathname-coding-system.
3183         (nntp-open-marks): Decode group names when bootstrapping marks.
3184
3185         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3186         Newsgroups and Folowup-To headers.
3187
3188 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3191         (gnus-server-closed-face, gnus-server-denied-face)
3192         (gnus-server-offline-face): Remove variable.
3193         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3194
3195         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3196         of modifying message-stack directly for XEmacs.
3197
3198         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3199         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3200         if the coding-system argument is nil for XEmacs.
3201
3202         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3203         mm-charset-override-alist.
3204
3205         * rfc2047.el: Don't require base64; require rfc2045 for the function
3206         rfc2045-encode-string.
3207         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3208         to quote the parameter value.
3209
3210 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3213         form in gnus-group-name-charset-method-alist.
3214
3215         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3216         overrides the default layout edit-form.
3217
3218         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3219
3220         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3221
3222 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3225         as unfetched articles.
3226
3227 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3228
3229         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3230
3231 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3234         original back end that keeps marks in the local system.
3235
3236 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3239         arg of pop-to-buffer for XEmacs.
3240         (gnus-article-read-summary-keys): Ditto; don't restore window
3241         configuration if summary command ends up with neither article buffer
3242         nor summary buffer; describe bindings if summary keys end with C-h.
3243
3244 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * message.el (message-fix-before-sending): Skip raw message part to be
3247         forwarded while checking illegible text.
3248         (message-forward-make-body-mime, message-forward-make-body): Mark
3249         signed or encrypted raw message as having no illegible text.
3250
3251 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3254         (gnus-message-with-timestamp-1): New macro.
3255         (gnus-message-with-timestamp): New function.
3256         (gnus-message): Use them.
3257
3258         * nnheader.el (nnheader-message): Use them.
3259
3260 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3261
3262         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3263         .newsrc.eld file.
3264
3265 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-agent.el (gnus-agent-fetch-headers)
3268         (gnus-agent-retrieve-headers): Bind
3269         gnus-decode-encoded-address-function to identity.
3270
3271         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3272         available also when the server returns simply a dot.
3273
3274         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3275
3276 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3279
3280 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * gnus-ems.el (gnus-x-splash): Make it work.
3283
3284         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3285         from being used.
3286
3287         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3288
3289 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3292         4th and the 5th arguments.
3293
3294         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3295         the front stickiness.
3296         (gnus-article-summary-command-nosave): Correct the order of the
3297         arguments passed to pop-to-buffer.
3298         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3299         summary command ends up with the article buffer.
3300
3301         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3302         the same faces.
3303
3304 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3305
3306         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3307
3308 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3309
3310         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3311         * gnus-sum.el (gnus-summary-highlight):
3312         * pgg.el (pgg-sign-region, pgg-sign):
3313         * mail-source.el (mail-source-delete-old-incoming-confirm):
3314         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3315
3316 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-art.el (gnus-mime-view-part-externally)
3319         (gnus-mime-view-part-internally): Fix predicate function passed to
3320         completing-read.
3321
3322         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3323
3324         * gnus.el (gnus-update-message-archive-method): Add :version.
3325
3326 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus.el (gnus-update-message-archive-method): New variable.
3329
3330         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3331         according to gnus-message-archive-method if
3332         gnus-update-message-archive-method is non-nil.
3333
3334 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3337         by Loic Dachary <loic@dachary.org>.
3338         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3339
3340 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * message.el (message-pop-to-buffer): Add switch-function argument.
3343         (message-mail): Pass switch-function argument to it.
3344
3345 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3348         Improve doc string.
3349
3350 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3353         (gnus-header-content)
3354         * gnus-cite.el (gnus-cite-10)
3355         * gnus-srvr.el (gnus-server-closed)
3356         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3357         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3358         (gnus-group-mail-3-empty, gnus-group-mail-low)
3359         (gnus-group-mail-low-empty, gnus-splash)
3360         * message.el (message-header-to, message-header-cc)
3361         (message-header-subject, message-header-other, message-header-name)
3362         (message-header-xheader, message-separator, message-cited-text)
3363         (message-mml): Lighten colors of faces used for dark background.
3364
3365 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3366
3367         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3368         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3369
3370 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * message.el (message-narrow-to-headers-or-head):
3373         Ignore mail-header-separator in the body.
3374
3375 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3378         same as window size.
3379
3380 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3381
3382         * message.el (message-font-lock-keywords): Use message-header-xheader
3383         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3384         ahead of the anything pattern, to get it recognised.
3385
3386 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3389         spam.el loads uses it in the compiled defadvice form.
3390
3391 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3392
3393         * gnus-sum.el (gnus-articles-to-read)
3394         (gnus-summary-insert-old-articles): Don't truncate group name for
3395         `read-string'.
3396
3397         * gnus-util.el (gnus-limit-string): Delete this function.
3398
3399         * gnus-sum.el (gnus-simplify-subject-fully): Use
3400         `truncate-string-to-width' instead.
3401
3402 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3403
3404         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3405         if, on summary exit, the next group has to be selected.
3406         (gnus-summary-exit): Use it.
3407
3408 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3411         non-break space.
3412
3413 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3416         Check if group is not a directory.
3417         (nnfolder-request-expire-articles): Don't delete articles if the target
3418         group is not available.
3419
3420         * nnml.el (nnml-request-create-group): Properly check if group is not a
3421         file.
3422         (nnml-request-expire-articles): Don't delete articles if the target
3423         group is not available.
3424
3425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3426         Don't quote characters that are within parentheses.
3427
3428 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3431         (gnus-handle-ephemeral-exit): Select article according to it.
3432
3433 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * message.el (message-insert-formated-citation-line): Remove newline.
3436         (message-citation-line-format): Add final \n here so that the user can
3437         avoid a blank line.
3438
3439 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3440
3441         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3442         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3443         Update lanl/arXiv support.
3444
3445 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * gnus.el: Bump version number.
3448
3449 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus.el (gnus-version-number): Bump version.
3452
3453 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3454
3455         * gnus.el: No Gnus v0.6 is released.
3456
3457 2007-04-27  Didier Verna  <didier@xemacs.org>
3458
3459         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3460         * gmm-utils.el (gmm-regexp-concat): here.
3461         * message.el: Don't require 'gnus-util.
3462         (message-dont-reply-to-names): Handle name change above.
3463         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3464
3465 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3468         since the initial value varies according to the system.
3469
3470 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3473
3474 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3475
3476         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3477
3478 2007-04-24  Didier Verna  <didier@xemacs.org>
3479
3480         Improve the type of gnus-ignored-from-addresses.
3481         * gnus-util.el (gnus-orify-regexp): New function.
3482         * message.el (gnus-util): Require it.
3483         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3484         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3486
3487 2007-04-24  Didier Verna  <didier@xemacs.org>
3488
3489         * gnus-sum.el:
3490         * gnus-utils.el: Fix some trailing whitespaces.
3491
3492 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3495         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3496         article's Message-ID; refer parent article in summary buffer.
3497
3498         * message.el (message-bounce): Call mime-to-mml.
3499
3500         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3501         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3502         optimize and/or forms properly.
3503
3504 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3507         URL.
3508
3509 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3512
3513 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3516         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3517         displayed of multipart/alternative part if it is invoked from summary
3518         buffer.
3519
3520         * mm-view.el (mm-inline-text-html-render-with-w3m)
3521         (mm-inline-text-html-render-with-w3m-standalone)
3522         (mm-inline-render-with-function): Use mail-parse-charset by default.
3523
3524 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3525
3526         * parse-time.el (parse-time-string-chars): Check if CHAR
3527         is less than the length of parse-time-syntax.
3528
3529 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3532         from gnus-newsgroup-processable.
3533
3534 2007-04-16  Didier Verna  <didier@xemacs.org>
3535
3536         * gnus-msg.el (gnus-configure-posting-styles): Handle
3537         message-signature-directory properly with :file syntax.  Reported by
3538         "Leo".
3539
3540 2007-04-11  Didier Verna  <didier@xemacs.org>
3541
3542         New user option: message-signature-directory.
3543         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3544         * message.el (message-insert-signature): Ditto.
3545         * message.el (message-signature-file): Doc update.
3546         * message.el (message-signature-directory): New.
3547
3548 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-msg.el (gnus-inews-yank-articles): Use
3551         message-exchange-point-and-mark instead of exchange-point-and-mark.
3552
3553 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * message.el (message-yank-original): Make sure cited text ends with
3556         newline; don't exchange point and mark.
3557
3558 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3559
3560         * tls.el (open-tls-stream): Properly handle case where there
3561         is no associated buffer.
3562
3563 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3564
3565         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3566         message-yank-original, make sure (< mark TEXT point).
3567
3568 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * message.el (message-fill-column): New variable.
3571         (message-mode): Use it.  Add comment on a possible new hook.
3572
3573         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3574         (nnmail-get-new-mail): Reformat.
3575
3576         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3577
3578         * gmm-utils.el: Fix Commentary.
3579         (gmm-tool-bar-from-list): Fix typo in doc string.
3580
3581 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3582
3583         * message.el (message-yank-original): Don't switch point and mark
3584         unnecessarily to put point and mark as documented.
3585
3586 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3589         from the message heads.
3590
3591 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3592
3593         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3594         article buffer does not have a window.  This may not be the best
3595         solution but is certainly better than setting the start of the null,
3596         that is the current, window.
3597
3598 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3599
3600         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3601         (gnus-draft-setup): Run it.
3602
3603         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3604         gnus-score-fast-scoring.  Allow regexp.
3605         (gnus-score-headers): Use it.
3606
3607         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3608         XEmacs.
3609
3610         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3611         string.
3612         (gnus-button-alist): Also catch `<f1> k ...'.
3613         (gnus-treat-display-x-face): Fix doc string.
3614
3615 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3616
3617         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3618         evaluation of gnus-extended-version to ensure correct generation of the
3619         User-Agent header when message-generate-headers-first is used.
3620
3621 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3622
3623         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3624         hashcash-path is nil.  Don't call callback with incorrect number of
3625         parameters if val is 0.
3626
3627 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3628
3629         * message.el (message-required-news-headers):
3630         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3631
3632 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3633
3634         * tls.el (open-tls-stream): In handshake-waiting loop,
3635         don't wait more if there is output available to process.
3636
3637 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3638
3639         * tls.el (tls-program): Doc fix.
3640
3641 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * message.el (message-generate-new-buffers): Change the meaning of the
3644         nil value; add `standard' to the choices; treat t as `unique'; improve
3645         doc string.
3646         (gnus-select-frame-set-input-focus): Autoload.
3647         (message-buffer-name): Search for the existing message buffer if
3648         message-generate-new-buffers is nil or `standard'; treat the value t of
3649         message-generate-new-buffers as `unique'.
3650         (message-pop-to-buffer): Raise the frame already displaying the message
3651         buffer; clear the echo area after querying.
3652         (message-setup): Pass the `continue' argument to compose-mail.
3653         (message-mail): Prefer `switch-function' if it is given; search for the
3654         existing message buffer if the `continue' argument is non-nil; pass
3655         continue and switch-function arguments to compose-mail by way of
3656         message-setup.
3657         (message-mail-other-window): Adjust argument of message-setup.
3658         (message-mail-other-frame): Ditto.
3659
3660 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3663         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3664         to turn font-lock on when turning gnus-message-citation-mode on.
3665
3666 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3667
3668         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3669         (mml-smime-function-alist): New variable; add epg as the backend.
3670         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3671         mml-smime- functions instead.
3672         * mm-view.el: Require smime.
3673
3674 2007-03-05  Didier Verna  <didier@xemacs.org>
3675
3676         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3677         instead of just inheritance for posting styles.
3678         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3679
3680 2007-02-24  Chris Moore  <dooglus@gmail.com>
3681
3682         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3683         * pgg-pgp.el (pgg-pgp-encrypt-region):
3684         * pgg-gpg.el (pgg-gpg-encrypt-region):
3685         Check pgg-encrypt-for-me if no other recipients.
3686
3687 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3688
3689         * tls.el (tls-certtool-program): Fix custom type.
3690
3691 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3694         and point-at-eol instead of line-(beginning|end)-position.
3695
3696         * assistant.el (assistant-parse-buffer): Ditto.
3697
3698         * netrc.el (netrc-parse-services): Ditto.
3699
3700 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3701
3702         * mml2015.el (mml2015-epg-find-usable-key): New function.
3703         (mml2015-epg-sign): Use it.
3704         (mml2015-epg-encrypt): Use it.
3705
3706 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * message.el (message-make-in-reply-to): Quote name containing
3709         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3710         if there are special characters.  Reported by NAKAJI Hiroyuki
3711         <nakaji@jp.freebsd.org>.
3712
3713 2007-02-27  Didier Verna  <didier@xemacs.org>
3714
3715         Include the group parameters as well as the topic ones in the
3716         inheritance filter process.
3717         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3718         argument GROUP-PARAMS-LIST.
3719         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3720
3721 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * nntp.el (nntp-never-echoes-commands)
3724         (nntp-open-connection-functions-never-echo-commands): New variables.
3725         (nntp-send-command): Use them.
3726
3727 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3728
3729         * mml2015.el (mml2015-epg-verify): Simplified.
3730
3731 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * mml.el (mml-content-disposition-alist): New user option.
3734         (mml-content-disposition): New function.
3735         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3736         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3737
3738 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3739
3740         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3741         verification.
3742
3743 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3744
3745         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3746         articles posted in the last 24 hours.
3747
3748 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3749
3750         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3751
3752 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3753
3754         * nntp.el (nntp-send-command): Don't wait for echoes when
3755         nntp-open-ssl-stream is used.
3756
3757 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3760         (gnus-message-add-citation-keywords)
3761         (gnus-message-remove-citation-keywords): Remove.
3762         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3763         directly, make the variables in font-lock-defaults buffer-local, add
3764         gnus-message-citation-keywords to them and then update the value of
3765         font-lock-keywords.
3766
3767 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * message.el (message-cite-original-1): Don't call
3770         gnus-article-highlight-citation.
3771
3772         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3773         citations; fix line count.
3774
3775 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3778         (gnus-message-add-citation-keywords)
3779         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3780         versions of font-lock-add-keywords and font-lock-remove-keywords to
3781         work with XEmacs correctly.
3782
3783 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-cite.el (gnus-cite-face-list): Set the values of
3786         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3787         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3788         (gnus-message-cite-prefix-regexp): New variable.
3789         (gnus-message-search-citation-line): Use it; protect against long
3790         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3791         the 0th match data for Emacs.
3792         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3793         (gnus-message-add-citation-keywords): Append keywords rather than
3794         prepending; emulate font-lock-add-keywords if it is not available.
3795         (gnus-message-remove-citation-keywords): Emulate
3796         font-lock-remove-keywords if it is not available.
3797
3798         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3799
3800         * message.el (message-cite-prefix-regexp): Set the value of
3801         gnus-message-cite-prefix-regexp.
3802
3803 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3804
3805         * nnweb.el (nnweb-google-parse-1): Update parser.
3806
3807 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3808
3809         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3810
3811 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3812
3813         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3814         regexp.
3815
3816 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3819         string-to-multibyte.
3820         (uudecode-decode-region-internal): Use it.
3821
3822         * lpath.el: Fbind string-as-multibyte for XEmacs.
3823
3824 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3827         custom choice.
3828
3829         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3830
3831 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3832
3833         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3834
3835         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3836         `write-region' to respect `mm-inhibit-file-name-handlers'.
3837
3838 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3841         Use gnus-home-directory instead of "~/" or "$HOME".
3842
3843 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3846         to mention filename.
3847         Add comments at beginning regarding usage.
3848         (encrypt-write-file-contents): Change interactive so a string is
3849         acceptable.  If the file has no associated model, show an error instead
3850         of a nonsense prompt.
3851
3852 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3853
3854         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3855         Thanks to Yoshihiko Yamada for kind notification of this typo.
3856
3857 2007-01-12  Kenichi Handa  <handa@m17n.org>
3858
3859         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3860         multibyte buffer.
3861
3862 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * gnus-score.el (gnus-score-fast-scoring): New variable.
3865         (gnus-score-headers): Use it.
3866
3867         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3868
3869         * message.el (message-cite-original-1): Call
3870         gnus-article-highlight-citation if requested.
3871         (message-make-from): Allow name and address as optional arguments.
3872
3873         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3874
3875         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3876         bugs to doc string.
3877         (gnus-button-alist): Add mid\\|message-id.
3878         (gnus-button-fetch-group): Extend for use in
3879         `browse-url-browser-function'.
3880         (gnus-button-url-regexp): Try to catch paired parentheses like in
3881         Wikipedia URLs.
3882
3883         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3884         Suggested by Simon Krahnke <overlord@gmx.li>.
3885
3886 2007-01-13  Romain Francoise  <romain@orebokech.com>
3887
3888         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3889         Update copyright.
3890
3891 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3892
3893         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3894
3895 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * gnus-registry.el (gnus-registry-unfollowed-groups)
3898         (gnus-registry-split-fancy-with-parent): Fix documentation.
3899
3900 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3903         from nnweb groups.
3904
3905 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3908         Xref urls.  Erase buffer before requesting head.
3909
3910 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3913         customizable.
3914
3915 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3916
3917         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3918         no signing key is found.
3919         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3920         no encrypting and/or signing key is found.
3921
3922 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3925
3926 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3927
3928         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3929         headers read from disk with the ones newly found in the current search.
3930         This should no longer cause problems, because the article numbers in
3931         Gmane's `nov.php' output are ignored since the previous change.
3932
3933 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3934
3935         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3936
3937 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3940         replace-regexp-in-string; bind url-version; fbind display-images-p and
3941         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3942         find-face and set-itimer-function for Emacs; bind itimer-list for
3943         Emacs.
3944
3945         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3946
3947 2007-01-01  Romain Francoise  <romain@orebokech.com>
3948
3949         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3950
3951 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3952
3953         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3954         `define-minor-mode' macro definition expanded properly.
3955         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3956         exclude it there.
3957
3958         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3959         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3960         `fboundp' test.
3961         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3962         This is OK to autoload in (S)XEmacs now.
3963
3964 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3967         keystroke.
3968         (gnus-summary-limit-to-singletons): Fix typo.
3969
3970         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3971         else fails.
3972
3973 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3974
3975         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3976         docstring.
3977
3978         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3979         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3980         (gnus-summary-insert-dormant-articles): Fix typo in message.
3981
3982 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3985         nil for XEmacs.
3986         (gnus-message-citation-mode): Don't autoload in XEmacs.
3987
3988         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3989
3990 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3991
3992         * nnimap.el (nnimap-expunge-search-string): Mention
3993         nnimap-search-uids-not-since-is-evil in docstring.
3994
3995 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3996
3997         * spam.el: Revert to make-obsolete-variable because
3998         define-obsolete-variable-alias is not supported in Emacs 21.
3999
4000         * spam.el (spam-ifile-path, spam-ifile-database-path)
4001         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4002         make-obsolete-variable.
4003         (spam-bsfilter-path, spam-bsfilter-program)
4004         (spam-spamassassin-path, spam-spamassassin-program)
4005         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4006         use "path" inappropriately.
4007         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4008         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4009         variable names.
4010
4011 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4012
4013         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4014         summary buffer.
4015
4016         * password.el (password-cache-remove): Use clear-string to burn
4017         password, if available.
4018
4019 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4022
4023         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4024
4025         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4026         (gnus-message-highlight-citation): Move defcustom here from
4027         gnus-cite.el.
4028         (gnus-message-citation-mode): Autoload.
4029
4030         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4031         checks to make it compile with XEmacs.
4032         (gnus-message-citation-mode): New minor mode.
4033         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4034         (gnus-message-highlight-citation): New variables.
4035         (gnus-message-search-citation-line)
4036         (gnus-message-add-citation-keywords)
4037         (gnus-message-remove-citation-keywords)
4038         (turn-on-gnus-message-citation-mode)
4039         (turn-off-gnus-message-citation-mode): New functions.
4040
4041 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4042
4043         * gnus-cite.el: Enable highlighting of different citation levels in
4044         message-mode.
4045
4046 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * message.el (message-make-fqdn): Fix comment.
4049         (message-bogus-system-names): Add ".local".
4050
4051         * spam.el (spam-ifile-path, spam-ifile-program)
4052         (spam-ifile-database-path, spam-ifile-database)
4053         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4054         Don't use "path" inappropriately.
4055         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4056         strings.
4057         (spam-check-ifile, spam-ifile-register-with-ifile)
4058         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4059         new variable names.
4060
4061         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4062         (gnus-treat-display-smileys): Simplify using
4063         gnus-image-type-available-p.
4064
4065         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4066         available.
4067
4068         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4069         `display-images-p' if available.
4070
4071 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4074         one after turning on the buffer's multibyteness instead of decoding
4075         them directly in the unibyte buffer that causes unexpected conversion
4076         in Emacs 23 (unicode).
4077
4078 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4079
4080         * message.el (message-generate-hashcash): Fix custom type.
4081
4082 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4085
4086 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4089         disconnect icons.  Add help text.
4090
4091 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4094         negated to be consistent with the others we handle.
4095
4096 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4099         version of gnus-summary-buffer to something, so that we can use two
4100         article buffers at the same time.
4101
4102 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4105         trigger all the extra headers.
4106         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4107         sorting.
4108
4109 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4110
4111         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4112         solid groups.
4113
4114 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4115
4116         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4117
4118 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * legacy-gnus-agent.el: Add Copyright notice.
4121
4122 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4123
4124         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4125
4126 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4129
4130         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4131         to make it work reliably in CVS Emacs.
4132         (gnus-summary-limit-strange-charsets-predicate)
4133         (gnus-summary-limit-to-predicate): New functions.
4134
4135 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4136
4137         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4138         specifying array size.
4139         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4140         array if it is too small.
4141         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4142         (gnus-sort-threads-loop): New function.
4143
4144 2006-12-06  Chris Moore  <dooglus@gmail.com>
4145
4146         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4147         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4148
4149 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4150
4151         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4152         options.
4153
4154 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4157         DOS-ing the recipient.
4158
4159         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4160         the headers when creating the mapping to avoid mismappings.
4161         (nnweb-gmane-create-mapping): Always nix out old mapping.
4162
4163 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4166         and mm-verify-option to never.
4167
4168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * message.el (message-signed-or-encrypted-p): New function.
4171         (message-forward-make-body): Use it.
4172
4173         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4174         Replace encode-coding-string with mm-encode-coding-string.
4175
4176 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nneething.el (nneething-decode-file-name): Replace
4179         decode-coding-string with mm-decode-coding-string.
4180
4181         * gnus-int.el (gnus-open-server): Say failed server's name.
4182
4183 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4184
4185         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4186         strings to a single string.  Quote `errors-file-name'.
4187         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4188         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4189         Adjust calls.  Use `shell-quote-argument'.
4190
4191 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4192
4193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4194         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4195
4196         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4197         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4198         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4199         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4200         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4201         (gnus-subscribe-newsgroup, gnus-1):
4202         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4203         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4204         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4205         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4206
4207 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4210         keystroke.
4211         (gnus-summary-limit-to-bodies): Implement headersp.
4212
4213 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4216
4217 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4220
4221 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * message.el (message-generate-hashcash): Expand range of values to
4224         include `opportunistic'.
4225         (message-send-mail): Use it.
4226
4227 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4228
4229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4230         and comment it.
4231
4232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4233
4234 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * gnus-util.el (gnus-extract-address-components): Improve comment.
4237
4238 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-util.el (gnus-extract-address-components): Work with address in
4241         which the name portion contains @.
4242
4243         * lpath.el: Fbind custom-autoload.
4244
4245 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * gnus.el (gnus-start): Move custom group up.
4248         (gnus-select-method): Don't autoload, but make it available for
4249         `customize-variable'.
4250         (gnus-getenv-nntpserver): Don't autoload.
4251
4252 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4255
4256 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * message.el (message-sendmail-extra-arguments): New variable.
4259         (message-send-mail-with-sendmail): Use it.
4260
4261 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4264         mm-with-unibyte-current-buffer to make string unibyte.
4265
4266         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4267         mm-string-as-multibyte.
4268
4269 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4270
4271         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4272         Reported by Werner Koch <wk@gnupg.org>.
4273
4274 2006-11-14  Daiki Ueno  <ueno@p360>
4275
4276         * mml2015.el: Autoload epa-select-keys when compiling.
4277
4278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4279
4280         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4281         message-options.
4282         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4283
4284 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4285
4286         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4287         EasyPG (< 0.0.6).
4288         (mml2015-always-trust): New user option.
4289         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4290         prompt.
4291
4292 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nntp.el (nntp-authinfo-force): New variable.
4295         (nntp-send-authinfo): Use it.
4296
4297 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4300         decode encoded words.  Improve prompt.  Add comment about forwarding.
4301         (message-replacement-char): Move up.
4302
4303 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4304
4305         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4306         instead of gnus-intersection because arguments of gnus-sorted-nunion
4307         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4308
4309 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4312         (message-simplify-subject-functions): Enable
4313         message-strip-subject-encoded-words by default.
4314
4315 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * message.el (message-strip-subject-encoded-words): New function
4318         (message-simplify-subject-functions): New variable.
4319         (message-simplify-subject): Use it.  Fix typo in doc string.
4320         Support message-strip-subject-encoded-words.
4321
4322 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4323
4324         * gnus-diary.el (gnus-diary-delay-format-function):
4325         * nndiary.el (nndiary-reminders):
4326         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4327
4328 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * gnus-art.el (article-hide-boring-headers): Fetch date from
4331         gnus-original-article-buffer to avoid problems with localized date
4332         strings.
4333
4334 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4337
4338 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4341         New variables.
4342         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4343         (mm-charset-synonym-alist): Move some entries to
4344         mm-codepage-iso-8859-list.
4345         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4346         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4347
4348 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4351
4352 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4355         with Emacs 21 and XEmacs.
4356
4357 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * spam.el (spam-parse-address): New function for better parsing,
4360         catching errors, etc.
4361         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4362
4363 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * mm-view.el: Add interactive arg to html2text autoload.
4366
4367 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4370
4371 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4374         variables.
4375         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4376         (mm-charset-synonym-alist): Move some entries to
4377         mm-codepage-iso-8859-list.
4378
4379         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4380
4381 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * message.el (message-citation-line-format)
4384         (message-insert-formated-citation-line): Fix implementation of %E, %N
4385         and %n according to the doc string.
4386
4387 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4390         car-safe to avoid bad parses.
4391
4392 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4395         names.
4396
4397         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4398
4399 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4402         header.
4403
4404         * message.el (message-draft-headers): Add Date.
4405         (message-headers-to-generate): Fix typo in docstring.
4406
4407         * nndraft.el (nndraft-required-headers): New variable.
4408         (nndraft-generate-headers): Use it.
4409
4410         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4411
4412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * gnus-registry.el (gnus-registry-wash-for-keywords)
4415         (gnus-registry-find-keywords): New functions to allow easy searching of
4416         articles that are in the registry.
4417
4418 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4419
4420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4421         ietf-drums-parse-address instead of gnus-extract-address-components.
4422         Reported by Damien Elmes <damien@repose.cx>.
4423
4424 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * gnus.el (gnus-mime): Remove unused custom group.
4427
4428 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4429
4430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4431         "blank line" when searching for end of armor headers.
4432
4433 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gmm-utils.el (gmm-write-region): Fix variable name.
4436
4437 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * gmm-utils.el (gmm-write-region): New function based on compatibility
4440         code from `mm-make-temp-file'.
4441
4442         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4443
4444         * nnmaildir.el (nnmaildir--update-nov)
4445         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4446         Use `gmm-write-region'.
4447
4448 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4451         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4452
4453         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4454
4455         * message.el (message-replacement-char): New variable.
4456         (message-fix-before-sending): Use it.
4457         (message-simplify-subject): New function to remove duplicate code.
4458         (message-reply, message-followup): Use it.
4459
4460         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4461         gnus-summary-limit-to-articles.
4462
4463 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-util.el (gnus-with-local-quit): New macro.
4466
4467         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4468
4469 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4472         ignore non-string data.
4473
4474 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4475
4476         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4477         non-string data (needs to be done in the registry too).
4478
4479 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4482         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4483         (gnus-registry-split-fancy-with-parent)
4484         (gnus-registry-fetch-simplified-message-subject-fast)
4485         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4486         Remove text properties on ingress into the registry and when it's saved.
4487         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4488         registry from entries with no groups.
4489
4490 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4493         function to remove string properties.
4494
4495 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * gmm-utils.el (gmm): Adjust custom version.
4498
4499         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4500         custom version.
4501
4502         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4503
4504 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * gnus-art.el (gnus-insert-prev-page-button)
4507         (gnus-insert-next-page-button): Simplify.  Reformat.
4508
4509 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4510
4511         * gnus-art.el (gnus-insert-prev-page-button)
4512         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4513
4514 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4515
4516         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4517
4518 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4519
4520         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4521         gnus-article-button-face to MIME and security buttons.
4522
4523 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4526         readable.
4527
4528 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4531
4532 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4533
4534         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4535         `browse-url-of-file' instead of `browse-url'.
4536
4537 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4538
4539         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4540         regexp.  Articles containing quotation were cut prematurely.
4541
4542 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * message.el (message-cite-original-1): Use nobody by default for the
4545         value of From header.
4546         (message-reply): Ditto.
4547
4548 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4549
4550         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4551         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4552         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4553
4554 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4557         mails in the doc string.  Add some URLs in comment.
4558         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4559
4560 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4563         backslashes handling and the way to find boundaries of quoted strings.
4564
4565 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4566
4567         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4568         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4569         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4570         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4571
4572 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4573
4574         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4575         doc string.
4576         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4577
4578 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Fbind epg-check-configuration.
4581
4582 2006-09-06  Simon Josefsson  <jas@extundo.com>
4583
4584         * mml2015.el (mml2015-use): Doc fix, mention epg.
4585
4586 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4587
4588         * mml2015.el (mml2015-use): Default to epg, if available.
4589
4590 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4593         message-sender.
4594         (mml1991-epg-encrypt): Ditto.
4595         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4596         message-sender.
4597         (mml2015-epg-encrypt): Ditto.
4598
4599 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4600
4601         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4602         several common directories.
4603
4604 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4605
4606         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4607         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4608
4609 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (article-decode-encoded-words): Make it fast.
4612
4613 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4616
4617         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4618         in quoted string into `\'.
4619
4620 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4623         Use standard-syntax-table.
4624
4625 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-art.el (gnus-decode-address-function): New variable.
4628         (article-decode-encoded-words): Use it to decode headers which are
4629         assumed to contain addresses.
4630         (gnus-mime-delete-part): Remove useless `or'.
4631
4632         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4633         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4634         (gnus-nov-parse-line): Use it to decode From header.
4635         (gnus-get-newsgroup-headers): Ditto.
4636         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4637
4638         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4639         (mail-decode-encoded-address-string): New alias.
4640
4641         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4642         New function.
4643         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4644         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4645         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4646         (rfc2047-decode-string): Ditto.
4647         (rfc2047-decode-address-region): New function.
4648         (rfc2047-decode-address-string): New function.
4649
4650 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * message.el (message-caesar-buffer-body): Allow rotating headers.
4653
4654         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4655
4656         * message.el (message-insert-formated-citation-line): Fix %f.
4657         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4658
4659 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4662         (gnus-bookmark-mouse-available-p): New macro.
4663         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4664         (gnus-bookmark-bmenu-show-infos): Use it.
4665         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4666         (gnus-bookmark-bmenu-hide-infos): Ditto.
4667         (gnus-bookmark-remove-properties): New function.
4668         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4669         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4670         (gnus-bookmark-write-file): Bind coding-system-for-write.
4671         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4672         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4673         group before selecting it.
4674         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4675         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4676         quit-window if it is not available; use gnus-mouse-2 and bind it to
4677         gnus-bookmark-bmenu-select-by-mouse.
4678         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4679         (gnus-bookmark-bmenu-select-by-mouse): New function.
4680
4681 2006-08-13  Romain Francoise  <romain@orebokech.com>
4682
4683         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4684         space.
4685
4686 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * compface.el (uncompface): Use binary rather than raw-text-unix.
4689
4690 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * compface.el (uncompface): Make sure the eol conversion doesn't take
4693         place when communicating with the external programs.  Reported by
4694         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4695
4696 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4699
4700 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4701
4702         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4703         Make it more robust by parsing author and date independently.
4704
4705 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4708
4709 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4710
4711         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4712         first matching secret key.
4713         (mml2015-epg-encrypt): Ditto.
4714
4715         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4716         first matching secret key.
4717         (mml1991-epg-encrypt): Ditto.
4718
4719         * mml2015.el (mml2015-encrypt-to-self): New user option.
4720         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4721         mml2015-epg-encrypt-to-self is set.
4722
4723         * mml1991.el (mml1991-encrypt-to-self): New variable.
4724         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4725         mml1991-epg-encrypt-to-self is set.
4726
4727         * mml2015.el (mml2015-signers): New user option.
4728         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4729         (mml2015-epg-encrypt): Allow to select signing keys.
4730
4731         * mml1991.el (mml1991-signers): New variable.
4732         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4733         (mml1991-epg-encrypt): Allow to select signing keys.
4734
4735 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * nnheader.el (nnheader-insert-head): Make it work even if the file
4738         uses CRLF for the line-break code.
4739
4740 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4741
4742         * mml2015.el: Require mml-sec instead of password.
4743         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4744         (mml2015-cache-passphrase): Inherit the default value from
4745         mml-secure-cache-passphrase.
4746         (mml2015-passphrase-cache-expiry): Inherit the default value from
4747         mml-secure-passphrase-cache-expiry.
4748
4749         * mml1991.el: Require mml-sec instead of password.
4750         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4751         (mml1991-cache-passphrase): Inherit the default value from
4752         mml-secure-cache-passphrase.
4753         (mml1991-passphrase-cache-expiry): Inherit the default value from
4754         mml-secure-passphrase-cache-expiry.
4755
4756         * mml-sec.el: Require password.
4757         (mml-secure-verbose): New user option.
4758         (mml-secure-cache-passphrase): New user option.
4759         (mml-secure-passphrase-cache-expiry): New user option.
4760
4761 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4762
4763         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4764         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4765         andreas@altroot.de (Andreas Vögele).
4766
4767         FIXME: Use `tiny change'?
4768
4769 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4770
4771         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4772         workaround for the url package included with Emacs.
4773
4774         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4775
4776 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4779         correctly.  This fixes a bug caused by the 2006-05-12 change.
4780
4781 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4782
4783         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4784         some information about the error when saying that the `bogus' mail
4785         group will be used.
4786
4787 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4790         string.
4791
4792 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4793
4794         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4795
4796 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4797
4798         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4799
4800 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4801
4802         * mml1991.el (mml1991-function-alist): Add epg.
4803         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4804         (mml1991-epg-encrypt): New functions.
4805
4806 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4807
4808         * mml2015.el (mml2015-verbose): New variable.
4809         (mml2015-cache-passphrase): Ditto.
4810         (mml2015-passphrase-cache-expiry): Ditto.
4811         (mml2015-function-alist): Add epg.
4812         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4813         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4814         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4815         functions.
4816
4817 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4818
4819         * message.el (message-cite-original-1): Preserve region when removing
4820         quoted text due to X-No-Archive in order to avoid bogus attribution
4821         when citing multiple messages.
4822
4823 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4824
4825         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4826         Kenneth Jacker <khj@be.cs.appstate.edu>.
4827
4828 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * gnus-diary.el (gnus-user-format-function-d)
4831         (gnus-user-format-function-D): Autoload.
4832
4833         * imap.el (Commentary): Fix typo.
4834
4835         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4836         2006-04-22 contribution.
4837
4838 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4839
4840         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4841         It didn't really fix the bogosity I'm seeing with solid web groups.
4842
4843 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4844
4845         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4846         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4847         created using server names.  If we use the feature without declaring
4848         it, Gnus does not properly manage server and group state.
4849
4850         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4851         bound.
4852
4853 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4854
4855         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4856         looking up the method using GROUP's prefix before inventing a new one.
4857         It is used on killed/unknown groups in various places where returning
4858         an all-new method isn't expected by the caller.
4859
4860         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4861         and match semantics of gnus-group-real-prefix.
4862
4863 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * nnmail.el (nnmail-broken-references-mailers): New variable.
4866         (nnmail-ignore-broken-references): New function generalizing
4867         nnmail-fix-eudora-headers.
4868         (nnmail-fix-eudora-headers): Now obsolete.
4869
4870         * gnus-art.el (gnus-button-handle-custom): Support
4871         `customize-apropos*'.
4872
4873 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4876
4877         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4878         articles.
4879
4880 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-cite-reply-above): New variable.
4883         (message-yank-original): Use it.
4884
4885 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4888
4889 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4892         as read.
4893
4894         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4895
4896 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4899         (gnus-bookmark-default-file): Use gnus-directory.
4900         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4901         Remove "*" in doc string.
4902         (gnus-bookmark-write-file): Simplify.
4903         (gnus-bookmark-maybe-sort-alist): Use `when'.
4904         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4905         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4906         FIXME about Emacs 21 and XEmacs compatibility.
4907         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4908         compatibility.
4909         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4910         compatibility.
4911         (gnus-bookmark-menu-heading): Fix version.
4912
4913 2006-06-19  Bastien Guerry  <bzg@altern.org>
4914
4915         * gnus-bookmark.el: New file.
4916
4917 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * message.el (message-syntax-checks): Doc fix.
4920
4921 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4922
4923         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4924         unsubscribed groups as if they were killed ones.  It causes duplicate
4925         entries in gnus-newsrc-alist.
4926
4927 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * message.el (message-syntax-checks): Doc fix.
4930         (message-send-mail): Add check for continuation headers.
4931         (message-check-news-header-syntax): Fix regexp used to check for
4932         continuation headers.
4933
4934 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4937
4938 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4941
4942 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4945         default-truncate-lines.
4946
4947 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4950         to fill the utf-8 entry.
4951
4952         * lpath.el: Fbind unicode-precedence-list.
4953
4954 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4955
4956         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4957
4958 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4959
4960         * gnus-agent.el (directory-files-and-attributes): Move all the way
4961         forward (the third and final move).
4962         (gnus-agent-read-agentview): Trap reconstruction errors due to
4963         nonexistant directory.  Handle by returning nil.
4964
4965 2006-05-30  Didier Verna  <didier@xemacs.org>
4966
4967         * message.el (message-dont-reply-to-names): Update the custom type.
4968         * message.el (message-dont-reply-to-names): New defsubst: potentially
4969         convert a list of regexps into a single one.
4970         * message.el (message-get-reply-headers): Use it.
4971         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4972
4973 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-agent.el (directory-files-and-attributes): Move forward.
4976
4977 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * gnus-ml.el (gnus-mailing-list-subscribe)
4980         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4981         (gnus-mailing-list-message): Fix doc strings.
4982
4983 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4984
4985         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4986         of doing it manually.
4987
4988 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4991         comment.
4992
4993 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4994
4995         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4996         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4997         (gnus-agent-read-local): All symbols allocated in my-obarray
4998         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4999         (gnus-agent-regenerate-group): Check numeric names to see if they are
5000         messages or groups.
5001         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5002         better way of do this...)
5003
5004         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5005         'dummy.group' (there should be a better way of do this...)
5006
5007 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5010         (gnus-saved-headers): Ditto.
5011         (gnus-default-article-saver): Mention functions may have properties.
5012         (gnus-article-save): Override gnus-save-all-headers and
5013         gnus-saved-headers by :headers property which saver function may have.
5014         (gnus-summary-save-in-file): Add :headers property.
5015         (gnus-summary-write-to-file): Ditto.
5016
5017         * gnus-sum.el (gnus-summary-save-article): Bind
5018         gnus-prompt-before-saving to t when saving many articles in a file;
5019         always show all headers.
5020
5021         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5022
5023 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5026         marks.
5027
5028         * message.el (message-indent-citation): Add optional arguments to allow
5029         using it outside of message buffers.
5030
5031         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5032         (gnus-article-treat-unfold-headers): Use it.
5033         (gnus-article-truncate-lines): New variable.
5034         (gnus-article-mode): Use it.
5035         (gnus-article-toggle-truncate-lines): New function.
5036
5037         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5038         gnus-article-toggle-truncate-lines.
5039
5040         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5041         coding system in XEmacs, use binary.
5042
5043 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5046         after-load-alist.
5047
5048         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5049         this function should save decoded articles.
5050         (gnus-summary-write-to-file): Use property to specify this function
5051         should save decoded articles and specify gnus-summary-save-in-file
5052         should be used to save articles other than the first one when saving
5053         many articles.
5054         (gnus-summary-save-body-in-file): Use property to specify this
5055         function should save decoded articles.
5056         (gnus-summary-write-body-to-file): Use property to specify this
5057         function should save decoded articles and specify
5058         gnus-summary-save-body-in-file should be used to save articles other
5059         than the first one when saving many articles.
5060
5061         * gnus-sum.el (gnus-summary-save-article): Simplify.
5062
5063 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-default-article-saver): Add
5066         gnus-summary-write-body-to-file.
5067         (gnus-article-save-coding-system): Don't use coding system object
5068         in XEmacs.
5069         (gnus-read-save-file-name): Add optional `dir-var' argument which
5070         specifies directory in which files are saved; work even if optional
5071         `variable' argument is not specified.
5072         (gnus-summary-write-to-file): Read file name.
5073         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5074         (gnus-summary-write-body-to-file): New function.
5075
5076         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5077         (gnus-summary-local-variables): Add it.
5078         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5079         (gnus-summary-save-article): Remove optional `decode' argument;
5080         determine whether to decode articles by the value of
5081         gnus-default-article-saver; when saving many files using
5082         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5083         it first and use gnus-summary-save-in-file or
5084         gnus-summary-save-body-in-file thereafter unless
5085         gnus-prompt-before-saving is always; move point to article which
5086         will be saved.
5087         (gnus-summary-save-article-file): Revert.
5088         (gnus-summary-write-article-file): Revert.
5089         (gnus-summary-save-article-body-file): Revert.
5090         (gnus-summary-write-article-body-file): New function.
5091
5092 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-art.el (gnus-default-article-saver): Doc fix.
5095         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5096         from gnus-summary-save-article-coding-system, and default to a
5097         certain coding system.
5098         (gnus-output-to-file): Add coding cookie and encode text according
5099         to gnus-article-save-coding-system; don't use mm-append-to-file.
5100
5101         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5102         gnus-art.el and rename to gnus-article-save-coding-system.
5103         (gnus-summary-save-article): Require gnus-art; don't show all
5104         headers if it decodes articles; don't add coding cookie here;
5105         don't bind mm-text-coding-system-for-write.
5106         (gnus-summary-save-article-file): Save decoded articles.
5107         (gnus-summary-write-article-file): When saving many files, use
5108         gnus-summary-write-to-file first and gnus-summary-save-in-file
5109         thereafter unless gnus-prompt-before-saving is always.
5110         (gnus-summary-save-article-body-file): Save decoded articles.
5111
5112         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5113
5114 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * nnrss.el (nnrss-check-group): Bind hash-index.
5117
5118 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5119
5120         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5121         its hash index.  Store this hash in `nnrss-group-data'.
5122         (nnrss-read-group-data): Update accordingly.
5123
5124 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5127         entry.
5128
5129         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5130         gnus-article-browse-html-article.
5131
5132 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5133
5134         * gnus-sum.el (gnus-summary-mime-map): Add
5135         gnus-article-browse-html-article.
5136
5137         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5138
5139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5142         suitable coding systems in customize.
5143
5144 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * mail-source.el (mail-sources): Fix custom type.
5147
5148 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5151         (gnus-summary-expire-articles-now): Shorten prompt.
5152
5153         * gmm-utils.el (wid-edit): Require.
5154         (defun-gmm): Renamed from `gmm-defun-compat'.
5155         (gmm-image-search-load-path): Use it.
5156         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5157
5158 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5161         variable.
5162         (gnus-summary-save-article): Add optional `decode' argument.  If
5163         it is set and gnus-summary-save-article-coding-system is non-nil,
5164         save decoded article.
5165         (gnus-summary-write-article-file): Save decoded article if
5166         gnus-summary-save-article-coding-system is non-nil.
5167
5168         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5169         type.
5170
5171 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5174
5175 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5178         first to test gnus-single-article-buffer which may be buffer-local.
5179
5180         * gnus-sum.el (gnus-summary-setup-buffer): Make
5181         gnus-single-article-buffer buffer-local and nil in ephemeral
5182         group; make gnus-article-buffer, gnus-article-current, and
5183         gnus-original-article-buffer always buffer-local.
5184         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5185         group.
5186         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5187
5188 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * nnml.el (nnml-request-compact-group): Compressed files might not
5191         have .gz extension.
5192
5193 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5196         (mm-copy-to-buffer): Use with-current-buffer.
5197         (mm-display-part): Simplify.
5198         (mm-inlinable-p): Add optional arg `type'.
5199
5200 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5203         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5204         Try harder to show the attachment internally or externally using
5205         gnus-mime-view-part-as-type.
5206
5207 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * message.el (message-from-style, message-signature-separator)
5210         (message-user-organization-file, message-send-mail-function)
5211         (message-citation-line-function, message-yank-prefix)
5212         (message-indent-citation-function, message-signature)
5213         (message-signature-file, message-signature-insert-empty-line):
5214         Remove autoloads.
5215
5216         * gnus-art.el (gnus-buttonized-mime-types): Remove
5217         "multipart/signed".  Revert 2006-04-26 change.
5218
5219 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus.el (gnus-version-number): Bump version.
5222
5223 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5224
5225         * gnus.el: No Gnus v0.5 is released.
5226
5227 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5228
5229         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5230         fetching articles by message-id.
5231
5232 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * message.el (hashcash): Require hashcash as normal.
5235
5236         * ecomplete.el (ecomplete-highlight-match-line): Use
5237         point-at-eol.
5238         (ecomplete-highlight-match-line): Use `highlight', because that
5239         face exists in both Emacs and XEmacs.
5240
5241         * message.el (message-display-abbrev): Use point-at-bol.
5242
5243         * mail-source.el: Don't require timer/timer-funcs.
5244
5245         * gnus-async.el: Ditto.
5246
5247         * password.el: Ditto.
5248
5249         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5250
5251         * mm-url.el: Ditto.
5252
5253         * gnus-xmas.el: Don't require timer-funcs.
5254
5255         * mm-util.el: Require timer/timer-funcs.
5256
5257 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5258
5259         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5260         Close.
5261
5262 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5265         unibyte after clear-decrypt function runs.
5266
5267         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5268         returns as a unibyte string.
5269
5270 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * lpath.el: Revert.
5273
5274         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5275         (pgg-gpg-process-sentinel): Revert.
5276
5277         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5278         (pgg-pgp-lookup-key): Revert.
5279
5280         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5281         (pgg-pgp5-lookup-key): Revert.
5282
5283         * pgg.el (pgg-fetch-key): Revert.
5284
5285 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * lpath.el: Fbind string-as-multibyte for XEmacs.
5288
5289         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5290         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5291         (mml1991-pgg-encrypt): Ditto.
5292
5293         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5294         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5295         a multibyte buffer.
5296
5297         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5298         (pgg-pgp-lookup-key): Ditto.
5299
5300         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5301         (pgg-pgp5-lookup-key): Ditto.
5302
5303         * pgg.el (pgg-fetch-key): Ditto.
5304
5305 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * message.el (message-user-organization-file): Check several
5308         locations of the organization file.
5309
5310         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5311         Add gnus-article-view-part-as-type.
5312
5313         * gnus-art.el (gnus-article-view-part-as-type): New function.
5314
5315         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5316         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5317
5318         * mml.el: Simplify autoload.
5319         (mml-mode): defvar dnd-protocol-alist instead of using
5320         symbol-value.
5321         (mml-default-directory): New variable.
5322         (mml-minibuffer-read-file): Use it.
5323         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5324
5325         * message.el (message-citation-line-format): New variable.
5326         (message-insert-formated-citation-line): New function.
5327         (message-citation-line-function): Add
5328         `message-insert-formated-citation-line' to custom type.
5329
5330         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5331         to doc string.
5332
5333         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5334         depending on mm-verify-option.
5335
5336 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5339         binding pgg-* variables; reimplement the section which prevents
5340         MIME header from being signed.
5341         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5342         pgg-text-mode; remove a blank line at the top of body.
5343
5344         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5345         lines at the top of body; use gnus-newsgroup-charset if there's no
5346         Charset header.
5347
5348 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * message.el (message-self-insert-commands): Doc fix.
5351
5352         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5353         (mm-uu-pgp-encrypted-test): Ditto.
5354         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5355         between header and body; return application/pgp-encrypted handle
5356         if decryption failed; decode decrypted body by charset.
5357
5358         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5359         element match to application/pgp-*.
5360
5361 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5362
5363         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5364         HTML.
5365
5366 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * mail-source.el (mail-source-call-script): Message the error
5369         string.
5370
5371 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-util.el (gnus-byte-compile): Use it.
5374
5375 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5376
5377         * gnus-util.el (kill-empty-logs): New function.
5378
5379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * message.el (message-mail-alias-type): Doc fix.
5382         (message-mail-alias-type-p): New function.
5383         (message-send): Use it.
5384         (message-mode): Ditto.
5385         (message-strip-forbidden-properties): Ditto.
5386
5387         * ecomplete.el (ecomplete-database-file-coding-system): New
5388         variable.
5389         (ecomplete-save): Use it.
5390         (ecomplete-setup): Use it.
5391
5392 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * message.el (message-self-insert-commands): New variable.
5395         (message-strip-forbidden-properties): Use it.
5396
5397 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5400         that doesn't make XEmacs choke.
5401
5402 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * gnus-util.el (gnus-replace-in-string):
5405         Prefer replace-regexp-in-string over of replace-in-string.
5406
5407 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-util.el (gnus-select-frame-set-input-focus):
5410         Use select-frame-set-input-focus if it is available in XEmacs; use
5411         definition defined in Emacs 22 for old Emacsen.
5412
5413         * dgnushack.el: Autoload unmorse-region for XEmacs.
5414
5415         * lpath.el: Bind cursor-in-non-selected-windows and
5416         select-frame-set-input-focus for XEmacs.
5417
5418 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5421
5422 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el (gnus-registry-cache-save): Remove text
5425         properties when saving via the temp buffer.
5426
5427 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * message.el (message-generate-hashcash): Honor custom type.
5430
5431 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * message.el (message-generate-hashcash): Default to non-nil when
5434         hashcash is found.
5435
5436         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5437         (gnus-refer-thread-limit): Increase default to 500.
5438
5439         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5440
5441         * flow-fill.el (fill-flowed): Allow delete-space.
5442
5443 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5446         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5447         Remove autoloads.
5448
5449 2006-04-18  Simon Josefsson  <jas@extundo.com>
5450
5451         * message.el (message-generate-hashcash): Default to.
5452
5453 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5456         concatenating segments rather than before concatenating them.
5457
5458 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5461
5462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5465
5466         * message.el (message-forward-make-body-plain): Allow
5467         message-forward-ignored-headers to be a list.
5468         (message-remove-ignored-headers): Factor out into function.
5469         (message-forward-make-body-mml): Use it.
5470
5471         * imap.el (imap-quote-specials): New function.
5472         (imap-login-auth): Quote specials.
5473
5474         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5475         (rfc2231-parse-string): Allow concatanation of parameters that
5476         aren't contiguous.  The test case is
5477           (mail-header-parse-content-type "message/external-body;
5478             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5479             access-type=LOCAL-FILE;
5480             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5481
5482 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5483
5484         * nntp.el (nntp-accept-process-output): Return the value of
5485         `nnheader-accept-process-output'.
5486
5487 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5490         (gnus-button-alist): Recognize more diff formats.
5491         (gnus-button-patch): Strip directory.
5492
5493 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5496         Emacs 22 when setting focus.
5497
5498 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus-art.el (gnus-article-treat-types): Do treatment of
5501         text/x-verbatim parts.
5502         (gnus-button-patch): New command.
5503
5504         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5505         addresses that contain invalid characters.
5506
5507 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * message.el (message-put-addresses-in-ecomplete): Use
5510         gnus-replace-in-string.
5511         (message-is-yours-p): Use the more correct
5512         mail-header-parse-address instead of
5513         mail-extract-address-components.
5514         (message-put-addresses-in-ecomplete): Fix typo.
5515
5516         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5517         keystroke.
5518
5519         * gnus-art.el (gnus-treatment-function-alist): Change order of
5520         newsgroups/generic header folding to avoid double-folding.
5521
5522         * message.el (message-hidden-headers): Add X-Draft-From.
5523
5524         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5525         command.
5526         (gnus-summary-repeat-search-article-backward): New command.
5527
5528         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5529         groups in the parent topic.
5530
5531 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5532
5533         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5534         (spam-extra-header-to-number): Return the CRM114 number as a
5535         number instead of a string.
5536
5537 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-art.el (gnus-face-properties-alist): Moved here from
5540         gnus-fun.
5541
5542         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5543
5544 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * message.el (message-strip-forbidden-properties): Only display on
5547         self-insert-command.
5548
5549         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5550         reindent.
5551         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5552
5553 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5554
5555         * smiley.el (smiley-style): Fix typo.
5556
5557 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * hashcash.el (hashcash-insert-payment-async-2): Use
5560         message-goto-eoh instead of doing it manually.
5561         (mail-add-payment): Use message-narrow-to-header instead of trying
5562         to do the same itself.
5563
5564         * message.el (message-hidden-headers): Add Face.
5565
5566         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5567         reparenting code.
5568         (gnus-summary-reparent-children): Refactored out code.
5569         (gnus-summary-thread-map): New keystroke.
5570         (gnus-summary-reparent-children): Make into command.
5571
5572         * smiley.el (smiley-style): Default to `medium' if using a large
5573         font.
5574
5575         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5576         does it itself.
5577
5578         * message.el (message-point-in-header-p): Simplify definition.
5579
5580 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * nnagent.el (nnagent-request-set-mark): Silence log file
5583         writing.
5584         (nnagent-request-set-mark): Use write-region instead of
5585         append-to-file.
5586
5587         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5588         strange select method.
5589
5590         * ecomplete.el (ecomplete-display-matches): Get highlightling
5591         right.
5592         (ecomplete-display-matches): Use literals.
5593         (ecomplete-display-matches): Disable message logging.
5594
5595         * message.el (message-display-abbrev): Small optimization.
5596
5597         * ecomplete.el (ecomplete-display-matches): Allow automatic
5598         display.
5599
5600         * message.el (message-strip-forbidden-properties): Display
5601         abbrevs.
5602         (message-display-abbrev): Get automatic display right.
5603
5604         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5605         keystrokes.
5606
5607 2006-04-13  Romain Francoise  <romain@orebokech.com>
5608
5609         TODO: Backport to v5-10!
5610
5611         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5612         Moved here (and renamed) from gnus-registry.el.
5613
5614         * gnus-registry.el: Require gnus-util.
5615         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5616
5617 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-group.el (gnus-group-catchup-current): Change
5620         if-then-else-if-then-else into cond.
5621         (gnus-group-catchup): Indent.
5622         (group-name-at-point): New function.
5623         (gnus-fetch-group): Provide default from thing at point.
5624
5625 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * message.el (message-display-abbrev): Fix regexp.
5628
5629         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5630         choosing.
5631         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5632         dead variables.
5633
5634         * message.el (message-newline-and-indent): Remove debugging.
5635         (message-display-abbrev): Use new implementation.
5636
5637 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-art.el (gnus-article-mode): Set
5640         cursor-in-non-selected-windows to nil.
5641
5642         * smiley.el: Revert previous change.
5643         (smiley-data-directory): defvar it before using it in the
5644         defcustom of `smiley-style'.
5645
5646 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * message.el (message-newline-and-indent): New function.
5649
5650         * ecomplete.el: Implement more bits.
5651
5652         * message.el (message-put-addresses-in-ecomplete): Clean up the
5653         string.
5654
5655         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5656
5657         * gnus-sum.el (gnus-summary-save-parts): Bind
5658         gnus-summary-save-parts-counter and use it to make unique file
5659         names.
5660
5661         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5662
5663         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5664         parameter to say whether to actually parse the individual
5665         addresses.
5666
5667         * message.el (message-put-addresses-in-ecomplete): New function.
5668         (ecomplete): Require.
5669         (message-mail-alias-type): Add ecomplete as an option.
5670
5671 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5672
5673         * flow-fill.el (fill-flowed): Remove trailing space from blank
5674         quoted lines.
5675
5676 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * smiley.el (smiley-style): Move definition later to avoid a
5679         compilation warning.
5680
5681 2006-04-12  Kenichi Handa  <handa@m17n.org>
5682
5683         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5684         buffer and then decode the buffer text if necessary.
5685         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5686         first, and after mm-encode-body, change the buffer to unibyte.
5687         Use mm-disable-multibyte instead of set-buffer-multibyte.
5688
5689 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5692         Content-Type header instead of Content-Disposition header.
5693         (gnus-mime-inline-part): Ditto.
5694         (gnus-mime-view-part-as-charset): Ignore charset that the part
5695         specifies.
5696
5697         * mm-decode.el (mm-display-part): Work with external parts and
5698         usual parts similarly.
5699
5700         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5701         instead of gnus-display-mime.
5702
5703         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5704         instead of with-temp-buffer.
5705
5706         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5707         tag to summarized topics part in order to encode non-ASCII text.
5708
5709 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * smiley.el (smiley-style): New variable.
5712         (smiley-directory): New function.
5713         (smiley-data-directory): Derive from `smiley-style' using
5714         `smiley-directory'.
5715         (smiley-regexp-alist): Add new entries.
5716
5717         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5718         (gnus-article-browse-delete-temp): Add :version.
5719
5720 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5721
5722         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5723         the sieve region.
5724
5725 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus.el (gnus-version-number): Bump version.
5728
5729 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * gnus.el: No Gnus v0.4 is released.
5732
5733 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5736         layout.
5737
5738         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5739         unknown charset.
5740
5741         * message.el (message-header-synonyms): Add Original-To to the
5742         default.
5743
5744         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5745         optional parameter.
5746
5747 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * gnus-fun.el (gnus): Require it for gnus-directory.
5750
5751 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5754
5755 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5756
5757         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5758
5759 2006-04-05  Simon Josefsson  <jas@extundo.com>
5760
5761         * password.el (password-reset): New function.
5762
5763 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5764
5765         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5766         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5767
5768 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5769
5770         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5771         Some whitespace was matched into the url, which broke browsing hits
5772         > 100 when mm-url-use-external was nil.
5773
5774 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5777         gnus-extra-headers for 'Newsgroups.
5778
5779         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5780         bound.
5781
5782 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5783
5784         * pgg-gpg.el: Clean up process buffers every time gpg processes
5785         complete.
5786
5787 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5790         doc string.
5791
5792 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5793
5794         * pgg-gpg.el (pgg-gpg-process-filter)
5795         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5796
5797         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5798         lines, temporary fix.
5799
5800 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5803
5804 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5805
5806         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5807         default-enable-multibyte-characters.  This reverts the change from
5808         revision 6.17 which is no longer necessary because the passphrase
5809         is sent separately now.  GnuPG messages are unreadable under
5810         multibyte locales with default-enable-multibyte-characters set to
5811         nil.
5812
5813 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * message.el (message-tool-bar-gnome): Move "spell".
5816
5817 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5820         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5821         instead.
5822
5823 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5824
5825         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5826         newsgroups handling for NNTP overviews which don't include
5827         Newsgroups.
5828
5829 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5830
5831         * message.el (message-resend): Bind message-generate-hashcash to nil.
5832
5833 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5834
5835         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5836         when searching for already-paid recipients.
5837
5838 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5839
5840         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5841         passphrases when it is not needed.
5842         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5843         passphrase stuff from gpg, should only be necessary when you use
5844         gpg with a smartcard.
5845
5846 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * mml.el (mml-insert-mime): Ignore cached contents of
5849         message/external-body part.
5850
5851         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5852         (mm-insert-part): Ditto.
5853
5854 2006-03-23  Simon Josefsson  <jas@extundo.com>
5855
5856         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5857         Reiner.
5858         (pgg-gpg-use-agent-p): Use it again.
5859
5860 2006-03-23  Simon Josefsson  <jas@extundo.com>
5861
5862         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5863         older emacsen.
5864         (pgg-gpg-use-agent-p): Don't use it.
5865
5866 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5869         if we can.
5870
5871 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5872
5873         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5874         (pgg-gpg-update-agent): New function.
5875         (pgg-gpg-use-agent-p): New function.
5876         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5877         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5878         (pgg-gpg-sign-region): Use it.
5879
5880 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5883         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5884
5885 2006-03-21  Simon Josefsson  <jas@extundo.com>
5886
5887         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5888         <wilde@sha-bang.de>.
5889         (pgg-gpg-use-agent): New variable.
5890         (pgg-gpg-process-region): Use it.
5891         (pgg-gpg-encrypt-region): Likewise.
5892         (pgg-gpg-encrypt-symmetric-region): Likewise.
5893         (pgg-gpg-decrypt-region): Likewise.
5894         (pgg-gpg-sign-region): Likewise.
5895         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5896
5897 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5900
5901         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5902         Add comment on version.
5903
5904 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * smiley.el: Add missing test smiley.
5907
5908 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * mm-decode.el (mm-with-part): New macro.
5911         (mm-get-part): Use it; work with message/external-body as well.
5912         (mm-save-part): Treat name and filename equally.
5913
5914         * mm-extern.el (mm-extern-cache-contents): New function.
5915         (mm-inline-external-body): Use it; force the part to be displayed;
5916         move undisplayer added to the cached handle to the parent.
5917
5918         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5919         (gnus-mime-view-part-as-type): Work with message/external-body.
5920
5921         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5922
5923 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5926         images in image-load-path.  [Sync with image.el, revision 1.60, in
5927         Emacs.]
5928
5929 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5930
5931         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5932         path rather than symbol.  Always return list of directories.
5933         Guarantee that image directory comes first.  [Sync with image.el,
5934         revision 1.59, in Emacs.]
5935
5936         * message.el (message-make-tool-bar): Adjust to new API of
5937         `gmm-image-load-path-for-library'.
5938
5939         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5940
5941         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5942
5943 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5944
5945         * gnus-art.el (gnus-article-only-boring-p):
5946         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5947         intangible text.
5948         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5949
5950 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5953         `defun' instead of `gmm-defun-compat'.
5954
5955 2006-03-14  Simon Josefsson  <jas@extundo.com>
5956
5957         * message.el (message-unique-id): Don't use message-number-base36
5958         if (user-uid) is a float.
5959         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5960
5961 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5964
5965         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5966         empty line between a part and a message part.
5967
5968 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * smiley.el: Add more test smileys.
5971         (smiley-data-directory, smiley-regexp-alist)
5972         (gnus-smiley-file-types): Fix doc strings.
5973         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5974         adding new elements.
5975         (smiley-mouse-map): Unused code.  Make it a comment.
5976
5977 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5980         scan latest NoCeM messages instead of old ones.
5981         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5982         delimiters that are recently used.
5983         (gnus-nocem-load-cache): Add autoload cookie.
5984
5985         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5986
5987         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5988         level which is larger than gnus-use-nocem is specified.
5989
5990         * gnus-group.el (gnus-group-get-new-news): Ditto.
5991
5992 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-util.el (gnus-tool-bar-update): New function.
5995
5996         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5997         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5998
5999         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6000
6001         * gnus-group.el (gnus-group-redraw-when-idle)
6002         (gnus-group-redraw-check): Remove.
6003         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6004
6005 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6008         if optional last element is specified in splits (FIELD VALUE...).
6009
6010 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6013         to gmm-image-load-path-for-library.  Call with no-error argument.
6014         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6015
6016         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6017
6018         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6019
6020         * gmm-utils.el (gmm-image-load-path): Remove alias.
6021
6022 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * gmm-utils.el (gmm-image-load-path): Add alias.
6025
6026         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6027         nnml-generate-nov-databases-1.
6028         (nnml-generate-nov-databases): Use it.
6029         (nnml-generate-nov-databases-directory): Document no-active
6030         argument.
6031
6032         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6033         directory if path is t.  Add no-error.
6034
6035         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6036         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6037
6038         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6039         resetting gnus-article-browse-html-temp-list.
6040
6041         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6042         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6043         Add example to docstring.  Rename local variables.  Move error
6044         checks to default case in cond and simplify.
6045
6046 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6049         handle is multipart when calling it recursively.
6050         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6051
6052 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6053
6054         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6055         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6056
6057 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6060         is loaded.
6061
6062         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6063         loaded.
6064
6065 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6068         to "Emacs 23 (unicode)" in doc string.
6069
6070         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6071         "Emacs 23 (unicode)" in comment.
6072
6073 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6076
6077         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6078         characters 160 through 255 in Emacs 23.
6079
6080 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6083         gnus-article-browse-html-temp.
6084         (gnus-article-browse-delete-temp): Make it customizable.  Add
6085         `file'.  Adjust doc string.
6086         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6087         query for each file.  Adjust doc string.
6088         (gnus-article-browse-html-parts): Add
6089         `gnus-article-browse-delete-temp-files' to
6090         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6091
6092 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6093
6094         * gnus-art.el (gnus-article-browse-html-temp)
6095         (gnus-article-browse-delete-temp): New variables.
6096         (gnus-article-browse-delete-temp-files): New function.
6097         (gnus-article-browse-html-parts): Use it.
6098
6099 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6102
6103         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6104         string.
6105
6106         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6107         gnus-summary-insert-new-articles when unplugged.  Remove
6108         gnus-summary-search-article-forward.
6109
6110         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6111         display-visual-class instead of display-color-cells.
6112
6113 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * dgnushack.el: Autoload customize-group for XEmacs.
6116
6117         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6118         message/* containing non-ASCII text properly.
6119
6120 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * message.el: Require gmm-utils, remove autoloads.
6123         (message-tool-bar): Set default based on
6124         gmm-tool-bar-style.
6125         (message-tool-bar-gnome): Add gmm-customize-mode.
6126
6127         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6128         gmm-tool-bar-style.
6129         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6130
6131         * gnus-group.el (gnus-group-tool-bar): Set default based on
6132         gmm-tool-bar-style.
6133         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6134
6135         * gmm-utils.el (gmm-image-directory): Rename variable from
6136         gmm-image-load-path.
6137         (gmm-image-load-path): Use gmm-image-directory.
6138         (gmm-customize-mode): New function.
6139         (gmm-tool-bar-style): New variable.
6140
6141         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6142         gnus-group-redraw-line-number.
6143         (gnus-group-redraw-check): Simplify.
6144         (gnus-group-tool-bar-update): Remove redraw check.
6145         (gnus-group-make-tool-bar): Add redraw check.
6146
6147 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6148
6149         * gnus-art.el (gnus-button): Add missing parentheses.
6150
6151 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * lpath.el: Fbind line-number-at-pos.
6154
6155 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6158
6159 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-art.el (gnus-button): New face.
6162         (gnus-article-button-face): Use it.
6163
6164         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6165         gnus-summary-next-page.  Re-order.
6166
6167         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6168         next-node are now included.
6169         (gnus-group-redraw-line-number): New internal variable.
6170         (gnus-group-redraw-check): Helper function for updating the tool
6171         bar.
6172         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6173
6174         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6175
6176         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6177         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6178         Use it to match format of Spamassassin 3.0 and later.  Reported by
6179         IRIE Tetsuya <irie@t.email.ne.jp>.
6180         (spam-check-bogofilter)
6181         (spam-bogofilter-register-with-bogofilter): Fix args of
6182         `gnus-error' calls.
6183
6184 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6187         unnecessary interaction when sending queued mails.  Reported by
6188         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6189
6190 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6193         first or last are nil.
6194
6195 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6196
6197         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6198
6199 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6202
6203 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * dns.el (query-dns): Protect more against buggy tcp output.
6206
6207 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6210         nov.php.
6211
6212 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6213
6214         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6215         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6216         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6217         output on the server side.
6218         (nnweb-google-create-mapping): Update regexps and add some
6219         progress indication.
6220
6221 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6224         gnus-agent-toggle-plugged.  Re-order icons.
6225         (gnus-group-tool-bar-gnome): Add
6226         gnus-group-{prev,next}-unread-group.
6227         (gnus-group-tool-bar-gnome): Re-order icons.
6228
6229         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6230         gnus-summary-insert-new-articles.
6231
6232         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6233         comments.
6234
6235         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6236         also available in Emacs 21.3.
6237
6238         * message.el (message-fix-before-sending): Change "Emacs 22" to
6239         "Emacs 23 (unicode)" in comment.
6240
6241         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6242         "Emacs 23 (unicode)" in comment.
6243
6244         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6245         comment.
6246         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6247
6248         * mm-view.el (mm-fill-flowed): Add :version.
6249
6250 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6253         and load-path.
6254
6255 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * message.el: Autoload gmm-image-load-path.
6258         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6259         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6260         consitency.
6261
6262         * gmm-utils.el (gmm-image-load-path): Also search in
6263         "../etc/images".  Don't set gmm-image-load-path if we don't find
6264         the image.
6265
6266 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gmm-utils.el (gmm-image-load-path): Don't make
6269         `gmm-image-load-path' include subdirectories which the second arg
6270         `image' might specify.
6271
6272         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6273         subdirectory to icon file names.
6274
6275         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6276
6277 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6280         gmm-image-load-path calls.
6281
6282         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6283
6284         * message.el (message-make-tool-bar): Ditto.
6285
6286         * mml.el (mml-preview): Added comment concerning tool bar icons.
6287
6288         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6289         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6290
6291         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6292         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6293
6294         * message.el (message-tool-bar-gnome): Use new icon names.
6295         (message-make-tool-bar): Use `gmm-image-load-path'.
6296
6297         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6298         functions from MH-E.
6299         (gmm-image-load-path): New variable from MH-E.
6300         (gmm-image-load-path): New function from MH-E.  Added arguments
6301         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6302         *-image-load-path-called-flag.
6303
6304 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6305
6306         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6307
6308 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6309
6310         * nnimap.el (nnimap-request-move-article): Change folder back to
6311         source group before deleting.
6312
6313 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6316
6317         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6318         mm-url.
6319
6320         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6321
6322 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6325         coding system which mm-charset-to-coding-system returns for a
6326         given charset is valid.
6327
6328 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6329
6330         * html2text.el (html2text-remove-tag-list):
6331         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6332
6333 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6334
6335         * gnus-cus.el: Revert 2005-10-17 change.
6336
6337 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (article-strip-banner): Call
6340         article-really-strip-banner only when the regexp match is made.
6341
6342 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-art.el (article-strip-banner): Use
6345         gnus-extract-address-components instead of
6346         mail-header-parse-addresses to make it work with non-ASCII text;
6347         remove mail-encode-encoded-word-string.
6348
6349         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6350         values which are surrounded with \"...\"; make it never cause a
6351         Lisp error; give up parsing of parameters if it failed in
6352         extracting type.
6353
6354 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6355
6356         * smime.el (smime-cert-by-ldap-1): Fix bug where
6357         `smime-ldap-search' returns results without userCertificates.
6358
6359 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6362
6363 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * spam.el (spam-check-spamassassin-headers): Adapt format for
6366         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6367         <ari@mbf.ocn.ne.jp>.
6368         (spam-list-of-processors): Add spam-use-gmane.
6369
6370 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6373         make-temp-file; make it work with XEmacs as well.
6374
6375         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6376         mm-make-temp-file.
6377
6378         * mm-decode.el (mm-display-external): Use the 3rd arg of
6379         mm-make-temp-file.
6380         (mm-create-image-xemacs): Ditto.
6381
6382 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6385         with message-narrow-to-headers.
6386         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6387         (gnus-draft-check-draft-articles): New function.
6388         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6389
6390 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-art.el (gnus-article-browse-html-parts):
6393         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6394         Don't use suffix argument for mm-make-temp-file for Emacs 21
6395         compatibility.  Remove useless `format'.
6396
6397 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6398
6399         * nnweb.el (nnweb-google-wash-article): Update regexps.
6400         (nnweb-group-alist): Use defvoo instead of defvar.
6401
6402 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6405         re-loading nn* modules.
6406
6407 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6410         for `tool-bar-mode' and don't check it's default-value.
6411
6412         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6413
6414         * message.el (message-make-tool-bar): Ditto.
6415
6416         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6417         `substring'.  Shorten tmp-file name.
6418
6419         * gnus.el: Remove bogus comment.
6420
6421 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6422
6423         * gnus-art.el (gnus-article-browse-html-parts): New function.
6424         (gnus-article-browse-html-article): New function for viewing html
6425         articles with a browser.
6426
6427 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6428
6429         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6430         in elisp.
6431         (pgg-gpg-encrypt-symmetric-region): Ditto.
6432         (pgg-gpg-sign-region): Ditto.
6433
6434         * pgg-def.el (pgg-text-mode): New variable.
6435
6436         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6437         (mml2015-pgg-encrypt): Ditto.
6438
6439         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6440         (mml1991-pgg-encrypt): Ditto.
6441
6442 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6445         message-make-date instead of current-time-string.
6446
6447         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6448         to gnus-decoded which mm-uu might set.
6449
6450 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6453         don't decode quoted parameters; remove misimported Emacs code.
6454         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6455         (rfc2231-decode-encoded-string): Don't use split-string which
6456         behaves differently according to Emacs version; use
6457         mm-decode-coding-region to convert charset to coding-system.
6458         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6459         (rfc2231-encode-string): Remove misimported Emacs code.
6460
6461 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6464         when calling mail-header-parse-content-type.
6465         (article-de-quoted-unreadable): Ditto.
6466         (article-de-base64-unreadable): Ditto.
6467         (article-wash-html): Ditto.
6468
6469         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6470         calling mail-header-parse-content-type and
6471         mail-header-parse-content-disposition.
6472         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6473         mail-header-parse-content-type.
6474
6475         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6476         insert charset and format parameters; encode description after
6477         inserting it to buffer.
6478         (mml-insert-parameter): Fold lines properly even if a parameter is
6479         segmented into two or more lines; change the max column to 76.
6480
6481         * rfc1843.el (rfc1843-decode-article-body): Don't use
6482         ignore-errors when calling mail-header-parse-content-type.
6483
6484         * rfc2231.el (rfc2231-parse-string): Return at least type if
6485         possible; don't cause an error even if it fails in parsing of
6486         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6487         (rfc2231-encode-string): Don't break lines at the beginning, leave
6488         it to mml-insert-parameter.
6489
6490         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6491         calling mail-header-parse-content-type.
6492
6493 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * spam-report.el (spam-report-gmane-use-article-number):
6496         Improve doc string.
6497         (spam-report-gmane-internal): Check if a suitable header was found
6498         in the article.
6499
6500 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6503         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6504
6505 2006-02-05  Romain Francoise  <romain@orebokech.com>
6506
6507         Update copyright notices of all files in the gnus directory.
6508
6509 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6510
6511         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6512
6513 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6516         segmented lines of parameter value to cope with Thunderbird 1.5
6517         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6518         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6519         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6520
6521 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6522
6523         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6524         parts.
6525
6526 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6527
6528         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6529         there's only one active file for all servers.
6530         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6531         solid groups.  Gnus might have used a FAST request to select the group.
6532         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6533         and nnweb-search redundantly in the active file.
6534         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6535         (nnweb-request-create-group): Don't use ARGS.
6536         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6537         initialisations.  Let nnoo do the work.
6538
6539 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6542         Say the part has been decoded.
6543
6544         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6545
6546 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6547
6548         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6549         mailcap-viewer-test-cache when there's no 'test clause, since that
6550         will invert the meaning of a "nil" test previously determined by
6551         mailcap-mailcap-entry-passes-test.
6552
6553 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6556         compiling.
6557
6558         * gnus-sum.el: Ditto.
6559
6560         * message.el: Don't bind tool-bar-map when compiling.
6561
6562 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6565
6566 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6567
6568         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6569         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6570         current Google Groups.
6571
6572 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6575         and tool-bar-mode.
6576
6577         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6578         and tool-bar-mode.
6579
6580         * message.el (message-tool-bar-update): Simplify.
6581         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6582
6583         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6584         gnus-summary-buffer.
6585         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6586         gnus-summary-reply.
6587
6588         * gmm-utils.el (gmm): Add :version.
6589
6590 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * Makefile.in (clean): New rule.
6593         (distclean): Use it.
6594
6595 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6596
6597         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6598         autoload.
6599
6600 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gmm-utils.el (gmm-verbose): Add :group.
6603
6604 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * message.el: Change some comments WRT tool-bars.
6607
6608         * gnus-sum.el (gnus-summary-tool-bar)
6609         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6610         (gnus-summary-tool-bar-zap-list): New variables.
6611         (gnus-summary-make-tool-bar): Complete rewrite using
6612         `gmm-tool-bar-from-list'.
6613
6614         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6615         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6616         variables.
6617         (gnus-group-make-tool-bar): Complete rewrite using
6618         `gmm-tool-bar-from-list'.
6619         (gnus-group-tool-bar-update): New function.
6620
6621         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6622
6623 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6626         is dissected into a single part of which the type is the same as
6627         the given one; decode charset.
6628
6629 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6630
6631         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6632         into alists as symbol not string, since that's what
6633         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6634         look for.
6635
6636 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6639         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6640
6641         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6642
6643 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6646         (gnus-xmas-mime-security-button-menu): New function.
6647
6648         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6649         (gnus-mime-security-button-menu): New definition.
6650         (gnus-mime-security-button-map): Use them.
6651         (gnus-mime-security-button-menu): New function.
6652         (gnus-insert-mime-security-button): Addition to help echo.
6653         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6654         (gnus-mime-security-pipe-part): New functions.
6655
6656         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6657         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6658
6659         * mm-decode.el (mm-handle-set-disposition): Remove.
6660         (mm-handle-set-description): Remove.
6661
6662 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6665         (mm-w3m-standalone-supports-m17n-p): New function.
6666         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6667         w3m usage.
6668
6669         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6670         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6671
6672 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * message.el (message-tool-bar-zap-list): Use
6675         gmm-tool-bar-zap-list as custom type.
6676         (message-tool-bar-update): New function.
6677         (message-tool-bar, message-tool-bar-gnome)
6678         (message-tool-bar-retro): Add message-tool-bar-update.
6679         (message-tool-bar-gnome): Add flyspell-buffer.
6680
6681         * gnus-util.el (gnus-error): Describe `args'.
6682
6683         * gmm-utils.el (gmm-error): Describe `args'.
6684         (gmm-tool-bar-zap-list): New widget.
6685         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6686
6687 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6690         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6691         the number of recursive calls.
6692
6693         * mm-decode.el (mm-handle-set-disposition): New macro.
6694         (mm-handle-set-description): New macro.
6695
6696 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6699         encoding.
6700
6701 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * message.el (message-tool-bar-zap-list, message-tool-bar)
6704         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6705         (message-tool-bar-local-item-from-menu): Remove.
6706         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6707         (message-make-tool-bar): New function.
6708         (message-mode): Use `message-make-tool-bar'.
6709
6710         * gmm-utils.el: New file.
6711         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6712         (gmm-lazy): New widget copied from `nnmail.el'.
6713         (gmm-tool-bar-from-list): New function for creating customizable
6714         tool bars.
6715         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6716         output.
6717         (gmm): Add :prefix to defgroup.
6718
6719 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6720
6721         * gmm-utils.el (gmm-widget-p): New function.
6722
6723 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * mml.el (mml-attach-file): Describe `description' in doc string.
6726         (mml-menu): Add Emacs MIME manual and PGG manual.
6727
6728 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6729
6730         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6731
6732 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6733
6734         * nntp.el (nntp-end-of-line): Doc fix.
6735
6736 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6737
6738         * imap.el (imap-open): Handle case where buffer is a buffer
6739         object.
6740
6741 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * gnus-delay.el (gnus-delay): Don't autoload.
6744         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6745         to be re-loaded when customizing the `gnus-delay' group.
6746
6747 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6748
6749         * message.el (message-insert-citation-line): Use newlines.
6750
6751 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6752
6753         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6754         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6755         these routines, so the passphrase can be managed externally and
6756         passed in to the system.
6757         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6758         pgg-add-passphrase-to-cache function.
6759
6760         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6761         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6762         these routines, so the passphrase can be managed externally and
6763         passed in to the system.
6764         (pgg-pgp5-sign-region): Use new name of
6765         pgg-add-passphrase-to-cache function.
6766
6767 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6768
6769         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6770         part of the decoded armor to find the key-identifier.
6771         (pgg-gpg-lookup-key-owner): New function to return the
6772         human-readable identifier of a key owner.
6773         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6774         itself.
6775         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6776         the key value) if we have a key and can match it against a secret
6777         key.  Also, added a note pointing out fact that the prompt only
6778         indicates the first matching key.
6779
6780         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6781         pgg-decrypt-region.
6782         (pgg-add-passphrase-to-cache): Rename from
6783         `pgg-add-passphrase-cache' to reduce confusion (all callers
6784         changed).
6785         (pgg-remove-passphrase-from-cache): Rename from
6786         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6787         changed).
6788         (pgg-read-passphrase, pgg-add-passphrase-cache)
6789         (pgg-remove-passphrase-cache): Add informative docstrings.
6790         (pgg-decrypt): Convey provided passphrase in subordinate call to
6791         pgg-decrypt-region.
6792
6793 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6794
6795         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6796         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6797         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6798         'passphrase' argument, so the passphrase can be managed externally
6799         and then passed in to the system.
6800
6801         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6802         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6803         so the passphrase cache can be used reliably with identifiers
6804         besides a pgp packet's key id.
6805
6806         * pgg-gpg.el (pgg-gpg-encrypt-region)
6807         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6808         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6809         these routines, so the passphrase can be managed externally and
6810         passed in to the system.
6811
6812         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6813         'notruncate' argument, so the passphrase cache can be used
6814         reliably with identifiers besides a pgp packet's key id.
6815
6816 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6817
6818         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6819         symmetric encryption.
6820         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6821         encrypted session key.
6822         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6823         message ask for the passphrase in a proper way.
6824
6825         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6826         New user commands for symmetric encryption.
6827
6828 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6831
6832         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6833
6834 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6835
6836         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6837
6838 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * mm-decode.el (mm-inlined-types): Add application/pgp.
6841         (mm-automatic-display): Ditto.
6842
6843         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6844         part as text.
6845
6846 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * nnrss.el: Update copyright.
6849         (nnrss-opml-import): Query whether to subscribe to each entry.
6850
6851         * gnus-art.el:
6852         * gnus-sum.el:
6853         * gnus-xmas.el:
6854         * messagexmas.el:
6855         * mm-uu.el:
6856         * mm-view.el: Update copyright.
6857
6858 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * message.el (message-info): New function.
6861         (message-mode-menu): Add it.
6862         Update copyright.
6863
6864         * ChangeLog: Fix and update copyright.
6865
6866 2006-01-13  Romain Francoise  <romain@orebokech.com>
6867
6868         * message.el (message-forward-subject-name-subject): Prefer the
6869         address to 'nowhere' if the sender has no name.
6870         Fix typo.  Update copyright year.
6871
6872 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-art.el (article-wash-html): Use
6875         gnus-summary-show-article-charset-alist if a numeric arg is given.
6876         (gnus-article-wash-html-with-w3m-standalone): New function.
6877
6878         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6879         mm-inline-text-html-render-with-w3m-standalone.
6880         (mm-text-html-washer-alist): Map w3m-standalone to
6881         gnus-article-wash-html-with-w3m-standalone.
6882         (mm-inline-text-html-render-with-w3m-standalone): New function.
6883
6884 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6887         Improve LaTeX.
6888
6889 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6892         (nnrss-request-article): Render text/plain parts as HTML.
6893
6894         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6895         the buffer.
6896
6897 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6900         custom definition of `gnus-posting-styles'.
6901
6902         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6903         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6904
6905 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6908         Use nntp for bug archive.
6909
6910 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6913         parts.
6914         (nnrss-normalize-date): New function converts ISO 8601 date into
6915         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6916         (nnrss-check-group): Use it.
6917
6918 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6921
6922         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6923         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6924         (nnrss-insert-w3): Ditto.
6925
6926 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6929         the articles to be forwarded including the case where neither a
6930         number of articles nor a region is specified.
6931
6932 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * nnrss.el (nnrss-request-article): Fix last change; fill
6935         text/plain parts.
6936
6937 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6940         in text/plain part.
6941         (nnrss-check-group): Don't add excessive newline to dc:subject.
6942
6943 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6944
6945         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6946         article.
6947
6948 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6951         (nnml-use-compressed-files, nnml-save-mail): Support other
6952         comression programs such as bzip2.
6953
6954 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * dns.el (query-dns): Make sure we check the buffer size before
6957         removing tcp headers.
6958
6959 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6962         remove MIME buttons associated with multipart/alternative parts.
6963         (gnus-mime-display-alternative): Tag buttons using `article-type'
6964         text property.
6965
6966         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6967         associated with multipart/alternative parts.
6968
6969         * gnus-art.el (gnus-signature-separator): Fix custom type.
6970
6971         * mm-decode.el (mm-inlined-types): Fix custom type.
6972         (mm-keep-viewer-alive-types): Ditto.
6973         (mm-automatic-display): Ditto.
6974         (mm-attachment-override-types): Ditto.
6975         (mm-inline-override-types): Ditto.
6976         (mm-automatic-external-display): Ditto.
6977
6978 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * spam-report.el (spam-report-user-mail-address)
6981         (spam-report-user-agent): New variables.
6982         (spam-report-url-ping-plain): Use spam-report-user-agent.
6983
6984 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6985
6986         * gnus-art.el (gnus-button-handle-custom): Do not just use
6987         `customize-apropos' for any "M-x customize-*" button but the
6988         function called for.  Accept both the function name and its
6989         argument in order to achieve this.
6990         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6991         function name to `gnus-button-handle-custom' in case of "M-x
6992         customize-*" buttons.
6993
6994 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6997         multipart/alternative and add xref to mm-discouraged-alternatives
6998         in doc string.
6999
7000         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7001         gnus-buttonized-mime-types in doc string.
7002
7003 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7006         Suggest image/.* in the doc string.
7007
7008 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7011         message-marks (Debian bug #342521).
7012
7013 2005-12-12  Simon Josefsson  <jas@extundo.com>
7014
7015         * password.el (password-read-from-cache): Add.
7016         (password-read): Use it.
7017
7018 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7021         us-ascii as a MIME charset.
7022
7023         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7024         against the case where the 2nd arg TYPE is nil.
7025
7026 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * pop3.el (pop3-stream-type): Fix custom version.
7029
7030         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7031
7032 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7033
7034         * mm-decode.el (mm-display-external): Add missing cdr.
7035
7036 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7039         RFC1524) if it is in mailcap or add a suffix according to
7040         mailcap-mime-extensions when generating a temp filename; postpone
7041         deleting a temp file for 2 seconds for some wrappers, shell
7042         scripts, and so on, which might exit right after having started a
7043         viewer command as a background job.
7044
7045 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * nntp.el (nntp-marks-directory): Fix custom group.
7048
7049         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7050         steps when < 10.
7051
7052         * gnus-start.el (gnus-no-server-1): Mention
7053         `gnus-level-default-subscribed' in doc string.
7054
7055 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7056
7057         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7058         parens.
7059
7060 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-xmas.el (gnus-use-toolbar): Revert.
7063         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7064         gnus-use-toolbar is default.
7065
7066         * messagexmas.el (message-use-toolbar): Revert.
7067         (message-setup-toolbar): Use global default-toolbar if
7068         message-use-toolbar is default.
7069
7070 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7073         according to default-toolbar-visible-p.
7074
7075         * messagexmas.el (message-use-toolbar): Ditto.
7076
7077 2005-11-26  Dave Love  <fx@gnu.org>
7078
7079         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7080         (tls-program, tls-success): Provide openssl alternative.
7081
7082         * starttls.el: Doc fixes.
7083         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7084         SERVICE to PORT.
7085
7086         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7087         port null or service name.
7088         (starttls-negotiate): Autoload.
7089
7090 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * message.el (message-kill-to-signature): Fix interactive spec.
7093
7094 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * pop3.el (pop3-open-server): Recognize a string as a service name.
7097
7098 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7099
7100         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7101
7102 2005-11-23  Dave Love  <fx@gnu.org>
7103
7104         Add pop3s, pop3/starttls.
7105
7106         * pop3.el (pop3-authentication-scheme): Clarify doc.
7107         (open-tls-stream, starttls-open-stream): Autoload.
7108         (pop3-stream-type): New.
7109         (pop3-open-server): Use it.
7110
7111         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7112         for POP.
7113         (mail-source-keyword-map): Add :stream for POP.
7114         (mail-source-fetch-pop): Use pop3-stream-type.
7115
7116 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7119         of current-time-string.
7120
7121 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7122
7123         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7124         date header.
7125
7126 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7127
7128         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7129         it can seriously impact performance as it bypasses the agent's
7130         local caches.
7131
7132 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7133
7134         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7135         must be explicitly online rather than "not explicitly offline" for
7136         its flags to be synchronized.
7137
7138         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7139         that gnus-uu-unmark-thread will function correctly.
7140
7141         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7142         1024K is instead displayed as 1M.
7143
7144 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7147
7148 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7149
7150         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7151
7152 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7153
7154         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7155         error message to display actual error condition.
7156         (gnus-agent-save-local): Avoid saving symbols that are bound to
7157         nil as they simply result in a warning message in
7158         gnus-agent-read-local.
7159
7160 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7163         rather than make-variable-buffer-local for file-precious-flag.
7164
7165 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7166
7167         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7168         for duplicates which are removed.  The invalid sort check then
7169         triggers a rescan after the sort as sorting may have moved
7170         duplicate entries such that they can be cheaply detected.
7171
7172 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7175
7176 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7177
7178         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7179         internal variable to a custom variable.  Changed default value
7180         from compressed(2) to uncompressed(1).
7181         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7182         support for uncompressed agentview files.  Taken together, reading
7183         the agentview file should now be 6-7 times faster.
7184
7185 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7186
7187         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7188         as a buffer-local variable.  This avoids creating truncated
7189         dribble files as a result of a hang up, eg.
7190
7191 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7192
7193         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7194         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7195         XEmacs.
7196
7197 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-start.el (gnus-start-draft-setup): Enforce
7200         `gnus-draft-mode' for nndraft:drafts at startup.
7201
7202         * gnus.el (gnus-splash): Change custom group.
7203         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7204         allow-list argument.
7205
7206         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7207         string.
7208
7209 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * gnus-art.el (gnus-default-article-saver): Add user-defined
7212         `function' to custom type.
7213
7214 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7215
7216         * imap.el (imap-open): Handle case where buffer is a buffer
7217         object.
7218
7219 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7222         long lines.
7223         (gnus-cache-delete-group): Wrap doc strings.
7224
7225         * gnus-agent.el (gnus-agent-rename-group)
7226         (gnus-agent-delete-group): Wrap doc strings.
7227
7228 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * messagexmas.el (message-use-toolbar): Change the valid values
7231         into default, top, bottom, left, and right.
7232         (message-toolbar-thickness): New variable.
7233         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7234         well.
7235         (message-setup-toolbar): Make it work.
7236
7237         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7238         (gnus-use-toolbar): Change the valid values into default, top,
7239         bottom, left, and right.
7240         (gnus-toolbar-thickness): New variable.
7241         (gnus-xmas-setup-toolbar): New function.
7242         (gnus-xmas-setup-group-toolbar): Use it.
7243         (gnus-xmas-setup-summary-toolbar): Use it.
7244
7245 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7246
7247         * gnus-start.el (gnus-1): Add "native" to
7248         gnus-predefined-server-alist.
7249
7250         * gnus.el (gnus-method-to-server): Don't add "native" to the
7251         lists here, because that leads to problems when
7252         gnus-select-method is bound.
7253
7254 2005-11-09  Simon Josefsson  <jas@extundo.com>
7255
7256         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7257         use (not sort-by-date) instead.
7258
7259 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7260
7261         * gnus-delay.el (gnus-delay-group): Don't autoload.
7262         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7263         to be re-loaded when customizing the `gnus-delay' group.
7264
7265 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7266
7267         * message.el: Revert last changes.
7268         (message-insert-citation-line): Use newlines.
7269
7270 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7271
7272         * message.el (message-courtesy-message)
7273         (message-mark-insert-begin, message-mark-insert-end)
7274         (message-elide-ellipsis, message-cancel-message)
7275         (message-add-header, message-change-subject)
7276         (message-cross-post-followup-to-header)
7277         (message-cross-post-insert-note, message-reduce-to-to-cc)
7278         (message-widen-reply, message-delete-not-region)
7279         (message-kill-to-signature, message-insert-signature)
7280         (message-insert-importance-high, message-insert-importance-low)
7281         (message-insert-or-toggle-importance)
7282         (message-insert-disposition-notification-to)
7283         (message-indent-citation, message-yank-original)
7284         (message-cite-original-without-signature, message-cite-original)
7285         (message-insert-citation-line, message-position-on-field)
7286         (message-fix-before-sending, message-send-mail-partially)
7287         (message-send-mail, message-send-mail-with-sendmail)
7288         (message-send-mail-with-qmail, message-send-news)
7289         (message-check-news-header-syntax, message-generate-headers)
7290         (message-insert-courtesy-copy, message-fill-address)
7291         (message-fill-header, message-shorten-references)
7292         (message-setup-1, message-cancel-news)
7293         (message-forward-make-body-plain, message-forward-make-body-mime)
7294         (message-forward-make-body-mml, message-encode-message-body)
7295         (message-forward-make-body-digest-plain)
7296         (message-forward-make-body-digest-mime)
7297         (message-use-alternative-email-as-from): Insert `hard-newline'
7298         instead of ordinary newlines.
7299
7300 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * message.el (message-generate-headers): Downcase the argument
7303         given to message-check-element.
7304
7305 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7306
7307         * nntp.el (nntp-authinfo-rejected): New error condition.
7308         (nntp-wait-for): Use new error condition to signal authentication
7309         error.
7310         (nntp-retrieve-data): Rethrow new error condition to break out of
7311         recursive call to nntp-send-authinfo.
7312
7313 2005-11-08  Romain Francoise  <romain@orebokech.com>
7314
7315         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7316         (gnus-summary-exit-map): Bind to `Z p'.
7317         (gnus-summary-make-menu-bar): Add menu item.
7318
7319 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7322         (gnus-treat-*): Add `first' in all doc strings.
7323
7324         * gnus-group.el (gnus-group-compact-group): Fix typo.
7325
7326 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus.el (gnus-parameters-case-fold-search): New variable.
7329         (gnus-parameters-get-parameter): Use it.
7330
7331         * gnus-score.el (gnus-home-score-file): Doc fix.
7332
7333 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7334
7335         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7336
7337 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * mm-util.el (mm-special-display-p): New function.
7340
7341         * mml.el (mml-preview): Use it; doc fix.
7342
7343 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7344
7345         * imap.el (imap-open): Handle case where buffer is a buffer object.
7346
7347 2005-10-29  Romain Francoise  <romain@orebokech.com>
7348
7349         * message.el (message-fix-before-sending): Fix comment.
7350
7351 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7352
7353         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7354
7355 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7356
7357         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7358         Used in gnus-score.el.
7359
7360 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7363
7364 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7367         whitespace removed in revision 7.8.  Use concatenated string to
7368         protect trailing whitespace.
7369
7370 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7371
7372         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7373         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7374         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7375         Courier IMAP ("some version from 2004").  Mostly based on similar
7376         code in the same function.
7377
7378 2005-10-26  Didier Verna  <didier@xemacs.org>
7379
7380         * gnus-group.el (gnus-group-compact-group): Invalidate original
7381         article buffer.
7382         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7383         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7384         NOV database and in article itself.
7385         Invalidate article backlog.
7386
7387 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7390
7391 2005-10-26  Simon Josefsson  <jas@extundo.com>
7392
7393         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7394         part of 2004-07-25 change.
7395
7396 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * message.el (message-display-completion-list): New function.
7399         (message-expand-group): Use it; make sure the Completions buffer
7400         is modifiable.
7401 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7402
7403         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7404         user-mail-name is an empty string.
7405
7406 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7409         depending on gnus-score-decay-constant.
7410
7411         * encrypt.el (encrypt-insert-file-contents)
7412         (encrypt-write-file-contents): Don't use `gnus-message'.
7413
7414         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7415         arguments.
7416         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7417         arguments to mm-uu-verbatim-marks-extract.
7418         (mm-uu-hide-markers): New variable.
7419         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7420
7421         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7422         (gnus-convert-image-to-face-command): Use "convert" by default to
7423         allow other input image formats.
7424         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7425         accordingly.
7426
7427 2005-10-23  Simon Josefsson  <jas@extundo.com>
7428
7429         * imap.el (imap-gssapi-program): Align command line parameters
7430         with latest GNU SASL.
7431         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7432
7433 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7436         HTML.
7437         (nnslashdot-request-article): Ditto.
7438
7439         * lpath.el (featurep): Add nobreak-char-display.
7440
7441 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7442
7443         * mail-source.el (mail-source-fetch-pop): Require pop3.
7444         (mail-source-check-pop): Ditto.
7445
7446 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7449         errors.
7450
7451 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7454         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7455
7456         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7457
7458         * mm-bodies.el (mm-decode-string): Call
7459         `mm-charset-to-coding-system' with allow-override argument.
7460
7461 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7464         (rfc2047-charset-to-coding-system): New function.
7465         (rfc2047-decode-encoded-words): New function.
7466         (rfc2047-decode-region): Use them.
7467         (rfc2047-decode-cte): Remove.
7468         (rfc2047-parse-and-decode): Remove.
7469         (rfc2047-decode): Remove.
7470
7471 2005-10-15  Kenichi Handa  <handa@m17n.org>
7472
7473         * rfc2047.el (rfc2047-decode-cte): New function.
7474         (rfc2047-decode-region): Change the way to decode successive
7475         encoded-words: decode B- or Q-encoding in each encoded-word,
7476         concatenate them, and decode it as charset.
7477
7478 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * lpath.el: Fbind codepage-setup for XEmacs.
7481
7482 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7483
7484         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7485         widget-move-and-invoke.
7486         (gnus-custom-mode): Use gnus-custom-map.
7487
7488 2005-10-15  Bill Wohler  <wohler@newt.com>
7489
7490         * message.el (message-tool-bar-map): Renamed image file from
7491         mail_send to mail/send.
7492
7493 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7494
7495         * message.el (message-expand-group): Pass the common
7496         prefix substring of completion to `display-completion-list'.
7497
7498 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * mml-sec.el (mml-secure-method): New internal variable.
7501         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7502         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7503         functions using mml-secure-method.
7504
7505         * mml.el (mml-mode-map): Add key bindings for those functions.
7506         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7507         Harder <harder@myrealbox.com>.
7508         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7509         end of message if point is the headers of the message.
7510
7511         * message.el (message-in-body-p): New function.
7512
7513         * assistant.el: Autoload gnus-util and netrc.
7514
7515         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7516         Use `mm-charset-override-alist' only when decoding.
7517
7518         * mm-bodies.el (mm-decode-body): Call
7519         `mm-charset-to-coding-system' with allow-override argument.
7520
7521         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7522         `filename' from Content-Disposition if Content-Type doesn't
7523         provide `name'.
7524         (gnus-mime-view-part-as-type): Set default instead of
7525         initial-input.
7526
7527 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7528
7529         * format-spec.el (format-spec): Propagate text properties of % spec.
7530
7531 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-art.el (gnus-treat-predicate): Add `first'.
7534
7535 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7538         (mm-charset-override-alist): New variable.
7539         (mm-charset-to-coding-system): Use it.
7540         (mm-codepage-setup): New helper function.
7541         (mm-charset-eval-alist): New variable.
7542         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7543         about unknown charsets.
7544
7545         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7546
7547 2005-10-04  David Hansen  <david.hansen@gmx.net>
7548
7549         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7550         (nnrss-check-group): Ditto.
7551
7552 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7555         Rename x-gnus-verbatim to x-verbatim.
7556         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7557
7558         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7559         x-verbatim.
7560
7561         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7562
7563         * gnus-util.el (gnus-remove-duplicates): Remove.
7564
7565         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7566         instead of gnus-remove-duplicates.
7567
7568         * message.el (message-remove-duplicates): Remove.
7569         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7570         message-remove-duplicates.
7571
7572         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7573         available, else use implementation from `delete-dups'.
7574
7575         * message.el (message-insert-expires): New function.
7576         (message-mode-map): Add key binding.
7577         (message-mode-field-menu): Add menu entry.
7578         (message-mode): Document it.
7579         (message-make-expires-date): Use `message-make-date'.
7580
7581 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7582
7583         * message.el (message-make-expires-date): New function.
7584
7585 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * Makefile.in (list-installed-shadows): New entry.
7588         (install): Use it.
7589         (remove-installed-shadows): New entry.
7590
7591         * dgnushack.el (dgnushack-default-load-path): New variable.
7592         (dgnushack-find-lisp-shadows): New function.
7593         (dgnushack-remove-lisp-shadows): New function.
7594
7595 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * Makefile.in (install-el-elc): New entry.
7598         (install): Use it so that .el files are necessarily installed.
7599
7600 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7603
7604 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7605
7606         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7607         function rather than the diff-mode.el package.
7608         (mm-display-external): Use with-current-buffer.
7609         (mm-viewer-completion-map, mm-viewer-completion-map):
7610         Move initialization inside declaration.
7611
7612 2005-09-29  Simon Josefsson  <jas@extundo.com>
7613
7614         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7615         autoload mail-check-payment.
7616         (spam-check-hashcash): Define unconditionally, since hashcash.el
7617         is part of Gnus now.  Ignore errors from payment checking.
7618
7619 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * message.el (message-bold-region, message-unbold-region): Rename
7622         from `bold-region' and `unbold-region'.
7623
7624         * message.el: Remove useless autoloads.
7625
7626 2005-09-28  Simon Josefsson  <jas@extundo.com>
7627
7628         * message.el (message-use-idna): Default to t.
7629         (message-use-idna): Test whether encoding works too.  Doc fix.
7630
7631 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * nntp.el (nntp-warn-about-losing-connection): Remove.
7634
7635 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7638         customizable.  Change default value.
7639         (mm-uu-diff-groups-regexp): Change default value.
7640         (mm-uu-type-alist): Add doc string.
7641         (mm-uu-configure): Add doc string.  Make it interactive.
7642         (mm-uu-tex-groups-regexp): New variable.
7643         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7644         (mm-uu-type-alist): Add LaTeX documents.
7645         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7646         of "text/verbatim".
7647         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7648
7649         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7650         instead of "text/verbatim".
7651
7652         * message.el (message-mark-inserted-region)
7653         (message-mark-insert-file): Use slrn style marks when called with
7654         prefix argument.
7655
7656 2005-09-27  Simon Josefsson  <jas@extundo.com>
7657
7658         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7659
7660 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7661
7662         * message.el (message-remove-duplicates): New function.
7663         Implementation borrowed from `gnus-remove-duplicates'.
7664         (message-idna-to-ascii-rhs): Also encode idna addresses in
7665         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7666         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7667         only ask about the same idna domain once per header and also tell
7668         in what header to replace the idna domain.
7669
7670         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7671         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7672         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7673         a header is decoded and not just the last one.
7674
7675 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7678         has been decoded.
7679
7680         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7681         (mm-insert-part): Don't modify text if it has been decoded.
7682
7683         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7684         decoded.
7685
7686         * mm-view.el (mm-inline-text): Don't strip text props unless
7687         decoding enriched or richtext parts.
7688
7689 2005-09-25  Romain Francoise  <romain@orebokech.com>
7690
7691         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7692         * gnus-start.el (gnus-subscribe-interactively):
7693         * gnus-uu.el (gnus-uu-grab-articles):
7694         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7695         space.
7696
7697 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7698
7699         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7700         * mm-view.el (mm-view-pkcs7-decrypt):
7701         * gnus-sum.el (gnus-summary-limit-to-extra)
7702         (gnus-summary-respool-article, gnus-read-move-group-name):
7703         * gnus-score.el (gnus-summary-increase-score):
7704         * gnus-util.el (gnus-completing-read-with-default):
7705         * gnus-art.el (gnus-read-save-file-name)
7706         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7707         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7708         * message.el (message-check-news-header-syntax):
7709         Follow convention for reading with the minibuffer.
7710
7711 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * spam-report.el (spam-report-url-ping-plain):
7714         Use gnus-extended-version as User-Agent.
7715
7716         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7717         default value is nil.
7718
7719         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7720         (mm-uu-verbatim-marks-extract): New function.
7721         (mm-uu-extract): New face.
7722         (mm-uu-copy-to-buffer): Use it.
7723
7724         * spam-report.el (spam-report-gmane-ham): Renamed from
7725         `spam-report-gmane-unspam'.
7726         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7727         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7728
7729         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7730         Autoload.
7731         (spam-report-gmane-unregister-routine): Renamed
7732         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7733
7734 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7737         (spam-report-gmane-unregister-routine): Add support for gmane
7738         unregistration.
7739
7740         * spam-report.el (spam-report-gmane-unspam)
7741         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7742         (spam-report-gmane): Change to take a single article and do unspam
7743         registration.
7744
7745 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * mm-url.el (mm-url-decode-entities): Fix regexp.
7748
7749 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750
7751         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7752         default to nil, to be able to use Gnus at all.  If the default
7753         switches to something else, then the function should be fixed not
7754         be exceedingly slow.
7755
7756 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7759         fail hard.
7760
7761         * spam-report.el: Add better Keywords line.
7762
7763         * spam.el: Add Maintainer and better Keywords line.
7764
7765 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gnus-art.el (gnus-article-replace-part)
7768         (gnus-mime-replace-part): New functions.
7769         (gnus-mime-action-alist, gnus-mime-button-commands)
7770         (gnus-mime-save-part-and-strip): Added file argument.
7771         (gnus-article-part-wrapper): Added interactive argument.
7772
7773         * gnus-sum.el (gnus-summary-mime-map): Add
7774         `gnus-article-replace-part'.
7775
7776 2005-09-19  Didier Verna  <didier@xemacs.org>
7777
7778         The nnml compaction feature:
7779         * nnml.el (nnml-request-compact-group): New function.
7780         * nnml.el (nnml-request-compact): New function.
7781         * gnus-int.el (gnus-request-compact-group): New function.
7782         * gnus-int.el (gnus-request-compact): New function.
7783         * gnus-group.el (gnus-group-compact-group): New function.
7784         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7785         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7786         * gnus-srvr.el (gnus-server-compact-server): New function.
7787         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7788         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7789
7790 2005-09-18  Deepak Goel  <deego@gnufans.org>
7791
7792         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7793         format spec.
7794
7795 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7798
7799 2005-09-15  Romain Francoise  <romain@orebokech.com>
7800
7801         * message.el (message-fill-paragraph): Clarify docstring.
7802
7803 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-art.el (gnus-mime-display-part): Protect against broken
7806         MIME messages.
7807
7808 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7811         before parsing header.
7812
7813 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7814
7815         * html2text.el (html2text-replace-list): Add new entities.
7816
7817 2005-09-11  Romain Francoise  <romain@orebokech.com>
7818
7819         * message.el (message-alternative-emails): Improve docstring.
7820         (message-setup-1): Call `message-use-alternative-email-as-from'
7821         after `message-setup-hook' to give it precedence over posting
7822         styles, etc.
7823         (message-use-alternative-email-as-from): Add docstring.  Remove
7824         the original From header if present.
7825
7826         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7827         (nnml-save-mail): Use it.
7828
7829         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7830         articles.  Add new argument `silent'.
7831         (gnus-uu-mark-all): Report the total number of marked articles.
7832
7833 2005-09-10  Romain Francoise  <romain@orebokech.com>
7834
7835         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7836         (gnus-uu-mark-series): Likewise.
7837
7838 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * spam-report.el (spam-report-gmane): Fix generation of spam
7841         report URL.
7842
7843 2005-09-10  Simon Josefsson  <jas@extundo.com>
7844
7845         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7846         t, based on discussion on the ding list with Robert Epprecht
7847         <epprecht@solnet.ch>.
7848
7849 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * spam-report.el (spam-report-gmane): Make it work without
7852         X-Report-Spam header.  Gmane now only provides Archived-At.
7853         This is only used if `spam-report-gmane-use-article-number' is nil.
7854         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7855
7856         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7857         make `gnus-summary-sort-by-recipient' work with threading.
7858
7859         * nnweb.el (nnweb-google-wash-article): Print a message if article
7860         is not available.
7861
7862 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7863
7864         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7865         change.  Decode text/* parts content before displaying.
7866
7867 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7870
7871 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7874
7875         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7876         url-package-name, url-package-version,
7877         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7878         w3m-display-inline-images, and w3m-minor-mode-map.
7879
7880 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * message.el (message-tab-body-function): Fix mismatched custom type.
7883
7884         * gnus.el (gnus-group-change-level-function): Ditto.
7885
7886         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7887
7888         * gnus-art.el (gnus-signature-limit)
7889         (gnus-article-mime-part-function): Ditto.
7890
7891 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * mml.el (mml-mode): Silence the byte compiler.
7894
7895         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7896         using `(sit-for 0)' before moving the point to the specified part;
7897         skip unbuttonized parts.
7898         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7899         return to the summary window if gnus-auto-select-part is non-nil.
7900
7901 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7904         variables.
7905         (mml-dnd-attach-file, mml-mode): Use them.
7906
7907         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7908         Make fetching article by MID work again for Google Groups.  Added
7909         FIXME concerning gnus-group-make-web-group.
7910
7911         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7912         Don't depend on Gnus by using mail-extract-address-components if
7913         gnus-extract-address-components is not bound.
7914
7915 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-art.el (gnus-mime-display-security): Don't display the
7918         signature, but only the signed part.
7919
7920 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7923
7924         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7925         list, not listp.
7926
7927 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7928
7929         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7930         when encoding.
7931
7932         * mm-bodies.el (mm-decode-content-transfer-encoding):
7933         De-canonicalize CRLF for all text content types, not just
7934         text/plain.
7935
7936 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7939         valid article; point arrow and cursor at the MIME button.
7940
7941 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7944         Suggested by Dan Christensen <jdc@uwo.ca>.
7945
7946         * mm-decode.el (mm-save-part): Enable change of prompt.
7947
7948 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7949
7950         * gnus-msg.el (gnus-inews-add-send-actions): Made
7951         `message-post-method' lambda parameter ARG `&optional'.
7952
7953 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-sum.el (gnus-summary-mime-map): Added
7956         gnus-article-save-part-and-strip, gnus-article-delete-part and
7957         gnus-article-jump-to-part.
7958
7959         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7960         (gnus-article-edit-part): Use it.
7961         (gnus-article-part-wrapper): Added no-handle argument.
7962         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7963         functions.
7964
7965 2005-08-29  Romain Francoise  <romain@orebokech.com>
7966
7967         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7968         docstring.
7969         (gnus-face-from-file): Likewise.
7970
7971 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7974         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7975         non-nil.
7976         (gnus-auto-select-part): New variable.
7977         (gnus-article-jump-to-part): New function.
7978         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7979         (gnus-mime-delete-part): Allow selecting specified part after
7980         deleting or stripping parts.
7981         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7982         part if argument is bogus.
7983
7984 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7985
7986         * gnus-art.el (w3m-minor-mode-map):
7987         * gnus-spec.el (gnus-newsrc-file-version):
7988         * gnus-util.el (nnmail-active-file-coding-system)
7989         (gnus-original-article-buffer, gnus-user-agent):
7990         * gnus.el (gnus-ham-process-destinations)
7991         (gnus-parameter-ham-marks-alist)
7992         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7993         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7994         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7995         * mm-decode.el (gnus-current-window-configuration):
7996         * mm-extern.el (gnus-article-mime-handles):
7997         * mm-url.el (url-current-object, url-package-name)
7998         (url-package-version):
7999         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8000         (smime-keys, w3m-cid-retrieve-function-alist)
8001         (w3m-current-buffer, w3m-display-inline-images)
8002         (w3m-minor-mode-map):
8003         * mml-smime.el (gnus-extract-address-components):
8004         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8005         (gnus-newsrc-hashtb, message-default-charset)
8006         (message-deletable-headers, message-options)
8007         (message-posting-charset, message-required-mail-headers)
8008         (message-required-news-headers):
8009         * mml1991.el (mc-pgp-always-sign):
8010         * mml2015.el (mc-pgp-always-sign):
8011         * nnheader.el (nnmail-extra-headers):
8012         * rfc1843.el (gnus-decode-encoded-word-function)
8013         (gnus-decode-header-function, gnus-newsgroup-name):
8014         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8015
8016 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8017
8018         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8019         the end of the date treatments.
8020
8021 2005-08-15  Simon Josefsson  <jas@extundo.com>
8022
8023         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8024         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8025         Capello and Romain Francoise.
8026         (pgg-fetch-key-function): Removed, not used?
8027         (pgg-insert-url-with-w3): Require url, to get
8028         url-insert-file-contents regardless of where it is defined.
8029
8030 2005-08-13  Romain Francoise  <romain@orebokech.com>
8031
8032         * message.el (message-cite-original-1): New function.
8033         (message-cite-original): Use it.
8034         (message-cite-original-without-signature): Ditto.
8035
8036 2005-08-08  Romain Francoise  <romain@orebokech.com>
8037
8038         * message.el (message-yank-empty-prefix): New variable.
8039         (message-indent-citation): Use it.
8040         (message-cite-original-without-signature): Respect X-No-Archive.
8041
8042 2005-08-08  Simon Josefsson  <jas@extundo.com>
8043
8044         * pgg.el: Autoload url-insert-file-contents instead of loading
8045         w3/url.
8046         (pgg-insert-url-with-w3): Don't load url here.
8047
8048 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8049
8050         * message.el (message-kill-to-signature): Don't insert newline at
8051         bol.
8052         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8053
8054 2005-08-06  Romain Francoise  <romain@orebokech.com>
8055
8056         * message.el (message-user-fqdn): Fix typo in docstring.
8057
8058 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8059
8060         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8061
8062         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8063
8064 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * mm-bodies.el (mm-encode-body): Use coding system rather than
8067         charset to encode text.
8068
8069         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8070         number of charsets if utf-8 is available (XEmacs).
8071
8072 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8075         taken from `gnus-button-mid-or-mail-regexp'.
8076         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8077         (gnus-button-alist): Improve regexp for domain part of the MIDs
8078         for news:localpart@domain buttons.
8079         (gnus-button-ctan-directory-regexp): Update.
8080
8081 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * sieve-manage.el (sieve-manage-interactive-login): Use
8084         make-local-variable rather than make-variable-buffer-local.
8085         (sieve-manage-open): Ditto.
8086         (sieve-manage-authenticate): Ditto.
8087
8088         * mml.el (mml-generate-mime-1): Make the content type default to
8089         text/plain if the filename is not specified.
8090
8091 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8094         instead of insert-buffer.
8095
8096         * message.el (message-yank-original): Ditto; set the mark at the
8097         end of the yanked message.
8098
8099 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8102         lines to scroll rather than to stop it.
8103
8104         * mml.el (mml-generate-default-type): Add doc string.
8105         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8106         default to application/octet-stream when determining the content
8107         type if it is not specified for the part or the mml contents; add
8108         a comment about mml-generate-default-type.
8109
8110 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8113         make it default to application/octet-stream when determining the
8114         content type if it is not specified for the external contents.
8115
8116 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8119         segmented parameter but also other parameters might be there.
8120
8121 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * mm-decode.el (mm-display-external): Delete temp file, directory
8124         and buffer immediately if the external process is exited.
8125
8126 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8129         fewer lines than that of scroll-margin.
8130         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8131
8132 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-art.el (gnus-article-next-page): Revert.
8135         (gnus-article-beginning-of-window): New macro.
8136         (gnus-article-next-page-1): Use it.
8137         (gnus-article-prev-page): Ditto.
8138         (gnus-article-edit-part): Use insert-buffer-substring instead of
8139         insert-buffer.
8140         (gnus-article-edit-exit): Ditto.
8141
8142         * gnus-util.el (gnus-beginning-of-window): Remove.
8143         (gnus-end-of-window): Remove.
8144
8145         * lpath.el: Don't bind header-line-format and scroll-margin.
8146
8147 2005-07-25  Simon Josefsson  <jas@extundo.com>
8148
8149         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8150         to have the url package without w3.  Reported by Daiki Ueno
8151         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8152
8153 2005-07-20  Didier Verna  <didier@xemacs.org>
8154
8155         * gnus-diary.el: Remove the description comment (nndiary is now
8156         properly documented in the Gnus manual).
8157         Fix the spelling of "Back End".
8158         * nndiary.el: Ditto.
8159         Fix the copyright notice.
8160
8161 2005-07-18  Romain Francoise  <romain@orebokech.com>
8162
8163         * gnus-sum.el (gnus-summary-to-prefix)
8164         (gnus-summary-newsgroup-prefix): New variables.
8165         (gnus-summary-from-or-to-or-newsgroups): Use them.
8166
8167 2005-07-17  Romain Francoise  <romain@orebokech.com>
8168
8169         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8170         space as it's generally not especially interesting to the user.
8171
8172 2005-07-16  Romain Francoise  <romain@orebokech.com>
8173
8174         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8175         nil to avoid prompting and file modification if one of the
8176         messages at the top of the nnfolder file contains a copyright
8177         notice.
8178         Update copyright notice.
8179
8180         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8181         instead of `current-time-string' as the latter creates a time
8182         string that is not RFC 2822 compliant (it lacks the zone).
8183         Update copyright notice.
8184
8185 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8186
8187         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8188         for text/rtf.  Display default in prompt.  Pass default for M-n.
8189
8190         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8191
8192 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus-msg.el (gnus-button-mailto): Remove
8195         save-selected-window-window hackery because it relies on
8196         save-selected-window internals.
8197
8198 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8201         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8202         (gnus-article-prev-page): Ditto.
8203
8204         * gnus-util.el (gnus-beginning-of-window): New function.
8205         (gnus-end-of-window): New function.
8206
8207         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8208
8209 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8210
8211         * gnus-score.el (gnus-score-edit-all-score): Set
8212         gnus-score-edit-exit-function to gnus-score-edit-done and call
8213         gnus-message.
8214
8215 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-msg.el (gnus-button-mailto): Remove
8218         save-selected-window-window hackery because it relies on
8219         save-selected-window internals.
8220
8221 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8224         add-minor-mode.
8225         (gnus-binary-mode): Ditto.
8226
8227         * gnus-topic.el (gnus-topic-mode): Ditto.
8228
8229 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8230
8231         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8232         (gnus-article-prev-page): Take scroll-margin into consideration.
8233
8234 2005-07-04  Lute Kamstra  <lute@gnu.org>
8235
8236         Update FSF's address in GPL notices.
8237
8238 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8239
8240         * gnus.el (gnus-exit):
8241         * gnus-group.el (gnus-group-icons):
8242         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8243
8244         * gnus-nocem.el (gnus-nocem):
8245         * message.el (message-various, message-buffers, message-sending)
8246         (message-interface, message-forwarding, message-insertion)
8247         (message-headers, message-news, message-mail):
8248         * pgg-gpg.el (pgg-gpg):
8249         * pgg-parse.el (pgg-parse):
8250         * pgg-pgp.el (pgg-pgp):
8251         * pgg-pgp5.el (pgg-pgp5):
8252         * pop3.el (pop3): Finish `defgroup' description with period.
8253
8254 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (article-display-face): Improve the efficiency.
8257         (article-display-x-face): Ditto; remove grey x-face stuff.
8258
8259 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * gnus-art.el (article-display-face): Correct the position in
8262         which Faces are inserted.
8263
8264 2005-06-29  Didier Verna  <didier@xemacs.org>
8265
8266         * gnus-art.el (article-display-face): Display faces in correct
8267         order.
8268
8269 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8272         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8273         (gnus-nocem-check-article): Fetch the Type header.
8274         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8275         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8276         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8277         make sure gnus-nocem-hashtb is initialized.
8278         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8279         (gnus-nocem-unwanted-article-p): Ditto.
8280
8281         * pgg.el (pgg-verify): Return the verification result.
8282
8283 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8286         is ascii.
8287
8288 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8289
8290         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8291         `show-nonbreak-escape'.
8292
8293 2005-06-23  Lute Kamstra  <lute@gnu.org>
8294
8295         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8296
8297         * dig.el (dig-mode):
8298         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8299
8300 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * nnimap.el (nnimap-split-download-body): Fix spellings.
8303
8304 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8305
8306         * gnus-art.el (gnus-article-encrypt-body):
8307         * gnus-cus.el (gnus-score-customize):
8308         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8309         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8310
8311 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8312
8313         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8314         header by looking for magic "MII" at the beginnig.
8315
8316 2005-06-16  Miles Bader  <miles@gnu.org>
8317
8318         * gnus-xmas.el (gnus-xmas-group-startup-message):
8319         Use renamed gnus-splash face.
8320
8321         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8322         (assistant-field-face): New backward-compatibility alias for renamed
8323         face.
8324         (assistant-render-text): Use renamed assistant-field face.
8325
8326         * spam.el (spam): Remove "-face" suffix from face name.
8327         (spam-face): New backward-compatibility alias for renamed face.
8328         (spam-face, spam-initialize): Use renamed spam face.
8329
8330         * message.el (message-header-to, message-header-cc)
8331         (message-header-subject, message-header-newsgroups)
8332         (message-header-other, message-header-name)
8333         (message-header-xheader, message-separator, message-cited-text)
8334         (message-mml): Remove "-face" suffix from face names.
8335         (message-header-to-face, message-header-cc-face)
8336         (message-header-subject-face, message-header-newsgroups-face)
8337         (message-header-other-face, message-header-name-face)
8338         (message-header-xheader-face, message-separator-face)
8339         (message-cited-text-face, message-mml-face):
8340         New backward-compatibility aliases for renamed faces.
8341         (message-font-lock-keywords): Use renamed message faces.
8342
8343         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8344         (sieve-test-commands, sieve-tagged-arguments):
8345         Remove "-face" suffix from face names.
8346         (sieve-control-commands-face, sieve-action-commands-face)
8347         (sieve-test-commands-face, sieve-tagged-arguments-face):
8348         New backward-compatibility aliases for renamed faces.
8349         (sieve-control-commands-face, sieve-action-commands-face)
8350         (sieve-test-commands-face, sieve-tagged-arguments-face):
8351         Use renamed sieve faces.
8352
8353         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8354         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8355         (gnus-group-news-3-empty, gnus-group-news-4)
8356         (gnus-group-news-4-empty, gnus-group-news-5)
8357         (gnus-group-news-5-empty, gnus-group-news-6)
8358         (gnus-group-news-6-empty, gnus-group-news-low)
8359         (gnus-group-news-low-empty, gnus-group-mail-1)
8360         (gnus-group-mail-1-empty, gnus-group-mail-2)
8361         (gnus-group-mail-2-empty, gnus-group-mail-3)
8362         (gnus-group-mail-3-empty, gnus-group-mail-low)
8363         (gnus-group-mail-low-empty, gnus-summary-selected)
8364         (gnus-summary-cancelled, gnus-summary-high-ticked)
8365         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8366         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8367         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8368         (gnus-summary-low-undownloaded)
8369         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8370         (gnus-summary-low-unread, gnus-summary-normal-unread)
8371         (gnus-summary-high-read, gnus-summary-low-read)
8372         (gnus-summary-normal-read, gnus-splash):
8373         Remove "-face" suffix from face names.
8374         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8375         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8376         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8377         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8378         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8379         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8380         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8381         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8382         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8383         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8384         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8385         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8386         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8387         (gnus-summary-normal-ticked-face)
8388         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8389         (gnus-summary-normal-ancient-face)
8390         (gnus-summary-high-undownloaded-face)
8391         (gnus-summary-low-undownloaded-face)
8392         (gnus-summary-normal-undownloaded-face)
8393         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8394         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8395         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8396         (gnus-splash-face):
8397         New backward-compatibility aliases for renamed faces.
8398         (gnus-group-startup-message): Use renamed gnus faces.
8399
8400         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8401         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8402         (gnus-server-agent): Remove "-face" suffix from face names.
8403         (gnus-server-agent-face, gnus-server-opened-face)
8404         (gnus-server-closed-face, gnus-server-denied-face)
8405         (gnus-server-offline-face):
8406         New backward-compatibility aliases for renamed faces.
8407         (gnus-server-agent-face, gnus-server-opened-face)
8408         (gnus-server-closed-face, gnus-server-denied-face)
8409         (gnus-server-offline-face): Use renamed gnus faces.
8410
8411         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8412         Remove "-face" suffix from face names.
8413         (gnus-picon-xbm-face, gnus-picon-face):
8414         New backward-compatibility aliases for renamed faces.
8415
8416         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8417         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8418         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8419         (gnus-cite-11): Remove "-face" suffix from face names.
8420         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8421         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8422         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8423         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8424         New backward-compatibility aliases for renamed faces.
8425         (gnus-cite-attribution-face, gnus-cite-face-list)
8426         (gnus-article-boring-faces): Use renamed gnus faces.
8427
8428         * gnus-art.el (gnus-signature, gnus-header-from)
8429         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8430         (gnus-header-content): Remove "-face" suffix from face names.
8431         (gnus-signature-face, gnus-header-from-face)
8432         (gnus-header-subject-face, gnus-header-newsgroups-face)
8433         (gnus-header-name-face, gnus-header-content-face):
8434         New backward-compatibility aliases for renamed faces.
8435         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8436
8437         * gnus-sum.el (gnus-summary-selected-face)
8438         (gnus-summary-highlight): Use renamed gnus faces.
8439         * gnus-group.el (gnus-group-highlight): Likewise.
8440
8441 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8442
8443         * gnus-sieve.el (gnus-sieve-article-add-rule):
8444         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8445         * spam-stat.el (spam-stat-buffer-change-to-spam)
8446         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8447
8448         * message.el (message-is-yours-p):
8449         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8450
8451 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * mm-view.el (mm-inline-text): Withdraw the last change.
8454
8455 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8458         executing enriched-decode.
8459
8460 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8463         charset of tar files.
8464
8465 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8466
8467         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8468
8469 2005-06-04  Lute Kamstra  <lute@gnu.org>
8470
8471         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8472         information is never recorded.
8473
8474 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8475
8476         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8477
8478 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * pop3.el (pop3-apop): Run md5 in the binary mode.
8481
8482         * starttls.el (starttls-set-process-query-on-exit-flag):
8483         Use eval-and-compile.
8484
8485 2005-05-31  Simon Josefsson  <jas@extundo.com>
8486
8487         * smime.el (smime-replace-in-string): Define.
8488         (smime-cert-by-ldap-1): Use it.
8489
8490 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (article-display-x-face): Replace
8493         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8494
8495         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8496         set-process-query-on-exit-flag or process-kill-without-query.
8497
8498         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8499         loop instead of replace-regexp.
8500
8501         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8502         instead of process-kill-without-query if it is available.
8503
8504         * lpath.el: Fbind ldap-search-entries.
8505
8506         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8507         instead of find-file-hooks if it is available.
8508
8509         * mml1991.el: Bind pgg-default-user-id when compiling.
8510
8511         * mml2015.el: Bind pgg-default-user-id when compiling.
8512
8513         * nndraft.el (nndraft-request-associate-buffer):
8514         Use write-contents-functions instead of write-contents-hooks if it is
8515         available.
8516
8517         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8518         instead of find-file-hooks if it is available.
8519
8520         * nntp.el (nntp-open-connection): Replace
8521         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8522         (nntp-open-ssl-stream): Ditto.
8523         (nntp-open-tls-stream): Ditto.
8524
8525         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8526         set-process-query-on-exit-flag or process-kill-without-query.
8527         (starttls-open-stream-gnutls): Use it instead of
8528         process-kill-without-query.
8529         (starttls-open-stream): Ditto.
8530
8531 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8532
8533         * smime.el (smime-cert-by-ldap-1): Don't use
8534         replace-regexp-in-string.
8535
8536 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8537
8538         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8539
8540         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8541         in PEM format.  Adjust to the XEmacs compability.
8542
8543 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8546         by `string-to-number'.
8547         * gnus-agent.el (gnus-agent-regenerate-group)
8548         (gnus-agent-fetch-articles): Ditto.
8549         * gnus-art.el (gnus-button-fetch-group): Ditto.
8550         * gnus-cache.el (gnus-cache-generate-active)
8551         (gnus-cache-articles-in-group): Ditto.
8552         * gnus-group.el (gnus-group-set-current-level)
8553         (gnus-group-insert-group-line): Ditto.
8554         * gnus-score.el (gnus-score-set-expunge-below)
8555         (gnus-score-set-mark-below, gnus-summary-score-effect)
8556         (gnus-summary-score-entry): Ditto.
8557         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8558         (gnus-soup-pack): Ditto.
8559         * gnus-spec.el (gnus-xmas-format): Ditto.
8560         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8561         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8562         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8563         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8564         * nndb.el (nndb-get-remote-expire-response): Ditto.
8565         * nndiary.el (nndiary-parse-schedule-value)
8566         (nndiary-string-to-number, nndiary-request-replace-article)
8567         (nndiary-request-article): Ditto.
8568         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8569         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8570         * nneething.el (nneething-make-head): Ditto.
8571         * nnfolder.el (nnfolder-request-article)
8572         (nnfolder-retrieve-headers): Ditto.
8573         * nnheader.el (nnheader-file-to-number): Ditto.
8574         * nnkiboze.el (nnkiboze-request-article): Ditto.
8575         * nnmail.el (nnmail-process-unix-mail-format)
8576         (nnmail-process-babyl-mail-format): Ditto.
8577         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8578         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8579         (nnmh-request-create-group, nnmh-request-list-1)
8580         (nnmh-request-group, nnmh-request-article): Ditto.
8581         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8582         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8583         * nnsoup.el (nnsoup-make-active): Ditto.
8584         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8585         * nntp.el (nntp-find-group-and-number)
8586         (nntp-retrieve-headers-with-xover): Ditto.
8587         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8588         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8589         (pgg-format-key-identifier): Ditto.
8590         * pop3.el (pop3-last, pop3-stat): Ditto.
8591         * qp.el (quoted-printable-decode-region): Ditto.
8592
8593         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8594         of concat.
8595
8596 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8599
8600         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8601
8602         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8603
8604         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8605
8606         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8607
8608         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8609
8610         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8611         (gnus-carpal-mode): Ditto.
8612
8613         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8614         (gnus-browse-mode): Ditto.
8615
8616         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8617
8618         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8619
8620 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8621
8622         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8623
8624 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-util.el (gnus-run-mode-hooks): New function.
8627
8628         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8629
8630         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8631         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8632
8633 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8634
8635         * gnus-agent.el (gnus-agent-make-mode-line-string):
8636         Use mode-line-highlight as mouse-face.
8637
8638 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * canlock.el (canlock): Change the parent group to news.
8641
8642         * deuglify.el (gnus-outlook-deuglify): Add :group.
8643
8644         * dig.el (dig): Add :group.
8645
8646         * dns-mode.el (dns-mode): Add :group.
8647
8648         * encrypt.el (encrypt): Add :group.
8649
8650         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8651         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8652         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8653         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8654         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8655
8656         * gnus-diary.el (gnus-diary): Add :group.
8657
8658         * gnus.el (gnus-group-news-1-face): Add :group.
8659         (gnus-group-news-1-empty-face): Ditto.
8660         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8661         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8662         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8663         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8664         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8665         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8666         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8667         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8668         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8669         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8670         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8671         (gnus-summary-high-ticked-face): Ditto.
8672         (gnus-summary-low-ticked-face): Ditto.
8673         (gnus-summary-normal-ticked-face): Ditto.
8674         (gnus-summary-high-ancient-face): Ditto.
8675         (gnus-summary-low-ancient-face): Ditto.
8676         (gnus-summary-normal-ancient-face): Ditto.
8677         (gnus-summary-high-undownloaded-face): Ditto.
8678         (gnus-summary-low-undownloaded-face): Ditto.
8679         (gnus-summary-normal-undownloaded-face): Ditto.
8680         (gnus-summary-high-unread-face): Ditto.
8681         (gnus-summary-low-unread-face): Ditto.
8682         (gnus-summary-normal-unread-face): Ditto.
8683         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8684         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8685
8686         * hashcash.el (hashcash): New custom group.
8687         (hashcash-default-payment): Add :group.
8688         (hashcash-payment-alist): Ditto.
8689         (hashcash-default-accept-payment): Ditto.
8690         (hashcash-accept-resources): Ditto.
8691         (hashcash-path): Ditto.
8692         (hashcash-extra-generate-parameters): Ditto.
8693         (hashcash-double-spend-database): Ditto.
8694         (hashcash-in-news): Ditto.
8695
8696         * message.el (message-minibuffer-local-map): Add :group.
8697
8698         * netrc.el (netrc): Add :group.
8699
8700         * sieve-manage.el (sieve-manage-log): Add :group.
8701         (sieve-manage-default-user): Diito.
8702         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8703         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8704         (sieve-manage-authenticators): Ditto.
8705         (sieve-manage-authenticator-alist): Ditto.
8706         (sieve-manage-default-port): Ditto.
8707
8708         * sieve-mode.el (sieve-control-commands-face): Add :group.
8709         (sieve-action-commands-face): Ditto.
8710         (sieve-test-commands-face): Ditto.
8711         (sieve-tagged-arguments-face): Ditto.
8712
8713         * smime.el (smime): Add :group.
8714
8715         * spam-report.el (spam-report): Add :group.
8716
8717         * spam.el (spam, spam-face): Add :group.
8718
8719 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8722         return \n.\n.\n at the end of articles.  Protect against that.
8723         (nntp-with-open-group): Allow debugging.
8724
8725         * nnheader.el (mail-header-set-extra): Make into a function
8726         because I just could't understand how to quote the list properly.
8727
8728         * dns.el (query-dns-cached): New function.
8729
8730 2005-05-26  Lute Kamstra  <lute@gnu.org>
8731
8732         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8733
8734 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8737
8738         * gnus-art.el: Don't autoload mail-extract-address-components.
8739
8740         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8741         eval-and-compile to evaluate it.
8742
8743         * hashcash.el: Don't autoload executable-find.
8744
8745         * nndb.el: Don't declare the nndb back end two or more times; don't
8746         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8747
8748         * nntp.el: Autoload format-spec instead of format; use
8749         eval-and-compile to evaluate autoload forms.
8750
8751 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8752
8753         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8754
8755 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * gnus.el (gnus-version-number): Bump version.
8758
8759 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8760
8761         * gnus.el: No Gnus v0.3 is released.
8762
8763 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * lpath.el (featurep): Bind show-nonbreak-escape.
8766
8767 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-art.el (gnus-article-edit-part): Disable undo.
8770
8771 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8774         gnus-article-date-lapsed-new-header is t if date timer is active;
8775         skip headers in which the original date value is empty.
8776         (gnus-article-save-original-date): Redefine it as a macro.
8777         (gnus-display-mime): Use it.
8778
8779 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-art.el (article-date-ut): Support converting date in
8782         forwarded parts as well.
8783         (gnus-article-save-original-date): New function.
8784         (gnus-display-mime): Use it.
8785
8786 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8787
8788         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8789         enclosure element of <item>.
8790
8791 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * message.el (message-kill-buffer-query): Renamed from
8794         `message-kill-buffer-query-if-modified'.  Added :version.
8795
8796 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8799         window layout.
8800
8801 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * mml.el: Autoload dnd when compiling.
8804
8805 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8808         x-dnd-*.
8809
8810 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * qp.el (quoted-printable-encode-region): Save excursion.
8813
8814 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * message.el (message-kill-buffer-query-if-modified): Add new variable
8817         so the user can kill a modified message buffer quickly.
8818         (message-kill-buffer): Use it.
8819
8820 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * lpath.el: Fbind display-time-event-handler; don't fbind
8823         string-to-multibyte.
8824
8825         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8826
8827 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8830         contained in text because xml.el decodes entities) with LFs.
8831
8832 2005-04-11  Lute Kamstra  <lute@gnu.org>
8833
8834         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8835         differently.
8836
8837 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8838
8839         * mm-util.el (mm-detect-coding-region): Typo.
8840
8841 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8844
8845 2005-04-06  Deepak Goel  <deego@gnufans.org>
8846
8847         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8848         user-function allow user modifications of the scores.
8849         (spam-stat-score-buffer-user): New function, to allow
8850         user-computed modifications to the score.
8851         (spam-stat-score-buffer-user-functions): List of additional
8852         scoring functions.
8853         (spam-stat-error-holder): Global temporary error holder.
8854         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8855         variable.
8856
8857 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-registry.el (gnus-registry-clean-empty-function)
8860         (gnus-registry-trim, gnus-registry-fetch-groups)
8861         (gnus-registry-delete-group): Groups that match
8862         `gnus-registry-ignored-groups' are removed from the registry
8863         entries, not just ignored for splitting.  This helps clean up the
8864         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8865         to get all the groups a message ID is in.
8866
8867         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8868         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8869         (spam-stat-score-buffer-user-functions): Add :number custom type.
8870
8871 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8874         argument in XEmacs.
8875
8876         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8877         (nnrss-request-group): Decode group name first.
8878         (nnrss-request-article): Make a text/plain article if mml-to-mime
8879         failed.
8880         (nnrss-get-encoding): Return a compatible encoding according to
8881         nnrss-compatible-encoding-alist.
8882         (nnrss-find-el): Use consp instead of listp.
8883         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8884
8885 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8888         which Emacs 20 doesn't support.
8889         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8890
8891 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8894         silence the byte compiler inside the defun.
8895
8896         * gnus-demon.el (parse-time-string): Add autoload.
8897
8898         * gnus-delay.el (parse-time-string): Add autoload.
8899
8900         * gnus-art.el (parse-time-string): Add autoload.
8901
8902         * nnultimate.el (parse-time): Require for `parse-time-string'.
8903
8904 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8907
8908         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8909
8910         * smime.el (smime-ldap-host-list): Add :version.
8911
8912 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8915         pass it to `gnus-browse-read-group'.
8916         (gnus-browse-read-group): Add NUMBER argument and pass it to
8917         `gnus-group-read-ephemeral-group'.
8918
8919         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8920         argument and pass it to `gnus-group-read-group'.
8921
8922 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8923
8924         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8925         mm-xemacs-find-mime-charset-1 if we have the mule feature
8926         available at runtime.
8927
8928 2005-03-25  Werner Lemberg  <wl@gnu.org>
8929
8930         * nnmaildir.el: Replace `illegal' with `invalid'.
8931
8932 2005-03-23  Lute Kamstra  <lute@gnu.org>
8933
8934         * time-date.el: Add comment on time value formats.
8935         Don't require parse-time.
8936         (with-decoded-time-value): New macro.
8937         (encode-time-value): New function.
8938         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8939         (days-to-time): Return a valid time value when arg is huge.
8940         (time-since): Use time-subtract.
8941         (time-to-number-of-days): Use time-to-seconds.
8942
8943 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * gnus-start.el (gnus-display-time-event-handler):
8946         Check display-time-timer at runtime rather than only at load time
8947         in case display-time-mode is turned off in the mean time.
8948
8949 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8952         used.
8953
8954         * nneething.el (nneething-map-file-directory): Derive from
8955         `gnus-directory'.
8956
8957         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8958         the To/Cc button.
8959
8960 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * nnmaildir.el (nnmaildir-request-accept-article):
8963         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8964
8965 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8966
8967         * gnus-async.el: Require timer-funcs at compile time when in
8968         XEmacs for `run-with-idle-timer'.
8969
8970 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8971
8972         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8973         autoloaded function.
8974
8975 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8976
8977         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8978
8979 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8980
8981         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8982
8983 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8986         gnus-expert-user to default.
8987
8988 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8989
8990         * nnimap.el (nnimap-open-server): Ditto.
8991
8992         * imap.el (imap-authenticate): Fix typo.
8993
8994 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8995
8996         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8997         buffer (since IMAP server might return FETCH response out of
8998         order, and the nntp buffer must be sorted).
8999
9000 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9001
9002         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9003         comparison on string.
9004
9005         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9006         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9007         (gnus-agent-summary-fetch-series): Modified to protect against
9008         gnus-agent-summary-fetch-group clearing processable flags.
9009         (gnus-agent-synchronize-group-flags): Update live group buffer as
9010         synchronization may occur due to the user toggle the plugged
9011         status.
9012         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9013         successfully downloaded.
9014         (gnus-agent-expire-group-1): Avoid using markers when the overview
9015         is in ascending order; greatly improves performance.
9016         (gnus-agent-regenerate-group): Use
9017         gnus-agent-synchronize-group-flags to reset read status in both
9018         gnus and server.
9019         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9020
9021 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * message.el: Don't autoload former message-utils variables.
9024         (message-strip-subject-trailing-was): Change doc string.
9025
9026         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9027         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9028         (nnweb-google-search): Add "hl=en" here.
9029         (nnweb-google-parse-1, nnweb-google-create-mapping):
9030         Don't hardcode URL.
9031
9032 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * message.el (message-get-reply-headers, message-followup):
9035         Mention related variables `message-use-followup-to' and
9036         `message-use-mail-followup-to', in the information buffer.
9037
9038         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9039         of broken groups(-beta).google.com.
9040
9041 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9042
9043         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9044         parameter to invoked gnus-request-move-article; remove the
9045         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9046         all at once instead of once per article.
9047         (gnus-summary-remove-process-mark): Accept a list of articles as
9048         well as a single article for processing.
9049
9050         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9051         parameter.
9052
9053         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9054
9055         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9056
9057         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9058         parameter.
9059
9060         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9061         parameter.
9062
9063         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9064         parameter and remove the gnus-sum-hint-move-is-internal variable.
9065
9066         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9067         parameter.
9068
9069         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9070         parameter.
9071
9072         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9073         parameter.
9074
9075         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9076
9077         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9078         parameter.
9079
9080         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9081         parameter.
9082
9083 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9084
9085         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9086         a more conservative way.
9087
9088 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9091         buffer, so it moves the window's cursor.
9092
9093 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9094
9095         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9096         `mm-dissect-multipart' and receive the from field as an (optional)
9097         argument from `mm-dissect-multipart'.
9098         (mm-dissect-multipart): Receive the from field as an argument and
9099         pass it on when we call `mm-dissect-buffer' on MIME parts.
9100         Fixes verification/decryption of signed/encrypted MIME parts.
9101
9102 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * gnus-sum.el (gnus-summary-move-article): Set
9105         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9106         whatever it calls (right now, only nnimap-request-move article
9107         respects it).
9108
9109         * nnimap.el (nnimap-request-move-article): When
9110         gnus-sum-hint-move-is-internal is set, don't do the extra
9111         nnimap-request-article.
9112
9113 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9116
9117         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9118         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9119
9120         * gnus-sum.el (gnus-summary-caesar-message):
9121         Apply `gnus-treat-article' after rotation.
9122
9123         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9124         doc string.
9125
9126 2005-02-22  Simon Josefsson  <jas@extundo.com>
9127
9128         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9129         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9130         <arne@arnested.dk>.
9131         (encrypt): Add password-cache and password-cache-expiry as group
9132         members.
9133
9134 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9135
9136         * smime.el (smime-ldap-host-list): Doc fix.
9137         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9138         cache) password.
9139         (smime-sign-region): Use it.
9140         (smime-decrypt-region): Use it.
9141         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9142         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9143         fails.
9144         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9145         certificate from DER to PEM format rather than calling openssl.
9146
9147         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9148
9149         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9150         for signing/encryption.
9151
9152         * mml.el (mml-parse-1): Use them.
9153
9154 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9155
9156         * nnrss.el (nnrss-verbose): Removed.
9157         (nnrss-request-group): Use `nnheader-message' instead.
9158
9159 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9160
9161         * nnrss.el (nnrss-verbose): New variable.
9162         (nnrss-request-group): Make it say nnrss is requesting a group.
9163
9164 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9167         Handle news URL with given port correctly.
9168
9169 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9172         containing special characters.
9173
9174         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9175
9176         * mml.el (mime-to-mml): Ditto.
9177
9178         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9179         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9180         (rfc2047-decode-region): Quote decoded words containing special
9181         characters when rfc2047-quote-decoded-words-containing-tspecials
9182         is non-nil.
9183
9184 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9187
9188         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9189
9190 2005-02-15  Simon Josefsson  <jas@extundo.com>
9191
9192         * nnimap.el (nnimap-debug): Doc fix.
9193
9194         * imap.el (imap-debug): Doc fix.
9195
9196 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9199
9200 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9201
9202         * gnus.el (spam-contents): Improve docs for spam-contents
9203         parameter in its variable incarnation.
9204
9205 2005-02-14  Simon Josefsson  <jas@extundo.com>
9206
9207         * smime-ldap.el: Use require instead of load-library for ldap.
9208         (smime-ldap-search): Indent.
9209         (smime-ldap-search-internal): Shorten line.
9210
9211         * smime.el (smime-cert-by-dns): Add doc-string.
9212         (smime-cert-by-ldap-1): Indent.
9213
9214         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9215         mml-smime-get-dns-ldap.
9216         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9217
9218 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9219
9220         * smime.el: Require smime-ldap.
9221         (smime-ldap-host-list): New variable.
9222         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9223
9224         * mml-smime.el (mml-smime-encrypt-query): New function.
9225         (mml-smime-encrypt-query): Use it.
9226
9227         * smime-ldap.el: New file.
9228
9229 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9232
9233 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9236         argument in doc string.  Make query for type more clear.
9237
9238 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus.el (gnus-group-startup-message): Search for gnus images in
9241         etc/images/gnus.
9242         * mm-util.el (mm-image-load-path): Likewise.
9243         * smiley.el (smiley-data-directory): Search for smilies in
9244         etc/images/smilies.
9245
9246 2005-02-09  Kim F. Storm  <storm@cua.dk>
9247
9248         Change Emacs release version from 21.4 to 22.1 throughout.
9249         Change Emacs development version from 21.3.50 to 22.0.50.
9250
9251 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9254
9255         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9256         non-Mule XEmacs as well.
9257         (mm-decompress-buffer): Signal an error intentionally if it does
9258         not decompress compressed data because auto-compression-mode is
9259         disabled.
9260
9261 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9264         an ID in the registry even if it has no groups.
9265
9266 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9269         merge it into mm-decompress-buffer.
9270         (gnus-mime-copy-part): Use the MIME part charset, the value which
9271         a user specified or gnus-newsgroup-charset for decoding, like
9272         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9273         save-buffer what was used.  Suggested by Kevin Ryde
9274         <user42@zip.com.au>.
9275         (gnus-mime-inline-part): Allow the name parameter as well as the
9276         filename parameter; force decompressing of compressed data; always
9277         display contents being not decoded as unibyte.
9278
9279         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9280         as well as the filename parameter.
9281
9282         * mm-util.el (mm-decompress-buffer): Merge
9283         gnus-mime-jka-compr-maybe-uncompress.
9284         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9285         of compressed data.
9286
9287 2005-02-08  Simon Josefsson  <jas@extundo.com>
9288
9289         * imap.el (imap-log): Doc fix.
9290
9291 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9294         the coding cookies; decompress compressed parts.
9295
9296         * mml.el (mml-generate-mime-1): Add the charset parameter according
9297         to the value which a user specified manually or the coding cookie.
9298
9299         * mm-util.el (mm-string-to-multibyte): New function.
9300         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9301         (mm-coding-system-to-mime-charset): New function.
9302         (mm-decompress-buffer): New function.
9303         (mm-find-buffer-file-coding-system): New function.
9304
9305         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9306         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9307         parts.
9308
9309 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9310
9311         * mm-view.el (mm-display-inline-fontify): Decode a part according
9312         to the charset parameter.
9313
9314 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9317         prefix arg is neither nil nor a number, as info specifies.
9318
9319 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9322         timestamps.
9323
9324 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9325
9326         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9327         groups error checking and notify user.
9328
9329 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9330
9331         * message.el (message-send-mail-function): Check existence of
9332         sendmail-program first before using default value
9333         `message-send-mail-with-sendmail'.  Otherwise use more generic
9334         `smtpmail-send-it'.
9335
9336 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * nntp.el (nntp-request-update-info): Always return nil.
9339
9340 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9341
9342         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9343
9344 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * message.el (message-beginning-of-line): Change the behavior when
9347         invoked between BOL and : so that it first moves backward.
9348
9349 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9352         article buffer when editing of the article is discarded.
9353         (gnus-article-prepare): Revert.
9354
9355 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-art.el (gnus-article-prepare):
9358         Remove message-strip-forbidden-properties from the local hook.
9359
9360 2005-01-27  Simon Josefsson  <jas@extundo.com>
9361
9362         * password.el (password-cache-add): Only start one timer per key.
9363         Reported by Derek Atkins <warlord@MIT.EDU>.
9364
9365 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9366
9367         * run-at-time.el: Removed.  It is no longer needed as
9368         timer-funcs.el in the xemacs-base package has a working version of
9369         `run-at-time'.
9370
9371         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9372
9373         * password.el: Require timer-funcs instead of run-at-time in
9374         XEmacs.
9375         Remove `password-run-at-time' macro.
9376         (password-cache-add): Use `run-at-time' instead of
9377         `password-run-at-time'.
9378
9379         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9380         Remove `nnheader-cancel-function-timers' alias,
9381         `cancel-function-timers' exists in XEmacs in timer-funcs.
9382
9383         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9384         for `run-with-idle-timer'.
9385
9386         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9387         for `run-at-time'.
9388
9389         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9390         for `with-timeout'.
9391
9392         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9393         the same as for XEmacs 21.4.
9394         No need to ignore `run-with-idle-timer', this function exists in
9395         XEmacs now in timer-funcs.el in the xemacs-base package.
9396         (dgnushack-compile): No need to delete
9397         run-at-time.el from the list of files to compile because it
9398         doesn't exist anymore.
9399
9400 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9403         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9404
9405 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9406
9407         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9408         sensitively.
9409
9410 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9411
9412         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9413
9414 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9417         which will be inserted according to the multibyteness of a buffer
9418         rather than the type of contents.  Suggested by ARISAWA Akihiro
9419         <ari@mbf.ocn.ne.jp>.
9420
9421         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9422         of string which old xml.el may return rather than a string.
9423
9424 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9427
9428 2005-01-16  Simon Josefsson  <jas@extundo.com>
9429
9430         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9431         idn/idna.el isn't available.
9432         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9433         <michael@waxrat.com>.
9434
9435         * hashcash.el: Remove non-FSF copyright header.
9436
9437         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9438         (hashcash-generate-payment): Use it.
9439         (hashcash-generate-payment-async): Use it.
9440
9441 2005-01-15  Simon Josefsson  <jas@extundo.com>
9442
9443         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9444         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9445
9446         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9447         gnus-summary-idna-message.
9448         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9449         (gnus-summary-idna-message): New function.
9450
9451 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9454         gnus-novice-user.
9455
9456 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * nnrss.el (nnrss-request-delete-group): Delete entries in
9459         nnrss-group-alist as well.
9460         (nnrss-save-server-data): Insert newline.
9461
9462 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * gnus.el (gnus-user-agent): Use list of symbols instead of
9465         symbols.  Display full version number for (S)XEmacs.  Optionally
9466         display (S)XEmacs codename.
9467
9468         * gnus-util.el (gnus-emacs-version): Update for new
9469         `gnus-user-agent'.
9470
9471         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9472         Gnus version.
9473
9474 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9477         which is unreadable in some setups.
9478
9479 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-spec.el (gnus-update-format-specifications): Flush the
9482         group format spec cache if it doesn't support decoded group names.
9483
9484 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9487         Allow to apply decay on score files matching a regexp.
9488
9489 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9492         compatibility in %g and %c.
9493
9494 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9497         name for only %g and %c.
9498         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9499         of gnus-tmp-group to decoded group name.
9500         (gnus-group-make-rss-group): Exclude `/'s from group names.
9501
9502 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * nnrss.el (nnrss-get-encoding): Fix regexp.
9505
9506 2004-12-27  Simon Josefsson  <jas@extundo.com>
9507
9508         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9509         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9510         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9511
9512 2004-12-17  Kim F. Storm  <storm@cua.dk>
9513
9514         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9515
9516         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9517
9518 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9519
9520         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9521
9522 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * nnrss.el: Require rfc2047 and mml.
9525         (nnrss-file-coding-system): New variable.
9526         (nnrss-format-string): Redefine it as an inline function.
9527         (nnrss-decode-group-name): New function.
9528         (nnrss-string-as-multibyte): Remove.
9529         (nnrss-retrieve-headers): Decode group name; don't use
9530         nnrss-format-string.
9531         (nnrss-request-group): Decode group name.
9532         (nnrss-request-article): Decode group name; allow a Message-ID as
9533         well as an article number; don't use nnrss-format-string; encode a
9534         Message-ID string which may contain non-ASCII characters; use
9535         mml-to-mime to compose a MIME article.
9536         (nnrss-request-expire-articles): Decode group name.
9537         (nnrss-request-delete-group): Decode group name.
9538         (nnrss-fetch): Clarify error message.
9539         (nnrss-read-server-data): Use insert-file-contents instead of load;
9540         bind file-name-coding-system; use multibyte buffer.
9541         (nnrss-save-server-data): Bind coding-system-for-write to the
9542         value of nnrss-file-coding-system; bind file-name-coding-system;
9543         add coding cookie.
9544         (nnrss-read-group-data): Use insert-file-contents instead of load;
9545         bind file-name-coding-system; use multibyte buffer.
9546         (nnrss-save-group-data): Bind coding-system-for-write to the
9547         value of nnrss-file-coding-system; bind file-name-coding-system.
9548         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9549         make it work with non-ASCII text.
9550         (nnrss-find-el): Make it work with old xml.el as well.
9551
9552 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9553
9554         * nnrss.el (nnrss-get-encoding): New function.
9555         (nnrss-fetch): Use unibyte buffer initially; bind
9556         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9557         decode contents according to the encoding attribute.
9558         (nnrss-save-group-data): Add coding cookie.
9559         (nnrss-mime-encode-string): New function.
9560         (nnrss-check-group): Use it to encode subject and author.
9561
9562 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9563
9564         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9565         imaginary variable.
9566
9567 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9570         correctly even if there are wide characters.
9571
9572 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9573
9574         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9575         downcased symbol names; make a new cache instead of reusing
9576         bbdb-hashtable.
9577
9578 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9581         concatenating segments rather than before concatenating them.
9582         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9583
9584         * message.el (message-get-reply-headers): Bind `extra'.
9585
9586 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * message.el (message-extra-wide-headers): New variable.
9589         (message-get-reply-headers): Use it.
9590
9591 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9594         (gnus-agent-group-pathname): Ditto.
9595
9596         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9597
9598         * gnus-group.el (gnus-group-make-group): Decode group name.
9599         (gnus-group-make-rss-group): Register the group data after opening
9600         the nnrss group.
9601
9602 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9603
9604         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9605         by expiry now get marked as read.
9606
9607 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9610
9611 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9612
9613         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9614         unify Latin characters in XEmacs.
9615         (mm-find-mime-charset-region): Use it.
9616
9617 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-util.el (gnus-delete-directory): New function.
9620
9621         * gnus-agent.el (gnus-agent-delete-group): Use it.
9622
9623         * gnus-cache.el (gnus-cache-delete-group): Use it.
9624
9625 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9628         names.
9629
9630 2004-12-16  Simon Josefsson  <jas@extundo.com>
9631
9632         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9633
9634 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9637
9638         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9639         (gnus-group-set-current-level): Decode group name.
9640
9641 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9642
9643         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9644         failed.
9645
9646 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-group.el (gnus-group-delete-group): Decode group name.
9649         (gnus-group-make-rss-group): Encode group name.
9650         (gnus-group-catchup-current): Decode group name.
9651         (gnus-group-kill-group): Decode group name.
9652
9653 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9656
9657 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-group.el (gnus-group-make-rss-group):
9660         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9661
9662         * gnus-start.el (gnus-setup-news): Honor user's setting to
9663         gnus-message-archive-method.  Suggested by Lute Kamstra
9664         <lute@gnu.org>.
9665
9666 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9667
9668         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9669         global counterparts of the buffer-local variables.
9670
9671 2004-11-16  Romain Francoise  <romain@orebokech.com>
9672
9673         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9674         counterparts of the buffer-local variables.
9675
9676 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * message.el (message-forbidden-properties): Fixed typo in doc
9679         string.
9680
9681 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-util.el (gnus-replace-in-string): Added doc string.
9684
9685         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9686         to avoid problems when splitting mails with many recipients.
9687
9688 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9689
9690         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9691         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9692
9693 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9694
9695         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9696         if there is no hashtable in memory or file modification time is
9697         newer than cached timestamp.
9698
9699 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9702         not-matching option.
9703
9704 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9707         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9708         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9709         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9710         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9711         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9712
9713 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * message.el (message-forward-make-body-mml): Remove headers
9716         according to message-forward-ignored-headers if a message is decoded.
9717
9718 2004-12-02  Romain Francoise  <romain@orebokech.com>
9719
9720         * message.el (message-forward-make-body-plain): Always remove
9721         headers according to message-forward-ignored-headers.
9722
9723 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9724
9725         * spam.el (spam-summary-prepare-exit): Remove the
9726         gnus-summary-limit pop for now, it has problems with ham marks for
9727         me.
9728
9729 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9732         correctly.
9733
9734 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9735
9736         * format-spec.el (format-spec): Message the char.
9737
9738 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9739
9740         * gnus-art.el (gnus-split-methods): Reformat comments.
9741
9742         * spam.el (spam-summary-prepare-exit): Remove article limits
9743         before exiting the summary buffer.
9744
9745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9748         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9749
9750         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9751         order to silence the byte compiler.
9752
9753         * spam.el: Fix the way to silence the byte compiler, which
9754         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9755         bbdb-search-simple, spam-BBDB-register-routine,
9756         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9757         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9758         spam-stat-buffer-is-spam, spam-stat-load,
9759         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9760         spam-stat-save and spam-stat-split-fancy.
9761
9762 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9765         which may confuse users.
9766         (canlock-password-for-verify): Ditto.
9767
9768         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9769
9770         * gnus-art.el (gnus-emphasis-alist): Ditto.
9771
9772         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9773
9774         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9775
9776         * gnus-start.el (gnus-save-killed-list): Ditto.
9777
9778         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9779         (gnus-sum-thread-tree-root): Ditto.
9780         (gnus-sum-thread-tree-false-root): Ditto.
9781         (gnus-sum-thread-tree-single-indent): Ditto.
9782
9783         * message.el (message-courtesy-message): Ditto.
9784         (message-archive-note): Ditto.
9785         (message-subscribed-address-file): Ditto.
9786         (message-user-fqdn): Ditto.
9787
9788         * spam-report.el (spam-report-gmane-regex): Ditto.
9789
9790         * spam.el (spam-blackhole-good-server-regex): Ditto.
9791
9792 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * mml.el (mml-preview): Widen the message buffer before copying
9795         the contents to the preview buffer; sort headers before previewing.
9796
9797         * message.el (message-hidden-headers): Fix the way to avoid a bug
9798         in the `repeat' widget in Emacs 21.3 or earlier.
9799
9800 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * message.el (message-hidden-headers): Default to "^References:".
9803         Improve customization type.  Suggested by Reiner Steib
9804         <Reiner.Steib@gmx.de>.
9805
9806 2004-11-25  Romain Francoise  <romain@orebokech.com>
9807
9808         * message.el (message-strip-forbidden-properties): Remove check for
9809         obsolete `message-hidden' text property, hidden headers are not
9810         accessible in the buffer anymore.
9811
9812 2004-11-22  Romain Francoise  <romain@orebokech.com>
9813
9814         * message.el (message-header-format-alist): Add `From' in list
9815         so that it can be sorted.
9816         (message-fix-before-sending): Widen and sort headers before
9817         sending.
9818         (message-hide-headers): Use narrowing to hide headers by moving
9819         them to the top of the buffer and narrowing to the region
9820         underneath.
9821
9822 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * message.el (message-strip-forbidden-properties): Bind
9825         buffer-read-only (etc) to nil.
9826
9827 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9830         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9831
9832 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9833
9834         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9835
9836 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * dns.el (query-dns): Use sit-for to time instead of
9839         accept-process-output, since that doesn't seem to work on udp
9840         sockets.
9841
9842 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9845
9846 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9847
9848         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9849         doc string.  Improve doc string.
9850
9851 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * nntp.el (nntp-request-update-info): Return nil if
9854         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9855         may not call gnus-activate-group which uselessly issues the GROUP
9856         commands for all nntp groups and wastes time.  Reported by Romain
9857         Francoise <romain@orebokech.com>.
9858
9859         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9860
9861 2004-11-15  Simon Josefsson  <jas@extundo.com>
9862
9863         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9864         headers separately.
9865         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9866         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9867
9868 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-start.el (gnus-convert-old-newsrc):
9871         Assign legacy-gnus-agent to 5.10.7.
9872
9873 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9876         start of the lines.
9877
9878 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9879
9880         * hashcash.el (hashcash-default-payment): Change default to 20
9881         (hashcash-default-accept-payment): Change default to 20
9882         (hashcash-process-alist): New variable
9883         (hashcash-generate-payment-async): Add
9884         (hashcash-already-paid-p): Add
9885         (hashcash-insert-payment): Don't generate payments twice
9886         (hashcash-insert-payment-async): Add
9887         (hashcash-insert-payment-async-2): Add
9888         (hashcash-cancel-async): Add
9889         (hashcash-wait-async): Add
9890         (hashcash-processes-running-p): Add
9891         (hashcash-wait-or-cancel): Add
9892         (mail-add-payment): New optional argument.  Conditionally start
9893         asynchronous calculation.
9894         (mail-add-payment-async): Add
9895
9896         * message.el (message-send-mail): Wait for asynchronous hashcash
9897         results.  Don't clobber existing X-Hashcash headers.
9898         (message-setup-1): Call mail-add-payment-async when
9899         message-generate-hashcash is non-nil.
9900
9901 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9902
9903         * message.el (message-use-alternative-email-as-from): Examine the
9904         From header as well; use message-make-from in order to include a
9905         user's full name.
9906
9907 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9910         default; improve customization type.
9911         (gnus-emphasis-custom-with-format): New macro.
9912         (gnus-emphasis-custom-value-to-external): New function.
9913         (gnus-emphasis-custom-value-to-internal): New function.
9914
9915 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * dns.el (query-dns): Resolve reverse addresses.
9918
9919 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-group.el (gnus-group-get-new-news): Use it.
9922
9923         * gnus-start.el (gnus-check-reasonable-setup): New function.
9924
9925 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9928         "Args out of range" error.  Reported by Arnaud Giersch
9929         <arnaud.giersch@free.fr>.
9930
9931 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9932
9933         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9934
9935 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9936
9937         * spam.el (spam group): Add :version.
9938
9939         * pgg-def.el (pgg group): Add :version.
9940
9941 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-art.el (gnus-article-edit-article): Don't associate the
9944         article buffer with a draft file.  This is a temporary measure
9945         against the 2004-08-22 change to gnus-article-edit-mode.
9946
9947 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9950         (html2text-format-tags): Remove unused variable `attr'.
9951
9952 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9955
9956         * tls.el (tls-process-connection-type, tls-success)
9957         (tls-certtool-program): Add :version.
9958
9959         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9960         (starttls-extra-arguments, starttls-process-connection-type)
9961         (starttls-connect, starttls-failure, starttls-success): Add :version.
9962
9963         * spam-stat.el (spam-stat): Add :version.
9964
9965         * sieve.el (sieve): Add :version.
9966
9967         * sha1.el (sha1): Add :version.
9968         (sha1-use-external): Remove redundant version.
9969
9970         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9971         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9972         (nnmail-split-fancy-match-partial-words)
9973         (nnmail-split-lowercase-expanded): Add :version.
9974
9975         * nndiary.el (nndiary): Add :version.
9976
9977         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9978
9979         * mml-sec.el (mml-default-sign-method)
9980         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9981         Add :version.
9982
9983         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9984
9985         * mm-url.el (mm-url-use-external, mm-url-program)
9986         (mm-url-arguments): Add :version.
9987
9988         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9989         (mm-attachment-file-modes, mm-decrypt-option)
9990         (mm-w3m-safe-url-regexp): Add :version.
9991
9992         * message.el (message-cite-prefix-regexp)
9993         (message-sendmail-envelope-from, message-minibuffer-local-map)
9994         (message-user-fqdn, message-completion-alist): Add :version.
9995
9996         * gnus-win.el (gnus-configure-windows-hook)
9997         (gnus-use-frames-on-any-display): Add :version.
9998
9999         * gnus-art.el (gnus-article-address-banner-alist)
10000         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10001         (gnus-treat-from-picon, gnus-treat-mail-picon)
10002         (gnus-treat-x-pgp-sig): Add :version.
10003
10004         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10005         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10006         (gnus-summary-article-delete-hook)
10007         (gnus-summary-display-while-building): Add :version.
10008
10009         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10010         (gnus-get-top-new-news-hook): Add :version.
10011
10012         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10013         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10014
10015         * gnus-registry.el (gnus-registry): Add :version.
10016
10017         * gnus-spec.el (gnus-use-correct-string-widths)
10018         (gnus-make-format-preserve-properties): Add :version.
10019
10020         * gnus.el (gnus-group-charter-alist)
10021         (gnus-group-fetch-control-use-browse-url)
10022         (gnus-install-group-spam-parameters): Add :version.
10023
10024         * gnus-diary.el (gnus-diary): Add :version.
10025
10026         * gnus-delay.el (gnus-delay): Add :version.
10027
10028         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10029         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10030         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10031         Add :version.
10032
10033         * gnus-agent.el (gnus-agent-max-fetch-size)
10034         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10035         (gnus-agent-prompt-send-queue): Add :version.
10036
10037         * deuglify.el (gnus-outlook-deuglify): Add :version.
10038
10039         * html2text.el: Beautify code.  Improve doc strings.  Some
10040         checkdoc cleanup.
10041         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10042
10043 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10044
10045         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10046
10047 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10048
10049         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10050         when package is loaded.
10051
10052         * spam.el (spam-summary-score-preferred-header): Add global preference
10053         for people who want to override the default SpamAssassin over
10054         Bogofilter preference (when both are set).
10055         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10056         (spam-user-format-function-S): Check
10057         spam-summary-score-preferred-header.
10058         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10059         (spam-user-format-function-S): Format the score correctly.
10060
10061 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10064         signature file.  Suggested by Manoj Srivastava
10065         <srivasta@golden-gryphon.com>.
10066
10067         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10068         iso-2022-jp even in the Japanese language environment.
10069         Suggested by Jason Rumney <jasonr@gnu.org>.
10070
10071 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10074         use the same characters as the dummy marks; make it free from
10075         getting affected by the language environment.
10076         (gnus-summary-read-group-1): Update mark positions only when the
10077         format spec is updated.
10078
10079         * gnus-spec.el (gnus-update-format-specifications): Return a list
10080         of updated types.
10081
10082 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10085         of boundp to check if display-warning is available.
10086
10087 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10090
10091 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * nnspool.el (nnspool-spool-directory): Use news-path if the
10094         news-directory variable is not bound.
10095
10096         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10097         function instead of display-warning if it is not available.
10098
10099 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10102         v5-10: Use `point-at-bol'.
10103
10104 2004-10-26  Simon Josefsson  <jas@extundo.com>
10105
10106         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10107         <chenggao@gmail.com>.
10108
10109 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10112         instead.
10113
10114 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10115
10116         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10117         to remove a server from the nnimap-server-buffer-alist.
10118         (nnimap-open-connection, nnimap-close-server): Use it.
10119
10120         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10121
10122 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10125         running the major-mode function.
10126
10127 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10130         dummy marks in the right way.
10131
10132 2004-10-18  David Edmondson  <dme@dme.org>
10133
10134         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10135         excessively.
10136
10137 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10138
10139         * gnus-util.el (gnus-split-references): Accept a nil references
10140         string and go on blissfully.
10141
10142         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10143         cases where the references string is non-nil but has no references.
10144
10145         * encrypt.el: Add autoload tags.
10146
10147         * spam.el (spam-resolve-registrations-routine): Remove article
10148         from unregistration list too.  Reported by David Hanak
10149         <dhanak@isis.vanderbilt.edu>
10150
10151 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10154         nil.  Changed custom type.
10155
10156 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10159
10160         * gnus-sum.el (gnus-summary-move-article): Use it.
10161
10162 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10163
10164         * encrypt.el: Add autoload cookies.
10165
10166         * spam.el (spam-backend-article-list-property)
10167         (spam-backend-get-article-todo-list)
10168         (spam-backend-put-article-todo-list)
10169         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10170         Resolve registrations separately.
10171         (spam-register-routine): Format comments.
10172         (spam-unregister-routine, spam-register-routine): Always call with
10173         specific-articles, no default list.
10174         (spam-summary-prepare-exit): Use the spam-classifications function.
10175
10176         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10177         gnus-encrypt.el.
10178
10179         * encrypt.el: Copied from gnus-encrypt.el.
10180
10181         * gnus-encrypt.el: Commented that it's obsolete.
10182
10183 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10186         (gnus-score-save): Use it.
10187
10188         * message.el (message-bury): Use `window-dedicated-p'.
10189
10190 2004-10-15  Simon Josefsson  <jas@extundo.com>
10191
10192         * pop3.el (top-level): Don't require nnheader.
10193         (pop3-read-timeout): Add.
10194         (pop3-accept-process-output): Add.
10195         (pop3-read-response, pop3-retr): Use it.
10196
10197 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10198
10199         * spam.el (spam-register-routine): Move comment.
10200         (spam-verify-bogofilter): Use 'unknown for the initial
10201         spam-bogofilter-valid state, not 'never.
10202
10203         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10204         for netrc-machine.
10205
10206         * nnimap.el (nnimap-open-connection): Use
10207         netrc-machine-user-or-password.
10208
10209 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10210
10211         * gnus-registry.el (gnus-registry-unload-hook):
10212         Set as a variable with add-hook.
10213
10214         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10215         of news-path.
10216
10217         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10218
10219         * spam.el: Delete duplicate `provide'.
10220         (spam-unload-hook): Set as a variable with add-hook.
10221
10222 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10225         in the doc string.
10226
10227         * message.el (message-ignored-news-headers)
10228         (message-ignored-supersedes-headers)
10229         (message-ignored-resent-headers)
10230         (message-forward-ignored-headers): Improve custom type.
10231
10232 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * message.el (message-tokenize-header): Fix 2004-09-06 change
10235         which used point-min in the wrong place.
10236
10237 2004-10-12  Simon Josefsson  <jas@extundo.com>
10238
10239         * tls.el (tls-certtool-program): New variable.
10240         (tls-certificate-information): New function, based on
10241         ssl-certificate-information.
10242
10243 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * compface.el: Move the version of ELisp-based uncompface program
10246         to the contrib directory because of the copyright problem.
10247
10248 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * message.el (message-kill-buffer): Raise the current frame.
10251
10252 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10255
10256         * gnus.el (message-y-or-n-p): Autoload.
10257
10258         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10259         (pop3-password-required, pop3-authentication-scheme)
10260         (pop3-leave-mail-on-server): Made customizable.
10261         (pop3): New custom group.
10262         (pop3-retr): Remove `sleep-for' statements.
10263         Suggested by Dave Love <fx@gnu.org>.
10264
10265         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10266         Windows/DOS.
10267
10268         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10269         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10270         Dave Love <fx@gnu.org>.
10271
10272         * mml.el (mml-minibuffer-read-disposition): Require match.
10273         Suggested by Dave Love <fx@gnu.org>.
10274
10275 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10278         doc string.
10279
10280 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10283
10284 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10285
10286         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10287         instead of calling `mm-insert-inline', to decode text/* parts
10288         before displaying them.
10289
10290 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * mm-uu.el (mm-uu-text-plain-type): New variable.
10293         (mm-uu-pgp-signed-extract-1): Use it.
10294         (mm-uu-pgp-encrypted-extract-1): Use it.
10295         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10296         bind mm-uu-text-plain-type with that value.
10297         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10298         mm-uu-dissect.
10299
10300 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-group.el (gnus-update-group-mark-positions):
10303         * gnus-sum.el (gnus-update-summary-mark-positions):
10304         * message.el (message-check-news-body-syntax):
10305         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10306         of string-as-multibyte.
10307
10308 2004-10-05  Juri Linkov  <juri@jurta.org>
10309
10310         * gnus-group.el (gnus-update-group-mark-positions):
10311         * gnus-sum.el (gnus-update-summary-mark-positions):
10312         * message.el (message-check-news-body-syntax):
10313         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10314         8-bit unibyte values to a multibyte string for search functions.
10315
10316 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10319         (mm-uu-dissect-text-parts): New function.
10320
10321         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10322         dissect text parts.
10323
10324         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10325         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10326
10327         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10328
10329         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10330         gnus-current-topics instead of gnus-current-topic.
10331
10332 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10333
10334         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10335
10336 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10337
10338         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10339         where approriate.
10340
10341         * nnml.el (nnml-generate-active-info): do.
10342
10343         * nndiary.el (nndiary-generate-active-info): do.
10344
10345         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10346         (gnus-topic-move): do.
10347
10348         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10349         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10350
10351         * gnus-srvr.el (gnus-server-prepare)
10352         (gnus-server-open-all-servers): do.
10353
10354         * gnus-msg.el (gnus-summary-cancel-article)
10355         (gnus-summary-resend-message)
10356         (gnus-summary-mail-crosspost-complaint): do.
10357
10358         * gnus-move.el (gnus-change-server): do.
10359
10360         * gnus-group.el (gnus-group-unmark-all-groups)
10361         (gnus-group-set-current-level): do.
10362
10363 2004-10-04  Simon Josefsson  <jas@extundo.com>
10364
10365         * message.el (message-generate-hashcash): Doc fix.
10366
10367 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10368
10369         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10370         avoid infinite recursion via gnus-get-function.
10371
10372 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10373
10374         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10375
10376         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10377
10378         * nnmail.el (nnmail-split-history): do.
10379
10380         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10381         (nnml-request-delete-group): do.
10382
10383         * nnslashdot.el (nnslashdot-read-groups): do.
10384
10385         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10386         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10387
10388         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10389         (nnspool-sift-nov-with-sed): Use last
10390         (nnspool-retrieve-headers-with-nov): Use mapc.
10391         (nnspool-request-newgroups): Use dolist.
10392         (nnspool-request-group): Use last.
10393
10394         * nntp.el (nntp-read-server-type): Use dolist.
10395
10396         * nnvirtual.el (nnvirtual-create-mapping)
10397         (nnvirtual-update-read-and-marked): Use dolist.
10398         (nnvirtual-convert-headers): Simplify.
10399
10400 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10401
10402         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10403         support for sync'ing tick marks.
10404
10405 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10408         there's no visible header.
10409
10410 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10411
10412         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10413         necessary, pass full group name to gnus-request-set-marks.
10414
10415 2004-10-01  Simon Josefsson  <jas@extundo.com>
10416
10417         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10418         acroread.
10419
10420 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * spam-report.el (spam-report-gmane): Fix interactive.
10423
10424         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10425
10426         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10427         when writing file.
10428         (gnus-agent-synchronize-flags): Don't default to being
10429         interactive.
10430
10431 2004-09-30  Simon Josefsson  <jas@extundo.com>
10432
10433         * message.el (message-generate-hashcash): Add.
10434         (message-send-mail): Use it, call mail-add-payment.
10435
10436 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10437
10438         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10439
10440 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10441
10442         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10443         gnus-requst-update-info with explicit code to sync the in-memory
10444         info read flags with the marks being sync'd to the backend.
10445
10446         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10447
10448 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10449
10450         * spam.el (spam-verify-bogofilter): Add new function.
10451         (spam-check-bogofilter)
10452         (spam-bogofilter-register-with-bogofilter): Use it.
10453         (spam-verify-bogofilter): Add small fixes.
10454
10455 2004-09-28  Simon Josefsson  <jas@extundo.com>
10456
10457         * hashcash.el (hashcash-generate-payment): Revert.
10458
10459 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10460
10461         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10462         gnus-extract-references instead of gnus-split-references.
10463
10464         * gnus-util.el (gnus-extract-references): Add new function, analogous
10465         to gnus-split-references but extracts only the message-ID without
10466         anything extra.
10467
10468         * hashcash.el (hashcash-generate-payment)
10469         (hashcash-check-payment): Do the right thing if hashcash-path is
10470         nil (because the hashcash program could not be found).
10471
10472         * spam.el (spam-use-hashcash): Remove comment.
10473
10474 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10475
10476         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10477         (gnus-cache-enter-article, gnus-cache-remove-article)
10478         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10479
10480         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10481
10482         * gnus-art.el (article-hide-boring-headers)
10483         (article-translate-strings, article-display-face)
10484         (gnus-article-mime-match-handle-first)
10485         (gnus-article-highlight-headers)
10486         (gnus-article-add-buttons-to-head): do.
10487
10488 2004-09-27  Simon Josefsson  <jas@extundo.com>
10489
10490         * hashcash.el: New version, from
10491         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10492         ../contrib/.
10493
10494 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10497
10498 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10499
10500         * gnus-dup.el (gnus-dup-open): Use mapc.
10501         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10502
10503         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10504         Reported by Stefan Wiens <s.wi@gmx.net>.
10505
10506         * gnus.el (gnus-shutdown): Use dolist.
10507
10508         * gnus-undo.el (gnus-undo): Use mapc.
10509
10510         * nnrss.el (nnrss-generate-active): do.
10511
10512         * message.el (message-cite-original-without-signature)
10513         (message-cite-original): Use mapc.
10514         (message-do-actions, message-make-forward-subject): Use dolist.
10515
10516 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10517
10518         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10519         deletion to remove entire duplicate line.  Fixes merged article
10520         number bug.
10521
10522 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10523
10524         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10525         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10526         first ask if you want to open a server and then, even when you
10527         responded with no, asking if you want to synchronize the server's
10528         flags.
10529         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10530         multi-line expressions.
10531         (gnus-agent-synchronize-group-flags): New internal function.
10532         Updates marks in memory (in the info structure) AND in the
10533         backend.
10534
10535         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10536
10537         * nnagent.el (nnagent-request-set-mark): Use
10538         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10539         method, to ensure that synchronization updates marks in the
10540         backend and in the info (in memory) structure.
10541
10542 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10545         convention fully; don't miss the root article of a thread; make
10546         the X-Draft-From header with correct article numbers.
10547
10548 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10549
10550         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10551         unless plugged.  Disable the agent so that an open failure causes
10552         an error.
10553
10554         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10555         Reverted 2004-09-21 change.  The backend must be opened while
10556         synchronizing flags even when the backend stores the flags
10557         locally.
10558
10559 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10562         in `header' match.  Reported by Svend Tollak Munkejord.
10563
10564         * message.el (message-cite-original): Fix use of
10565         `message-cite-articles-with-x-no-archive'.
10566
10567 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10570         (gnus-window-to-buffer): Ditto.
10571
10572         * mml.el (mml-preview-buffer): New variable.
10573         (mml-preview): Manage window layout with gnus-buffer-configuration.
10574
10575         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10576         X-Draft-From header even if those articles aren't quoted.
10577
10578 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10579
10580         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10581         (gnus-request-set-mark, gnus-request-update-mark): Use new
10582         g-s-t-u-l-m to decide to use backend even when unplugged.
10583
10584 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10587         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10588
10589 2004-09-20  Simon Josefsson  <jas@extundo.com>
10590
10591         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10592         "utf-16-le".
10593
10594 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10595
10596         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10597
10598 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * uudecode.el (uudecode-use-external): Add :version.
10601
10602         * smime.el (smime-CA-file, smime-encrypt-cipher)
10603         (smime-dns-server): Add :version.
10604
10605         * smiley.el (gnus-smiley-file-types): Add :version.
10606
10607         * sha1.el (sha1-use-external): Add :version.
10608
10609         * pgg-def.el (pgg-query-keyserver): Add :version.
10610
10611         * nnmail.el (nnmail-fancy-expiry-targets)
10612         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10613         Add :version.
10614
10615         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10616         (nnimap-retrieve-groups-asynchronous): Add :version.
10617         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10618
10619         * mml.el (mml-content-disposition-parameters)
10620         (mml-insert-mime-headers-always): Add :version.
10621
10622         * mm-util.el (mm-coding-system-priorities): Add :version.
10623
10624         * mm-decode.el (mm-inline-text-html-with-images)
10625         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10626         (mm-verify-option): Add :version.
10627         (mm-text-html-renderer): Change :version.
10628
10629         * message.el (message-fcc-externalize-attachments)
10630         (message-required-headers, message-draft-headers)
10631         (message-subject-trailing-was-query)
10632         (message-subject-trailing-was-ask-regexp)
10633         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10634         (message-mark-insert-end, message-archive-header)
10635         (message-archive-note, message-cross-post-default)
10636         (message-cross-post-note, message-followup-to-note)
10637         (message-cross-post-note-function, message-use-mail-followup-to)
10638         (message-subscribed-address-functions)
10639         (message-subscribed-address-file, message-subscribed-addresses)
10640         (message-subscribed-regexps, message-allow-no-recipients)
10641         (message-yank-cited-prefix, message-signature-insert-empty-line)
10642         (message-hidden-headers, message-hierarchical-addresses)
10643         (message-mail-user-agent, message-use-idna)
10644         (message-valid-fqdn-regexp)
10645         (message-strip-special-text-properties, message-header-synonyms)
10646         (message-beginning-of-line, message-tab-body-function): Add :version.
10647         (message-insert-canlock, message-wide-reply-confirm-recipients):
10648         Change :version.
10649
10650         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10651         and :version.
10652         (mail-source-delete-old-incoming-confirm)
10653         (mail-source-movemail-program): Add :version.
10654
10655         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10656         (gnus-agent-cache, gnus-agent): Change :version.
10657
10658         * gnus-util.el (gnus-use-byte-compile): Change :version.
10659
10660         * gnus-sum.el (gnus-summary-make-false-root-always)
10661         (gnus-summary-default-high-score)
10662         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10663         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10664         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10665         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10666         (gnus-sum-thread-tree-single-indent)
10667         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10668         (gnus-sum-thread-tree-leaf-with-other)
10669         (gnus-sum-thread-tree-single-leaf): Add :version.
10670         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10671         (gnus-article-loose-mime): Change :version.
10672
10673         * gnus-start.el (gnus-backup-startup-file)
10674         (gnus-save-startup-file-via-temp-buffer): Add :version.
10675
10676         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10677         (gnus-server-offline-face): Add :version.
10678
10679         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10680
10681         * gnus-msg.el (gnus-gcc-externalize-attachments)
10682         (gnus-debug-files, gnus-debug-exclude-variables)
10683         (gnus-discouraged-post-methods): Change :version.
10684         (gnus-confirm-mail-reply-to-news)
10685         (gnus-confirm-treat-mail-like-news): Add :version.
10686
10687         * gnus-int.el (gnus-server-unopen-status): Add :version.
10688
10689         * gnus-group.el (gnus-group-jump-to-group-prompt)
10690         (gnus-large-ephemeral-newsgroup)
10691         (gnus-fetch-old-ephemeral-headers): Add :version.
10692
10693         * gnus-fun.el (gnus-x-face-directory)
10694         (gnus-convert-pbm-to-x-face-command)
10695         (gnus-convert-image-to-x-face-command)
10696         (gnus-convert-image-to-face-command): Add :version.
10697
10698         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10699
10700         * gnus-cite.el (gnus-cite-blank-line-after-header)
10701         (gnus-article-boring-faces): Add :version.
10702
10703         * gnus-art.el (gnus-buttonized-mime-types)
10704         (gnus-inhibit-mime-unbuttonizing)
10705         (gnus-treat-display-face)
10706         (gnus-treat-body-boundary): Change :version.
10707         (gnus-body-boundary-delimiter, gnus-picon-databases)
10708         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10709         (gnus-treat-date-english, gnus-treat-fold-headers)
10710         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10711         (gnus-treat-mail-picon, gnus-treat-wash-html)
10712         (gnus-article-encrypt-protocol)
10713         (gnus-use-idna, gnus-article-over-scroll)
10714         (gnus-mime-display-multipart-alternative-as-mixed)
10715         (gnus-mime-display-multipart-related-as-mixed)
10716         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10717         (gnus-ctan-url, gnus-button-ctan-handler)
10718         (gnus-button-handle-ctan-bogus-regexp)
10719         (gnus-button-ctan-directory-regexp)
10720         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10721         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10722         (gnus-button-man-level, gnus-button-emacs-level)
10723         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10724
10725         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10726         (gnus-agent-go-online): Change :version.
10727         (gnus-agent-expire-unagentized-dirs)
10728         (gnus-agent-auto-agentize-methods): Add :version.
10729
10730         * flow-fill.el (fill-flowed-display-column)
10731         (fill-flowed-encode-column): Add :version.
10732
10733         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10734         (gnus-outlook-deuglify-unwrap-max)
10735         (gnus-outlook-deuglify-cite-marks)
10736         (gnus-outlook-deuglify-unwrap-stop-chars)
10737         (gnus-outlook-deuglify-no-wrap-chars)
10738         (gnus-outlook-deuglify-attrib-cut-regexp)
10739         (gnus-outlook-deuglify-attrib-verb-regexp)
10740         (gnus-outlook-deuglify-attrib-end-regexp)
10741         (gnus-outlook-display-hook): Add :version.
10742
10743         * binhex.el (binhex-use-external): Add :version.
10744
10745 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10748         and `invisible'.
10749
10750 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10751
10752         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10753         in gnus-registry-trim.
10754
10755 2004-09-13  Simon Josefsson  <jas@extundo.com>
10756
10757         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10758
10759         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10760
10761         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10762         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10763         <yamaoka@jpl.org>.
10764         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10765         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10766         <yamaoka@jpl.org>.
10767
10768         * sieve.el (sieve-manage-mode): Ditto.
10769
10770 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10773
10774 2004-09-11  Simon Josefsson  <jas@extundo.com>
10775
10776         * dns-mode.el: Add.
10777
10778         * mm-view.el (mm-display-dns-inline): Add.
10779
10780         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10781         (mm-automatic-display): Ditto.
10782
10783         * mailcap.el (mailcap-mime-data): Add text/dns.
10784         (mailcap-mime-extensions): Map .soa to text/dns.
10785
10786 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10787
10788         * gnus-art.el (article-decode-mime-words, article-babel)
10789         (gnus-article-highlight-signature, gnus-article-add-buttons)
10790         (gnus-signature-toggle): Remove unnecessary bindings of
10791         `inhibit-read-only' inherited from v5.10 merge.
10792
10793 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * nntp.el (nntp): New customization group.
10796         (nntp-authinfo-file): Add customization group.
10797
10798         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10799
10800         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10801
10802         * gnus.el (to-address, to-list, subscribed)
10803         (large-newsgroup-initial): Ditto.
10804
10805         * flow-fill.el (fill-flowed-display-column)
10806         (fill-flowed-encode-column): Ditto.
10807
10808 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10809
10810         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10811         Use point-min rather than 1.
10812         (message-send-mail): Use buffer-size rather than point-max.
10813
10814         * gnus-sum.el (gnus-summary-search-article-forward):
10815         Signal a specific `search-failed' rather than a generic `error'.
10816
10817         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10818         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10819         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10820
10821 2004-09-10  Simon Josefsson  <jas@extundo.com>
10822
10823         * nndb.el (require): Remove tcp and duplicate cl.
10824
10825 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-agent.el (directory-files-and-attributes): Move forward.
10828
10829 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10830
10831         * gnus-agent.el (directory-files-and-attributes): Optionally
10832         defined to support XEmacs.
10833
10834 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10835
10836         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10837         to avoid run-time CL dependencies.
10838         (gnus-agent-unfetch-articles): New function.
10839         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10840         article numbers even when local .overview file is missing.
10841         (gnus-agent-read-article-number): New function.  Only accepts
10842         27-bit article numbers.
10843         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10844         gnus-agent-read-article-number.
10845         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10846         from backend while recognizing that article numbers in .overview
10847         must be valid.
10848         (gnus-agent-update-files-total-fetched-for): Use
10849         directory-files-and-attributes to improve performance.
10850         * gnus-int.el (gnus-request-move-article): Use
10851         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10852         improve performance.
10853
10854         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10855         some users confused by references to .newsrc when they only have a
10856         .newsrc.eld file.
10857         (gnus-convert-mark-converter-prompt)
10858         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10859         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10860         New function.  Used internally to only display 'gnus converting
10861         files' message when actually necessary.
10862
10863         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10864         methods now autoloaded.
10865
10866 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10869         identifiers.
10870
10871 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * gnus-picon.el: Fix indentation and closing parenthesis.
10874
10875 2004-09-01  Simon Josefsson  <jas@extundo.com>
10876
10877         * message.el (message-canlock-generate): Require sha1, not
10878         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10879         to require within a function.  Sadly, if sha1.el isn't loaded, the
10880         let binding in m-c-g will hide the defcustom definition, which is
10881         bad.)
10882
10883         * canlock.el: Require sha1, not sha1-el.
10884
10885         * message.el: Don't autoload sha1 (there is a autoload cookie in
10886         sha1.el).
10887
10888         * sha1-el.el: Renamed to sha1.el.
10889
10890 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10891
10892         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10893
10894 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10895
10896         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10897
10898 2004-08-30  Kim F. Storm  <storm@cua.dk>
10899
10900         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10901
10902         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10903         Add :group 'nnimap.
10904
10905 2004-08-30  Andreas Schwab  <schwab@suse.de>
10906
10907         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10908         ?* and ?\;.
10909
10910         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10911         and ?\' to symbol instead of whitespace.
10912
10913 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10916
10917         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10918         instead of re-search-forward.
10919
10920         * gnus-uu.el (gnus-uu-save-article): Ditto.
10921         (gnus-uu-post-encode-uuencode): Ditto.
10922
10923         * html2text.el (html2text-clean-list-items): Ditto.
10924         (html2text-clean-dtdd): Ditto.
10925         (html2text-format-tags): Ditto.
10926
10927         * message.el (message-send-mail-with-sendmail): Fix regexp.
10928         (message-fill-field-general): Use search-forward instead of
10929         re-search-forward.
10930         (unbold-region): Ditto.
10931
10932         * nnrss.el (nnrss-request-article): Ditto.
10933
10934         * nnslashdot.el (nnslashdot-request-article): Ditto.
10935
10936         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10937
10938         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10939         "Unrecognized menu descriptor" error in XEmacs.
10940
10941 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10942
10943         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10944         parent article of a sparse article in the thread hashtb.
10945
10946 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10947
10948         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10949         (nnmail-expand-newtext): Lowercase expanded entries if
10950         nnmail-split-lowercase-expanded is non-nil.
10951
10952 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10955
10956         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10957         of gnus-tmp-news-method into string under XEmacs.  It will be
10958         passed to gnus-correct-length which takes only a string argument.
10959
10960 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-util.el (gnus-bind-print-variables): New macro.
10963         (gnus-prin1): Use it.
10964         (gnus-prin1-to-string): Use it.
10965         (gnus-pp): New function.
10966         (gnus-pp-to-string): New function.
10967
10968         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10969         Replace pp-to-string with gnus-pp-to-string.
10970         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10971         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10972         * gnus-msg.el (gnus-debug): Ditto.
10973         * gnus-score.el (gnus-score-save): Ditto.
10974         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10975         gnus-pp-to-string.
10976         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10977         with gnus-pp.
10978         * score-mode.el (gnus-score-pretty-print): Ditto.
10979         * webmail.el (webmail-debug): Ditto.
10980
10981 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (article-display-face, article-display-x-face):
10984         Use buffer-read-only.
10985
10986 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (article-hide-list-identifiers):
10989         Bind inhibit-read-only as t.
10990
10991 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10994
10995 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10996
10997         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10998         (gnus-narrow-to-page): Don't assume point-min == 1.
10999         (gnus-article-edit-mode): Derive from message-mode.
11000
11001         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11002         point-min == 1.
11003
11004         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11005         Disable incorrect use of `assert'.
11006
11007         * message.el (message-mode): Set comment-start-skip.
11008
11009
11010 2004-08-22  Sam Steingold  <sds@gnu.org>
11011
11012         * pop3.el (pop3-leave-mail-on-server): New user variable.
11013         (pop3-movemail): Delete mail only when it is nil.
11014
11015 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11018
11019         * mml.el (mml-preview): Use `pop-to-buffer'.
11020
11021         * message.el (message-goto-mail-followup-to): Insert after "To".
11022         (message-carefully-insert-headers): Add comment.
11023
11024         * gnus.el: Remove unused variable `gnus-article-check-size'.
11025
11026         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11027
11028         * gnus-art.el (gnus-button-alist): Improve
11029         `gnus-button-handle-library' entry.
11030
11031 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11032
11033         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11034         downcase, since XEmacs capitalizes error messages differently.
11035
11036 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11037
11038         * nntp.el: Add (require 'gnus) due to reference to
11039         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11040
11041 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11042
11043         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11044         `mm-fill-flowed'.
11045
11046         * mm-decode.el (mm-dissect-singlepart): Check it.
11047
11048 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11049
11050         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11051         'imap' for netrc parsing.
11052
11053 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mailcap.el (mailcap-mime-data): Mark as risky.
11056
11057 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11060         may be included in the encoded word.
11061         (rfc2047-encode): Don't append a space if the encoded word
11062         includes close parenthesis.
11063
11064 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11067         of text within parentheses.
11068
11069 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11072         (gnus-encrypt-write-file-contents): Make the password key the file
11073         name PLUS the cipher, not just the cipher.  Also remove failed
11074         passwords from the cache.
11075
11076 2004-08-06  Simon Josefsson  <jas@extundo.com>
11077
11078         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11079         fix.
11080
11081 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11084         LWSP.
11085
11086 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11087
11088         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11089         to append in-reply-to: data to the references: header.
11090
11091         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11092         (netrc-parse): Use gnus-encrypt.el functions.
11093
11094         * gnus-encrypt.el: Add new file for encryption support; currently
11095         does only a few GPG ciphers and an internal XOR cipher.
11096
11097         * password.el: Add comments on using password-read-and-add.
11098         (password-read-and-add): Add function to read and add the
11099         password to the cache at once.
11100
11101 2004-07-28  Simon Josefsson  <jas@extundo.com>
11102
11103         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11104         parameter (but don't use it, for now).
11105
11106         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11107         instead of hard coding to nil.
11108
11109 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11112         as mm-inline-image-xemacs does.
11113
11114 2004-07-26  Simon Josefsson  <jas@extundo.com>
11115
11116         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11117         Revert part of 2004-07-17 change below.
11118
11119 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11122         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11123
11124 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11127         quotes that actually start with ">" at the beginning of the
11128         lines.
11129
11130 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * rfc2047.el (rfc2047-encode-region): Fix last change.
11133         (rfc2047-encode-parameter): Remove useless concat.
11134
11135 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11138         encode special characters; fix some kind of misconfigured headers;
11139         signal a real error if debug-on-quit or debug-on-error is non-nil.
11140         (rfc2047-encode-max-chars): New variable.
11141         (rfc2047-encode-1): Use it.
11142         (rfc2047-encode-parameter): New function.
11143
11144         * mml.el (mml-insert-parameter): Remove an excessive space.
11145
11146 2004-07-17  Simon Josefsson  <jas@extundo.com>
11147
11148         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11149         Kai Grossjohann <kai@emptydomain.de>.
11150         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11151         (gnus-group-make-menu-bar): Ditto.
11152
11153         * gnus-util.el (gnus-group-server): Add.
11154
11155 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11156
11157         * message.el (message-clone-locals): Clone sendmail and smtp
11158         variables.
11159
11160 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * rfc2047.el (rfc2047-encode-region): Fix last change.
11163
11164 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11167         characters as non-special.
11168
11169 2004-07-09  Simon Josefsson  <jas@extundo.com>
11170
11171         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11172         Users will lose all flag changes made while unplugged with
11173         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11174         good default.  See numerous reports on ding mailing list.
11175
11176 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11179         add generate-head-function and generate-article-function to the
11180         rfc822-forward entry.
11181         (nndoc-rfc822-forward-generate-article): New function.
11182         (nndoc-rfc822-forward-generate-head): New function.
11183
11184         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11185
11186 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11187
11188         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11189         respect display group parameter and gnus-summary-expunge-below.
11190         (gnus-articles-to-read): Remove unused reference to display group
11191         parameter.
11192
11193 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11194
11195         * nnheader.el (nnheader-uniquify-message-id): New experimental
11196         variable.
11197         (nnheader-nov-read-message-id): Use it.
11198
11199         * spam-report.el (spam-report-gmane): Add interactive.
11200
11201 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11204         qp-or-base64 for the application/* types.
11205
11206 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11207
11208         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11209
11210 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11211
11212         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11213         trim value.
11214
11215 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11216
11217         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11218         New macro and function.
11219         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11220
11221 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11224         after-load-alist.
11225
11226 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11227
11228         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11229         update info that isn't there.
11230
11231 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11232
11233         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11234         entry.
11235
11236 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * mm-view.el (mm-inline-render-with-function): Use multibyte
11239         buffer; decode html source by charset.
11240
11241         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11242
11243         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11244         Mule-UCS is loaded under XEmacs.
11245         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11246
11247 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11248
11249         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11250
11251 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * mm-util.el (mm-coding-system-p): Return a coding-system.
11254         (mm-mime-mule-charset-alist): Use shift_jis instead of
11255         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11256         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11257         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11258         instead of japanese-shift-jis and iso-latin-1 respectively in
11259         order to share the default value with both Emacs and XEmacs-mule.
11260         (mm-mule-charset-to-mime-charset): Make
11261         mm-coding-system-priorities effective.
11262         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11263         while predicating of candidates upon the priorities.
11264
11265 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11266
11267         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11268         gnus-uu-invert-processable.
11269
11270         * gnus.el: Autoload gnus-uu-invert-processable.
11271
11272 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * mm-util.el (mm-with-multibyte-buffer): New macro.
11275
11276         * rfc2047.el (rfc2047-encode-string): Use it.
11277         (rfc2047-encode-region): Move point to the end of the region after
11278         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11279
11280 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11283         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11284
11285 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11288         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11289         Karl Chen <quarl@nospam.quarl.org>.
11290
11291 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11292
11293         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11294         invalid addresses.
11295
11296 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * spam.el: Change section markers, revise TODO list.
11299         (spam-backends): Make new master list of all installed backends.
11300         (spam-summary-exit-behavior): Add new variable to determine how
11301         messages moves are done at summary exit.
11302         (spam-move-spam-nonspam-groups-only)
11303         (spam-process-ham-in-nonham-groups)
11304         (spam-process-ham-in-spam-groups): Remove variables, the
11305         spam-summary-exit-behavior variable should be used to manage this
11306         behavior.
11307         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11308         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11309         and spam-old-spam-articles.
11310         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11311         Add empty variables, placeholders for the backends they represent.
11312         (spam-set-difference): Move, unchanged.
11313         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11314         unless the user has a processor variable.
11315         (spam-classifications, spam-classification-valid-p)
11316         (spam-backend-properties, spam-backend-property-valid-p)
11317         (spam-backend-function-type-valid-p)
11318         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11319         (spam-report-articles-gmane, spam-report-articles-resend):
11320         Remove functions, they are not needed.
11321         (spam-install-backend-super, spam-backend-list)
11322         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11323         (spam-backend-function, spam-backend-ham-registration-function)
11324         (spam-backend-spam-registration-function)
11325         (spam-backend-ham-unregistration-function)
11326         (spam-backend-spam-unregistration-function)
11327         (spam-backend-statistical-p, spam-backend-mover-p)
11328         (spam-install-backend-alias, spam-install-checkonly-backend)
11329         (spam-install-mover-backend, spam-install-nocheck-backend)
11330         (spam-install-backend, spam-install-statistical-backend)
11331         (spam-install-statistical-checkonly-backend): Add backend installation
11332         support.
11333         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11334         (spam-group-processor-p): Use the new backend code and respect the
11335         summary exit behavior.
11336         (spam-mark-spam-as-expired-and-move-routine): Remove.
11337         (spam-summary-prepare): Change to use the new spam-old-articles
11338         variable.
11339         (spam-copy-or-move-routine, spam-copy-spam-routine)
11340         (spam-move-spam-routine, spam-copy-ham-routine)
11341         (spam-move-ham-routine): Add code to copy/move ham or spam.
11342         (spam-fetch-field-fast): Improve doc and code, plus allow the
11343         'number request.
11344         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11345         variables.
11346         (spam-split, spam-find-spam): Use the new backend code.
11347         (spam-registration-functions): Remove variable.
11348         (spam-unregister-routine): Add convenience wrapper.
11349         (spam-log-undo-registration, spam-register-routine)
11350         (spam-log-processing-to-registry)
11351         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11352         where possible.
11353         (spam-check-gmane-xref, spam-check-regex-headers)
11354         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11355         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11356         (spam-check-bogofilter-headers, spam-check-spamoracle)
11357         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11358         (spam-check-crm114-headers): Use the spam-split-group that
11359         spam-split prepares, no need to determine it every time.
11360
11361         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11362         to the nnheader-parse-naked-head call.
11363
11364         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11365
11366         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11367         the nnheader-nov-read-message-id call.
11368
11369 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11372         gnus-activate-group twice.  Suggested by Markus Peter
11373         <warp@spin.de>.
11374
11375 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * gnus-art.el (gnus-article-time-format): Exchange the order of
11378         day and month in the default value; fix customization type.
11379         (article-date-ut): Use add-text-properties.
11380         (article-make-date-line): Use message-make-date instead of
11381         current-time-string.
11382
11383         * message.el (message-fetch-field): Don't use set-text-properties.
11384         (message-make-date): Simplify.
11385
11386         * messagexmas.el (message-xmas-make-date): New function.
11387         (message-xmas-redefine): Defalias message-make-date to it.
11388
11389 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11392         (rfc2047-encode-region): Treat text within parentheses as special;
11393         show the original text when error has occurred.
11394
11395         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11396         already-computed method to gnus-activate-group.
11397
11398         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11399         same select-methods identical Lisp objects.
11400
11401         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11402         object when modifying the info.
11403
11404 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11407         gnus-opened-servers since it has never been opened with the new
11408         configuration yet.
11409
11410 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11413         arg to nnheader-generate-fake-message-id.
11414
11415 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11416
11417         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11418         number and build a fake message ID localized to a group and
11419         article number (so it's repeatable from that point on).
11420         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11421         ID format.
11422
11423         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11424         nnheader-generate-fake-message-id with the article number.
11425
11426 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11427
11428         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11429         end-of-buffer.
11430
11431 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * message.el (message-ignored-supersedes-headers): Add Approved.
11434
11435 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11438         goto-char.
11439         (rfc2047-encode): Fold the line before encoding.
11440
11441 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11444         folding -- not all headers can be folded, and this should be done
11445         by the message composition mode.  Probably.  I think.
11446
11447 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11450         fast.
11451
11452         * gnus-ems.el (gnus-remove-image): Don't use
11453         message-text-with-property; remove only the image found first.
11454
11455         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11456         found first.
11457
11458 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11459
11460         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11461
11462 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * message.el (message-text-with-property): Make it fast and accept
11465         optional arguments.
11466         (message-strip-forbidden-properties): Use it.
11467         (message-fix-before-sending): Follow the m-t-w-p change.
11468
11469         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11470
11471 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-art.el (article-hide-headers): Don't change the buffer
11474         mistakenly when performing mml-preview even if
11475         gnus-single-article-buffer is nil.
11476
11477 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11478
11479         * message.el (message-expand-name-databases): New user option.
11480         (message-expand-name): Use it.
11481
11482 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11483
11484         * spam.el (spam-report-articles-resend)
11485         (spam-report-resend-register-routine): Allow ham reporting.
11486         (spam-report-resend-register-ham-routine): Add wrapper.
11487         (spam-registration-functions): Add ham resending functions.
11488         (spam-list-of-processors): Add ham resend processor.
11489
11490         * gnus.el (ham-resend-to): Add new group parameter.
11491         (spam-process): Add ham resend option.
11492
11493         * spam-report.el (spam-report-resend): Allow reporting ham.
11494         (spam-report-resend-ham): Add wrapper.
11495
11496 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * message.el (message-cite-articles-with-x-no-archive): New
11499         variable.
11500         (message-cite-original): Use it.
11501
11502 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11503
11504         * message.el (message-cite-original): Respect X-No-Archive.
11505
11506 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (article-hide-headers): Refer to the values for
11509         gnus-ignored-headers and gnus-visible-headers in the summary
11510         buffer since a user may have set them as group parameters.
11511
11512 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * assistant.el (assistant-node-name): Add convenience function.
11515         (assistant-render-text, assistant-render-node): Add error handling,
11516         plus handle multiple next nodes.
11517         (assistant-find-next-node): Comment out for now.
11518         (assistant-find-next-nodes): Add function, returns list of next
11519         nodes.
11520
11521 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * mail-source.el (mail-source-directory): Fix doc-string.
11524
11525 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11526
11527         * assistant.el (assistant-render-text, assistant-eval): Add :set
11528         widget type, which is different because it takes and returns a
11529         list.  Much hilarity ensues.
11530
11531 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11534
11535         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11536         doc-string.
11537
11538         * gnus-start.el (gnus-activate-group): Added doc-string.
11539
11540 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11543
11544 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11545
11546         * assistant.el (assistant-render-text): Try to add a :set
11547         widget, more to come.
11548
11549         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11550         strings.
11551         (spam-report-articles-resend)
11552         (spam-register-routine): Do registration iff any articles warrant
11553         it.
11554         (spam-summary-prepare-exit): Change log message for nil group
11555         destinations.
11556
11557 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11558
11559         * spam.el (spam-report-resend-register-routine): Allow
11560         spam-report-resend-to to be a group parameter or a global value.
11561
11562 2004-05-26  Simon Josefsson  <jas@extundo.com>
11563
11564         * starttls.el: Merge with my GNUTLS based starttls.el.
11565         (starttls-gnutls-program, starttls-use-gnutls)
11566         (starttls-extra-arguments, starttls-process-connection-type)
11567         (starttls-connect, starttls-failure, starttls-success): New
11568         variables.
11569         (starttls-program, starttls-extra-args): Doc fix.
11570         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11571         functions.
11572         (starttls-negotiate, starttls-open-stream): Check
11573         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11574         function if it is set.
11575
11576 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11579         structured fields.
11580
11581 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11584
11585 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11586
11587         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11588         variable.
11589         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11590         assigning the spam-mark to new messages.
11591
11592 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11593
11594         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11595
11596 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11599
11600         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11601         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11602         default.
11603
11604 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11605
11606         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11607         correct data.
11608
11609 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11610
11611         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11612         (spam-group-processor-p): Fix function.
11613         (spam-group-processor-multiple-p)
11614         (spam-group-spam-processor-report-gmane-p)
11615         (spam-group-spam-processor-report-resend-p)
11616         (spam-group-spam-processor-bogofilter-p)
11617         (spam-group-spam-processor-blacklist-p)
11618         (spam-group-spam-processor-ifile-p)
11619         (spam-group-ham-processor-ifile-p)
11620         (spam-group-spam-processor-spamoracle-p)
11621         (spam-group-spam-processor-crm114-p)
11622         (spam-group-ham-processor-bogofilter-p)
11623         (spam-group-spam-processor-stat-p)
11624         (spam-group-ham-processor-stat-p)
11625         (spam-group-ham-processor-whitelist-p)
11626         (spam-group-ham-processor-BBDB-p)
11627         (spam-group-ham-processor-spamoracle-p)
11628         (spam-group-ham-processor-copy-p): Remove functions with some
11629         prejudice against unneeded code.
11630         (spam-report-articles-resend)
11631         (spam-report-resend-register-routine): Allow the group/topic
11632         spam-resend-to value to override spam-report-resend-to.
11633         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11634         properly now.
11635
11636         * gnus.el (spam-resend-to): Add group/topic parameter.
11637         (spam-process): Move the OBSOLETE processors to the end of the
11638         choices.
11639
11640 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11641
11642         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11643         with resend-to set to nil, and then ask the user if necessary.
11644         (spam-report-resend): spam-report-resend takes a list of articles, not
11645         separate article numbers.
11646
11647 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11650         addition to emacs-w3m.
11651
11652 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * assistant.el (assistant-authinfo-data): New function.
11655         (assistant-eval): Eval for entire assistant.
11656
11657         * netrc.el (netrc-services-file): New variable.
11658         (netrc-parse-services): New function.
11659         (netrc-find-service-name): New function.
11660         (netrc-find-service-number): New function.
11661         (netrc-port-equal): New function.
11662         (netrc-machine): Use it.
11663
11664         * nnimap.el (nnimap-open-connection): Use netrc.
11665
11666         * gnus-util.el (gnus-netrc-get): Remove aliases.
11667
11668         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11669
11670         * assistant.el (wid-edit): Fix compilation.
11671
11672         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11673
11674 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11675
11676         * gnus-util.el (gnus-set-file-modes): New function.  (small
11677         patch).
11678
11679 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11682
11683         * assistant.el (assistant-render-node): Fix up rendering and
11684         read-only text.
11685         (assistant-render-node): Reset.
11686         (assistant-make-read-only): Not sticky.
11687
11688 2004-05-20  Danny Siu  <dsiu@adobe.com>
11689
11690         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11691         centered even when gnus-auto-center-summary is t
11692
11693 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * dns.el (dns-get-txt-answer): New function.
11696         (dns-read-txt): Ditto.
11697         (query-dns): Use it.
11698
11699 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11702         active for foreign groups even if the group level is higher than
11703         the specified value.
11704
11705 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11708         non-active groups.
11709
11710         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11711
11712 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11713
11714         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11715
11716 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11719         (spam-crm114-header, spam-crm114-spam-switch)
11720         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11721         (spam-crm114-positive-spam-header)
11722         (spam-crm114-database-directory, spam-list-of-processors)
11723         (spam-group-spam-processor-crm114-p)
11724         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11725         (spam-generic-score, spam-list-of-checks)
11726         (spam-list-of-statistical-checks, spam-registration-functions)
11727         (spam-check-crm114-headers, spam-crm114-score)
11728         (spam-check-crm114, spam-crm114-register-with-crm114)
11729         (spam-crm114-register-spam-routine)
11730         (spam-crm114-unregister-spam-routine)
11731         (spam-crm114-register-ham-routine)
11732         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11733         asjo@koldfront.dk (Adam Sjøgren).
11734
11735         * gnus.el: Add spam-use-crm114.
11736
11737         * spam.el (spam-list-of-processors, spam-registration-functions):
11738         Add spam-use-resend.
11739         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11740         (spam-report-articles-gmane): Add doc fix.
11741         (spam-report-articles-resend, spam-report-resend-register-routine):
11742         Add wrappers around spam-report-resend-to.
11743
11744         * spam-report.el (spam-report-resend-to, spam-report-resend):
11745         Add support for resending spam.
11746         (spam-report-gmane): Fix line length >80.
11747
11748         * gnus.el (spam-process): Add spam-use-resend.
11749
11750 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11751
11752         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11753         number of processed spam messages.
11754         (spam-ham-copy-or-move-routine): Return the number of processed
11755         ham messages.
11756         (spam-summary-prepare-exit): Use the above values to decide
11757         whether status messages shouled be displayed.
11758
11759 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11762         `rfc2047-encoding-function-alist' in order to avoid conflicting
11763         with the old version.
11764         (rfc2047-encode-region): Concatenate words containing non-ASCII
11765         characters in structured fields; don't encode space-delimited
11766         ASCII words even in unstructured fields; don't break words at
11767         char-category boundaries.
11768         (rfc2047-encode-1): New function.
11769         (rfc2047-encode): Use it; encode text so that it occupies the
11770         maximum width within 76-column; work correctly on Q encoding for
11771         iso-2022-* charsets.
11772         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11773         sure not to break a line just after the header name.
11774         (rfc2047-b-encode-region): Removed.
11775         (rfc2047-b-encode-string): New function.
11776         (rfc2047-q-encode-region): Removed.
11777         (rfc2047-q-encode-string): New function.
11778
11779         * mm-util.el (mm-replace-in-string): New function.
11780
11781 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11784         get it right.
11785         (gnus-inews-make-draft): Really.
11786
11787 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11788
11789         * nnmh.el (nnmh-request-list-1): Don't check the link count
11790         before descending.  (small patch)
11791
11792 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793
11794         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11795         stuff.
11796
11797         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11798         on real group name.
11799
11800         * gnus-art.el (gnus-signature-limit): Doc fix.
11801
11802         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11803
11804         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11805
11806 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11807
11808         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11809         isn't a string.
11810
11811 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11812
11813         * gnus-draft.el (gnus-draft-send): Bind
11814         rfc2047-encode-encoded-words.
11815
11816         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11817         (rfc2047-encodable-p): Say that =? needs encoding.
11818         (rfc2047-encode-encoded-words): New variable.
11819
11820         * gnus-group.el (gnus-group-select-group): Doc fix.
11821
11822         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11823
11824         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11825         to nil.
11826
11827         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11828
11829         * nnheader.el (nnheader-get-lines-and-char): New function.
11830
11831 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-msg.el (gnus-summary-followup-with-original): Document
11834         yanking of region when active.
11835
11836 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11839         groups if the group level is higher than the specified value.
11840
11841 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11844         (gnus-group-jump-to-group): Added prefix argument using
11845         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11846         non-active group.
11847
11848         * compface.el (uncompface): Be verbose when changing
11849         `uncompface-use-external'.
11850
11851         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11852         handle manual section.
11853
11854 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11855
11856         * gnus-art.el (gnus-button-alist): Revert previous change.
11857
11858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11861
11862 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11863
11864         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11865         whether backend can accept message.
11866
11867         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11868
11869 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11870
11871         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11872         Avoid creating directory when nntp-marks-is-evil is true.
11873         Reported by Reiner Steib.
11874
11875 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-picon.el (gnus-picon-style): New variable.
11878         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11879         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11880         Jesper Harder <harder@ifa.au.dk>.
11881
11882 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * message.el (message-fill-field): Return point.
11885         (message-generate-headers): Go to end of field.
11886
11887         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11888         stuff for non-living groups.
11889
11890 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11891
11892         * gnus-art.el (gnus-article-followup-with-original)
11893         (gnus-article-reply-with-original): gnus-mark-active-p ->
11894         gnus-region-active-p.
11895
11896 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11897
11898         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11899         only when there is spam or ham to be processed.
11900
11901 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * mail-source.el (mail-source-delete-crash-box): Refactor.
11904         (mail-source-fetch): Use it.
11905         (mail-source-fetch-file): Ditto.
11906         (mail-source-fetch-directory): Run postscript in loop.
11907         (mail-source-fetch-pop): Delete.
11908         (mail-source-fetch-maildir): Ditto.
11909         (mail-source-fetch-imap): Ditto.
11910
11911         * imap.el (imap-authenticators): Comment out sasl.
11912
11913         * message.el (message-skip-to-next-address): New function.
11914         (message-fill-header-address): Refactor.
11915         (message-fill-address): Use it.
11916         (message-delete-address): Use it.
11917         (message-fill-header-general): Refactor.
11918         (message-fill-field-address): Rename.
11919         (message-narrow-to-field): Find the start of the header.
11920         (message-header-format-alist): Don't pre-fill.
11921         (message-fill-header): Removed.
11922         (message-insert-header): New function.
11923         (message-shorten-references): Use it.
11924
11925         * rfc2047.el (rfc2047-field-value): Strip props.
11926
11927         * mail-parse.el (mail-header-make-address): New alias.
11928
11929         * ietf-drums.el (ietf-drums-make-address): New function.
11930
11931         * imap.el: Add compiler directives.
11932
11933         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11934
11935         * gnus-art.el (article-decode-idna-rhs): Don't use
11936         message-idna-inside-rhs-p.
11937
11938 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * message.el (message-idna-inside-rhs-p): Removed.
11941         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11942
11943         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11944         false positives.
11945
11946 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11947
11948         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11949
11950 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11951
11952         * nneething.el (nneething-file-name): Don't create spurious
11953         files.
11954
11955         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11956         (gnus-inews-do-gcc): Remove sleep.
11957
11958         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11959         part under point.
11960
11961         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11962         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11963
11964 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11965
11966         * spam.el (spam-summary-prepare-exit): Fixed (length).
11967
11968 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11971         as expired without moving it" message when there are spam
11972         messages left.
11973
11974 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11975
11976         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11977         header is not nil.
11978
11979 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11980
11981         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11982         nntp-possibly-create-directory, not nntp-possibly-change-group.
11983         (nntp-marks-changed-p): New arg SERVER.
11984         (nntp-request-update-info): Adjust caller.
11985
11986 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11987
11988         * nntp.el (nntp-save-marks): Pass missing arg.
11989
11990 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11991
11992         * nntp.el: Support marks.
11993         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11994         (nntp-marks-modtime, nntp-marks-directory): New variables.
11995         (nntp-request-set-mark, nntp-request-update-info)
11996         (nntp-possibly-create-directory, nntp-marks-changed-p)
11997         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11998         functions.
11999
12000 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12001
12002         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12003         (gnus-xmas-redefine): Rename.
12004
12005         * gnus-score.el (gnus-score-insert-help): Use
12006         gnus-select-lowest-window.
12007
12008         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12009         appt-select-lowest-window and rename to gnus-select-lowest-window.
12010
12011         * gnus.el: do.
12012
12013 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12014
12015         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12016         encodings of MIME-encoded words, in order to improve
12017         interoperability with several broken MUAs.
12018
12019 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12020
12021         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12022         tags, only when charsets are not specified in headers.
12023         (mm-inline-text-html-render-with-w3m): Ditto.
12024
12025         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12026         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12027
12028 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12029
12030         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12031         instead of MIME-decoded from fields when checking
12032         `gnus-article-address-banner-alist'.
12033
12034 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12035
12036         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12037         description rather than subject.
12038
12039 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12040
12041         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12042
12043 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus.el (gnus-version-number): Bump.
12046
12047 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12048
12049         * gnus.el: No Gnus v0.2 is released.
12050
12051 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * gnus-agent.el (gnus-agent-read-agentview): Inline
12054         gnus-uncompress-range.
12055
12056 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12057
12058         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12059         `exec-installed-p'.
12060
12061 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12062
12063         * gnus.el (spam-process, spam-autodetect-methods): Add
12064         bsfilter and bsfilter-headers.
12065
12066         * spam.el (spam-bsfilter): New customize group.
12067         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12068         (spam-bsfilter-header, spam-bsfilter-probability-header)
12069         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12070         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12071         (spam-bsfilter-database-directory): New options.
12072         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12073         (spam-list-of-statistical-checks, spam-registration-functions):
12074         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12075         (spam-bsfilter-score): New command.
12076         (spam-check-bsfilter-headers, spam-check-bsfilter)
12077         (spam-bsfilter-register-with-bsfilter)
12078         (spam-bsfilter-register-spam-routine)
12079         (spam-bsfilter-unregister-spam-routine)
12080         (spam-bsfilter-register-ham-routine)
12081         (spam-bsfilter-unregister-ham-routine): New functions.
12082         (spam-generic-score): Support bsfilter; Accept an optional argument
12083         to recalcurate spam score even if scoring header has already been
12084         added.
12085         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12086         optional argument to recalcurate spam score even if scoring header
12087         has already been added.
12088
12089 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12090
12091         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12092         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12093         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12094         link is missing.
12095
12096 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12097
12098         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12099         (html2text-get-attr): Rewrite.
12100
12101         * message.el (message-setup-1): Remove redundant put-text-property
12102         on mail-header-separator.
12103
12104 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12105
12106         * gnus-registry.el (gnus-registry-cache-whitespace)
12107         (gnus-registry-action, gnus-registry-spool-action)
12108         (gnus-registry-split-fancy-with-parent): Change message levels
12109         from 5 to 3 or 7, as needed.
12110
12111         * spam.el (spam-summary-prepare-exit)
12112         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12113         (spam-split, spam-find-spam, spam-log-undo-registration)
12114         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12115         level from 5 to 6.
12116
12117 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12120         2004-03-04 change).
12121
12122 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12123
12124         * sieve-manage.el (sieve-manage-open):
12125         * nnweb.el (nnweb-insert-html):
12126         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12127         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12128         * nnspool.el (nnspool-request-group):
12129         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12130         * nnml.el (nnml-request-update-info):
12131         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12132         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12133         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12134         (nnimap-request-set-mark):
12135         * nnfolder.el (nnfolder-request-update-info):
12136         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12137         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12138         * gnus-uu.el (gnus-uu-find-articles-matching):
12139         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12140         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12141         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12142         * gnus-nocem.el (gnus-nocem-scan-groups):
12143         * gnus-int.el (gnus-start-news-server):
12144         * gnus-group.el (gnus-group-make-kiboze-group)
12145         (gnus-group-browse-foreign-server):
12146         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12147         Use mapc when appropriate.
12148
12149 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         FIXME: Make separate entries for each person.
12152
12153         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12154         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12155         <shields@msrl.com>:
12156
12157         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12158         may need for spam sorting and scoring.
12159         (spam-user-format-function-S): Add user format function suitable for
12160         general use.
12161         (spam-article-sort-by-spam-status): Add sorting function for summary
12162         sorting.
12163         (spam-extra-header-to-number): Add function to get a score from a
12164         header.
12165         (spam-summary-score): Add function to  get a numeric score from the
12166         headers.
12167         (spam-generic-score): Fix function doc, was in wrong place.
12168         (spam-initialize): Take symbols when it's run, and install the
12169         extra headers that spam-necessary-extra-headers thinks we need.
12170
12171 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12172
12173         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12174         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12175
12176 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12177
12178         * gnus-sum.el (gnus-set-global-variables)
12179         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12180         (gnus-article-get-xrefs, gnus-summary-best-group)
12181         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12182         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12183         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12184         Use with-current-buffer.
12185
12186 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * spam.el (spam-summary-prepare-exit): Simplify logic.
12189         (spam-fetch-article-header): Read the article header if it's not
12190         available.
12191         (spam-list-articles): Simplify logic.
12192         (spam-filelist-register-routine): Fix bug with unregister-list.
12193
12194         * gnus-registry.el: Fix comments at beginning.
12195
12196 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12197
12198         * message.el (message-cater-to-broken-inn): Remove.
12199         (message-shorten-references): Make sure the total folded length of
12200         References is shorter than 998 characters to cater to a bug in INN
12201         2.3.  Also, don't pretend that references aren't folded -- this
12202         hasn't worked for a while.
12203
12204 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12205
12206         * gnus-agent.el (gnus-agentize):
12207         gnus-agent-send-mail-real-function no longer set to current value
12208         of message-send-mail-function but rather a lambda that calls
12209         message-send-mail-function.  The change makes the agent real-time
12210         responsive to user changes to message-send-mail-function.
12211
12212 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12213
12214         * legacy-gnus-agent.el
12215         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12216         help from Florian Weimer <fw@deneb.enyo.de>
12217
12218 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * nnmail.el (nnmail-cache-insert): Revert last change.
12221
12222 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * nnmail.el (nnmail-cache-insert): Always check whether
12225         nnmail-cache-ignore-groups matches a group name.
12226
12227 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12228
12229         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12230         (spam-find-spam, spam-log-processing-to-registry)
12231         (spam-log-registered-p, spam-log-unregistration-needed-p)
12232         (spam-log-undo-registration): Use gnus-message instead of
12233         gnus-error, none of these errors are fatal.
12234
12235         * gnus-registry.el (gnus-registry-clean-empty-function)
12236         (gnus-registry-clean-empty): Remove only empty entries without
12237         extra data.
12238
12239 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12240
12241         * spam-stat.el (spam-stat-buffer-change-to-spam)
12242         (spam-stat-buffer-change-to-non-spam): Change (error) to
12243         (gnus-message 8) invocation.
12244
12245 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * nntp.el (nntp-via-netcat-command): New variable.
12248         (nntp-via-netcat-switches): New variable.
12249         (nntp-open-via-rlogin-and-netcat): New function.
12250         (nntp-open-connection-function): Doc fix.
12251         (nntp-telnet-command): Doc fix.
12252         (nntp-end-of-line): Doc fix.
12253         (nntp-via-rlogin-command): Doc fix.
12254         (nntp-via-user-name): Doc fix.
12255         (nntp-via-address): Doc fix.
12256
12257 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12260         error in Emacs 21.1.
12261
12262 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12265
12266 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12267         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12268         (gnus-agent-with-refreshed-group): New macro.
12269         (gnus-agent-rename-group): New function.
12270         (gnus-agent-delete-group): New function.
12271         (gnus-agent-save-group-info): Use gnus-command-method when
12272         `method' parameter is nil.  Don't write nil entries into the
12273         active file.
12274         (gnus-agent-get-group-info): New function.
12275         (gnus-agent-fetch-articles): Use
12276         gnus-agent-update-files-total-fetched-for to increment disk space
12277         used.
12278         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12279         gnus-agent-update-view-total-fetched-for to increment disk space
12280         used.
12281         (gnus-agent-get-local): Added optional parameters to avoid calling
12282         gnus-group-real-name and gnus-find-method-for-group.
12283         (gnus-agent-set-local): Delete stored entry if either min, or max,
12284         are nil.
12285         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12286         quit, use gnus-agent-regenerate-group to record existance of any
12287         articles fetched to disk before the quit occurred.
12288         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12289         gnus-agent-update-view-total-fetched-for, and
12290         gnus-agent-update-files-total-fetched-for to decrement disk space
12291         used.
12292         (gnus-agent-retrieve-headers): Use
12293         gnus-agent-update-view-total-fetched-for to increment disk space
12294         used.
12295         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12296         with gnus-agent-update-files-total-fetched-for to decrement disk
12297         space and fresh group buffer.
12298         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12299         (gnus-agent-need-update-total-fetched-for): New variable.
12300         (gnus-agent-update-files-total-fetched-for): New function.
12301         (gnus-agent-update-view-total-fetched-for): New function.
12302         (gnus-agent-total-fetched-for): New function.
12303
12304         * gnus-cache.el (gnus-cache-save-buffers): Use
12305         gnus-cache-update-overview-total-fetched-for to change disk space
12306         used by this group.
12307         (gnus-cache-possibly-enter-article): Use
12308         gnus-cache-update-file-total-fetched-for to increment disk space
12309         used by this group.
12310         (gnus-cache-possibly-remove-article): Use
12311         gnus-cache-update-file-total-fetched-for to decrement disk space
12312         used by this group.
12313         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12314         (gnus-cache-rename-group): New function.
12315         (gnus-cache-delete-group): New function.
12316         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12317         (gnus-cache-need-update-total-fetched-for): New variable.
12318         (gnus-cache-with-refreshed-group): New macro.
12319         (gnus-cache-update-file-total-fetched-for): New function.
12320         (gnus-cache-update-overview-total-fetched-for): New function.
12321         (gnus-cache-rename-group-total-fetched-for): New function.
12322         (gnus-cache-delete-group-total-fetched-for): New function.
12323         (gnus-cache-total-fetched-for): New function.
12324
12325         * gnus-group.el: Require gnus-sum and autoload functions to
12326         resolve warnings when gnus-group.el compiled alone.
12327         (gnus-group-line-format): Documented new %F
12328         (size of Fetched data) group line format; identifies disk space
12329         used by agent and cache.
12330         (gnus-group-line-format-alist): Defined new F format.
12331         (gnus-total-fetched-for): New function.
12332         (gnus-group-delete-group): No longer update
12333         gnus-cache-active-altered as gnus-request-delete-group now keeps
12334         the cache in sync.
12335         (gnus-group-list-active): Let the agent store a server's active
12336         list if currently plugged.
12337
12338         * gnus-int.el (gnus-request-delete-group):
12339         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12340         local disk in sync with the server.
12341         (gnus-request-rename-group):
12342         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12343         local disk in sync with the server.
12344
12345         * gnus-start.el (gnus-get-unread-articles):
12346         Cosmetic simplification to logic.
12347
12348         * gnus-util.el (gnus-rename-file): New function.
12349
12350 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12351
12352         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12353
12354 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12355
12356         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12357         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12358
12359 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12360
12361         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12362         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12363
12364 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12365
12366         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12367
12368 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * spam.el (spam-set-difference): Add function to replace
12371         gnus-set-difference in spam.el.
12372         (spam-summary-prepare-exit): Use spam-set-difference.
12373
12374 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * gnus-registry.el (gnus-registry-cache-file): Update to use
12377         gnus-dribble-directory OR gnus-home-directory OR ~.
12378         (gnus-registry-split-fancy-with-parent): Fix doc.
12379
12380 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * message.el (message-exchange-point-and-mark): Use
12383         message-mark-active-p.  Suggested by Jesper Harder
12384         <harder@ifa.au.dk>.
12385
12386 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * message.el (message-exchange-point-and-mark): Don't activate
12389         region if it was inactive.  Suggested by Hiroshi Fujishima
12390         <pooh@nature.tsukuba.ac.jp>.
12391
12392 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-art.el (article-display-face): Display Faces in the same
12395         order as X-Faces.
12396
12397 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12400
12401 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12404         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12405         (gnus-article-mime-hierarchy): Remove.
12406         (gnus-article-mime-hierarchy-next): Remove.
12407         (gnus-article-mode): Revert 2004-03-19 change.
12408         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12409         (gnus-insert-mime-button): Revert 2004-03-19 change.
12410         (gnus-mime-accumulate-hierarchy): Remove.
12411         (gnus-mime-enter-multipart): Remove.
12412         (gnus-mime-leave-multipart): Remove.
12413         (gnus-mime-display-part): Revert 2004-03-19 change.
12414         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12415
12416         * mml.el (mml-preview): Revert 2004-03-19 change.
12417
12418 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12419
12420         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12421
12422 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12425         t while entering a file name using the mm-with-multibyte macro.
12426         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12427
12428         * mm-util.el (mm-with-multibyte): New macro.
12429
12430 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12433         user option.
12434         (gnus-mime-multipart-functions): Doc and customization fix.
12435         (gnus-article-mime-hierarchy): New variable.
12436         (gnus-article-mime-hierarchy-next): New variable.
12437         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12438         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12439         gnus-article-mime-hierarchy-next to nil.
12440         (gnus-insert-mime-button): Show hierarchy numbers.
12441         (gnus-mime-accumulate-hierarchy): New function.
12442         (gnus-mime-enter-multipart): New function.
12443         (gnus-mime-leave-multipart): New function.
12444         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12445         (gnus-mime-display-alternative): Show hierarchy numbers.
12446
12447         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12448         gnus-article-mime-hierarchy-next to nil.
12449
12450 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12451
12452         * dns.el: Don't require gnus-xmas.
12453
12454 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12455
12456         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12457         inline PGP.
12458         (mml-menu): Disable mml-quote-region if mark is inactive.
12459
12460 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12463         when the group's active is not available.
12464
12465 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12468         error.
12469
12470 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * imap.el (imap-store-password): New variable.
12473         (imap-interactive-login): Use it.
12474         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12475
12476 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12479         window-start and hscroll to summary window.
12480
12481 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12482
12483         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12484         conversion message to newsrc-dribble when an actual conversion is
12485         performed.
12486
12487 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12488
12489         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12490
12491 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mm-decode.el (mm-complicated-handles): New function reviving
12494         former definition of mm-multiple-handles.
12495
12496         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12497         (gnus-mime-delete-part): Use it.
12498
12499 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12500
12501         * gnus-agent.el (gnus-agent-read-local): Bind
12502         nnheader-file-coding-system to gnus-agent-file-coding-system to
12503         avoid the implicit assumption that they will always be equal.
12504         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12505         coding-system-for-write, as the with-temp-file macro first prints
12506         to a buffer then saves the buffer.
12507
12508 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-art.el (gnus-article-edit-part): New function.
12511         (gnus-mime-save-part-and-strip): Use it; do query instead of
12512         signaling an error; don't use mm-multiple-handles.
12513         (gnus-mime-delete-part): Ditto.
12514
12515 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12516
12517         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12518         old file versions.
12519         (gnus-group-prepare-hook): Removed function that converted list
12520         form of gnus-agent-expire-days to group properties.
12521
12522         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12523         (gnus-request-accept-article): Re-indented.
12524
12525         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12526         converters to handle old agent file formats.  Added logic for a
12527         "backup before upgrading warning".
12528         (gnus-convert-mark-converter-prompt): Developers can mark
12529         functions as needing (default), or not needing,
12530         gnus-convert-old-newsrc's "backup before upgrading warning".
12531         (gnus-convert-converter-needs-prompt): Tests whether the user
12532         should be protected from potentially irreversable changes by the
12533         function.
12534
12535         * legacy-gnus-agent.el: New.  Provides converters that are only
12536         loaded when gnus-convert-old-newsrc needs to call them.
12537
12538 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * mail-source.el (mail-source-touch-pop): Doc fix.
12541
12542         * message.el (message-smtpmail-send-it): Doc fix.
12543
12544 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12545
12546         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12547
12548         * nnmail.el (nnmail-split-fancy): do.
12549
12550         * gnus-kill.el (gnus-kill, gnus-execute): do.
12551
12552 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12553
12554         * gnus-sum.el (gnus-widget-reversible-match)
12555         (gnus-widget-reversible-to-internal)
12556         (gnus-widget-reversible-to-external): New functions.
12557         (gnus-widget-reversible): New widget.
12558         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12559
12560 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12561
12562         * gnus-sum.el (gnus-thread-sort-functions)
12563         (gnus-article-sort-functions): Document `(not F)' items.
12564
12565 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12566
12567         * spam.el (spam-use-gmane-xref): Add new backend.
12568         (spam-gmane-xref-spam-group): Add variable to control the name of the
12569         Gmane spam group.
12570         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12571         (spam-regex-headers-spam, spam-regex-headers-ham)
12572         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12573         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12574         backends and checks.
12575         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12576
12577         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12578         an autodetect method.
12579
12580 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12581
12582         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12583         articles are being added to a group.
12584         (gnus-request-replace-article): Inform the agent that articles
12585         need to be uncached as the cached contents are no longer valid.
12586
12587 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * binhex.el: Don't autoload executable-find.
12590
12591         * canlock.el: Don't autoload mail-fetch-field.
12592
12593         * dgnushack.el: Autoload c-mode for XEmacs.
12594
12595         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12596
12597         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12598         rmail-dont-reply-to and rmail-output.
12599
12600         * gnus-score.el: Don't autoload ffap-string-at-point.
12601
12602         * gnus-setup.el: Don't autoload sc-cite-original.
12603
12604         * imap.el: Don't autoload base64-decode-string,
12605         base64-encode-string and md5.
12606
12607         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12608         and rmail-msg-restore-non-pruned-header.
12609
12610         * mm-decode.el: Don't autoload executable-find.
12611
12612         * mm-url.el: Don't autoload executable-find.
12613
12614         * mm-view.el: Don't autoload diff-mode.
12615
12616         * nndb.el: Don't autoload news-reply-mode, news-setup,
12617         cancel-timer and telnet.
12618
12619         * password.el: Don't autoload run-at-time for Emacs.
12620
12621         * sha1-el.el: Don't autoload executable-find.
12622
12623         * sieve-mode.el: Don't autoload c-mode.
12624
12625         * uudecode.el: Don't autoload executable-find.
12626
12627 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12628
12629         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12630         (gnus-agent-possibly-alter-active): Avoid null in numeric
12631         comparison.
12632         (gnus-agent-set-local): Refuse to save null in local object table.
12633         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12634         list of articles that will be marked as unread.
12635
12636 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12639
12640 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12641
12642         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12643         language tags.
12644
12645 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12646
12647         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12648         Don't bind "obarray".
12649
12650         * gnus-sum.el (gnus-thread-sort-functions): Added
12651         `gnus-thread-sort-by-most-recent-number' and
12652         `gnus-thread-sort-by-most-recent-date'.
12653         Reported by Kai Grossjohann <kai@emptydomain.de>.
12654
12655 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12658
12659 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12660
12661         * gnus-cus.el (gnus-agent-customize-category): Removed
12662         ignore-errors macro reference that required cl to be loaded at
12663         run-time.
12664
12665         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12666         single-interval range of the form (min . max).  Previously the
12667         range had to look like ((min . max)).  Likewise, return
12668         (min . max) rather than ((min . max)).
12669         (gnus-range-map): Use gnus-range-normalize to accept
12670         single-interval range.
12671
12672         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12673         the cache, but not the agent, now appear with their usual face.
12674
12675         * dgnushack.el (loaddir): New variable that is bound to the
12676         directory containing the dgnushack.el file. Use loaddir, rather
12677         than srcdir, to update load-path. Change lets dgnushack compile
12678         code in directories other than GNUS/lisp.
12679
12680 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * lpath.el: Don't bind w3m-safe-url-regexp.
12683
12684         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12685         w3m-safe-url-regexp variable buffer-local.
12686
12687         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12688
12689 2004-02-27  Simon Josefsson  <jas@extundo.com>
12690
12691         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12692         gnus-group-real-prefix.
12693         (gnus-summary-move-article): Use it, instead of
12694         gnus-group-real-prefix.
12695
12696 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * lpath.el: Bind w3m-safe-url-regexp.
12699
12700         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12701         w3m-safe-url-regexp variable buffer-local and set it as the value
12702         of mm-w3m-safe-url-regexp.
12703
12704         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12705
12706         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12707         parsing gnus-posting-styles when the message is not for replying.
12708
12709         * dgnushack.el: Autoload sgml-mode for XEmacs.
12710
12711         * nnrss.el (nnrss-opml-export): Use
12712         mm-set-buffer-file-coding-system instead of
12713         set-buffer-file-coding-system.
12714
12715 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12716
12717         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12718         of checkdoc.el).
12719         * nnrss.el: do.
12720         * gnus-mlspl.el: do.
12721         * gnus-ml.el: do.
12722         * gnus-srvr.el: do.
12723
12724         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12725
12726 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12727
12728         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12729         Corrections to custom-manual links.
12730
12731         * gnus-art.el (gnus-article): Ditto.
12732
12733         * mm-decode.el (mime-display, mime-security): Ditto.
12734
12735 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12736
12737         * flow-fill.el: Typo.
12738
12739 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12740
12741         * spam-wash.el: New file.
12742
12743 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12744
12745         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12746
12747 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12748
12749         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12750         to be run with new-articles as LIST1, not LIST2.
12751         (spam-registration-functions): Add spam-use-ham-copy as a nil
12752         registration backend.
12753
12754 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12755
12756         * spam-stat.el (spam-stat-washing-hook): New option.
12757         (spam-stat-buffer-words): Use it.
12758         (spam-stat-process-directory, spam-stat-test-directory): Use
12759         insert-file-contents-literally.
12760         (spam-stat-coding-system): New variable.
12761         (spam-stat-load, spam-stat-save): Use it.
12762
12763 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * spam-report.el (spam-report-plug-agent): Quote
12766         spam-report-url-to-file and spam-report-url-ping-plain.
12767
12768 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12771         / in mailto URLs.
12772
12773 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * spam-report.el (spam-report-process-queue): Fix interactive use.
12776         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12777         (spam-report-unplug-agent): Doc fixes.
12778         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12779         (spam-report-agentize, spam-report-deagentize): Autoload
12780
12781 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12784
12785         * message.el (message-setup-fill-variables): Add mml tags to
12786         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12787         <ajk@iu.edu>.
12788         (message-mode): Don't modify paragraph-separate there.
12789
12790 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * compface.el (uncompface-use-external): Default to undecided.
12793         (uncompface-use-external-threshold): New variable.
12794         (uncompface-float-time): New macro.
12795         (uncompface): Determine whether to use the external decoder if
12796         uncompface-use-external is undecided.
12797
12798 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12801         after images.
12802
12803         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12804
12805 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12806
12807         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12808
12809         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12810
12811         * gnus-sum.el (gnus-summary-limit-to-age)
12812         (gnus-summary-limit-children): do.
12813
12814         * gnus-int.el (gnus-request-scan): do.
12815
12816         * gnus-group.el (gnus-group-suspend): do.
12817
12818         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12819
12820         * gnus-cite.el (gnus-cite-parse-attributions): do.
12821
12822         * gnus-agent.el (gnus-summary-set-agent-mark)
12823         (gnus-agent-regenerate-group): do.
12824
12825         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12826
12827         * binhex.el (binhex-decode-region-internal): do.
12828
12829 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-fun.el (gnus-face-properties-alist): New user option.
12832         (gnus-display-x-face-in-from): Use it.
12833
12834         * gnus-art.el (article-display-face): Ditto.
12835
12836         * compface.el (uncompface-use-external): Default to nil.
12837
12838 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12839
12840         * nntp.el (nntp-erase-buffer): New function.
12841         (nntp-retrieve-data, nntp-send-command)
12842         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12843         (nntp-possibly-change-group): Use it.
12844
12845         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12846         with-current-buffer.
12847
12848 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12849
12850         * compface.el: Merge the ELisp-based uncompface program.
12851         (compface): New customization group.
12852         (uncompface-use-external): New user option.
12853         (uncompface): Call uncompface-internal if uncompface-use-external
12854         is nil.
12855         (uncompface-internal): New function.  Note that there are also
12856         some other functions and variables added for this function.
12857
12858 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12859
12860         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12861         if necessary.
12862
12863 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12864
12865         * spam-report.el (spam-report-unplug-agent)
12866         (spam-report-plug-agent, spam-report-deagentize)
12867         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12868         Add support for the Agent in spam-report: when unplugged, report to a
12869         file; when plugged, submit all the requests.
12870
12871         * spam.el (spam-register-routine): Fix message about
12872         registration.
12873
12874 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12875
12876         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12877         dependencies.
12878         (rfc2047-encode): Use it.
12879
12880         * gnus-art.el (gnus-button-marker-list): Move before first
12881         reference.
12882
12883         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12884         (imap-parse-body): Fix format string mismatch.
12885
12886         * gnus-score.el (gnus-summary-increase-score): do.
12887
12888         * nnrss.el (nnrss-close): New function.
12889
12890 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12891
12892         * nnrss.el (nnrss-make-filename): New function.
12893         (nnrss-request-delete-group, nnrss-read-server-data)
12894         (nnrss-save-server-data, nnrss-read-group-data)
12895         (nnrss-save-group-data): Use it.
12896         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12897         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12898         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12899
12900 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12901
12902         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12903
12904 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12905
12906         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12907         files.
12908
12909         * message.el (message-generate-headers-first): Don't quote nil
12910         and t in docstrings.
12911
12912         * imap.el (imap-id): do.
12913
12914         * gnus-agent.el (gnus-agent-consider-all-articles)
12915         (gnus-agent-queue-mail): do.
12916
12917 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * spam-report.el (spam-report-process-queue): New function.
12920         Process requests from `spam-report-requests-file'.
12921         (spam-report-process-queue): Doc fix.
12922
12923 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12924
12925         * spam.el (spam-register-routine)
12926         (spam-log-processing-to-registry, spam-log-registered-p)
12927         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12928         Change "check" to "spam-check" for semi-clarity.
12929
12930 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12931
12932         * pop3.el: Require nnheader.
12933
12934         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12935
12936         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12937
12938         * gnus-picon.el: Require cl.
12939
12940         * gnus-fun.el: Require gnus-ems and gnus-util.
12941
12942         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12943
12944         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12945
12946         * gnus-art.el (gnus-article-edit-mode): Define before first
12947         reference.
12948
12949 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12950
12951         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12952         (gnus-uu-post-encoded): Use point-at-bol.
12953
12954         * gnus-topic.el (gnus-group-active-topic-p): do.
12955
12956         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12957
12958         * gnus-group.el (gnus-group-kill-region): do.
12959
12960         * gnus-art.el (article-date-ut): do.
12961
12962         * message.el (message-fetch-field): Remove redundant
12963         case-fold-search binding.
12964         (message-narrow-to-field): Simplify.
12965
12966 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * spam.el (spam-directory): Derive from `gnus-directory'.
12969
12970         * spam-report.el (spam-report-url-to-file)
12971         (spam-report-requests-file): New function and variable for offline
12972         reporting.
12973         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12974         and user defined function.
12975         (spam-report-url-ping-mm-url): Remove doubled slash.
12976
12977 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12978
12979         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12980
12981 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12982
12983         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12984         format string mismatch.
12985
12986         * sieve.el (sieve-deactivate-all): do.
12987
12988         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12989
12990         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12991
12992         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12993
12994         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12995
12996 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12999         the list of checks.
13000
13001 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13002
13003         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13004         padding.
13005
13006 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13007
13008         * mm-view.el (mm-fill-flowed): New variable.
13009         (mm-inline-text): Use it.
13010
13011 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13012
13013         * spam.el (spam-spamassassin-register-ham-routine)
13014         (spam-spamassassin-register-spam-routine): Fix function names.
13015
13016 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus.el (gnus-tmp-grouplens): Remove.
13019         (gnus-summary-line-format): Remove grouplens.
13020
13021         * gnus-group.el (gnus-group-line-format): Ditto.
13022
13023         * gnus-spec.el (gnus-format-specs): Ditto.
13024         (gnus-update-format-specifications): Flush the group format spec
13025         cache if there's the grouplens stuff.
13026         (gnus-parse-simple-format): Replace %l with the empty string.
13027
13028 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13029
13030         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13031         omission.
13032
13033 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13036         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13037
13038 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13039
13040         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13041         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13042         New macros and functions.
13043         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13044         Handle > NLINK_MAX messages.
13045         * nnmaildir.el (nnmaildir-request-set-mark): Use
13046         nnmaildir--emlink-p and nnmaildir--eexist-p.
13047
13048 2004-01-25  Alex Schroeder  <alex@gnu.org>
13049
13050         * spam-stat.el (spam-stat-process-directory-age): New option.
13051         (spam-stat-process-directory): Use it.
13052
13053 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13054
13055         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13056         (spam-stat-save): Accept prefix argument.
13057
13058 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13059
13060         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13061         links" error.
13062
13063 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13066         the rest of the and/or forms.
13067
13068 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13069
13070         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13071         compatibility with old .newsrc.eld files.
13072
13073         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13074
13075         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13076
13077         * gnus-start.el (gnus-1): do.
13078
13079         * gnus-group.el (gnus-group-line-format-alist): do.
13080
13081         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13082
13083         * gnus-gl.el: Remove.
13084
13085 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13086
13087         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13088         marks consisting of a single range {for example, (3 . 5)} rather
13089         than a list of a single range { ((3 . 5)) }.
13090
13091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13092
13093         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13094         with-current-buffer.
13095         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13096         avoid consing a string.
13097
13098         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13099         Remove obsolete entries for big5 and gb2312.
13100
13101 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13102
13103         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13104         uncompressed list.
13105
13106 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13107
13108         * spam-stat.el (spam-stat-strip-xref): New function.
13109         (spam-stat-process-directory): Use it.
13110
13111         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13112         here -- it's done in message-fetch-field.
13113
13114 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13115
13116         * gnus-agent.el (gnus-agent-queue-mail)
13117         (gnus-agent-prompt-send-queue): New variables.
13118         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13119         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13120         "nndraft:queue" along to gnus-draft-send.  Use
13121         gnus-agent-prompt-send-queue.
13122         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13123         is "nndraft:queue".  Suggested by Gaute Strokkenes
13124         <gs234@srcf.ucam.org>
13125
13126         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13127         (agent-enable-undownloaded-faces): Added
13128         (gnus-agent-cat-groups): Use eval-and-compile, not
13129         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13130         method of gnus-agent-cat-groups even when the buffer has been
13131         evaled.
13132         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13133         delete gnus-agent-save-active-1.
13134         (gnus-agent-save-groups): Deleted.  Identical to
13135         gnus-agent-save-active.
13136         (gnus-agent-write-active): No longer adjust agent's copy of active
13137         file as agent's adjustments are now stored in their own
13138         file.  Removed optional parameter.
13139         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13140         servers.  Add use of min/max range limits from server's local
13141         file.
13142         (gnus-agent-save-alist): Removed unused optional argument.
13143         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13144         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13145         (gnus-agent-set-local): A per-server file that keeps min/max range
13146         limits for articles known to the agent.  Provides a fast mechanism
13147         for altering many active ranges.
13148         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13149         active file (local makes it unnecessary).
13150         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13151
13152         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13153         (agent-enable-undownloaded-faces): Added
13154
13155         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13156         disable it when sending to "nndraft:queue".
13157         (gnus-group-send-queue): Add safety check to avoid sending queue
13158         when unplugged.
13159
13160         * gnus-group.el (gnus-group-catchup): Use new
13161         gnus-sequence-of-unread-articles, not
13162         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13163         numbers of articles.  Use gnus-range-map to avoid having to
13164         uncompress the unread list.
13165         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13166         Fixed invalid ange-ftp reference.
13167
13168         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13169         (gnus-sorted-range-intersection): Intersection of two ranges
13170         without requiring that they first be uncompressed.
13171
13172         * gnus-start.el (gnus-activate-group): Unless blocked by the
13173         caller, possibly expand the active range to include both cached
13174         and agentized articles.
13175         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13176         multiple version-dependent converters.
13177         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13178         gnus-agent-save-active.
13179         (gnus-save-newsrc-file): Save dirty agent range limits.
13180
13181         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13182         gnus-agent-possibly-alter-active.
13183         (gnus-adjust-marked-articles): Faster handling of simple lists
13184
13185 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13186
13187         * spam-stat.el (spam-stat-test-directory): New optional argument
13188         displays a list of files detected.  Suggested by Andrew Cohen
13189         <cohen@andy.bu.edu>.
13190         (spam-stat-buffer-words-with-scores): Don't narrow and change
13191         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13192
13193 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13194
13195         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13196         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13197         (spam-spamassassin-arguments)
13198         (spam-spamassassin-spam-flag-header)
13199         (spam-spamassassin-positive-spam-flag-header)
13200         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13201         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13202         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13203         (spam-list-of-processors, spam-list-of-checks)
13204         (spam-list-of-statistical-checks, spam-registration-functions)
13205         (spam-check-spamassassin-headers, spam-check-spamassassin)
13206         (spam-spamassassin-score)
13207         (spam-spamassassin-register-with-sa-learn)
13208         (spam-spamassassin-register-spam-routine)
13209         (spam-spamassassin-register-ham-routine)
13210         (spam-assassin-register-spam-routine)
13211         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13212         (spam-bogofilter-score): Fix to show article before scoring.
13213
13214 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13217         default scoring function.
13218         (spam-generic-score): Call spam-spamassassin-score if
13219         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13220         spam-bogofilter-score otherwise.
13221
13222         * gnus.el (spam-process, spam-autodetect-methods): Add
13223         spamassassin and spamassassin-headers.
13224
13225 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13226
13227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13228         Suppress unnecessary messages.
13229
13230 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13231
13232         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13233         make-hash-table.
13234
13235 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * canlock.el (base64-encode-string): Don't autoload it.
13238
13239 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * run-at-time.el: Remove useless (require 'itimer),
13242         eval-and-compile and (featurep 'xemacs).
13243
13244 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13245
13246         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13247         GROUP is a virtual group.
13248
13249 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13250
13251         * gnus.el: Autoload `message-y-or-n-p'.
13252
13253 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13254
13255         * pgg-parse.el: Remove unnecessary (require 'custom).
13256
13257         * pgg-def.el: do.
13258
13259         * nnmail.el: do.
13260
13261         * gnus-undo.el: do.
13262
13263         * gnus-picon.el: do.
13264
13265         * gnus-util.el: do.
13266
13267 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13270
13271 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13274         handle, as well as a list.
13275
13276         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13277         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13278         (mm-w3m-cid-retrieve): Simplify.
13279
13280 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13281
13282         * message.el (message-kill-to-signature): Allow prefix arg to
13283         specify number of lines to keep before signature.
13284
13285 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13286
13287         (message-kill-to-signature): Change docstring.
13288
13289 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * canlock.el: Always require sha1-el.
13292         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13293
13294         * message.el: Autoload sha1 only when compiling.
13295
13296         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13297         eudc-expand-inline for XEmacs.
13298
13299 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * message.el (message-canlock-generate): Require sha1-el.
13302
13303 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13304
13305         * message.el (message-expand-name): Silence the byte compiler.
13306
13307         * lpath.el: Add detect-coding-system.
13308
13309         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13310         cus-edit.
13311
13312 2004-01-13  Simon Josefsson  <jas@extundo.com>
13313
13314         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13315         Invoke gnus-score-mode.  Reported by
13316         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13317
13318         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13319         Jim Blandy <jimb@redhat.com> (tiny change).
13320
13321 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13322
13323         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13324
13325 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * spam.el (spam-get-article-as-string): Update to use
13328         gnus-request-article-this-buffer, much simpler.
13329         (spam-get-article-as-buffer): Remove.
13330
13331 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13332
13333         * message.el (message-expand-name): Use EUDC if the user uses that.
13334
13335 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13336
13337         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13338         character for the encoding to avoid consing a string.
13339
13340         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13341         unnecessarily.
13342
13343         * mm-util.el (mm-replace-chars-in-string): Remove.
13344
13345         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13346         of mm-replace-chars-in-string.
13347
13348 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13349
13350         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13351
13352         * mm-util.el (mm-subst-char-in-string): Support inplace.
13353
13354         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13355         a new string in every iteration.  Use shy groups.
13356
13357 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13358
13359         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13360         * gnus-soup.el (gnus-soup-group-brew):
13361         * gnus-msg.el (gnus-put-message):
13362         * gnus-move.el (gnus-group-move-group-to-server):
13363         * gnus-kill.el (gnus-batch-score):
13364         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13365         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13366         (gnus-group-update-group, gnus-group-read-group)
13367         (gnus-group-make-group, gnus-group-make-help-group)
13368         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13369         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13370         (gnus-group-sort-by-unread, gnus-group-catchup)
13371         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13372         (gnus-group-yank-group, gnus-group-set-info)
13373         (gnus-group-list-groups):
13374         * gnus.el (gnus-generate-new-group-name):
13375         * gnus-delay.el (gnus-delay-send-queue):
13376         * nnvirtual.el (nnvirtual-catchup-group):
13377         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13378         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13379         (gnus-group-prepare-topics, gnus-topic-check-topology):
13380         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13381         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13382         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13383         (gnus-group-make-articles-read):
13384         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13385         (gnus-group-change-level, gnus-kill-newsgroup)
13386         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13387         (gnus-get-unread-articles, gnus-make-articles-unread)
13388         (gnus-make-ascending-articles-unread): Use accessor
13389         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13390         to get group information for improved readability.
13391
13392
13393 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13394
13395         * gnus-art.el (article-decode-mime-words, article-babel)
13396         (gnus-article-highlight-signature, gnus-article-add-buttons)
13397         (gnus-signature-toggle): Use gnus-with-article-buffer.
13398
13399         * gnus-art.el (gnus-article-highlight-headers)
13400         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13401
13402         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13403         (gnus-article-set-globals, gnus-request-article-this-buffer)
13404         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13405         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13406         (gnus-mime-display-alternative): Use with-current-buffer.
13407
13408 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13409
13410         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13411         also under 80 char limit, and call gnus-error if needed.
13412         (spam-fetch-article-header): Fix - it was a
13413         buffer-local variable (gnus-newsgroup-data).
13414         (spam-find-spam): Use spam-generate-fake-headers, forget about
13415         spam-insert-fake-headers.
13416         (spam-insert-fake-headers): Remove.
13417
13418 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13419
13420         * deuglify.el (gnus-article-outlook-unwrap-lines)
13421         (gnus-outlook-rearrange-article)
13422         (gnus-outlook-repair-attribution-outlook)
13423         (gnus-outlook-repair-attribution-block)
13424         (gnus-outlook-repair-attribution-other): Remove redundant
13425         save-excursion.
13426
13427 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13430         (spam-fetch-field-subject-fast)
13431         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13432         (spam-fetch-article-header): Add functions to deal with Gnus
13433         internals for fast retrieval of article header data.
13434         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13435
13436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13437
13438         * pop3.el (pop3-md5): Remove.
13439         (pop3-apop): Replace pop3-md5 with md5.
13440
13441         * mm-bodies.el: base64 is always built-in.
13442
13443         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13444         with-current-buffer.
13445
13446 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * canlock.el (canlock-insert-header): Remove excessive grouping in
13449         regexp.
13450
13451         * gnus-sum.el (gnus-summary-read-document): Ditto.
13452
13453         * gnus-uu.el (gnus-uu-part-number): Ditto.
13454
13455         * html2text.el (html2text-remove-tags): Ditto.
13456         (html2text-format-tags): Ditto.
13457         (html2text-format-single-elements): Ditto.
13458
13459         * mml.el (mml-parse-1): Ditto.
13460
13461 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13462
13463         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13464
13465         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13466
13467         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13468
13469         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13470
13471 2003-11-15  Simon Josefsson  <jas@extundo.com>
13472
13473         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13474         (pgg-gpg-lookup-key): Use regexp match instead of
13475         split-string (split-string is different between emacs 21.2 and
13476         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13477
13478 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13479
13480         * gnus-art.el (gnus-mime-view-all-parts)
13481         (gnus-article-part-wrapper, gnus-article-view-part): Use
13482         with-current-buffer.
13483
13484 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * spam.el (spam-disable-spam-split-during-ham-respool)
13487         (spam-spamoracle-database, spam-cache-lookups)
13488         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13489         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13490         (spam-group-ham-marks, spam-group-spam-marks)
13491         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13492         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13493         also add spam-use-blackholes to the statistical checks.
13494         (spam-fetch-field-fast): Add interface to fetching fields, may
13495         become a macro.
13496         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13497         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13498         (spam-insert-fake-headers): Fake an article when needed.
13499         (spam-find-spam): Fake article when possible.
13500         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13501         (spam-check-bogofilter-headers): Use message-fetch-field instead
13502         of nnmail-fetch-field.
13503
13504 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13507
13508 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * spam.el (spam-split): Do not require spam-use-CHECK to be
13511         enabled if that check is passed to spam-split explicitly; also
13512         fix so 'spam doesn't get converted to spam-split-group when
13513         spam-split-symbolic-return is t.
13514         (spam-find-spam): Find registrations of the article and use those
13515         instead of re-running spam-split to find the spam/ham
13516         classification of the article.
13517         (spam-log-processing-to-registry, spam-log-registered-p)
13518         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13519         Use gnus-error instead of gnus-message.
13520         (spam-log-registration-type): Add function to determine the
13521         classification of a message based on registry entries; will
13522         return nil if both 'spam and 'ham are found.
13523         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13524         a reasonably fast local cache without the loading errors.
13525         (spam-cache-lookups): Set to t by default.
13526         (spam-find-spam): Don't try to guess spam-cache-lookups.
13527         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13528         spam-caches entry.
13529         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13530         caching of whitelist/blacklist entries.
13531         (spam-check-whitelist, spam-check-blacklist): Invoke
13532         spam-from-listed-p with a type, not a cache variable.
13533         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13534
13535 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13536
13537         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13538
13539         * nnmail.el (nnmail-split-fancy): do.
13540
13541         * mml.el (mml-parse): do.
13542
13543         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13544         (gnus-score-adaptive): do.
13545
13546 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13549         (gnus-mime-button-map): Don't set keymap parent.
13550         (gnus-button-ctan-directory-regexp): Use shy grouping.
13551         (gnus-prev-page-map): Don't set keymap parent.
13552         (gnus-prev-page-map): Remove duplicated one.
13553         (gnus-next-page-map): Don't set keymap parent.
13554         (gnus-mime-security-button-map): Ditto.
13555
13556         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13557         version number.
13558
13559         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13560
13561 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * canlock.el (canlock-sha1-function): Remove.
13564         (canlock-sha1-function-for-verify): Remove.
13565         (canlock-openssl-program): Remove.
13566         (canlock-openssl-args): Remove.
13567         (canlock-ignore-errors): Remove.
13568         (canlock-sha1-with-openssl): Remove.
13569         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13570         (canlock-verify): Don't use canlock-ignore-errors.
13571
13572         * sha1-el.el (sha1-string-external): Make it can return a string
13573         in binary form.
13574         (sha1-region-external): Ditto.
13575         (sha1-string-internal): Ditto.
13576         (sha1-region-internal): Ditto.
13577         (sha1-region): Ditto.
13578         (sha1-string): Ditto.
13579         (sha1): Ditto.
13580
13581 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13582
13583         * spam.el (spam-report-articles-gmane): New command.
13584
13585 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13588
13589         * run-at-time.el (run-at-time-saved): Remove.
13590         (run-at-time): Doc fix.
13591
13592 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13593
13594         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13595         (gnus-summary-limit-map): Add it.
13596         (gnus-summary-make-menu-bar): do.
13597
13598 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13601         Make attempt at some caching support (done for BBDB only now).
13602         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13603         addresses to be checked.
13604         (spam-clear-cache-BBDB): Add function, to be invoked by
13605         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13606         (spam-check-BBDB): Check and use the caches, if
13607         spam-cache-lookups is on, remove superfluous (provide).
13608
13609 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13612
13613 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13614
13615         * run-at-time.el (run-at-time-saved): Move to after the definition
13616         of `run-at-time'.
13617
13618         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13619
13620 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13623         mm-w3m-local-map-property.
13624
13625         * mm-view.el (mm-w3m-mode-map): Remove.
13626         (mm-w3m-local-map-property): Remove.
13627         (mm-inline-text-html-render-with-w3m): Don't use
13628         mm-w3m-local-map-property.
13629
13630 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13631
13632         * run-at-time.el: New file.
13633
13634         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13635         under Emacs.
13636
13637         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13638         of gnus-set-text-properties.
13639
13640         * gnus-uu.el (gnus-uu-save-article): Ditto.
13641
13642         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13643
13644         * gnus-cite.el (gnus-cite-parse): Ditto.
13645
13646         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13647         of gnus-.
13648
13649         * gnus-xmas.el (run-at-time): Require run-at-time.
13650
13651         * gnus.el: Changed calls to nnheader-run-at-time and
13652         password-run-at-time throughout to use run-at-time directly.
13653
13654         * password.el: Removed definition of run-at-time.
13655
13656         * nnheaderxm.el: Remove definition of run-at-time.
13657
13658 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13659
13660         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13661         in prompt.
13662
13663 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13664
13665         * messagexmas.el (message-xmas-redefine): Alias
13666         `message-make-caesar-translation-table' to
13667         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13668         version.
13669
13670         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13671         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13672         `gnus-xmas-set-text-properties'.
13673         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13674         `gnus-xmas-completing-read'.
13675         (gnus-xmas-completing-read): Removed.
13676         (gnus-xmas-open-network-stream): Removed.
13677
13678         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13679         XEmacs version.
13680
13681         * dns.el (dns-make-network-process): Use `open-network-stream'
13682         instead of `gnus-xmas-open-network-stream'.
13683
13684         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13685
13686         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13687
13688 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * gnus-art.el (gnus-mime-display-alternative)
13691         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13692         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13693         Don't use gnus-local-map-property.
13694
13695         * gnus-util.el (gnus-local-map-property): Remove.
13696
13697         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13698         gnus-completing-read-maybe-default with completing-read.
13699
13700         * gnus-util.el (gnus-completing-read): do.
13701         (gnus-completing-read-maybe-default): Remove.
13702
13703 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13704
13705         * password.el: Only autoload `run-at-time' if not XEmacs.
13706         Only autoload the itimer functions if XEmacs.
13707
13708 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13711         XEmacsen.
13712
13713         * dgnushack.el: Autoload executable-find for XEmacs.
13714
13715 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13716
13717         * gnus-art.el (gnus-read-string): Remove.
13718         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13719         read-string.
13720
13721 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * netrc.el: Autoload password-read.
13724         (netrc): Add configuration group.
13725         (netrc-encoding-method, netrc-openssl-path): Add
13726         variables for encoding and decoding of files with symmetric
13727         ciphers.
13728         (netrc-encode): Add assistant function to encode a file with
13729         netrc-encoding-method.
13730         (netrc-parse): Add interactive parameter, added optional
13731         decoding if netrc-encoding-method is non-nil but otherwise
13732         behavior is standard.
13733         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13734         Do s/encode/encrypt/ everywhere.
13735
13736         * spam.el: Remove executable-find autoload.
13737
13738 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13739
13740         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13741
13742         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13743
13744 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * gnus-art.el (gnus-treat-ansi-sequences,
13747         (article-treat-ansi-sequences): New variable and function.
13748         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13749
13750         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13751         Use it.
13752
13753 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13754
13755         * mm-util.el (mm-quote-arg): Remove.
13756
13757         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13758         shell-quote-argument.
13759
13760         * gnus-uu.el (gnus-uu-command): do.
13761
13762         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13763
13764         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13765         with make-char.
13766
13767         * mm-util.el (mm-make-char): Remove.
13768
13769         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13770         add-minor-mode.
13771
13772         * gnus-undo.el (gnus-undo-mode): do.
13773
13774         * gnus-topic.el (gnus-topic-mode): do.
13775
13776         * gnus-sum.el (gnus-dead-summary-mode): do.
13777
13778         * gnus-start.el (gnus-slave-mode): do.
13779
13780         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13781
13782         * gnus-ml.el (gnus-mailing-list-mode): do.
13783
13784         * gnus-gl.el (gnus-grouplens-mode): do.
13785
13786         * gnus-draft.el (gnus-draft-mode): do.
13787
13788         * gnus-dired.el (gnus-dired-mode): do.
13789
13790         * gnus-ems.el (gnus-add-minor-mode): Remove.
13791
13792         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13793         Replace gnus-char-width with char-width.
13794
13795         * gnus-ems.el (gnus-char-width): Remove.
13796
13797         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13798         Replace gnus-char-width with char-width.
13799
13800         * gnus-ems.el (gnus-char-width): Remove.
13801
13802         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13803         definition.
13804         Remove Emacs 20 hash table compatibility code.
13805
13806         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13807         20 compatibility code.
13808
13809         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13810
13811         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13812
13813         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13814         with point-at-{eol,bol}.
13815
13816         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13817
13818         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13819
13820         * flow-fill.el (fill-flowed-point-at-bol)
13821         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13822
13823         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13824         Replace with point-at-{eol,bol} throughout all files.
13825
13826 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * ntlm.el (ntlm-string-as-unibyte): New macro.
13829         (ntlm-build-auth-response): Use it.
13830
13831         Remove Emacs 20 stuff:
13832         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13833         (butlast, mapc, remove): Remove the compiler macros.
13834         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13835         of delq and copy-sequence.
13836         * gnus-art.el (popup-menu): Remove the compiler macro.
13837         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13838         Emacs 20.
13839
13840 2004-01-05  Simon Josefsson  <jas@extundo.com>
13841
13842         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13843         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13844         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13845         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13846         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13847         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13848         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13849         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13850         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13851         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13852         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13853         string-xor into ntlm-string-xor.  Suggested by
13854         Jesper Harder <harder@myrealbox.com>.
13855
13856         * ntlm.el: Don't include poem.
13857
13858         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13859         Jesper Harder <harder@myrealbox.com>.
13860
13861         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13862
13863         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13864         probably breaks emacs with DL patch, but do we care? Is anyone
13865         still using the DL stuff?)
13866
13867         * sieve-manage.el: Use the password package.
13868         (sieve-manage-read-passwd): Remove.
13869         (sieve-manage-interactive-login): Use password.  Re-add
13870         condition-case around loop.
13871
13872         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13873         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13874         the password package.
13875
13876 2003-02-19  Simon Josefsson  <jas@extundo.com>
13877
13878         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13879         token.
13880
13881 2002-08-07  Simon Josefsson  <jas@extundo.com>
13882
13883         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13884         (sieve-manage-authenticators):
13885         (sieve-manage-authenticator-alist): Add some SASL mechs.
13886         (sieve-sasl-auth): New function.
13887         (sieve-manage-cram-md5-auth):
13888         (sieve-manage-plain-auth): Rewrite using SASL library.
13889         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13890         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13891         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13892         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13893
13894 2004-01-05  Simon Josefsson  <jas@extundo.com>
13895
13896         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13897         New files.
13898
13899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13900
13901         * gnus-group.el (gnus-no-groups-message): Update.
13902
13903         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13904
13905 2003-11-09  Simon Josefsson  <jas@extundo.com>
13906
13907         * imap.el: Support for ID IMAP extension (RFC 2971).
13908         (imap-local-variables): Add imap-id.
13909         (imap-id): New variable.
13910         (imap-id): New function.
13911         (imap-parse-response): Parse untagged ID response.
13912         * nnimap.el (nnimap-id): New variable.
13913         (nnimap-open-connection): Use it.
13914
13915 2003-12-28  Simon Josefsson  <jas@extundo.com>
13916
13917         * gnus-score.el (gnus-score-edit-all-score): New.
13918         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13919
13920 2004-01-04  Simon Josefsson  <jas@extundo.com>
13921
13922         * password.el: Add.
13923
13924 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13925
13926         * dns.el (dns-query-types): Fix typo.
13927         (dns-query-types): New function
13928         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13929         PTR and SOA replies, see RFC 1035.
13930
13931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13932
13933         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13934
13935         * Moved to Changelog.2.
13936
13937 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * gnus.el (gnus-version-number): Bump version.
13940
13941 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13942
13943         * gnus.el: No Gnus v0.1 is released.
13944
13945 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13946
13947         * gnus.el: No Gnus v0.0 is released.
13948
13949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * gnus.el (gnus-version-number): Bump.
13952         (gnus-version): No.
13953
13954 See ChangeLog.2 for earlier changes.
13955
13956     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13957
13958   This file is part of GNU Emacs.
13959
13960   GNU Emacs is free software: you can redistribute it and/or modify
13961   it under the terms of the GNU General Public License as published by
13962   the Free Software Foundation, either version 3 of the License, or
13963   (at your option) any later version.
13964
13965   GNU Emacs is distributed in the hope that it will be useful,
13966   but WITHOUT ANY WARRANTY; without even the implied warranty of
13967   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13968   GNU General Public License for more details.
13969
13970   You should have received a copy of the GNU General Public License
13971   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13972
13973 ;; Local Variables:
13974 ;; coding: utf-8
13975 ;; fill-column: 79
13976 ;; add-log-time-zone-rule: t
13977 ;; End:
13978
13979 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4