(message-fix-before-sending): Add `eight-bit' to illegible-text check.
[gnus] / lisp / ChangeLog
1 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-fix-before-sending): Add `eight-bit' to
4         illegible-text check.
5
6 2009-01-01  Dave Love  <fx@gnu.org>
7
8         * imap.el (imap-string-to-integer): Fix typo.
9         (imap-fetch-safe): New function.
10         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11
12         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13
14         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15         (imap-parse-greeting): Fix doc strings.
16         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
17         (imap-parse-flag-list): Make messages unique.
18         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
19
20         * nnimap.el: Fix author email.
21         (nnimap-split-rule): Add FIXME comment.
22         (nnimap-debug): Fix doc string.
23
24 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * dns.el (dns-set-servers): Check "Address".  Fix typo.
27
28 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
29
30         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
31         nslookup if resolv.conf isn't available.
32         (dns-query): Rename from query-dns.
33         (dns-query-cached): Rename from query-dns-cached.
34
35 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
38         overlay-arrow-position and overlay-arrow-string buffer-local; no need
39         to check if those variables exist (first appeared in Emacs 18.50).
40
41 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mm-util.el (mm-line-number-at-pos): New function.
44
45         * spam-report.el (spam-report-process-queue): Use it.
46
47 2008-12-24  David Engster  <dengste@eml.cc>
48
49         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
50         parameters that haven't existed as variables as buffer-local variables.
51
52 2008-12-23  Dave Love  <fx@gnu.org>
53
54         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
55         cadar.
56
57         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
58         imap-starttls-p.
59         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
60
61 2008-12-22  Dave Love  <fx@gnu.org>
62
63         * imap.el: Fix author email.  Doc fixes.
64         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
65         reply.
66
67 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
68
69         * spam-report.el (spam-report-gmane-max-requests): New constant.
70         (spam-report-gmane-wait): New variable.
71         (spam-report-gmane-ham, spam-report-gmane-spam)
72         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
73         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
74         the server.
75
76         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
77         Add explanations.
78
79         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
80         nnheader-accept-process-output and nnheader-read-timeout if available.
81         (pop3-movemail): Use it.
82
83         * message.el (message-check-news-body-syntax): Fix signature check if
84         there's an attachment.
85
86 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * mm-util.el: Add comments to the mm- emulating functions.
89
90 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
91
92         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
93         by Stephen Berman <stephen.berman@gmx.net>.
94
95 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * mm-util.el (mm-substring-no-properties): New function.
98         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
99         (mm-special-display-p): Enable those lambda forms to be byte compiled.
100         (mm-string-to-multibyte): Doc fix.
101
102         * mml.el (mml-attach-file): Use mm-substring-no-properties.
103
104 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
105
106         * mml.el (mml-attach-file): Strip text properties from file name.
107         (Bug#1574)
108
109 2008-12-16  Glenn Morris  <rgm@gnu.org>
110
111         * mm-util.el (mm-charset-override-alist): Declare for compiler.
112
113 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
116         knows since the charset specified might be a bogus alias that
117         mm-charset-synonym-alist provides.
118
119 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
120
121         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
122         "ISO_8859-1".
123
124         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
125
126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * mm-util.el (mm-charset-eval-alist):
129         Define it before mm-charset-to-coding-system.
130         (mm-charset-to-coding-system): Add optional argument `silent';
131         define it before mm-charset-override-alist.
132         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
133         default value if it can be used in Emacs currently running;
134         silence mm-charset-to-coding-system.
135
136 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
139         `allow-override' which says whether to use `mm-charset-override-alist'.
140         (rfc2047-decode-encoded-words): Use it.
141
142         * mm-util.el (mm-charset-override-alist): Fix custom type;
143         add `(gb2312 . gbk)' to choices.
144
145 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
148         fast.
149
150         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
151
152         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
153
154 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
155
156         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
157         on links.
158
159         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
160
161 2008-12-03  Lute Kamstra  <lute@gnu.org>
162
163         * sha1.el: Remove leading * from docstrings of defcustoms,
164         deffaces, defconsts and defuns.
165
166 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * message.el (message-idna-to-ascii-rhs-1): Protect against local
169         users' addresses that don't have domain parts.
170         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
171         rather than message-narrow-to-head since there will be the message
172         header separator.
173
174 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
175
176         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
177         since the result is inserted in a unibyte buffer anyway.
178         (nnimap-demule-use-string-to-multibyte): Remove.
179         (nnimap-demule): Alias it to mm-string-to-multibyte.
180
181 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
182
183         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
184         variable for debugging bug#464 and bug#1174.
185         (nnimap-demule): Use it.
186
187 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * gnus-score.el (gnus-score-find-trace): Handle default score in total
190         score calculation correctly.
191
192 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
193
194         * message.el (message-send-mail): Just set the buffer to unibyte
195         rather than use mm-with-unibyte-current-buffer which does a lot more.
196         (message-send-mail-partially): Don't bother with
197         mm-with-unibyte-current-buffer since it's already been made unibyte by
198         message-send-mail.
199
200 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
203
204 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
207
208 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
211         require itself and to remove `with-no-warnings'.
212
213 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * starttls.el (starttls-any-program-available): Get the name of the
216         available TLS layer program.
217         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
218         well as the host name in the "opening" message.
219
220         * auth-source.el (auth-source-cache, auth-source-do-cache)
221         (auth-source-user-or-password): Cache passwords and logins by default,
222         allow override with `auth-source-do-cache'.
223         (auth-source-forget-user-or-password): Allow users to remove cache
224         entries if needed.
225
226 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
227
228         * md4.el (md4-buffer): Fix typo in docstring.
229         (md4, md4-64): Doc fixes.
230         (md4-pack-int32): Reflow docstring.
231
232 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
233
234         * ietf-drums.el (ietf-drums-remove-comments): Localize second
235         condition-case to only the forward-sexp call.
236
237 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
240         quotes contained.  Make it more robust regardless by an extra
241         condition-case wrapper.
242
243 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * lpath.el: No need to fbind codepage-setup for Emacs 23.
246
247 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * nnml.el (nnml-request-expire-articles): Check if the function set to
250         `nnmail-expiry-target' returns the symbol `delete'.
251
252         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
253
254         * nnmail.el (nnmail-expiry-target): Fix custom type.
255
256 2008-10-02  Glenn Morris  <rgm@gnu.org>
257
258         * mm-util.el (mm-codepage-setup): Tweak codepage error.
259         Silence compiler warning.
260
261 2008-10-01  Magnus Henoch  <mange@freemail.hu>
262
263         * tls.el (open-tls-stream): Show the actual command being
264         executed, instead of the format string.
265
266 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * lpath.el: Fbind codepage-setup for Emacs 23.
269
270 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
271
272         * mml.el (mml-menu): Don't assume mml2015 is bound.
273
274 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
277         exists.
278
279 2008-09-27  Glenn Morris  <rgm@gnu.org>
280
281         * gnus-util.el (mail-header-remove-comments): Autoload it.
282
283 2008-09-27  Andreas Schwab  <schwab@suse.de>
284
285         * gnus-util.el (gnus-split-references): Strip comments.
286         (gnus-parent-id): Likewise.
287
288 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
289
290         * message.el (message-confirm-send): Fix version.
291
292 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * message.el (message-idna-to-ascii-rhs-1): Use
295         mail-extract-address-components rather than mail-header-parse-addresses
296         that is an alias by default to ietf-drums-parse-addresses that does not
297         support non-ASCII names in headers' contents.
298
299 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * message.el (message-confirm-send): Fixed variable documentation to
302         avoid the "y/n" wording.
303
304 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
305
306         * message.el (message-set-auto-save-file-name): Save to a different
307         filename so multiple messages (especially drafts) can be recovered.
308
309 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * message.el (message-confirm-send): Add appropriate version.
312
313 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
316         defvar.
317
318 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
319
320         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
321         (mm-pkcs7-enveloped-magic): Ditto.
322
323 2008-09-17  Simon Josefsson  <simon@josefsson.org>
324
325         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
326         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
327
328 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
331         default, it's better.
332
333 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
336         summary line gnus-number property and ignore them (with a warning
337         message).
338
339 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
342         macro caddr in the interactive form since it won't be expanded.
343
344 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
347         `charset'; fix name of function called recursively.
348         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
349
350 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
353         (gnus-mime-set-charset-parameters): New function.
354         (gnus-mime-view-part-as-charset): Use it to correctly display part
355         specifying wrong charset.
356
357 2008-09-08  David Engster  <dengste@eml.cc>
358
359         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
360         in completing-read for back end server.
361
362 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * message.el (message-confirm-send): New variable to confirm sending a
365         message.
366         (message-send): Use it.
367
368 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
371
372 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
375
376 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
379         prevent tracking too many groups.
380         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
381         Use it.
382
383 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
384
385         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
386         moving point to the bottom of the window in order to avoid recentering.
387
388 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
391
392         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
393         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
394         (gnus-article-beginning-of-window): Fix calculation.
395
396 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-msg.el (gnus-summary-supersede-article)
399         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
400         value of gnus-newsgroup-charset to decode non-MIME encoded text in
401         message header.
402
403 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
404
405         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
406         pending output coming after the status change.
407
408 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
409
410         * message.el:
411         * gnus-start.el:
412         * gnus-registry.el: Remove VMS support.
413
414 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
417         macro.
418         (rfc2104-hash): Use it.
419
420 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
421
422         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
423         (gnus-summary-sort-by-most-recent-date): New commands.
424         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
425         and menu entries.
426
427 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
430         don't redisplay article for raw contents; remove plural articles stuff.
431
432         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
433         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
434         on gnus-summary-save-article; display results properly.
435
436 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * lpath.el: No need to fbind ns-focus-frame.
439
440 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
443
444 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-art.el (gnus-summary-save-in-pipe): Consider
447         gnus-save-all-headers.
448
449 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
450
451         * gnus-util.el (ns-focus-frame): Remove declaration.
452         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
453         like x.
454
455 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
456
457         * rfc2104.el (rfc2104-zero): Delete defconst.
458         (rfc2104-hex-alist): Likewise.
459         (rfc2104-hex-to-int): Delete func.
460         (rfc2104-hexstring-to-bitstring): Likewise.
461         (rfc2104-nybbles): New defconst.
462         (rfc2104-hash): Rewrite for speed.
463
464 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * tls.el (open-tls-stream): Make it work with the 2nd argument
467         BUFFER that is a string but does not exist as a buffer object, as
468         mentioned in the doc-string.
469
470 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
473         SXEmacs.
474
475 2008-07-16  Glenn Morris  <rgm@gnu.org>
476
477         * gnus-util.el (ns-focus-frame): Declare for compiler.
478
479 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
482         set as a group parameter.
483         (gnus-summary-save-in-pipe): Work when it is called independently.
484         (gnus-summary-pipe-to-muttprint): Don't modify
485         gnus-summary-pipe-output-default-command.
486
487 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
488
489         * message.el (message-send-mail-with-sendmail):
490         Display the error message.
491
492 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-art.el (gnus-default-article-saver):
495         Add gnus-summary-save-in-pipe to choices.
496         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
497         gnus-summary-pipe-output-default-command as the default command.
498         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
499         instead of gnus-last-shell-command.
500
501         * gnus-sum.el (gnus-summary-pipe-output-default-command):
502         New user option.
503         (gnus-summary-muttprint-program): Mention the value will be changed.
504         (gnus-summary-save-article): Force showing of all headers.
505         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
506
507 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
508
509         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
510
511 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
512
513         * nnimap.el (nnimap-id):
514         * sieve-manage.el (sieve-manage-open): Doc fixes.
515
516 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
517
518         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
519         if available.
520
521 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
522
523         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
524
525         * nnkiboze.el (nnkiboze-generate-group):
526         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
527
528         * nnmairix.el: Require CL.
529
530 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * dgnushack.el: Autoload get-display-table and put-display-table for
533         XEmacs 21.5.
534
535         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
536         21.4 and SXEmacs.
537
538 2008-06-15  David Engster  <dengste@eml.cc>
539
540         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
541
542 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
543
544         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
545         New macros that expand to an `aset'/`aref' call under Emacs, and to a
546         runtime choice under XEmacs.
547
548         * gnus-sum.el (gnus-summary-set-display-table):
549         Use `gnus-put-display-table', `gnus-get-display-table',
550         `gnus-set-display-table' for the display table, instead of `aset'.
551
552         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
553         Use `gnus-put-display-table', `gnus-get-display-table',
554         `gnus-set-display-table' for the display table.
555
556 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
557
558         * nnmairix.el: Add autoloads.
559
560 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
561
562         * nnmairix.el (nnmairix-delete-recreate-group)
563         (nnmairix-update-and-clear-marks): Fix error messages.
564
565 2008-06-14  David Engster  <dengste@eml.cc>
566
567         * nnmairix.el: Upgrade to version 0.6.
568         (nnmairix-group-toggle-propmarks-this-group)
569         (nnmairix-group-toggle-readmarks-this-group)
570         (nnmairix-group-delete-recreate-this-group)
571         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
572         (nnmairix-remove-tick-mark-original-article): New commands.
573         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
574         (nnmairix-propagate-marks-to-nnmairix-groups)
575         (nnmairix-only-use-registry, nnmairix-allowfast-default)
576         (nnmairix-marks-cache, nnmairix-version-output): New variables.
577         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
578         functions needed for marks propagation and manipulation of read marks.
579         (nnmairix-update-groups): New function.
580         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
581         (nnmairix-determine-original-group-from-registry)
582         (nnmairix-determine-original-group-from-path)
583         (nnmairix-get-group-from-file-path, nnmairix-map-range)
584         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
585         New helper functions.
586         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
587         keystrokes for new commands.
588         (nnmairix-delete-and-create-on-change): Doc string cleanup.
589         (nnmairix-request-group): Check allow-fast group parameter.
590         (nnmairix-request-create-group): Set allow-fast group parameter if
591         nnmairix-allowfast-default is set.
592         (nnmairix-close-group): Propagate marks upon closing if needed.
593         (nnmairix-group-toggle-threads-this-group): Use new.
594         nnmairix-group-toggle-parameter helper function.
595         (nnmairix-search): Better check for empty search result.
596         (nnmairix-goto-original-article): Use new helper functions for
597         determining original article.
598         (nnmairix-show-original-article): Make sure message-id is in brackets.
599         (nnmairix-call-mairix-binary): Change variable name.
600         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
601         helper function.
602         (nnmairix-widget-toggle-activate): Fix doc string.
603
604 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * nnir.el: Require edmacro when compiling with XEmacs.
607         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
608         available in Emacs 21.
609
610 2008-06-11  Glenn Morris  <rgm@gnu.org>
611
612         * gnus-util.el (x-focus-frame):
613         * gnus.el (image-size):
614         * mm-decode.el (image-size): Declare.
615
616         * gnus-picon.el (declare-function): Add compat definition.
617         (image-size): Declare.
618
619         * gnus-group.el (tool-bar-map):
620         * gnus-sum.el (tool-bar-map): Define for compiler.
621
622         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
623
624         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
625
626         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
627         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
628         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
629         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
630         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
631         * sieve-manage.el, spam-report.el, spam.el:
632         Remove unnecessary eval-and-compile of autoloads.
633
634 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
635
636         * auth-source.el: Precise Tramp doc.
637
638 2008-06-07  Glenn Morris  <rgm@gnu.org>
639
640         * nnmairix.el: Remove unnecessary eval-when-compile.
641
642 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * lpath.el: Fbind propertize for XEmacs 21.4.
645
646 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
647
648         * nnir.el: Move here from ../contrib.
649
650 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
651
652         * gnus-util.el (gnus-read-shell-command): New function.
653         * mm-decode.el (mm-pipe-part):
654         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
655
656 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
659
660 2008-06-03  Glenn Morris  <rgm@gnu.org>
661
662        * pop3.el (nnheader-accept-process-output): Autoload it.
663
664 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
667         are not 2-digit hexadecimal characters that follow `%'s.
668
669 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
670
671         * message.el (message-bogus-recipient-p): Fix type in doc string.
672         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
673         (message-bogus-addresses): Rename from message-bogus-address-regexp.
674         Improve custom options.
675         (message-bogus-recipient-p): Adjust accordingly.
676
677 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
678
679         * parse-time.el (parse-time-months, parse-time-weekdays): Add
680         long-form month and day names.
681
682 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * dgnushack.el: Autoload debug, eudc-expand-inline and
685         pgg-snarf-keys-region for XEmacs.
686
687         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
688
689         * nnmairix.el: Require edmacro when compiling with XEmacs.
690
691 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
692
693         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
694         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
695
696 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * auth-source.el: Add more docs.
699
700         * netrc.el (netrc-machine): Always match if the port is not given.
701
702 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * nnheader.el (nnheader-read-timeout): Change the default timeout from
705         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
706         retrieval faster in some cases, but might make CPU usage larger.  If
707         this has any bad side effects, we might revert this change.
708
709         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
710         seems to make mail retrieval much, much faster.
711         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
712         unconditionally.
713
714         * gnus-draft.el (gnus-group-send-queue): Bind
715         message-send-mail-partially-limit to nil to avoid being prompted.
716
717 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * mml.el (mml-attach-buffer): Prompt for `disposition'.
720
721         * message.el (message-bogus-address-regexp): Fix and improve custom
722         type.
723         (message-setup-hook): Add message-check-recipients as custom option.
724
725 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
726
727         * message.el (message-cite-function): Remove bogus autoload which crept
728         in during merge from v5-10.
729
730 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * nnimap.el (nnimap-open-connection): Fix login/password bug.
733
734         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
735
736         * auth-source.el: Preliminary Tramp docs.
737         (auth-sources): Change the default auth-sources to use
738         EPA .gpg files.
739
740 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * nntp.el: Autoload `auth-source-user-or-password'.
743         (nntp-send-authinfo): Use it.
744
745         * nnimap.el: Autoload `auth-source-user-or-password'.
746         (nnimap-open-connection): Use it.
747
748         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
749         for the gnus-message function.
750         (auth-source-user-or-password): Use it.
751
752 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
753
754         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
755         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
756         (rfc2104-hash): Use it.
757
758 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
759
760         * gnus-art.el (gnus-article-toggle-truncate-lines):
761         Don't use `iff' in docstring.
762
763 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * gnus-registry.el: Adjusted copyright dates and added a keyword.
766
767         * gnus-util.el (gnus-extract-address-component-name)
768         (gnus-extract-address-component-email): Convenience functions around
769         `gnus-extract-address-components'.
770
771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
772         Use `gnus-extract-address-component-email' to fix bug of comparing full
773         sender name to `user-mail-address'.
774
775 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
776
777         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
778         catch/throw to optimize.
779         (gnus-registry-find-keywords): Just use member to find a keyword.
780
781 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
782
783         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
784         is current before calling gnus-server-prepare.
785         (gnus-server-setup-buffer, gnus-server-update-server)
786         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
787
788 2008-05-04  Juri Linkov  <juri@jurta.org>
789
790         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
791         (mailcap-file-default-commands): Use mailcap-replace-in-string
792         instead of replace-regexp-in-string, and mailcap-delete-duplicates
793         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
794
795 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
796
797         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
798
799 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
800
801         * gnus.el: Bump version to 0.11
802
803 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
804
805         * gnus.el: No Gnus v0.10 is released.
806
807 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
810         hooks.
811         (gnus-update-read-articles): Speed up non-marks-using users.
812         (gnus-use-marks): Define gnus-use-marks.
813         (gnus-propagate-marks): Rename variable to something more sensible.
814
815 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
816
817         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
818         (gmm-image-load-path-for-library): Fix typos in docstrings.
819         (gmm-message): Reflow docstring.
820
821 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
822
823         * mail-source.el (mail-source-set-1, mail-source-bind):
824         Move auth-source code out of the macro to clean it up and fix bugs.
825
826 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
829         by sender if it's equal to user-mail-address, it's likely to be
830         useless.
831
832         * mail-source.el (mail-source-bind): Don't use user or password if they
833         are not bound.  Unintern them if they are nil.  Don't use server unless
834         it's bound, and default it to empty string otherwise.
835
836 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * mail-source.el: Load auth-source.el.
839         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
840         get user name or password, if auth-sources is set up.
841
842         * gnus-registry.el (gnus-registry-split-strategy): New variable for
843         strategy of splitting with parent.
844         (gnus-registry-split-fancy-with-parent)
845         (gnus-registry-post-process-groups): Use it and fix prior
846         bug (returning a list as the split result).
847
848         * auth-source.el (auth-sources): Remove server parameter.
849         (auth-source-pick, auth-source-user-or-password)
850         (auth-source-user-or-password-imap)
851         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
852         (auth-source-user-or-password-sftp)
853         (auth-source-user-or-password-smtp): Remove server parameter.
854
855 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
856
857         * smime.el (smime-sign-region, smime-encrypt-region)
858         (smime-decrypt-region):
859         Remove redundant calls to `generate-new-buffer-name'.
860
861 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
862
863         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
864         Don't use QP for message/rfc822.
865         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
866
867 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
868
869         * sieve-manage.el (sieve-string-bytes): Remove.
870         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
871         correct byte-length only if the process's coding-system is the same as
872         the one used internally by Emacs to represent strings.
873
874 2008-04-22  Juri Linkov  <juri@jurta.org>
875
876         * mailcap.el (mailcap-file-default-commands): New function.
877
878 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
879
880         * message.el (message-signature-separator, message-cite-function):
881         Change custom version.
882
883 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
884
885         * tls.el (tls-program): Add -ign_eof argument to call the openssl
886         commands.
887         (tls-checktrust): Ditto.
888
889 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
890
891         * mm-decode.el (mm-display-external): Make temp file read-only.
892
893 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
894
895         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
896         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
897         `C-c C-f d'.
898
899 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
900
901         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
902
903 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
904
905         * gnus.el: Bump version to 0.9.
906
907 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * gnus.el: No Gnus v0.8 is released.
910
911 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
912
913         * mail-source.el (mail-source-value):
914         Prefer fboundp to functionp so it works with macros as well.
915
916 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
917
918         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
919         Fix last change in case the element is not even a symbol.
920
921 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
924         Prefer fboundp to functionp so it works with macros as well.
925
926 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * auth-source.el: Added docs.
929         (auth-sources): Modify format to support server.
930         (auth-source-pick, auth-source-user-or-password)
931         (auth-source-user-or-password-imap)
932         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
933         (auth-source-user-or-password-sftp)
934         (auth-source-user-or-password-smtp): Add server parameter.
935
936 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         * gnus-registry.el: Initialize the registry when gnus-registry-install
939         is t.
940
941 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * compface.el (uncompface): Make buffer unibyte.
944
945 2008-04-05  Glenn Morris  <rgm@gnu.org>
946
947         * gnus-ems.el (mm-disable-multibyte): Autoload it.
948
949 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
950
951         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
952         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
953
954         * nnheader.el (nnheader-init-server-buffer): Change buffer's
955         multibyteness after rather than before erasing it.
956
957         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
958         mm-with-multibyte.
959         (gnus-request-article-this-buffer): Make sure the proper decoding is
960         used if gnus-original-article-buffer happens to be unibyte.
961
962         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
963         default-enable-multibyte-characters.
964
965         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
966         default-enable-multibyte-characters.
967
968         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
969
970         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
971
972 2008-04-02  Simon Josefsson  <simon@josefsson.org>
973
974         * imap.el (imap-enable-exchange-bug-workaround): New variable.
975         (imap-message-copyuid-1): Use it.
976         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
977         J. Williams in
978         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
979
980         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
981         imap-enable-exchange-bug-workaround.
982         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
983
984 2008-04-01  Simon Josefsson  <simon@josefsson.org>
985
986         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
987         a 100 byte status-checks into a 2-3MB transfer for each group.
988         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
989         to enable bug workaround or not.
990         (nnimap-find-minmax-uid): Only enable workaround conditionally.
991
992 2008-03-31  Glenn Morris  <rgm@gnu.org>
993
994         * message.el (mml2015-use): Declare for compiler.
995         (message-info): Require mml2015 when appropriate.
996
997 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1000         whitespace.
1001
1002 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1003
1004         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1005         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1006         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1007         (nntp-service-to-port): New function.
1008         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1009         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1010         (nntp-open-netcat-stream): New function.
1011         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1012
1013 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1014
1015         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1016
1017 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1018
1019         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1020
1021 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1022
1023         * dns.el (dns-write): Use set-buffer-multibyte.
1024
1025 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1026
1027         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1028
1029 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * message.el (message-signature-separator): Change default.
1032         Improve custom type.
1033         (message-cite-function): Change default to
1034         message-cite-original-without-signature.
1035
1036         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1037         toggle.
1038
1039         * message.el (message-check-news-body-syntax): Fix signature check.
1040         (message-setup-1): Mark buffer as unmodified _after_ running
1041         message-setup-hook and handling message-alternative-emails.
1042         (message-shorten-references): Be more strict when building list of
1043         valid references to comply with GNKSA.
1044
1045         * gnus-group.el (gnus-read-ephemeral-bug-group)
1046         (gnus-read-ephemeral-debian-bug-group)
1047         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1048
1049         * message.el (message-info): Don't use booleanp which isn't supported
1050         in Emacs 21 and XEmacs.
1051
1052 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1053
1054         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1055         gnus-group-gmane-group-download-format.
1056         (gnus-group-read-ephemeral-gmane-group): Rename from
1057         gnus-group-read-ephemeral-gmane-group.
1058         (gnus-read-ephemeral-gmane-group-url): Rename from
1059         gnus-group-read-ephemeral-gmane-group-url.
1060         (gnus-bug-group-download-format-alist): New variable.
1061         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1062         (gnus-read-ephemeral-emacs-bug-group): New commands.
1063
1064 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1067         (gnus-visible-headers): Improve custom type.
1068
1069 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1070
1071         * mml.el (mml-menu): Add workarounds for XEmacs.
1072
1073         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1074         X-Boundary header.
1075
1076         * message.el (message-simplify-recipients): Fix previous commit.
1077
1078 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1079
1080         * mm-util.el (mm-set-buffer-multibyte): New function.
1081         * mm-decode.el (mm-copy-to-buffer): Use it.
1082
1083 2008-03-19  Glenn Morris  <rgm@gnu.org>
1084
1085         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1086         Accidentally removed in the sync process with Emacs.
1087
1088 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1089
1090         * message.el (message-alter-recipients-discard-bogus-full-name):
1091         New function.
1092         (message-alter-recipients-function): New variable.
1093         (message-get-reply-headers): Use it.
1094         (message-replace-header): New helper function.
1095         (message-recipients-without-full-name): New variable.
1096         (message-simplify-recipients): New command.
1097
1098         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1099
1100         * message.el (message-info): Handle EasyPG manual.
1101
1102         * mml.el (mml-menu): Add entry for EasyPG.
1103
1104 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1105
1106         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1107         parameter.
1108
1109         * message.el (message-disassociate-draft): Specify drafts group name
1110         fully.
1111
1112 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1113
1114         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1115         unnecessary duplicates from the match list.
1116
1117 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1120
1121         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1122
1123         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1124         args of `how-many' of which the XEmacs version doesn't take; declare
1125         Info-index-next as function.
1126
1127 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1128
1129         * gnus-score.el (gnus-score-headers): Fix handling of
1130         gnus-inhibit-slow-scoring.
1131
1132         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1133         string.
1134         (gnus-button-url-regexp): Improve handling of parenthesis.
1135         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1136         (gnus-button-handle-info-keystrokes): Handle index entries.
1137
1138 2008-03-15  Glenn Morris  <rgm@gnu.org>
1139
1140         * parse-time.el (parse-time-string): Simplify.
1141
1142 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1145         Incoming* files.
1146
1147 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1148
1149         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1150         (auth-source-pick): Use it.
1151
1152 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1153
1154         * binhex.el (binhex-decode-region-internal):
1155         * uudecode.el (uudecode-decode-region-internal):
1156         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1157         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1158         setting default-enable-multibyte-characters.
1159
1160 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1161
1162         * auth-source.el (auth-source-protocols)
1163         (auth-source-protocols-customize, auth-source-choices): Added and
1164         modified variable customizations and defaults.
1165         (auth-source-pick, auth-source-user-or-password)
1166         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1167         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1168         (auth-source-user-or-password-sftp)
1169         (auth-source-user-or-password-smtp): Use new variables and provide an
1170         interface to netrc.el.
1171
1172 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1175         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1176         Make sure the nntp port to specify is a string.
1177
1178 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1179
1180         * nntp.el: Use with-current-buffer.
1181         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1182         dubious mm-with-unibyte-current-buffer.
1183         (nntp-with-open-group-function): New function extracted from
1184         nntp-with-open-group macro.
1185         (nntp-with-open-group): Use the function, so it's easier to debug.
1186         Add indentation and debugging info.
1187         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1188         the use of the netcat alternatives.
1189
1190         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1191         Avoid mm-string-as-multibyte as well.
1192
1193         * nnweb.el (nnweb-insert-html):
1194         Remove use of nnheader-string-as-multibyte.
1195
1196         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1197         (nnheader-string-as-multibyte): Remove.
1198
1199         * mm-view.el: Use inhibit-read-only.
1200         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1201         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1202         or unibyte-string.
1203
1204         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1205         (mm-uu-yenc-extract): Use with-current-buffer.
1206
1207         * gnus-soup.el (gnus-soup-send-packet): Don't use
1208         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1209
1210         * nnmh.el: Use with-current-buffer.
1211         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1212         mm-string-as-multibyte on the output of mm-encode-coding-string.
1213
1214         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1215         (nnimap-request-move-article): Use with-current-buffer.
1216
1217         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1218         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1219         conversion uses string-make-unibyte rather than string-as-unibyte.
1220
1221         * gnus-msg.el: Use with-current-buffer.
1222
1223         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1224
1225 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1226
1227         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1228         string for caching if it is 'PIN.
1229
1230 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * lpath.el: Consider the case without Emacs/W3.
1233
1234 2008-03-08  Glenn Morris  <rgm@gnu.org>
1235
1236         * time-date.el (date-to-time, time-subtract, time-add)
1237         (safe-date-to-time): Doc fixes.
1238
1239 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1240
1241         * mail-source.el (mail-source-delete-old-incoming-confirm):
1242         Change default to nil.
1243         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1244
1245 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * lpath.el: Rearrange.
1248
1249         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1250         (gnus-article-goto-prev-page): Work for articles having ^L's.
1251
1252         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1253
1254         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1255
1256 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1257
1258         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1259         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1260         (gnus-bookmark-jump): Adjust some variable names.
1261
1262 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * auth-source.el: New package.
1265         (auth-source-choices): Add customization entry point variable.
1266
1267         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1268         bug.
1269
1270 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1273         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1274         (gnus-registry-install-shortcuts): Rename from
1275         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1276         the `gnus-registry-mark-map' keymap dynamically from
1277         `gnus-registry-marks'.  The generated functions update the summary line
1278         when a registry mark is added or deleted, and will call
1279         `gnus-registry-install-p' (see the comments in the code).
1280         (gnus-registry-user-format-function-M): Use concat intelligently.
1281
1282         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1283         the registry mark functions.
1284
1285 2008-03-05  Glenn Morris  <rgm@gnu.org>
1286
1287         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1288         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1289         gnus-art.
1290         (top-level): No need to load own source when compiling.
1291
1292 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1295         Suggested by <chris.anderton@zetnet.co.uk>.
1296
1297 2008-03-04  Glenn Morris  <rgm@gnu.org>
1298
1299         * gnus-sum.el (top-level): No need to require gnus when compiling,
1300         since unconditionally required near start of file.
1301         (gnus-summary-display-while-building): Move definition before use.
1302
1303 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1306         formatting function.
1307
1308 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1309
1310         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1311         with plists.
1312         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1313         Use new format.
1314
1315 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1318         `where-is-internal' that returns a range of key sequences.
1319
1320 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1323
1324         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1325         (gnus-summary-jump-to-group): Consider windows on other displayed
1326         frames as well.  Similar changes might be needed elsewhere, but that's
1327         the one I've bumped into during my use.
1328
1329         * nndoc.el (nndoc-oe-dbx-type-p):
1330         * gnus-msg.el (gnus-debug):
1331         * gnus-group.el (gnus-update-group-mark-positions):
1332         Use mm-string-to-multibyte.
1333
1334 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1335
1336         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1337         doesn't handle NotDashEscaped.
1338
1339         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1340         (mml-dnd-attach-options): Fix typo in custom choice.
1341
1342         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1343         nndoc-article-type to mbox.
1344         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1345
1346         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1347         to nil, instead of html2text.
1348
1349         * imap.el (imap-debug): Add `imap-ping-server'.
1350
1351         * gnus-bookmark.el: Add FIXMEs.
1352
1353         * message.el (message-form-letter-separator)
1354         (message-send-form-letter-delay): New variables.
1355         (message-send-form-letter): Use them.  New command to send form
1356         letters.  Requested by Uwe Siart.
1357         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1358
1359 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * Update copyright years.
1362
1363 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1364
1365         Sync from EMACS_22_BASE.
1366
1367         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1368
1369 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1370
1371         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1372         empty author.
1373
1374 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * gnus-registry.el (gnus-registry-marks): Add variable for
1377         customization of marks and their appearance.
1378         (gnus-registry-read-mark): Use it.
1379         (gnus-registry-do-marks): Add utility function to loop through
1380         `gnus-registry-marks'.
1381         (gnus-registry-install-shortcuts-and-menus): Add function to install
1382         shortcuts and menus.
1383         (gnus-registry-initialize): Use it.
1384         (gnus-registry-default-mark): Clarify documentation.
1385
1386 2008-02-29  Glenn Morris  <rgm@gnu.org>
1387
1388         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1389         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1390         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1391         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1392         Change defcustom :version from 23.0 to 23.1.
1393
1394 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-registry.el (gnus-registry-follow-group-p)
1397         (gnus-registry-post-process-groups): Add functions to aid registry
1398         splitting and improve logging.  Clarify behavior in function
1399         documentation.
1400         (gnus-registry-split-fancy-with-parent): Use them.
1401
1402 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1403
1404         * gnus-art.el: Use with-current-buffer.
1405
1406 2008-02-27  David Engster  <dengste@eml.cc>
1407
1408         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1409         Express real group name in the response.
1410
1411 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1414         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1415         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1416         autoload gnus-registry-fetch-group when compiling.
1417         (nnmairix-request-group-with-article-number-correction): Remove
1418         unreferenced argument passed to nnmairix-call-backend.
1419
1420 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1421
1422         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1423         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1424         Wilde.
1425
1426 2008-02-27  Glenn Morris  <rgm@gnu.org>
1427
1428         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1429         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1430         variables to defconsts.  Convert comments to doc-strings.
1431         (nnmairix-last-server, nnmairix-current-server): Convert from free
1432         variables to defvars.  Convert comments to doc-strings.
1433         (gnus-registry-fetch-group): Autoload.
1434         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1435         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1436         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1437         caddr.
1438         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1439         nnmairix-request-group-with-article-number-correction call.
1440         (nnmairix-fast, nnmairix-group): New, less general names, for free
1441         variables passed from nnmairix-request-group to
1442         nnmairix-request-group-with-article-number-correction.  Declare.
1443         (nnmairix-request-group-with-article-number-correction):
1444         Use nnmairix-fast, nnmairix-group rather than fast, group.
1445
1446 2008-02-26  David Engster  <dengste@eml.cc>
1447
1448         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1449         version 0.5.
1450
1451 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1454         instead of making an extra function call.  Don't add the current group
1455         to articles only when they have the group.  Use
1456         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1457         Reported by David <de_bb@arcor.de>.
1458
1459 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1462         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1463
1464 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * mail-source.el (mail-source-delete-incoming): Change default.
1467         Supplement doc string.
1468
1469         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1470
1471 2008-02-14  Glenn Morris  <rgm@gnu.org>
1472
1473         * time-date.el (format-seconds): New function.
1474
1475 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * nnmail.el (nnmail-message-id-cache-file): Derive from
1478         `gnus-home-directory'.
1479
1480 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1483         Document negative prefix.
1484
1485         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1486
1487 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * message.el (message-unsent-separator): Add the Exim bounce
1490         separator.
1491
1492 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1493
1494         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1495         list.
1496         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1497         recipient/signer list.
1498
1499 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * Makefile.in (datarootdir): Define.
1502         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1503         name that might contain whitespace.
1504
1505 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1506
1507         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1508         fbound (Emacs 23 unicode), signal an error.
1509
1510 2008-02-08  Glenn Morris  <rgm@gnu.org>
1511
1512         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1513
1514 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1515
1516         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1517         ports to the calls to `netrc-machine-user-or-password' in addition to
1518         "imap" and "imaps".
1519
1520 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1521
1522         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1523
1524         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1525
1526 2008-02-01  Kenichi Handa  <handa@m17n.org>
1527
1528         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1529         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1530         (rfc2104-hash): Convert the result of concat to unibyte string.
1531
1532 2008-02-01  Dave Love  <fx@gnu.org>
1533
1534         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1535         coding-system-for-read.
1536         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1537
1538 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1539
1540         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1541         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1542         <hanche@math.ntnu.no>.
1543
1544 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1547
1548         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1549
1550 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1551
1552         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1553         * message.el (message-beginning-of-line): Use featurep instead of bound
1554         tests in order to resolve conditionals at compile time.
1555
1556 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1557
1558         * mail-source.el (mail-sources): Add `group' choice.
1559
1560         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1561         parameter `in-group' to control into which group the articles go.
1562         Add treatment of `group' mail-source.
1563
1564 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1567
1568         * mm-decode.el (mm-dissect-buffer): Decode description.
1569
1570         * mml.el (mml-to-mime): Encode message header first.
1571
1572 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1575         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1576
1577         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1578         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1579
1580 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1583
1584 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1587         prefix keys.
1588         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1589         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1590         gnus-xmas.el.
1591
1592         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1593         (gnus-xmas-article-describe-bindings): New function.
1594         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1595         gnus-xmas-article-describe-bindings.
1596
1597         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1598
1599 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1602         Add new variables for article mark management.
1603         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1604         list of extra data entries which, when present, will indicate that the
1605         article ID should not be trimmed from the registry.
1606         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1607         functions.
1608         (gnus-registry-read-mark): New function to read a mark name from the
1609         user.
1610         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1611         (gnus-registry-set-article-mark-internal): New functions to add and
1612         remove marks.
1613         (gnus-registry-get-article-marks): New function to show the marks for
1614         an article, or retrieve them for further use.
1615
1616 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1619         keys when no argument is given.
1620
1621 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1622
1623         * imap.el (imap-ping-server): New variable.
1624         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1625         (imap-ping-server): Minor doc string fixes.
1626
1627 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1628
1629         * imap.el (imap-ping-server): New function.
1630         (imap-opened): Call imap-ping-server.
1631
1632 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * gnus-sum.el (gnus-article-sort-by-random)
1635         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1636         jidanni@jidanni.org.
1637
1638 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-art.el (gnus-article-describe-bindings): New function.
1641         (gnus-article-read-summary-keys): Use it.
1642         (gnus-article-mode-map): Bind `C-h b' to it.
1643
1644 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1647         XEmacs.
1648         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1649         against non-character events.
1650
1651         * lpath.el: Fbind map-keymap for Emacs 21.
1652
1653 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1654
1655         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1656         command.
1657         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1658         instead of END.  Change name of the temp file.
1659         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1660         customizable.
1661
1662 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1665         bind `S W' to gnus-article-wide-reply-with-original; set default
1666         binding to gnus-article-read-summary-send-keys.
1667         (gnus-article-read-summary-keys): Fix the order of keys; display
1668         continuation keys correctly in the echo area; describe bindings
1669         correctly when keys end with `C-h'.
1670         (gnus-article-read-summary-send-keys): New function.
1671         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1672         for gnus-article-read-summary-send-keys; display continuation keys
1673         correctly in the echo area.
1674         (gnus-article-reply-with-original): Ignore prefix argument.
1675         (gnus-article-wide-reply-with-original): New function.
1676
1677         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1678         Emacs 21.
1679
1680 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1683         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1684
1685 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1686
1687         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1688         (gnus-group-read-ephemeral-gmane-group): New command.
1689
1690 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1691
1692         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1693
1694 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1695
1696         * message.el (message-send-mail-function): Increase custom version.
1697
1698         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1699         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1700
1701 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1702
1703         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1704         for the cases where imap-authenticate is called with a nil buffer
1705         parameter.
1706
1707 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1710         html parts correctly; support forwarded messages.
1711         (gnus-article-browse-html-article): Remove work buffers.
1712
1713         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1714         compiling.
1715         (netrc-bound-and-true-p): New macro.
1716         (netrc-parse): Use it instead of bound-and-true-p that is not available
1717         in XEmacs 21.4.
1718
1719 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * gnus-registry.el (gnus-registry-mark-article)
1722         (gnus-registry-article-marks): Add functionality to mark articles
1723         through the Gnus registry.
1724
1725         * encrypt.el: Clarify documentation for the new pgg method.
1726         (encrypt-file-alist): Add PGG option.
1727         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1728         functionality.  Abstract password key and messaging to external
1729         functions.
1730         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1731         (encrypt-message-method-and-cipher): Add new convenience external
1732         functions.
1733         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1734         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1735
1736         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1737         (netrc-parse): Use encrypt-file-alist to determine if
1738         encrypt-find-model or encrypt-insert-file-contents should be used.
1739
1740         * encrypt.el: Clarify documentation.  Load password-cache or
1741         password, whichever one is found first, instead of autoloading.
1742
1743 2007-12-19  Glenn Morris  <rgm@gnu.org>
1744
1745         * mml.el (message-options-set, message-narrow-to-head)
1746         (message-in-body-p, message-mail-p, message-encode-message-body):
1747         Autoload.
1748         (message-remove-header, message-narrow-to-headers-or-head)
1749         (message-subscribed-p, message-make-mail-followup-to)
1750         (message-position-on-field, message-news-p)
1751         (message-options-set-recipient, message-generate-headers)
1752         (message-sort-headers): Declare as functions.
1753
1754 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1757         convention in doc string.
1758
1759 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1762         title to html parts.
1763         (gnus-article-browse-html-article): Pass message header to it.
1764
1765         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1766
1767 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1768
1769         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1770         or password compatible with XEmacs.
1771
1772 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1773
1774         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1775         format document.
1776         (gnus-mime-delete-part): Don't write description line if empty.
1777         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1778
1779 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1780
1781         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1782         (gnus-summary-mark-read-and-unread-as-read)
1783         (gnus-summary-mark-current-read-and-unread-as-read)
1784         (gnus-summary-mark-unread-as-ticked): Doc fix.
1785         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1786
1787 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1790         Christoph Conrad <christoph.conrad@gmx.de>.
1791
1792 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1795         yes-or-no-p.
1796
1797 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * mm-decode.el (mm-add-meta-html-tag): New function.
1800         (mm-save-part-to-file, mm-pipe-part): Use it.
1801
1802         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1803         gnus-y-or-n-p instead of y-or-n-p.
1804         (gnus-article-browse-html-parts): Work with message/external-body; use
1805         mm-add-meta-html-tag.
1806
1807 2007-12-11  Glenn Morris  <rgm@gnu.org>
1808
1809         * gnus-cache.el: Require gnus-sum not just when compiling.
1810
1811         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1812
1813         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1814         definitions before use.
1815
1816         * mm-decode.el: Require gnus-util.
1817         (mm-remove-part): Only call delete-annotation on XEmacs.
1818
1819         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1820
1821         * nnmail.el: Require gnus-int.
1822
1823         * spam.el: Move `require's before `eval-when-compile's.
1824
1825         * gnus-ems.el (gnus-alive-p):
1826         * gnus-fun.el (message-goto-eoh):
1827         * gnus-util.el (gnus-group-name-decode):
1828         * mail-source.el (gnus-compress-sequence):
1829         * message.el (Info-goto-node, format-spec):
1830         * mm-bodies.el (message-options-get):
1831         * mm-decode.el (mm-view-pkcs7):
1832         * mm-util.el (gmm-write-region):
1833         * mml-smime.el (mml-compute-boundary)
1834         (gnus-completing-read-with-default):
1835         * mml.el (widget-button-press, gnus-make-hashtable):
1836         * mml1991.el (mm-decode-content-transfer-encoding)
1837         (mm-encode-content-transfer-encoding)
1838         (message-options-get, message-options-set):
1839         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1840         * nnfolder.el (gnus-request-group):
1841         * nnheader.el (ietf-drums-unfold-fws):
1842         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1843         * smime.el (gnus-run-mode-hooks):
1844         * spam-stat.el (gnus-message): Autoload.
1845
1846         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1847         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1848         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1849         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1850         Add declare-function compatibility definition.
1851
1852         * gnus-cache.el (nnvirtual-find-group-art):
1853         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1854         (gnus-add-image, gnus-add-wash-type):
1855         * gnus-group.el (nnkiboze-score-file):
1856         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1857         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1858         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1859         (message-tokenize-header, gnus-get-buffer-create)
1860         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1861         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1862         * gnus.el (gnus-group-decoded-name):
1863         * mail-source.el (imap-capability):
1864         * mm-bodies.el (message-options-set):
1865         * mm-decode.el (gnus-configure-windows):
1866         * mm-extern.el (message-goto-body):
1867         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1868         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1869         (epg-sub-key-validity, message-options-set):
1870         * mml.el (widget-event-point, gnus-configure-windows):
1871         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1872         * mml2015.el (epg-check-configuration, epg-configuration)
1873         (message-options-set):
1874         * nndb.el (nndb-request-article):
1875         * nnfolder.el (gnus-request-create-group):
1876         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1877         * nnmaildir.el (gnus-group-mark-article-read):
1878         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1879         * rfc1843.el (message-fetch-field):
1880         * spam.el (gnus-extract-address-components):
1881         Declare as functions.
1882
1883 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1886
1887         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1888
1889         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1890         bind show-trailing-whitespace for XEmacs.
1891
1892 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1893
1894         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1895         new no-op macro for backward compatibility.
1896
1897         * imap.el (imap-string-to-integer): New function.
1898
1899 2007-12-09  Glenn Morris  <rgm@gnu.org>
1900
1901         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1902
1903         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1904         * message.el, mm-view.el, sieve-manage.el, smime.el:
1905         Add declare-function compatibility definition.
1906
1907         * gnus-art.el (w3-region, w3m-region, Info-menu):
1908         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1909         * gnus-sum.el (gnus-get-predicate):
1910         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1911         * message.el (mail-abbrev-in-expansion-header-p):
1912         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1913         (w3m-detect-meta-charset, w3m-region):
1914         * sieve-manage.el (password-read, password-cache-add)
1915         (password-cache-remove):
1916         * smime.el (password-read-and-add): Declare as functions.
1917
1918 2007-12-08  David Kastrup  <dak@gnu.org>
1919
1920         * gnus-sum.el (gnus-summary-simplify-subject-query):
1921         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1922         `message'.
1923
1924 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1927         it to bind idna-program, installation-directory, defined-colors, and
1928         face-attribute for XEmacs of the version that compiles defcustom forms.
1929
1930 2007-12-07  Glenn Morris  <rgm@gnu.org>
1931
1932         * gnus-art.el (article-make-date-line): Revert previous change.
1933
1934 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1935
1936         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1937
1938 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1939
1940         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1941         Call gnus-add-to-range ranges only once with a prepared article-list.
1942
1943 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1944
1945         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1946         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1947         group names with backslashes.  Reported by Tassilo Horn
1948         <tassilo@member.fsf.org>.
1949
1950 2007-12-06  Deepak Goel  <deego3@gmail.com>
1951
1952         * gnus-art.el (article-make-date-line):
1953         * gnus-start.el (gnus-load):
1954         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1955
1956 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-art.el (gnus-use-idna)
1959         * gnus-start.el (gnus-site-init-file)
1960         * message.el (message-use-idna)
1961         * mm-uu.el (mm-uu-hide-markers)
1962         * smiley.el (smiley-style): Revert changes that suppress warnings.
1963
1964 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1967         specify charset to html source.  Reported by Christoph Conrad
1968         <christoph.conrad@gmx.de>.
1969
1970 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1973         idna-program in order to suppress byte compile warning issued by XEmacs
1974         that came to byte compile the default value section of defcustom forms
1975         recently.
1976
1977         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1978         value of installation-directory.
1979
1980         * message.el (message-use-idna): Don't directly refer to the value of
1981         idna-program.
1982
1983         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1984
1985         * smiley.el (smiley-style): Don't directly call face-attribute.
1986
1987 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1988
1989         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1990
1991         * gnus-dired.el: Reduce Gnus dependencies.
1992         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1993         require.  Use autoloads instead.
1994         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1995         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1996         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1997         (gnus-dired-mode): Adjust doc string.
1998         (gnus-dired-mail-mode): New variable.
1999         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2000         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2001         (gnus-dired-mail-buffers): New function.  Return mail or message
2002         composition buffers.
2003         (gnus-dired-attach): Use it.
2004         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2005         NO-DECODE.
2006         (gnus-dired-print): Use `gnus-print-buffer' depending on
2007         `gnus-dired-mail-mode'.
2008
2009 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * rfc2047.el (rfc2047-encoded-word-regexp)
2012         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2013         explaining what regexp patterns are for.
2014
2015 2007-12-04  Glenn Morris  <rgm@gnu.org>
2016
2017         * password.el: Move to password-cache.el.
2018
2019         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2020         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2021         * mml-smime.el (password-read, password-cache-add)
2022         (password-cache-remove):
2023         No need to autoload, since mml-sec requires password.
2024
2025         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2026         * message.el (gnus-extract-address-components):
2027         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2028
2029         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2030         password.
2031
2032 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * mailcap.el: Reduce dependencies.
2035         (mail-header-parse-content-type): Autoload.
2036         (mailcap-delete-duplicates): New alias.
2037         (mailcap-mime-info): Add optional argument NO-DECODE.
2038         (mailcap-mime-types): Use mailcap-delete-duplicates.
2039
2040         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2041
2042 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2043
2044         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2045         (imap-parse-status): Upcase status-att for servers that sends them
2046         lower-case (e.g., MS Exchange 2007).
2047
2048 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2051         function.
2052
2053         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2054         (gnus-uu-yenc-article): New function.
2055
2056         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2057
2058         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2059         buffer.
2060
2061 2007-12-02  Glenn Morris  <rgm@gnu.org>
2062
2063         * binhex.el (binhex): New custom group.
2064         (binhex-decoder-program, binhex-decoder-switches)
2065         (binhex-use-external): Move to the binhex custom group.
2066
2067         * uudecode.el (uudecode): New custom group.
2068         (uudecode-decoder-program, uudecode-decoder-switches)
2069         (uudecode-use-external): Move to the uudecode custom group.
2070
2071         * netrc.el (top-level): Don't load `encrypt' features.
2072         (netrc-parse): Don't use encrypt.
2073         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2074
2075         * encrypt.el: Remove file.
2076
2077 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2080         matches on patches.
2081
2082         * gnus-art.el (gnus-article-browse-html-article): Mention
2083         `mm-text-html-renderer' in the doc string.
2084
2085         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2086         string.  Add comments.
2087
2088         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2089         if rhs is ASCII.
2090
2091 2007-12-01  Glenn Morris  <rgm@gnu.org>
2092
2093         * mail-source.el (top-level): Require format-spec before
2094         eval-when-compile.
2095
2096 2007-11-30  Glenn Morris  <rgm@gnu.org>
2097
2098         * encrypt.el: Require password, rather than autoloading password-read.
2099
2100 2007-11-29  Glenn Morris  <rgm@gnu.org>
2101
2102         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2103         (sasl-make-client, sasl-next-step, sasl-step-data)
2104         (sasl-step-set-data): Declare as functions.
2105
2106 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2109
2110 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2111
2112         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2113         certs should be verified and what is to be done in the event of a
2114         verification failure.
2115
2116         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2117         caller can indicate whether the cache should be disregarded for this
2118         call.  This way the result of the call is reproducible at all times and
2119         can be considered a canonical server name for the supplied method.
2120         (gnus-agent-method-p): Canonicalize server names by pushing their
2121         method through `gnus-method-to-server' using the no-cache argument.
2122
2123         * gnus-srvr.el (gnus-server-insert-server-line): Call
2124         `gnus-method-to-server' with `no-cache' argument.
2125
2126         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2127         gnus-agent-possibly-synchronize-flags as this should be called when the
2128         server is actually being opened.
2129         (gnus-agent-possibly-synchronize-flags)
2130         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2131         flags file of an agentized server to the latter function.
2132
2133         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2134         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2135         after a connection has been established successfully.
2136
2137 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-art.el (article-display-face): Force to display face if called
2140         interactively; check if gnus-article-x-face-too-ugly matches author.
2141         (article-display-x-face): Display face even if From header is missing
2142         as article-display-face does.
2143
2144 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2145
2146         * hashcash.el (message-narrow-to-headers-or-head)
2147         (message-fetch-field, message-goto-eoh)
2148         (message-narrow-to-headers): Declare as functions.
2149
2150 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2151
2152         * mail-source.el (mail-sources): Default to fetch from file for
2153         compatibility with default of nnmail-spool-file.
2154
2155 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2158         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2159         to look for encoded word that should be encoded again.
2160         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2161         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2162         encoding pattern.
2163         (rfc2047-decode-region): Switch strict regexp and loose one according
2164         to rfc2047-allow-irregular-q-encoded-words.
2165
2166 2007-11-25  Romain Francoise  <romain@orebokech.com>
2167
2168         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2169
2170 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * tls.el (tls-program): Provide more custom choices from
2173         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2174         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2175
2176 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2179         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2180
2181         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2182         `nnmail-spool-file'.
2183
2184         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2185         `nnmail-spool-file'.
2186
2187         * gnus-move.el (gnus-change-server): Ditto.
2188
2189         * gnus-kill.el (gnus-batch-score): Ditto.
2190
2191         * gnus-cache.el (gnus-jog-cache): Ditto.
2192
2193         * gnus-msg.el (gnus-summary-reply):
2194         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2195
2196 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2199         version.  Minor improvement to doc strings.
2200         (tls-program): Add comment.
2201
2202 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2203
2204         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2205         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2206         mismatch between the hostname provided in the certificate and the name
2207         of the host connnecting to.
2208         (open-tls-stream): Use them.  Check certificates against trusted root
2209         certificates.
2210
2211 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2212
2213         * gnus-cache.el (gnus-cache-generate-nov-databases):
2214         Use nnml-generate-nov-databases-directory instead of
2215         nnml-generate-nov-databases-1.
2216
2217 2007-11-24  Glenn Morris  <rgm@gnu.org>
2218
2219         * message.el (message-tool-bar-retro): Update for rename
2220         mail_send.xpm->mail-send.xpm.
2221
2222 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2223
2224         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2225         `smime-ldap-search' for Emacs 22 and up.
2226
2227 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2228
2229         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2230
2231         * message.el (message-send-mail-function): Fix error convention.
2232         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2233         (message-widen-reply, message-send-mail, message-talkative-question)
2234         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2235         (message-clone-locals, message-send-news): Use with-current-buffer.
2236         (message-insert-or-toggle-importance): Remove unused var `valid'.
2237         (message-make-references): Remove unused var `new-references'.
2238         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2239
2240 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2241
2242         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2243         (spam-split-symbolic-return-positive): Reflow docstring.
2244         (spam-backends, spam-summary-exit-behavior)
2245         (spam-mark-ham-unread-before-move-from-spam-group)
2246         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2247         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2248         (spam-clear-cache, spam-backend-check, spam-install-backend)
2249         (spam-install-statistical-backend, spam-list-of-processors)
2250         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2251         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2252         (spam-check-crm114, spam-initialize, spam-unload-hook):
2253         Fix typos in docstrings.
2254
2255 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2258         been checked if they have never been read and those group levels are
2259         higher than the one that a user specified.
2260
2261 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2264         foreign groups unless a group level is specified by a user.
2265         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2266
2267 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2268
2269         * message.el (message-send-mail-function): Require sendmail.
2270
2271 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * message.el (message-send-mail-function): Check for smtpmail too.
2274
2275         * utf7.el (utf7-encode, utf7-decode): Use coding system
2276         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2277
2278         * message.el (message-send-mail-function): New function.
2279         (message-send-mail-function): Set default using
2280         message-send-mail-function.  Adjust doc string.
2281         (message-send-mail-with-mailclient): New function.
2282
2283 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2284
2285         * smime.el (from):
2286         * rfc2047.el (message-posting-charset):
2287         * qp.el (mm-use-ultra-safe-encoding):
2288         * pop3.el (parse-time-months):
2289         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2290         * nnml.el (files):
2291         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2292         (jka-compr-compression-info-list, ange-ftp-path-format)
2293         (efs-path-regexp):
2294         * nndiary.el (files):
2295         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2296         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2297         (epg-digest-algorithm-alist, inhibit-redisplay)
2298         (password-cache-expiry):
2299         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2300         (pgg-output-buffer, password-cache-expiry):
2301         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2302         (efs-path-regexp):
2303         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2304         (inhibit-redisplay):
2305         * mm-uu.el (file-name, start-point, end-point, entry)
2306         (gnus-newsgroup-name, gnus-newsgroup-charset):
2307         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2308         (latin-unity-ucs-list):
2309         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2310         (mm-uu-binhex-decode-function):
2311         * message.el (gnus-message-group-art, gnus-list-identifiers)
2312         (rmail-enable-mime-composing, gnus-local-organization)
2313         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2314         (gnus-read-active-file, facemenu-add-face-function)
2315         (facemenu-remove-face-function, gnus-article-decoded-p)
2316         (tool-bar-mode):
2317         * mail-source.el (display-time-mail-function):
2318         * gnus-util.el (nnmail-pathname-coding-system)
2319         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2320         (gnus-original-article-buffer, gnus-user-agent)
2321         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2322         (xemacs-codename, sxemacs-codename, emacs-program-version):
2323         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2324         * gnus-start.el (gnus-agent-covered-methods)
2325         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2326         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2327         (gnus-newsgroup-headers, gnus-group-list-mode)
2328         (gnus-group-mark-positions, gnus-newsgroup-data)
2329         (gnus-newsgroup-unreads, nnoo-state-alist)
2330         (gnus-current-select-method, mail-sources)
2331         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2332         (nnmail-spool-file, gnus-cache-active-hashtb):
2333         * gnus-mh.el (mh-lib-progs):
2334         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2335         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2336         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2337         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2338         (gnus-group-buffer):
2339         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2340         (font-lock-set-defaults):
2341         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2342         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2343         (gnus-summary-post-menu, total-parts, type, condition, length):
2344         * gnus-agent.el (gnus-agent-read-agentview):
2345         * flow-fill.el (show-trailing-whitespace):
2346         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2347         eval-and-compile wrappers for byte compiler pacifiers.
2348
2349         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2350         (mm-display-inline-fontify): Check for featurep 'xemacs not
2351         extent-list.
2352
2353         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2354         itimer-list.
2355         (mm-create-image-xemacs): Only do something for XEmacs.
2356         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2357
2358         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2359
2360         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2361         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2362
2363 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2364
2365         * nnimap.el (nnimap-split-download-body):
2366         * gnus-demon.el (gnus-demon):
2367         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2368
2369 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2372         macros.
2373         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2374         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2375         copy data from unibyte buffer to multibyte current buffer.
2376         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2377         to copy data from unibyte current buffer to multibyte buffer.
2378         (nntp-make-process-buffer): Make process buffer unibyte.
2379
2380         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2381
2382 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2383
2384         * pop3.el (pop3-open-server): Accept and process data more robustly at
2385         connexion start to avoid spurious "POP SSL connexion failed" errors.
2386
2387 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2390         read group names.
2391
2392 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2395
2396 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2399         (nnmail-save-active): Use a unibyte buffer when saving active file,
2400         which may contain non-ASCII group names.
2401
2402         * nnml.el (nnml-request-group): Decode group names in messages.
2403
2404 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * message.el (message-citation-line-function)
2407         (message-insert-formatted-citation-line): Fix spelling of
2408         `message-insert-formated-citation-line'.
2409
2410 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2413
2414 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2417         nnmail-pathname-coding-system.
2418
2419         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2420         that a user enters; decode group names in messages.
2421
2422         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2423
2424 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2425
2426         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2427
2428         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2429
2430         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2431         risky local variable.
2432
2433         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2434
2435 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2436
2437         * encrypt.el: Improve documentation to fix function name typo.
2438         Reported by Daiki Ueno <ueno@unixuser.org>.
2439
2440 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2443         even if the point is not in the last page of an article.
2444         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2445         back to the previous page.
2446
2447 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2450
2451 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2454
2455 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2456
2457         * message.el (message-check-news-body-syntax): Avoid
2458         mm-string-as-multibyte.
2459         (message-hide-headers): Don't assume (point-min)==1.
2460
2461 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2462
2463         * message.el (message-remove-blank-cited-lines): Fix if remove is
2464         given.
2465         (message-bogus-address-regexp): New variable.
2466         (message-bogus-recipient-p): New function.
2467         (message-check-recipients): New command.
2468         (message-syntax-checks): Add `bogus-recipient'.
2469         (message-fix-before-sending): Add `bogus-recipient'.
2470
2471         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2472         (gnus-treat-body-boundary): Don't test window-system.
2473
2474 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2475
2476         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2477
2478 2007-10-28  Miles Bader  <miles@gnu.org>
2479
2480         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2481         at compile-time too.
2482
2483 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * gnus-msg.el (gnus-message-setup-hook): Add
2486         `message-remove-blank-cited-lines' to options.
2487
2488 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2489
2490         * message.el (message-remove-blank-cited-lines): New function.
2491         Suggested by Karl Plästerer.
2492
2493 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2496         mapc.
2497
2498         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2499         (top-level): Use mapc to set functions to be traced for debugging.
2500
2501         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2502         called for effect with while loop.
2503
2504         * message.el (message-talkative-question): Replace mapcar called for
2505         effect with mapc.
2506
2507         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2508         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2509         called for effect with dolist.
2510
2511         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2512
2513         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2514         gnus-extra-headers and nnmail-extra-headers.
2515
2516         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2517         called for effect with dolist.
2518         (top-level): Use mapc to set functions to be traced for debugging.
2519
2520         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2521         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2522         dolist.
2523
2524         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2525         Replace mapcar called for effect with mapc.
2526         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2527         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2528         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2529         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2530
2531         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2532         remove-if that's a cl function.
2533
2534         * webmail.el (webmail-debug): Replace mapcar called for effect with
2535         dolist.
2536
2537         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2538         with mapc.
2539
2540 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2543         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2544         with while loop.
2545
2546         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2547         functions from article-* functions.
2548         (gnus-multi-decode-header): Replace mapcar called for effect with
2549         dolist.
2550
2551         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2552         (gnus-bookmark-show-details): Replace mapcar called for effect with
2553         while loop.
2554
2555         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2556         called for effect with while loop.
2557
2558         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2559         with dolist.
2560
2561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2562         mapcar called for effect with dolist.
2563
2564         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2565
2566         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2567         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2568         Replace mapcar called for effect with dolist.
2569         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2570         mapc.
2571
2572         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2573         Replace mapcar called for effect with dolist.
2574         (gnus-topic-list): Replace mapcar called for effect with mapc.
2575
2576         * gnus.el: Use mapc instead of mapcar to add autoloads.
2577
2578 2007-10-23  Richard Stallman  <rms@gnu.org>
2579
2580         * gnus-group.el (gnus-group-highlight): Mark as risky.
2581
2582 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gnus.el (gnus-server-to-method): Return method found first in
2585         gnus-newsrc-alist.
2586
2587         * gnus-art.el (gnus-article-highlight-signature)
2588         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2589         button overlay without the front stickiness.
2590
2591 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2592
2593         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2594         overview buffer needed a catch to receive its throw.
2595         (gnus-agent-flush-cache): Declared as interactive to make this function
2596         easier to use.
2597
2598 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2599
2600         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2601         `next-line'.
2602
2603 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2606         exclude address matching message-dont-reply-to-names.
2607
2608 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-util.el (gnus-string<): New function.
2611
2612         * gnus-sum.el (gnus-article-sort-by-author)
2613         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2614
2615 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2618         the frame-focus tag is set in gnus-buffer-configuration.
2619
2620 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2623         the front stickiness.
2624
2625 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2628         url pattern; remove duplicate one.
2629         (gnus-article-extend-url-button): New function.
2630         (gnus-article-add-buttons): Use it.
2631         (gnus-button-push): Use concatenated url that it makes.
2632
2633 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2634
2635         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2636
2637 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2638
2639         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2640         Don't hardcode point-min==1.
2641
2642 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2645         Fix comment about "iso8859-1".
2646
2647 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2648
2649         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2650         ones returned from the verify-function.
2651
2652         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2653         mml2015-extract-cleartext-signature if extraction failed.
2654
2655 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2656
2657         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2658         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2659         failed.
2660
2661 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2662
2663         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2664
2665 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2668         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2669         recommends to use EasyPG instead of PGG.
2670
2671         * pgg.el: Revert to revision 6.23.2.16
2672
2673         * pgg-def.el: Revert to revision 6.6.2.14.
2674
2675         * pgg-gpg.el: Revert to revision 6.23.2.34.
2676
2677 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2680         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2681         thread for both the null and zero (kill/expire thread) universal prefix
2682         cases.
2683         (gnus-summary-expire-thread): Add new function to expire a thread,
2684         using gnus-summary-kill-thread.
2685         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2686         shortcuts for gnus-summary-expire-thread.
2687         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2688         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2689
2690 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2693         extras value, so an extras entry can be deleted.
2694         (gnus-registry-delete-extra-entry): Use it.
2695         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2696         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2697         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2698         storage through the gnus-registry, and provide an appropriate API for
2699         it.
2700
2701 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2704         Suggested by Leo <sdl.web@gmail.com>.
2705
2706         * gnus.el: Do.
2707
2708 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2711         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2712
2713         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2714
2715         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2716         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2717
2718 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2721         newline.
2722         (nnmbox-request-accept-article): Don't change article in source buffer;
2723         narrow to header to use message-fetch-field rather than
2724         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2725         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2726         as delimiters; make sure article ends with newline.
2727         (nnmbox-delete-mail): Correct last position of article to be deleted;
2728         ignore X-Gnus-Newsgroup header in article body.
2729         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2730         positions; make sure article ends with newline.
2731
2732         * message.el (message-display-abbrev): Don't infloop when a user
2733         inserts SPC in the beginning of header.
2734
2735         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2736         coding-system-for-read and coding-system-for-write for XEmacs having no
2737         file-coding feature.
2738
2739         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2740
2741 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2744         list of groups not followed by default.  Fix type to be regexp.
2745         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2746
2747 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2748
2749         * hmac-def.el (define-hmac-function): Switch from old-style to
2750         new-style backquotes.
2751
2752         * md4.el (md4-make-step): Likewise.
2753
2754 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2757         raw-text coding system when saving .newsrc file, which may contain
2758         non-ASCII group names.
2759
2760 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-cus.el (gnus-score-extra): New widget.
2763         (gnus-score-extra-convert): New function.
2764         (gnus-score-customize): Use it for Extra.
2765
2766 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2767
2768         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2769         (mml2015-mailcrypt-clear-verify): Use it.
2770         (mml2015-gpg-clear-verify): Use it.
2771         (mml2015-pgg-clear-verify): Use it.
2772         (mml2015-epg-clear-verify): Replace the current part with the output
2773         from GnuPG; don't extract the plaintext by itself.
2774
2775         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2776         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2777         mml2015-clear-verify-function; don't touch the armor headers or
2778         dash-escaped text here.
2779
2780 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2783         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2784         parts, or application/octet-stream as a last resort.
2785         (gnus-mime-view-part-as-type): Don't toggle display.
2786         (gnus-mime-view-part-as-charset): Don't turn off display before
2787         querying charset.
2788
2789         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2790         stuff to undisplayer function in Emacs.
2791         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2792
2793         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2794         text/calendar parts.
2795
2796 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2799         decoding text/calendar parts.
2800
2801         * message.el (message-forward-make-body-mime): Always mark body as
2802         having no illegible text; remove signed-or-encrypted argument.
2803         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2804
2805         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2806         (mml-generate-mime-1): Don't encode body if it is specified to be in
2807         raw form; don't make buffer be unibyte when inserting multibyte string.
2808
2809 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2810
2811         * sha1.el: Fix up comment style.
2812         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2813         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2814
2815         * hex-util.el: Fix up comment style.
2816         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2817
2818         * gnus-salt.el: Use with-current-buffer.
2819         (gnus-pick-setup-message): Fix long-standing typo.
2820
2821 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * imap.el (imap-logout-timeout): New variable.
2824         (imap-logout, imap-logout-wait): New functions.
2825         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2826
2827         * nnimap.el (nnimap-logout-timeout): New server variable.
2828         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2829         nnimap-logout-timeout.
2830
2831         * gnus-art.el (gnus-article-summary-command-nosave)
2832         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2833
2834 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus.el (gnus-maximum-newsgroup): New variable.
2837
2838         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2839         according to gnus-maximum-newsgroup.
2840
2841         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2842         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2843         Limit the range of articles according to gnus-maximum-newsgroup.
2844
2845 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2846
2847         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2848         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2849         Don't perform gnus-configure-windows here; reuse existing sticky
2850         article buffer.
2851
2852         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2853         it doesn't exist in gnus-article-mode.
2854
2855 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2858         (gnus-agent-decoded-group-name): New function.
2859         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2860         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2861
2862 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2863
2864         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2865         Add binding for gnus-sticky-article.
2866         (gnus-summary-exit): Don't kill sticky article buffers.
2867
2868         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2869         article buffer.
2870         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2871         (gnus-kill-sticky-article-buffers): New commands.
2872
2873 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * nntp.el (nntp-xref-number-is-evil): New server variable.
2876         (nntp-find-group-and-number): If it is non-nil, don't trust article
2877         numbers in the Xref header.
2878
2879 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-agent.el (gnus-agent-read-group): New function.
2882         (gnus-agent-flush-group, gnus-agent-expire-group)
2883         (gnus-agent-regenerate-group): Use it.
2884         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2885         nnmail-pathname-coding-system.
2886
2887 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2890
2891         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2892         that are unread as unread, and also as selected so that information of
2893         marks having been changed by a user may be updated when exiting group.
2894
2895 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2898         calculated ignoring signature parts to gnus-treat-article.
2899
2900 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2903         a point here in order to keep the window start.
2904         (gnus-insert-mime-security-button): Make a button overlay without the
2905         front stickiness.
2906         (gnus-mime-display-security): Goto the end of a button.
2907
2908         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2909
2910 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2913         group-name-at-point.
2914         (gnus-group-completing-read): New function that offers decoded
2915         non-ASCII group names for completion.
2916         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2917         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2918         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2919         (gnus-group-fetch-control): Use it.
2920         (gnus-fetch-group): Use group-name-at-point for the initial value
2921         rather than the default value; use gnus-alive-p.
2922
2923         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2924         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2925         (gnus-summary-post-news): Use gnus-group-completing-read.
2926
2927         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2928         (gnus-read-move-group-name): Decode group name for completion.
2929
2930 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2933         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2934         Yamaoka slightly modified the code).
2935
2936 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2939         (nnmail-split-incoming): Bind it.
2940
2941         * nnml.el (nnml-group-name-charset): New function.
2942         (nnml-decoded-group-name): Use it; don't decode group name if
2943         nnmail-group-names-not-encoded-p is non-nil.
2944         (nnml-encoded-group-name): New function.
2945         (nnml-group-pathname): Inline nnml-decoded-group-name.
2946         (nnml-request-expire-articles): Decode group name in message.
2947         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2948         nnmail-pathname-coding-system.
2949         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2950         not decoded ones according to nnmail-group-names-not-encoded-p.
2951         (nnml-generate-active-info): Use nnml-encoded-group-name.
2952
2953 2007-08-08  Glenn Morris  <rgm@gnu.org>
2954
2955         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2956         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2957         doc-strings and comments.
2958
2959 2007-07-25  Glenn Morris  <rgm@gnu.org>
2960
2961         * Relicense all FSF files to GPLv3 or later.
2962
2963 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-sum.el (gnus-summary-move-article): Make
2966         gnus-summary-respool-article work.
2967
2968 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2971         string.
2972
2973 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2974
2975         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2976         that should be ignored when comparing distant RSS articles with local
2977         ones.
2978         (nnrss-make-hash-index): New function.  Create a hash index according
2979         to the ignored fields.
2980         (nnrss-check-group): Use it.
2981
2982 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2985
2986         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2987
2988         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2989         the new optional argument ENCODED is non-nil.
2990         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2991         coding system for encoding group name.
2992         (gnus-group-make-rss-group): Pass un-encoded group name to
2993         gnus-group-make-group.
2994         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2995         encoded.
2996
2997         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2998         Encode group name to which articles are moved or copied.
2999         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3000         coding system for encoding Newsgroup, Followup-To and Xref headers.
3001
3002         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3003         marks; use nnheader-file-coding-system to write a file.
3004         (nnagent-retrieve-headers): Bind file-name-coding-system to
3005         nnmail-pathname-coding-system.
3006
3007         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3008
3009         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3010         (nnml-request-article, nnml-request-create-group)
3011         (nnml-request-rename-group, nnml-find-id)
3012         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3013         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3014         (nnml-save-marks): Use nnml-group-pathname instead of
3015         nnmail-group-pathname.
3016
3017         (nnml-request-create-group, nnml-request-expire-articles)
3018         (nnml-request-move-article, nnml-request-delete-group)
3019         (nnml-deletable-article-p, nnml-possibly-create-directory)
3020         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3021         (nnml-open-marks): Bind file-name-coding-system to
3022         nnmail-pathname-coding-system.
3023
3024         (nnml-request-article): Pass server argument to nnml-find-group-number.
3025         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3026         server argument to nnml-possibly-create-directory.
3027         (nnml-request-accept-article): Pass server argument to
3028         nnml-active-number and nnml-save-mail.
3029         (nnml-find-group-number): Pass server argument to nnml-find-id.
3030         (nnml-request-update-info): Pass server argument to
3031         nnml-marks-changed-p.
3032
3033         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3034         (nnml-save-mail, nnml-active-number): Add server argument.
3035
3036         (nnml-request-delete-group): Warn if group is missing.
3037         (nnml-get-nov-buffer): Decode group name.
3038         (nnml-generate-active-info): Encode group name.
3039         (nnml-open-marks): Decode group name in messages.
3040
3041 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3044         if it is not specified.
3045         (gnus-article-pipe-part, gnus-article-save-part)
3046         (gnus-article-interactively-view-part, gnus-article-copy-part)
3047         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3048         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3049         (gnus-article-replace-part, gnus-article-delete-part)
3050         (gnus-article-view-part-as-type): Pass raw prefix argument to
3051         gnus-article-part-wrapper.
3052
3053 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-agent.el (gnus-agent-save-active): Bind
3056         nnheader-file-coding-system to gnus-agent-file-coding-system.
3057
3058         * gnus-cache.el (gnus-cache-save-buffers)
3059         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3060         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3061         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3062         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3063         (gnus-cache-generate-active, gnus-cache-rename-group)
3064         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3065         (gnus-cache-update-overview-total-fetched-for): Bind
3066         file-name-coding-system to nnmail-pathname-coding-system.
3067         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3068         variables.
3069         (gnus-cache-decoded-group-name): New function.
3070         (gnus-cache-file-name): Use it.
3071         (gnus-cache-generate-active): Use non-decoded group name for active.
3072
3073         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3074         right place.
3075         (gnus-write-active-file): Don't break non-ASCII group names.
3076
3077         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3078         nnmail-pathname-coding-system.
3079
3080         * lpath.el: Bind default-file-name-coding-system,
3081         file-name-coding-system and language-info-alist for XEmacs.
3082
3083         * gnus-uu.el (gnus-uu-decode-save): Typo.
3084
3085 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3088
3089 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3092         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3093         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3094         (gnus-agent-flush-group, gnus-agent-flush-cache)
3095         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3096         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3097         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3098         (gnus-agent-regenerate-group)
3099         (gnus-agent-update-files-total-fetched-for)
3100         (gnus-agent-update-view-total-fetched-for): Bind
3101         file-name-coding-system to nnmail-pathname-coding-system.
3102         (gnus-agent-group-pathname): Don't encode file names by
3103         nnmail-pathname-coding-system.
3104         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3105         coding-system-for-write instead of buffer-file-coding-system to
3106         gnus-agent-file-coding-system.
3107
3108         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3109         Decode group name.
3110
3111         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3112
3113         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3114         (gnus-read-newsrc-el-file): Make group names unibyte.
3115
3116         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3117         nnmail-pathname-coding-system.
3118
3119         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3120         (nnrss-request-delete-group): Bind file-name-coding-system to
3121         nnmail-pathname-coding-system.
3122         (nnrss-read-server-data, nnrss-read-group-data): Bind
3123         file-name-coding-system correctly.
3124         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3125
3126         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3127         (nntp-server-to-method-cache): New variable.
3128         (nntp-group-pathname): New function that decodes non-ASCII group names.
3129         (nntp-possibly-create-directory, nntp-marks-changed-p)
3130         (nntp-save-marks, nntp-open-marks): Use it.
3131         (nntp-possibly-create-directory, nntp-open-marks):
3132         Bind file-name-coding-system to nnmail-pathname-coding-system.
3133         (nntp-open-marks): Decode group names when bootstrapping marks.
3134
3135         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3136         Newsgroups and Folowup-To headers.
3137
3138 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3141         (gnus-server-closed-face, gnus-server-denied-face)
3142         (gnus-server-offline-face): Remove variable.
3143         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3144
3145         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3146         of modifying message-stack directly for XEmacs.
3147
3148         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3149         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3150         if the coding-system argument is nil for XEmacs.
3151
3152         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3153         mm-charset-override-alist.
3154
3155         * rfc2047.el: Don't require base64; require rfc2045 for the function
3156         rfc2045-encode-string.
3157         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3158         to quote the parameter value.
3159
3160 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3163         form in gnus-group-name-charset-method-alist.
3164
3165         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3166         overrides the default layout edit-form.
3167
3168         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3169
3170         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3171
3172 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3175         as unfetched articles.
3176
3177 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3178
3179         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3180
3181 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3184         original back end that keeps marks in the local system.
3185
3186 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3189         arg of pop-to-buffer for XEmacs.
3190         (gnus-article-read-summary-keys): Ditto; don't restore window
3191         configuration if summary command ends up with neither article buffer
3192         nor summary buffer; describe bindings if summary keys end with C-h.
3193
3194 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * message.el (message-fix-before-sending): Skip raw message part to be
3197         forwarded while checking illegible text.
3198         (message-forward-make-body-mime, message-forward-make-body): Mark
3199         signed or encrypted raw message as having no illegible text.
3200
3201 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3204         (gnus-message-with-timestamp-1): New macro.
3205         (gnus-message-with-timestamp): New function.
3206         (gnus-message): Use them.
3207
3208         * nnheader.el (nnheader-message): Use them.
3209
3210 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3211
3212         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3213         .newsrc.eld file.
3214
3215 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-agent.el (gnus-agent-fetch-headers)
3218         (gnus-agent-retrieve-headers): Bind
3219         gnus-decode-encoded-address-function to identity.
3220
3221         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3222         available also when the server returns simply a dot.
3223
3224         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3225
3226 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3229
3230 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-ems.el (gnus-x-splash): Make it work.
3233
3234         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3235         from being used.
3236
3237         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3238
3239 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3242         4th and the 5th arguments.
3243
3244         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3245         the front stickiness.
3246         (gnus-article-summary-command-nosave): Correct the order of the
3247         arguments passed to pop-to-buffer.
3248         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3249         summary command ends up with the article buffer.
3250
3251         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3252         the same faces.
3253
3254 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3255
3256         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3257
3258 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3259
3260         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3261         * gnus-sum.el (gnus-summary-highlight):
3262         * pgg.el (pgg-sign-region, pgg-sign):
3263         * mail-source.el (mail-source-delete-old-incoming-confirm):
3264         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3265
3266 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-art.el (gnus-mime-view-part-externally)
3269         (gnus-mime-view-part-internally): Fix predicate function passed to
3270         completing-read.
3271
3272         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3273
3274         * gnus.el (gnus-update-message-archive-method): Add :version.
3275
3276 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus.el (gnus-update-message-archive-method): New variable.
3279
3280         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3281         according to gnus-message-archive-method if
3282         gnus-update-message-archive-method is non-nil.
3283
3284 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3287         by Loic Dachary <loic@dachary.org>.
3288         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3289
3290 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * message.el (message-pop-to-buffer): Add switch-function argument.
3293         (message-mail): Pass switch-function argument to it.
3294
3295 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3298         Improve doc string.
3299
3300 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3303         (gnus-header-content)
3304         * gnus-cite.el (gnus-cite-10)
3305         * gnus-srvr.el (gnus-server-closed)
3306         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3307         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3308         (gnus-group-mail-3-empty, gnus-group-mail-low)
3309         (gnus-group-mail-low-empty, gnus-splash)
3310         * message.el (message-header-to, message-header-cc)
3311         (message-header-subject, message-header-other, message-header-name)
3312         (message-header-xheader, message-separator, message-cited-text)
3313         (message-mml): Lighten colors of faces used for dark background.
3314
3315 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3316
3317         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3318         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3319
3320 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * message.el (message-narrow-to-headers-or-head):
3323         Ignore mail-header-separator in the body.
3324
3325 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3328         same as window size.
3329
3330 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3331
3332         * message.el (message-font-lock-keywords): Use message-header-xheader
3333         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3334         ahead of the anything pattern, to get it recognised.
3335
3336 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3339         spam.el loads uses it in the compiled defadvice form.
3340
3341 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3342
3343         * gnus-sum.el (gnus-articles-to-read)
3344         (gnus-summary-insert-old-articles): Don't truncate group name for
3345         `read-string'.
3346
3347         * gnus-util.el (gnus-limit-string): Delete this function.
3348
3349         * gnus-sum.el (gnus-simplify-subject-fully): Use
3350         `truncate-string-to-width' instead.
3351
3352 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3353
3354         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3355         if, on summary exit, the next group has to be selected.
3356         (gnus-summary-exit): Use it.
3357
3358 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3361         non-break space.
3362
3363 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3366         Check if group is not a directory.
3367         (nnfolder-request-expire-articles): Don't delete articles if the target
3368         group is not available.
3369
3370         * nnml.el (nnml-request-create-group): Properly check if group is not a
3371         file.
3372         (nnml-request-expire-articles): Don't delete articles if the target
3373         group is not available.
3374
3375         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3376         Don't quote characters that are within parentheses.
3377
3378 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3381         (gnus-handle-ephemeral-exit): Select article according to it.
3382
3383 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * message.el (message-insert-formated-citation-line): Remove newline.
3386         (message-citation-line-format): Add final \n here so that the user can
3387         avoid a blank line.
3388
3389 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3390
3391         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3392         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3393         Update lanl/arXiv support.
3394
3395 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3396
3397         * gnus.el: Bump version number.
3398
3399 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus.el (gnus-version-number): Bump version.
3402
3403 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3404
3405         * gnus.el: No Gnus v0.6 is released.
3406
3407 2007-04-27  Didier Verna  <didier@xemacs.org>
3408
3409         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3410         * gmm-utils.el (gmm-regexp-concat): here.
3411         * message.el: Don't require 'gnus-util.
3412         (message-dont-reply-to-names): Handle name change above.
3413         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3414
3415 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3418         since the initial value varies according to the system.
3419
3420 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3423
3424 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3425
3426         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3427
3428 2007-04-24  Didier Verna  <didier@xemacs.org>
3429
3430         Improve the type of gnus-ignored-from-addresses.
3431         * gnus-util.el (gnus-orify-regexp): New function.
3432         * message.el (gnus-util): Require it.
3433         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3434         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3435         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3436
3437 2007-04-24  Didier Verna  <didier@xemacs.org>
3438
3439         * gnus-sum.el:
3440         * gnus-utils.el: Fix some trailing whitespaces.
3441
3442 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3445         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3446         article's Message-ID; refer parent article in summary buffer.
3447
3448         * message.el (message-bounce): Call mime-to-mml.
3449
3450         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3451         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3452         optimize and/or forms properly.
3453
3454 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3457         URL.
3458
3459 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3462
3463 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3466         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3467         displayed of multipart/alternative part if it is invoked from summary
3468         buffer.
3469
3470         * mm-view.el (mm-inline-text-html-render-with-w3m)
3471         (mm-inline-text-html-render-with-w3m-standalone)
3472         (mm-inline-render-with-function): Use mail-parse-charset by default.
3473
3474 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3475
3476         * parse-time.el (parse-time-string-chars): Check if CHAR
3477         is less than the length of parse-time-syntax.
3478
3479 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3482         from gnus-newsgroup-processable.
3483
3484 2007-04-16  Didier Verna  <didier@xemacs.org>
3485
3486         * gnus-msg.el (gnus-configure-posting-styles): Handle
3487         message-signature-directory properly with :file syntax.  Reported by
3488         "Leo".
3489
3490 2007-04-11  Didier Verna  <didier@xemacs.org>
3491
3492         New user option: message-signature-directory.
3493         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3494         * message.el (message-insert-signature): Ditto.
3495         * message.el (message-signature-file): Doc update.
3496         * message.el (message-signature-directory): New.
3497
3498 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-msg.el (gnus-inews-yank-articles): Use
3501         message-exchange-point-and-mark instead of exchange-point-and-mark.
3502
3503 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * message.el (message-yank-original): Make sure cited text ends with
3506         newline; don't exchange point and mark.
3507
3508 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3509
3510         * tls.el (open-tls-stream): Properly handle case where there
3511         is no associated buffer.
3512
3513 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3514
3515         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3516         message-yank-original, make sure (< mark TEXT point).
3517
3518 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * message.el (message-fill-column): New variable.
3521         (message-mode): Use it.  Add comment on a possible new hook.
3522
3523         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3524         (nnmail-get-new-mail): Reformat.
3525
3526         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3527
3528         * gmm-utils.el: Fix Commentary.
3529         (gmm-tool-bar-from-list): Fix typo in doc string.
3530
3531 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3532
3533         * message.el (message-yank-original): Don't switch point and mark
3534         unnecessarily to put point and mark as documented.
3535
3536 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3539         from the message heads.
3540
3541 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3542
3543         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3544         article buffer does not have a window.  This may not be the best
3545         solution but is certainly better than setting the start of the null,
3546         that is the current, window.
3547
3548 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3551         (gnus-draft-setup): Run it.
3552
3553         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3554         gnus-score-fast-scoring.  Allow regexp.
3555         (gnus-score-headers): Use it.
3556
3557         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3558         XEmacs.
3559
3560         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3561         string.
3562         (gnus-button-alist): Also catch `<f1> k ...'.
3563         (gnus-treat-display-x-face): Fix doc string.
3564
3565 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3566
3567         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3568         evaluation of gnus-extended-version to ensure correct generation of the
3569         User-Agent header when message-generate-headers-first is used.
3570
3571 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3572
3573         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3574         hashcash-path is nil.  Don't call callback with incorrect number of
3575         parameters if val is 0.
3576
3577 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3578
3579         * message.el (message-required-news-headers):
3580         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3581
3582 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3583
3584         * tls.el (open-tls-stream): In handshake-waiting loop,
3585         don't wait more if there is output available to process.
3586
3587 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3588
3589         * tls.el (tls-program): Doc fix.
3590
3591 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * message.el (message-generate-new-buffers): Change the meaning of the
3594         nil value; add `standard' to the choices; treat t as `unique'; improve
3595         doc string.
3596         (gnus-select-frame-set-input-focus): Autoload.
3597         (message-buffer-name): Search for the existing message buffer if
3598         message-generate-new-buffers is nil or `standard'; treat the value t of
3599         message-generate-new-buffers as `unique'.
3600         (message-pop-to-buffer): Raise the frame already displaying the message
3601         buffer; clear the echo area after querying.
3602         (message-setup): Pass the `continue' argument to compose-mail.
3603         (message-mail): Prefer `switch-function' if it is given; search for the
3604         existing message buffer if the `continue' argument is non-nil; pass
3605         continue and switch-function arguments to compose-mail by way of
3606         message-setup.
3607         (message-mail-other-window): Adjust argument of message-setup.
3608         (message-mail-other-frame): Ditto.
3609
3610 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3613         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3614         to turn font-lock on when turning gnus-message-citation-mode on.
3615
3616 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3617
3618         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3619         (mml-smime-function-alist): New variable; add epg as the backend.
3620         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3621         mml-smime- functions instead.
3622         * mm-view.el: Require smime.
3623
3624 2007-03-05  Didier Verna  <didier@xemacs.org>
3625
3626         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3627         instead of just inheritance for posting styles.
3628         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3629
3630 2007-02-24  Chris Moore  <dooglus@gmail.com>
3631
3632         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3633         * pgg-pgp.el (pgg-pgp-encrypt-region):
3634         * pgg-gpg.el (pgg-gpg-encrypt-region):
3635         Check pgg-encrypt-for-me if no other recipients.
3636
3637 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3638
3639         * tls.el (tls-certtool-program): Fix custom type.
3640
3641 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3644         and point-at-eol instead of line-(beginning|end)-position.
3645
3646         * assistant.el (assistant-parse-buffer): Ditto.
3647
3648         * netrc.el (netrc-parse-services): Ditto.
3649
3650 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3651
3652         * mml2015.el (mml2015-epg-find-usable-key): New function.
3653         (mml2015-epg-sign): Use it.
3654         (mml2015-epg-encrypt): Use it.
3655
3656 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * message.el (message-make-in-reply-to): Quote name containing
3659         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3660         if there are special characters.  Reported by NAKAJI Hiroyuki
3661         <nakaji@jp.freebsd.org>.
3662
3663 2007-02-27  Didier Verna  <didier@xemacs.org>
3664
3665         Include the group parameters as well as the topic ones in the
3666         inheritance filter process.
3667         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3668         argument GROUP-PARAMS-LIST.
3669         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3670
3671 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * nntp.el (nntp-never-echoes-commands)
3674         (nntp-open-connection-functions-never-echo-commands): New variables.
3675         (nntp-send-command): Use them.
3676
3677 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3678
3679         * mml2015.el (mml2015-epg-verify): Simplified.
3680
3681 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * mml.el (mml-content-disposition-alist): New user option.
3684         (mml-content-disposition): New function.
3685         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3686         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3687
3688 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3689
3690         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3691         verification.
3692
3693 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3694
3695         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3696         articles posted in the last 24 hours.
3697
3698 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3699
3700         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3701
3702 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3703
3704         * nntp.el (nntp-send-command): Don't wait for echoes when
3705         nntp-open-ssl-stream is used.
3706
3707 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3710         (gnus-message-add-citation-keywords)
3711         (gnus-message-remove-citation-keywords): Remove.
3712         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3713         directly, make the variables in font-lock-defaults buffer-local, add
3714         gnus-message-citation-keywords to them and then update the value of
3715         font-lock-keywords.
3716
3717 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * message.el (message-cite-original-1): Don't call
3720         gnus-article-highlight-citation.
3721
3722         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3723         citations; fix line count.
3724
3725 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3728         (gnus-message-add-citation-keywords)
3729         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3730         versions of font-lock-add-keywords and font-lock-remove-keywords to
3731         work with XEmacs correctly.
3732
3733 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-cite.el (gnus-cite-face-list): Set the values of
3736         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3737         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3738         (gnus-message-cite-prefix-regexp): New variable.
3739         (gnus-message-search-citation-line): Use it; protect against long
3740         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3741         the 0th match data for Emacs.
3742         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3743         (gnus-message-add-citation-keywords): Append keywords rather than
3744         prepending; emulate font-lock-add-keywords if it is not available.
3745         (gnus-message-remove-citation-keywords): Emulate
3746         font-lock-remove-keywords if it is not available.
3747
3748         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3749
3750         * message.el (message-cite-prefix-regexp): Set the value of
3751         gnus-message-cite-prefix-regexp.
3752
3753 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3754
3755         * nnweb.el (nnweb-google-parse-1): Update parser.
3756
3757 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3758
3759         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3760
3761 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3762
3763         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3764         regexp.
3765
3766 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3769         string-to-multibyte.
3770         (uudecode-decode-region-internal): Use it.
3771
3772         * lpath.el: Fbind string-as-multibyte for XEmacs.
3773
3774 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3775
3776         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3777         custom choice.
3778
3779         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3780
3781 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3782
3783         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3784
3785         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3786         `write-region' to respect `mm-inhibit-file-name-handlers'.
3787
3788 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3791         Use gnus-home-directory instead of "~/" or "$HOME".
3792
3793 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3796         to mention filename.
3797         Add comments at beginning regarding usage.
3798         (encrypt-write-file-contents): Change interactive so a string is
3799         acceptable.  If the file has no associated model, show an error instead
3800         of a nonsense prompt.
3801
3802 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3803
3804         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3805         Thanks to Yoshihiko Yamada for kind notification of this typo.
3806
3807 2007-01-12  Kenichi Handa  <handa@m17n.org>
3808
3809         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3810         multibyte buffer.
3811
3812 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * gnus-score.el (gnus-score-fast-scoring): New variable.
3815         (gnus-score-headers): Use it.
3816
3817         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3818
3819         * message.el (message-cite-original-1): Call
3820         gnus-article-highlight-citation if requested.
3821         (message-make-from): Allow name and address as optional arguments.
3822
3823         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3824
3825         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3826         bugs to doc string.
3827         (gnus-button-alist): Add mid\\|message-id.
3828         (gnus-button-fetch-group): Extend for use in
3829         `browse-url-browser-function'.
3830         (gnus-button-url-regexp): Try to catch paired parentheses like in
3831         Wikipedia URLs.
3832
3833         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3834         Suggested by Simon Krahnke <overlord@gmx.li>.
3835
3836 2007-01-13  Romain Francoise  <romain@orebokech.com>
3837
3838         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3839         Update copyright.
3840
3841 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3842
3843         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3844
3845 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3846
3847         * gnus-registry.el (gnus-registry-unfollowed-groups)
3848         (gnus-registry-split-fancy-with-parent): Fix documentation.
3849
3850 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3853         from nnweb groups.
3854
3855 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3858         Xref urls.  Erase buffer before requesting head.
3859
3860 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3861
3862         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3863         customizable.
3864
3865 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3866
3867         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3868         no signing key is found.
3869         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3870         no encrypting and/or signing key is found.
3871
3872 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3875
3876 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3877
3878         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3879         headers read from disk with the ones newly found in the current search.
3880         This should no longer cause problems, because the article numbers in
3881         Gmane's `nov.php' output are ignored since the previous change.
3882
3883 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3884
3885         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3886
3887 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3890         replace-regexp-in-string; bind url-version; fbind display-images-p and
3891         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3892         find-face and set-itimer-function for Emacs; bind itimer-list for
3893         Emacs.
3894
3895         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3896
3897 2007-01-01  Romain Francoise  <romain@orebokech.com>
3898
3899         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3900
3901 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3902
3903         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3904         `define-minor-mode' macro definition expanded properly.
3905         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3906         exclude it there.
3907
3908         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3909         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3910         `fboundp' test.
3911         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3912         This is OK to autoload in (S)XEmacs now.
3913
3914 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3917         keystroke.
3918         (gnus-summary-limit-to-singletons): Fix typo.
3919
3920         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3921         else fails.
3922
3923 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3924
3925         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3926         docstring.
3927
3928         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3929         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3930         (gnus-summary-insert-dormant-articles): Fix typo in message.
3931
3932 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3933
3934         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3935         nil for XEmacs.
3936         (gnus-message-citation-mode): Don't autoload in XEmacs.
3937
3938         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3939
3940 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3941
3942         * nnimap.el (nnimap-expunge-search-string): Mention
3943         nnimap-search-uids-not-since-is-evil in docstring.
3944
3945 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * spam.el: Revert to make-obsolete-variable because
3948         define-obsolete-variable-alias is not supported in Emacs 21.
3949
3950         * spam.el (spam-ifile-path, spam-ifile-database-path)
3951         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3952         make-obsolete-variable.
3953         (spam-bsfilter-path, spam-bsfilter-program)
3954         (spam-spamassassin-path, spam-spamassassin-program)
3955         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3956         use "path" inappropriately.
3957         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3958         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3959         variable names.
3960
3961 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3962
3963         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3964         summary buffer.
3965
3966         * password.el (password-cache-remove): Use clear-string to burn
3967         password, if available.
3968
3969 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3972
3973         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3974
3975         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3976         (gnus-message-highlight-citation): Move defcustom here from
3977         gnus-cite.el.
3978         (gnus-message-citation-mode): Autoload.
3979
3980         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3981         checks to make it compile with XEmacs.
3982         (gnus-message-citation-mode): New minor mode.
3983         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3984         (gnus-message-highlight-citation): New variables.
3985         (gnus-message-search-citation-line)
3986         (gnus-message-add-citation-keywords)
3987         (gnus-message-remove-citation-keywords)
3988         (turn-on-gnus-message-citation-mode)
3989         (turn-off-gnus-message-citation-mode): New functions.
3990
3991 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3992
3993         * gnus-cite.el: Enable highlighting of different citation levels in
3994         message-mode.
3995
3996 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * message.el (message-make-fqdn): Fix comment.
3999         (message-bogus-system-names): Add ".local".
4000
4001         * spam.el (spam-ifile-path, spam-ifile-program)
4002         (spam-ifile-database-path, spam-ifile-database)
4003         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4004         Don't use "path" inappropriately.
4005         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4006         strings.
4007         (spam-check-ifile, spam-ifile-register-with-ifile)
4008         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4009         new variable names.
4010
4011         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4012         (gnus-treat-display-smileys): Simplify using
4013         gnus-image-type-available-p.
4014
4015         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4016         available.
4017
4018         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4019         `display-images-p' if available.
4020
4021 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4024         one after turning on the buffer's multibyteness instead of decoding
4025         them directly in the unibyte buffer that causes unexpected conversion
4026         in Emacs 23 (unicode).
4027
4028 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4029
4030         * message.el (message-generate-hashcash): Fix custom type.
4031
4032 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4035
4036 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4039         disconnect icons.  Add help text.
4040
4041 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4044         negated to be consistent with the others we handle.
4045
4046 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4049         version of gnus-summary-buffer to something, so that we can use two
4050         article buffers at the same time.
4051
4052 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4053
4054         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4055         trigger all the extra headers.
4056         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4057         sorting.
4058
4059 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4060
4061         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4062         solid groups.
4063
4064 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4065
4066         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4067
4068 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4069
4070         * legacy-gnus-agent.el: Add Copyright notice.
4071
4072 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4073
4074         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4075
4076 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4079
4080         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4081         to make it work reliably in CVS Emacs.
4082         (gnus-summary-limit-strange-charsets-predicate)
4083         (gnus-summary-limit-to-predicate): New functions.
4084
4085 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4086
4087         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4088         specifying array size.
4089         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4090         array if it is too small.
4091         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4092         (gnus-sort-threads-loop): New function.
4093
4094 2006-12-06  Chris Moore  <dooglus@gmail.com>
4095
4096         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4097         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4098
4099 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4100
4101         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4102         options.
4103
4104 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4107         DOS-ing the recipient.
4108
4109         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4110         the headers when creating the mapping to avoid mismappings.
4111         (nnweb-gmane-create-mapping): Always nix out old mapping.
4112
4113 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4116         and mm-verify-option to never.
4117
4118 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * message.el (message-signed-or-encrypted-p): New function.
4121         (message-forward-make-body): Use it.
4122
4123         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4124         Replace encode-coding-string with mm-encode-coding-string.
4125
4126 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * nneething.el (nneething-decode-file-name): Replace
4129         decode-coding-string with mm-decode-coding-string.
4130
4131         * gnus-int.el (gnus-open-server): Say failed server's name.
4132
4133 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4134
4135         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4136         strings to a single string.  Quote `errors-file-name'.
4137         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4138         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4139         Adjust calls.  Use `shell-quote-argument'.
4140
4141 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4142
4143         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4144         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4145
4146         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4147         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4148         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4149         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4150         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4151         (gnus-subscribe-newsgroup, gnus-1):
4152         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4153         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4154         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4155         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4156
4157 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4160         keystroke.
4161         (gnus-summary-limit-to-bodies): Implement headersp.
4162
4163 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4166
4167 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4170
4171 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * message.el (message-generate-hashcash): Expand range of values to
4174         include `opportunistic'.
4175         (message-send-mail): Use it.
4176
4177 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4178
4179         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4180         and comment it.
4181
4182         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4183
4184 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-util.el (gnus-extract-address-components): Improve comment.
4187
4188 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-util.el (gnus-extract-address-components): Work with address in
4191         which the name portion contains @.
4192
4193         * lpath.el: Fbind custom-autoload.
4194
4195 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * gnus.el (gnus-start): Move custom group up.
4198         (gnus-select-method): Don't autoload, but make it available for
4199         `customize-variable'.
4200         (gnus-getenv-nntpserver): Don't autoload.
4201
4202 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4205
4206 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * message.el (message-sendmail-extra-arguments): New variable.
4209         (message-send-mail-with-sendmail): Use it.
4210
4211 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4214         mm-with-unibyte-current-buffer to make string unibyte.
4215
4216         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4217         mm-string-as-multibyte.
4218
4219 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4220
4221         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4222         Reported by Werner Koch <wk@gnupg.org>.
4223
4224 2006-11-14  Daiki Ueno  <ueno@p360>
4225
4226         * mml2015.el: Autoload epa-select-keys when compiling.
4227
4228 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4229
4230         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4231         message-options.
4232         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4233
4234 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4235
4236         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4237         EasyPG (< 0.0.6).
4238         (mml2015-always-trust): New user option.
4239         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4240         prompt.
4241
4242 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * nntp.el (nntp-authinfo-force): New variable.
4245         (nntp-send-authinfo): Use it.
4246
4247 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4250         decode encoded words.  Improve prompt.  Add comment about forwarding.
4251         (message-replacement-char): Move up.
4252
4253 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4254
4255         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4256         instead of gnus-intersection because arguments of gnus-sorted-nunion
4257         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4258
4259 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4262         (message-simplify-subject-functions): Enable
4263         message-strip-subject-encoded-words by default.
4264
4265 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * message.el (message-strip-subject-encoded-words): New function
4268         (message-simplify-subject-functions): New variable.
4269         (message-simplify-subject): Use it.  Fix typo in doc string.
4270         Support message-strip-subject-encoded-words.
4271
4272 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4273
4274         * gnus-diary.el (gnus-diary-delay-format-function):
4275         * nndiary.el (nndiary-reminders):
4276         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4277
4278 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4279
4280         * gnus-art.el (article-hide-boring-headers): Fetch date from
4281         gnus-original-article-buffer to avoid problems with localized date
4282         strings.
4283
4284 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4287
4288 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4291         New variables.
4292         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4293         (mm-charset-synonym-alist): Move some entries to
4294         mm-codepage-iso-8859-list.
4295         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4296         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4297
4298 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4301
4302 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4305         with Emacs 21 and XEmacs.
4306
4307 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         * spam.el (spam-parse-address): New function for better parsing,
4310         catching errors, etc.
4311         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4312
4313 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * mm-view.el: Add interactive arg to html2text autoload.
4316
4317 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4320
4321 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4324         variables.
4325         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4326         (mm-charset-synonym-alist): Move some entries to
4327         mm-codepage-iso-8859-list.
4328
4329         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4330
4331 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * message.el (message-citation-line-format)
4334         (message-insert-formated-citation-line): Fix implementation of %E, %N
4335         and %n according to the doc string.
4336
4337 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4340         car-safe to avoid bad parses.
4341
4342 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4345         names.
4346
4347         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4348
4349 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4352         header.
4353
4354         * message.el (message-draft-headers): Add Date.
4355         (message-headers-to-generate): Fix typo in docstring.
4356
4357         * nndraft.el (nndraft-required-headers): New variable.
4358         (nndraft-generate-headers): Use it.
4359
4360         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4361
4362 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * gnus-registry.el (gnus-registry-wash-for-keywords)
4365         (gnus-registry-find-keywords): New functions to allow easy searching of
4366         articles that are in the registry.
4367
4368 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4371         ietf-drums-parse-address instead of gnus-extract-address-components.
4372         Reported by Damien Elmes <damien@repose.cx>.
4373
4374 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * gnus.el (gnus-mime): Remove unused custom group.
4377
4378 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4379
4380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4381         "blank line" when searching for end of armor headers.
4382
4383 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * gmm-utils.el (gmm-write-region): Fix variable name.
4386
4387 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * gmm-utils.el (gmm-write-region): New function based on compatibility
4390         code from `mm-make-temp-file'.
4391
4392         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4393
4394         * nnmaildir.el (nnmaildir--update-nov)
4395         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4396         Use `gmm-write-region'.
4397
4398 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4401         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4402
4403         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4404
4405         * message.el (message-replacement-char): New variable.
4406         (message-fix-before-sending): Use it.
4407         (message-simplify-subject): New function to remove duplicate code.
4408         (message-reply, message-followup): Use it.
4409
4410         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4411         gnus-summary-limit-to-articles.
4412
4413 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-util.el (gnus-with-local-quit): New macro.
4416
4417         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4418
4419 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4420
4421         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4422         ignore non-string data.
4423
4424 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4427         non-string data (needs to be done in the registry too).
4428
4429 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4432         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4433         (gnus-registry-split-fancy-with-parent)
4434         (gnus-registry-fetch-simplified-message-subject-fast)
4435         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4436         Remove text properties on ingress into the registry and when it's saved.
4437         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4438         registry from entries with no groups.
4439
4440 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4443         function to remove string properties.
4444
4445 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * gmm-utils.el (gmm): Adjust custom version.
4448
4449         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4450         custom version.
4451
4452         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4453
4454 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * gnus-art.el (gnus-insert-prev-page-button)
4457         (gnus-insert-next-page-button): Simplify.  Reformat.
4458
4459 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4460
4461         * gnus-art.el (gnus-insert-prev-page-button)
4462         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4463
4464 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4465
4466         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4467
4468 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4469
4470         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4471         gnus-article-button-face to MIME and security buttons.
4472
4473 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4476         readable.
4477
4478 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4481
4482 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4483
4484         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4485         `browse-url-of-file' instead of `browse-url'.
4486
4487 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4488
4489         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4490         regexp.  Articles containing quotation were cut prematurely.
4491
4492 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * message.el (message-cite-original-1): Use nobody by default for the
4495         value of From header.
4496         (message-reply): Ditto.
4497
4498 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4499
4500         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4501         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4502         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4503
4504 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4507         mails in the doc string.  Add some URLs in comment.
4508         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4509
4510 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4513         backslashes handling and the way to find boundaries of quoted strings.
4514
4515 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4516
4517         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4518         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4519         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4520         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4521
4522 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4525         doc string.
4526         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4527
4528 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * lpath.el: Fbind epg-check-configuration.
4531
4532 2006-09-06  Simon Josefsson  <jas@extundo.com>
4533
4534         * mml2015.el (mml2015-use): Doc fix, mention epg.
4535
4536 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4537
4538         * mml2015.el (mml2015-use): Default to epg, if available.
4539
4540 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4541
4542         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4543         message-sender.
4544         (mml1991-epg-encrypt): Ditto.
4545         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4546         message-sender.
4547         (mml2015-epg-encrypt): Ditto.
4548
4549 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4550
4551         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4552         several common directories.
4553
4554 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4555
4556         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4557         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4558
4559 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (article-decode-encoded-words): Make it fast.
4562
4563 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4566
4567         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4568         in quoted string into `\'.
4569
4570 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4573         Use standard-syntax-table.
4574
4575 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-art.el (gnus-decode-address-function): New variable.
4578         (article-decode-encoded-words): Use it to decode headers which are
4579         assumed to contain addresses.
4580         (gnus-mime-delete-part): Remove useless `or'.
4581
4582         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4583         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4584         (gnus-nov-parse-line): Use it to decode From header.
4585         (gnus-get-newsgroup-headers): Ditto.
4586         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4587
4588         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4589         (mail-decode-encoded-address-string): New alias.
4590
4591         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4592         New function.
4593         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4594         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4595         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4596         (rfc2047-decode-string): Ditto.
4597         (rfc2047-decode-address-region): New function.
4598         (rfc2047-decode-address-string): New function.
4599
4600 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * message.el (message-caesar-buffer-body): Allow rotating headers.
4603
4604         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4605
4606         * message.el (message-insert-formated-citation-line): Fix %f.
4607         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4608
4609 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4612         (gnus-bookmark-mouse-available-p): New macro.
4613         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4614         (gnus-bookmark-bmenu-show-infos): Use it.
4615         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4616         (gnus-bookmark-bmenu-hide-infos): Ditto.
4617         (gnus-bookmark-remove-properties): New function.
4618         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4619         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4620         (gnus-bookmark-write-file): Bind coding-system-for-write.
4621         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4622         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4623         group before selecting it.
4624         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4625         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4626         quit-window if it is not available; use gnus-mouse-2 and bind it to
4627         gnus-bookmark-bmenu-select-by-mouse.
4628         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4629         (gnus-bookmark-bmenu-select-by-mouse): New function.
4630
4631 2006-08-13  Romain Francoise  <romain@orebokech.com>
4632
4633         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4634         space.
4635
4636 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * compface.el (uncompface): Use binary rather than raw-text-unix.
4639
4640 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * compface.el (uncompface): Make sure the eol conversion doesn't take
4643         place when communicating with the external programs.  Reported by
4644         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4645
4646 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4649
4650 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4651
4652         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4653         Make it more robust by parsing author and date independently.
4654
4655 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4658
4659 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4660
4661         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4662         first matching secret key.
4663         (mml2015-epg-encrypt): Ditto.
4664
4665         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4666         first matching secret key.
4667         (mml1991-epg-encrypt): Ditto.
4668
4669         * mml2015.el (mml2015-encrypt-to-self): New user option.
4670         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4671         mml2015-epg-encrypt-to-self is set.
4672
4673         * mml1991.el (mml1991-encrypt-to-self): New variable.
4674         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4675         mml1991-epg-encrypt-to-self is set.
4676
4677         * mml2015.el (mml2015-signers): New user option.
4678         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4679         (mml2015-epg-encrypt): Allow to select signing keys.
4680
4681         * mml1991.el (mml1991-signers): New variable.
4682         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4683         (mml1991-epg-encrypt): Allow to select signing keys.
4684
4685 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * nnheader.el (nnheader-insert-head): Make it work even if the file
4688         uses CRLF for the line-break code.
4689
4690 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4691
4692         * mml2015.el: Require mml-sec instead of password.
4693         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4694         (mml2015-cache-passphrase): Inherit the default value from
4695         mml-secure-cache-passphrase.
4696         (mml2015-passphrase-cache-expiry): Inherit the default value from
4697         mml-secure-passphrase-cache-expiry.
4698
4699         * mml1991.el: Require mml-sec instead of password.
4700         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4701         (mml1991-cache-passphrase): Inherit the default value from
4702         mml-secure-cache-passphrase.
4703         (mml1991-passphrase-cache-expiry): Inherit the default value from
4704         mml-secure-passphrase-cache-expiry.
4705
4706         * mml-sec.el: Require password.
4707         (mml-secure-verbose): New user option.
4708         (mml-secure-cache-passphrase): New user option.
4709         (mml-secure-passphrase-cache-expiry): New user option.
4710
4711 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4712
4713         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4714         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4715         andreas@altroot.de (Andreas Vögele).
4716
4717         FIXME: Use `tiny change'?
4718
4719 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4720
4721         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4722         workaround for the url package included with Emacs.
4723
4724         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4725
4726 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4729         correctly.  This fixes a bug caused by the 2006-05-12 change.
4730
4731 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4732
4733         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4734         some information about the error when saying that the `bogus' mail
4735         group will be used.
4736
4737 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4740         string.
4741
4742 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4743
4744         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4745
4746 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4747
4748         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4749
4750 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4751
4752         * mml1991.el (mml1991-function-alist): Add epg.
4753         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4754         (mml1991-epg-encrypt): New functions.
4755
4756 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4757
4758         * mml2015.el (mml2015-verbose): New variable.
4759         (mml2015-cache-passphrase): Ditto.
4760         (mml2015-passphrase-cache-expiry): Ditto.
4761         (mml2015-function-alist): Add epg.
4762         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4763         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4764         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4765         functions.
4766
4767 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4768
4769         * message.el (message-cite-original-1): Preserve region when removing
4770         quoted text due to X-No-Archive in order to avoid bogus attribution
4771         when citing multiple messages.
4772
4773 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4774
4775         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4776         Kenneth Jacker <khj@be.cs.appstate.edu>.
4777
4778 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-diary.el (gnus-user-format-function-d)
4781         (gnus-user-format-function-D): Autoload.
4782
4783         * imap.el (Commentary): Fix typo.
4784
4785         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4786         2006-04-22 contribution.
4787
4788 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4789
4790         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4791         It didn't really fix the bogosity I'm seeing with solid web groups.
4792
4793 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4794
4795         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4796         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4797         created using server names.  If we use the feature without declaring
4798         it, Gnus does not properly manage server and group state.
4799
4800         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4801         bound.
4802
4803 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4804
4805         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4806         looking up the method using GROUP's prefix before inventing a new one.
4807         It is used on killed/unknown groups in various places where returning
4808         an all-new method isn't expected by the caller.
4809
4810         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4811         and match semantics of gnus-group-real-prefix.
4812
4813 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * nnmail.el (nnmail-broken-references-mailers): New variable.
4816         (nnmail-ignore-broken-references): New function generalizing
4817         nnmail-fix-eudora-headers.
4818         (nnmail-fix-eudora-headers): Now obsolete.
4819
4820         * gnus-art.el (gnus-button-handle-custom): Support
4821         `customize-apropos*'.
4822
4823 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4826
4827         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4828         articles.
4829
4830 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4831
4832         * message.el (message-cite-reply-above): New variable.
4833         (message-yank-original): Use it.
4834
4835 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4838
4839 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4842         as read.
4843
4844         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4845
4846 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4849         (gnus-bookmark-default-file): Use gnus-directory.
4850         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4851         Remove "*" in doc string.
4852         (gnus-bookmark-write-file): Simplify.
4853         (gnus-bookmark-maybe-sort-alist): Use `when'.
4854         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4855         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4856         FIXME about Emacs 21 and XEmacs compatibility.
4857         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4858         compatibility.
4859         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4860         compatibility.
4861         (gnus-bookmark-menu-heading): Fix version.
4862
4863 2006-06-19  Bastien Guerry  <bzg@altern.org>
4864
4865         * gnus-bookmark.el: New file.
4866
4867 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * message.el (message-syntax-checks): Doc fix.
4870
4871 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4872
4873         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4874         unsubscribed groups as if they were killed ones.  It causes duplicate
4875         entries in gnus-newsrc-alist.
4876
4877 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * message.el (message-syntax-checks): Doc fix.
4880         (message-send-mail): Add check for continuation headers.
4881         (message-check-news-header-syntax): Fix regexp used to check for
4882         continuation headers.
4883
4884 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4887
4888 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4889
4890         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4891
4892 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4895         default-truncate-lines.
4896
4897 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4900         to fill the utf-8 entry.
4901
4902         * lpath.el: Fbind unicode-precedence-list.
4903
4904 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4905
4906         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4907
4908 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4909
4910         * gnus-agent.el (directory-files-and-attributes): Move all the way
4911         forward (the third and final move).
4912         (gnus-agent-read-agentview): Trap reconstruction errors due to
4913         nonexistant directory.  Handle by returning nil.
4914
4915 2006-05-30  Didier Verna  <didier@xemacs.org>
4916
4917         * message.el (message-dont-reply-to-names): Update the custom type.
4918         * message.el (message-dont-reply-to-names): New defsubst: potentially
4919         convert a list of regexps into a single one.
4920         * message.el (message-get-reply-headers): Use it.
4921         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4922
4923 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-agent.el (directory-files-and-attributes): Move forward.
4926
4927 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * gnus-ml.el (gnus-mailing-list-subscribe)
4930         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4931         (gnus-mailing-list-message): Fix doc strings.
4932
4933 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4934
4935         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4936         of doing it manually.
4937
4938 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4941         comment.
4942
4943 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4944
4945         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4946         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4947         (gnus-agent-read-local): All symbols allocated in my-obarray
4948         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4949         (gnus-agent-regenerate-group): Check numeric names to see if they are
4950         messages or groups.
4951         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4952         better way of do this...)
4953
4954         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4955         'dummy.group' (there should be a better way of do this...)
4956
4957 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4960         (gnus-saved-headers): Ditto.
4961         (gnus-default-article-saver): Mention functions may have properties.
4962         (gnus-article-save): Override gnus-save-all-headers and
4963         gnus-saved-headers by :headers property which saver function may have.
4964         (gnus-summary-save-in-file): Add :headers property.
4965         (gnus-summary-write-to-file): Ditto.
4966
4967         * gnus-sum.el (gnus-summary-save-article): Bind
4968         gnus-prompt-before-saving to t when saving many articles in a file;
4969         always show all headers.
4970
4971         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4972
4973 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4976         marks.
4977
4978         * message.el (message-indent-citation): Add optional arguments to allow
4979         using it outside of message buffers.
4980
4981         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4982         (gnus-article-treat-unfold-headers): Use it.
4983         (gnus-article-truncate-lines): New variable.
4984         (gnus-article-mode): Use it.
4985         (gnus-article-toggle-truncate-lines): New function.
4986
4987         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4988         gnus-article-toggle-truncate-lines.
4989
4990         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4991         coding system in XEmacs, use binary.
4992
4993 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4996         after-load-alist.
4997
4998         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4999         this function should save decoded articles.
5000         (gnus-summary-write-to-file): Use property to specify this function
5001         should save decoded articles and specify gnus-summary-save-in-file
5002         should be used to save articles other than the first one when saving
5003         many articles.
5004         (gnus-summary-save-body-in-file): Use property to specify this
5005         function should save decoded articles.
5006         (gnus-summary-write-body-to-file): Use property to specify this
5007         function should save decoded articles and specify
5008         gnus-summary-save-body-in-file should be used to save articles other
5009         than the first one when saving many articles.
5010
5011         * gnus-sum.el (gnus-summary-save-article): Simplify.
5012
5013 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-art.el (gnus-default-article-saver): Add
5016         gnus-summary-write-body-to-file.
5017         (gnus-article-save-coding-system): Don't use coding system object
5018         in XEmacs.
5019         (gnus-read-save-file-name): Add optional `dir-var' argument which
5020         specifies directory in which files are saved; work even if optional
5021         `variable' argument is not specified.
5022         (gnus-summary-write-to-file): Read file name.
5023         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5024         (gnus-summary-write-body-to-file): New function.
5025
5026         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5027         (gnus-summary-local-variables): Add it.
5028         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5029         (gnus-summary-save-article): Remove optional `decode' argument;
5030         determine whether to decode articles by the value of
5031         gnus-default-article-saver; when saving many files using
5032         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5033         it first and use gnus-summary-save-in-file or
5034         gnus-summary-save-body-in-file thereafter unless
5035         gnus-prompt-before-saving is always; move point to article which
5036         will be saved.
5037         (gnus-summary-save-article-file): Revert.
5038         (gnus-summary-write-article-file): Revert.
5039         (gnus-summary-save-article-body-file): Revert.
5040         (gnus-summary-write-article-body-file): New function.
5041
5042 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-art.el (gnus-default-article-saver): Doc fix.
5045         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5046         from gnus-summary-save-article-coding-system, and default to a
5047         certain coding system.
5048         (gnus-output-to-file): Add coding cookie and encode text according
5049         to gnus-article-save-coding-system; don't use mm-append-to-file.
5050
5051         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5052         gnus-art.el and rename to gnus-article-save-coding-system.
5053         (gnus-summary-save-article): Require gnus-art; don't show all
5054         headers if it decodes articles; don't add coding cookie here;
5055         don't bind mm-text-coding-system-for-write.
5056         (gnus-summary-save-article-file): Save decoded articles.
5057         (gnus-summary-write-article-file): When saving many files, use
5058         gnus-summary-write-to-file first and gnus-summary-save-in-file
5059         thereafter unless gnus-prompt-before-saving is always.
5060         (gnus-summary-save-article-body-file): Save decoded articles.
5061
5062         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5063
5064 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * nnrss.el (nnrss-check-group): Bind hash-index.
5067
5068 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5069
5070         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5071         its hash index.  Store this hash in `nnrss-group-data'.
5072         (nnrss-read-group-data): Update accordingly.
5073
5074 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5077         entry.
5078
5079         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5080         gnus-article-browse-html-article.
5081
5082 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5083
5084         * gnus-sum.el (gnus-summary-mime-map): Add
5085         gnus-article-browse-html-article.
5086
5087         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5088
5089 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5092         suitable coding systems in customize.
5093
5094 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * mail-source.el (mail-sources): Fix custom type.
5097
5098 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5101         (gnus-summary-expire-articles-now): Shorten prompt.
5102
5103         * gmm-utils.el (wid-edit): Require.
5104         (defun-gmm): Renamed from `gmm-defun-compat'.
5105         (gmm-image-search-load-path): Use it.
5106         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5107
5108 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5111         variable.
5112         (gnus-summary-save-article): Add optional `decode' argument.  If
5113         it is set and gnus-summary-save-article-coding-system is non-nil,
5114         save decoded article.
5115         (gnus-summary-write-article-file): Save decoded article if
5116         gnus-summary-save-article-coding-system is non-nil.
5117
5118         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5119         type.
5120
5121 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5124
5125 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5128         first to test gnus-single-article-buffer which may be buffer-local.
5129
5130         * gnus-sum.el (gnus-summary-setup-buffer): Make
5131         gnus-single-article-buffer buffer-local and nil in ephemeral
5132         group; make gnus-article-buffer, gnus-article-current, and
5133         gnus-original-article-buffer always buffer-local.
5134         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5135         group.
5136         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5137
5138 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * nnml.el (nnml-request-compact-group): Compressed files might not
5141         have .gz extension.
5142
5143 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5146         (mm-copy-to-buffer): Use with-current-buffer.
5147         (mm-display-part): Simplify.
5148         (mm-inlinable-p): Add optional arg `type'.
5149
5150 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5151
5152         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5153         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5154         Try harder to show the attachment internally or externally using
5155         gnus-mime-view-part-as-type.
5156
5157 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * message.el (message-from-style, message-signature-separator)
5160         (message-user-organization-file, message-send-mail-function)
5161         (message-citation-line-function, message-yank-prefix)
5162         (message-indent-citation-function, message-signature)
5163         (message-signature-file, message-signature-insert-empty-line):
5164         Remove autoloads.
5165
5166         * gnus-art.el (gnus-buttonized-mime-types): Remove
5167         "multipart/signed".  Revert 2006-04-26 change.
5168
5169 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus.el (gnus-version-number): Bump version.
5172
5173 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5174
5175         * gnus.el: No Gnus v0.5 is released.
5176
5177 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5178
5179         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5180         fetching articles by message-id.
5181
5182 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * message.el (hashcash): Require hashcash as normal.
5185
5186         * ecomplete.el (ecomplete-highlight-match-line): Use
5187         point-at-eol.
5188         (ecomplete-highlight-match-line): Use `highlight', because that
5189         face exists in both Emacs and XEmacs.
5190
5191         * message.el (message-display-abbrev): Use point-at-bol.
5192
5193         * mail-source.el: Don't require timer/timer-funcs.
5194
5195         * gnus-async.el: Ditto.
5196
5197         * password.el: Ditto.
5198
5199         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5200
5201         * mm-url.el: Ditto.
5202
5203         * gnus-xmas.el: Don't require timer-funcs.
5204
5205         * mm-util.el: Require timer/timer-funcs.
5206
5207 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5208
5209         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5210         Close.
5211
5212 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5215         unibyte after clear-decrypt function runs.
5216
5217         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5218         returns as a unibyte string.
5219
5220 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * lpath.el: Revert.
5223
5224         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5225         (pgg-gpg-process-sentinel): Revert.
5226
5227         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5228         (pgg-pgp-lookup-key): Revert.
5229
5230         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5231         (pgg-pgp5-lookup-key): Revert.
5232
5233         * pgg.el (pgg-fetch-key): Revert.
5234
5235 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * lpath.el: Fbind string-as-multibyte for XEmacs.
5238
5239         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5240         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5241         (mml1991-pgg-encrypt): Ditto.
5242
5243         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5244         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5245         a multibyte buffer.
5246
5247         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5248         (pgg-pgp-lookup-key): Ditto.
5249
5250         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5251         (pgg-pgp5-lookup-key): Ditto.
5252
5253         * pgg.el (pgg-fetch-key): Ditto.
5254
5255 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * message.el (message-user-organization-file): Check several
5258         locations of the organization file.
5259
5260         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5261         Add gnus-article-view-part-as-type.
5262
5263         * gnus-art.el (gnus-article-view-part-as-type): New function.
5264
5265         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5266         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5267
5268         * mml.el: Simplify autoload.
5269         (mml-mode): defvar dnd-protocol-alist instead of using
5270         symbol-value.
5271         (mml-default-directory): New variable.
5272         (mml-minibuffer-read-file): Use it.
5273         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5274
5275         * message.el (message-citation-line-format): New variable.
5276         (message-insert-formated-citation-line): New function.
5277         (message-citation-line-function): Add
5278         `message-insert-formated-citation-line' to custom type.
5279
5280         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5281         to doc string.
5282
5283         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5284         depending on mm-verify-option.
5285
5286 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5289         binding pgg-* variables; reimplement the section which prevents
5290         MIME header from being signed.
5291         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5292         pgg-text-mode; remove a blank line at the top of body.
5293
5294         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5295         lines at the top of body; use gnus-newsgroup-charset if there's no
5296         Charset header.
5297
5298 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * message.el (message-self-insert-commands): Doc fix.
5301
5302         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5303         (mm-uu-pgp-encrypted-test): Ditto.
5304         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5305         between header and body; return application/pgp-encrypted handle
5306         if decryption failed; decode decrypted body by charset.
5307
5308         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5309         element match to application/pgp-*.
5310
5311 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5312
5313         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5314         HTML.
5315
5316 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * mail-source.el (mail-source-call-script): Message the error
5319         string.
5320
5321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-util.el (gnus-byte-compile): Use it.
5324
5325 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5326
5327         * gnus-util.el (kill-empty-logs): New function.
5328
5329 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * message.el (message-mail-alias-type): Doc fix.
5332         (message-mail-alias-type-p): New function.
5333         (message-send): Use it.
5334         (message-mode): Ditto.
5335         (message-strip-forbidden-properties): Ditto.
5336
5337         * ecomplete.el (ecomplete-database-file-coding-system): New
5338         variable.
5339         (ecomplete-save): Use it.
5340         (ecomplete-setup): Use it.
5341
5342 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * message.el (message-self-insert-commands): New variable.
5345         (message-strip-forbidden-properties): Use it.
5346
5347 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5350         that doesn't make XEmacs choke.
5351
5352 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * gnus-util.el (gnus-replace-in-string):
5355         Prefer replace-regexp-in-string over of replace-in-string.
5356
5357 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-util.el (gnus-select-frame-set-input-focus):
5360         Use select-frame-set-input-focus if it is available in XEmacs; use
5361         definition defined in Emacs 22 for old Emacsen.
5362
5363         * dgnushack.el: Autoload unmorse-region for XEmacs.
5364
5365         * lpath.el: Bind cursor-in-non-selected-windows and
5366         select-frame-set-input-focus for XEmacs.
5367
5368 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5371
5372 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * gnus-registry.el (gnus-registry-cache-save): Remove text
5375         properties when saving via the temp buffer.
5376
5377 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * message.el (message-generate-hashcash): Honor custom type.
5380
5381 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * message.el (message-generate-hashcash): Default to non-nil when
5384         hashcash is found.
5385
5386         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5387         (gnus-refer-thread-limit): Increase default to 500.
5388
5389         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5390
5391         * flow-fill.el (fill-flowed): Allow delete-space.
5392
5393 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5396         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5397         Remove autoloads.
5398
5399 2006-04-18  Simon Josefsson  <jas@extundo.com>
5400
5401         * message.el (message-generate-hashcash): Default to.
5402
5403 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5406         concatenating segments rather than before concatenating them.
5407
5408 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5411
5412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5415
5416         * message.el (message-forward-make-body-plain): Allow
5417         message-forward-ignored-headers to be a list.
5418         (message-remove-ignored-headers): Factor out into function.
5419         (message-forward-make-body-mml): Use it.
5420
5421         * imap.el (imap-quote-specials): New function.
5422         (imap-login-auth): Quote specials.
5423
5424         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5425         (rfc2231-parse-string): Allow concatanation of parameters that
5426         aren't contiguous.  The test case is
5427           (mail-header-parse-content-type "message/external-body;
5428             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5429             access-type=LOCAL-FILE;
5430             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5431
5432 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5433
5434         * nntp.el (nntp-accept-process-output): Return the value of
5435         `nnheader-accept-process-output'.
5436
5437 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438
5439         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5440         (gnus-button-alist): Recognize more diff formats.
5441         (gnus-button-patch): Strip directory.
5442
5443 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5446         Emacs 22 when setting focus.
5447
5448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-art.el (gnus-article-treat-types): Do treatment of
5451         text/x-verbatim parts.
5452         (gnus-button-patch): New command.
5453
5454         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5455         addresses that contain invalid characters.
5456
5457 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * message.el (message-put-addresses-in-ecomplete): Use
5460         gnus-replace-in-string.
5461         (message-is-yours-p): Use the more correct
5462         mail-header-parse-address instead of
5463         mail-extract-address-components.
5464         (message-put-addresses-in-ecomplete): Fix typo.
5465
5466         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5467         keystroke.
5468
5469         * gnus-art.el (gnus-treatment-function-alist): Change order of
5470         newsgroups/generic header folding to avoid double-folding.
5471
5472         * message.el (message-hidden-headers): Add X-Draft-From.
5473
5474         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5475         command.
5476         (gnus-summary-repeat-search-article-backward): New command.
5477
5478         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5479         groups in the parent topic.
5480
5481 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5482
5483         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5484         (spam-extra-header-to-number): Return the CRM114 number as a
5485         number instead of a string.
5486
5487 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus-art.el (gnus-face-properties-alist): Moved here from
5490         gnus-fun.
5491
5492         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5493
5494 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * message.el (message-strip-forbidden-properties): Only display on
5497         self-insert-command.
5498
5499         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5500         reindent.
5501         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5502
5503 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5504
5505         * smiley.el (smiley-style): Fix typo.
5506
5507 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * hashcash.el (hashcash-insert-payment-async-2): Use
5510         message-goto-eoh instead of doing it manually.
5511         (mail-add-payment): Use message-narrow-to-header instead of trying
5512         to do the same itself.
5513
5514         * message.el (message-hidden-headers): Add Face.
5515
5516         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5517         reparenting code.
5518         (gnus-summary-reparent-children): Refactored out code.
5519         (gnus-summary-thread-map): New keystroke.
5520         (gnus-summary-reparent-children): Make into command.
5521
5522         * smiley.el (smiley-style): Default to `medium' if using a large
5523         font.
5524
5525         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5526         does it itself.
5527
5528         * message.el (message-point-in-header-p): Simplify definition.
5529
5530 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nnagent.el (nnagent-request-set-mark): Silence log file
5533         writing.
5534         (nnagent-request-set-mark): Use write-region instead of
5535         append-to-file.
5536
5537         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5538         strange select method.
5539
5540         * ecomplete.el (ecomplete-display-matches): Get highlightling
5541         right.
5542         (ecomplete-display-matches): Use literals.
5543         (ecomplete-display-matches): Disable message logging.
5544
5545         * message.el (message-display-abbrev): Small optimization.
5546
5547         * ecomplete.el (ecomplete-display-matches): Allow automatic
5548         display.
5549
5550         * message.el (message-strip-forbidden-properties): Display
5551         abbrevs.
5552         (message-display-abbrev): Get automatic display right.
5553
5554         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5555         keystrokes.
5556
5557 2006-04-13  Romain Francoise  <romain@orebokech.com>
5558
5559         TODO: Backport to v5-10!
5560
5561         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5562         Moved here (and renamed) from gnus-registry.el.
5563
5564         * gnus-registry.el: Require gnus-util.
5565         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5566
5567 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus-group.el (gnus-group-catchup-current): Change
5570         if-then-else-if-then-else into cond.
5571         (gnus-group-catchup): Indent.
5572         (group-name-at-point): New function.
5573         (gnus-fetch-group): Provide default from thing at point.
5574
5575 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * message.el (message-display-abbrev): Fix regexp.
5578
5579         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5580         choosing.
5581         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5582         dead variables.
5583
5584         * message.el (message-newline-and-indent): Remove debugging.
5585         (message-display-abbrev): Use new implementation.
5586
5587 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * gnus-art.el (gnus-article-mode): Set
5590         cursor-in-non-selected-windows to nil.
5591
5592         * smiley.el: Revert previous change.
5593         (smiley-data-directory): defvar it before using it in the
5594         defcustom of `smiley-style'.
5595
5596 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * message.el (message-newline-and-indent): New function.
5599
5600         * ecomplete.el: Implement more bits.
5601
5602         * message.el (message-put-addresses-in-ecomplete): Clean up the
5603         string.
5604
5605         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5606
5607         * gnus-sum.el (gnus-summary-save-parts): Bind
5608         gnus-summary-save-parts-counter and use it to make unique file
5609         names.
5610
5611         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5612
5613         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5614         parameter to say whether to actually parse the individual
5615         addresses.
5616
5617         * message.el (message-put-addresses-in-ecomplete): New function.
5618         (ecomplete): Require.
5619         (message-mail-alias-type): Add ecomplete as an option.
5620
5621 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5622
5623         * flow-fill.el (fill-flowed): Remove trailing space from blank
5624         quoted lines.
5625
5626 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * smiley.el (smiley-style): Move definition later to avoid a
5629         compilation warning.
5630
5631 2006-04-12  Kenichi Handa  <handa@m17n.org>
5632
5633         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5634         buffer and then decode the buffer text if necessary.
5635         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5636         first, and after mm-encode-body, change the buffer to unibyte.
5637         Use mm-disable-multibyte instead of set-buffer-multibyte.
5638
5639 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5642         Content-Type header instead of Content-Disposition header.
5643         (gnus-mime-inline-part): Ditto.
5644         (gnus-mime-view-part-as-charset): Ignore charset that the part
5645         specifies.
5646
5647         * mm-decode.el (mm-display-part): Work with external parts and
5648         usual parts similarly.
5649
5650         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5651         instead of gnus-display-mime.
5652
5653         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5654         instead of with-temp-buffer.
5655
5656         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5657         tag to summarized topics part in order to encode non-ASCII text.
5658
5659 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * smiley.el (smiley-style): New variable.
5662         (smiley-directory): New function.
5663         (smiley-data-directory): Derive from `smiley-style' using
5664         `smiley-directory'.
5665         (smiley-regexp-alist): Add new entries.
5666
5667         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5668         (gnus-article-browse-delete-temp): Add :version.
5669
5670 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5671
5672         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5673         the sieve region.
5674
5675 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5676
5677         * gnus.el (gnus-version-number): Bump version.
5678
5679 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * gnus.el: No Gnus v0.4 is released.
5682
5683 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5686         layout.
5687
5688         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5689         unknown charset.
5690
5691         * message.el (message-header-synonyms): Add Original-To to the
5692         default.
5693
5694         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5695         optional parameter.
5696
5697 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * gnus-fun.el (gnus): Require it for gnus-directory.
5700
5701 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5704
5705 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5706
5707         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5708
5709 2006-04-05  Simon Josefsson  <jas@extundo.com>
5710
5711         * password.el (password-reset): New function.
5712
5713 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5714
5715         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5716         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5717
5718 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5719
5720         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5721         Some whitespace was matched into the url, which broke browsing hits
5722         > 100 when mm-url-use-external was nil.
5723
5724 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5725
5726         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5727         gnus-extra-headers for 'Newsgroups.
5728
5729         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5730         bound.
5731
5732 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5733
5734         * pgg-gpg.el: Clean up process buffers every time gpg processes
5735         complete.
5736
5737 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5740         doc string.
5741
5742 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5743
5744         * pgg-gpg.el (pgg-gpg-process-filter)
5745         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5746
5747         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5748         lines, temporary fix.
5749
5750 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5753
5754 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5755
5756         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5757         default-enable-multibyte-characters.  This reverts the change from
5758         revision 6.17 which is no longer necessary because the passphrase
5759         is sent separately now.  GnuPG messages are unreadable under
5760         multibyte locales with default-enable-multibyte-characters set to
5761         nil.
5762
5763 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * message.el (message-tool-bar-gnome): Move "spell".
5766
5767 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5770         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5771         instead.
5772
5773 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5774
5775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5776         newsgroups handling for NNTP overviews which don't include
5777         Newsgroups.
5778
5779 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5780
5781         * message.el (message-resend): Bind message-generate-hashcash to nil.
5782
5783 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5784
5785         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5786         when searching for already-paid recipients.
5787
5788 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5789
5790         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5791         passphrases when it is not needed.
5792         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5793         passphrase stuff from gpg, should only be necessary when you use
5794         gpg with a smartcard.
5795
5796 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * mml.el (mml-insert-mime): Ignore cached contents of
5799         message/external-body part.
5800
5801         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5802         (mm-insert-part): Ditto.
5803
5804 2006-03-23  Simon Josefsson  <jas@extundo.com>
5805
5806         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5807         Reiner.
5808         (pgg-gpg-use-agent-p): Use it again.
5809
5810 2006-03-23  Simon Josefsson  <jas@extundo.com>
5811
5812         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5813         older emacsen.
5814         (pgg-gpg-use-agent-p): Don't use it.
5815
5816 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5819         if we can.
5820
5821 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5822
5823         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5824         (pgg-gpg-update-agent): New function.
5825         (pgg-gpg-use-agent-p): New function.
5826         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5827         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5828         (pgg-gpg-sign-region): Use it.
5829
5830 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5833         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5834
5835 2006-03-21  Simon Josefsson  <jas@extundo.com>
5836
5837         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5838         <wilde@sha-bang.de>.
5839         (pgg-gpg-use-agent): New variable.
5840         (pgg-gpg-process-region): Use it.
5841         (pgg-gpg-encrypt-region): Likewise.
5842         (pgg-gpg-encrypt-symmetric-region): Likewise.
5843         (pgg-gpg-decrypt-region): Likewise.
5844         (pgg-gpg-sign-region): Likewise.
5845         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5846
5847 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5850
5851         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5852         Add comment on version.
5853
5854 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * smiley.el: Add missing test smiley.
5857
5858 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mm-decode.el (mm-with-part): New macro.
5861         (mm-get-part): Use it; work with message/external-body as well.
5862         (mm-save-part): Treat name and filename equally.
5863
5864         * mm-extern.el (mm-extern-cache-contents): New function.
5865         (mm-inline-external-body): Use it; force the part to be displayed;
5866         move undisplayer added to the cached handle to the parent.
5867
5868         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5869         (gnus-mime-view-part-as-type): Work with message/external-body.
5870
5871         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5872
5873 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5876         images in image-load-path.  [Sync with image.el, revision 1.60, in
5877         Emacs.]
5878
5879 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5882         path rather than symbol.  Always return list of directories.
5883         Guarantee that image directory comes first.  [Sync with image.el,
5884         revision 1.59, in Emacs.]
5885
5886         * message.el (message-make-tool-bar): Adjust to new API of
5887         `gmm-image-load-path-for-library'.
5888
5889         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5890
5891         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5892
5893 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5894
5895         * gnus-art.el (gnus-article-only-boring-p):
5896         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5897         intangible text.
5898         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5899
5900 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5903         `defun' instead of `gmm-defun-compat'.
5904
5905 2006-03-14  Simon Josefsson  <jas@extundo.com>
5906
5907         * message.el (message-unique-id): Don't use message-number-base36
5908         if (user-uid) is a float.
5909         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5910
5911 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5914
5915         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5916         empty line between a part and a message part.
5917
5918 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * smiley.el: Add more test smileys.
5921         (smiley-data-directory, smiley-regexp-alist)
5922         (gnus-smiley-file-types): Fix doc strings.
5923         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5924         adding new elements.
5925         (smiley-mouse-map): Unused code.  Make it a comment.
5926
5927 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5930         scan latest NoCeM messages instead of old ones.
5931         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5932         delimiters that are recently used.
5933         (gnus-nocem-load-cache): Add autoload cookie.
5934
5935         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5936
5937         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5938         level which is larger than gnus-use-nocem is specified.
5939
5940         * gnus-group.el (gnus-group-get-new-news): Ditto.
5941
5942 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * gnus-util.el (gnus-tool-bar-update): New function.
5945
5946         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5947         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5948
5949         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5950
5951         * gnus-group.el (gnus-group-redraw-when-idle)
5952         (gnus-group-redraw-check): Remove.
5953         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5954
5955 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5958         if optional last element is specified in splits (FIELD VALUE...).
5959
5960 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5963         to gmm-image-load-path-for-library.  Call with no-error argument.
5964         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5965
5966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5967
5968         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5969
5970         * gmm-utils.el (gmm-image-load-path): Remove alias.
5971
5972 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gmm-utils.el (gmm-image-load-path): Add alias.
5975
5976         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5977         nnml-generate-nov-databases-1.
5978         (nnml-generate-nov-databases): Use it.
5979         (nnml-generate-nov-databases-directory): Document no-active
5980         argument.
5981
5982         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5983         directory if path is t.  Add no-error.
5984
5985         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5986         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5987
5988         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5989         resetting gnus-article-browse-html-temp-list.
5990
5991         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5992         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5993         Add example to docstring.  Rename local variables.  Move error
5994         checks to default case in cond and simplify.
5995
5996 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5999         handle is multipart when calling it recursively.
6000         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6001
6002 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6003
6004         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6005         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6006
6007 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6010         is loaded.
6011
6012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6013         loaded.
6014
6015 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6018         to "Emacs 23 (unicode)" in doc string.
6019
6020         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6021         "Emacs 23 (unicode)" in comment.
6022
6023 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6026
6027         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6028         characters 160 through 255 in Emacs 23.
6029
6030 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6033         gnus-article-browse-html-temp.
6034         (gnus-article-browse-delete-temp): Make it customizable.  Add
6035         `file'.  Adjust doc string.
6036         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6037         query for each file.  Adjust doc string.
6038         (gnus-article-browse-html-parts): Add
6039         `gnus-article-browse-delete-temp-files' to
6040         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6041
6042 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6043
6044         * gnus-art.el (gnus-article-browse-html-temp)
6045         (gnus-article-browse-delete-temp): New variables.
6046         (gnus-article-browse-delete-temp-files): New function.
6047         (gnus-article-browse-html-parts): Use it.
6048
6049 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6052
6053         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6054         string.
6055
6056         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6057         gnus-summary-insert-new-articles when unplugged.  Remove
6058         gnus-summary-search-article-forward.
6059
6060         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6061         display-visual-class instead of display-color-cells.
6062
6063 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * dgnushack.el: Autoload customize-group for XEmacs.
6066
6067         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6068         message/* containing non-ASCII text properly.
6069
6070 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * message.el: Require gmm-utils, remove autoloads.
6073         (message-tool-bar): Set default based on
6074         gmm-tool-bar-style.
6075         (message-tool-bar-gnome): Add gmm-customize-mode.
6076
6077         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6078         gmm-tool-bar-style.
6079         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6080
6081         * gnus-group.el (gnus-group-tool-bar): Set default based on
6082         gmm-tool-bar-style.
6083         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6084
6085         * gmm-utils.el (gmm-image-directory): Rename variable from
6086         gmm-image-load-path.
6087         (gmm-image-load-path): Use gmm-image-directory.
6088         (gmm-customize-mode): New function.
6089         (gmm-tool-bar-style): New variable.
6090
6091         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6092         gnus-group-redraw-line-number.
6093         (gnus-group-redraw-check): Simplify.
6094         (gnus-group-tool-bar-update): Remove redraw check.
6095         (gnus-group-make-tool-bar): Add redraw check.
6096
6097 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6098
6099         * gnus-art.el (gnus-button): Add missing parentheses.
6100
6101 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * lpath.el: Fbind line-number-at-pos.
6104
6105 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6108
6109 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-art.el (gnus-button): New face.
6112         (gnus-article-button-face): Use it.
6113
6114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6115         gnus-summary-next-page.  Re-order.
6116
6117         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6118         next-node are now included.
6119         (gnus-group-redraw-line-number): New internal variable.
6120         (gnus-group-redraw-check): Helper function for updating the tool
6121         bar.
6122         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6123
6124         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6125
6126         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6127         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6128         Use it to match format of Spamassassin 3.0 and later.  Reported by
6129         IRIE Tetsuya <irie@t.email.ne.jp>.
6130         (spam-check-bogofilter)
6131         (spam-bogofilter-register-with-bogofilter): Fix args of
6132         `gnus-error' calls.
6133
6134 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6137         unnecessary interaction when sending queued mails.  Reported by
6138         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6139
6140 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6143         first or last are nil.
6144
6145 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6146
6147         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6148
6149 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150
6151         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6152
6153 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * dns.el (query-dns): Protect more against buggy tcp output.
6156
6157 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6160         nov.php.
6161
6162 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6163
6164         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6165         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6166         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6167         output on the server side.
6168         (nnweb-google-create-mapping): Update regexps and add some
6169         progress indication.
6170
6171 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6174         gnus-agent-toggle-plugged.  Re-order icons.
6175         (gnus-group-tool-bar-gnome): Add
6176         gnus-group-{prev,next}-unread-group.
6177         (gnus-group-tool-bar-gnome): Re-order icons.
6178
6179         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6180         gnus-summary-insert-new-articles.
6181
6182         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6183         comments.
6184
6185         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6186         also available in Emacs 21.3.
6187
6188         * message.el (message-fix-before-sending): Change "Emacs 22" to
6189         "Emacs 23 (unicode)" in comment.
6190
6191         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6192         "Emacs 23 (unicode)" in comment.
6193
6194         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6195         comment.
6196         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6197
6198         * mm-view.el (mm-fill-flowed): Add :version.
6199
6200 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6203         and load-path.
6204
6205 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * message.el: Autoload gmm-image-load-path.
6208         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6209         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6210         consitency.
6211
6212         * gmm-utils.el (gmm-image-load-path): Also search in
6213         "../etc/images".  Don't set gmm-image-load-path if we don't find
6214         the image.
6215
6216 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gmm-utils.el (gmm-image-load-path): Don't make
6219         `gmm-image-load-path' include subdirectories which the second arg
6220         `image' might specify.
6221
6222         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6223         subdirectory to icon file names.
6224
6225         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6226
6227 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6230         gmm-image-load-path calls.
6231
6232         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6233
6234         * message.el (message-make-tool-bar): Ditto.
6235
6236         * mml.el (mml-preview): Added comment concerning tool bar icons.
6237
6238         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6239         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6240
6241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6242         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6243
6244         * message.el (message-tool-bar-gnome): Use new icon names.
6245         (message-make-tool-bar): Use `gmm-image-load-path'.
6246
6247         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6248         functions from MH-E.
6249         (gmm-image-load-path): New variable from MH-E.
6250         (gmm-image-load-path): New function from MH-E.  Added arguments
6251         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6252         *-image-load-path-called-flag.
6253
6254 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6255
6256         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6257
6258 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6259
6260         * nnimap.el (nnimap-request-move-article): Change folder back to
6261         source group before deleting.
6262
6263 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6266
6267         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6268         mm-url.
6269
6270         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6271
6272 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6275         coding system which mm-charset-to-coding-system returns for a
6276         given charset is valid.
6277
6278 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6279
6280         * html2text.el (html2text-remove-tag-list):
6281         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6282
6283 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6284
6285         * gnus-cus.el: Revert 2005-10-17 change.
6286
6287 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-art.el (article-strip-banner): Call
6290         article-really-strip-banner only when the regexp match is made.
6291
6292 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-art.el (article-strip-banner): Use
6295         gnus-extract-address-components instead of
6296         mail-header-parse-addresses to make it work with non-ASCII text;
6297         remove mail-encode-encoded-word-string.
6298
6299         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6300         values which are surrounded with \"...\"; make it never cause a
6301         Lisp error; give up parsing of parameters if it failed in
6302         extracting type.
6303
6304 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6305
6306         * smime.el (smime-cert-by-ldap-1): Fix bug where
6307         `smime-ldap-search' returns results without userCertificates.
6308
6309 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6312
6313 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * spam.el (spam-check-spamassassin-headers): Adapt format for
6316         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6317         <ari@mbf.ocn.ne.jp>.
6318         (spam-list-of-processors): Add spam-use-gmane.
6319
6320 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6323         make-temp-file; make it work with XEmacs as well.
6324
6325         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6326         mm-make-temp-file.
6327
6328         * mm-decode.el (mm-display-external): Use the 3rd arg of
6329         mm-make-temp-file.
6330         (mm-create-image-xemacs): Ditto.
6331
6332 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6335         with message-narrow-to-headers.
6336         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6337         (gnus-draft-check-draft-articles): New function.
6338         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6339
6340 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * gnus-art.el (gnus-article-browse-html-parts):
6343         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6344         Don't use suffix argument for mm-make-temp-file for Emacs 21
6345         compatibility.  Remove useless `format'.
6346
6347 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6348
6349         * nnweb.el (nnweb-google-wash-article): Update regexps.
6350         (nnweb-group-alist): Use defvoo instead of defvar.
6351
6352 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6355         re-loading nn* modules.
6356
6357 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6360         for `tool-bar-mode' and don't check it's default-value.
6361
6362         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6363
6364         * message.el (message-make-tool-bar): Ditto.
6365
6366         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6367         `substring'.  Shorten tmp-file name.
6368
6369         * gnus.el: Remove bogus comment.
6370
6371 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6372
6373         * gnus-art.el (gnus-article-browse-html-parts): New function.
6374         (gnus-article-browse-html-article): New function for viewing html
6375         articles with a browser.
6376
6377 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6378
6379         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6380         in elisp.
6381         (pgg-gpg-encrypt-symmetric-region): Ditto.
6382         (pgg-gpg-sign-region): Ditto.
6383
6384         * pgg-def.el (pgg-text-mode): New variable.
6385
6386         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6387         (mml2015-pgg-encrypt): Ditto.
6388
6389         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6390         (mml1991-pgg-encrypt): Ditto.
6391
6392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6395         message-make-date instead of current-time-string.
6396
6397         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6398         to gnus-decoded which mm-uu might set.
6399
6400 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6403         don't decode quoted parameters; remove misimported Emacs code.
6404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6405         (rfc2231-decode-encoded-string): Don't use split-string which
6406         behaves differently according to Emacs version; use
6407         mm-decode-coding-region to convert charset to coding-system.
6408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6409         (rfc2231-encode-string): Remove misimported Emacs code.
6410
6411 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6414         when calling mail-header-parse-content-type.
6415         (article-de-quoted-unreadable): Ditto.
6416         (article-de-base64-unreadable): Ditto.
6417         (article-wash-html): Ditto.
6418
6419         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6420         calling mail-header-parse-content-type and
6421         mail-header-parse-content-disposition.
6422         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6423         mail-header-parse-content-type.
6424
6425         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6426         insert charset and format parameters; encode description after
6427         inserting it to buffer.
6428         (mml-insert-parameter): Fold lines properly even if a parameter is
6429         segmented into two or more lines; change the max column to 76.
6430
6431         * rfc1843.el (rfc1843-decode-article-body): Don't use
6432         ignore-errors when calling mail-header-parse-content-type.
6433
6434         * rfc2231.el (rfc2231-parse-string): Return at least type if
6435         possible; don't cause an error even if it fails in parsing of
6436         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6437         (rfc2231-encode-string): Don't break lines at the beginning, leave
6438         it to mml-insert-parameter.
6439
6440         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6441         calling mail-header-parse-content-type.
6442
6443 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * spam-report.el (spam-report-gmane-use-article-number):
6446         Improve doc string.
6447         (spam-report-gmane-internal): Check if a suitable header was found
6448         in the article.
6449
6450 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6453         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6454
6455 2006-02-05  Romain Francoise  <romain@orebokech.com>
6456
6457         Update copyright notices of all files in the gnus directory.
6458
6459 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6460
6461         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6462
6463 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6466         segmented lines of parameter value to cope with Thunderbird 1.5
6467         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6468         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6469         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6470
6471 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6472
6473         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6474         parts.
6475
6476 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6477
6478         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6479         there's only one active file for all servers.
6480         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6481         solid groups.  Gnus might have used a FAST request to select the group.
6482         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6483         and nnweb-search redundantly in the active file.
6484         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6485         (nnweb-request-create-group): Don't use ARGS.
6486         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6487         initialisations.  Let nnoo do the work.
6488
6489 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6492         Say the part has been decoded.
6493
6494         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6495
6496 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6497
6498         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6499         mailcap-viewer-test-cache when there's no 'test clause, since that
6500         will invert the meaning of a "nil" test previously determined by
6501         mailcap-mailcap-entry-passes-test.
6502
6503 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6506         compiling.
6507
6508         * gnus-sum.el: Ditto.
6509
6510         * message.el: Don't bind tool-bar-map when compiling.
6511
6512 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6515
6516 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6517
6518         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6519         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6520         current Google Groups.
6521
6522 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6525         and tool-bar-mode.
6526
6527         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6528         and tool-bar-mode.
6529
6530         * message.el (message-tool-bar-update): Simplify.
6531         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6532
6533         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6534         gnus-summary-buffer.
6535         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6536         gnus-summary-reply.
6537
6538         * gmm-utils.el (gmm): Add :version.
6539
6540 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * Makefile.in (clean): New rule.
6543         (distclean): Use it.
6544
6545 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6546
6547         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6548         autoload.
6549
6550 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gmm-utils.el (gmm-verbose): Add :group.
6553
6554 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * message.el: Change some comments WRT tool-bars.
6557
6558         * gnus-sum.el (gnus-summary-tool-bar)
6559         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6560         (gnus-summary-tool-bar-zap-list): New variables.
6561         (gnus-summary-make-tool-bar): Complete rewrite using
6562         `gmm-tool-bar-from-list'.
6563
6564         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6565         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6566         variables.
6567         (gnus-group-make-tool-bar): Complete rewrite using
6568         `gmm-tool-bar-from-list'.
6569         (gnus-group-tool-bar-update): New function.
6570
6571         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6572
6573 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6576         is dissected into a single part of which the type is the same as
6577         the given one; decode charset.
6578
6579 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6580
6581         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6582         into alists as symbol not string, since that's what
6583         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6584         look for.
6585
6586 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6589         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6590
6591         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6592
6593 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6596         (gnus-xmas-mime-security-button-menu): New function.
6597
6598         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6599         (gnus-mime-security-button-menu): New definition.
6600         (gnus-mime-security-button-map): Use them.
6601         (gnus-mime-security-button-menu): New function.
6602         (gnus-insert-mime-security-button): Addition to help echo.
6603         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6604         (gnus-mime-security-pipe-part): New functions.
6605
6606         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6607         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6608
6609         * mm-decode.el (mm-handle-set-disposition): Remove.
6610         (mm-handle-set-description): Remove.
6611
6612 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6615         (mm-w3m-standalone-supports-m17n-p): New function.
6616         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6617         w3m usage.
6618
6619         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6620         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6621
6622 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * message.el (message-tool-bar-zap-list): Use
6625         gmm-tool-bar-zap-list as custom type.
6626         (message-tool-bar-update): New function.
6627         (message-tool-bar, message-tool-bar-gnome)
6628         (message-tool-bar-retro): Add message-tool-bar-update.
6629         (message-tool-bar-gnome): Add flyspell-buffer.
6630
6631         * gnus-util.el (gnus-error): Describe `args'.
6632
6633         * gmm-utils.el (gmm-error): Describe `args'.
6634         (gmm-tool-bar-zap-list): New widget.
6635         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6636
6637 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6640         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6641         the number of recursive calls.
6642
6643         * mm-decode.el (mm-handle-set-disposition): New macro.
6644         (mm-handle-set-description): New macro.
6645
6646 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6649         encoding.
6650
6651 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-tool-bar-zap-list, message-tool-bar)
6654         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6655         (message-tool-bar-local-item-from-menu): Remove.
6656         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6657         (message-make-tool-bar): New function.
6658         (message-mode): Use `message-make-tool-bar'.
6659
6660         * gmm-utils.el: New file.
6661         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6662         (gmm-lazy): New widget copied from `nnmail.el'.
6663         (gmm-tool-bar-from-list): New function for creating customizable
6664         tool bars.
6665         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6666         output.
6667         (gmm): Add :prefix to defgroup.
6668
6669 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6670
6671         * gmm-utils.el (gmm-widget-p): New function.
6672
6673 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * mml.el (mml-attach-file): Describe `description' in doc string.
6676         (mml-menu): Add Emacs MIME manual and PGG manual.
6677
6678 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6679
6680         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6681
6682 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6683
6684         * nntp.el (nntp-end-of-line): Doc fix.
6685
6686 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6687
6688         * imap.el (imap-open): Handle case where buffer is a buffer
6689         object.
6690
6691 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6692
6693         * gnus-delay.el (gnus-delay): Don't autoload.
6694         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6695         to be re-loaded when customizing the `gnus-delay' group.
6696
6697 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6698
6699         * message.el (message-insert-citation-line): Use newlines.
6700
6701 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6702
6703         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6704         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6705         these routines, so the passphrase can be managed externally and
6706         passed in to the system.
6707         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6708         pgg-add-passphrase-to-cache function.
6709
6710         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6711         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6712         these routines, so the passphrase can be managed externally and
6713         passed in to the system.
6714         (pgg-pgp5-sign-region): Use new name of
6715         pgg-add-passphrase-to-cache function.
6716
6717 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6718
6719         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6720         part of the decoded armor to find the key-identifier.
6721         (pgg-gpg-lookup-key-owner): New function to return the
6722         human-readable identifier of a key owner.
6723         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6724         itself.
6725         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6726         the key value) if we have a key and can match it against a secret
6727         key.  Also, added a note pointing out fact that the prompt only
6728         indicates the first matching key.
6729
6730         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6731         pgg-decrypt-region.
6732         (pgg-add-passphrase-to-cache): Rename from
6733         `pgg-add-passphrase-cache' to reduce confusion (all callers
6734         changed).
6735         (pgg-remove-passphrase-from-cache): Rename from
6736         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6737         changed).
6738         (pgg-read-passphrase, pgg-add-passphrase-cache)
6739         (pgg-remove-passphrase-cache): Add informative docstrings.
6740         (pgg-decrypt): Convey provided passphrase in subordinate call to
6741         pgg-decrypt-region.
6742
6743 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6744
6745         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6746         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6747         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6748         'passphrase' argument, so the passphrase can be managed externally
6749         and then passed in to the system.
6750
6751         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6752         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6753         so the passphrase cache can be used reliably with identifiers
6754         besides a pgp packet's key id.
6755
6756         * pgg-gpg.el (pgg-gpg-encrypt-region)
6757         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6758         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6759         these routines, so the passphrase can be managed externally and
6760         passed in to the system.
6761
6762         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6763         'notruncate' argument, so the passphrase cache can be used
6764         reliably with identifiers besides a pgp packet's key id.
6765
6766 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6767
6768         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6769         symmetric encryption.
6770         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6771         encrypted session key.
6772         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6773         message ask for the passphrase in a proper way.
6774
6775         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6776         New user commands for symmetric encryption.
6777
6778 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6781
6782         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6783
6784 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6785
6786         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6787
6788 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * mm-decode.el (mm-inlined-types): Add application/pgp.
6791         (mm-automatic-display): Ditto.
6792
6793         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6794         part as text.
6795
6796 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * nnrss.el: Update copyright.
6799         (nnrss-opml-import): Query whether to subscribe to each entry.
6800
6801         * gnus-art.el:
6802         * gnus-sum.el:
6803         * gnus-xmas.el:
6804         * messagexmas.el:
6805         * mm-uu.el:
6806         * mm-view.el: Update copyright.
6807
6808 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * message.el (message-info): New function.
6811         (message-mode-menu): Add it.
6812         Update copyright.
6813
6814         * ChangeLog: Fix and update copyright.
6815
6816 2006-01-13  Romain Francoise  <romain@orebokech.com>
6817
6818         * message.el (message-forward-subject-name-subject): Prefer the
6819         address to 'nowhere' if the sender has no name.
6820         Fix typo.  Update copyright year.
6821
6822 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (article-wash-html): Use
6825         gnus-summary-show-article-charset-alist if a numeric arg is given.
6826         (gnus-article-wash-html-with-w3m-standalone): New function.
6827
6828         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6829         mm-inline-text-html-render-with-w3m-standalone.
6830         (mm-text-html-washer-alist): Map w3m-standalone to
6831         gnus-article-wash-html-with-w3m-standalone.
6832         (mm-inline-text-html-render-with-w3m-standalone): New function.
6833
6834 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6837         Improve LaTeX.
6838
6839 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6842         (nnrss-request-article): Render text/plain parts as HTML.
6843
6844         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6845         the buffer.
6846
6847 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6850         custom definition of `gnus-posting-styles'.
6851
6852         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6853         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6854
6855 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6858         Use nntp for bug archive.
6859
6860 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6863         parts.
6864         (nnrss-normalize-date): New function converts ISO 8601 date into
6865         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6866         (nnrss-check-group): Use it.
6867
6868 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6871
6872         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6873         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6874         (nnrss-insert-w3): Ditto.
6875
6876 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6879         the articles to be forwarded including the case where neither a
6880         number of articles nor a region is specified.
6881
6882 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * nnrss.el (nnrss-request-article): Fix last change; fill
6885         text/plain parts.
6886
6887 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6890         in text/plain part.
6891         (nnrss-check-group): Don't add excessive newline to dc:subject.
6892
6893 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6894
6895         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6896         article.
6897
6898 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6901         (nnml-use-compressed-files, nnml-save-mail): Support other
6902         comression programs such as bzip2.
6903
6904 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * dns.el (query-dns): Make sure we check the buffer size before
6907         removing tcp headers.
6908
6909 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6912         remove MIME buttons associated with multipart/alternative parts.
6913         (gnus-mime-display-alternative): Tag buttons using `article-type'
6914         text property.
6915
6916         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6917         associated with multipart/alternative parts.
6918
6919         * gnus-art.el (gnus-signature-separator): Fix custom type.
6920
6921         * mm-decode.el (mm-inlined-types): Fix custom type.
6922         (mm-keep-viewer-alive-types): Ditto.
6923         (mm-automatic-display): Ditto.
6924         (mm-attachment-override-types): Ditto.
6925         (mm-inline-override-types): Ditto.
6926         (mm-automatic-external-display): Ditto.
6927
6928 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * spam-report.el (spam-report-user-mail-address)
6931         (spam-report-user-agent): New variables.
6932         (spam-report-url-ping-plain): Use spam-report-user-agent.
6933
6934 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6935
6936         * gnus-art.el (gnus-button-handle-custom): Do not just use
6937         `customize-apropos' for any "M-x customize-*" button but the
6938         function called for.  Accept both the function name and its
6939         argument in order to achieve this.
6940         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6941         function name to `gnus-button-handle-custom' in case of "M-x
6942         customize-*" buttons.
6943
6944 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6947         multipart/alternative and add xref to mm-discouraged-alternatives
6948         in doc string.
6949
6950         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6951         gnus-buttonized-mime-types in doc string.
6952
6953 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6956         Suggest image/.* in the doc string.
6957
6958 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6961         message-marks (Debian bug #342521).
6962
6963 2005-12-12  Simon Josefsson  <jas@extundo.com>
6964
6965         * password.el (password-read-from-cache): Add.
6966         (password-read): Use it.
6967
6968 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6971         us-ascii as a MIME charset.
6972
6973         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6974         against the case where the 2nd arg TYPE is nil.
6975
6976 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * pop3.el (pop3-stream-type): Fix custom version.
6979
6980         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6981
6982 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6983
6984         * mm-decode.el (mm-display-external): Add missing cdr.
6985
6986 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6989         RFC1524) if it is in mailcap or add a suffix according to
6990         mailcap-mime-extensions when generating a temp filename; postpone
6991         deleting a temp file for 2 seconds for some wrappers, shell
6992         scripts, and so on, which might exit right after having started a
6993         viewer command as a background job.
6994
6995 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * nntp.el (nntp-marks-directory): Fix custom group.
6998
6999         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7000         steps when < 10.
7001
7002         * gnus-start.el (gnus-no-server-1): Mention
7003         `gnus-level-default-subscribed' in doc string.
7004
7005 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7006
7007         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7008         parens.
7009
7010 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-xmas.el (gnus-use-toolbar): Revert.
7013         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7014         gnus-use-toolbar is default.
7015
7016         * messagexmas.el (message-use-toolbar): Revert.
7017         (message-setup-toolbar): Use global default-toolbar if
7018         message-use-toolbar is default.
7019
7020 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7023         according to default-toolbar-visible-p.
7024
7025         * messagexmas.el (message-use-toolbar): Ditto.
7026
7027 2005-11-26  Dave Love  <fx@gnu.org>
7028
7029         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7030         (tls-program, tls-success): Provide openssl alternative.
7031
7032         * starttls.el: Doc fixes.
7033         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7034         SERVICE to PORT.
7035
7036         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7037         port null or service name.
7038         (starttls-negotiate): Autoload.
7039
7040 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * message.el (message-kill-to-signature): Fix interactive spec.
7043
7044 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * pop3.el (pop3-open-server): Recognize a string as a service name.
7047
7048 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7049
7050         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7051
7052 2005-11-23  Dave Love  <fx@gnu.org>
7053
7054         Add pop3s, pop3/starttls.
7055
7056         * pop3.el (pop3-authentication-scheme): Clarify doc.
7057         (open-tls-stream, starttls-open-stream): Autoload.
7058         (pop3-stream-type): New.
7059         (pop3-open-server): Use it.
7060
7061         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7062         for POP.
7063         (mail-source-keyword-map): Add :stream for POP.
7064         (mail-source-fetch-pop): Use pop3-stream-type.
7065
7066 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7069         of current-time-string.
7070
7071 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7072
7073         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7074         date header.
7075
7076 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7077
7078         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7079         it can seriously impact performance as it bypasses the agent's
7080         local caches.
7081
7082 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7083
7084         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7085         must be explicitly online rather than "not explicitly offline" for
7086         its flags to be synchronized.
7087
7088         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7089         that gnus-uu-unmark-thread will function correctly.
7090
7091         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7092         1024K is instead displayed as 1M.
7093
7094 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7097
7098 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7099
7100         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7101
7102 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7103
7104         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7105         error message to display actual error condition.
7106         (gnus-agent-save-local): Avoid saving symbols that are bound to
7107         nil as they simply result in a warning message in
7108         gnus-agent-read-local.
7109
7110 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7113         rather than make-variable-buffer-local for file-precious-flag.
7114
7115 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7116
7117         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7118         for duplicates which are removed.  The invalid sort check then
7119         triggers a rescan after the sort as sorting may have moved
7120         duplicate entries such that they can be cheaply detected.
7121
7122 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7125
7126 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7127
7128         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7129         internal variable to a custom variable.  Changed default value
7130         from compressed(2) to uncompressed(1).
7131         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7132         support for uncompressed agentview files.  Taken together, reading
7133         the agentview file should now be 6-7 times faster.
7134
7135 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7136
7137         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7138         as a buffer-local variable.  This avoids creating truncated
7139         dribble files as a result of a hang up, eg.
7140
7141 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7142
7143         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7144         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7145         XEmacs.
7146
7147 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-start.el (gnus-start-draft-setup): Enforce
7150         `gnus-draft-mode' for nndraft:drafts at startup.
7151
7152         * gnus.el (gnus-splash): Change custom group.
7153         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7154         allow-list argument.
7155
7156         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7157         string.
7158
7159 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * gnus-art.el (gnus-default-article-saver): Add user-defined
7162         `function' to custom type.
7163
7164 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7165
7166         * imap.el (imap-open): Handle case where buffer is a buffer
7167         object.
7168
7169 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7172         long lines.
7173         (gnus-cache-delete-group): Wrap doc strings.
7174
7175         * gnus-agent.el (gnus-agent-rename-group)
7176         (gnus-agent-delete-group): Wrap doc strings.
7177
7178 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * messagexmas.el (message-use-toolbar): Change the valid values
7181         into default, top, bottom, left, and right.
7182         (message-toolbar-thickness): New variable.
7183         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7184         well.
7185         (message-setup-toolbar): Make it work.
7186
7187         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7188         (gnus-use-toolbar): Change the valid values into default, top,
7189         bottom, left, and right.
7190         (gnus-toolbar-thickness): New variable.
7191         (gnus-xmas-setup-toolbar): New function.
7192         (gnus-xmas-setup-group-toolbar): Use it.
7193         (gnus-xmas-setup-summary-toolbar): Use it.
7194
7195 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * gnus-start.el (gnus-1): Add "native" to
7198         gnus-predefined-server-alist.
7199
7200         * gnus.el (gnus-method-to-server): Don't add "native" to the
7201         lists here, because that leads to problems when
7202         gnus-select-method is bound.
7203
7204 2005-11-09  Simon Josefsson  <jas@extundo.com>
7205
7206         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7207         use (not sort-by-date) instead.
7208
7209 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7210
7211         * gnus-delay.el (gnus-delay-group): Don't autoload.
7212         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7213         to be re-loaded when customizing the `gnus-delay' group.
7214
7215 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7216
7217         * message.el: Revert last changes.
7218         (message-insert-citation-line): Use newlines.
7219
7220 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7221
7222         * message.el (message-courtesy-message)
7223         (message-mark-insert-begin, message-mark-insert-end)
7224         (message-elide-ellipsis, message-cancel-message)
7225         (message-add-header, message-change-subject)
7226         (message-cross-post-followup-to-header)
7227         (message-cross-post-insert-note, message-reduce-to-to-cc)
7228         (message-widen-reply, message-delete-not-region)
7229         (message-kill-to-signature, message-insert-signature)
7230         (message-insert-importance-high, message-insert-importance-low)
7231         (message-insert-or-toggle-importance)
7232         (message-insert-disposition-notification-to)
7233         (message-indent-citation, message-yank-original)
7234         (message-cite-original-without-signature, message-cite-original)
7235         (message-insert-citation-line, message-position-on-field)
7236         (message-fix-before-sending, message-send-mail-partially)
7237         (message-send-mail, message-send-mail-with-sendmail)
7238         (message-send-mail-with-qmail, message-send-news)
7239         (message-check-news-header-syntax, message-generate-headers)
7240         (message-insert-courtesy-copy, message-fill-address)
7241         (message-fill-header, message-shorten-references)
7242         (message-setup-1, message-cancel-news)
7243         (message-forward-make-body-plain, message-forward-make-body-mime)
7244         (message-forward-make-body-mml, message-encode-message-body)
7245         (message-forward-make-body-digest-plain)
7246         (message-forward-make-body-digest-mime)
7247         (message-use-alternative-email-as-from): Insert `hard-newline'
7248         instead of ordinary newlines.
7249
7250 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * message.el (message-generate-headers): Downcase the argument
7253         given to message-check-element.
7254
7255 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7256
7257         * nntp.el (nntp-authinfo-rejected): New error condition.
7258         (nntp-wait-for): Use new error condition to signal authentication
7259         error.
7260         (nntp-retrieve-data): Rethrow new error condition to break out of
7261         recursive call to nntp-send-authinfo.
7262
7263 2005-11-08  Romain Francoise  <romain@orebokech.com>
7264
7265         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7266         (gnus-summary-exit-map): Bind to `Z p'.
7267         (gnus-summary-make-menu-bar): Add menu item.
7268
7269 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7272         (gnus-treat-*): Add `first' in all doc strings.
7273
7274         * gnus-group.el (gnus-group-compact-group): Fix typo.
7275
7276 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus.el (gnus-parameters-case-fold-search): New variable.
7279         (gnus-parameters-get-parameter): Use it.
7280
7281         * gnus-score.el (gnus-home-score-file): Doc fix.
7282
7283 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7284
7285         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7286
7287 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * mm-util.el (mm-special-display-p): New function.
7290
7291         * mml.el (mml-preview): Use it; doc fix.
7292
7293 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7294
7295         * imap.el (imap-open): Handle case where buffer is a buffer object.
7296
7297 2005-10-29  Romain Francoise  <romain@orebokech.com>
7298
7299         * message.el (message-fix-before-sending): Fix comment.
7300
7301 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7302
7303         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7304
7305 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7306
7307         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7308         Used in gnus-score.el.
7309
7310 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7313
7314 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7317         whitespace removed in revision 7.8.  Use concatenated string to
7318         protect trailing whitespace.
7319
7320 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7321
7322         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7323         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7324         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7325         Courier IMAP ("some version from 2004").  Mostly based on similar
7326         code in the same function.
7327
7328 2005-10-26  Didier Verna  <didier@xemacs.org>
7329
7330         * gnus-group.el (gnus-group-compact-group): Invalidate original
7331         article buffer.
7332         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7333         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7334         NOV database and in article itself.
7335         Invalidate article backlog.
7336
7337 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7340
7341 2005-10-26  Simon Josefsson  <jas@extundo.com>
7342
7343         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7344         part of 2004-07-25 change.
7345
7346 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * message.el (message-display-completion-list): New function.
7349         (message-expand-group): Use it; make sure the Completions buffer
7350         is modifiable.
7351 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7352
7353         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7354         user-mail-name is an empty string.
7355
7356 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7359         depending on gnus-score-decay-constant.
7360
7361         * encrypt.el (encrypt-insert-file-contents)
7362         (encrypt-write-file-contents): Don't use `gnus-message'.
7363
7364         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7365         arguments.
7366         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7367         arguments to mm-uu-verbatim-marks-extract.
7368         (mm-uu-hide-markers): New variable.
7369         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7370
7371         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7372         (gnus-convert-image-to-face-command): Use "convert" by default to
7373         allow other input image formats.
7374         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7375         accordingly.
7376
7377 2005-10-23  Simon Josefsson  <jas@extundo.com>
7378
7379         * imap.el (imap-gssapi-program): Align command line parameters
7380         with latest GNU SASL.
7381         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7382
7383 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7386         HTML.
7387         (nnslashdot-request-article): Ditto.
7388
7389         * lpath.el (featurep): Add nobreak-char-display.
7390
7391 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7392
7393         * mail-source.el (mail-source-fetch-pop): Require pop3.
7394         (mail-source-check-pop): Ditto.
7395
7396 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7399         errors.
7400
7401 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7404         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7405
7406         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7407
7408         * mm-bodies.el (mm-decode-string): Call
7409         `mm-charset-to-coding-system' with allow-override argument.
7410
7411 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7414         (rfc2047-charset-to-coding-system): New function.
7415         (rfc2047-decode-encoded-words): New function.
7416         (rfc2047-decode-region): Use them.
7417         (rfc2047-decode-cte): Remove.
7418         (rfc2047-parse-and-decode): Remove.
7419         (rfc2047-decode): Remove.
7420
7421 2005-10-15  Kenichi Handa  <handa@m17n.org>
7422
7423         * rfc2047.el (rfc2047-decode-cte): New function.
7424         (rfc2047-decode-region): Change the way to decode successive
7425         encoded-words: decode B- or Q-encoding in each encoded-word,
7426         concatenate them, and decode it as charset.
7427
7428 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * lpath.el: Fbind codepage-setup for XEmacs.
7431
7432 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7433
7434         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7435         widget-move-and-invoke.
7436         (gnus-custom-mode): Use gnus-custom-map.
7437
7438 2005-10-15  Bill Wohler  <wohler@newt.com>
7439
7440         * message.el (message-tool-bar-map): Renamed image file from
7441         mail_send to mail/send.
7442
7443 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7444
7445         * message.el (message-expand-group): Pass the common
7446         prefix substring of completion to `display-completion-list'.
7447
7448 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * mml-sec.el (mml-secure-method): New internal variable.
7451         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7452         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7453         functions using mml-secure-method.
7454
7455         * mml.el (mml-mode-map): Add key bindings for those functions.
7456         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7457         Harder <harder@myrealbox.com>.
7458         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7459         end of message if point is the headers of the message.
7460
7461         * message.el (message-in-body-p): New function.
7462
7463         * assistant.el: Autoload gnus-util and netrc.
7464
7465         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7466         Use `mm-charset-override-alist' only when decoding.
7467
7468         * mm-bodies.el (mm-decode-body): Call
7469         `mm-charset-to-coding-system' with allow-override argument.
7470
7471         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7472         `filename' from Content-Disposition if Content-Type doesn't
7473         provide `name'.
7474         (gnus-mime-view-part-as-type): Set default instead of
7475         initial-input.
7476
7477 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7478
7479         * format-spec.el (format-spec): Propagate text properties of % spec.
7480
7481 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus-art.el (gnus-treat-predicate): Add `first'.
7484
7485 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7488         (mm-charset-override-alist): New variable.
7489         (mm-charset-to-coding-system): Use it.
7490         (mm-codepage-setup): New helper function.
7491         (mm-charset-eval-alist): New variable.
7492         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7493         about unknown charsets.
7494
7495         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7496
7497 2005-10-04  David Hansen  <david.hansen@gmx.net>
7498
7499         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7500         (nnrss-check-group): Ditto.
7501
7502 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7505         Rename x-gnus-verbatim to x-verbatim.
7506         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7507
7508         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7509         x-verbatim.
7510
7511         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7512
7513         * gnus-util.el (gnus-remove-duplicates): Remove.
7514
7515         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7516         instead of gnus-remove-duplicates.
7517
7518         * message.el (message-remove-duplicates): Remove.
7519         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7520         message-remove-duplicates.
7521
7522         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7523         available, else use implementation from `delete-dups'.
7524
7525         * message.el (message-insert-expires): New function.
7526         (message-mode-map): Add key binding.
7527         (message-mode-field-menu): Add menu entry.
7528         (message-mode): Document it.
7529         (message-make-expires-date): Use `message-make-date'.
7530
7531 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7532
7533         * message.el (message-make-expires-date): New function.
7534
7535 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * Makefile.in (list-installed-shadows): New entry.
7538         (install): Use it.
7539         (remove-installed-shadows): New entry.
7540
7541         * dgnushack.el (dgnushack-default-load-path): New variable.
7542         (dgnushack-find-lisp-shadows): New function.
7543         (dgnushack-remove-lisp-shadows): New function.
7544
7545 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * Makefile.in (install-el-elc): New entry.
7548         (install): Use it so that .el files are necessarily installed.
7549
7550 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7553
7554 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7555
7556         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7557         function rather than the diff-mode.el package.
7558         (mm-display-external): Use with-current-buffer.
7559         (mm-viewer-completion-map, mm-viewer-completion-map):
7560         Move initialization inside declaration.
7561
7562 2005-09-29  Simon Josefsson  <jas@extundo.com>
7563
7564         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7565         autoload mail-check-payment.
7566         (spam-check-hashcash): Define unconditionally, since hashcash.el
7567         is part of Gnus now.  Ignore errors from payment checking.
7568
7569 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * message.el (message-bold-region, message-unbold-region): Rename
7572         from `bold-region' and `unbold-region'.
7573
7574         * message.el: Remove useless autoloads.
7575
7576 2005-09-28  Simon Josefsson  <jas@extundo.com>
7577
7578         * message.el (message-use-idna): Default to t.
7579         (message-use-idna): Test whether encoding works too.  Doc fix.
7580
7581 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * nntp.el (nntp-warn-about-losing-connection): Remove.
7584
7585 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7588         customizable.  Change default value.
7589         (mm-uu-diff-groups-regexp): Change default value.
7590         (mm-uu-type-alist): Add doc string.
7591         (mm-uu-configure): Add doc string.  Make it interactive.
7592         (mm-uu-tex-groups-regexp): New variable.
7593         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7594         (mm-uu-type-alist): Add LaTeX documents.
7595         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7596         of "text/verbatim".
7597         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7598
7599         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7600         instead of "text/verbatim".
7601
7602         * message.el (message-mark-inserted-region)
7603         (message-mark-insert-file): Use slrn style marks when called with
7604         prefix argument.
7605
7606 2005-09-27  Simon Josefsson  <jas@extundo.com>
7607
7608         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7609
7610 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7611
7612         * message.el (message-remove-duplicates): New function.
7613         Implementation borrowed from `gnus-remove-duplicates'.
7614         (message-idna-to-ascii-rhs): Also encode idna addresses in
7615         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7616         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7617         only ask about the same idna domain once per header and also tell
7618         in what header to replace the idna domain.
7619
7620         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7621         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7622         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7623         a header is decoded and not just the last one.
7624
7625 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7628         has been decoded.
7629
7630         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7631         (mm-insert-part): Don't modify text if it has been decoded.
7632
7633         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7634         decoded.
7635
7636         * mm-view.el (mm-inline-text): Don't strip text props unless
7637         decoding enriched or richtext parts.
7638
7639 2005-09-25  Romain Francoise  <romain@orebokech.com>
7640
7641         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7642         * gnus-start.el (gnus-subscribe-interactively):
7643         * gnus-uu.el (gnus-uu-grab-articles):
7644         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7645         space.
7646
7647 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7648
7649         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7650         * mm-view.el (mm-view-pkcs7-decrypt):
7651         * gnus-sum.el (gnus-summary-limit-to-extra)
7652         (gnus-summary-respool-article, gnus-read-move-group-name):
7653         * gnus-score.el (gnus-summary-increase-score):
7654         * gnus-util.el (gnus-completing-read-with-default):
7655         * gnus-art.el (gnus-read-save-file-name)
7656         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7657         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7658         * message.el (message-check-news-header-syntax):
7659         Follow convention for reading with the minibuffer.
7660
7661 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7662
7663         * spam-report.el (spam-report-url-ping-plain):
7664         Use gnus-extended-version as User-Agent.
7665
7666         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7667         default value is nil.
7668
7669         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7670         (mm-uu-verbatim-marks-extract): New function.
7671         (mm-uu-extract): New face.
7672         (mm-uu-copy-to-buffer): Use it.
7673
7674         * spam-report.el (spam-report-gmane-ham): Renamed from
7675         `spam-report-gmane-unspam'.
7676         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7677         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7678
7679         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7680         Autoload.
7681         (spam-report-gmane-unregister-routine): Renamed
7682         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7683
7684 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7687         (spam-report-gmane-unregister-routine): Add support for gmane
7688         unregistration.
7689
7690         * spam-report.el (spam-report-gmane-unspam)
7691         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7692         (spam-report-gmane): Change to take a single article and do unspam
7693         registration.
7694
7695 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * mm-url.el (mm-url-decode-entities): Fix regexp.
7698
7699 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7702         default to nil, to be able to use Gnus at all.  If the default
7703         switches to something else, then the function should be fixed not
7704         be exceedingly slow.
7705
7706 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7709         fail hard.
7710
7711         * spam-report.el: Add better Keywords line.
7712
7713         * spam.el: Add Maintainer and better Keywords line.
7714
7715 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * gnus-art.el (gnus-article-replace-part)
7718         (gnus-mime-replace-part): New functions.
7719         (gnus-mime-action-alist, gnus-mime-button-commands)
7720         (gnus-mime-save-part-and-strip): Added file argument.
7721         (gnus-article-part-wrapper): Added interactive argument.
7722
7723         * gnus-sum.el (gnus-summary-mime-map): Add
7724         `gnus-article-replace-part'.
7725
7726 2005-09-19  Didier Verna  <didier@xemacs.org>
7727
7728         The nnml compaction feature:
7729         * nnml.el (nnml-request-compact-group): New function.
7730         * nnml.el (nnml-request-compact): New function.
7731         * gnus-int.el (gnus-request-compact-group): New function.
7732         * gnus-int.el (gnus-request-compact): New function.
7733         * gnus-group.el (gnus-group-compact-group): New function.
7734         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7735         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7736         * gnus-srvr.el (gnus-server-compact-server): New function.
7737         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7738         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7739
7740 2005-09-18  Deepak Goel  <deego@gnufans.org>
7741
7742         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7743         format spec.
7744
7745 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7748
7749 2005-09-15  Romain Francoise  <romain@orebokech.com>
7750
7751         * message.el (message-fill-paragraph): Clarify docstring.
7752
7753 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-art.el (gnus-mime-display-part): Protect against broken
7756         MIME messages.
7757
7758 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7761         before parsing header.
7762
7763 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7764
7765         * html2text.el (html2text-replace-list): Add new entities.
7766
7767 2005-09-11  Romain Francoise  <romain@orebokech.com>
7768
7769         * message.el (message-alternative-emails): Improve docstring.
7770         (message-setup-1): Call `message-use-alternative-email-as-from'
7771         after `message-setup-hook' to give it precedence over posting
7772         styles, etc.
7773         (message-use-alternative-email-as-from): Add docstring.  Remove
7774         the original From header if present.
7775
7776         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7777         (nnml-save-mail): Use it.
7778
7779         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7780         articles.  Add new argument `silent'.
7781         (gnus-uu-mark-all): Report the total number of marked articles.
7782
7783 2005-09-10  Romain Francoise  <romain@orebokech.com>
7784
7785         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7786         (gnus-uu-mark-series): Likewise.
7787
7788 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * spam-report.el (spam-report-gmane): Fix generation of spam
7791         report URL.
7792
7793 2005-09-10  Simon Josefsson  <jas@extundo.com>
7794
7795         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7796         t, based on discussion on the ding list with Robert Epprecht
7797         <epprecht@solnet.ch>.
7798
7799 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * spam-report.el (spam-report-gmane): Make it work without
7802         X-Report-Spam header.  Gmane now only provides Archived-At.
7803         This is only used if `spam-report-gmane-use-article-number' is nil.
7804         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7805
7806         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7807         make `gnus-summary-sort-by-recipient' work with threading.
7808
7809         * nnweb.el (nnweb-google-wash-article): Print a message if article
7810         is not available.
7811
7812 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7813
7814         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7815         change.  Decode text/* parts content before displaying.
7816
7817 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7820
7821 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7824
7825         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7826         url-package-name, url-package-version,
7827         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7828         w3m-display-inline-images, and w3m-minor-mode-map.
7829
7830 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * message.el (message-tab-body-function): Fix mismatched custom type.
7833
7834         * gnus.el (gnus-group-change-level-function): Ditto.
7835
7836         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7837
7838         * gnus-art.el (gnus-signature-limit)
7839         (gnus-article-mime-part-function): Ditto.
7840
7841 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * mml.el (mml-mode): Silence the byte compiler.
7844
7845         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7846         using `(sit-for 0)' before moving the point to the specified part;
7847         skip unbuttonized parts.
7848         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7849         return to the summary window if gnus-auto-select-part is non-nil.
7850
7851 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7854         variables.
7855         (mml-dnd-attach-file, mml-mode): Use them.
7856
7857         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7858         Make fetching article by MID work again for Google Groups.  Added
7859         FIXME concerning gnus-group-make-web-group.
7860
7861         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7862         Don't depend on Gnus by using mail-extract-address-components if
7863         gnus-extract-address-components is not bound.
7864
7865 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus-art.el (gnus-mime-display-security): Don't display the
7868         signature, but only the signed part.
7869
7870 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7873
7874         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7875         list, not listp.
7876
7877 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7878
7879         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7880         when encoding.
7881
7882         * mm-bodies.el (mm-decode-content-transfer-encoding):
7883         De-canonicalize CRLF for all text content types, not just
7884         text/plain.
7885
7886 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7889         valid article; point arrow and cursor at the MIME button.
7890
7891 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7894         Suggested by Dan Christensen <jdc@uwo.ca>.
7895
7896         * mm-decode.el (mm-save-part): Enable change of prompt.
7897
7898 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7899
7900         * gnus-msg.el (gnus-inews-add-send-actions): Made
7901         `message-post-method' lambda parameter ARG `&optional'.
7902
7903 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * gnus-sum.el (gnus-summary-mime-map): Added
7906         gnus-article-save-part-and-strip, gnus-article-delete-part and
7907         gnus-article-jump-to-part.
7908
7909         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7910         (gnus-article-edit-part): Use it.
7911         (gnus-article-part-wrapper): Added no-handle argument.
7912         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7913         functions.
7914
7915 2005-08-29  Romain Francoise  <romain@orebokech.com>
7916
7917         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7918         docstring.
7919         (gnus-face-from-file): Likewise.
7920
7921 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7924         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7925         non-nil.
7926         (gnus-auto-select-part): New variable.
7927         (gnus-article-jump-to-part): New function.
7928         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7929         (gnus-mime-delete-part): Allow selecting specified part after
7930         deleting or stripping parts.
7931         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7932         part if argument is bogus.
7933
7934 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7935
7936         * gnus-art.el (w3m-minor-mode-map):
7937         * gnus-spec.el (gnus-newsrc-file-version):
7938         * gnus-util.el (nnmail-active-file-coding-system)
7939         (gnus-original-article-buffer, gnus-user-agent):
7940         * gnus.el (gnus-ham-process-destinations)
7941         (gnus-parameter-ham-marks-alist)
7942         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7943         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7944         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7945         * mm-decode.el (gnus-current-window-configuration):
7946         * mm-extern.el (gnus-article-mime-handles):
7947         * mm-url.el (url-current-object, url-package-name)
7948         (url-package-version):
7949         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7950         (smime-keys, w3m-cid-retrieve-function-alist)
7951         (w3m-current-buffer, w3m-display-inline-images)
7952         (w3m-minor-mode-map):
7953         * mml-smime.el (gnus-extract-address-components):
7954         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7955         (gnus-newsrc-hashtb, message-default-charset)
7956         (message-deletable-headers, message-options)
7957         (message-posting-charset, message-required-mail-headers)
7958         (message-required-news-headers):
7959         * mml1991.el (mc-pgp-always-sign):
7960         * mml2015.el (mc-pgp-always-sign):
7961         * nnheader.el (nnmail-extra-headers):
7962         * rfc1843.el (gnus-decode-encoded-word-function)
7963         (gnus-decode-header-function, gnus-newsgroup-name):
7964         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7965
7966 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7967
7968         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7969         the end of the date treatments.
7970
7971 2005-08-15  Simon Josefsson  <jas@extundo.com>
7972
7973         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7974         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7975         Capello and Romain Francoise.
7976         (pgg-fetch-key-function): Removed, not used?
7977         (pgg-insert-url-with-w3): Require url, to get
7978         url-insert-file-contents regardless of where it is defined.
7979
7980 2005-08-13  Romain Francoise  <romain@orebokech.com>
7981
7982         * message.el (message-cite-original-1): New function.
7983         (message-cite-original): Use it.
7984         (message-cite-original-without-signature): Ditto.
7985
7986 2005-08-08  Romain Francoise  <romain@orebokech.com>
7987
7988         * message.el (message-yank-empty-prefix): New variable.
7989         (message-indent-citation): Use it.
7990         (message-cite-original-without-signature): Respect X-No-Archive.
7991
7992 2005-08-08  Simon Josefsson  <jas@extundo.com>
7993
7994         * pgg.el: Autoload url-insert-file-contents instead of loading
7995         w3/url.
7996         (pgg-insert-url-with-w3): Don't load url here.
7997
7998 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7999
8000         * message.el (message-kill-to-signature): Don't insert newline at
8001         bol.
8002         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8003
8004 2005-08-06  Romain Francoise  <romain@orebokech.com>
8005
8006         * message.el (message-user-fqdn): Fix typo in docstring.
8007
8008 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8009
8010         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8011
8012         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8013
8014 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * mm-bodies.el (mm-encode-body): Use coding system rather than
8017         charset to encode text.
8018
8019         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8020         number of charsets if utf-8 is available (XEmacs).
8021
8022 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8025         taken from `gnus-button-mid-or-mail-regexp'.
8026         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8027         (gnus-button-alist): Improve regexp for domain part of the MIDs
8028         for news:localpart@domain buttons.
8029         (gnus-button-ctan-directory-regexp): Update.
8030
8031 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * sieve-manage.el (sieve-manage-interactive-login): Use
8034         make-local-variable rather than make-variable-buffer-local.
8035         (sieve-manage-open): Ditto.
8036         (sieve-manage-authenticate): Ditto.
8037
8038         * mml.el (mml-generate-mime-1): Make the content type default to
8039         text/plain if the filename is not specified.
8040
8041 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8044         instead of insert-buffer.
8045
8046         * message.el (message-yank-original): Ditto; set the mark at the
8047         end of the yanked message.
8048
8049 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8052         lines to scroll rather than to stop it.
8053
8054         * mml.el (mml-generate-default-type): Add doc string.
8055         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8056         default to application/octet-stream when determining the content
8057         type if it is not specified for the part or the mml contents; add
8058         a comment about mml-generate-default-type.
8059
8060 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8063         make it default to application/octet-stream when determining the
8064         content type if it is not specified for the external contents.
8065
8066 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8069         segmented parameter but also other parameters might be there.
8070
8071 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * mm-decode.el (mm-display-external): Delete temp file, directory
8074         and buffer immediately if the external process is exited.
8075
8076 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8079         fewer lines than that of scroll-margin.
8080         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8081
8082 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el (gnus-article-next-page): Revert.
8085         (gnus-article-beginning-of-window): New macro.
8086         (gnus-article-next-page-1): Use it.
8087         (gnus-article-prev-page): Ditto.
8088         (gnus-article-edit-part): Use insert-buffer-substring instead of
8089         insert-buffer.
8090         (gnus-article-edit-exit): Ditto.
8091
8092         * gnus-util.el (gnus-beginning-of-window): Remove.
8093         (gnus-end-of-window): Remove.
8094
8095         * lpath.el: Don't bind header-line-format and scroll-margin.
8096
8097 2005-07-25  Simon Josefsson  <jas@extundo.com>
8098
8099         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8100         to have the url package without w3.  Reported by Daiki Ueno
8101         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8102
8103 2005-07-20  Didier Verna  <didier@xemacs.org>
8104
8105         * gnus-diary.el: Remove the description comment (nndiary is now
8106         properly documented in the Gnus manual).
8107         Fix the spelling of "Back End".
8108         * nndiary.el: Ditto.
8109         Fix the copyright notice.
8110
8111 2005-07-18  Romain Francoise  <romain@orebokech.com>
8112
8113         * gnus-sum.el (gnus-summary-to-prefix)
8114         (gnus-summary-newsgroup-prefix): New variables.
8115         (gnus-summary-from-or-to-or-newsgroups): Use them.
8116
8117 2005-07-17  Romain Francoise  <romain@orebokech.com>
8118
8119         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8120         space as it's generally not especially interesting to the user.
8121
8122 2005-07-16  Romain Francoise  <romain@orebokech.com>
8123
8124         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8125         nil to avoid prompting and file modification if one of the
8126         messages at the top of the nnfolder file contains a copyright
8127         notice.
8128         Update copyright notice.
8129
8130         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8131         instead of `current-time-string' as the latter creates a time
8132         string that is not RFC 2822 compliant (it lacks the zone).
8133         Update copyright notice.
8134
8135 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8136
8137         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8138         for text/rtf.  Display default in prompt.  Pass default for M-n.
8139
8140         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8141
8142 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * gnus-msg.el (gnus-button-mailto): Remove
8145         save-selected-window-window hackery because it relies on
8146         save-selected-window internals.
8147
8148 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8151         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8152         (gnus-article-prev-page): Ditto.
8153
8154         * gnus-util.el (gnus-beginning-of-window): New function.
8155         (gnus-end-of-window): New function.
8156
8157         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8158
8159 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8160
8161         * gnus-score.el (gnus-score-edit-all-score): Set
8162         gnus-score-edit-exit-function to gnus-score-edit-done and call
8163         gnus-message.
8164
8165 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * gnus-msg.el (gnus-button-mailto): Remove
8168         save-selected-window-window hackery because it relies on
8169         save-selected-window internals.
8170
8171 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8174         add-minor-mode.
8175         (gnus-binary-mode): Ditto.
8176
8177         * gnus-topic.el (gnus-topic-mode): Ditto.
8178
8179 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8180
8181         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8182         (gnus-article-prev-page): Take scroll-margin into consideration.
8183
8184 2005-07-04  Lute Kamstra  <lute@gnu.org>
8185
8186         Update FSF's address in GPL notices.
8187
8188 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8189
8190         * gnus.el (gnus-exit):
8191         * gnus-group.el (gnus-group-icons):
8192         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8193
8194         * gnus-nocem.el (gnus-nocem):
8195         * message.el (message-various, message-buffers, message-sending)
8196         (message-interface, message-forwarding, message-insertion)
8197         (message-headers, message-news, message-mail):
8198         * pgg-gpg.el (pgg-gpg):
8199         * pgg-parse.el (pgg-parse):
8200         * pgg-pgp.el (pgg-pgp):
8201         * pgg-pgp5.el (pgg-pgp5):
8202         * pop3.el (pop3): Finish `defgroup' description with period.
8203
8204 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-art.el (article-display-face): Improve the efficiency.
8207         (article-display-x-face): Ditto; remove grey x-face stuff.
8208
8209 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-art.el (article-display-face): Correct the position in
8212         which Faces are inserted.
8213
8214 2005-06-29  Didier Verna  <didier@xemacs.org>
8215
8216         * gnus-art.el (article-display-face): Display faces in correct
8217         order.
8218
8219 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8222         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8223         (gnus-nocem-check-article): Fetch the Type header.
8224         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8225         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8226         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8227         make sure gnus-nocem-hashtb is initialized.
8228         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8229         (gnus-nocem-unwanted-article-p): Ditto.
8230
8231         * pgg.el (pgg-verify): Return the verification result.
8232
8233 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8236         is ascii.
8237
8238 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8239
8240         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8241         `show-nonbreak-escape'.
8242
8243 2005-06-23  Lute Kamstra  <lute@gnu.org>
8244
8245         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8246
8247         * dig.el (dig-mode):
8248         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8249
8250 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8251
8252         * nnimap.el (nnimap-split-download-body): Fix spellings.
8253
8254 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8255
8256         * gnus-art.el (gnus-article-encrypt-body):
8257         * gnus-cus.el (gnus-score-customize):
8258         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8259         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8260
8261 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8262
8263         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8264         header by looking for magic "MII" at the beginnig.
8265
8266 2005-06-16  Miles Bader  <miles@gnu.org>
8267
8268         * gnus-xmas.el (gnus-xmas-group-startup-message):
8269         Use renamed gnus-splash face.
8270
8271         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8272         (assistant-field-face): New backward-compatibility alias for renamed
8273         face.
8274         (assistant-render-text): Use renamed assistant-field face.
8275
8276         * spam.el (spam): Remove "-face" suffix from face name.
8277         (spam-face): New backward-compatibility alias for renamed face.
8278         (spam-face, spam-initialize): Use renamed spam face.
8279
8280         * message.el (message-header-to, message-header-cc)
8281         (message-header-subject, message-header-newsgroups)
8282         (message-header-other, message-header-name)
8283         (message-header-xheader, message-separator, message-cited-text)
8284         (message-mml): Remove "-face" suffix from face names.
8285         (message-header-to-face, message-header-cc-face)
8286         (message-header-subject-face, message-header-newsgroups-face)
8287         (message-header-other-face, message-header-name-face)
8288         (message-header-xheader-face, message-separator-face)
8289         (message-cited-text-face, message-mml-face):
8290         New backward-compatibility aliases for renamed faces.
8291         (message-font-lock-keywords): Use renamed message faces.
8292
8293         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8294         (sieve-test-commands, sieve-tagged-arguments):
8295         Remove "-face" suffix from face names.
8296         (sieve-control-commands-face, sieve-action-commands-face)
8297         (sieve-test-commands-face, sieve-tagged-arguments-face):
8298         New backward-compatibility aliases for renamed faces.
8299         (sieve-control-commands-face, sieve-action-commands-face)
8300         (sieve-test-commands-face, sieve-tagged-arguments-face):
8301         Use renamed sieve faces.
8302
8303         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8304         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8305         (gnus-group-news-3-empty, gnus-group-news-4)
8306         (gnus-group-news-4-empty, gnus-group-news-5)
8307         (gnus-group-news-5-empty, gnus-group-news-6)
8308         (gnus-group-news-6-empty, gnus-group-news-low)
8309         (gnus-group-news-low-empty, gnus-group-mail-1)
8310         (gnus-group-mail-1-empty, gnus-group-mail-2)
8311         (gnus-group-mail-2-empty, gnus-group-mail-3)
8312         (gnus-group-mail-3-empty, gnus-group-mail-low)
8313         (gnus-group-mail-low-empty, gnus-summary-selected)
8314         (gnus-summary-cancelled, gnus-summary-high-ticked)
8315         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8316         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8317         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8318         (gnus-summary-low-undownloaded)
8319         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8320         (gnus-summary-low-unread, gnus-summary-normal-unread)
8321         (gnus-summary-high-read, gnus-summary-low-read)
8322         (gnus-summary-normal-read, gnus-splash):
8323         Remove "-face" suffix from face names.
8324         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8325         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8326         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8327         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8328         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8329         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8330         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8331         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8332         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8333         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8334         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8335         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8336         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8337         (gnus-summary-normal-ticked-face)
8338         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8339         (gnus-summary-normal-ancient-face)
8340         (gnus-summary-high-undownloaded-face)
8341         (gnus-summary-low-undownloaded-face)
8342         (gnus-summary-normal-undownloaded-face)
8343         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8344         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8345         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8346         (gnus-splash-face):
8347         New backward-compatibility aliases for renamed faces.
8348         (gnus-group-startup-message): Use renamed gnus faces.
8349
8350         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8351         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8352         (gnus-server-agent): Remove "-face" suffix from face names.
8353         (gnus-server-agent-face, gnus-server-opened-face)
8354         (gnus-server-closed-face, gnus-server-denied-face)
8355         (gnus-server-offline-face):
8356         New backward-compatibility aliases for renamed faces.
8357         (gnus-server-agent-face, gnus-server-opened-face)
8358         (gnus-server-closed-face, gnus-server-denied-face)
8359         (gnus-server-offline-face): Use renamed gnus faces.
8360
8361         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8362         Remove "-face" suffix from face names.
8363         (gnus-picon-xbm-face, gnus-picon-face):
8364         New backward-compatibility aliases for renamed faces.
8365
8366         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8367         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8368         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8369         (gnus-cite-11): Remove "-face" suffix from face names.
8370         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8371         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8372         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8373         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8374         New backward-compatibility aliases for renamed faces.
8375         (gnus-cite-attribution-face, gnus-cite-face-list)
8376         (gnus-article-boring-faces): Use renamed gnus faces.
8377
8378         * gnus-art.el (gnus-signature, gnus-header-from)
8379         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8380         (gnus-header-content): Remove "-face" suffix from face names.
8381         (gnus-signature-face, gnus-header-from-face)
8382         (gnus-header-subject-face, gnus-header-newsgroups-face)
8383         (gnus-header-name-face, gnus-header-content-face):
8384         New backward-compatibility aliases for renamed faces.
8385         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8386
8387         * gnus-sum.el (gnus-summary-selected-face)
8388         (gnus-summary-highlight): Use renamed gnus faces.
8389         * gnus-group.el (gnus-group-highlight): Likewise.
8390
8391 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8392
8393         * gnus-sieve.el (gnus-sieve-article-add-rule):
8394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8395         * spam-stat.el (spam-stat-buffer-change-to-spam)
8396         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8397
8398         * message.el (message-is-yours-p):
8399         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8400
8401 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * mm-view.el (mm-inline-text): Withdraw the last change.
8404
8405 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8408         executing enriched-decode.
8409
8410 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8413         charset of tar files.
8414
8415 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8416
8417         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8418
8419 2005-06-04  Lute Kamstra  <lute@gnu.org>
8420
8421         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8422         information is never recorded.
8423
8424 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8425
8426         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8427
8428 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * pop3.el (pop3-apop): Run md5 in the binary mode.
8431
8432         * starttls.el (starttls-set-process-query-on-exit-flag):
8433         Use eval-and-compile.
8434
8435 2005-05-31  Simon Josefsson  <jas@extundo.com>
8436
8437         * smime.el (smime-replace-in-string): Define.
8438         (smime-cert-by-ldap-1): Use it.
8439
8440 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-art.el (article-display-x-face): Replace
8443         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8444
8445         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8446         set-process-query-on-exit-flag or process-kill-without-query.
8447
8448         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8449         loop instead of replace-regexp.
8450
8451         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8452         instead of process-kill-without-query if it is available.
8453
8454         * lpath.el: Fbind ldap-search-entries.
8455
8456         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8457         instead of find-file-hooks if it is available.
8458
8459         * mml1991.el: Bind pgg-default-user-id when compiling.
8460
8461         * mml2015.el: Bind pgg-default-user-id when compiling.
8462
8463         * nndraft.el (nndraft-request-associate-buffer):
8464         Use write-contents-functions instead of write-contents-hooks if it is
8465         available.
8466
8467         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8468         instead of find-file-hooks if it is available.
8469
8470         * nntp.el (nntp-open-connection): Replace
8471         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8472         (nntp-open-ssl-stream): Ditto.
8473         (nntp-open-tls-stream): Ditto.
8474
8475         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8476         set-process-query-on-exit-flag or process-kill-without-query.
8477         (starttls-open-stream-gnutls): Use it instead of
8478         process-kill-without-query.
8479         (starttls-open-stream): Ditto.
8480
8481 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8482
8483         * smime.el (smime-cert-by-ldap-1): Don't use
8484         replace-regexp-in-string.
8485
8486 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8487
8488         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8489
8490         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8491         in PEM format.  Adjust to the XEmacs compability.
8492
8493 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8496         by `string-to-number'.
8497         * gnus-agent.el (gnus-agent-regenerate-group)
8498         (gnus-agent-fetch-articles): Ditto.
8499         * gnus-art.el (gnus-button-fetch-group): Ditto.
8500         * gnus-cache.el (gnus-cache-generate-active)
8501         (gnus-cache-articles-in-group): Ditto.
8502         * gnus-group.el (gnus-group-set-current-level)
8503         (gnus-group-insert-group-line): Ditto.
8504         * gnus-score.el (gnus-score-set-expunge-below)
8505         (gnus-score-set-mark-below, gnus-summary-score-effect)
8506         (gnus-summary-score-entry): Ditto.
8507         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8508         (gnus-soup-pack): Ditto.
8509         * gnus-spec.el (gnus-xmas-format): Ditto.
8510         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8511         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8512         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8513         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8514         * nndb.el (nndb-get-remote-expire-response): Ditto.
8515         * nndiary.el (nndiary-parse-schedule-value)
8516         (nndiary-string-to-number, nndiary-request-replace-article)
8517         (nndiary-request-article): Ditto.
8518         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8519         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8520         * nneething.el (nneething-make-head): Ditto.
8521         * nnfolder.el (nnfolder-request-article)
8522         (nnfolder-retrieve-headers): Ditto.
8523         * nnheader.el (nnheader-file-to-number): Ditto.
8524         * nnkiboze.el (nnkiboze-request-article): Ditto.
8525         * nnmail.el (nnmail-process-unix-mail-format)
8526         (nnmail-process-babyl-mail-format): Ditto.
8527         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8528         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8529         (nnmh-request-create-group, nnmh-request-list-1)
8530         (nnmh-request-group, nnmh-request-article): Ditto.
8531         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8532         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8533         * nnsoup.el (nnsoup-make-active): Ditto.
8534         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8535         * nntp.el (nntp-find-group-and-number)
8536         (nntp-retrieve-headers-with-xover): Ditto.
8537         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8538         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8539         (pgg-format-key-identifier): Ditto.
8540         * pop3.el (pop3-last, pop3-stat): Ditto.
8541         * qp.el (quoted-printable-decode-region): Ditto.
8542
8543         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8544         of concat.
8545
8546 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8549
8550         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8551
8552         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8553
8554         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8555
8556         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8557
8558         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8559
8560         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8561         (gnus-carpal-mode): Ditto.
8562
8563         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8564         (gnus-browse-mode): Ditto.
8565
8566         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8567
8568         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8569
8570 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8571
8572         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8573
8574 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-util.el (gnus-run-mode-hooks): New function.
8577
8578         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8579
8580         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8581         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8582
8583 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8584
8585         * gnus-agent.el (gnus-agent-make-mode-line-string):
8586         Use mode-line-highlight as mouse-face.
8587
8588 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * canlock.el (canlock): Change the parent group to news.
8591
8592         * deuglify.el (gnus-outlook-deuglify): Add :group.
8593
8594         * dig.el (dig): Add :group.
8595
8596         * dns-mode.el (dns-mode): Add :group.
8597
8598         * encrypt.el (encrypt): Add :group.
8599
8600         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8601         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8602         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8603         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8604         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8605
8606         * gnus-diary.el (gnus-diary): Add :group.
8607
8608         * gnus.el (gnus-group-news-1-face): Add :group.
8609         (gnus-group-news-1-empty-face): Ditto.
8610         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8611         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8612         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8613         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8614         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8615         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8616         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8617         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8618         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8619         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8620         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8621         (gnus-summary-high-ticked-face): Ditto.
8622         (gnus-summary-low-ticked-face): Ditto.
8623         (gnus-summary-normal-ticked-face): Ditto.
8624         (gnus-summary-high-ancient-face): Ditto.
8625         (gnus-summary-low-ancient-face): Ditto.
8626         (gnus-summary-normal-ancient-face): Ditto.
8627         (gnus-summary-high-undownloaded-face): Ditto.
8628         (gnus-summary-low-undownloaded-face): Ditto.
8629         (gnus-summary-normal-undownloaded-face): Ditto.
8630         (gnus-summary-high-unread-face): Ditto.
8631         (gnus-summary-low-unread-face): Ditto.
8632         (gnus-summary-normal-unread-face): Ditto.
8633         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8634         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8635
8636         * hashcash.el (hashcash): New custom group.
8637         (hashcash-default-payment): Add :group.
8638         (hashcash-payment-alist): Ditto.
8639         (hashcash-default-accept-payment): Ditto.
8640         (hashcash-accept-resources): Ditto.
8641         (hashcash-path): Ditto.
8642         (hashcash-extra-generate-parameters): Ditto.
8643         (hashcash-double-spend-database): Ditto.
8644         (hashcash-in-news): Ditto.
8645
8646         * message.el (message-minibuffer-local-map): Add :group.
8647
8648         * netrc.el (netrc): Add :group.
8649
8650         * sieve-manage.el (sieve-manage-log): Add :group.
8651         (sieve-manage-default-user): Diito.
8652         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8653         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8654         (sieve-manage-authenticators): Ditto.
8655         (sieve-manage-authenticator-alist): Ditto.
8656         (sieve-manage-default-port): Ditto.
8657
8658         * sieve-mode.el (sieve-control-commands-face): Add :group.
8659         (sieve-action-commands-face): Ditto.
8660         (sieve-test-commands-face): Ditto.
8661         (sieve-tagged-arguments-face): Ditto.
8662
8663         * smime.el (smime): Add :group.
8664
8665         * spam-report.el (spam-report): Add :group.
8666
8667         * spam.el (spam, spam-face): Add :group.
8668
8669 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8672         return \n.\n.\n at the end of articles.  Protect against that.
8673         (nntp-with-open-group): Allow debugging.
8674
8675         * nnheader.el (mail-header-set-extra): Make into a function
8676         because I just could't understand how to quote the list properly.
8677
8678         * dns.el (query-dns-cached): New function.
8679
8680 2005-05-26  Lute Kamstra  <lute@gnu.org>
8681
8682         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8683
8684 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8687
8688         * gnus-art.el: Don't autoload mail-extract-address-components.
8689
8690         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8691         eval-and-compile to evaluate it.
8692
8693         * hashcash.el: Don't autoload executable-find.
8694
8695         * nndb.el: Don't declare the nndb back end two or more times; don't
8696         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8697
8698         * nntp.el: Autoload format-spec instead of format; use
8699         eval-and-compile to evaluate autoload forms.
8700
8701 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8702
8703         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8704
8705 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus.el (gnus-version-number): Bump version.
8708
8709 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8710
8711         * gnus.el: No Gnus v0.3 is released.
8712
8713 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * lpath.el (featurep): Bind show-nonbreak-escape.
8716
8717 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-art.el (gnus-article-edit-part): Disable undo.
8720
8721 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8724         gnus-article-date-lapsed-new-header is t if date timer is active;
8725         skip headers in which the original date value is empty.
8726         (gnus-article-save-original-date): Redefine it as a macro.
8727         (gnus-display-mime): Use it.
8728
8729 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-art.el (article-date-ut): Support converting date in
8732         forwarded parts as well.
8733         (gnus-article-save-original-date): New function.
8734         (gnus-display-mime): Use it.
8735
8736 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8737
8738         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8739         enclosure element of <item>.
8740
8741 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * message.el (message-kill-buffer-query): Renamed from
8744         `message-kill-buffer-query-if-modified'.  Added :version.
8745
8746 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8749         window layout.
8750
8751 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * mml.el: Autoload dnd when compiling.
8754
8755 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8758         x-dnd-*.
8759
8760 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * qp.el (quoted-printable-encode-region): Save excursion.
8763
8764 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * message.el (message-kill-buffer-query-if-modified): Add new variable
8767         so the user can kill a modified message buffer quickly.
8768         (message-kill-buffer): Use it.
8769
8770 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * lpath.el: Fbind display-time-event-handler; don't fbind
8773         string-to-multibyte.
8774
8775         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8776
8777 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8780         contained in text because xml.el decodes entities) with LFs.
8781
8782 2005-04-11  Lute Kamstra  <lute@gnu.org>
8783
8784         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8785         differently.
8786
8787 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8788
8789         * mm-util.el (mm-detect-coding-region): Typo.
8790
8791 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8794
8795 2005-04-06  Deepak Goel  <deego@gnufans.org>
8796
8797         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8798         user-function allow user modifications of the scores.
8799         (spam-stat-score-buffer-user): New function, to allow
8800         user-computed modifications to the score.
8801         (spam-stat-score-buffer-user-functions): List of additional
8802         scoring functions.
8803         (spam-stat-error-holder): Global temporary error holder.
8804         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8805         variable.
8806
8807 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8808
8809         * gnus-registry.el (gnus-registry-clean-empty-function)
8810         (gnus-registry-trim, gnus-registry-fetch-groups)
8811         (gnus-registry-delete-group): Groups that match
8812         `gnus-registry-ignored-groups' are removed from the registry
8813         entries, not just ignored for splitting.  This helps clean up the
8814         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8815         to get all the groups a message ID is in.
8816
8817         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8818         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8819         (spam-stat-score-buffer-user-functions): Add :number custom type.
8820
8821 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8824         argument in XEmacs.
8825
8826         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8827         (nnrss-request-group): Decode group name first.
8828         (nnrss-request-article): Make a text/plain article if mml-to-mime
8829         failed.
8830         (nnrss-get-encoding): Return a compatible encoding according to
8831         nnrss-compatible-encoding-alist.
8832         (nnrss-find-el): Use consp instead of listp.
8833         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8834
8835 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8838         which Emacs 20 doesn't support.
8839         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8840
8841 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8844         silence the byte compiler inside the defun.
8845
8846         * gnus-demon.el (parse-time-string): Add autoload.
8847
8848         * gnus-delay.el (parse-time-string): Add autoload.
8849
8850         * gnus-art.el (parse-time-string): Add autoload.
8851
8852         * nnultimate.el (parse-time): Require for `parse-time-string'.
8853
8854 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8857
8858         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8859
8860         * smime.el (smime-ldap-host-list): Add :version.
8861
8862 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8865         pass it to `gnus-browse-read-group'.
8866         (gnus-browse-read-group): Add NUMBER argument and pass it to
8867         `gnus-group-read-ephemeral-group'.
8868
8869         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8870         argument and pass it to `gnus-group-read-group'.
8871
8872 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8873
8874         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8875         mm-xemacs-find-mime-charset-1 if we have the mule feature
8876         available at runtime.
8877
8878 2005-03-25  Werner Lemberg  <wl@gnu.org>
8879
8880         * nnmaildir.el: Replace `illegal' with `invalid'.
8881
8882 2005-03-23  Lute Kamstra  <lute@gnu.org>
8883
8884         * time-date.el: Add comment on time value formats.
8885         Don't require parse-time.
8886         (with-decoded-time-value): New macro.
8887         (encode-time-value): New function.
8888         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8889         (days-to-time): Return a valid time value when arg is huge.
8890         (time-since): Use time-subtract.
8891         (time-to-number-of-days): Use time-to-seconds.
8892
8893 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8894
8895         * gnus-start.el (gnus-display-time-event-handler):
8896         Check display-time-timer at runtime rather than only at load time
8897         in case display-time-mode is turned off in the mean time.
8898
8899 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8902         used.
8903
8904         * nneething.el (nneething-map-file-directory): Derive from
8905         `gnus-directory'.
8906
8907         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8908         the To/Cc button.
8909
8910 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * nnmaildir.el (nnmaildir-request-accept-article):
8913         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8914
8915 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8916
8917         * gnus-async.el: Require timer-funcs at compile time when in
8918         XEmacs for `run-with-idle-timer'.
8919
8920 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8921
8922         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8923         autoloaded function.
8924
8925 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8928
8929 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8930
8931         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8932
8933 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8936         gnus-expert-user to default.
8937
8938 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8939
8940         * nnimap.el (nnimap-open-server): Ditto.
8941
8942         * imap.el (imap-authenticate): Fix typo.
8943
8944 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8945
8946         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8947         buffer (since IMAP server might return FETCH response out of
8948         order, and the nntp buffer must be sorted).
8949
8950 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8951
8952         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8953         comparison on string.
8954
8955         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8956         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8957         (gnus-agent-summary-fetch-series): Modified to protect against
8958         gnus-agent-summary-fetch-group clearing processable flags.
8959         (gnus-agent-synchronize-group-flags): Update live group buffer as
8960         synchronization may occur due to the user toggle the plugged
8961         status.
8962         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8963         successfully downloaded.
8964         (gnus-agent-expire-group-1): Avoid using markers when the overview
8965         is in ascending order; greatly improves performance.
8966         (gnus-agent-regenerate-group): Use
8967         gnus-agent-synchronize-group-flags to reset read status in both
8968         gnus and server.
8969         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8970
8971 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * message.el: Don't autoload former message-utils variables.
8974         (message-strip-subject-trailing-was): Change doc string.
8975
8976         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8977         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8978         (nnweb-google-search): Add "hl=en" here.
8979         (nnweb-google-parse-1, nnweb-google-create-mapping):
8980         Don't hardcode URL.
8981
8982 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * message.el (message-get-reply-headers, message-followup):
8985         Mention related variables `message-use-followup-to' and
8986         `message-use-mail-followup-to', in the information buffer.
8987
8988         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8989         of broken groups(-beta).google.com.
8990
8991 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8992
8993         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8994         parameter to invoked gnus-request-move-article; remove the
8995         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8996         all at once instead of once per article.
8997         (gnus-summary-remove-process-mark): Accept a list of articles as
8998         well as a single article for processing.
8999
9000         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9001         parameter.
9002
9003         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9004
9005         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9006
9007         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9008         parameter.
9009
9010         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9011         parameter.
9012
9013         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9014         parameter and remove the gnus-sum-hint-move-is-internal variable.
9015
9016         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9017         parameter.
9018
9019         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9020         parameter.
9021
9022         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9023         parameter.
9024
9025         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9026
9027         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9028         parameter.
9029
9030         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9031         parameter.
9032
9033 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9034
9035         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9036         a more conservative way.
9037
9038 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9039
9040         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9041         buffer, so it moves the window's cursor.
9042
9043 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9044
9045         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9046         `mm-dissect-multipart' and receive the from field as an (optional)
9047         argument from `mm-dissect-multipart'.
9048         (mm-dissect-multipart): Receive the from field as an argument and
9049         pass it on when we call `mm-dissect-buffer' on MIME parts.
9050         Fixes verification/decryption of signed/encrypted MIME parts.
9051
9052 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9053
9054         * gnus-sum.el (gnus-summary-move-article): Set
9055         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9056         whatever it calls (right now, only nnimap-request-move article
9057         respects it).
9058
9059         * nnimap.el (nnimap-request-move-article): When
9060         gnus-sum-hint-move-is-internal is set, don't do the extra
9061         nnimap-request-article.
9062
9063 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9066
9067         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9068         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9069
9070         * gnus-sum.el (gnus-summary-caesar-message):
9071         Apply `gnus-treat-article' after rotation.
9072
9073         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9074         doc string.
9075
9076 2005-02-22  Simon Josefsson  <jas@extundo.com>
9077
9078         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9079         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9080         <arne@arnested.dk>.
9081         (encrypt): Add password-cache and password-cache-expiry as group
9082         members.
9083
9084 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9085
9086         * smime.el (smime-ldap-host-list): Doc fix.
9087         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9088         cache) password.
9089         (smime-sign-region): Use it.
9090         (smime-decrypt-region): Use it.
9091         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9092         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9093         fails.
9094         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9095         certificate from DER to PEM format rather than calling openssl.
9096
9097         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9098
9099         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9100         for signing/encryption.
9101
9102         * mml.el (mml-parse-1): Use them.
9103
9104 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9105
9106         * nnrss.el (nnrss-verbose): Removed.
9107         (nnrss-request-group): Use `nnheader-message' instead.
9108
9109 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9110
9111         * nnrss.el (nnrss-verbose): New variable.
9112         (nnrss-request-group): Make it say nnrss is requesting a group.
9113
9114 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9117         Handle news URL with given port correctly.
9118
9119 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9122         containing special characters.
9123
9124         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9125
9126         * mml.el (mime-to-mml): Ditto.
9127
9128         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9129         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9130         (rfc2047-decode-region): Quote decoded words containing special
9131         characters when rfc2047-quote-decoded-words-containing-tspecials
9132         is non-nil.
9133
9134 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9135
9136         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9137
9138         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9139
9140 2005-02-15  Simon Josefsson  <jas@extundo.com>
9141
9142         * nnimap.el (nnimap-debug): Doc fix.
9143
9144         * imap.el (imap-debug): Doc fix.
9145
9146 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9149
9150 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9151
9152         * gnus.el (spam-contents): Improve docs for spam-contents
9153         parameter in its variable incarnation.
9154
9155 2005-02-14  Simon Josefsson  <jas@extundo.com>
9156
9157         * smime-ldap.el: Use require instead of load-library for ldap.
9158         (smime-ldap-search): Indent.
9159         (smime-ldap-search-internal): Shorten line.
9160
9161         * smime.el (smime-cert-by-dns): Add doc-string.
9162         (smime-cert-by-ldap-1): Indent.
9163
9164         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9165         mml-smime-get-dns-ldap.
9166         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9167
9168 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9169
9170         * smime.el: Require smime-ldap.
9171         (smime-ldap-host-list): New variable.
9172         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9173
9174         * mml-smime.el (mml-smime-encrypt-query): New function.
9175         (mml-smime-encrypt-query): Use it.
9176
9177         * smime-ldap.el: New file.
9178
9179 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9182
9183 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9186         argument in doc string.  Make query for type more clear.
9187
9188 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gnus.el (gnus-group-startup-message): Search for gnus images in
9191         etc/images/gnus.
9192         * mm-util.el (mm-image-load-path): Likewise.
9193         * smiley.el (smiley-data-directory): Search for smilies in
9194         etc/images/smilies.
9195
9196 2005-02-09  Kim F. Storm  <storm@cua.dk>
9197
9198         Change Emacs release version from 21.4 to 22.1 throughout.
9199         Change Emacs development version from 21.3.50 to 22.0.50.
9200
9201 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9204
9205         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9206         non-Mule XEmacs as well.
9207         (mm-decompress-buffer): Signal an error intentionally if it does
9208         not decompress compressed data because auto-compression-mode is
9209         disabled.
9210
9211 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9212
9213         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9214         an ID in the registry even if it has no groups.
9215
9216 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9219         merge it into mm-decompress-buffer.
9220         (gnus-mime-copy-part): Use the MIME part charset, the value which
9221         a user specified or gnus-newsgroup-charset for decoding, like
9222         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9223         save-buffer what was used.  Suggested by Kevin Ryde
9224         <user42@zip.com.au>.
9225         (gnus-mime-inline-part): Allow the name parameter as well as the
9226         filename parameter; force decompressing of compressed data; always
9227         display contents being not decoded as unibyte.
9228
9229         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9230         as well as the filename parameter.
9231
9232         * mm-util.el (mm-decompress-buffer): Merge
9233         gnus-mime-jka-compr-maybe-uncompress.
9234         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9235         of compressed data.
9236
9237 2005-02-08  Simon Josefsson  <jas@extundo.com>
9238
9239         * imap.el (imap-log): Doc fix.
9240
9241 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9244         the coding cookies; decompress compressed parts.
9245
9246         * mml.el (mml-generate-mime-1): Add the charset parameter according
9247         to the value which a user specified manually or the coding cookie.
9248
9249         * mm-util.el (mm-string-to-multibyte): New function.
9250         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9251         (mm-coding-system-to-mime-charset): New function.
9252         (mm-decompress-buffer): New function.
9253         (mm-find-buffer-file-coding-system): New function.
9254
9255         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9256         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9257         parts.
9258
9259 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9260
9261         * mm-view.el (mm-display-inline-fontify): Decode a part according
9262         to the charset parameter.
9263
9264 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9267         prefix arg is neither nil nor a number, as info specifies.
9268
9269 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9272         timestamps.
9273
9274 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9275
9276         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9277         groups error checking and notify user.
9278
9279 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9280
9281         * message.el (message-send-mail-function): Check existence of
9282         sendmail-program first before using default value
9283         `message-send-mail-with-sendmail'.  Otherwise use more generic
9284         `smtpmail-send-it'.
9285
9286 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * nntp.el (nntp-request-update-info): Always return nil.
9289
9290 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9291
9292         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9293
9294 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9295
9296         * message.el (message-beginning-of-line): Change the behavior when
9297         invoked between BOL and : so that it first moves backward.
9298
9299 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9302         article buffer when editing of the article is discarded.
9303         (gnus-article-prepare): Revert.
9304
9305 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-art.el (gnus-article-prepare):
9308         Remove message-strip-forbidden-properties from the local hook.
9309
9310 2005-01-27  Simon Josefsson  <jas@extundo.com>
9311
9312         * password.el (password-cache-add): Only start one timer per key.
9313         Reported by Derek Atkins <warlord@MIT.EDU>.
9314
9315 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9316
9317         * run-at-time.el: Removed.  It is no longer needed as
9318         timer-funcs.el in the xemacs-base package has a working version of
9319         `run-at-time'.
9320
9321         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9322
9323         * password.el: Require timer-funcs instead of run-at-time in
9324         XEmacs.
9325         Remove `password-run-at-time' macro.
9326         (password-cache-add): Use `run-at-time' instead of
9327         `password-run-at-time'.
9328
9329         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9330         Remove `nnheader-cancel-function-timers' alias,
9331         `cancel-function-timers' exists in XEmacs in timer-funcs.
9332
9333         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9334         for `run-with-idle-timer'.
9335
9336         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9337         for `run-at-time'.
9338
9339         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9340         for `with-timeout'.
9341
9342         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9343         the same as for XEmacs 21.4.
9344         No need to ignore `run-with-idle-timer', this function exists in
9345         XEmacs now in timer-funcs.el in the xemacs-base package.
9346         (dgnushack-compile): No need to delete
9347         run-at-time.el from the list of files to compile because it
9348         doesn't exist anymore.
9349
9350 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9353         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9354
9355 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9356
9357         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9358         sensitively.
9359
9360 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9361
9362         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9363
9364 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9367         which will be inserted according to the multibyteness of a buffer
9368         rather than the type of contents.  Suggested by ARISAWA Akihiro
9369         <ari@mbf.ocn.ne.jp>.
9370
9371         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9372         of string which old xml.el may return rather than a string.
9373
9374 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9377
9378 2005-01-16  Simon Josefsson  <jas@extundo.com>
9379
9380         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9381         idn/idna.el isn't available.
9382         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9383         <michael@waxrat.com>.
9384
9385         * hashcash.el: Remove non-FSF copyright header.
9386
9387         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9388         (hashcash-generate-payment): Use it.
9389         (hashcash-generate-payment-async): Use it.
9390
9391 2005-01-15  Simon Josefsson  <jas@extundo.com>
9392
9393         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9394         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9395
9396         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9397         gnus-summary-idna-message.
9398         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9399         (gnus-summary-idna-message): New function.
9400
9401 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9404         gnus-novice-user.
9405
9406 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * nnrss.el (nnrss-request-delete-group): Delete entries in
9409         nnrss-group-alist as well.
9410         (nnrss-save-server-data): Insert newline.
9411
9412 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus.el (gnus-user-agent): Use list of symbols instead of
9415         symbols.  Display full version number for (S)XEmacs.  Optionally
9416         display (S)XEmacs codename.
9417
9418         * gnus-util.el (gnus-emacs-version): Update for new
9419         `gnus-user-agent'.
9420
9421         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9422         Gnus version.
9423
9424 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9427         which is unreadable in some setups.
9428
9429 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-spec.el (gnus-update-format-specifications): Flush the
9432         group format spec cache if it doesn't support decoded group names.
9433
9434 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9437         Allow to apply decay on score files matching a regexp.
9438
9439 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9442         compatibility in %g and %c.
9443
9444 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9447         name for only %g and %c.
9448         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9449         of gnus-tmp-group to decoded group name.
9450         (gnus-group-make-rss-group): Exclude `/'s from group names.
9451
9452 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * nnrss.el (nnrss-get-encoding): Fix regexp.
9455
9456 2004-12-27  Simon Josefsson  <jas@extundo.com>
9457
9458         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9459         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9460         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9461
9462 2004-12-17  Kim F. Storm  <storm@cua.dk>
9463
9464         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9465
9466         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9467
9468 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9469
9470         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9471
9472 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * nnrss.el: Require rfc2047 and mml.
9475         (nnrss-file-coding-system): New variable.
9476         (nnrss-format-string): Redefine it as an inline function.
9477         (nnrss-decode-group-name): New function.
9478         (nnrss-string-as-multibyte): Remove.
9479         (nnrss-retrieve-headers): Decode group name; don't use
9480         nnrss-format-string.
9481         (nnrss-request-group): Decode group name.
9482         (nnrss-request-article): Decode group name; allow a Message-ID as
9483         well as an article number; don't use nnrss-format-string; encode a
9484         Message-ID string which may contain non-ASCII characters; use
9485         mml-to-mime to compose a MIME article.
9486         (nnrss-request-expire-articles): Decode group name.
9487         (nnrss-request-delete-group): Decode group name.
9488         (nnrss-fetch): Clarify error message.
9489         (nnrss-read-server-data): Use insert-file-contents instead of load;
9490         bind file-name-coding-system; use multibyte buffer.
9491         (nnrss-save-server-data): Bind coding-system-for-write to the
9492         value of nnrss-file-coding-system; bind file-name-coding-system;
9493         add coding cookie.
9494         (nnrss-read-group-data): Use insert-file-contents instead of load;
9495         bind file-name-coding-system; use multibyte buffer.
9496         (nnrss-save-group-data): Bind coding-system-for-write to the
9497         value of nnrss-file-coding-system; bind file-name-coding-system.
9498         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9499         make it work with non-ASCII text.
9500         (nnrss-find-el): Make it work with old xml.el as well.
9501
9502 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9503
9504         * nnrss.el (nnrss-get-encoding): New function.
9505         (nnrss-fetch): Use unibyte buffer initially; bind
9506         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9507         decode contents according to the encoding attribute.
9508         (nnrss-save-group-data): Add coding cookie.
9509         (nnrss-mime-encode-string): New function.
9510         (nnrss-check-group): Use it to encode subject and author.
9511
9512 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9513
9514         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9515         imaginary variable.
9516
9517 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9520         correctly even if there are wide characters.
9521
9522 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9523
9524         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9525         downcased symbol names; make a new cache instead of reusing
9526         bbdb-hashtable.
9527
9528 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9531         concatenating segments rather than before concatenating them.
9532         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9533
9534         * message.el (message-get-reply-headers): Bind `extra'.
9535
9536 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * message.el (message-extra-wide-headers): New variable.
9539         (message-get-reply-headers): Use it.
9540
9541 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9544         (gnus-agent-group-pathname): Ditto.
9545
9546         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9547
9548         * gnus-group.el (gnus-group-make-group): Decode group name.
9549         (gnus-group-make-rss-group): Register the group data after opening
9550         the nnrss group.
9551
9552 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9553
9554         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9555         by expiry now get marked as read.
9556
9557 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9560
9561 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9562
9563         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9564         unify Latin characters in XEmacs.
9565         (mm-find-mime-charset-region): Use it.
9566
9567 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-util.el (gnus-delete-directory): New function.
9570
9571         * gnus-agent.el (gnus-agent-delete-group): Use it.
9572
9573         * gnus-cache.el (gnus-cache-delete-group): Use it.
9574
9575 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9578         names.
9579
9580 2004-12-16  Simon Josefsson  <jas@extundo.com>
9581
9582         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9583
9584 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9587
9588         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9589         (gnus-group-set-current-level): Decode group name.
9590
9591 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9592
9593         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9594         failed.
9595
9596 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-group.el (gnus-group-delete-group): Decode group name.
9599         (gnus-group-make-rss-group): Encode group name.
9600         (gnus-group-catchup-current): Decode group name.
9601         (gnus-group-kill-group): Decode group name.
9602
9603 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9604
9605         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9606
9607 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-group.el (gnus-group-make-rss-group):
9610         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9611
9612         * gnus-start.el (gnus-setup-news): Honor user's setting to
9613         gnus-message-archive-method.  Suggested by Lute Kamstra
9614         <lute@gnu.org>.
9615
9616 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9617
9618         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9619         global counterparts of the buffer-local variables.
9620
9621 2004-11-16  Romain Francoise  <romain@orebokech.com>
9622
9623         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9624         counterparts of the buffer-local variables.
9625
9626 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-forbidden-properties): Fixed typo in doc
9629         string.
9630
9631 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-util.el (gnus-replace-in-string): Added doc string.
9634
9635         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9636         to avoid problems when splitting mails with many recipients.
9637
9638 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9639
9640         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9641         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9642
9643 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9644
9645         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9646         if there is no hashtable in memory or file modification time is
9647         newer than cached timestamp.
9648
9649 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9652         not-matching option.
9653
9654 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9657         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9658         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9659         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9660         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9661         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9662
9663 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * message.el (message-forward-make-body-mml): Remove headers
9666         according to message-forward-ignored-headers if a message is decoded.
9667
9668 2004-12-02  Romain Francoise  <romain@orebokech.com>
9669
9670         * message.el (message-forward-make-body-plain): Always remove
9671         headers according to message-forward-ignored-headers.
9672
9673 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * spam.el (spam-summary-prepare-exit): Remove the
9676         gnus-summary-limit pop for now, it has problems with ham marks for
9677         me.
9678
9679 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9680
9681         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9682         correctly.
9683
9684 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9685
9686         * format-spec.el (format-spec): Message the char.
9687
9688 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9689
9690         * gnus-art.el (gnus-split-methods): Reformat comments.
9691
9692         * spam.el (spam-summary-prepare-exit): Remove article limits
9693         before exiting the summary buffer.
9694
9695 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9698         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9699
9700         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9701         order to silence the byte compiler.
9702
9703         * spam.el: Fix the way to silence the byte compiler, which
9704         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9705         bbdb-search-simple, spam-BBDB-register-routine,
9706         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9707         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9708         spam-stat-buffer-is-spam, spam-stat-load,
9709         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9710         spam-stat-save and spam-stat-split-fancy.
9711
9712 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9715         which may confuse users.
9716         (canlock-password-for-verify): Ditto.
9717
9718         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9719
9720         * gnus-art.el (gnus-emphasis-alist): Ditto.
9721
9722         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9723
9724         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9725
9726         * gnus-start.el (gnus-save-killed-list): Ditto.
9727
9728         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9729         (gnus-sum-thread-tree-root): Ditto.
9730         (gnus-sum-thread-tree-false-root): Ditto.
9731         (gnus-sum-thread-tree-single-indent): Ditto.
9732
9733         * message.el (message-courtesy-message): Ditto.
9734         (message-archive-note): Ditto.
9735         (message-subscribed-address-file): Ditto.
9736         (message-user-fqdn): Ditto.
9737
9738         * spam-report.el (spam-report-gmane-regex): Ditto.
9739
9740         * spam.el (spam-blackhole-good-server-regex): Ditto.
9741
9742 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * mml.el (mml-preview): Widen the message buffer before copying
9745         the contents to the preview buffer; sort headers before previewing.
9746
9747         * message.el (message-hidden-headers): Fix the way to avoid a bug
9748         in the `repeat' widget in Emacs 21.3 or earlier.
9749
9750 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * message.el (message-hidden-headers): Default to "^References:".
9753         Improve customization type.  Suggested by Reiner Steib
9754         <Reiner.Steib@gmx.de>.
9755
9756 2004-11-25  Romain Francoise  <romain@orebokech.com>
9757
9758         * message.el (message-strip-forbidden-properties): Remove check for
9759         obsolete `message-hidden' text property, hidden headers are not
9760         accessible in the buffer anymore.
9761
9762 2004-11-22  Romain Francoise  <romain@orebokech.com>
9763
9764         * message.el (message-header-format-alist): Add `From' in list
9765         so that it can be sorted.
9766         (message-fix-before-sending): Widen and sort headers before
9767         sending.
9768         (message-hide-headers): Use narrowing to hide headers by moving
9769         them to the top of the buffer and narrowing to the region
9770         underneath.
9771
9772 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * message.el (message-strip-forbidden-properties): Bind
9775         buffer-read-only (etc) to nil.
9776
9777 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9780         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9781
9782 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9783
9784         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9785
9786 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * dns.el (query-dns): Use sit-for to time instead of
9789         accept-process-output, since that doesn't seem to work on udp
9790         sockets.
9791
9792 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9795
9796 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9797
9798         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9799         doc string.  Improve doc string.
9800
9801 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * nntp.el (nntp-request-update-info): Return nil if
9804         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9805         may not call gnus-activate-group which uselessly issues the GROUP
9806         commands for all nntp groups and wastes time.  Reported by Romain
9807         Francoise <romain@orebokech.com>.
9808
9809         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9810
9811 2004-11-15  Simon Josefsson  <jas@extundo.com>
9812
9813         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9814         headers separately.
9815         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9816         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9817
9818 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-start.el (gnus-convert-old-newsrc):
9821         Assign legacy-gnus-agent to 5.10.7.
9822
9823 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9826         start of the lines.
9827
9828 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9829
9830         * hashcash.el (hashcash-default-payment): Change default to 20
9831         (hashcash-default-accept-payment): Change default to 20
9832         (hashcash-process-alist): New variable
9833         (hashcash-generate-payment-async): Add
9834         (hashcash-already-paid-p): Add
9835         (hashcash-insert-payment): Don't generate payments twice
9836         (hashcash-insert-payment-async): Add
9837         (hashcash-insert-payment-async-2): Add
9838         (hashcash-cancel-async): Add
9839         (hashcash-wait-async): Add
9840         (hashcash-processes-running-p): Add
9841         (hashcash-wait-or-cancel): Add
9842         (mail-add-payment): New optional argument.  Conditionally start
9843         asynchronous calculation.
9844         (mail-add-payment-async): Add
9845
9846         * message.el (message-send-mail): Wait for asynchronous hashcash
9847         results.  Don't clobber existing X-Hashcash headers.
9848         (message-setup-1): Call mail-add-payment-async when
9849         message-generate-hashcash is non-nil.
9850
9851 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9852
9853         * message.el (message-use-alternative-email-as-from): Examine the
9854         From header as well; use message-make-from in order to include a
9855         user's full name.
9856
9857 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9860         default; improve customization type.
9861         (gnus-emphasis-custom-with-format): New macro.
9862         (gnus-emphasis-custom-value-to-external): New function.
9863         (gnus-emphasis-custom-value-to-internal): New function.
9864
9865 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * dns.el (query-dns): Resolve reverse addresses.
9868
9869 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-group.el (gnus-group-get-new-news): Use it.
9872
9873         * gnus-start.el (gnus-check-reasonable-setup): New function.
9874
9875 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9878         "Args out of range" error.  Reported by Arnaud Giersch
9879         <arnaud.giersch@free.fr>.
9880
9881 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9882
9883         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9884
9885 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9886
9887         * spam.el (spam group): Add :version.
9888
9889         * pgg-def.el (pgg group): Add :version.
9890
9891 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-art.el (gnus-article-edit-article): Don't associate the
9894         article buffer with a draft file.  This is a temporary measure
9895         against the 2004-08-22 change to gnus-article-edit-mode.
9896
9897 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9900         (html2text-format-tags): Remove unused variable `attr'.
9901
9902 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9905
9906         * tls.el (tls-process-connection-type, tls-success)
9907         (tls-certtool-program): Add :version.
9908
9909         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9910         (starttls-extra-arguments, starttls-process-connection-type)
9911         (starttls-connect, starttls-failure, starttls-success): Add :version.
9912
9913         * spam-stat.el (spam-stat): Add :version.
9914
9915         * sieve.el (sieve): Add :version.
9916
9917         * sha1.el (sha1): Add :version.
9918         (sha1-use-external): Remove redundant version.
9919
9920         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9921         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9922         (nnmail-split-fancy-match-partial-words)
9923         (nnmail-split-lowercase-expanded): Add :version.
9924
9925         * nndiary.el (nndiary): Add :version.
9926
9927         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9928
9929         * mml-sec.el (mml-default-sign-method)
9930         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9931         Add :version.
9932
9933         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9934
9935         * mm-url.el (mm-url-use-external, mm-url-program)
9936         (mm-url-arguments): Add :version.
9937
9938         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9939         (mm-attachment-file-modes, mm-decrypt-option)
9940         (mm-w3m-safe-url-regexp): Add :version.
9941
9942         * message.el (message-cite-prefix-regexp)
9943         (message-sendmail-envelope-from, message-minibuffer-local-map)
9944         (message-user-fqdn, message-completion-alist): Add :version.
9945
9946         * gnus-win.el (gnus-configure-windows-hook)
9947         (gnus-use-frames-on-any-display): Add :version.
9948
9949         * gnus-art.el (gnus-article-address-banner-alist)
9950         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9951         (gnus-treat-from-picon, gnus-treat-mail-picon)
9952         (gnus-treat-x-pgp-sig): Add :version.
9953
9954         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9955         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9956         (gnus-summary-article-delete-hook)
9957         (gnus-summary-display-while-building): Add :version.
9958
9959         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9960         (gnus-get-top-new-news-hook): Add :version.
9961
9962         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9963         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9964
9965         * gnus-registry.el (gnus-registry): Add :version.
9966
9967         * gnus-spec.el (gnus-use-correct-string-widths)
9968         (gnus-make-format-preserve-properties): Add :version.
9969
9970         * gnus.el (gnus-group-charter-alist)
9971         (gnus-group-fetch-control-use-browse-url)
9972         (gnus-install-group-spam-parameters): Add :version.
9973
9974         * gnus-diary.el (gnus-diary): Add :version.
9975
9976         * gnus-delay.el (gnus-delay): Add :version.
9977
9978         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9979         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9980         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9981         Add :version.
9982
9983         * gnus-agent.el (gnus-agent-max-fetch-size)
9984         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9985         (gnus-agent-prompt-send-queue): Add :version.
9986
9987         * deuglify.el (gnus-outlook-deuglify): Add :version.
9988
9989         * html2text.el: Beautify code.  Improve doc strings.  Some
9990         checkdoc cleanup.
9991         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9992
9993 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9994
9995         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9996
9997 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9998
9999         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10000         when package is loaded.
10001
10002         * spam.el (spam-summary-score-preferred-header): Add global preference
10003         for people who want to override the default SpamAssassin over
10004         Bogofilter preference (when both are set).
10005         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10006         (spam-user-format-function-S): Check
10007         spam-summary-score-preferred-header.
10008         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10009         (spam-user-format-function-S): Format the score correctly.
10010
10011 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10014         signature file.  Suggested by Manoj Srivastava
10015         <srivasta@golden-gryphon.com>.
10016
10017         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10018         iso-2022-jp even in the Japanese language environment.
10019         Suggested by Jason Rumney <jasonr@gnu.org>.
10020
10021 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10024         use the same characters as the dummy marks; make it free from
10025         getting affected by the language environment.
10026         (gnus-summary-read-group-1): Update mark positions only when the
10027         format spec is updated.
10028
10029         * gnus-spec.el (gnus-update-format-specifications): Return a list
10030         of updated types.
10031
10032 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10035         of boundp to check if display-warning is available.
10036
10037 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10038
10039         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10040
10041 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * nnspool.el (nnspool-spool-directory): Use news-path if the
10044         news-directory variable is not bound.
10045
10046         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10047         function instead of display-warning if it is not available.
10048
10049 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10052         v5-10: Use `point-at-bol'.
10053
10054 2004-10-26  Simon Josefsson  <jas@extundo.com>
10055
10056         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10057         <chenggao@gmail.com>.
10058
10059 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10062         instead.
10063
10064 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10065
10066         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10067         to remove a server from the nnimap-server-buffer-alist.
10068         (nnimap-open-connection, nnimap-close-server): Use it.
10069
10070         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10071
10072 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10075         running the major-mode function.
10076
10077 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10080         dummy marks in the right way.
10081
10082 2004-10-18  David Edmondson  <dme@dme.org>
10083
10084         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10085         excessively.
10086
10087 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * gnus-util.el (gnus-split-references): Accept a nil references
10090         string and go on blissfully.
10091
10092         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10093         cases where the references string is non-nil but has no references.
10094
10095         * encrypt.el: Add autoload tags.
10096
10097         * spam.el (spam-resolve-registrations-routine): Remove article
10098         from unregistration list too.  Reported by David Hanak
10099         <dhanak@isis.vanderbilt.edu>
10100
10101 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10104         nil.  Changed custom type.
10105
10106 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10109
10110         * gnus-sum.el (gnus-summary-move-article): Use it.
10111
10112 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10113
10114         * encrypt.el: Add autoload cookies.
10115
10116         * spam.el (spam-backend-article-list-property)
10117         (spam-backend-get-article-todo-list)
10118         (spam-backend-put-article-todo-list)
10119         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10120         Resolve registrations separately.
10121         (spam-register-routine): Format comments.
10122         (spam-unregister-routine, spam-register-routine): Always call with
10123         specific-articles, no default list.
10124         (spam-summary-prepare-exit): Use the spam-classifications function.
10125
10126         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10127         gnus-encrypt.el.
10128
10129         * encrypt.el: Copied from gnus-encrypt.el.
10130
10131         * gnus-encrypt.el: Commented that it's obsolete.
10132
10133 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10136         (gnus-score-save): Use it.
10137
10138         * message.el (message-bury): Use `window-dedicated-p'.
10139
10140 2004-10-15  Simon Josefsson  <jas@extundo.com>
10141
10142         * pop3.el (top-level): Don't require nnheader.
10143         (pop3-read-timeout): Add.
10144         (pop3-accept-process-output): Add.
10145         (pop3-read-response, pop3-retr): Use it.
10146
10147 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10148
10149         * spam.el (spam-register-routine): Move comment.
10150         (spam-verify-bogofilter): Use 'unknown for the initial
10151         spam-bogofilter-valid state, not 'never.
10152
10153         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10154         for netrc-machine.
10155
10156         * nnimap.el (nnimap-open-connection): Use
10157         netrc-machine-user-or-password.
10158
10159 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10160
10161         * gnus-registry.el (gnus-registry-unload-hook):
10162         Set as a variable with add-hook.
10163
10164         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10165         of news-path.
10166
10167         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10168
10169         * spam.el: Delete duplicate `provide'.
10170         (spam-unload-hook): Set as a variable with add-hook.
10171
10172 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10175         in the doc string.
10176
10177         * message.el (message-ignored-news-headers)
10178         (message-ignored-supersedes-headers)
10179         (message-ignored-resent-headers)
10180         (message-forward-ignored-headers): Improve custom type.
10181
10182 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * message.el (message-tokenize-header): Fix 2004-09-06 change
10185         which used point-min in the wrong place.
10186
10187 2004-10-12  Simon Josefsson  <jas@extundo.com>
10188
10189         * tls.el (tls-certtool-program): New variable.
10190         (tls-certificate-information): New function, based on
10191         ssl-certificate-information.
10192
10193 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * compface.el: Move the version of ELisp-based uncompface program
10196         to the contrib directory because of the copyright problem.
10197
10198 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * message.el (message-kill-buffer): Raise the current frame.
10201
10202 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10205
10206         * gnus.el (message-y-or-n-p): Autoload.
10207
10208         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10209         (pop3-password-required, pop3-authentication-scheme)
10210         (pop3-leave-mail-on-server): Made customizable.
10211         (pop3): New custom group.
10212         (pop3-retr): Remove `sleep-for' statements.
10213         Suggested by Dave Love <fx@gnu.org>.
10214
10215         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10216         Windows/DOS.
10217
10218         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10219         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10220         Dave Love <fx@gnu.org>.
10221
10222         * mml.el (mml-minibuffer-read-disposition): Require match.
10223         Suggested by Dave Love <fx@gnu.org>.
10224
10225 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10228         doc string.
10229
10230 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10233
10234 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10235
10236         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10237         instead of calling `mm-insert-inline', to decode text/* parts
10238         before displaying them.
10239
10240 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * mm-uu.el (mm-uu-text-plain-type): New variable.
10243         (mm-uu-pgp-signed-extract-1): Use it.
10244         (mm-uu-pgp-encrypted-extract-1): Use it.
10245         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10246         bind mm-uu-text-plain-type with that value.
10247         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10248         mm-uu-dissect.
10249
10250 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-group.el (gnus-update-group-mark-positions):
10253         * gnus-sum.el (gnus-update-summary-mark-positions):
10254         * message.el (message-check-news-body-syntax):
10255         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10256         of string-as-multibyte.
10257
10258 2004-10-05  Juri Linkov  <juri@jurta.org>
10259
10260         * gnus-group.el (gnus-update-group-mark-positions):
10261         * gnus-sum.el (gnus-update-summary-mark-positions):
10262         * message.el (message-check-news-body-syntax):
10263         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10264         8-bit unibyte values to a multibyte string for search functions.
10265
10266 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10269         (mm-uu-dissect-text-parts): New function.
10270
10271         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10272         dissect text parts.
10273
10274         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10275         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10276
10277         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10278
10279         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10280         gnus-current-topics instead of gnus-current-topic.
10281
10282 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10283
10284         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10285
10286 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10287
10288         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10289         where approriate.
10290
10291         * nnml.el (nnml-generate-active-info): do.
10292
10293         * nndiary.el (nndiary-generate-active-info): do.
10294
10295         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10296         (gnus-topic-move): do.
10297
10298         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10299         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10300
10301         * gnus-srvr.el (gnus-server-prepare)
10302         (gnus-server-open-all-servers): do.
10303
10304         * gnus-msg.el (gnus-summary-cancel-article)
10305         (gnus-summary-resend-message)
10306         (gnus-summary-mail-crosspost-complaint): do.
10307
10308         * gnus-move.el (gnus-change-server): do.
10309
10310         * gnus-group.el (gnus-group-unmark-all-groups)
10311         (gnus-group-set-current-level): do.
10312
10313 2004-10-04  Simon Josefsson  <jas@extundo.com>
10314
10315         * message.el (message-generate-hashcash): Doc fix.
10316
10317 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10318
10319         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10320         avoid infinite recursion via gnus-get-function.
10321
10322 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10323
10324         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10325
10326         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10327
10328         * nnmail.el (nnmail-split-history): do.
10329
10330         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10331         (nnml-request-delete-group): do.
10332
10333         * nnslashdot.el (nnslashdot-read-groups): do.
10334
10335         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10336         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10337
10338         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10339         (nnspool-sift-nov-with-sed): Use last
10340         (nnspool-retrieve-headers-with-nov): Use mapc.
10341         (nnspool-request-newgroups): Use dolist.
10342         (nnspool-request-group): Use last.
10343
10344         * nntp.el (nntp-read-server-type): Use dolist.
10345
10346         * nnvirtual.el (nnvirtual-create-mapping)
10347         (nnvirtual-update-read-and-marked): Use dolist.
10348         (nnvirtual-convert-headers): Simplify.
10349
10350 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10351
10352         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10353         support for sync'ing tick marks.
10354
10355 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10358         there's no visible header.
10359
10360 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10361
10362         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10363         necessary, pass full group name to gnus-request-set-marks.
10364
10365 2004-10-01  Simon Josefsson  <jas@extundo.com>
10366
10367         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10368         acroread.
10369
10370 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * spam-report.el (spam-report-gmane): Fix interactive.
10373
10374         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10375
10376         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10377         when writing file.
10378         (gnus-agent-synchronize-flags): Don't default to being
10379         interactive.
10380
10381 2004-09-30  Simon Josefsson  <jas@extundo.com>
10382
10383         * message.el (message-generate-hashcash): Add.
10384         (message-send-mail): Use it, call mail-add-payment.
10385
10386 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10389
10390 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10391
10392         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10393         gnus-requst-update-info with explicit code to sync the in-memory
10394         info read flags with the marks being sync'd to the backend.
10395
10396         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10397
10398 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10399
10400         * spam.el (spam-verify-bogofilter): Add new function.
10401         (spam-check-bogofilter)
10402         (spam-bogofilter-register-with-bogofilter): Use it.
10403         (spam-verify-bogofilter): Add small fixes.
10404
10405 2004-09-28  Simon Josefsson  <jas@extundo.com>
10406
10407         * hashcash.el (hashcash-generate-payment): Revert.
10408
10409 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10410
10411         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10412         gnus-extract-references instead of gnus-split-references.
10413
10414         * gnus-util.el (gnus-extract-references): Add new function, analogous
10415         to gnus-split-references but extracts only the message-ID without
10416         anything extra.
10417
10418         * hashcash.el (hashcash-generate-payment)
10419         (hashcash-check-payment): Do the right thing if hashcash-path is
10420         nil (because the hashcash program could not be found).
10421
10422         * spam.el (spam-use-hashcash): Remove comment.
10423
10424 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10425
10426         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10427         (gnus-cache-enter-article, gnus-cache-remove-article)
10428         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10429
10430         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10431
10432         * gnus-art.el (article-hide-boring-headers)
10433         (article-translate-strings, article-display-face)
10434         (gnus-article-mime-match-handle-first)
10435         (gnus-article-highlight-headers)
10436         (gnus-article-add-buttons-to-head): do.
10437
10438 2004-09-27  Simon Josefsson  <jas@extundo.com>
10439
10440         * hashcash.el: New version, from
10441         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10442         ../contrib/.
10443
10444 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10447
10448 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10449
10450         * gnus-dup.el (gnus-dup-open): Use mapc.
10451         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10452
10453         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10454         Reported by Stefan Wiens <s.wi@gmx.net>.
10455
10456         * gnus.el (gnus-shutdown): Use dolist.
10457
10458         * gnus-undo.el (gnus-undo): Use mapc.
10459
10460         * nnrss.el (nnrss-generate-active): do.
10461
10462         * message.el (message-cite-original-without-signature)
10463         (message-cite-original): Use mapc.
10464         (message-do-actions, message-make-forward-subject): Use dolist.
10465
10466 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10467
10468         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10469         deletion to remove entire duplicate line.  Fixes merged article
10470         number bug.
10471
10472 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10473
10474         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10475         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10476         first ask if you want to open a server and then, even when you
10477         responded with no, asking if you want to synchronize the server's
10478         flags.
10479         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10480         multi-line expressions.
10481         (gnus-agent-synchronize-group-flags): New internal function.
10482         Updates marks in memory (in the info structure) AND in the
10483         backend.
10484
10485         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10486
10487         * nnagent.el (nnagent-request-set-mark): Use
10488         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10489         method, to ensure that synchronization updates marks in the
10490         backend and in the info (in memory) structure.
10491
10492 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10495         convention fully; don't miss the root article of a thread; make
10496         the X-Draft-From header with correct article numbers.
10497
10498 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10499
10500         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10501         unless plugged.  Disable the agent so that an open failure causes
10502         an error.
10503
10504         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10505         Reverted 2004-09-21 change.  The backend must be opened while
10506         synchronizing flags even when the backend stores the flags
10507         locally.
10508
10509 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10512         in `header' match.  Reported by Svend Tollak Munkejord.
10513
10514         * message.el (message-cite-original): Fix use of
10515         `message-cite-articles-with-x-no-archive'.
10516
10517 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10520         (gnus-window-to-buffer): Ditto.
10521
10522         * mml.el (mml-preview-buffer): New variable.
10523         (mml-preview): Manage window layout with gnus-buffer-configuration.
10524
10525         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10526         X-Draft-From header even if those articles aren't quoted.
10527
10528 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10529
10530         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10531         (gnus-request-set-mark, gnus-request-update-mark): Use new
10532         g-s-t-u-l-m to decide to use backend even when unplugged.
10533
10534 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10537         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10538
10539 2004-09-20  Simon Josefsson  <jas@extundo.com>
10540
10541         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10542         "utf-16-le".
10543
10544 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10545
10546         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10547
10548 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * uudecode.el (uudecode-use-external): Add :version.
10551
10552         * smime.el (smime-CA-file, smime-encrypt-cipher)
10553         (smime-dns-server): Add :version.
10554
10555         * smiley.el (gnus-smiley-file-types): Add :version.
10556
10557         * sha1.el (sha1-use-external): Add :version.
10558
10559         * pgg-def.el (pgg-query-keyserver): Add :version.
10560
10561         * nnmail.el (nnmail-fancy-expiry-targets)
10562         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10563         Add :version.
10564
10565         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10566         (nnimap-retrieve-groups-asynchronous): Add :version.
10567         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10568
10569         * mml.el (mml-content-disposition-parameters)
10570         (mml-insert-mime-headers-always): Add :version.
10571
10572         * mm-util.el (mm-coding-system-priorities): Add :version.
10573
10574         * mm-decode.el (mm-inline-text-html-with-images)
10575         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10576         (mm-verify-option): Add :version.
10577         (mm-text-html-renderer): Change :version.
10578
10579         * message.el (message-fcc-externalize-attachments)
10580         (message-required-headers, message-draft-headers)
10581         (message-subject-trailing-was-query)
10582         (message-subject-trailing-was-ask-regexp)
10583         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10584         (message-mark-insert-end, message-archive-header)
10585         (message-archive-note, message-cross-post-default)
10586         (message-cross-post-note, message-followup-to-note)
10587         (message-cross-post-note-function, message-use-mail-followup-to)
10588         (message-subscribed-address-functions)
10589         (message-subscribed-address-file, message-subscribed-addresses)
10590         (message-subscribed-regexps, message-allow-no-recipients)
10591         (message-yank-cited-prefix, message-signature-insert-empty-line)
10592         (message-hidden-headers, message-hierarchical-addresses)
10593         (message-mail-user-agent, message-use-idna)
10594         (message-valid-fqdn-regexp)
10595         (message-strip-special-text-properties, message-header-synonyms)
10596         (message-beginning-of-line, message-tab-body-function): Add :version.
10597         (message-insert-canlock, message-wide-reply-confirm-recipients):
10598         Change :version.
10599
10600         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10601         and :version.
10602         (mail-source-delete-old-incoming-confirm)
10603         (mail-source-movemail-program): Add :version.
10604
10605         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10606         (gnus-agent-cache, gnus-agent): Change :version.
10607
10608         * gnus-util.el (gnus-use-byte-compile): Change :version.
10609
10610         * gnus-sum.el (gnus-summary-make-false-root-always)
10611         (gnus-summary-default-high-score)
10612         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10613         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10614         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10615         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10616         (gnus-sum-thread-tree-single-indent)
10617         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10618         (gnus-sum-thread-tree-leaf-with-other)
10619         (gnus-sum-thread-tree-single-leaf): Add :version.
10620         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10621         (gnus-article-loose-mime): Change :version.
10622
10623         * gnus-start.el (gnus-backup-startup-file)
10624         (gnus-save-startup-file-via-temp-buffer): Add :version.
10625
10626         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10627         (gnus-server-offline-face): Add :version.
10628
10629         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10630
10631         * gnus-msg.el (gnus-gcc-externalize-attachments)
10632         (gnus-debug-files, gnus-debug-exclude-variables)
10633         (gnus-discouraged-post-methods): Change :version.
10634         (gnus-confirm-mail-reply-to-news)
10635         (gnus-confirm-treat-mail-like-news): Add :version.
10636
10637         * gnus-int.el (gnus-server-unopen-status): Add :version.
10638
10639         * gnus-group.el (gnus-group-jump-to-group-prompt)
10640         (gnus-large-ephemeral-newsgroup)
10641         (gnus-fetch-old-ephemeral-headers): Add :version.
10642
10643         * gnus-fun.el (gnus-x-face-directory)
10644         (gnus-convert-pbm-to-x-face-command)
10645         (gnus-convert-image-to-x-face-command)
10646         (gnus-convert-image-to-face-command): Add :version.
10647
10648         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10649
10650         * gnus-cite.el (gnus-cite-blank-line-after-header)
10651         (gnus-article-boring-faces): Add :version.
10652
10653         * gnus-art.el (gnus-buttonized-mime-types)
10654         (gnus-inhibit-mime-unbuttonizing)
10655         (gnus-treat-display-face)
10656         (gnus-treat-body-boundary): Change :version.
10657         (gnus-body-boundary-delimiter, gnus-picon-databases)
10658         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10659         (gnus-treat-date-english, gnus-treat-fold-headers)
10660         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10661         (gnus-treat-mail-picon, gnus-treat-wash-html)
10662         (gnus-article-encrypt-protocol)
10663         (gnus-use-idna, gnus-article-over-scroll)
10664         (gnus-mime-display-multipart-alternative-as-mixed)
10665         (gnus-mime-display-multipart-related-as-mixed)
10666         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10667         (gnus-ctan-url, gnus-button-ctan-handler)
10668         (gnus-button-handle-ctan-bogus-regexp)
10669         (gnus-button-ctan-directory-regexp)
10670         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10671         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10672         (gnus-button-man-level, gnus-button-emacs-level)
10673         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10674
10675         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10676         (gnus-agent-go-online): Change :version.
10677         (gnus-agent-expire-unagentized-dirs)
10678         (gnus-agent-auto-agentize-methods): Add :version.
10679
10680         * flow-fill.el (fill-flowed-display-column)
10681         (fill-flowed-encode-column): Add :version.
10682
10683         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10684         (gnus-outlook-deuglify-unwrap-max)
10685         (gnus-outlook-deuglify-cite-marks)
10686         (gnus-outlook-deuglify-unwrap-stop-chars)
10687         (gnus-outlook-deuglify-no-wrap-chars)
10688         (gnus-outlook-deuglify-attrib-cut-regexp)
10689         (gnus-outlook-deuglify-attrib-verb-regexp)
10690         (gnus-outlook-deuglify-attrib-end-regexp)
10691         (gnus-outlook-display-hook): Add :version.
10692
10693         * binhex.el (binhex-use-external): Add :version.
10694
10695 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10698         and `invisible'.
10699
10700 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10701
10702         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10703         in gnus-registry-trim.
10704
10705 2004-09-13  Simon Josefsson  <jas@extundo.com>
10706
10707         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10708
10709         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10710
10711         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10712         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10713         <yamaoka@jpl.org>.
10714         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10715         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10716         <yamaoka@jpl.org>.
10717
10718         * sieve.el (sieve-manage-mode): Ditto.
10719
10720 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10723
10724 2004-09-11  Simon Josefsson  <jas@extundo.com>
10725
10726         * dns-mode.el: Add.
10727
10728         * mm-view.el (mm-display-dns-inline): Add.
10729
10730         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10731         (mm-automatic-display): Ditto.
10732
10733         * mailcap.el (mailcap-mime-data): Add text/dns.
10734         (mailcap-mime-extensions): Map .soa to text/dns.
10735
10736 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10737
10738         * gnus-art.el (article-decode-mime-words, article-babel)
10739         (gnus-article-highlight-signature, gnus-article-add-buttons)
10740         (gnus-signature-toggle): Remove unnecessary bindings of
10741         `inhibit-read-only' inherited from v5.10 merge.
10742
10743 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * nntp.el (nntp): New customization group.
10746         (nntp-authinfo-file): Add customization group.
10747
10748         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10749
10750         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10751
10752         * gnus.el (to-address, to-list, subscribed)
10753         (large-newsgroup-initial): Ditto.
10754
10755         * flow-fill.el (fill-flowed-display-column)
10756         (fill-flowed-encode-column): Ditto.
10757
10758 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10759
10760         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10761         Use point-min rather than 1.
10762         (message-send-mail): Use buffer-size rather than point-max.
10763
10764         * gnus-sum.el (gnus-summary-search-article-forward):
10765         Signal a specific `search-failed' rather than a generic `error'.
10766
10767         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10768         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10769         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10770
10771 2004-09-10  Simon Josefsson  <jas@extundo.com>
10772
10773         * nndb.el (require): Remove tcp and duplicate cl.
10774
10775 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-agent.el (directory-files-and-attributes): Move forward.
10778
10779 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10780
10781         * gnus-agent.el (directory-files-and-attributes): Optionally
10782         defined to support XEmacs.
10783
10784 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10785
10786         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10787         to avoid run-time CL dependencies.
10788         (gnus-agent-unfetch-articles): New function.
10789         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10790         article numbers even when local .overview file is missing.
10791         (gnus-agent-read-article-number): New function.  Only accepts
10792         27-bit article numbers.
10793         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10794         gnus-agent-read-article-number.
10795         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10796         from backend while recognizing that article numbers in .overview
10797         must be valid.
10798         (gnus-agent-update-files-total-fetched-for): Use
10799         directory-files-and-attributes to improve performance.
10800         * gnus-int.el (gnus-request-move-article): Use
10801         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10802         improve performance.
10803
10804         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10805         some users confused by references to .newsrc when they only have a
10806         .newsrc.eld file.
10807         (gnus-convert-mark-converter-prompt)
10808         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10809         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10810         New function.  Used internally to only display 'gnus converting
10811         files' message when actually necessary.
10812
10813         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10814         methods now autoloaded.
10815
10816 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10819         identifiers.
10820
10821 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-picon.el: Fix indentation and closing parenthesis.
10824
10825 2004-09-01  Simon Josefsson  <jas@extundo.com>
10826
10827         * message.el (message-canlock-generate): Require sha1, not
10828         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10829         to require within a function.  Sadly, if sha1.el isn't loaded, the
10830         let binding in m-c-g will hide the defcustom definition, which is
10831         bad.)
10832
10833         * canlock.el: Require sha1, not sha1-el.
10834
10835         * message.el: Don't autoload sha1 (there is a autoload cookie in
10836         sha1.el).
10837
10838         * sha1-el.el: Renamed to sha1.el.
10839
10840 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10841
10842         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10843
10844 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10845
10846         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10847
10848 2004-08-30  Kim F. Storm  <storm@cua.dk>
10849
10850         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10851
10852         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10853         Add :group 'nnimap.
10854
10855 2004-08-30  Andreas Schwab  <schwab@suse.de>
10856
10857         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10858         ?* and ?\;.
10859
10860         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10861         and ?\' to symbol instead of whitespace.
10862
10863 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10866
10867         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10868         instead of re-search-forward.
10869
10870         * gnus-uu.el (gnus-uu-save-article): Ditto.
10871         (gnus-uu-post-encode-uuencode): Ditto.
10872
10873         * html2text.el (html2text-clean-list-items): Ditto.
10874         (html2text-clean-dtdd): Ditto.
10875         (html2text-format-tags): Ditto.
10876
10877         * message.el (message-send-mail-with-sendmail): Fix regexp.
10878         (message-fill-field-general): Use search-forward instead of
10879         re-search-forward.
10880         (unbold-region): Ditto.
10881
10882         * nnrss.el (nnrss-request-article): Ditto.
10883
10884         * nnslashdot.el (nnslashdot-request-article): Ditto.
10885
10886         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10887
10888         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10889         "Unrecognized menu descriptor" error in XEmacs.
10890
10891 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10892
10893         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10894         parent article of a sparse article in the thread hashtb.
10895
10896 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10897
10898         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10899         (nnmail-expand-newtext): Lowercase expanded entries if
10900         nnmail-split-lowercase-expanded is non-nil.
10901
10902 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10905
10906         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10907         of gnus-tmp-news-method into string under XEmacs.  It will be
10908         passed to gnus-correct-length which takes only a string argument.
10909
10910 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-util.el (gnus-bind-print-variables): New macro.
10913         (gnus-prin1): Use it.
10914         (gnus-prin1-to-string): Use it.
10915         (gnus-pp): New function.
10916         (gnus-pp-to-string): New function.
10917
10918         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10919         Replace pp-to-string with gnus-pp-to-string.
10920         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10921         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10922         * gnus-msg.el (gnus-debug): Ditto.
10923         * gnus-score.el (gnus-score-save): Ditto.
10924         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10925         gnus-pp-to-string.
10926         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10927         with gnus-pp.
10928         * score-mode.el (gnus-score-pretty-print): Ditto.
10929         * webmail.el (webmail-debug): Ditto.
10930
10931 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el (article-display-face, article-display-x-face):
10934         Use buffer-read-only.
10935
10936 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-art.el (article-hide-list-identifiers):
10939         Bind inhibit-read-only as t.
10940
10941 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10944
10945 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10946
10947         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10948         (gnus-narrow-to-page): Don't assume point-min == 1.
10949         (gnus-article-edit-mode): Derive from message-mode.
10950
10951         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10952         point-min == 1.
10953
10954         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10955         Disable incorrect use of `assert'.
10956
10957         * message.el (message-mode): Set comment-start-skip.
10958
10959
10960 2004-08-22  Sam Steingold  <sds@gnu.org>
10961
10962         * pop3.el (pop3-leave-mail-on-server): New user variable.
10963         (pop3-movemail): Delete mail only when it is nil.
10964
10965 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10968
10969         * mml.el (mml-preview): Use `pop-to-buffer'.
10970
10971         * message.el (message-goto-mail-followup-to): Insert after "To".
10972         (message-carefully-insert-headers): Add comment.
10973
10974         * gnus.el: Remove unused variable `gnus-article-check-size'.
10975
10976         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10977
10978         * gnus-art.el (gnus-button-alist): Improve
10979         `gnus-button-handle-library' entry.
10980
10981 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10982
10983         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10984         downcase, since XEmacs capitalizes error messages differently.
10985
10986 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10987
10988         * nntp.el: Add (require 'gnus) due to reference to
10989         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10990
10991 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10992
10993         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10994         `mm-fill-flowed'.
10995
10996         * mm-decode.el (mm-dissect-singlepart): Check it.
10997
10998 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10999
11000         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11001         'imap' for netrc parsing.
11002
11003 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * mailcap.el (mailcap-mime-data): Mark as risky.
11006
11007 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11010         may be included in the encoded word.
11011         (rfc2047-encode): Don't append a space if the encoded word
11012         includes close parenthesis.
11013
11014 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11017         of text within parentheses.
11018
11019 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11020
11021         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11022         (gnus-encrypt-write-file-contents): Make the password key the file
11023         name PLUS the cipher, not just the cipher.  Also remove failed
11024         passwords from the cache.
11025
11026 2004-08-06  Simon Josefsson  <jas@extundo.com>
11027
11028         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11029         fix.
11030
11031 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11034         LWSP.
11035
11036 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11037
11038         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11039         to append in-reply-to: data to the references: header.
11040
11041         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11042         (netrc-parse): Use gnus-encrypt.el functions.
11043
11044         * gnus-encrypt.el: Add new file for encryption support; currently
11045         does only a few GPG ciphers and an internal XOR cipher.
11046
11047         * password.el: Add comments on using password-read-and-add.
11048         (password-read-and-add): Add function to read and add the
11049         password to the cache at once.
11050
11051 2004-07-28  Simon Josefsson  <jas@extundo.com>
11052
11053         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11054         parameter (but don't use it, for now).
11055
11056         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11057         instead of hard coding to nil.
11058
11059 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11062         as mm-inline-image-xemacs does.
11063
11064 2004-07-26  Simon Josefsson  <jas@extundo.com>
11065
11066         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11067         Revert part of 2004-07-17 change below.
11068
11069 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11072         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11073
11074 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11077         quotes that actually start with ">" at the beginning of the
11078         lines.
11079
11080 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * rfc2047.el (rfc2047-encode-region): Fix last change.
11083         (rfc2047-encode-parameter): Remove useless concat.
11084
11085 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11088         encode special characters; fix some kind of misconfigured headers;
11089         signal a real error if debug-on-quit or debug-on-error is non-nil.
11090         (rfc2047-encode-max-chars): New variable.
11091         (rfc2047-encode-1): Use it.
11092         (rfc2047-encode-parameter): New function.
11093
11094         * mml.el (mml-insert-parameter): Remove an excessive space.
11095
11096 2004-07-17  Simon Josefsson  <jas@extundo.com>
11097
11098         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11099         Kai Grossjohann <kai@emptydomain.de>.
11100         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11101         (gnus-group-make-menu-bar): Ditto.
11102
11103         * gnus-util.el (gnus-group-server): Add.
11104
11105 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11106
11107         * message.el (message-clone-locals): Clone sendmail and smtp
11108         variables.
11109
11110 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * rfc2047.el (rfc2047-encode-region): Fix last change.
11113
11114 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11117         characters as non-special.
11118
11119 2004-07-09  Simon Josefsson  <jas@extundo.com>
11120
11121         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11122         Users will lose all flag changes made while unplugged with
11123         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11124         good default.  See numerous reports on ding mailing list.
11125
11126 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11129         add generate-head-function and generate-article-function to the
11130         rfc822-forward entry.
11131         (nndoc-rfc822-forward-generate-article): New function.
11132         (nndoc-rfc822-forward-generate-head): New function.
11133
11134         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11135
11136 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11137
11138         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11139         respect display group parameter and gnus-summary-expunge-below.
11140         (gnus-articles-to-read): Remove unused reference to display group
11141         parameter.
11142
11143 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * nnheader.el (nnheader-uniquify-message-id): New experimental
11146         variable.
11147         (nnheader-nov-read-message-id): Use it.
11148
11149         * spam-report.el (spam-report-gmane): Add interactive.
11150
11151 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11154         qp-or-base64 for the application/* types.
11155
11156 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11157
11158         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11159
11160 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11161
11162         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11163         trim value.
11164
11165 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11166
11167         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11168         New macro and function.
11169         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11170
11171 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11174         after-load-alist.
11175
11176 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11179         update info that isn't there.
11180
11181 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11182
11183         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11184         entry.
11185
11186 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * mm-view.el (mm-inline-render-with-function): Use multibyte
11189         buffer; decode html source by charset.
11190
11191         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11192
11193         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11194         Mule-UCS is loaded under XEmacs.
11195         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11196
11197 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11198
11199         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11200
11201 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * mm-util.el (mm-coding-system-p): Return a coding-system.
11204         (mm-mime-mule-charset-alist): Use shift_jis instead of
11205         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11206         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11207         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11208         instead of japanese-shift-jis and iso-latin-1 respectively in
11209         order to share the default value with both Emacs and XEmacs-mule.
11210         (mm-mule-charset-to-mime-charset): Make
11211         mm-coding-system-priorities effective.
11212         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11213         while predicating of candidates upon the priorities.
11214
11215 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11216
11217         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11218         gnus-uu-invert-processable.
11219
11220         * gnus.el: Autoload gnus-uu-invert-processable.
11221
11222 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * mm-util.el (mm-with-multibyte-buffer): New macro.
11225
11226         * rfc2047.el (rfc2047-encode-string): Use it.
11227         (rfc2047-encode-region): Move point to the end of the region after
11228         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11229
11230 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11233         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11234
11235 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11238         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11239         Karl Chen <quarl@nospam.quarl.org>.
11240
11241 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11242
11243         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11244         invalid addresses.
11245
11246 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * spam.el: Change section markers, revise TODO list.
11249         (spam-backends): Make new master list of all installed backends.
11250         (spam-summary-exit-behavior): Add new variable to determine how
11251         messages moves are done at summary exit.
11252         (spam-move-spam-nonspam-groups-only)
11253         (spam-process-ham-in-nonham-groups)
11254         (spam-process-ham-in-spam-groups): Remove variables, the
11255         spam-summary-exit-behavior variable should be used to manage this
11256         behavior.
11257         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11258         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11259         and spam-old-spam-articles.
11260         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11261         Add empty variables, placeholders for the backends they represent.
11262         (spam-set-difference): Move, unchanged.
11263         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11264         unless the user has a processor variable.
11265         (spam-classifications, spam-classification-valid-p)
11266         (spam-backend-properties, spam-backend-property-valid-p)
11267         (spam-backend-function-type-valid-p)
11268         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11269         (spam-report-articles-gmane, spam-report-articles-resend):
11270         Remove functions, they are not needed.
11271         (spam-install-backend-super, spam-backend-list)
11272         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11273         (spam-backend-function, spam-backend-ham-registration-function)
11274         (spam-backend-spam-registration-function)
11275         (spam-backend-ham-unregistration-function)
11276         (spam-backend-spam-unregistration-function)
11277         (spam-backend-statistical-p, spam-backend-mover-p)
11278         (spam-install-backend-alias, spam-install-checkonly-backend)
11279         (spam-install-mover-backend, spam-install-nocheck-backend)
11280         (spam-install-backend, spam-install-statistical-backend)
11281         (spam-install-statistical-checkonly-backend): Add backend installation
11282         support.
11283         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11284         (spam-group-processor-p): Use the new backend code and respect the
11285         summary exit behavior.
11286         (spam-mark-spam-as-expired-and-move-routine): Remove.
11287         (spam-summary-prepare): Change to use the new spam-old-articles
11288         variable.
11289         (spam-copy-or-move-routine, spam-copy-spam-routine)
11290         (spam-move-spam-routine, spam-copy-ham-routine)
11291         (spam-move-ham-routine): Add code to copy/move ham or spam.
11292         (spam-fetch-field-fast): Improve doc and code, plus allow the
11293         'number request.
11294         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11295         variables.
11296         (spam-split, spam-find-spam): Use the new backend code.
11297         (spam-registration-functions): Remove variable.
11298         (spam-unregister-routine): Add convenience wrapper.
11299         (spam-log-undo-registration, spam-register-routine)
11300         (spam-log-processing-to-registry)
11301         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11302         where possible.
11303         (spam-check-gmane-xref, spam-check-regex-headers)
11304         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11305         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11306         (spam-check-bogofilter-headers, spam-check-spamoracle)
11307         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11308         (spam-check-crm114-headers): Use the spam-split-group that
11309         spam-split prepares, no need to determine it every time.
11310
11311         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11312         to the nnheader-parse-naked-head call.
11313
11314         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11315
11316         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11317         the nnheader-nov-read-message-id call.
11318
11319 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11322         gnus-activate-group twice.  Suggested by Markus Peter
11323         <warp@spin.de>.
11324
11325 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-art.el (gnus-article-time-format): Exchange the order of
11328         day and month in the default value; fix customization type.
11329         (article-date-ut): Use add-text-properties.
11330         (article-make-date-line): Use message-make-date instead of
11331         current-time-string.
11332
11333         * message.el (message-fetch-field): Don't use set-text-properties.
11334         (message-make-date): Simplify.
11335
11336         * messagexmas.el (message-xmas-make-date): New function.
11337         (message-xmas-redefine): Defalias message-make-date to it.
11338
11339 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11342         (rfc2047-encode-region): Treat text within parentheses as special;
11343         show the original text when error has occurred.
11344
11345         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11346         already-computed method to gnus-activate-group.
11347
11348         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11349         same select-methods identical Lisp objects.
11350
11351         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11352         object when modifying the info.
11353
11354 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11357         gnus-opened-servers since it has never been opened with the new
11358         configuration yet.
11359
11360 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11363         arg to nnheader-generate-fake-message-id.
11364
11365 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11368         number and build a fake message ID localized to a group and
11369         article number (so it's repeatable from that point on).
11370         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11371         ID format.
11372
11373         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11374         nnheader-generate-fake-message-id with the article number.
11375
11376 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11377
11378         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11379         end-of-buffer.
11380
11381 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * message.el (message-ignored-supersedes-headers): Add Approved.
11384
11385 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11388         goto-char.
11389         (rfc2047-encode): Fold the line before encoding.
11390
11391 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392
11393         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11394         folding -- not all headers can be folded, and this should be done
11395         by the message composition mode.  Probably.  I think.
11396
11397 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11400         fast.
11401
11402         * gnus-ems.el (gnus-remove-image): Don't use
11403         message-text-with-property; remove only the image found first.
11404
11405         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11406         found first.
11407
11408 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11409
11410         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11411
11412 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * message.el (message-text-with-property): Make it fast and accept
11415         optional arguments.
11416         (message-strip-forbidden-properties): Use it.
11417         (message-fix-before-sending): Follow the m-t-w-p change.
11418
11419         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11420
11421 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (article-hide-headers): Don't change the buffer
11424         mistakenly when performing mml-preview even if
11425         gnus-single-article-buffer is nil.
11426
11427 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11428
11429         * message.el (message-expand-name-databases): New user option.
11430         (message-expand-name): Use it.
11431
11432 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11433
11434         * spam.el (spam-report-articles-resend)
11435         (spam-report-resend-register-routine): Allow ham reporting.
11436         (spam-report-resend-register-ham-routine): Add wrapper.
11437         (spam-registration-functions): Add ham resending functions.
11438         (spam-list-of-processors): Add ham resend processor.
11439
11440         * gnus.el (ham-resend-to): Add new group parameter.
11441         (spam-process): Add ham resend option.
11442
11443         * spam-report.el (spam-report-resend): Allow reporting ham.
11444         (spam-report-resend-ham): Add wrapper.
11445
11446 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * message.el (message-cite-articles-with-x-no-archive): New
11449         variable.
11450         (message-cite-original): Use it.
11451
11452 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * message.el (message-cite-original): Respect X-No-Archive.
11455
11456 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (article-hide-headers): Refer to the values for
11459         gnus-ignored-headers and gnus-visible-headers in the summary
11460         buffer since a user may have set them as group parameters.
11461
11462 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * assistant.el (assistant-node-name): Add convenience function.
11465         (assistant-render-text, assistant-render-node): Add error handling,
11466         plus handle multiple next nodes.
11467         (assistant-find-next-node): Comment out for now.
11468         (assistant-find-next-nodes): Add function, returns list of next
11469         nodes.
11470
11471 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * mail-source.el (mail-source-directory): Fix doc-string.
11474
11475 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11476
11477         * assistant.el (assistant-render-text, assistant-eval): Add :set
11478         widget type, which is different because it takes and returns a
11479         list.  Much hilarity ensues.
11480
11481 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11484
11485         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11486         doc-string.
11487
11488         * gnus-start.el (gnus-activate-group): Added doc-string.
11489
11490 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11493
11494 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11495
11496         * assistant.el (assistant-render-text): Try to add a :set
11497         widget, more to come.
11498
11499         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11500         strings.
11501         (spam-report-articles-resend)
11502         (spam-register-routine): Do registration iff any articles warrant
11503         it.
11504         (spam-summary-prepare-exit): Change log message for nil group
11505         destinations.
11506
11507 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11508
11509         * spam.el (spam-report-resend-register-routine): Allow
11510         spam-report-resend-to to be a group parameter or a global value.
11511
11512 2004-05-26  Simon Josefsson  <jas@extundo.com>
11513
11514         * starttls.el: Merge with my GNUTLS based starttls.el.
11515         (starttls-gnutls-program, starttls-use-gnutls)
11516         (starttls-extra-arguments, starttls-process-connection-type)
11517         (starttls-connect, starttls-failure, starttls-success): New
11518         variables.
11519         (starttls-program, starttls-extra-args): Doc fix.
11520         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11521         functions.
11522         (starttls-negotiate, starttls-open-stream): Check
11523         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11524         function if it is set.
11525
11526 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11529         structured fields.
11530
11531 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11534
11535 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11536
11537         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11538         variable.
11539         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11540         assigning the spam-mark to new messages.
11541
11542 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11543
11544         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11545
11546 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11549
11550         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11551         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11552         default.
11553
11554 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11555
11556         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11557         correct data.
11558
11559 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11562         (spam-group-processor-p): Fix function.
11563         (spam-group-processor-multiple-p)
11564         (spam-group-spam-processor-report-gmane-p)
11565         (spam-group-spam-processor-report-resend-p)
11566         (spam-group-spam-processor-bogofilter-p)
11567         (spam-group-spam-processor-blacklist-p)
11568         (spam-group-spam-processor-ifile-p)
11569         (spam-group-ham-processor-ifile-p)
11570         (spam-group-spam-processor-spamoracle-p)
11571         (spam-group-spam-processor-crm114-p)
11572         (spam-group-ham-processor-bogofilter-p)
11573         (spam-group-spam-processor-stat-p)
11574         (spam-group-ham-processor-stat-p)
11575         (spam-group-ham-processor-whitelist-p)
11576         (spam-group-ham-processor-BBDB-p)
11577         (spam-group-ham-processor-spamoracle-p)
11578         (spam-group-ham-processor-copy-p): Remove functions with some
11579         prejudice against unneeded code.
11580         (spam-report-articles-resend)
11581         (spam-report-resend-register-routine): Allow the group/topic
11582         spam-resend-to value to override spam-report-resend-to.
11583         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11584         properly now.
11585
11586         * gnus.el (spam-resend-to): Add group/topic parameter.
11587         (spam-process): Move the OBSOLETE processors to the end of the
11588         choices.
11589
11590 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11591
11592         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11593         with resend-to set to nil, and then ask the user if necessary.
11594         (spam-report-resend): spam-report-resend takes a list of articles, not
11595         separate article numbers.
11596
11597 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11600         addition to emacs-w3m.
11601
11602 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * assistant.el (assistant-authinfo-data): New function.
11605         (assistant-eval): Eval for entire assistant.
11606
11607         * netrc.el (netrc-services-file): New variable.
11608         (netrc-parse-services): New function.
11609         (netrc-find-service-name): New function.
11610         (netrc-find-service-number): New function.
11611         (netrc-port-equal): New function.
11612         (netrc-machine): Use it.
11613
11614         * nnimap.el (nnimap-open-connection): Use netrc.
11615
11616         * gnus-util.el (gnus-netrc-get): Remove aliases.
11617
11618         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11619
11620         * assistant.el (wid-edit): Fix compilation.
11621
11622         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11623
11624 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11625
11626         * gnus-util.el (gnus-set-file-modes): New function.  (small
11627         patch).
11628
11629 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11632
11633         * assistant.el (assistant-render-node): Fix up rendering and
11634         read-only text.
11635         (assistant-render-node): Reset.
11636         (assistant-make-read-only): Not sticky.
11637
11638 2004-05-20  Danny Siu  <dsiu@adobe.com>
11639
11640         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11641         centered even when gnus-auto-center-summary is t
11642
11643 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * dns.el (dns-get-txt-answer): New function.
11646         (dns-read-txt): Ditto.
11647         (query-dns): Use it.
11648
11649 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11652         active for foreign groups even if the group level is higher than
11653         the specified value.
11654
11655 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11658         non-active groups.
11659
11660         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11661
11662 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11663
11664         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11665
11666 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11667
11668         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11669         (spam-crm114-header, spam-crm114-spam-switch)
11670         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11671         (spam-crm114-positive-spam-header)
11672         (spam-crm114-database-directory, spam-list-of-processors)
11673         (spam-group-spam-processor-crm114-p)
11674         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11675         (spam-generic-score, spam-list-of-checks)
11676         (spam-list-of-statistical-checks, spam-registration-functions)
11677         (spam-check-crm114-headers, spam-crm114-score)
11678         (spam-check-crm114, spam-crm114-register-with-crm114)
11679         (spam-crm114-register-spam-routine)
11680         (spam-crm114-unregister-spam-routine)
11681         (spam-crm114-register-ham-routine)
11682         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11683         asjo@koldfront.dk (Adam Sjøgren).
11684
11685         * gnus.el: Add spam-use-crm114.
11686
11687         * spam.el (spam-list-of-processors, spam-registration-functions):
11688         Add spam-use-resend.
11689         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11690         (spam-report-articles-gmane): Add doc fix.
11691         (spam-report-articles-resend, spam-report-resend-register-routine):
11692         Add wrappers around spam-report-resend-to.
11693
11694         * spam-report.el (spam-report-resend-to, spam-report-resend):
11695         Add support for resending spam.
11696         (spam-report-gmane): Fix line length >80.
11697
11698         * gnus.el (spam-process): Add spam-use-resend.
11699
11700 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11701
11702         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11703         number of processed spam messages.
11704         (spam-ham-copy-or-move-routine): Return the number of processed
11705         ham messages.
11706         (spam-summary-prepare-exit): Use the above values to decide
11707         whether status messages shouled be displayed.
11708
11709 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11712         `rfc2047-encoding-function-alist' in order to avoid conflicting
11713         with the old version.
11714         (rfc2047-encode-region): Concatenate words containing non-ASCII
11715         characters in structured fields; don't encode space-delimited
11716         ASCII words even in unstructured fields; don't break words at
11717         char-category boundaries.
11718         (rfc2047-encode-1): New function.
11719         (rfc2047-encode): Use it; encode text so that it occupies the
11720         maximum width within 76-column; work correctly on Q encoding for
11721         iso-2022-* charsets.
11722         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11723         sure not to break a line just after the header name.
11724         (rfc2047-b-encode-region): Removed.
11725         (rfc2047-b-encode-string): New function.
11726         (rfc2047-q-encode-region): Removed.
11727         (rfc2047-q-encode-string): New function.
11728
11729         * mm-util.el (mm-replace-in-string): New function.
11730
11731 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732
11733         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11734         get it right.
11735         (gnus-inews-make-draft): Really.
11736
11737 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11738
11739         * nnmh.el (nnmh-request-list-1): Don't check the link count
11740         before descending.  (small patch)
11741
11742 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11743
11744         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11745         stuff.
11746
11747         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11748         on real group name.
11749
11750         * gnus-art.el (gnus-signature-limit): Doc fix.
11751
11752         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11753
11754         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11755
11756 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11757
11758         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11759         isn't a string.
11760
11761 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * gnus-draft.el (gnus-draft-send): Bind
11764         rfc2047-encode-encoded-words.
11765
11766         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11767         (rfc2047-encodable-p): Say that =? needs encoding.
11768         (rfc2047-encode-encoded-words): New variable.
11769
11770         * gnus-group.el (gnus-group-select-group): Doc fix.
11771
11772         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11773
11774         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11775         to nil.
11776
11777         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11778
11779         * nnheader.el (nnheader-get-lines-and-char): New function.
11780
11781 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-msg.el (gnus-summary-followup-with-original): Document
11784         yanking of region when active.
11785
11786 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11789         groups if the group level is higher than the specified value.
11790
11791 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11794         (gnus-group-jump-to-group): Added prefix argument using
11795         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11796         non-active group.
11797
11798         * compface.el (uncompface): Be verbose when changing
11799         `uncompface-use-external'.
11800
11801         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11802         handle manual section.
11803
11804 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * gnus-art.el (gnus-button-alist): Revert previous change.
11807
11808 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11811
11812 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11815         whether backend can accept message.
11816
11817         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11818
11819 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11820
11821         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11822         Avoid creating directory when nntp-marks-is-evil is true.
11823         Reported by Reiner Steib.
11824
11825 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * gnus-picon.el (gnus-picon-style): New variable.
11828         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11829         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11830         Jesper Harder <harder@ifa.au.dk>.
11831
11832 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * message.el (message-fill-field): Return point.
11835         (message-generate-headers): Go to end of field.
11836
11837         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11838         stuff for non-living groups.
11839
11840 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11841
11842         * gnus-art.el (gnus-article-followup-with-original)
11843         (gnus-article-reply-with-original): gnus-mark-active-p ->
11844         gnus-region-active-p.
11845
11846 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11847
11848         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11849         only when there is spam or ham to be processed.
11850
11851 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * mail-source.el (mail-source-delete-crash-box): Refactor.
11854         (mail-source-fetch): Use it.
11855         (mail-source-fetch-file): Ditto.
11856         (mail-source-fetch-directory): Run postscript in loop.
11857         (mail-source-fetch-pop): Delete.
11858         (mail-source-fetch-maildir): Ditto.
11859         (mail-source-fetch-imap): Ditto.
11860
11861         * imap.el (imap-authenticators): Comment out sasl.
11862
11863         * message.el (message-skip-to-next-address): New function.
11864         (message-fill-header-address): Refactor.
11865         (message-fill-address): Use it.
11866         (message-delete-address): Use it.
11867         (message-fill-header-general): Refactor.
11868         (message-fill-field-address): Rename.
11869         (message-narrow-to-field): Find the start of the header.
11870         (message-header-format-alist): Don't pre-fill.
11871         (message-fill-header): Removed.
11872         (message-insert-header): New function.
11873         (message-shorten-references): Use it.
11874
11875         * rfc2047.el (rfc2047-field-value): Strip props.
11876
11877         * mail-parse.el (mail-header-make-address): New alias.
11878
11879         * ietf-drums.el (ietf-drums-make-address): New function.
11880
11881         * imap.el: Add compiler directives.
11882
11883         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11884
11885         * gnus-art.el (article-decode-idna-rhs): Don't use
11886         message-idna-inside-rhs-p.
11887
11888 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * message.el (message-idna-inside-rhs-p): Removed.
11891         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11892
11893         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11894         false positives.
11895
11896 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11897
11898         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11899
11900 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * nneething.el (nneething-file-name): Don't create spurious
11903         files.
11904
11905         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11906         (gnus-inews-do-gcc): Remove sleep.
11907
11908         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11909         part under point.
11910
11911         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11912         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11913
11914 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11915
11916         * spam.el (spam-summary-prepare-exit): Fixed (length).
11917
11918 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11921         as expired without moving it" message when there are spam
11922         messages left.
11923
11924 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11925
11926         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11927         header is not nil.
11928
11929 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11930
11931         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11932         nntp-possibly-create-directory, not nntp-possibly-change-group.
11933         (nntp-marks-changed-p): New arg SERVER.
11934         (nntp-request-update-info): Adjust caller.
11935
11936 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11937
11938         * nntp.el (nntp-save-marks): Pass missing arg.
11939
11940 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11941
11942         * nntp.el: Support marks.
11943         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11944         (nntp-marks-modtime, nntp-marks-directory): New variables.
11945         (nntp-request-set-mark, nntp-request-update-info)
11946         (nntp-possibly-create-directory, nntp-marks-changed-p)
11947         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11948         functions.
11949
11950 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11951
11952         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11953         (gnus-xmas-redefine): Rename.
11954
11955         * gnus-score.el (gnus-score-insert-help): Use
11956         gnus-select-lowest-window.
11957
11958         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11959         appt-select-lowest-window and rename to gnus-select-lowest-window.
11960
11961         * gnus.el: do.
11962
11963 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11964
11965         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11966         encodings of MIME-encoded words, in order to improve
11967         interoperability with several broken MUAs.
11968
11969 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11970
11971         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11972         tags, only when charsets are not specified in headers.
11973         (mm-inline-text-html-render-with-w3m): Ditto.
11974
11975         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11976         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11977
11978 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11979
11980         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11981         instead of MIME-decoded from fields when checking
11982         `gnus-article-address-banner-alist'.
11983
11984 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11985
11986         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11987         description rather than subject.
11988
11989 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11990
11991         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11992
11993 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11994
11995         * gnus.el (gnus-version-number): Bump.
11996
11997 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11998
11999         * gnus.el: No Gnus v0.2 is released.
12000
12001 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * gnus-agent.el (gnus-agent-read-agentview): Inline
12004         gnus-uncompress-range.
12005
12006 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12007
12008         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12009         `exec-installed-p'.
12010
12011 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12012
12013         * gnus.el (spam-process, spam-autodetect-methods): Add
12014         bsfilter and bsfilter-headers.
12015
12016         * spam.el (spam-bsfilter): New customize group.
12017         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12018         (spam-bsfilter-header, spam-bsfilter-probability-header)
12019         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12020         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12021         (spam-bsfilter-database-directory): New options.
12022         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12023         (spam-list-of-statistical-checks, spam-registration-functions):
12024         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12025         (spam-bsfilter-score): New command.
12026         (spam-check-bsfilter-headers, spam-check-bsfilter)
12027         (spam-bsfilter-register-with-bsfilter)
12028         (spam-bsfilter-register-spam-routine)
12029         (spam-bsfilter-unregister-spam-routine)
12030         (spam-bsfilter-register-ham-routine)
12031         (spam-bsfilter-unregister-ham-routine): New functions.
12032         (spam-generic-score): Support bsfilter; Accept an optional argument
12033         to recalcurate spam score even if scoring header has already been
12034         added.
12035         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12036         optional argument to recalcurate spam score even if scoring header
12037         has already been added.
12038
12039 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12040
12041         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12042         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12043         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12044         link is missing.
12045
12046 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12047
12048         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12049         (html2text-get-attr): Rewrite.
12050
12051         * message.el (message-setup-1): Remove redundant put-text-property
12052         on mail-header-separator.
12053
12054 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12055
12056         * gnus-registry.el (gnus-registry-cache-whitespace)
12057         (gnus-registry-action, gnus-registry-spool-action)
12058         (gnus-registry-split-fancy-with-parent): Change message levels
12059         from 5 to 3 or 7, as needed.
12060
12061         * spam.el (spam-summary-prepare-exit)
12062         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12063         (spam-split, spam-find-spam, spam-log-undo-registration)
12064         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12065         level from 5 to 6.
12066
12067 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12070         2004-03-04 change).
12071
12072 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12073
12074         * sieve-manage.el (sieve-manage-open):
12075         * nnweb.el (nnweb-insert-html):
12076         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12077         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12078         * nnspool.el (nnspool-request-group):
12079         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12080         * nnml.el (nnml-request-update-info):
12081         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12082         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12083         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12084         (nnimap-request-set-mark):
12085         * nnfolder.el (nnfolder-request-update-info):
12086         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12087         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12088         * gnus-uu.el (gnus-uu-find-articles-matching):
12089         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12090         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12091         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12092         * gnus-nocem.el (gnus-nocem-scan-groups):
12093         * gnus-int.el (gnus-start-news-server):
12094         * gnus-group.el (gnus-group-make-kiboze-group)
12095         (gnus-group-browse-foreign-server):
12096         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12097         Use mapc when appropriate.
12098
12099 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12100
12101         FIXME: Make separate entries for each person.
12102
12103         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12104         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12105         <shields@msrl.com>:
12106
12107         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12108         may need for spam sorting and scoring.
12109         (spam-user-format-function-S): Add user format function suitable for
12110         general use.
12111         (spam-article-sort-by-spam-status): Add sorting function for summary
12112         sorting.
12113         (spam-extra-header-to-number): Add function to get a score from a
12114         header.
12115         (spam-summary-score): Add function to  get a numeric score from the
12116         headers.
12117         (spam-generic-score): Fix function doc, was in wrong place.
12118         (spam-initialize): Take symbols when it's run, and install the
12119         extra headers that spam-necessary-extra-headers thinks we need.
12120
12121 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12124         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12125
12126 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12127
12128         * gnus-sum.el (gnus-set-global-variables)
12129         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12130         (gnus-article-get-xrefs, gnus-summary-best-group)
12131         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12132         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12133         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12134         Use with-current-buffer.
12135
12136 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * spam.el (spam-summary-prepare-exit): Simplify logic.
12139         (spam-fetch-article-header): Read the article header if it's not
12140         available.
12141         (spam-list-articles): Simplify logic.
12142         (spam-filelist-register-routine): Fix bug with unregister-list.
12143
12144         * gnus-registry.el: Fix comments at beginning.
12145
12146 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12147
12148         * message.el (message-cater-to-broken-inn): Remove.
12149         (message-shorten-references): Make sure the total folded length of
12150         References is shorter than 998 characters to cater to a bug in INN
12151         2.3.  Also, don't pretend that references aren't folded -- this
12152         hasn't worked for a while.
12153
12154 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12155
12156         * gnus-agent.el (gnus-agentize):
12157         gnus-agent-send-mail-real-function no longer set to current value
12158         of message-send-mail-function but rather a lambda that calls
12159         message-send-mail-function.  The change makes the agent real-time
12160         responsive to user changes to message-send-mail-function.
12161
12162 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12163
12164         * legacy-gnus-agent.el
12165         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12166         help from Florian Weimer <fw@deneb.enyo.de>
12167
12168 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * nnmail.el (nnmail-cache-insert): Revert last change.
12171
12172 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * nnmail.el (nnmail-cache-insert): Always check whether
12175         nnmail-cache-ignore-groups matches a group name.
12176
12177 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12178
12179         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12180         (spam-find-spam, spam-log-processing-to-registry)
12181         (spam-log-registered-p, spam-log-unregistration-needed-p)
12182         (spam-log-undo-registration): Use gnus-message instead of
12183         gnus-error, none of these errors are fatal.
12184
12185         * gnus-registry.el (gnus-registry-clean-empty-function)
12186         (gnus-registry-clean-empty): Remove only empty entries without
12187         extra data.
12188
12189 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12190
12191         * spam-stat.el (spam-stat-buffer-change-to-spam)
12192         (spam-stat-buffer-change-to-non-spam): Change (error) to
12193         (gnus-message 8) invocation.
12194
12195 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * nntp.el (nntp-via-netcat-command): New variable.
12198         (nntp-via-netcat-switches): New variable.
12199         (nntp-open-via-rlogin-and-netcat): New function.
12200         (nntp-open-connection-function): Doc fix.
12201         (nntp-telnet-command): Doc fix.
12202         (nntp-end-of-line): Doc fix.
12203         (nntp-via-rlogin-command): Doc fix.
12204         (nntp-via-user-name): Doc fix.
12205         (nntp-via-address): Doc fix.
12206
12207 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12210         error in Emacs 21.1.
12211
12212 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12215
12216 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12217         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12218         (gnus-agent-with-refreshed-group): New macro.
12219         (gnus-agent-rename-group): New function.
12220         (gnus-agent-delete-group): New function.
12221         (gnus-agent-save-group-info): Use gnus-command-method when
12222         `method' parameter is nil.  Don't write nil entries into the
12223         active file.
12224         (gnus-agent-get-group-info): New function.
12225         (gnus-agent-fetch-articles): Use
12226         gnus-agent-update-files-total-fetched-for to increment disk space
12227         used.
12228         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12229         gnus-agent-update-view-total-fetched-for to increment disk space
12230         used.
12231         (gnus-agent-get-local): Added optional parameters to avoid calling
12232         gnus-group-real-name and gnus-find-method-for-group.
12233         (gnus-agent-set-local): Delete stored entry if either min, or max,
12234         are nil.
12235         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12236         quit, use gnus-agent-regenerate-group to record existance of any
12237         articles fetched to disk before the quit occurred.
12238         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12239         gnus-agent-update-view-total-fetched-for, and
12240         gnus-agent-update-files-total-fetched-for to decrement disk space
12241         used.
12242         (gnus-agent-retrieve-headers): Use
12243         gnus-agent-update-view-total-fetched-for to increment disk space
12244         used.
12245         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12246         with gnus-agent-update-files-total-fetched-for to decrement disk
12247         space and fresh group buffer.
12248         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12249         (gnus-agent-need-update-total-fetched-for): New variable.
12250         (gnus-agent-update-files-total-fetched-for): New function.
12251         (gnus-agent-update-view-total-fetched-for): New function.
12252         (gnus-agent-total-fetched-for): New function.
12253
12254         * gnus-cache.el (gnus-cache-save-buffers): Use
12255         gnus-cache-update-overview-total-fetched-for to change disk space
12256         used by this group.
12257         (gnus-cache-possibly-enter-article): Use
12258         gnus-cache-update-file-total-fetched-for to increment disk space
12259         used by this group.
12260         (gnus-cache-possibly-remove-article): Use
12261         gnus-cache-update-file-total-fetched-for to decrement disk space
12262         used by this group.
12263         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12264         (gnus-cache-rename-group): New function.
12265         (gnus-cache-delete-group): New function.
12266         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12267         (gnus-cache-need-update-total-fetched-for): New variable.
12268         (gnus-cache-with-refreshed-group): New macro.
12269         (gnus-cache-update-file-total-fetched-for): New function.
12270         (gnus-cache-update-overview-total-fetched-for): New function.
12271         (gnus-cache-rename-group-total-fetched-for): New function.
12272         (gnus-cache-delete-group-total-fetched-for): New function.
12273         (gnus-cache-total-fetched-for): New function.
12274
12275         * gnus-group.el: Require gnus-sum and autoload functions to
12276         resolve warnings when gnus-group.el compiled alone.
12277         (gnus-group-line-format): Documented new %F
12278         (size of Fetched data) group line format; identifies disk space
12279         used by agent and cache.
12280         (gnus-group-line-format-alist): Defined new F format.
12281         (gnus-total-fetched-for): New function.
12282         (gnus-group-delete-group): No longer update
12283         gnus-cache-active-altered as gnus-request-delete-group now keeps
12284         the cache in sync.
12285         (gnus-group-list-active): Let the agent store a server's active
12286         list if currently plugged.
12287
12288         * gnus-int.el (gnus-request-delete-group):
12289         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12290         local disk in sync with the server.
12291         (gnus-request-rename-group):
12292         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12293         local disk in sync with the server.
12294
12295         * gnus-start.el (gnus-get-unread-articles):
12296         Cosmetic simplification to logic.
12297
12298         * gnus-util.el (gnus-rename-file): New function.
12299
12300 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12301
12302         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12303
12304 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12305
12306         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12307         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12308
12309 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12310
12311         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12312         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12313
12314 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12315
12316         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12317
12318 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12319
12320         * spam.el (spam-set-difference): Add function to replace
12321         gnus-set-difference in spam.el.
12322         (spam-summary-prepare-exit): Use spam-set-difference.
12323
12324 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12325
12326         * gnus-registry.el (gnus-registry-cache-file): Update to use
12327         gnus-dribble-directory OR gnus-home-directory OR ~.
12328         (gnus-registry-split-fancy-with-parent): Fix doc.
12329
12330 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * message.el (message-exchange-point-and-mark): Use
12333         message-mark-active-p.  Suggested by Jesper Harder
12334         <harder@ifa.au.dk>.
12335
12336 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * message.el (message-exchange-point-and-mark): Don't activate
12339         region if it was inactive.  Suggested by Hiroshi Fujishima
12340         <pooh@nature.tsukuba.ac.jp>.
12341
12342 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-art.el (article-display-face): Display Faces in the same
12345         order as X-Faces.
12346
12347 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12350
12351 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12354         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12355         (gnus-article-mime-hierarchy): Remove.
12356         (gnus-article-mime-hierarchy-next): Remove.
12357         (gnus-article-mode): Revert 2004-03-19 change.
12358         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12359         (gnus-insert-mime-button): Revert 2004-03-19 change.
12360         (gnus-mime-accumulate-hierarchy): Remove.
12361         (gnus-mime-enter-multipart): Remove.
12362         (gnus-mime-leave-multipart): Remove.
12363         (gnus-mime-display-part): Revert 2004-03-19 change.
12364         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12365
12366         * mml.el (mml-preview): Revert 2004-03-19 change.
12367
12368 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12369
12370         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12371
12372 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12375         t while entering a file name using the mm-with-multibyte macro.
12376         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12377
12378         * mm-util.el (mm-with-multibyte): New macro.
12379
12380 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12383         user option.
12384         (gnus-mime-multipart-functions): Doc and customization fix.
12385         (gnus-article-mime-hierarchy): New variable.
12386         (gnus-article-mime-hierarchy-next): New variable.
12387         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12388         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12389         gnus-article-mime-hierarchy-next to nil.
12390         (gnus-insert-mime-button): Show hierarchy numbers.
12391         (gnus-mime-accumulate-hierarchy): New function.
12392         (gnus-mime-enter-multipart): New function.
12393         (gnus-mime-leave-multipart): New function.
12394         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12395         (gnus-mime-display-alternative): Show hierarchy numbers.
12396
12397         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12398         gnus-article-mime-hierarchy-next to nil.
12399
12400 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12401
12402         * dns.el: Don't require gnus-xmas.
12403
12404 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12405
12406         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12407         inline PGP.
12408         (mml-menu): Disable mml-quote-region if mark is inactive.
12409
12410 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12413         when the group's active is not available.
12414
12415 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12418         error.
12419
12420 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * imap.el (imap-store-password): New variable.
12423         (imap-interactive-login): Use it.
12424         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12425
12426 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12429         window-start and hscroll to summary window.
12430
12431 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12432
12433         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12434         conversion message to newsrc-dribble when an actual conversion is
12435         performed.
12436
12437 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12438
12439         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12440
12441 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * mm-decode.el (mm-complicated-handles): New function reviving
12444         former definition of mm-multiple-handles.
12445
12446         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12447         (gnus-mime-delete-part): Use it.
12448
12449 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12450
12451         * gnus-agent.el (gnus-agent-read-local): Bind
12452         nnheader-file-coding-system to gnus-agent-file-coding-system to
12453         avoid the implicit assumption that they will always be equal.
12454         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12455         coding-system-for-write, as the with-temp-file macro first prints
12456         to a buffer then saves the buffer.
12457
12458 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-art.el (gnus-article-edit-part): New function.
12461         (gnus-mime-save-part-and-strip): Use it; do query instead of
12462         signaling an error; don't use mm-multiple-handles.
12463         (gnus-mime-delete-part): Ditto.
12464
12465 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12466
12467         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12468         old file versions.
12469         (gnus-group-prepare-hook): Removed function that converted list
12470         form of gnus-agent-expire-days to group properties.
12471
12472         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12473         (gnus-request-accept-article): Re-indented.
12474
12475         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12476         converters to handle old agent file formats.  Added logic for a
12477         "backup before upgrading warning".
12478         (gnus-convert-mark-converter-prompt): Developers can mark
12479         functions as needing (default), or not needing,
12480         gnus-convert-old-newsrc's "backup before upgrading warning".
12481         (gnus-convert-converter-needs-prompt): Tests whether the user
12482         should be protected from potentially irreversable changes by the
12483         function.
12484
12485         * legacy-gnus-agent.el: New.  Provides converters that are only
12486         loaded when gnus-convert-old-newsrc needs to call them.
12487
12488 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * mail-source.el (mail-source-touch-pop): Doc fix.
12491
12492         * message.el (message-smtpmail-send-it): Doc fix.
12493
12494 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12495
12496         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12497
12498         * nnmail.el (nnmail-split-fancy): do.
12499
12500         * gnus-kill.el (gnus-kill, gnus-execute): do.
12501
12502 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12503
12504         * gnus-sum.el (gnus-widget-reversible-match)
12505         (gnus-widget-reversible-to-internal)
12506         (gnus-widget-reversible-to-external): New functions.
12507         (gnus-widget-reversible): New widget.
12508         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12509
12510 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12511
12512         * gnus-sum.el (gnus-thread-sort-functions)
12513         (gnus-article-sort-functions): Document `(not F)' items.
12514
12515 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * spam.el (spam-use-gmane-xref): Add new backend.
12518         (spam-gmane-xref-spam-group): Add variable to control the name of the
12519         Gmane spam group.
12520         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12521         (spam-regex-headers-spam, spam-regex-headers-ham)
12522         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12523         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12524         backends and checks.
12525         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12526
12527         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12528         an autodetect method.
12529
12530 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12531
12532         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12533         articles are being added to a group.
12534         (gnus-request-replace-article): Inform the agent that articles
12535         need to be uncached as the cached contents are no longer valid.
12536
12537 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * binhex.el: Don't autoload executable-find.
12540
12541         * canlock.el: Don't autoload mail-fetch-field.
12542
12543         * dgnushack.el: Autoload c-mode for XEmacs.
12544
12545         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12546
12547         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12548         rmail-dont-reply-to and rmail-output.
12549
12550         * gnus-score.el: Don't autoload ffap-string-at-point.
12551
12552         * gnus-setup.el: Don't autoload sc-cite-original.
12553
12554         * imap.el: Don't autoload base64-decode-string,
12555         base64-encode-string and md5.
12556
12557         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12558         and rmail-msg-restore-non-pruned-header.
12559
12560         * mm-decode.el: Don't autoload executable-find.
12561
12562         * mm-url.el: Don't autoload executable-find.
12563
12564         * mm-view.el: Don't autoload diff-mode.
12565
12566         * nndb.el: Don't autoload news-reply-mode, news-setup,
12567         cancel-timer and telnet.
12568
12569         * password.el: Don't autoload run-at-time for Emacs.
12570
12571         * sha1-el.el: Don't autoload executable-find.
12572
12573         * sieve-mode.el: Don't autoload c-mode.
12574
12575         * uudecode.el: Don't autoload executable-find.
12576
12577 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12578
12579         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12580         (gnus-agent-possibly-alter-active): Avoid null in numeric
12581         comparison.
12582         (gnus-agent-set-local): Refuse to save null in local object table.
12583         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12584         list of articles that will be marked as unread.
12585
12586 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12589
12590 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12591
12592         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12593         language tags.
12594
12595 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12596
12597         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12598         Don't bind "obarray".
12599
12600         * gnus-sum.el (gnus-thread-sort-functions): Added
12601         `gnus-thread-sort-by-most-recent-number' and
12602         `gnus-thread-sort-by-most-recent-date'.
12603         Reported by Kai Grossjohann <kai@emptydomain.de>.
12604
12605 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12608
12609 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12610
12611         * gnus-cus.el (gnus-agent-customize-category): Removed
12612         ignore-errors macro reference that required cl to be loaded at
12613         run-time.
12614
12615         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12616         single-interval range of the form (min . max).  Previously the
12617         range had to look like ((min . max)).  Likewise, return
12618         (min . max) rather than ((min . max)).
12619         (gnus-range-map): Use gnus-range-normalize to accept
12620         single-interval range.
12621
12622         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12623         the cache, but not the agent, now appear with their usual face.
12624
12625         * dgnushack.el (loaddir): New variable that is bound to the
12626         directory containing the dgnushack.el file. Use loaddir, rather
12627         than srcdir, to update load-path. Change lets dgnushack compile
12628         code in directories other than GNUS/lisp.
12629
12630 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * lpath.el: Don't bind w3m-safe-url-regexp.
12633
12634         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12635         w3m-safe-url-regexp variable buffer-local.
12636
12637         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12638
12639 2004-02-27  Simon Josefsson  <jas@extundo.com>
12640
12641         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12642         gnus-group-real-prefix.
12643         (gnus-summary-move-article): Use it, instead of
12644         gnus-group-real-prefix.
12645
12646 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * lpath.el: Bind w3m-safe-url-regexp.
12649
12650         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12651         w3m-safe-url-regexp variable buffer-local and set it as the value
12652         of mm-w3m-safe-url-regexp.
12653
12654         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12655
12656         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12657         parsing gnus-posting-styles when the message is not for replying.
12658
12659         * dgnushack.el: Autoload sgml-mode for XEmacs.
12660
12661         * nnrss.el (nnrss-opml-export): Use
12662         mm-set-buffer-file-coding-system instead of
12663         set-buffer-file-coding-system.
12664
12665 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12666
12667         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12668         of checkdoc.el).
12669         * nnrss.el: do.
12670         * gnus-mlspl.el: do.
12671         * gnus-ml.el: do.
12672         * gnus-srvr.el: do.
12673
12674         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12675
12676 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12677
12678         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12679         Corrections to custom-manual links.
12680
12681         * gnus-art.el (gnus-article): Ditto.
12682
12683         * mm-decode.el (mime-display, mime-security): Ditto.
12684
12685 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12686
12687         * flow-fill.el: Typo.
12688
12689 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12690
12691         * spam-wash.el: New file.
12692
12693 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12694
12695         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12696
12697 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12698
12699         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12700         to be run with new-articles as LIST1, not LIST2.
12701         (spam-registration-functions): Add spam-use-ham-copy as a nil
12702         registration backend.
12703
12704 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12705
12706         * spam-stat.el (spam-stat-washing-hook): New option.
12707         (spam-stat-buffer-words): Use it.
12708         (spam-stat-process-directory, spam-stat-test-directory): Use
12709         insert-file-contents-literally.
12710         (spam-stat-coding-system): New variable.
12711         (spam-stat-load, spam-stat-save): Use it.
12712
12713 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * spam-report.el (spam-report-plug-agent): Quote
12716         spam-report-url-to-file and spam-report-url-ping-plain.
12717
12718 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12721         / in mailto URLs.
12722
12723 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * spam-report.el (spam-report-process-queue): Fix interactive use.
12726         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12727         (spam-report-unplug-agent): Doc fixes.
12728         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12729         (spam-report-agentize, spam-report-deagentize): Autoload
12730
12731 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12734
12735         * message.el (message-setup-fill-variables): Add mml tags to
12736         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12737         <ajk@iu.edu>.
12738         (message-mode): Don't modify paragraph-separate there.
12739
12740 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * compface.el (uncompface-use-external): Default to undecided.
12743         (uncompface-use-external-threshold): New variable.
12744         (uncompface-float-time): New macro.
12745         (uncompface): Determine whether to use the external decoder if
12746         uncompface-use-external is undecided.
12747
12748 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12749
12750         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12751         after images.
12752
12753         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12754
12755 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12756
12757         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12758
12759         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12760
12761         * gnus-sum.el (gnus-summary-limit-to-age)
12762         (gnus-summary-limit-children): do.
12763
12764         * gnus-int.el (gnus-request-scan): do.
12765
12766         * gnus-group.el (gnus-group-suspend): do.
12767
12768         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12769
12770         * gnus-cite.el (gnus-cite-parse-attributions): do.
12771
12772         * gnus-agent.el (gnus-summary-set-agent-mark)
12773         (gnus-agent-regenerate-group): do.
12774
12775         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12776
12777         * binhex.el (binhex-decode-region-internal): do.
12778
12779 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-fun.el (gnus-face-properties-alist): New user option.
12782         (gnus-display-x-face-in-from): Use it.
12783
12784         * gnus-art.el (article-display-face): Ditto.
12785
12786         * compface.el (uncompface-use-external): Default to nil.
12787
12788 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12789
12790         * nntp.el (nntp-erase-buffer): New function.
12791         (nntp-retrieve-data, nntp-send-command)
12792         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12793         (nntp-possibly-change-group): Use it.
12794
12795         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12796         with-current-buffer.
12797
12798 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12799
12800         * compface.el: Merge the ELisp-based uncompface program.
12801         (compface): New customization group.
12802         (uncompface-use-external): New user option.
12803         (uncompface): Call uncompface-internal if uncompface-use-external
12804         is nil.
12805         (uncompface-internal): New function.  Note that there are also
12806         some other functions and variables added for this function.
12807
12808 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12809
12810         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12811         if necessary.
12812
12813 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12814
12815         * spam-report.el (spam-report-unplug-agent)
12816         (spam-report-plug-agent, spam-report-deagentize)
12817         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12818         Add support for the Agent in spam-report: when unplugged, report to a
12819         file; when plugged, submit all the requests.
12820
12821         * spam.el (spam-register-routine): Fix message about
12822         registration.
12823
12824 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12825
12826         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12827         dependencies.
12828         (rfc2047-encode): Use it.
12829
12830         * gnus-art.el (gnus-button-marker-list): Move before first
12831         reference.
12832
12833         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12834         (imap-parse-body): Fix format string mismatch.
12835
12836         * gnus-score.el (gnus-summary-increase-score): do.
12837
12838         * nnrss.el (nnrss-close): New function.
12839
12840 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12841
12842         * nnrss.el (nnrss-make-filename): New function.
12843         (nnrss-request-delete-group, nnrss-read-server-data)
12844         (nnrss-save-server-data, nnrss-read-group-data)
12845         (nnrss-save-group-data): Use it.
12846         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12847         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12848         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12849
12850 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12851
12852         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12853
12854 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12855
12856         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12857         files.
12858
12859         * message.el (message-generate-headers-first): Don't quote nil
12860         and t in docstrings.
12861
12862         * imap.el (imap-id): do.
12863
12864         * gnus-agent.el (gnus-agent-consider-all-articles)
12865         (gnus-agent-queue-mail): do.
12866
12867 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * spam-report.el (spam-report-process-queue): New function.
12870         Process requests from `spam-report-requests-file'.
12871         (spam-report-process-queue): Doc fix.
12872
12873 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12874
12875         * spam.el (spam-register-routine)
12876         (spam-log-processing-to-registry, spam-log-registered-p)
12877         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12878         Change "check" to "spam-check" for semi-clarity.
12879
12880 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12881
12882         * pop3.el: Require nnheader.
12883
12884         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12885
12886         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12887
12888         * gnus-picon.el: Require cl.
12889
12890         * gnus-fun.el: Require gnus-ems and gnus-util.
12891
12892         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12893
12894         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12895
12896         * gnus-art.el (gnus-article-edit-mode): Define before first
12897         reference.
12898
12899 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12900
12901         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12902         (gnus-uu-post-encoded): Use point-at-bol.
12903
12904         * gnus-topic.el (gnus-group-active-topic-p): do.
12905
12906         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12907
12908         * gnus-group.el (gnus-group-kill-region): do.
12909
12910         * gnus-art.el (article-date-ut): do.
12911
12912         * message.el (message-fetch-field): Remove redundant
12913         case-fold-search binding.
12914         (message-narrow-to-field): Simplify.
12915
12916 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * spam.el (spam-directory): Derive from `gnus-directory'.
12919
12920         * spam-report.el (spam-report-url-to-file)
12921         (spam-report-requests-file): New function and variable for offline
12922         reporting.
12923         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12924         and user defined function.
12925         (spam-report-url-ping-mm-url): Remove doubled slash.
12926
12927 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12930
12931 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12932
12933         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12934         format string mismatch.
12935
12936         * sieve.el (sieve-deactivate-all): do.
12937
12938         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12939
12940         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12941
12942         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12943
12944         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12945
12946 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12949         the list of checks.
12950
12951 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12952
12953         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12954         padding.
12955
12956 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12957
12958         * mm-view.el (mm-fill-flowed): New variable.
12959         (mm-inline-text): Use it.
12960
12961 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12962
12963         * spam.el (spam-spamassassin-register-ham-routine)
12964         (spam-spamassassin-register-spam-routine): Fix function names.
12965
12966 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus.el (gnus-tmp-grouplens): Remove.
12969         (gnus-summary-line-format): Remove grouplens.
12970
12971         * gnus-group.el (gnus-group-line-format): Ditto.
12972
12973         * gnus-spec.el (gnus-format-specs): Ditto.
12974         (gnus-update-format-specifications): Flush the group format spec
12975         cache if there's the grouplens stuff.
12976         (gnus-parse-simple-format): Replace %l with the empty string.
12977
12978 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12979
12980         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12981         omission.
12982
12983 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12986         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12987
12988 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12989
12990         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12991         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12992         New macros and functions.
12993         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12994         Handle > NLINK_MAX messages.
12995         * nnmaildir.el (nnmaildir-request-set-mark): Use
12996         nnmaildir--emlink-p and nnmaildir--eexist-p.
12997
12998 2004-01-25  Alex Schroeder  <alex@gnu.org>
12999
13000         * spam-stat.el (spam-stat-process-directory-age): New option.
13001         (spam-stat-process-directory): Use it.
13002
13003 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13004
13005         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13006         (spam-stat-save): Accept prefix argument.
13007
13008 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13009
13010         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13011         links" error.
13012
13013 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13016         the rest of the and/or forms.
13017
13018 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13019
13020         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13021         compatibility with old .newsrc.eld files.
13022
13023         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13024
13025         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13026
13027         * gnus-start.el (gnus-1): do.
13028
13029         * gnus-group.el (gnus-group-line-format-alist): do.
13030
13031         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13032
13033         * gnus-gl.el: Remove.
13034
13035 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13036
13037         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13038         marks consisting of a single range {for example, (3 . 5)} rather
13039         than a list of a single range { ((3 . 5)) }.
13040
13041 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13042
13043         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13044         with-current-buffer.
13045         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13046         avoid consing a string.
13047
13048         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13049         Remove obsolete entries for big5 and gb2312.
13050
13051 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13052
13053         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13054         uncompressed list.
13055
13056 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13057
13058         * spam-stat.el (spam-stat-strip-xref): New function.
13059         (spam-stat-process-directory): Use it.
13060
13061         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13062         here -- it's done in message-fetch-field.
13063
13064 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13065
13066         * gnus-agent.el (gnus-agent-queue-mail)
13067         (gnus-agent-prompt-send-queue): New variables.
13068         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13069         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13070         "nndraft:queue" along to gnus-draft-send.  Use
13071         gnus-agent-prompt-send-queue.
13072         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13073         is "nndraft:queue".  Suggested by Gaute Strokkenes
13074         <gs234@srcf.ucam.org>
13075
13076         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13077         (agent-enable-undownloaded-faces): Added
13078         (gnus-agent-cat-groups): Use eval-and-compile, not
13079         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13080         method of gnus-agent-cat-groups even when the buffer has been
13081         evaled.
13082         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13083         delete gnus-agent-save-active-1.
13084         (gnus-agent-save-groups): Deleted.  Identical to
13085         gnus-agent-save-active.
13086         (gnus-agent-write-active): No longer adjust agent's copy of active
13087         file as agent's adjustments are now stored in their own
13088         file.  Removed optional parameter.
13089         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13090         servers.  Add use of min/max range limits from server's local
13091         file.
13092         (gnus-agent-save-alist): Removed unused optional argument.
13093         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13094         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13095         (gnus-agent-set-local): A per-server file that keeps min/max range
13096         limits for articles known to the agent.  Provides a fast mechanism
13097         for altering many active ranges.
13098         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13099         active file (local makes it unnecessary).
13100         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13101
13102         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13103         (agent-enable-undownloaded-faces): Added
13104
13105         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13106         disable it when sending to "nndraft:queue".
13107         (gnus-group-send-queue): Add safety check to avoid sending queue
13108         when unplugged.
13109
13110         * gnus-group.el (gnus-group-catchup): Use new
13111         gnus-sequence-of-unread-articles, not
13112         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13113         numbers of articles.  Use gnus-range-map to avoid having to
13114         uncompress the unread list.
13115         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13116         Fixed invalid ange-ftp reference.
13117
13118         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13119         (gnus-sorted-range-intersection): Intersection of two ranges
13120         without requiring that they first be uncompressed.
13121
13122         * gnus-start.el (gnus-activate-group): Unless blocked by the
13123         caller, possibly expand the active range to include both cached
13124         and agentized articles.
13125         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13126         multiple version-dependent converters.
13127         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13128         gnus-agent-save-active.
13129         (gnus-save-newsrc-file): Save dirty agent range limits.
13130
13131         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13132         gnus-agent-possibly-alter-active.
13133         (gnus-adjust-marked-articles): Faster handling of simple lists
13134
13135 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13136
13137         * spam-stat.el (spam-stat-test-directory): New optional argument
13138         displays a list of files detected.  Suggested by Andrew Cohen
13139         <cohen@andy.bu.edu>.
13140         (spam-stat-buffer-words-with-scores): Don't narrow and change
13141         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13142
13143 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13144
13145         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13146         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13147         (spam-spamassassin-arguments)
13148         (spam-spamassassin-spam-flag-header)
13149         (spam-spamassassin-positive-spam-flag-header)
13150         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13151         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13152         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13153         (spam-list-of-processors, spam-list-of-checks)
13154         (spam-list-of-statistical-checks, spam-registration-functions)
13155         (spam-check-spamassassin-headers, spam-check-spamassassin)
13156         (spam-spamassassin-score)
13157         (spam-spamassassin-register-with-sa-learn)
13158         (spam-spamassassin-register-spam-routine)
13159         (spam-spamassassin-register-ham-routine)
13160         (spam-assassin-register-spam-routine)
13161         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13162         (spam-bogofilter-score): Fix to show article before scoring.
13163
13164 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13165
13166         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13167         default scoring function.
13168         (spam-generic-score): Call spam-spamassassin-score if
13169         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13170         spam-bogofilter-score otherwise.
13171
13172         * gnus.el (spam-process, spam-autodetect-methods): Add
13173         spamassassin and spamassassin-headers.
13174
13175 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13176
13177         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13178         Suppress unnecessary messages.
13179
13180 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13181
13182         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13183         make-hash-table.
13184
13185 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * canlock.el (base64-encode-string): Don't autoload it.
13188
13189 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * run-at-time.el: Remove useless (require 'itimer),
13192         eval-and-compile and (featurep 'xemacs).
13193
13194 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13195
13196         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13197         GROUP is a virtual group.
13198
13199 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13200
13201         * gnus.el: Autoload `message-y-or-n-p'.
13202
13203 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13204
13205         * pgg-parse.el: Remove unnecessary (require 'custom).
13206
13207         * pgg-def.el: do.
13208
13209         * nnmail.el: do.
13210
13211         * gnus-undo.el: do.
13212
13213         * gnus-picon.el: do.
13214
13215         * gnus-util.el: do.
13216
13217 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13220
13221 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13224         handle, as well as a list.
13225
13226         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13227         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13228         (mm-w3m-cid-retrieve): Simplify.
13229
13230 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13231
13232         * message.el (message-kill-to-signature): Allow prefix arg to
13233         specify number of lines to keep before signature.
13234
13235 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13236
13237         (message-kill-to-signature): Change docstring.
13238
13239 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * canlock.el: Always require sha1-el.
13242         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13243
13244         * message.el: Autoload sha1 only when compiling.
13245
13246         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13247         eudc-expand-inline for XEmacs.
13248
13249 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * message.el (message-canlock-generate): Require sha1-el.
13252
13253 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13254
13255         * message.el (message-expand-name): Silence the byte compiler.
13256
13257         * lpath.el: Add detect-coding-system.
13258
13259         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13260         cus-edit.
13261
13262 2004-01-13  Simon Josefsson  <jas@extundo.com>
13263
13264         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13265         Invoke gnus-score-mode.  Reported by
13266         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13267
13268         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13269         Jim Blandy <jimb@redhat.com> (tiny change).
13270
13271 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13272
13273         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13274
13275 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * spam.el (spam-get-article-as-string): Update to use
13278         gnus-request-article-this-buffer, much simpler.
13279         (spam-get-article-as-buffer): Remove.
13280
13281 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13282
13283         * message.el (message-expand-name): Use EUDC if the user uses that.
13284
13285 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13286
13287         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13288         character for the encoding to avoid consing a string.
13289
13290         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13291         unnecessarily.
13292
13293         * mm-util.el (mm-replace-chars-in-string): Remove.
13294
13295         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13296         of mm-replace-chars-in-string.
13297
13298 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13299
13300         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13301
13302         * mm-util.el (mm-subst-char-in-string): Support inplace.
13303
13304         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13305         a new string in every iteration.  Use shy groups.
13306
13307 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13308
13309         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13310         * gnus-soup.el (gnus-soup-group-brew):
13311         * gnus-msg.el (gnus-put-message):
13312         * gnus-move.el (gnus-group-move-group-to-server):
13313         * gnus-kill.el (gnus-batch-score):
13314         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13315         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13316         (gnus-group-update-group, gnus-group-read-group)
13317         (gnus-group-make-group, gnus-group-make-help-group)
13318         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13319         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13320         (gnus-group-sort-by-unread, gnus-group-catchup)
13321         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13322         (gnus-group-yank-group, gnus-group-set-info)
13323         (gnus-group-list-groups):
13324         * gnus.el (gnus-generate-new-group-name):
13325         * gnus-delay.el (gnus-delay-send-queue):
13326         * nnvirtual.el (nnvirtual-catchup-group):
13327         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13328         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13329         (gnus-group-prepare-topics, gnus-topic-check-topology):
13330         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13331         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13332         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13333         (gnus-group-make-articles-read):
13334         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13335         (gnus-group-change-level, gnus-kill-newsgroup)
13336         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13337         (gnus-get-unread-articles, gnus-make-articles-unread)
13338         (gnus-make-ascending-articles-unread): Use accessor
13339         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13340         to get group information for improved readability.
13341
13342
13343 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13344
13345         * gnus-art.el (article-decode-mime-words, article-babel)
13346         (gnus-article-highlight-signature, gnus-article-add-buttons)
13347         (gnus-signature-toggle): Use gnus-with-article-buffer.
13348
13349         * gnus-art.el (gnus-article-highlight-headers)
13350         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13351
13352         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13353         (gnus-article-set-globals, gnus-request-article-this-buffer)
13354         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13355         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13356         (gnus-mime-display-alternative): Use with-current-buffer.
13357
13358 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13361         also under 80 char limit, and call gnus-error if needed.
13362         (spam-fetch-article-header): Fix - it was a
13363         buffer-local variable (gnus-newsgroup-data).
13364         (spam-find-spam): Use spam-generate-fake-headers, forget about
13365         spam-insert-fake-headers.
13366         (spam-insert-fake-headers): Remove.
13367
13368 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13369
13370         * deuglify.el (gnus-article-outlook-unwrap-lines)
13371         (gnus-outlook-rearrange-article)
13372         (gnus-outlook-repair-attribution-outlook)
13373         (gnus-outlook-repair-attribution-block)
13374         (gnus-outlook-repair-attribution-other): Remove redundant
13375         save-excursion.
13376
13377 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13380         (spam-fetch-field-subject-fast)
13381         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13382         (spam-fetch-article-header): Add functions to deal with Gnus
13383         internals for fast retrieval of article header data.
13384         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13385
13386 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13387
13388         * pop3.el (pop3-md5): Remove.
13389         (pop3-apop): Replace pop3-md5 with md5.
13390
13391         * mm-bodies.el: base64 is always built-in.
13392
13393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13394         with-current-buffer.
13395
13396 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * canlock.el (canlock-insert-header): Remove excessive grouping in
13399         regexp.
13400
13401         * gnus-sum.el (gnus-summary-read-document): Ditto.
13402
13403         * gnus-uu.el (gnus-uu-part-number): Ditto.
13404
13405         * html2text.el (html2text-remove-tags): Ditto.
13406         (html2text-format-tags): Ditto.
13407         (html2text-format-single-elements): Ditto.
13408
13409         * mml.el (mml-parse-1): Ditto.
13410
13411 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13412
13413         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13414
13415         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13416
13417         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13418
13419         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13420
13421 2003-11-15  Simon Josefsson  <jas@extundo.com>
13422
13423         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13424         (pgg-gpg-lookup-key): Use regexp match instead of
13425         split-string (split-string is different between emacs 21.2 and
13426         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13427
13428 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13429
13430         * gnus-art.el (gnus-mime-view-all-parts)
13431         (gnus-article-part-wrapper, gnus-article-view-part): Use
13432         with-current-buffer.
13433
13434 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * spam.el (spam-disable-spam-split-during-ham-respool)
13437         (spam-spamoracle-database, spam-cache-lookups)
13438         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13439         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13440         (spam-group-ham-marks, spam-group-spam-marks)
13441         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13442         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13443         also add spam-use-blackholes to the statistical checks.
13444         (spam-fetch-field-fast): Add interface to fetching fields, may
13445         become a macro.
13446         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13447         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13448         (spam-insert-fake-headers): Fake an article when needed.
13449         (spam-find-spam): Fake article when possible.
13450         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13451         (spam-check-bogofilter-headers): Use message-fetch-field instead
13452         of nnmail-fetch-field.
13453
13454 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13457
13458 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13459
13460         * spam.el (spam-split): Do not require spam-use-CHECK to be
13461         enabled if that check is passed to spam-split explicitly; also
13462         fix so 'spam doesn't get converted to spam-split-group when
13463         spam-split-symbolic-return is t.
13464         (spam-find-spam): Find registrations of the article and use those
13465         instead of re-running spam-split to find the spam/ham
13466         classification of the article.
13467         (spam-log-processing-to-registry, spam-log-registered-p)
13468         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13469         Use gnus-error instead of gnus-message.
13470         (spam-log-registration-type): Add function to determine the
13471         classification of a message based on registry entries; will
13472         return nil if both 'spam and 'ham are found.
13473         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13474         a reasonably fast local cache without the loading errors.
13475         (spam-cache-lookups): Set to t by default.
13476         (spam-find-spam): Don't try to guess spam-cache-lookups.
13477         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13478         spam-caches entry.
13479         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13480         caching of whitelist/blacklist entries.
13481         (spam-check-whitelist, spam-check-blacklist): Invoke
13482         spam-from-listed-p with a type, not a cache variable.
13483         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13484
13485 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13486
13487         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13488
13489         * nnmail.el (nnmail-split-fancy): do.
13490
13491         * mml.el (mml-parse): do.
13492
13493         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13494         (gnus-score-adaptive): do.
13495
13496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13499         (gnus-mime-button-map): Don't set keymap parent.
13500         (gnus-button-ctan-directory-regexp): Use shy grouping.
13501         (gnus-prev-page-map): Don't set keymap parent.
13502         (gnus-prev-page-map): Remove duplicated one.
13503         (gnus-next-page-map): Don't set keymap parent.
13504         (gnus-mime-security-button-map): Ditto.
13505
13506         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13507         version number.
13508
13509         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13510
13511 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * canlock.el (canlock-sha1-function): Remove.
13514         (canlock-sha1-function-for-verify): Remove.
13515         (canlock-openssl-program): Remove.
13516         (canlock-openssl-args): Remove.
13517         (canlock-ignore-errors): Remove.
13518         (canlock-sha1-with-openssl): Remove.
13519         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13520         (canlock-verify): Don't use canlock-ignore-errors.
13521
13522         * sha1-el.el (sha1-string-external): Make it can return a string
13523         in binary form.
13524         (sha1-region-external): Ditto.
13525         (sha1-string-internal): Ditto.
13526         (sha1-region-internal): Ditto.
13527         (sha1-region): Ditto.
13528         (sha1-string): Ditto.
13529         (sha1): Ditto.
13530
13531 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13532
13533         * spam.el (spam-report-articles-gmane): New command.
13534
13535 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13538
13539         * run-at-time.el (run-at-time-saved): Remove.
13540         (run-at-time): Doc fix.
13541
13542 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13543
13544         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13545         (gnus-summary-limit-map): Add it.
13546         (gnus-summary-make-menu-bar): do.
13547
13548 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13549
13550         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13551         Make attempt at some caching support (done for BBDB only now).
13552         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13553         addresses to be checked.
13554         (spam-clear-cache-BBDB): Add function, to be invoked by
13555         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13556         (spam-check-BBDB): Check and use the caches, if
13557         spam-cache-lookups is on, remove superfluous (provide).
13558
13559 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13562
13563 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13564
13565         * run-at-time.el (run-at-time-saved): Move to after the definition
13566         of `run-at-time'.
13567
13568         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13569
13570 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13573         mm-w3m-local-map-property.
13574
13575         * mm-view.el (mm-w3m-mode-map): Remove.
13576         (mm-w3m-local-map-property): Remove.
13577         (mm-inline-text-html-render-with-w3m): Don't use
13578         mm-w3m-local-map-property.
13579
13580 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13581
13582         * run-at-time.el: New file.
13583
13584         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13585         under Emacs.
13586
13587         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13588         of gnus-set-text-properties.
13589
13590         * gnus-uu.el (gnus-uu-save-article): Ditto.
13591
13592         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13593
13594         * gnus-cite.el (gnus-cite-parse): Ditto.
13595
13596         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13597         of gnus-.
13598
13599         * gnus-xmas.el (run-at-time): Require run-at-time.
13600
13601         * gnus.el: Changed calls to nnheader-run-at-time and
13602         password-run-at-time throughout to use run-at-time directly.
13603
13604         * password.el: Removed definition of run-at-time.
13605
13606         * nnheaderxm.el: Remove definition of run-at-time.
13607
13608 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13609
13610         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13611         in prompt.
13612
13613 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13614
13615         * messagexmas.el (message-xmas-redefine): Alias
13616         `message-make-caesar-translation-table' to
13617         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13618         version.
13619
13620         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13621         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13622         `gnus-xmas-set-text-properties'.
13623         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13624         `gnus-xmas-completing-read'.
13625         (gnus-xmas-completing-read): Removed.
13626         (gnus-xmas-open-network-stream): Removed.
13627
13628         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13629         XEmacs version.
13630
13631         * dns.el (dns-make-network-process): Use `open-network-stream'
13632         instead of `gnus-xmas-open-network-stream'.
13633
13634         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13635
13636         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13637
13638 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13639
13640         * gnus-art.el (gnus-mime-display-alternative)
13641         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13642         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13643         Don't use gnus-local-map-property.
13644
13645         * gnus-util.el (gnus-local-map-property): Remove.
13646
13647         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13648         gnus-completing-read-maybe-default with completing-read.
13649
13650         * gnus-util.el (gnus-completing-read): do.
13651         (gnus-completing-read-maybe-default): Remove.
13652
13653 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13654
13655         * password.el: Only autoload `run-at-time' if not XEmacs.
13656         Only autoload the itimer functions if XEmacs.
13657
13658 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13661         XEmacsen.
13662
13663         * dgnushack.el: Autoload executable-find for XEmacs.
13664
13665 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13666
13667         * gnus-art.el (gnus-read-string): Remove.
13668         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13669         read-string.
13670
13671 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13672
13673         * netrc.el: Autoload password-read.
13674         (netrc): Add configuration group.
13675         (netrc-encoding-method, netrc-openssl-path): Add
13676         variables for encoding and decoding of files with symmetric
13677         ciphers.
13678         (netrc-encode): Add assistant function to encode a file with
13679         netrc-encoding-method.
13680         (netrc-parse): Add interactive parameter, added optional
13681         decoding if netrc-encoding-method is non-nil but otherwise
13682         behavior is standard.
13683         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13684         Do s/encode/encrypt/ everywhere.
13685
13686         * spam.el: Remove executable-find autoload.
13687
13688 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13691
13692         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13693
13694 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * gnus-art.el (gnus-treat-ansi-sequences,
13697         (article-treat-ansi-sequences): New variable and function.
13698         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13699
13700         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13701         Use it.
13702
13703 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13704
13705         * mm-util.el (mm-quote-arg): Remove.
13706
13707         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13708         shell-quote-argument.
13709
13710         * gnus-uu.el (gnus-uu-command): do.
13711
13712         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13713
13714         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13715         with make-char.
13716
13717         * mm-util.el (mm-make-char): Remove.
13718
13719         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13720         add-minor-mode.
13721
13722         * gnus-undo.el (gnus-undo-mode): do.
13723
13724         * gnus-topic.el (gnus-topic-mode): do.
13725
13726         * gnus-sum.el (gnus-dead-summary-mode): do.
13727
13728         * gnus-start.el (gnus-slave-mode): do.
13729
13730         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13731
13732         * gnus-ml.el (gnus-mailing-list-mode): do.
13733
13734         * gnus-gl.el (gnus-grouplens-mode): do.
13735
13736         * gnus-draft.el (gnus-draft-mode): do.
13737
13738         * gnus-dired.el (gnus-dired-mode): do.
13739
13740         * gnus-ems.el (gnus-add-minor-mode): Remove.
13741
13742         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13743         Replace gnus-char-width with char-width.
13744
13745         * gnus-ems.el (gnus-char-width): Remove.
13746
13747         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13748         Replace gnus-char-width with char-width.
13749
13750         * gnus-ems.el (gnus-char-width): Remove.
13751
13752         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13753         definition.
13754         Remove Emacs 20 hash table compatibility code.
13755
13756         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13757         20 compatibility code.
13758
13759         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13760
13761         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13762
13763         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13764         with point-at-{eol,bol}.
13765
13766         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13767
13768         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13769
13770         * flow-fill.el (fill-flowed-point-at-bol)
13771         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13772
13773         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13774         Replace with point-at-{eol,bol} throughout all files.
13775
13776 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * ntlm.el (ntlm-string-as-unibyte): New macro.
13779         (ntlm-build-auth-response): Use it.
13780
13781         Remove Emacs 20 stuff:
13782         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13783         (butlast, mapc, remove): Remove the compiler macros.
13784         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13785         of delq and copy-sequence.
13786         * gnus-art.el (popup-menu): Remove the compiler macro.
13787         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13788         Emacs 20.
13789
13790 2004-01-05  Simon Josefsson  <jas@extundo.com>
13791
13792         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13793         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13794         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13795         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13796         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13797         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13798         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13799         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13800         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13801         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13802         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13803         string-xor into ntlm-string-xor.  Suggested by
13804         Jesper Harder <harder@myrealbox.com>.
13805
13806         * ntlm.el: Don't include poem.
13807
13808         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13809         Jesper Harder <harder@myrealbox.com>.
13810
13811         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13812
13813         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13814         probably breaks emacs with DL patch, but do we care? Is anyone
13815         still using the DL stuff?)
13816
13817         * sieve-manage.el: Use the password package.
13818         (sieve-manage-read-passwd): Remove.
13819         (sieve-manage-interactive-login): Use password.  Re-add
13820         condition-case around loop.
13821
13822         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13823         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13824         the password package.
13825
13826 2003-02-19  Simon Josefsson  <jas@extundo.com>
13827
13828         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13829         token.
13830
13831 2002-08-07  Simon Josefsson  <jas@extundo.com>
13832
13833         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13834         (sieve-manage-authenticators):
13835         (sieve-manage-authenticator-alist): Add some SASL mechs.
13836         (sieve-sasl-auth): New function.
13837         (sieve-manage-cram-md5-auth):
13838         (sieve-manage-plain-auth): Rewrite using SASL library.
13839         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13840         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13841         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13842         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13843
13844 2004-01-05  Simon Josefsson  <jas@extundo.com>
13845
13846         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13847         New files.
13848
13849 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * gnus-group.el (gnus-no-groups-message): Update.
13852
13853         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13854
13855 2003-11-09  Simon Josefsson  <jas@extundo.com>
13856
13857         * imap.el: Support for ID IMAP extension (RFC 2971).
13858         (imap-local-variables): Add imap-id.
13859         (imap-id): New variable.
13860         (imap-id): New function.
13861         (imap-parse-response): Parse untagged ID response.
13862         * nnimap.el (nnimap-id): New variable.
13863         (nnimap-open-connection): Use it.
13864
13865 2003-12-28  Simon Josefsson  <jas@extundo.com>
13866
13867         * gnus-score.el (gnus-score-edit-all-score): New.
13868         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13869
13870 2004-01-04  Simon Josefsson  <jas@extundo.com>
13871
13872         * password.el: Add.
13873
13874 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13875
13876         * dns.el: Add support for AAAA records (see RFC 3596)
13877
13878         * Fix typo PRT -> PTR
13879
13880         * Parse MX, PTR and SOA replies (see RFC 1035)
13881
13882 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13883
13884         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13885
13886         * Moved to Changelog.2.
13887
13888 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13889
13890         * gnus.el (gnus-version-number): Bump version.
13891
13892 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13893
13894         * gnus.el: No Gnus v0.1 is released.
13895
13896 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13897
13898         * gnus.el: No Gnus v0.0 is released.
13899
13900 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13901
13902         * gnus.el (gnus-version-number): Bump.
13903         (gnus-version): No.
13904
13905 See ChangeLog.2 for earlier changes.
13906
13907     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13908
13909   This file is part of GNU Emacs.
13910
13911   GNU Emacs is free software: you can redistribute it and/or modify
13912   it under the terms of the GNU General Public License as published by
13913   the Free Software Foundation, either version 3 of the License, or
13914   (at your option) any later version.
13915
13916   GNU Emacs is distributed in the hope that it will be useful,
13917   but WITHOUT ANY WARRANTY; without even the implied warranty of
13918   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13919   GNU General Public License for more details.
13920
13921   You should have received a copy of the GNU General Public License
13922   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13923
13924 ;; Local Variables:
13925 ;; coding: utf-8
13926 ;; fill-column: 79
13927 ;; add-log-time-zone-rule: t
13928 ;; End:
13929
13930 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4