* mm-util.el (mm-ucs-to-char): New function.
[gnus] / lisp / ChangeLog
1 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-util.el (mm-ucs-to-char): New function.
4
5         * mm-url.el (mm-url-decode-entities): Use it.
6
7         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8         unicode-to-char.
9
10 2009-01-05  Dave Love  <fx@gnu.org>
11
12         * time-date.el: Require cl for `declare'.
13
14 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
17         Dave Love.
18
19 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20
21         * message.el (message-fix-before-sending): Add `eight-bit' to
22         illegible-text check.
23
24 2009-01-01  Dave Love  <fx@gnu.org>
25
26         * imap.el (imap-string-to-integer): Fix typo.
27         (imap-fetch-safe): New function.
28         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
29
30         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
31
32         * imap.el (imap-process-connection-type, imap-debug, imap-open):
33         (imap-parse-greeting): Fix doc strings.
34         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
35         (imap-parse-flag-list): Make messages unique.
36         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
37
38         * nnimap.el: Fix author email.
39         (nnimap-split-rule): Add FIXME comment.
40         (nnimap-debug): Fix doc string.
41
42 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
43
44         * dns.el (dns-set-servers): Check "Address".  Fix typo.
45
46 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
47
48         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
49         nslookup if resolv.conf isn't available.
50         (dns-query): Rename from query-dns.
51         (dns-query-cached): Rename from query-dns-cached.
52
53 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
56         overlay-arrow-position and overlay-arrow-string buffer-local; no need
57         to check if those variables exist (first appeared in Emacs 18.50).
58
59 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mm-util.el (mm-line-number-at-pos): New function.
62
63         * spam-report.el (spam-report-process-queue): Use it.
64
65 2008-12-24  David Engster  <dengste@eml.cc>
66
67         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
68         parameters that haven't existed as variables as buffer-local variables.
69
70 2008-12-23  Dave Love  <fx@gnu.org>
71
72         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
73         cadar.
74
75         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
76         imap-starttls-p.
77         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
78
79 2008-12-22  Dave Love  <fx@gnu.org>
80
81         * imap.el: Fix author email.  Doc fixes.
82         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
83         reply.
84
85 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
86
87         * spam-report.el (spam-report-gmane-max-requests): New constant.
88         (spam-report-gmane-wait): New variable.
89         (spam-report-gmane-ham, spam-report-gmane-spam)
90         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
91         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
92         the server.
93
94         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
95         Add explanations.
96
97         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
98         nnheader-accept-process-output and nnheader-read-timeout if available.
99         (pop3-movemail): Use it.
100
101         * message.el (message-check-news-body-syntax): Fix signature check if
102         there's an attachment.
103
104 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * mm-util.el: Add comments to the mm- emulating functions.
107
108 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
109
110         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
111         by Stephen Berman <stephen.berman@gmx.net>.
112
113 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * mm-util.el (mm-substring-no-properties): New function.
116         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
117         (mm-special-display-p): Enable those lambda forms to be byte compiled.
118         (mm-string-to-multibyte): Doc fix.
119
120         * mml.el (mml-attach-file): Use mm-substring-no-properties.
121
122 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
123
124         * mml.el (mml-attach-file): Strip text properties from file name.
125         (Bug#1574)
126
127 2008-12-16  Glenn Morris  <rgm@gnu.org>
128
129         * mm-util.el (mm-charset-override-alist): Declare for compiler.
130
131 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
134         knows since the charset specified might be a bogus alias that
135         mm-charset-synonym-alist provides.
136
137 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
138
139         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
140         "ISO_8859-1".
141
142         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
143
144 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * mm-util.el (mm-charset-eval-alist):
147         Define it before mm-charset-to-coding-system.
148         (mm-charset-to-coding-system): Add optional argument `silent';
149         define it before mm-charset-override-alist.
150         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
151         default value if it can be used in Emacs currently running;
152         silence mm-charset-to-coding-system.
153
154 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
157         `allow-override' which says whether to use `mm-charset-override-alist'.
158         (rfc2047-decode-encoded-words): Use it.
159
160         * mm-util.el (mm-charset-override-alist): Fix custom type;
161         add `(gb2312 . gbk)' to choices.
162
163 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
166         fast.
167
168         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
169
170         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
171
172 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
173
174         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
175         on links.
176
177         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
178
179 2008-12-03  Lute Kamstra  <lute@gnu.org>
180
181         * sha1.el: Remove leading * from docstrings of defcustoms,
182         deffaces, defconsts and defuns.
183
184 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * message.el (message-idna-to-ascii-rhs-1): Protect against local
187         users' addresses that don't have domain parts.
188         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
189         rather than message-narrow-to-head since there will be the message
190         header separator.
191
192 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
193
194         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
195         since the result is inserted in a unibyte buffer anyway.
196         (nnimap-demule-use-string-to-multibyte): Remove.
197         (nnimap-demule): Alias it to mm-string-to-multibyte.
198
199 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
200
201         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
202         variable for debugging bug#464 and bug#1174.
203         (nnimap-demule): Use it.
204
205 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
206
207         * gnus-score.el (gnus-score-find-trace): Handle default score in total
208         score calculation correctly.
209
210 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
211
212         * message.el (message-send-mail): Just set the buffer to unibyte
213         rather than use mm-with-unibyte-current-buffer which does a lot more.
214         (message-send-mail-partially): Don't bother with
215         mm-with-unibyte-current-buffer since it's already been made unibyte by
216         message-send-mail.
217
218 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
221
222 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
223
224         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
225
226 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
229         require itself and to remove `with-no-warnings'.
230
231 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * starttls.el (starttls-any-program-available): Get the name of the
234         available TLS layer program.
235         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
236         well as the host name in the "opening" message.
237
238         * auth-source.el (auth-source-cache, auth-source-do-cache)
239         (auth-source-user-or-password): Cache passwords and logins by default,
240         allow override with `auth-source-do-cache'.
241         (auth-source-forget-user-or-password): Allow users to remove cache
242         entries if needed.
243
244 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
245
246         * md4.el (md4-buffer): Fix typo in docstring.
247         (md4, md4-64): Doc fixes.
248         (md4-pack-int32): Reflow docstring.
249
250 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * ietf-drums.el (ietf-drums-remove-comments): Localize second
253         condition-case to only the forward-sexp call.
254
255 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
258         quotes contained.  Make it more robust regardless by an extra
259         condition-case wrapper.
260
261 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * lpath.el: No need to fbind codepage-setup for Emacs 23.
264
265 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * nnml.el (nnml-request-expire-articles): Check if the function set to
268         `nnmail-expiry-target' returns the symbol `delete'.
269
270         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
271
272         * nnmail.el (nnmail-expiry-target): Fix custom type.
273
274 2008-10-02  Glenn Morris  <rgm@gnu.org>
275
276         * mm-util.el (mm-codepage-setup): Tweak codepage error.
277         Silence compiler warning.
278
279 2008-10-01  Magnus Henoch  <mange@freemail.hu>
280
281         * tls.el (open-tls-stream): Show the actual command being
282         executed, instead of the format string.
283
284 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * lpath.el: Fbind codepage-setup for Emacs 23.
287
288 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
289
290         * mml.el (mml-menu): Don't assume mml2015 is bound.
291
292 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
295         exists.
296
297 2008-09-27  Glenn Morris  <rgm@gnu.org>
298
299         * gnus-util.el (mail-header-remove-comments): Autoload it.
300
301 2008-09-27  Andreas Schwab  <schwab@suse.de>
302
303         * gnus-util.el (gnus-split-references): Strip comments.
304         (gnus-parent-id): Likewise.
305
306 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
307
308         * message.el (message-confirm-send): Fix version.
309
310 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * message.el (message-idna-to-ascii-rhs-1): Use
313         mail-extract-address-components rather than mail-header-parse-addresses
314         that is an alias by default to ietf-drums-parse-addresses that does not
315         support non-ASCII names in headers' contents.
316
317 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * message.el (message-confirm-send): Fixed variable documentation to
320         avoid the "y/n" wording.
321
322 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
323
324         * message.el (message-set-auto-save-file-name): Save to a different
325         filename so multiple messages (especially drafts) can be recovered.
326
327 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * message.el (message-confirm-send): Add appropriate version.
330
331 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
334         defvar.
335
336 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
337
338         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
339         (mm-pkcs7-enveloped-magic): Ditto.
340
341 2008-09-17  Simon Josefsson  <simon@josefsson.org>
342
343         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
344         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
345
346 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
349         default, it's better.
350
351 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
352
353         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
354         summary line gnus-number property and ignore them (with a warning
355         message).
356
357 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
360         macro caddr in the interactive form since it won't be expanded.
361
362 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
365         `charset'; fix name of function called recursively.
366         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
367
368 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
371         (gnus-mime-set-charset-parameters): New function.
372         (gnus-mime-view-part-as-charset): Use it to correctly display part
373         specifying wrong charset.
374
375 2008-09-08  David Engster  <dengste@eml.cc>
376
377         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
378         in completing-read for back end server.
379
380 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
381
382         * message.el (message-confirm-send): New variable to confirm sending a
383         message.
384         (message-send): Use it.
385
386 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
389
390 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
393
394 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
397         prevent tracking too many groups.
398         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
399         Use it.
400
401 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
402
403         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
404         moving point to the bottom of the window in order to avoid recentering.
405
406 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
409
410         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
411         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
412         (gnus-article-beginning-of-window): Fix calculation.
413
414 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-msg.el (gnus-summary-supersede-article)
417         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
418         value of gnus-newsgroup-charset to decode non-MIME encoded text in
419         message header.
420
421 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
422
423         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
424         pending output coming after the status change.
425
426 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
427
428         * message.el:
429         * gnus-start.el:
430         * gnus-registry.el: Remove VMS support.
431
432 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
435         macro.
436         (rfc2104-hash): Use it.
437
438 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
439
440         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
441         (gnus-summary-sort-by-most-recent-date): New commands.
442         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
443         and menu entries.
444
445 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
448         don't redisplay article for raw contents; remove plural articles stuff.
449
450         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
451         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
452         on gnus-summary-save-article; display results properly.
453
454 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * lpath.el: No need to fbind ns-focus-frame.
457
458 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
461
462 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-art.el (gnus-summary-save-in-pipe): Consider
465         gnus-save-all-headers.
466
467 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
468
469         * gnus-util.el (ns-focus-frame): Remove declaration.
470         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
471         like x.
472
473 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
474
475         * rfc2104.el (rfc2104-zero): Delete defconst.
476         (rfc2104-hex-alist): Likewise.
477         (rfc2104-hex-to-int): Delete func.
478         (rfc2104-hexstring-to-bitstring): Likewise.
479         (rfc2104-nybbles): New defconst.
480         (rfc2104-hash): Rewrite for speed.
481
482 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * tls.el (open-tls-stream): Make it work with the 2nd argument
485         BUFFER that is a string but does not exist as a buffer object, as
486         mentioned in the doc-string.
487
488 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
491         SXEmacs.
492
493 2008-07-16  Glenn Morris  <rgm@gnu.org>
494
495         * gnus-util.el (ns-focus-frame): Declare for compiler.
496
497 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
500         set as a group parameter.
501         (gnus-summary-save-in-pipe): Work when it is called independently.
502         (gnus-summary-pipe-to-muttprint): Don't modify
503         gnus-summary-pipe-output-default-command.
504
505 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
506
507         * message.el (message-send-mail-with-sendmail):
508         Display the error message.
509
510 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-art.el (gnus-default-article-saver):
513         Add gnus-summary-save-in-pipe to choices.
514         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
515         gnus-summary-pipe-output-default-command as the default command.
516         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
517         instead of gnus-last-shell-command.
518
519         * gnus-sum.el (gnus-summary-pipe-output-default-command):
520         New user option.
521         (gnus-summary-muttprint-program): Mention the value will be changed.
522         (gnus-summary-save-article): Force showing of all headers.
523         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
524
525 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
526
527         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
528
529 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
530
531         * nnimap.el (nnimap-id):
532         * sieve-manage.el (sieve-manage-open): Doc fixes.
533
534 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
535
536         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
537         if available.
538
539 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
542
543         * nnkiboze.el (nnkiboze-generate-group):
544         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
545
546         * nnmairix.el: Require CL.
547
548 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * dgnushack.el: Autoload get-display-table and put-display-table for
551         XEmacs 21.5.
552
553         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
554         21.4 and SXEmacs.
555
556 2008-06-15  David Engster  <dengste@eml.cc>
557
558         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
559
560 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
561
562         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
563         New macros that expand to an `aset'/`aref' call under Emacs, and to a
564         runtime choice under XEmacs.
565
566         * gnus-sum.el (gnus-summary-set-display-table):
567         Use `gnus-put-display-table', `gnus-get-display-table',
568         `gnus-set-display-table' for the display table, instead of `aset'.
569
570         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
571         Use `gnus-put-display-table', `gnus-get-display-table',
572         `gnus-set-display-table' for the display table.
573
574 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
575
576         * nnmairix.el: Add autoloads.
577
578 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
579
580         * nnmairix.el (nnmairix-delete-recreate-group)
581         (nnmairix-update-and-clear-marks): Fix error messages.
582
583 2008-06-14  David Engster  <dengste@eml.cc>
584
585         * nnmairix.el: Upgrade to version 0.6.
586         (nnmairix-group-toggle-propmarks-this-group)
587         (nnmairix-group-toggle-readmarks-this-group)
588         (nnmairix-group-delete-recreate-this-group)
589         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
590         (nnmairix-remove-tick-mark-original-article): New commands.
591         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
592         (nnmairix-propagate-marks-to-nnmairix-groups)
593         (nnmairix-only-use-registry, nnmairix-allowfast-default)
594         (nnmairix-marks-cache, nnmairix-version-output): New variables.
595         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
596         functions needed for marks propagation and manipulation of read marks.
597         (nnmairix-update-groups): New function.
598         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
599         (nnmairix-determine-original-group-from-registry)
600         (nnmairix-determine-original-group-from-path)
601         (nnmairix-get-group-from-file-path, nnmairix-map-range)
602         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
603         New helper functions.
604         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
605         keystrokes for new commands.
606         (nnmairix-delete-and-create-on-change): Doc string cleanup.
607         (nnmairix-request-group): Check allow-fast group parameter.
608         (nnmairix-request-create-group): Set allow-fast group parameter if
609         nnmairix-allowfast-default is set.
610         (nnmairix-close-group): Propagate marks upon closing if needed.
611         (nnmairix-group-toggle-threads-this-group): Use new.
612         nnmairix-group-toggle-parameter helper function.
613         (nnmairix-search): Better check for empty search result.
614         (nnmairix-goto-original-article): Use new helper functions for
615         determining original article.
616         (nnmairix-show-original-article): Make sure message-id is in brackets.
617         (nnmairix-call-mairix-binary): Change variable name.
618         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
619         helper function.
620         (nnmairix-widget-toggle-activate): Fix doc string.
621
622 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * nnir.el: Require edmacro when compiling with XEmacs.
625         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
626         available in Emacs 21.
627
628 2008-06-11  Glenn Morris  <rgm@gnu.org>
629
630         * gnus-util.el (x-focus-frame):
631         * gnus.el (image-size):
632         * mm-decode.el (image-size): Declare.
633
634         * gnus-picon.el (declare-function): Add compat definition.
635         (image-size): Declare.
636
637         * gnus-group.el (tool-bar-map):
638         * gnus-sum.el (tool-bar-map): Define for compiler.
639
640         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
641
642         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
643
644         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
645         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
646         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
647         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
648         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
649         * sieve-manage.el, spam-report.el, spam.el:
650         Remove unnecessary eval-and-compile of autoloads.
651
652 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
653
654         * auth-source.el: Precise Tramp doc.
655
656 2008-06-07  Glenn Morris  <rgm@gnu.org>
657
658         * nnmairix.el: Remove unnecessary eval-when-compile.
659
660 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * lpath.el: Fbind propertize for XEmacs 21.4.
663
664 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
665
666         * nnir.el: Move here from ../contrib.
667
668 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
669
670         * gnus-util.el (gnus-read-shell-command): New function.
671         * mm-decode.el (mm-pipe-part):
672         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
673
674 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
677
678 2008-06-03  Glenn Morris  <rgm@gnu.org>
679
680        * pop3.el (nnheader-accept-process-output): Autoload it.
681
682 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
685         are not 2-digit hexadecimal characters that follow `%'s.
686
687 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
688
689         * message.el (message-bogus-recipient-p): Fix type in doc string.
690         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
691         (message-bogus-addresses): Rename from message-bogus-address-regexp.
692         Improve custom options.
693         (message-bogus-recipient-p): Adjust accordingly.
694
695 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
696
697         * parse-time.el (parse-time-months, parse-time-weekdays): Add
698         long-form month and day names.
699
700 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * dgnushack.el: Autoload debug, eudc-expand-inline and
703         pgg-snarf-keys-region for XEmacs.
704
705         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
706
707         * nnmairix.el: Require edmacro when compiling with XEmacs.
708
709 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
710
711         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
712         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
713
714 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
715
716         * auth-source.el: Add more docs.
717
718         * netrc.el (netrc-machine): Always match if the port is not given.
719
720 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * nnheader.el (nnheader-read-timeout): Change the default timeout from
723         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
724         retrieval faster in some cases, but might make CPU usage larger.  If
725         this has any bad side effects, we might revert this change.
726
727         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
728         seems to make mail retrieval much, much faster.
729         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
730         unconditionally.
731
732         * gnus-draft.el (gnus-group-send-queue): Bind
733         message-send-mail-partially-limit to nil to avoid being prompted.
734
735 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
736
737         * mml.el (mml-attach-buffer): Prompt for `disposition'.
738
739         * message.el (message-bogus-address-regexp): Fix and improve custom
740         type.
741         (message-setup-hook): Add message-check-recipients as custom option.
742
743 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
744
745         * message.el (message-cite-function): Remove bogus autoload which crept
746         in during merge from v5-10.
747
748 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
749
750         * nnimap.el (nnimap-open-connection): Fix login/password bug.
751
752         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
753
754         * auth-source.el: Preliminary Tramp docs.
755         (auth-sources): Change the default auth-sources to use
756         EPA .gpg files.
757
758 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * nntp.el: Autoload `auth-source-user-or-password'.
761         (nntp-send-authinfo): Use it.
762
763         * nnimap.el: Autoload `auth-source-user-or-password'.
764         (nnimap-open-connection): Use it.
765
766         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
767         for the gnus-message function.
768         (auth-source-user-or-password): Use it.
769
770 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
771
772         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
773         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
774         (rfc2104-hash): Use it.
775
776 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
777
778         * gnus-art.el (gnus-article-toggle-truncate-lines):
779         Don't use `iff' in docstring.
780
781 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
782
783         * gnus-registry.el: Adjusted copyright dates and added a keyword.
784
785         * gnus-util.el (gnus-extract-address-component-name)
786         (gnus-extract-address-component-email): Convenience functions around
787         `gnus-extract-address-components'.
788
789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
790         Use `gnus-extract-address-component-email' to fix bug of comparing full
791         sender name to `user-mail-address'.
792
793 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
794
795         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
796         catch/throw to optimize.
797         (gnus-registry-find-keywords): Just use member to find a keyword.
798
799 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
800
801         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
802         is current before calling gnus-server-prepare.
803         (gnus-server-setup-buffer, gnus-server-update-server)
804         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
805
806 2008-05-04  Juri Linkov  <juri@jurta.org>
807
808         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
809         (mailcap-file-default-commands): Use mailcap-replace-in-string
810         instead of replace-regexp-in-string, and mailcap-delete-duplicates
811         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
812
813 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
814
815         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
816
817 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
818
819         * gnus.el: Bump version to 0.11
820
821 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
822
823         * gnus.el: No Gnus v0.10 is released.
824
825 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
828         hooks.
829         (gnus-update-read-articles): Speed up non-marks-using users.
830         (gnus-use-marks): Define gnus-use-marks.
831         (gnus-propagate-marks): Rename variable to something more sensible.
832
833 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
834
835         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
836         (gmm-image-load-path-for-library): Fix typos in docstrings.
837         (gmm-message): Reflow docstring.
838
839 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
840
841         * mail-source.el (mail-source-set-1, mail-source-bind):
842         Move auth-source code out of the macro to clean it up and fix bugs.
843
844 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
845
846         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
847         by sender if it's equal to user-mail-address, it's likely to be
848         useless.
849
850         * mail-source.el (mail-source-bind): Don't use user or password if they
851         are not bound.  Unintern them if they are nil.  Don't use server unless
852         it's bound, and default it to empty string otherwise.
853
854 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * mail-source.el: Load auth-source.el.
857         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
858         get user name or password, if auth-sources is set up.
859
860         * gnus-registry.el (gnus-registry-split-strategy): New variable for
861         strategy of splitting with parent.
862         (gnus-registry-split-fancy-with-parent)
863         (gnus-registry-post-process-groups): Use it and fix prior
864         bug (returning a list as the split result).
865
866         * auth-source.el (auth-sources): Remove server parameter.
867         (auth-source-pick, auth-source-user-or-password)
868         (auth-source-user-or-password-imap)
869         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
870         (auth-source-user-or-password-sftp)
871         (auth-source-user-or-password-smtp): Remove server parameter.
872
873 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
874
875         * smime.el (smime-sign-region, smime-encrypt-region)
876         (smime-decrypt-region):
877         Remove redundant calls to `generate-new-buffer-name'.
878
879 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
880
881         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
882         Don't use QP for message/rfc822.
883         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
884
885 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
886
887         * sieve-manage.el (sieve-string-bytes): Remove.
888         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
889         correct byte-length only if the process's coding-system is the same as
890         the one used internally by Emacs to represent strings.
891
892 2008-04-22  Juri Linkov  <juri@jurta.org>
893
894         * mailcap.el (mailcap-file-default-commands): New function.
895
896 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
897
898         * message.el (message-signature-separator, message-cite-function):
899         Change custom version.
900
901 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
902
903         * tls.el (tls-program): Add -ign_eof argument to call the openssl
904         commands.
905         (tls-checktrust): Ditto.
906
907 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * mm-decode.el (mm-display-external): Make temp file read-only.
910
911 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
912
913         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
914         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
915         `C-c C-f d'.
916
917 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
918
919         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
920
921 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
922
923         * gnus.el: Bump version to 0.9.
924
925 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
926
927         * gnus.el: No Gnus v0.8 is released.
928
929 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
930
931         * mail-source.el (mail-source-value):
932         Prefer fboundp to functionp so it works with macros as well.
933
934 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
935
936         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
937         Fix last change in case the element is not even a symbol.
938
939 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
940
941         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
942         Prefer fboundp to functionp so it works with macros as well.
943
944 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * auth-source.el: Added docs.
947         (auth-sources): Modify format to support server.
948         (auth-source-pick, auth-source-user-or-password)
949         (auth-source-user-or-password-imap)
950         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
951         (auth-source-user-or-password-sftp)
952         (auth-source-user-or-password-smtp): Add server parameter.
953
954 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * gnus-registry.el: Initialize the registry when gnus-registry-install
957         is t.
958
959 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * compface.el (uncompface): Make buffer unibyte.
962
963 2008-04-05  Glenn Morris  <rgm@gnu.org>
964
965         * gnus-ems.el (mm-disable-multibyte): Autoload it.
966
967 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
968
969         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
970         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
971
972         * nnheader.el (nnheader-init-server-buffer): Change buffer's
973         multibyteness after rather than before erasing it.
974
975         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
976         mm-with-multibyte.
977         (gnus-request-article-this-buffer): Make sure the proper decoding is
978         used if gnus-original-article-buffer happens to be unibyte.
979
980         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
981         default-enable-multibyte-characters.
982
983         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
984         default-enable-multibyte-characters.
985
986         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
987
988         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
989
990 2008-04-02  Simon Josefsson  <simon@josefsson.org>
991
992         * imap.el (imap-enable-exchange-bug-workaround): New variable.
993         (imap-message-copyuid-1): Use it.
994         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
995         J. Williams in
996         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
997
998         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
999         imap-enable-exchange-bug-workaround.
1000         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1001
1002 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1003
1004         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1005         a 100 byte status-checks into a 2-3MB transfer for each group.
1006         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1007         to enable bug workaround or not.
1008         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1009
1010 2008-03-31  Glenn Morris  <rgm@gnu.org>
1011
1012         * message.el (mml2015-use): Declare for compiler.
1013         (message-info): Require mml2015 when appropriate.
1014
1015 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1018         whitespace.
1019
1020 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1023         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1024         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1025         (nntp-service-to-port): New function.
1026         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1027         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1028         (nntp-open-netcat-stream): New function.
1029         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1030
1031 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1032
1033         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1034
1035 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1036
1037         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1038
1039 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1040
1041         * dns.el (dns-write): Use set-buffer-multibyte.
1042
1043 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1044
1045         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1046
1047 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1048
1049         * message.el (message-signature-separator): Change default.
1050         Improve custom type.
1051         (message-cite-function): Change default to
1052         message-cite-original-without-signature.
1053
1054         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1055         toggle.
1056
1057         * message.el (message-check-news-body-syntax): Fix signature check.
1058         (message-setup-1): Mark buffer as unmodified _after_ running
1059         message-setup-hook and handling message-alternative-emails.
1060         (message-shorten-references): Be more strict when building list of
1061         valid references to comply with GNKSA.
1062
1063         * gnus-group.el (gnus-read-ephemeral-bug-group)
1064         (gnus-read-ephemeral-debian-bug-group)
1065         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1066
1067         * message.el (message-info): Don't use booleanp which isn't supported
1068         in Emacs 21 and XEmacs.
1069
1070 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1071
1072         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1073         gnus-group-gmane-group-download-format.
1074         (gnus-group-read-ephemeral-gmane-group): Rename from
1075         gnus-group-read-ephemeral-gmane-group.
1076         (gnus-read-ephemeral-gmane-group-url): Rename from
1077         gnus-group-read-ephemeral-gmane-group-url.
1078         (gnus-bug-group-download-format-alist): New variable.
1079         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1080         (gnus-read-ephemeral-emacs-bug-group): New commands.
1081
1082 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1083
1084         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1085         (gnus-visible-headers): Improve custom type.
1086
1087 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * mml.el (mml-menu): Add workarounds for XEmacs.
1090
1091         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1092         X-Boundary header.
1093
1094         * message.el (message-simplify-recipients): Fix previous commit.
1095
1096 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1097
1098         * mm-util.el (mm-set-buffer-multibyte): New function.
1099         * mm-decode.el (mm-copy-to-buffer): Use it.
1100
1101 2008-03-19  Glenn Morris  <rgm@gnu.org>
1102
1103         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1104         Accidentally removed in the sync process with Emacs.
1105
1106 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1107
1108         * message.el (message-alter-recipients-discard-bogus-full-name):
1109         New function.
1110         (message-alter-recipients-function): New variable.
1111         (message-get-reply-headers): Use it.
1112         (message-replace-header): New helper function.
1113         (message-recipients-without-full-name): New variable.
1114         (message-simplify-recipients): New command.
1115
1116         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1117
1118         * message.el (message-info): Handle EasyPG manual.
1119
1120         * mml.el (mml-menu): Add entry for EasyPG.
1121
1122 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1123
1124         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1125         parameter.
1126
1127         * message.el (message-disassociate-draft): Specify drafts group name
1128         fully.
1129
1130 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1133         unnecessary duplicates from the match list.
1134
1135 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1138
1139         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1140
1141         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1142         args of `how-many' of which the XEmacs version doesn't take; declare
1143         Info-index-next as function.
1144
1145 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * gnus-score.el (gnus-score-headers): Fix handling of
1148         gnus-inhibit-slow-scoring.
1149
1150         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1151         string.
1152         (gnus-button-url-regexp): Improve handling of parenthesis.
1153         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1154         (gnus-button-handle-info-keystrokes): Handle index entries.
1155
1156 2008-03-15  Glenn Morris  <rgm@gnu.org>
1157
1158         * parse-time.el (parse-time-string): Simplify.
1159
1160 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1163         Incoming* files.
1164
1165 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1168         (auth-source-pick): Use it.
1169
1170 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1171
1172         * binhex.el (binhex-decode-region-internal):
1173         * uudecode.el (uudecode-decode-region-internal):
1174         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1175         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1176         setting default-enable-multibyte-characters.
1177
1178 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1179
1180         * auth-source.el (auth-source-protocols)
1181         (auth-source-protocols-customize, auth-source-choices): Added and
1182         modified variable customizations and defaults.
1183         (auth-source-pick, auth-source-user-or-password)
1184         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1186         (auth-source-user-or-password-sftp)
1187         (auth-source-user-or-password-smtp): Use new variables and provide an
1188         interface to netrc.el.
1189
1190 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1193         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1194         Make sure the nntp port to specify is a string.
1195
1196 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nntp.el: Use with-current-buffer.
1199         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1200         dubious mm-with-unibyte-current-buffer.
1201         (nntp-with-open-group-function): New function extracted from
1202         nntp-with-open-group macro.
1203         (nntp-with-open-group): Use the function, so it's easier to debug.
1204         Add indentation and debugging info.
1205         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1206         the use of the netcat alternatives.
1207
1208         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1209         Avoid mm-string-as-multibyte as well.
1210
1211         * nnweb.el (nnweb-insert-html):
1212         Remove use of nnheader-string-as-multibyte.
1213
1214         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1215         (nnheader-string-as-multibyte): Remove.
1216
1217         * mm-view.el: Use inhibit-read-only.
1218         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1219         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1220         or unibyte-string.
1221
1222         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1223         (mm-uu-yenc-extract): Use with-current-buffer.
1224
1225         * gnus-soup.el (gnus-soup-send-packet): Don't use
1226         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1227
1228         * nnmh.el: Use with-current-buffer.
1229         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1230         mm-string-as-multibyte on the output of mm-encode-coding-string.
1231
1232         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1233         (nnimap-request-move-article): Use with-current-buffer.
1234
1235         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1236         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1237         conversion uses string-make-unibyte rather than string-as-unibyte.
1238
1239         * gnus-msg.el: Use with-current-buffer.
1240
1241         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1242
1243 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1244
1245         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1246         string for caching if it is 'PIN.
1247
1248 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * lpath.el: Consider the case without Emacs/W3.
1251
1252 2008-03-08  Glenn Morris  <rgm@gnu.org>
1253
1254         * time-date.el (date-to-time, time-subtract, time-add)
1255         (safe-date-to-time): Doc fixes.
1256
1257 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1258
1259         * mail-source.el (mail-source-delete-old-incoming-confirm):
1260         Change default to nil.
1261         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1262
1263 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * lpath.el: Rearrange.
1266
1267         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1268         (gnus-article-goto-prev-page): Work for articles having ^L's.
1269
1270         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1271
1272         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1273
1274 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1275
1276         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1277         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1278         (gnus-bookmark-jump): Adjust some variable names.
1279
1280 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * auth-source.el: New package.
1283         (auth-source-choices): Add customization entry point variable.
1284
1285         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1286         bug.
1287
1288 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1289
1290         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1291         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1292         (gnus-registry-install-shortcuts): Rename from
1293         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1294         the `gnus-registry-mark-map' keymap dynamically from
1295         `gnus-registry-marks'.  The generated functions update the summary line
1296         when a registry mark is added or deleted, and will call
1297         `gnus-registry-install-p' (see the comments in the code).
1298         (gnus-registry-user-format-function-M): Use concat intelligently.
1299
1300         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1301         the registry mark functions.
1302
1303 2008-03-05  Glenn Morris  <rgm@gnu.org>
1304
1305         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1306         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1307         gnus-art.
1308         (top-level): No need to load own source when compiling.
1309
1310 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1311
1312         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1313         Suggested by <chris.anderton@zetnet.co.uk>.
1314
1315 2008-03-04  Glenn Morris  <rgm@gnu.org>
1316
1317         * gnus-sum.el (top-level): No need to require gnus when compiling,
1318         since unconditionally required near start of file.
1319         (gnus-summary-display-while-building): Move definition before use.
1320
1321 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1324         formatting function.
1325
1326 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1327
1328         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1329         with plists.
1330         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1331         Use new format.
1332
1333 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1336         `where-is-internal' that returns a range of key sequences.
1337
1338 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1341
1342         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1343         (gnus-summary-jump-to-group): Consider windows on other displayed
1344         frames as well.  Similar changes might be needed elsewhere, but that's
1345         the one I've bumped into during my use.
1346
1347         * nndoc.el (nndoc-oe-dbx-type-p):
1348         * gnus-msg.el (gnus-debug):
1349         * gnus-group.el (gnus-update-group-mark-positions):
1350         Use mm-string-to-multibyte.
1351
1352 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1355         doesn't handle NotDashEscaped.
1356
1357         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1358         (mml-dnd-attach-options): Fix typo in custom choice.
1359
1360         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1361         nndoc-article-type to mbox.
1362         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1363
1364         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1365         to nil, instead of html2text.
1366
1367         * imap.el (imap-debug): Add `imap-ping-server'.
1368
1369         * gnus-bookmark.el: Add FIXMEs.
1370
1371         * message.el (message-form-letter-separator)
1372         (message-send-form-letter-delay): New variables.
1373         (message-send-form-letter): Use them.  New command to send form
1374         letters.  Requested by Uwe Siart.
1375         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1376
1377 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * Update copyright years.
1380
1381 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1382
1383         Sync from EMACS_22_BASE.
1384
1385         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1386
1387 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1388
1389         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1390         empty author.
1391
1392 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * gnus-registry.el (gnus-registry-marks): Add variable for
1395         customization of marks and their appearance.
1396         (gnus-registry-read-mark): Use it.
1397         (gnus-registry-do-marks): Add utility function to loop through
1398         `gnus-registry-marks'.
1399         (gnus-registry-install-shortcuts-and-menus): Add function to install
1400         shortcuts and menus.
1401         (gnus-registry-initialize): Use it.
1402         (gnus-registry-default-mark): Clarify documentation.
1403
1404 2008-02-29  Glenn Morris  <rgm@gnu.org>
1405
1406         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1407         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1408         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1409         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1410         Change defcustom :version from 23.0 to 23.1.
1411
1412 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * gnus-registry.el (gnus-registry-follow-group-p)
1415         (gnus-registry-post-process-groups): Add functions to aid registry
1416         splitting and improve logging.  Clarify behavior in function
1417         documentation.
1418         (gnus-registry-split-fancy-with-parent): Use them.
1419
1420 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1421
1422         * gnus-art.el: Use with-current-buffer.
1423
1424 2008-02-27  David Engster  <dengste@eml.cc>
1425
1426         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1427         Express real group name in the response.
1428
1429 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1432         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1433         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1434         autoload gnus-registry-fetch-group when compiling.
1435         (nnmairix-request-group-with-article-number-correction): Remove
1436         unreferenced argument passed to nnmairix-call-backend.
1437
1438 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1439
1440         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1441         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1442         Wilde.
1443
1444 2008-02-27  Glenn Morris  <rgm@gnu.org>
1445
1446         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1447         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1448         variables to defconsts.  Convert comments to doc-strings.
1449         (nnmairix-last-server, nnmairix-current-server): Convert from free
1450         variables to defvars.  Convert comments to doc-strings.
1451         (gnus-registry-fetch-group): Autoload.
1452         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1453         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1454         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1455         caddr.
1456         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1457         nnmairix-request-group-with-article-number-correction call.
1458         (nnmairix-fast, nnmairix-group): New, less general names, for free
1459         variables passed from nnmairix-request-group to
1460         nnmairix-request-group-with-article-number-correction.  Declare.
1461         (nnmairix-request-group-with-article-number-correction):
1462         Use nnmairix-fast, nnmairix-group rather than fast, group.
1463
1464 2008-02-26  David Engster  <dengste@eml.cc>
1465
1466         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1467         version 0.5.
1468
1469 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1472         instead of making an extra function call.  Don't add the current group
1473         to articles only when they have the group.  Use
1474         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1475         Reported by David <de_bb@arcor.de>.
1476
1477 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1480         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1481
1482 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * mail-source.el (mail-source-delete-incoming): Change default.
1485         Supplement doc string.
1486
1487         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1488
1489 2008-02-14  Glenn Morris  <rgm@gnu.org>
1490
1491         * time-date.el (format-seconds): New function.
1492
1493 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1494
1495         * nnmail.el (nnmail-message-id-cache-file): Derive from
1496         `gnus-home-directory'.
1497
1498 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1499
1500         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1501         Document negative prefix.
1502
1503         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1504
1505 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * message.el (message-unsent-separator): Add the Exim bounce
1508         separator.
1509
1510 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1511
1512         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1513         list.
1514         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1515         recipient/signer list.
1516
1517 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * Makefile.in (datarootdir): Define.
1520         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1521         name that might contain whitespace.
1522
1523 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1524
1525         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1526         fbound (Emacs 23 unicode), signal an error.
1527
1528 2008-02-08  Glenn Morris  <rgm@gnu.org>
1529
1530         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1531
1532 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1533
1534         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1535         ports to the calls to `netrc-machine-user-or-password' in addition to
1536         "imap" and "imaps".
1537
1538 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1539
1540         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1541
1542         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1543
1544 2008-02-01  Kenichi Handa  <handa@m17n.org>
1545
1546         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1547         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1548         (rfc2104-hash): Convert the result of concat to unibyte string.
1549
1550 2008-02-01  Dave Love  <fx@gnu.org>
1551
1552         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1553         coding-system-for-read.
1554         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1555
1556 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1557
1558         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1559         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1560         <hanche@math.ntnu.no>.
1561
1562 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1565
1566         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1567
1568 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1569
1570         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1571         * message.el (message-beginning-of-line): Use featurep instead of bound
1572         tests in order to resolve conditionals at compile time.
1573
1574 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1575
1576         * mail-source.el (mail-sources): Add `group' choice.
1577
1578         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1579         parameter `in-group' to control into which group the articles go.
1580         Add treatment of `group' mail-source.
1581
1582 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1585
1586         * mm-decode.el (mm-dissect-buffer): Decode description.
1587
1588         * mml.el (mml-to-mime): Encode message header first.
1589
1590 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1593         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1594
1595         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1596         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1597
1598 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1601
1602 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1605         prefix keys.
1606         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1607         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1608         gnus-xmas.el.
1609
1610         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1611         (gnus-xmas-article-describe-bindings): New function.
1612         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1613         gnus-xmas-article-describe-bindings.
1614
1615         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1616
1617 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1620         Add new variables for article mark management.
1621         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1622         list of extra data entries which, when present, will indicate that the
1623         article ID should not be trimmed from the registry.
1624         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1625         functions.
1626         (gnus-registry-read-mark): New function to read a mark name from the
1627         user.
1628         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1629         (gnus-registry-set-article-mark-internal): New functions to add and
1630         remove marks.
1631         (gnus-registry-get-article-marks): New function to show the marks for
1632         an article, or retrieve them for further use.
1633
1634 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1637         keys when no argument is given.
1638
1639 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1640
1641         * imap.el (imap-ping-server): New variable.
1642         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1643         (imap-ping-server): Minor doc string fixes.
1644
1645 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1646
1647         * imap.el (imap-ping-server): New function.
1648         (imap-opened): Call imap-ping-server.
1649
1650 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1651
1652         * gnus-sum.el (gnus-article-sort-by-random)
1653         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1654         jidanni@jidanni.org.
1655
1656 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-art.el (gnus-article-describe-bindings): New function.
1659         (gnus-article-read-summary-keys): Use it.
1660         (gnus-article-mode-map): Bind `C-h b' to it.
1661
1662 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1665         XEmacs.
1666         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1667         against non-character events.
1668
1669         * lpath.el: Fbind map-keymap for Emacs 21.
1670
1671 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1674         command.
1675         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1676         instead of END.  Change name of the temp file.
1677         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1678         customizable.
1679
1680 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1683         bind `S W' to gnus-article-wide-reply-with-original; set default
1684         binding to gnus-article-read-summary-send-keys.
1685         (gnus-article-read-summary-keys): Fix the order of keys; display
1686         continuation keys correctly in the echo area; describe bindings
1687         correctly when keys end with `C-h'.
1688         (gnus-article-read-summary-send-keys): New function.
1689         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1690         for gnus-article-read-summary-send-keys; display continuation keys
1691         correctly in the echo area.
1692         (gnus-article-reply-with-original): Ignore prefix argument.
1693         (gnus-article-wide-reply-with-original): New function.
1694
1695         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1696         Emacs 21.
1697
1698 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1701         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1702
1703 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1704
1705         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1706         (gnus-group-read-ephemeral-gmane-group): New command.
1707
1708 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1709
1710         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1711
1712 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1713
1714         * message.el (message-send-mail-function): Increase custom version.
1715
1716         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1717         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1718
1719 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1722         for the cases where imap-authenticate is called with a nil buffer
1723         parameter.
1724
1725 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1728         html parts correctly; support forwarded messages.
1729         (gnus-article-browse-html-article): Remove work buffers.
1730
1731         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1732         compiling.
1733         (netrc-bound-and-true-p): New macro.
1734         (netrc-parse): Use it instead of bound-and-true-p that is not available
1735         in XEmacs 21.4.
1736
1737 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * gnus-registry.el (gnus-registry-mark-article)
1740         (gnus-registry-article-marks): Add functionality to mark articles
1741         through the Gnus registry.
1742
1743         * encrypt.el: Clarify documentation for the new pgg method.
1744         (encrypt-file-alist): Add PGG option.
1745         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1746         functionality.  Abstract password key and messaging to external
1747         functions.
1748         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1749         (encrypt-message-method-and-cipher): Add new convenience external
1750         functions.
1751         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1752         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1753
1754         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1755         (netrc-parse): Use encrypt-file-alist to determine if
1756         encrypt-find-model or encrypt-insert-file-contents should be used.
1757
1758         * encrypt.el: Clarify documentation.  Load password-cache or
1759         password, whichever one is found first, instead of autoloading.
1760
1761 2007-12-19  Glenn Morris  <rgm@gnu.org>
1762
1763         * mml.el (message-options-set, message-narrow-to-head)
1764         (message-in-body-p, message-mail-p, message-encode-message-body):
1765         Autoload.
1766         (message-remove-header, message-narrow-to-headers-or-head)
1767         (message-subscribed-p, message-make-mail-followup-to)
1768         (message-position-on-field, message-news-p)
1769         (message-options-set-recipient, message-generate-headers)
1770         (message-sort-headers): Declare as functions.
1771
1772 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1773
1774         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1775         convention in doc string.
1776
1777 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1780         title to html parts.
1781         (gnus-article-browse-html-article): Pass message header to it.
1782
1783         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1784
1785 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1788         or password compatible with XEmacs.
1789
1790 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1793         format document.
1794         (gnus-mime-delete-part): Don't write description line if empty.
1795         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1796
1797 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1798
1799         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1800         (gnus-summary-mark-read-and-unread-as-read)
1801         (gnus-summary-mark-current-read-and-unread-as-read)
1802         (gnus-summary-mark-unread-as-ticked): Doc fix.
1803         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1804
1805 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1806
1807         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1808         Christoph Conrad <christoph.conrad@gmx.de>.
1809
1810 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1813         yes-or-no-p.
1814
1815 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * mm-decode.el (mm-add-meta-html-tag): New function.
1818         (mm-save-part-to-file, mm-pipe-part): Use it.
1819
1820         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1821         gnus-y-or-n-p instead of y-or-n-p.
1822         (gnus-article-browse-html-parts): Work with message/external-body; use
1823         mm-add-meta-html-tag.
1824
1825 2007-12-11  Glenn Morris  <rgm@gnu.org>
1826
1827         * gnus-cache.el: Require gnus-sum not just when compiling.
1828
1829         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1830
1831         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1832         definitions before use.
1833
1834         * mm-decode.el: Require gnus-util.
1835         (mm-remove-part): Only call delete-annotation on XEmacs.
1836
1837         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1838
1839         * nnmail.el: Require gnus-int.
1840
1841         * spam.el: Move `require's before `eval-when-compile's.
1842
1843         * gnus-ems.el (gnus-alive-p):
1844         * gnus-fun.el (message-goto-eoh):
1845         * gnus-util.el (gnus-group-name-decode):
1846         * mail-source.el (gnus-compress-sequence):
1847         * message.el (Info-goto-node, format-spec):
1848         * mm-bodies.el (message-options-get):
1849         * mm-decode.el (mm-view-pkcs7):
1850         * mm-util.el (gmm-write-region):
1851         * mml-smime.el (mml-compute-boundary)
1852         (gnus-completing-read-with-default):
1853         * mml.el (widget-button-press, gnus-make-hashtable):
1854         * mml1991.el (mm-decode-content-transfer-encoding)
1855         (mm-encode-content-transfer-encoding)
1856         (message-options-get, message-options-set):
1857         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1858         * nnfolder.el (gnus-request-group):
1859         * nnheader.el (ietf-drums-unfold-fws):
1860         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1861         * smime.el (gnus-run-mode-hooks):
1862         * spam-stat.el (gnus-message): Autoload.
1863
1864         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1865         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1866         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1867         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1868         Add declare-function compatibility definition.
1869
1870         * gnus-cache.el (nnvirtual-find-group-art):
1871         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1872         (gnus-add-image, gnus-add-wash-type):
1873         * gnus-group.el (nnkiboze-score-file):
1874         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1875         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1876         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1877         (message-tokenize-header, gnus-get-buffer-create)
1878         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1879         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1880         * gnus.el (gnus-group-decoded-name):
1881         * mail-source.el (imap-capability):
1882         * mm-bodies.el (message-options-set):
1883         * mm-decode.el (gnus-configure-windows):
1884         * mm-extern.el (message-goto-body):
1885         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1886         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1887         (epg-sub-key-validity, message-options-set):
1888         * mml.el (widget-event-point, gnus-configure-windows):
1889         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1890         * mml2015.el (epg-check-configuration, epg-configuration)
1891         (message-options-set):
1892         * nndb.el (nndb-request-article):
1893         * nnfolder.el (gnus-request-create-group):
1894         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1895         * nnmaildir.el (gnus-group-mark-article-read):
1896         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1897         * rfc1843.el (message-fetch-field):
1898         * spam.el (gnus-extract-address-components):
1899         Declare as functions.
1900
1901 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1904
1905         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1906
1907         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1908         bind show-trailing-whitespace for XEmacs.
1909
1910 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1911
1912         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1913         new no-op macro for backward compatibility.
1914
1915         * imap.el (imap-string-to-integer): New function.
1916
1917 2007-12-09  Glenn Morris  <rgm@gnu.org>
1918
1919         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1920
1921         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1922         * message.el, mm-view.el, sieve-manage.el, smime.el:
1923         Add declare-function compatibility definition.
1924
1925         * gnus-art.el (w3-region, w3m-region, Info-menu):
1926         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1927         * gnus-sum.el (gnus-get-predicate):
1928         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1929         * message.el (mail-abbrev-in-expansion-header-p):
1930         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1931         (w3m-detect-meta-charset, w3m-region):
1932         * sieve-manage.el (password-read, password-cache-add)
1933         (password-cache-remove):
1934         * smime.el (password-read-and-add): Declare as functions.
1935
1936 2007-12-08  David Kastrup  <dak@gnu.org>
1937
1938         * gnus-sum.el (gnus-summary-simplify-subject-query):
1939         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1940         `message'.
1941
1942 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1945         it to bind idna-program, installation-directory, defined-colors, and
1946         face-attribute for XEmacs of the version that compiles defcustom forms.
1947
1948 2007-12-07  Glenn Morris  <rgm@gnu.org>
1949
1950         * gnus-art.el (article-make-date-line): Revert previous change.
1951
1952 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1955
1956 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1957
1958         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1959         Call gnus-add-to-range ranges only once with a prepared article-list.
1960
1961 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1962
1963         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1964         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1965         group names with backslashes.  Reported by Tassilo Horn
1966         <tassilo@member.fsf.org>.
1967
1968 2007-12-06  Deepak Goel  <deego3@gmail.com>
1969
1970         * gnus-art.el (article-make-date-line):
1971         * gnus-start.el (gnus-load):
1972         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1973
1974 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-use-idna)
1977         * gnus-start.el (gnus-site-init-file)
1978         * message.el (message-use-idna)
1979         * mm-uu.el (mm-uu-hide-markers)
1980         * smiley.el (smiley-style): Revert changes that suppress warnings.
1981
1982 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1985         specify charset to html source.  Reported by Christoph Conrad
1986         <christoph.conrad@gmx.de>.
1987
1988 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1991         idna-program in order to suppress byte compile warning issued by XEmacs
1992         that came to byte compile the default value section of defcustom forms
1993         recently.
1994
1995         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1996         value of installation-directory.
1997
1998         * message.el (message-use-idna): Don't directly refer to the value of
1999         idna-program.
2000
2001         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2002
2003         * smiley.el (smiley-style): Don't directly call face-attribute.
2004
2005 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2008
2009         * gnus-dired.el: Reduce Gnus dependencies.
2010         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2011         require.  Use autoloads instead.
2012         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2013         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2014         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2015         (gnus-dired-mode): Adjust doc string.
2016         (gnus-dired-mail-mode): New variable.
2017         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2018         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2019         (gnus-dired-mail-buffers): New function.  Return mail or message
2020         composition buffers.
2021         (gnus-dired-attach): Use it.
2022         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2023         NO-DECODE.
2024         (gnus-dired-print): Use `gnus-print-buffer' depending on
2025         `gnus-dired-mail-mode'.
2026
2027 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * rfc2047.el (rfc2047-encoded-word-regexp)
2030         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2031         explaining what regexp patterns are for.
2032
2033 2007-12-04  Glenn Morris  <rgm@gnu.org>
2034
2035         * password.el: Move to password-cache.el.
2036
2037         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2038         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2039         * mml-smime.el (password-read, password-cache-add)
2040         (password-cache-remove):
2041         No need to autoload, since mml-sec requires password.
2042
2043         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2044         * message.el (gnus-extract-address-components):
2045         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2046
2047         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2048         password.
2049
2050 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * mailcap.el: Reduce dependencies.
2053         (mail-header-parse-content-type): Autoload.
2054         (mailcap-delete-duplicates): New alias.
2055         (mailcap-mime-info): Add optional argument NO-DECODE.
2056         (mailcap-mime-types): Use mailcap-delete-duplicates.
2057
2058         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2059
2060 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2061
2062         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2063         (imap-parse-status): Upcase status-att for servers that sends them
2064         lower-case (e.g., MS Exchange 2007).
2065
2066 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2069         function.
2070
2071         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2072         (gnus-uu-yenc-article): New function.
2073
2074         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2075
2076         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2077         buffer.
2078
2079 2007-12-02  Glenn Morris  <rgm@gnu.org>
2080
2081         * binhex.el (binhex): New custom group.
2082         (binhex-decoder-program, binhex-decoder-switches)
2083         (binhex-use-external): Move to the binhex custom group.
2084
2085         * uudecode.el (uudecode): New custom group.
2086         (uudecode-decoder-program, uudecode-decoder-switches)
2087         (uudecode-use-external): Move to the uudecode custom group.
2088
2089         * netrc.el (top-level): Don't load `encrypt' features.
2090         (netrc-parse): Don't use encrypt.
2091         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2092
2093         * encrypt.el: Remove file.
2094
2095 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2098         matches on patches.
2099
2100         * gnus-art.el (gnus-article-browse-html-article): Mention
2101         `mm-text-html-renderer' in the doc string.
2102
2103         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2104         string.  Add comments.
2105
2106         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2107         if rhs is ASCII.
2108
2109 2007-12-01  Glenn Morris  <rgm@gnu.org>
2110
2111         * mail-source.el (top-level): Require format-spec before
2112         eval-when-compile.
2113
2114 2007-11-30  Glenn Morris  <rgm@gnu.org>
2115
2116         * encrypt.el: Require password, rather than autoloading password-read.
2117
2118 2007-11-29  Glenn Morris  <rgm@gnu.org>
2119
2120         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2121         (sasl-make-client, sasl-next-step, sasl-step-data)
2122         (sasl-step-set-data): Declare as functions.
2123
2124 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2127
2128 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2129
2130         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2131         certs should be verified and what is to be done in the event of a
2132         verification failure.
2133
2134         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2135         caller can indicate whether the cache should be disregarded for this
2136         call.  This way the result of the call is reproducible at all times and
2137         can be considered a canonical server name for the supplied method.
2138         (gnus-agent-method-p): Canonicalize server names by pushing their
2139         method through `gnus-method-to-server' using the no-cache argument.
2140
2141         * gnus-srvr.el (gnus-server-insert-server-line): Call
2142         `gnus-method-to-server' with `no-cache' argument.
2143
2144         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2145         gnus-agent-possibly-synchronize-flags as this should be called when the
2146         server is actually being opened.
2147         (gnus-agent-possibly-synchronize-flags)
2148         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2149         flags file of an agentized server to the latter function.
2150
2151         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2152         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2153         after a connection has been established successfully.
2154
2155 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (article-display-face): Force to display face if called
2158         interactively; check if gnus-article-x-face-too-ugly matches author.
2159         (article-display-x-face): Display face even if From header is missing
2160         as article-display-face does.
2161
2162 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2163
2164         * hashcash.el (message-narrow-to-headers-or-head)
2165         (message-fetch-field, message-goto-eoh)
2166         (message-narrow-to-headers): Declare as functions.
2167
2168 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2169
2170         * mail-source.el (mail-sources): Default to fetch from file for
2171         compatibility with default of nnmail-spool-file.
2172
2173 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2176         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2177         to look for encoded word that should be encoded again.
2178         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2179         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2180         encoding pattern.
2181         (rfc2047-decode-region): Switch strict regexp and loose one according
2182         to rfc2047-allow-irregular-q-encoded-words.
2183
2184 2007-11-25  Romain Francoise  <romain@orebokech.com>
2185
2186         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2187
2188 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2189
2190         * tls.el (tls-program): Provide more custom choices from
2191         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2192         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2193
2194 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2195
2196         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2197         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2198
2199         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2200         `nnmail-spool-file'.
2201
2202         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2203         `nnmail-spool-file'.
2204
2205         * gnus-move.el (gnus-change-server): Ditto.
2206
2207         * gnus-kill.el (gnus-batch-score): Ditto.
2208
2209         * gnus-cache.el (gnus-jog-cache): Ditto.
2210
2211         * gnus-msg.el (gnus-summary-reply):
2212         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2213
2214 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2217         version.  Minor improvement to doc strings.
2218         (tls-program): Add comment.
2219
2220 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2221
2222         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2223         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2224         mismatch between the hostname provided in the certificate and the name
2225         of the host connnecting to.
2226         (open-tls-stream): Use them.  Check certificates against trusted root
2227         certificates.
2228
2229 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-cache.el (gnus-cache-generate-nov-databases):
2232         Use nnml-generate-nov-databases-directory instead of
2233         nnml-generate-nov-databases-1.
2234
2235 2007-11-24  Glenn Morris  <rgm@gnu.org>
2236
2237         * message.el (message-tool-bar-retro): Update for rename
2238         mail_send.xpm->mail-send.xpm.
2239
2240 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2241
2242         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2243         `smime-ldap-search' for Emacs 22 and up.
2244
2245 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2246
2247         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2248
2249         * message.el (message-send-mail-function): Fix error convention.
2250         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2251         (message-widen-reply, message-send-mail, message-talkative-question)
2252         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2253         (message-clone-locals, message-send-news): Use with-current-buffer.
2254         (message-insert-or-toggle-importance): Remove unused var `valid'.
2255         (message-make-references): Remove unused var `new-references'.
2256         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2257
2258 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2259
2260         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2261         (spam-split-symbolic-return-positive): Reflow docstring.
2262         (spam-backends, spam-summary-exit-behavior)
2263         (spam-mark-ham-unread-before-move-from-spam-group)
2264         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2265         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2266         (spam-clear-cache, spam-backend-check, spam-install-backend)
2267         (spam-install-statistical-backend, spam-list-of-processors)
2268         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2269         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2270         (spam-check-crm114, spam-initialize, spam-unload-hook):
2271         Fix typos in docstrings.
2272
2273 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2276         been checked if they have never been read and those group levels are
2277         higher than the one that a user specified.
2278
2279 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2282         foreign groups unless a group level is specified by a user.
2283         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2284
2285 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2286
2287         * message.el (message-send-mail-function): Require sendmail.
2288
2289 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * message.el (message-send-mail-function): Check for smtpmail too.
2292
2293         * utf7.el (utf7-encode, utf7-decode): Use coding system
2294         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2295
2296         * message.el (message-send-mail-function): New function.
2297         (message-send-mail-function): Set default using
2298         message-send-mail-function.  Adjust doc string.
2299         (message-send-mail-with-mailclient): New function.
2300
2301 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2302
2303         * smime.el (from):
2304         * rfc2047.el (message-posting-charset):
2305         * qp.el (mm-use-ultra-safe-encoding):
2306         * pop3.el (parse-time-months):
2307         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2308         * nnml.el (files):
2309         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2310         (jka-compr-compression-info-list, ange-ftp-path-format)
2311         (efs-path-regexp):
2312         * nndiary.el (files):
2313         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2314         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2315         (epg-digest-algorithm-alist, inhibit-redisplay)
2316         (password-cache-expiry):
2317         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2318         (pgg-output-buffer, password-cache-expiry):
2319         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2320         (efs-path-regexp):
2321         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2322         (inhibit-redisplay):
2323         * mm-uu.el (file-name, start-point, end-point, entry)
2324         (gnus-newsgroup-name, gnus-newsgroup-charset):
2325         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2326         (latin-unity-ucs-list):
2327         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2328         (mm-uu-binhex-decode-function):
2329         * message.el (gnus-message-group-art, gnus-list-identifiers)
2330         (rmail-enable-mime-composing, gnus-local-organization)
2331         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2332         (gnus-read-active-file, facemenu-add-face-function)
2333         (facemenu-remove-face-function, gnus-article-decoded-p)
2334         (tool-bar-mode):
2335         * mail-source.el (display-time-mail-function):
2336         * gnus-util.el (nnmail-pathname-coding-system)
2337         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2338         (gnus-original-article-buffer, gnus-user-agent)
2339         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2340         (xemacs-codename, sxemacs-codename, emacs-program-version):
2341         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2342         * gnus-start.el (gnus-agent-covered-methods)
2343         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2344         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2345         (gnus-newsgroup-headers, gnus-group-list-mode)
2346         (gnus-group-mark-positions, gnus-newsgroup-data)
2347         (gnus-newsgroup-unreads, nnoo-state-alist)
2348         (gnus-current-select-method, mail-sources)
2349         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2350         (nnmail-spool-file, gnus-cache-active-hashtb):
2351         * gnus-mh.el (mh-lib-progs):
2352         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2353         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2354         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2355         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2356         (gnus-group-buffer):
2357         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2358         (font-lock-set-defaults):
2359         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2360         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2361         (gnus-summary-post-menu, total-parts, type, condition, length):
2362         * gnus-agent.el (gnus-agent-read-agentview):
2363         * flow-fill.el (show-trailing-whitespace):
2364         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2365         eval-and-compile wrappers for byte compiler pacifiers.
2366
2367         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2368         (mm-display-inline-fontify): Check for featurep 'xemacs not
2369         extent-list.
2370
2371         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2372         itimer-list.
2373         (mm-create-image-xemacs): Only do something for XEmacs.
2374         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2375
2376         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2377
2378         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2379         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2380
2381 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2382
2383         * nnimap.el (nnimap-split-download-body):
2384         * gnus-demon.el (gnus-demon):
2385         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2386
2387 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2390         macros.
2391         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2392         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2393         copy data from unibyte buffer to multibyte current buffer.
2394         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2395         to copy data from unibyte current buffer to multibyte buffer.
2396         (nntp-make-process-buffer): Make process buffer unibyte.
2397
2398         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2399
2400 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2401
2402         * pop3.el (pop3-open-server): Accept and process data more robustly at
2403         connexion start to avoid spurious "POP SSL connexion failed" errors.
2404
2405 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2408         read group names.
2409
2410 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2413
2414 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2417         (nnmail-save-active): Use a unibyte buffer when saving active file,
2418         which may contain non-ASCII group names.
2419
2420         * nnml.el (nnml-request-group): Decode group names in messages.
2421
2422 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2423
2424         * message.el (message-citation-line-function)
2425         (message-insert-formatted-citation-line): Fix spelling of
2426         `message-insert-formated-citation-line'.
2427
2428 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2429
2430         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2431
2432 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2435         nnmail-pathname-coding-system.
2436
2437         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2438         that a user enters; decode group names in messages.
2439
2440         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2441
2442 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2445
2446         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2447
2448         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2449         risky local variable.
2450
2451         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2452
2453 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2454
2455         * encrypt.el: Improve documentation to fix function name typo.
2456         Reported by Daiki Ueno <ueno@unixuser.org>.
2457
2458 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2461         even if the point is not in the last page of an article.
2462         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2463         back to the previous page.
2464
2465 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2468
2469 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2472
2473 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2474
2475         * message.el (message-check-news-body-syntax): Avoid
2476         mm-string-as-multibyte.
2477         (message-hide-headers): Don't assume (point-min)==1.
2478
2479 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * message.el (message-remove-blank-cited-lines): Fix if remove is
2482         given.
2483         (message-bogus-address-regexp): New variable.
2484         (message-bogus-recipient-p): New function.
2485         (message-check-recipients): New command.
2486         (message-syntax-checks): Add `bogus-recipient'.
2487         (message-fix-before-sending): Add `bogus-recipient'.
2488
2489         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2490         (gnus-treat-body-boundary): Don't test window-system.
2491
2492 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2493
2494         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2495
2496 2007-10-28  Miles Bader  <miles@gnu.org>
2497
2498         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2499         at compile-time too.
2500
2501 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2502
2503         * gnus-msg.el (gnus-message-setup-hook): Add
2504         `message-remove-blank-cited-lines' to options.
2505
2506 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2507
2508         * message.el (message-remove-blank-cited-lines): New function.
2509         Suggested by Karl Plästerer.
2510
2511 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2514         mapc.
2515
2516         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2517         (top-level): Use mapc to set functions to be traced for debugging.
2518
2519         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2520         called for effect with while loop.
2521
2522         * message.el (message-talkative-question): Replace mapcar called for
2523         effect with mapc.
2524
2525         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2526         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2527         called for effect with dolist.
2528
2529         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2530
2531         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2532         gnus-extra-headers and nnmail-extra-headers.
2533
2534         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2535         called for effect with dolist.
2536         (top-level): Use mapc to set functions to be traced for debugging.
2537
2538         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2539         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2540         dolist.
2541
2542         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2543         Replace mapcar called for effect with mapc.
2544         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2545         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2546         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2547         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2548
2549         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2550         remove-if that's a cl function.
2551
2552         * webmail.el (webmail-debug): Replace mapcar called for effect with
2553         dolist.
2554
2555         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2556         with mapc.
2557
2558 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2561         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2562         with while loop.
2563
2564         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2565         functions from article-* functions.
2566         (gnus-multi-decode-header): Replace mapcar called for effect with
2567         dolist.
2568
2569         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2570         (gnus-bookmark-show-details): Replace mapcar called for effect with
2571         while loop.
2572
2573         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2574         called for effect with while loop.
2575
2576         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2577         with dolist.
2578
2579         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2580         mapcar called for effect with dolist.
2581
2582         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2583
2584         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2585         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2586         Replace mapcar called for effect with dolist.
2587         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2588         mapc.
2589
2590         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2591         Replace mapcar called for effect with dolist.
2592         (gnus-topic-list): Replace mapcar called for effect with mapc.
2593
2594         * gnus.el: Use mapc instead of mapcar to add autoloads.
2595
2596 2007-10-23  Richard Stallman  <rms@gnu.org>
2597
2598         * gnus-group.el (gnus-group-highlight): Mark as risky.
2599
2600 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus.el (gnus-server-to-method): Return method found first in
2603         gnus-newsrc-alist.
2604
2605         * gnus-art.el (gnus-article-highlight-signature)
2606         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2607         button overlay without the front stickiness.
2608
2609 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2610
2611         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2612         overview buffer needed a catch to receive its throw.
2613         (gnus-agent-flush-cache): Declared as interactive to make this function
2614         easier to use.
2615
2616 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2619         `next-line'.
2620
2621 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2624         exclude address matching message-dont-reply-to-names.
2625
2626 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-util.el (gnus-string<): New function.
2629
2630         * gnus-sum.el (gnus-article-sort-by-author)
2631         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2632
2633 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2636         the frame-focus tag is set in gnus-buffer-configuration.
2637
2638 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2641         the front stickiness.
2642
2643 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2646         url pattern; remove duplicate one.
2647         (gnus-article-extend-url-button): New function.
2648         (gnus-article-add-buttons): Use it.
2649         (gnus-button-push): Use concatenated url that it makes.
2650
2651 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2652
2653         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2654
2655 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2656
2657         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2658         Don't hardcode point-min==1.
2659
2660 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2661
2662         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2663         Fix comment about "iso8859-1".
2664
2665 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2666
2667         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2668         ones returned from the verify-function.
2669
2670         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2671         mml2015-extract-cleartext-signature if extraction failed.
2672
2673 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2674
2675         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2676         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2677         failed.
2678
2679 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2682
2683 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2684
2685         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2686         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2687         recommends to use EasyPG instead of PGG.
2688
2689         * pgg.el: Revert to revision 6.23.2.16
2690
2691         * pgg-def.el: Revert to revision 6.6.2.14.
2692
2693         * pgg-gpg.el: Revert to revision 6.23.2.34.
2694
2695 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2698         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2699         thread for both the null and zero (kill/expire thread) universal prefix
2700         cases.
2701         (gnus-summary-expire-thread): Add new function to expire a thread,
2702         using gnus-summary-kill-thread.
2703         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2704         shortcuts for gnus-summary-expire-thread.
2705         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2706         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2707
2708 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2711         extras value, so an extras entry can be deleted.
2712         (gnus-registry-delete-extra-entry): Use it.
2713         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2714         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2715         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2716         storage through the gnus-registry, and provide an appropriate API for
2717         it.
2718
2719 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2722         Suggested by Leo <sdl.web@gmail.com>.
2723
2724         * gnus.el: Do.
2725
2726 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2729         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2730
2731         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2732
2733         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2734         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2735
2736 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2739         newline.
2740         (nnmbox-request-accept-article): Don't change article in source buffer;
2741         narrow to header to use message-fetch-field rather than
2742         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2743         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2744         as delimiters; make sure article ends with newline.
2745         (nnmbox-delete-mail): Correct last position of article to be deleted;
2746         ignore X-Gnus-Newsgroup header in article body.
2747         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2748         positions; make sure article ends with newline.
2749
2750         * message.el (message-display-abbrev): Don't infloop when a user
2751         inserts SPC in the beginning of header.
2752
2753         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2754         coding-system-for-read and coding-system-for-write for XEmacs having no
2755         file-coding feature.
2756
2757         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2758
2759 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2762         list of groups not followed by default.  Fix type to be regexp.
2763         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2764
2765 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2766
2767         * hmac-def.el (define-hmac-function): Switch from old-style to
2768         new-style backquotes.
2769
2770         * md4.el (md4-make-step): Likewise.
2771
2772 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2775         raw-text coding system when saving .newsrc file, which may contain
2776         non-ASCII group names.
2777
2778 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-cus.el (gnus-score-extra): New widget.
2781         (gnus-score-extra-convert): New function.
2782         (gnus-score-customize): Use it for Extra.
2783
2784 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2785
2786         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2787         (mml2015-mailcrypt-clear-verify): Use it.
2788         (mml2015-gpg-clear-verify): Use it.
2789         (mml2015-pgg-clear-verify): Use it.
2790         (mml2015-epg-clear-verify): Replace the current part with the output
2791         from GnuPG; don't extract the plaintext by itself.
2792
2793         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2794         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2795         mml2015-clear-verify-function; don't touch the armor headers or
2796         dash-escaped text here.
2797
2798 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2801         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2802         parts, or application/octet-stream as a last resort.
2803         (gnus-mime-view-part-as-type): Don't toggle display.
2804         (gnus-mime-view-part-as-charset): Don't turn off display before
2805         querying charset.
2806
2807         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2808         stuff to undisplayer function in Emacs.
2809         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2810
2811         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2812         text/calendar parts.
2813
2814 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2817         decoding text/calendar parts.
2818
2819         * message.el (message-forward-make-body-mime): Always mark body as
2820         having no illegible text; remove signed-or-encrypted argument.
2821         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2822
2823         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2824         (mml-generate-mime-1): Don't encode body if it is specified to be in
2825         raw form; don't make buffer be unibyte when inserting multibyte string.
2826
2827 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2828
2829         * sha1.el: Fix up comment style.
2830         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2831         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2832
2833         * hex-util.el: Fix up comment style.
2834         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2835
2836         * gnus-salt.el: Use with-current-buffer.
2837         (gnus-pick-setup-message): Fix long-standing typo.
2838
2839 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * imap.el (imap-logout-timeout): New variable.
2842         (imap-logout, imap-logout-wait): New functions.
2843         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2844
2845         * nnimap.el (nnimap-logout-timeout): New server variable.
2846         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2847         nnimap-logout-timeout.
2848
2849         * gnus-art.el (gnus-article-summary-command-nosave)
2850         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2851
2852 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus.el (gnus-maximum-newsgroup): New variable.
2855
2856         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2857         according to gnus-maximum-newsgroup.
2858
2859         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2860         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2861         Limit the range of articles according to gnus-maximum-newsgroup.
2862
2863 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2864
2865         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2866         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2867         Don't perform gnus-configure-windows here; reuse existing sticky
2868         article buffer.
2869
2870         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2871         it doesn't exist in gnus-article-mode.
2872
2873 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2876         (gnus-agent-decoded-group-name): New function.
2877         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2878         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2879
2880 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2881
2882         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2883         Add binding for gnus-sticky-article.
2884         (gnus-summary-exit): Don't kill sticky article buffers.
2885
2886         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2887         article buffer.
2888         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2889         (gnus-kill-sticky-article-buffers): New commands.
2890
2891 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * nntp.el (nntp-xref-number-is-evil): New server variable.
2894         (nntp-find-group-and-number): If it is non-nil, don't trust article
2895         numbers in the Xref header.
2896
2897 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-agent.el (gnus-agent-read-group): New function.
2900         (gnus-agent-flush-group, gnus-agent-expire-group)
2901         (gnus-agent-regenerate-group): Use it.
2902         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2903         nnmail-pathname-coding-system.
2904
2905 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2908
2909         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2910         that are unread as unread, and also as selected so that information of
2911         marks having been changed by a user may be updated when exiting group.
2912
2913 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2916         calculated ignoring signature parts to gnus-treat-article.
2917
2918 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2921         a point here in order to keep the window start.
2922         (gnus-insert-mime-security-button): Make a button overlay without the
2923         front stickiness.
2924         (gnus-mime-display-security): Goto the end of a button.
2925
2926         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2927
2928 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2931         group-name-at-point.
2932         (gnus-group-completing-read): New function that offers decoded
2933         non-ASCII group names for completion.
2934         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2935         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2936         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2937         (gnus-group-fetch-control): Use it.
2938         (gnus-fetch-group): Use group-name-at-point for the initial value
2939         rather than the default value; use gnus-alive-p.
2940
2941         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2942         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2943         (gnus-summary-post-news): Use gnus-group-completing-read.
2944
2945         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2946         (gnus-read-move-group-name): Decode group name for completion.
2947
2948 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2949
2950         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2951         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2952         Yamaoka slightly modified the code).
2953
2954 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2957         (nnmail-split-incoming): Bind it.
2958
2959         * nnml.el (nnml-group-name-charset): New function.
2960         (nnml-decoded-group-name): Use it; don't decode group name if
2961         nnmail-group-names-not-encoded-p is non-nil.
2962         (nnml-encoded-group-name): New function.
2963         (nnml-group-pathname): Inline nnml-decoded-group-name.
2964         (nnml-request-expire-articles): Decode group name in message.
2965         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2966         nnmail-pathname-coding-system.
2967         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2968         not decoded ones according to nnmail-group-names-not-encoded-p.
2969         (nnml-generate-active-info): Use nnml-encoded-group-name.
2970
2971 2007-08-08  Glenn Morris  <rgm@gnu.org>
2972
2973         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2974         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2975         doc-strings and comments.
2976
2977 2007-07-25  Glenn Morris  <rgm@gnu.org>
2978
2979         * Relicense all FSF files to GPLv3 or later.
2980
2981 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-sum.el (gnus-summary-move-article): Make
2984         gnus-summary-respool-article work.
2985
2986 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2989         string.
2990
2991 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2992
2993         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2994         that should be ignored when comparing distant RSS articles with local
2995         ones.
2996         (nnrss-make-hash-index): New function.  Create a hash index according
2997         to the ignored fields.
2998         (nnrss-check-group): Use it.
2999
3000 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3003
3004         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3005
3006         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3007         the new optional argument ENCODED is non-nil.
3008         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3009         coding system for encoding group name.
3010         (gnus-group-make-rss-group): Pass un-encoded group name to
3011         gnus-group-make-group.
3012         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3013         encoded.
3014
3015         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3016         Encode group name to which articles are moved or copied.
3017         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3018         coding system for encoding Newsgroup, Followup-To and Xref headers.
3019
3020         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3021         marks; use nnheader-file-coding-system to write a file.
3022         (nnagent-retrieve-headers): Bind file-name-coding-system to
3023         nnmail-pathname-coding-system.
3024
3025         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3026
3027         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3028         (nnml-request-article, nnml-request-create-group)
3029         (nnml-request-rename-group, nnml-find-id)
3030         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3031         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3032         (nnml-save-marks): Use nnml-group-pathname instead of
3033         nnmail-group-pathname.
3034
3035         (nnml-request-create-group, nnml-request-expire-articles)
3036         (nnml-request-move-article, nnml-request-delete-group)
3037         (nnml-deletable-article-p, nnml-possibly-create-directory)
3038         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3039         (nnml-open-marks): Bind file-name-coding-system to
3040         nnmail-pathname-coding-system.
3041
3042         (nnml-request-article): Pass server argument to nnml-find-group-number.
3043         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3044         server argument to nnml-possibly-create-directory.
3045         (nnml-request-accept-article): Pass server argument to
3046         nnml-active-number and nnml-save-mail.
3047         (nnml-find-group-number): Pass server argument to nnml-find-id.
3048         (nnml-request-update-info): Pass server argument to
3049         nnml-marks-changed-p.
3050
3051         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3052         (nnml-save-mail, nnml-active-number): Add server argument.
3053
3054         (nnml-request-delete-group): Warn if group is missing.
3055         (nnml-get-nov-buffer): Decode group name.
3056         (nnml-generate-active-info): Encode group name.
3057         (nnml-open-marks): Decode group name in messages.
3058
3059 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3062         if it is not specified.
3063         (gnus-article-pipe-part, gnus-article-save-part)
3064         (gnus-article-interactively-view-part, gnus-article-copy-part)
3065         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3066         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3067         (gnus-article-replace-part, gnus-article-delete-part)
3068         (gnus-article-view-part-as-type): Pass raw prefix argument to
3069         gnus-article-part-wrapper.
3070
3071 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-agent.el (gnus-agent-save-active): Bind
3074         nnheader-file-coding-system to gnus-agent-file-coding-system.
3075
3076         * gnus-cache.el (gnus-cache-save-buffers)
3077         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3078         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3079         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3080         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3081         (gnus-cache-generate-active, gnus-cache-rename-group)
3082         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3083         (gnus-cache-update-overview-total-fetched-for): Bind
3084         file-name-coding-system to nnmail-pathname-coding-system.
3085         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3086         variables.
3087         (gnus-cache-decoded-group-name): New function.
3088         (gnus-cache-file-name): Use it.
3089         (gnus-cache-generate-active): Use non-decoded group name for active.
3090
3091         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3092         right place.
3093         (gnus-write-active-file): Don't break non-ASCII group names.
3094
3095         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3096         nnmail-pathname-coding-system.
3097
3098         * lpath.el: Bind default-file-name-coding-system,
3099         file-name-coding-system and language-info-alist for XEmacs.
3100
3101         * gnus-uu.el (gnus-uu-decode-save): Typo.
3102
3103 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3106
3107 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3110         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3111         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3112         (gnus-agent-flush-group, gnus-agent-flush-cache)
3113         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3114         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3115         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3116         (gnus-agent-regenerate-group)
3117         (gnus-agent-update-files-total-fetched-for)
3118         (gnus-agent-update-view-total-fetched-for): Bind
3119         file-name-coding-system to nnmail-pathname-coding-system.
3120         (gnus-agent-group-pathname): Don't encode file names by
3121         nnmail-pathname-coding-system.
3122         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3123         coding-system-for-write instead of buffer-file-coding-system to
3124         gnus-agent-file-coding-system.
3125
3126         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3127         Decode group name.
3128
3129         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3130
3131         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3132         (gnus-read-newsrc-el-file): Make group names unibyte.
3133
3134         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3135         nnmail-pathname-coding-system.
3136
3137         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3138         (nnrss-request-delete-group): Bind file-name-coding-system to
3139         nnmail-pathname-coding-system.
3140         (nnrss-read-server-data, nnrss-read-group-data): Bind
3141         file-name-coding-system correctly.
3142         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3143
3144         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3145         (nntp-server-to-method-cache): New variable.
3146         (nntp-group-pathname): New function that decodes non-ASCII group names.
3147         (nntp-possibly-create-directory, nntp-marks-changed-p)
3148         (nntp-save-marks, nntp-open-marks): Use it.
3149         (nntp-possibly-create-directory, nntp-open-marks):
3150         Bind file-name-coding-system to nnmail-pathname-coding-system.
3151         (nntp-open-marks): Decode group names when bootstrapping marks.
3152
3153         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3154         Newsgroups and Folowup-To headers.
3155
3156 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3159         (gnus-server-closed-face, gnus-server-denied-face)
3160         (gnus-server-offline-face): Remove variable.
3161         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3162
3163         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3164         of modifying message-stack directly for XEmacs.
3165
3166         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3167         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3168         if the coding-system argument is nil for XEmacs.
3169
3170         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3171         mm-charset-override-alist.
3172
3173         * rfc2047.el: Don't require base64; require rfc2045 for the function
3174         rfc2045-encode-string.
3175         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3176         to quote the parameter value.
3177
3178 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3181         form in gnus-group-name-charset-method-alist.
3182
3183         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3184         overrides the default layout edit-form.
3185
3186         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3187
3188         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3189
3190 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3193         as unfetched articles.
3194
3195 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3198
3199 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3202         original back end that keeps marks in the local system.
3203
3204 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3207         arg of pop-to-buffer for XEmacs.
3208         (gnus-article-read-summary-keys): Ditto; don't restore window
3209         configuration if summary command ends up with neither article buffer
3210         nor summary buffer; describe bindings if summary keys end with C-h.
3211
3212 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * message.el (message-fix-before-sending): Skip raw message part to be
3215         forwarded while checking illegible text.
3216         (message-forward-make-body-mime, message-forward-make-body): Mark
3217         signed or encrypted raw message as having no illegible text.
3218
3219 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3222         (gnus-message-with-timestamp-1): New macro.
3223         (gnus-message-with-timestamp): New function.
3224         (gnus-message): Use them.
3225
3226         * nnheader.el (nnheader-message): Use them.
3227
3228 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3231         .newsrc.eld file.
3232
3233 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-agent.el (gnus-agent-fetch-headers)
3236         (gnus-agent-retrieve-headers): Bind
3237         gnus-decode-encoded-address-function to identity.
3238
3239         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3240         available also when the server returns simply a dot.
3241
3242         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3243
3244 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3247
3248 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-ems.el (gnus-x-splash): Make it work.
3251
3252         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3253         from being used.
3254
3255         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3256
3257 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3260         4th and the 5th arguments.
3261
3262         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3263         the front stickiness.
3264         (gnus-article-summary-command-nosave): Correct the order of the
3265         arguments passed to pop-to-buffer.
3266         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3267         summary command ends up with the article buffer.
3268
3269         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3270         the same faces.
3271
3272 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3275
3276 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3277
3278         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3279         * gnus-sum.el (gnus-summary-highlight):
3280         * pgg.el (pgg-sign-region, pgg-sign):
3281         * mail-source.el (mail-source-delete-old-incoming-confirm):
3282         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3283
3284 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-art.el (gnus-mime-view-part-externally)
3287         (gnus-mime-view-part-internally): Fix predicate function passed to
3288         completing-read.
3289
3290         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3291
3292         * gnus.el (gnus-update-message-archive-method): Add :version.
3293
3294 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus.el (gnus-update-message-archive-method): New variable.
3297
3298         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3299         according to gnus-message-archive-method if
3300         gnus-update-message-archive-method is non-nil.
3301
3302 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3305         by Loic Dachary <loic@dachary.org>.
3306         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3307
3308 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * message.el (message-pop-to-buffer): Add switch-function argument.
3311         (message-mail): Pass switch-function argument to it.
3312
3313 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3316         Improve doc string.
3317
3318 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3321         (gnus-header-content)
3322         * gnus-cite.el (gnus-cite-10)
3323         * gnus-srvr.el (gnus-server-closed)
3324         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3325         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3326         (gnus-group-mail-3-empty, gnus-group-mail-low)
3327         (gnus-group-mail-low-empty, gnus-splash)
3328         * message.el (message-header-to, message-header-cc)
3329         (message-header-subject, message-header-other, message-header-name)
3330         (message-header-xheader, message-separator, message-cited-text)
3331         (message-mml): Lighten colors of faces used for dark background.
3332
3333 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3334
3335         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3336         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3337
3338 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * message.el (message-narrow-to-headers-or-head):
3341         Ignore mail-header-separator in the body.
3342
3343 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3346         same as window size.
3347
3348 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3349
3350         * message.el (message-font-lock-keywords): Use message-header-xheader
3351         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3352         ahead of the anything pattern, to get it recognised.
3353
3354 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3357         spam.el loads uses it in the compiled defadvice form.
3358
3359 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3360
3361         * gnus-sum.el (gnus-articles-to-read)
3362         (gnus-summary-insert-old-articles): Don't truncate group name for
3363         `read-string'.
3364
3365         * gnus-util.el (gnus-limit-string): Delete this function.
3366
3367         * gnus-sum.el (gnus-simplify-subject-fully): Use
3368         `truncate-string-to-width' instead.
3369
3370 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3371
3372         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3373         if, on summary exit, the next group has to be selected.
3374         (gnus-summary-exit): Use it.
3375
3376 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3379         non-break space.
3380
3381 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3384         Check if group is not a directory.
3385         (nnfolder-request-expire-articles): Don't delete articles if the target
3386         group is not available.
3387
3388         * nnml.el (nnml-request-create-group): Properly check if group is not a
3389         file.
3390         (nnml-request-expire-articles): Don't delete articles if the target
3391         group is not available.
3392
3393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3394         Don't quote characters that are within parentheses.
3395
3396 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3399         (gnus-handle-ephemeral-exit): Select article according to it.
3400
3401 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * message.el (message-insert-formated-citation-line): Remove newline.
3404         (message-citation-line-format): Add final \n here so that the user can
3405         avoid a blank line.
3406
3407 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3408
3409         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3410         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3411         Update lanl/arXiv support.
3412
3413 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * gnus.el: Bump version number.
3416
3417 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus.el (gnus-version-number): Bump version.
3420
3421 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3422
3423         * gnus.el: No Gnus v0.6 is released.
3424
3425 2007-04-27  Didier Verna  <didier@xemacs.org>
3426
3427         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3428         * gmm-utils.el (gmm-regexp-concat): here.
3429         * message.el: Don't require 'gnus-util.
3430         (message-dont-reply-to-names): Handle name change above.
3431         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3432
3433 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3436         since the initial value varies according to the system.
3437
3438 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3441
3442 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3443
3444         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3445
3446 2007-04-24  Didier Verna  <didier@xemacs.org>
3447
3448         Improve the type of gnus-ignored-from-addresses.
3449         * gnus-util.el (gnus-orify-regexp): New function.
3450         * message.el (gnus-util): Require it.
3451         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3452         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3453         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3454
3455 2007-04-24  Didier Verna  <didier@xemacs.org>
3456
3457         * gnus-sum.el:
3458         * gnus-utils.el: Fix some trailing whitespaces.
3459
3460 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3463         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3464         article's Message-ID; refer parent article in summary buffer.
3465
3466         * message.el (message-bounce): Call mime-to-mml.
3467
3468         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3469         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3470         optimize and/or forms properly.
3471
3472 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3475         URL.
3476
3477 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3480
3481 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3484         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3485         displayed of multipart/alternative part if it is invoked from summary
3486         buffer.
3487
3488         * mm-view.el (mm-inline-text-html-render-with-w3m)
3489         (mm-inline-text-html-render-with-w3m-standalone)
3490         (mm-inline-render-with-function): Use mail-parse-charset by default.
3491
3492 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3493
3494         * parse-time.el (parse-time-string-chars): Check if CHAR
3495         is less than the length of parse-time-syntax.
3496
3497 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3500         from gnus-newsgroup-processable.
3501
3502 2007-04-16  Didier Verna  <didier@xemacs.org>
3503
3504         * gnus-msg.el (gnus-configure-posting-styles): Handle
3505         message-signature-directory properly with :file syntax.  Reported by
3506         "Leo".
3507
3508 2007-04-11  Didier Verna  <didier@xemacs.org>
3509
3510         New user option: message-signature-directory.
3511         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3512         * message.el (message-insert-signature): Ditto.
3513         * message.el (message-signature-file): Doc update.
3514         * message.el (message-signature-directory): New.
3515
3516 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-msg.el (gnus-inews-yank-articles): Use
3519         message-exchange-point-and-mark instead of exchange-point-and-mark.
3520
3521 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * message.el (message-yank-original): Make sure cited text ends with
3524         newline; don't exchange point and mark.
3525
3526 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3527
3528         * tls.el (open-tls-stream): Properly handle case where there
3529         is no associated buffer.
3530
3531 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3532
3533         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3534         message-yank-original, make sure (< mark TEXT point).
3535
3536 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3537
3538         * message.el (message-fill-column): New variable.
3539         (message-mode): Use it.  Add comment on a possible new hook.
3540
3541         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3542         (nnmail-get-new-mail): Reformat.
3543
3544         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3545
3546         * gmm-utils.el: Fix Commentary.
3547         (gmm-tool-bar-from-list): Fix typo in doc string.
3548
3549 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3550
3551         * message.el (message-yank-original): Don't switch point and mark
3552         unnecessarily to put point and mark as documented.
3553
3554 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3557         from the message heads.
3558
3559 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3560
3561         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3562         article buffer does not have a window.  This may not be the best
3563         solution but is certainly better than setting the start of the null,
3564         that is the current, window.
3565
3566 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3569         (gnus-draft-setup): Run it.
3570
3571         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3572         gnus-score-fast-scoring.  Allow regexp.
3573         (gnus-score-headers): Use it.
3574
3575         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3576         XEmacs.
3577
3578         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3579         string.
3580         (gnus-button-alist): Also catch `<f1> k ...'.
3581         (gnus-treat-display-x-face): Fix doc string.
3582
3583 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3584
3585         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3586         evaluation of gnus-extended-version to ensure correct generation of the
3587         User-Agent header when message-generate-headers-first is used.
3588
3589 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3590
3591         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3592         hashcash-path is nil.  Don't call callback with incorrect number of
3593         parameters if val is 0.
3594
3595 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3596
3597         * message.el (message-required-news-headers):
3598         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3599
3600 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3601
3602         * tls.el (open-tls-stream): In handshake-waiting loop,
3603         don't wait more if there is output available to process.
3604
3605 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3606
3607         * tls.el (tls-program): Doc fix.
3608
3609 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * message.el (message-generate-new-buffers): Change the meaning of the
3612         nil value; add `standard' to the choices; treat t as `unique'; improve
3613         doc string.
3614         (gnus-select-frame-set-input-focus): Autoload.
3615         (message-buffer-name): Search for the existing message buffer if
3616         message-generate-new-buffers is nil or `standard'; treat the value t of
3617         message-generate-new-buffers as `unique'.
3618         (message-pop-to-buffer): Raise the frame already displaying the message
3619         buffer; clear the echo area after querying.
3620         (message-setup): Pass the `continue' argument to compose-mail.
3621         (message-mail): Prefer `switch-function' if it is given; search for the
3622         existing message buffer if the `continue' argument is non-nil; pass
3623         continue and switch-function arguments to compose-mail by way of
3624         message-setup.
3625         (message-mail-other-window): Adjust argument of message-setup.
3626         (message-mail-other-frame): Ditto.
3627
3628 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3631         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3632         to turn font-lock on when turning gnus-message-citation-mode on.
3633
3634 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3635
3636         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3637         (mml-smime-function-alist): New variable; add epg as the backend.
3638         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3639         mml-smime- functions instead.
3640         * mm-view.el: Require smime.
3641
3642 2007-03-05  Didier Verna  <didier@xemacs.org>
3643
3644         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3645         instead of just inheritance for posting styles.
3646         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3647
3648 2007-02-24  Chris Moore  <dooglus@gmail.com>
3649
3650         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3651         * pgg-pgp.el (pgg-pgp-encrypt-region):
3652         * pgg-gpg.el (pgg-gpg-encrypt-region):
3653         Check pgg-encrypt-for-me if no other recipients.
3654
3655 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3656
3657         * tls.el (tls-certtool-program): Fix custom type.
3658
3659 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3662         and point-at-eol instead of line-(beginning|end)-position.
3663
3664         * assistant.el (assistant-parse-buffer): Ditto.
3665
3666         * netrc.el (netrc-parse-services): Ditto.
3667
3668 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3669
3670         * mml2015.el (mml2015-epg-find-usable-key): New function.
3671         (mml2015-epg-sign): Use it.
3672         (mml2015-epg-encrypt): Use it.
3673
3674 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * message.el (message-make-in-reply-to): Quote name containing
3677         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3678         if there are special characters.  Reported by NAKAJI Hiroyuki
3679         <nakaji@jp.freebsd.org>.
3680
3681 2007-02-27  Didier Verna  <didier@xemacs.org>
3682
3683         Include the group parameters as well as the topic ones in the
3684         inheritance filter process.
3685         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3686         argument GROUP-PARAMS-LIST.
3687         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3688
3689 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * nntp.el (nntp-never-echoes-commands)
3692         (nntp-open-connection-functions-never-echo-commands): New variables.
3693         (nntp-send-command): Use them.
3694
3695 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3696
3697         * mml2015.el (mml2015-epg-verify): Simplified.
3698
3699 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * mml.el (mml-content-disposition-alist): New user option.
3702         (mml-content-disposition): New function.
3703         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3704         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3705
3706 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3707
3708         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3709         verification.
3710
3711 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3712
3713         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3714         articles posted in the last 24 hours.
3715
3716 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3717
3718         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3719
3720 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3721
3722         * nntp.el (nntp-send-command): Don't wait for echoes when
3723         nntp-open-ssl-stream is used.
3724
3725 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3728         (gnus-message-add-citation-keywords)
3729         (gnus-message-remove-citation-keywords): Remove.
3730         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3731         directly, make the variables in font-lock-defaults buffer-local, add
3732         gnus-message-citation-keywords to them and then update the value of
3733         font-lock-keywords.
3734
3735 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * message.el (message-cite-original-1): Don't call
3738         gnus-article-highlight-citation.
3739
3740         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3741         citations; fix line count.
3742
3743 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3746         (gnus-message-add-citation-keywords)
3747         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3748         versions of font-lock-add-keywords and font-lock-remove-keywords to
3749         work with XEmacs correctly.
3750
3751 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-cite.el (gnus-cite-face-list): Set the values of
3754         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3755         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3756         (gnus-message-cite-prefix-regexp): New variable.
3757         (gnus-message-search-citation-line): Use it; protect against long
3758         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3759         the 0th match data for Emacs.
3760         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3761         (gnus-message-add-citation-keywords): Append keywords rather than
3762         prepending; emulate font-lock-add-keywords if it is not available.
3763         (gnus-message-remove-citation-keywords): Emulate
3764         font-lock-remove-keywords if it is not available.
3765
3766         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3767
3768         * message.el (message-cite-prefix-regexp): Set the value of
3769         gnus-message-cite-prefix-regexp.
3770
3771 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3772
3773         * nnweb.el (nnweb-google-parse-1): Update parser.
3774
3775 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3776
3777         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3778
3779 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3780
3781         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3782         regexp.
3783
3784 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3787         string-to-multibyte.
3788         (uudecode-decode-region-internal): Use it.
3789
3790         * lpath.el: Fbind string-as-multibyte for XEmacs.
3791
3792 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3793
3794         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3795         custom choice.
3796
3797         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3798
3799 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3800
3801         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3802
3803         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3804         `write-region' to respect `mm-inhibit-file-name-handlers'.
3805
3806 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3809         Use gnus-home-directory instead of "~/" or "$HOME".
3810
3811 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3814         to mention filename.
3815         Add comments at beginning regarding usage.
3816         (encrypt-write-file-contents): Change interactive so a string is
3817         acceptable.  If the file has no associated model, show an error instead
3818         of a nonsense prompt.
3819
3820 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3821
3822         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3823         Thanks to Yoshihiko Yamada for kind notification of this typo.
3824
3825 2007-01-12  Kenichi Handa  <handa@m17n.org>
3826
3827         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3828         multibyte buffer.
3829
3830 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3831
3832         * gnus-score.el (gnus-score-fast-scoring): New variable.
3833         (gnus-score-headers): Use it.
3834
3835         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3836
3837         * message.el (message-cite-original-1): Call
3838         gnus-article-highlight-citation if requested.
3839         (message-make-from): Allow name and address as optional arguments.
3840
3841         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3842
3843         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3844         bugs to doc string.
3845         (gnus-button-alist): Add mid\\|message-id.
3846         (gnus-button-fetch-group): Extend for use in
3847         `browse-url-browser-function'.
3848         (gnus-button-url-regexp): Try to catch paired parentheses like in
3849         Wikipedia URLs.
3850
3851         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3852         Suggested by Simon Krahnke <overlord@gmx.li>.
3853
3854 2007-01-13  Romain Francoise  <romain@orebokech.com>
3855
3856         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3857         Update copyright.
3858
3859 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3860
3861         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3862
3863 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         * gnus-registry.el (gnus-registry-unfollowed-groups)
3866         (gnus-registry-split-fancy-with-parent): Fix documentation.
3867
3868 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3871         from nnweb groups.
3872
3873 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3876         Xref urls.  Erase buffer before requesting head.
3877
3878 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3881         customizable.
3882
3883 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3884
3885         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3886         no signing key is found.
3887         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3888         no encrypting and/or signing key is found.
3889
3890 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3893
3894 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3895
3896         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3897         headers read from disk with the ones newly found in the current search.
3898         This should no longer cause problems, because the article numbers in
3899         Gmane's `nov.php' output are ignored since the previous change.
3900
3901 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3902
3903         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3904
3905 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3908         replace-regexp-in-string; bind url-version; fbind display-images-p and
3909         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3910         find-face and set-itimer-function for Emacs; bind itimer-list for
3911         Emacs.
3912
3913         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3914
3915 2007-01-01  Romain Francoise  <romain@orebokech.com>
3916
3917         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3918
3919 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3920
3921         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3922         `define-minor-mode' macro definition expanded properly.
3923         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3924         exclude it there.
3925
3926         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3927         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3928         `fboundp' test.
3929         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3930         This is OK to autoload in (S)XEmacs now.
3931
3932 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3935         keystroke.
3936         (gnus-summary-limit-to-singletons): Fix typo.
3937
3938         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3939         else fails.
3940
3941 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3942
3943         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3944         docstring.
3945
3946         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3947         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3948         (gnus-summary-insert-dormant-articles): Fix typo in message.
3949
3950 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3953         nil for XEmacs.
3954         (gnus-message-citation-mode): Don't autoload in XEmacs.
3955
3956         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3957
3958 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3959
3960         * nnimap.el (nnimap-expunge-search-string): Mention
3961         nnimap-search-uids-not-since-is-evil in docstring.
3962
3963 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * spam.el: Revert to make-obsolete-variable because
3966         define-obsolete-variable-alias is not supported in Emacs 21.
3967
3968         * spam.el (spam-ifile-path, spam-ifile-database-path)
3969         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3970         make-obsolete-variable.
3971         (spam-bsfilter-path, spam-bsfilter-program)
3972         (spam-spamassassin-path, spam-spamassassin-program)
3973         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3974         use "path" inappropriately.
3975         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3976         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3977         variable names.
3978
3979 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3980
3981         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3982         summary buffer.
3983
3984         * password.el (password-cache-remove): Use clear-string to burn
3985         password, if available.
3986
3987 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3990
3991         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3992
3993         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3994         (gnus-message-highlight-citation): Move defcustom here from
3995         gnus-cite.el.
3996         (gnus-message-citation-mode): Autoload.
3997
3998         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3999         checks to make it compile with XEmacs.
4000         (gnus-message-citation-mode): New minor mode.
4001         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4002         (gnus-message-highlight-citation): New variables.
4003         (gnus-message-search-citation-line)
4004         (gnus-message-add-citation-keywords)
4005         (gnus-message-remove-citation-keywords)
4006         (turn-on-gnus-message-citation-mode)
4007         (turn-off-gnus-message-citation-mode): New functions.
4008
4009 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4010
4011         * gnus-cite.el: Enable highlighting of different citation levels in
4012         message-mode.
4013
4014 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * message.el (message-make-fqdn): Fix comment.
4017         (message-bogus-system-names): Add ".local".
4018
4019         * spam.el (spam-ifile-path, spam-ifile-program)
4020         (spam-ifile-database-path, spam-ifile-database)
4021         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4022         Don't use "path" inappropriately.
4023         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4024         strings.
4025         (spam-check-ifile, spam-ifile-register-with-ifile)
4026         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4027         new variable names.
4028
4029         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4030         (gnus-treat-display-smileys): Simplify using
4031         gnus-image-type-available-p.
4032
4033         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4034         available.
4035
4036         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4037         `display-images-p' if available.
4038
4039 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4042         one after turning on the buffer's multibyteness instead of decoding
4043         them directly in the unibyte buffer that causes unexpected conversion
4044         in Emacs 23 (unicode).
4045
4046 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4047
4048         * message.el (message-generate-hashcash): Fix custom type.
4049
4050 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4053
4054 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4057         disconnect icons.  Add help text.
4058
4059 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4062         negated to be consistent with the others we handle.
4063
4064 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4067         version of gnus-summary-buffer to something, so that we can use two
4068         article buffers at the same time.
4069
4070 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4073         trigger all the extra headers.
4074         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4075         sorting.
4076
4077 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4078
4079         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4080         solid groups.
4081
4082 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4083
4084         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4085
4086 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * legacy-gnus-agent.el: Add Copyright notice.
4089
4090 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4091
4092         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4093
4094 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4097
4098         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4099         to make it work reliably in CVS Emacs.
4100         (gnus-summary-limit-strange-charsets-predicate)
4101         (gnus-summary-limit-to-predicate): New functions.
4102
4103 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4104
4105         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4106         specifying array size.
4107         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4108         array if it is too small.
4109         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4110         (gnus-sort-threads-loop): New function.
4111
4112 2006-12-06  Chris Moore  <dooglus@gmail.com>
4113
4114         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4115         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4116
4117 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4118
4119         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4120         options.
4121
4122 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4125         DOS-ing the recipient.
4126
4127         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4128         the headers when creating the mapping to avoid mismappings.
4129         (nnweb-gmane-create-mapping): Always nix out old mapping.
4130
4131 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4134         and mm-verify-option to never.
4135
4136 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * message.el (message-signed-or-encrypted-p): New function.
4139         (message-forward-make-body): Use it.
4140
4141         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4142         Replace encode-coding-string with mm-encode-coding-string.
4143
4144 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * nneething.el (nneething-decode-file-name): Replace
4147         decode-coding-string with mm-decode-coding-string.
4148
4149         * gnus-int.el (gnus-open-server): Say failed server's name.
4150
4151 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4154         strings to a single string.  Quote `errors-file-name'.
4155         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4156         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4157         Adjust calls.  Use `shell-quote-argument'.
4158
4159 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4160
4161         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4162         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4163
4164         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4165         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4166         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4167         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4168         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4169         (gnus-subscribe-newsgroup, gnus-1):
4170         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4171         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4172         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4173         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4174
4175 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4178         keystroke.
4179         (gnus-summary-limit-to-bodies): Implement headersp.
4180
4181 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4184
4185 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4188
4189 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * message.el (message-generate-hashcash): Expand range of values to
4192         include `opportunistic'.
4193         (message-send-mail): Use it.
4194
4195 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4196
4197         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4198         and comment it.
4199
4200         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4201
4202 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * gnus-util.el (gnus-extract-address-components): Improve comment.
4205
4206 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-util.el (gnus-extract-address-components): Work with address in
4209         which the name portion contains @.
4210
4211         * lpath.el: Fbind custom-autoload.
4212
4213 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus.el (gnus-start): Move custom group up.
4216         (gnus-select-method): Don't autoload, but make it available for
4217         `customize-variable'.
4218         (gnus-getenv-nntpserver): Don't autoload.
4219
4220 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4223
4224 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * message.el (message-sendmail-extra-arguments): New variable.
4227         (message-send-mail-with-sendmail): Use it.
4228
4229 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4232         mm-with-unibyte-current-buffer to make string unibyte.
4233
4234         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4235         mm-string-as-multibyte.
4236
4237 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4238
4239         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4240         Reported by Werner Koch <wk@gnupg.org>.
4241
4242 2006-11-14  Daiki Ueno  <ueno@p360>
4243
4244         * mml2015.el: Autoload epa-select-keys when compiling.
4245
4246 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4247
4248         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4249         message-options.
4250         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4251
4252 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4255         EasyPG (< 0.0.6).
4256         (mml2015-always-trust): New user option.
4257         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4258         prompt.
4259
4260 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * nntp.el (nntp-authinfo-force): New variable.
4263         (nntp-send-authinfo): Use it.
4264
4265 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4268         decode encoded words.  Improve prompt.  Add comment about forwarding.
4269         (message-replacement-char): Move up.
4270
4271 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4272
4273         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4274         instead of gnus-intersection because arguments of gnus-sorted-nunion
4275         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4276
4277 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4280         (message-simplify-subject-functions): Enable
4281         message-strip-subject-encoded-words by default.
4282
4283 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * message.el (message-strip-subject-encoded-words): New function
4286         (message-simplify-subject-functions): New variable.
4287         (message-simplify-subject): Use it.  Fix typo in doc string.
4288         Support message-strip-subject-encoded-words.
4289
4290 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4291
4292         * gnus-diary.el (gnus-diary-delay-format-function):
4293         * nndiary.el (nndiary-reminders):
4294         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4295
4296 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * gnus-art.el (article-hide-boring-headers): Fetch date from
4299         gnus-original-article-buffer to avoid problems with localized date
4300         strings.
4301
4302 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4305
4306 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4309         New variables.
4310         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4311         (mm-charset-synonym-alist): Move some entries to
4312         mm-codepage-iso-8859-list.
4313         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4314         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4315
4316 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4319
4320 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4323         with Emacs 21 and XEmacs.
4324
4325 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * spam.el (spam-parse-address): New function for better parsing,
4328         catching errors, etc.
4329         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4330
4331 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * mm-view.el: Add interactive arg to html2text autoload.
4334
4335 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4338
4339 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4342         variables.
4343         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4344         (mm-charset-synonym-alist): Move some entries to
4345         mm-codepage-iso-8859-list.
4346
4347         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4348
4349 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * message.el (message-citation-line-format)
4352         (message-insert-formated-citation-line): Fix implementation of %E, %N
4353         and %n according to the doc string.
4354
4355 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4358         car-safe to avoid bad parses.
4359
4360 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4363         names.
4364
4365         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4366
4367 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4370         header.
4371
4372         * message.el (message-draft-headers): Add Date.
4373         (message-headers-to-generate): Fix typo in docstring.
4374
4375         * nndraft.el (nndraft-required-headers): New variable.
4376         (nndraft-generate-headers): Use it.
4377
4378         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4379
4380 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         * gnus-registry.el (gnus-registry-wash-for-keywords)
4383         (gnus-registry-find-keywords): New functions to allow easy searching of
4384         articles that are in the registry.
4385
4386 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4389         ietf-drums-parse-address instead of gnus-extract-address-components.
4390         Reported by Damien Elmes <damien@repose.cx>.
4391
4392 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * gnus.el (gnus-mime): Remove unused custom group.
4395
4396 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4397
4398         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4399         "blank line" when searching for end of armor headers.
4400
4401 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gmm-utils.el (gmm-write-region): Fix variable name.
4404
4405 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * gmm-utils.el (gmm-write-region): New function based on compatibility
4408         code from `mm-make-temp-file'.
4409
4410         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4411
4412         * nnmaildir.el (nnmaildir--update-nov)
4413         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4414         Use `gmm-write-region'.
4415
4416 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4417
4418         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4419         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4420
4421         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4422
4423         * message.el (message-replacement-char): New variable.
4424         (message-fix-before-sending): Use it.
4425         (message-simplify-subject): New function to remove duplicate code.
4426         (message-reply, message-followup): Use it.
4427
4428         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4429         gnus-summary-limit-to-articles.
4430
4431 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-util.el (gnus-with-local-quit): New macro.
4434
4435         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4436
4437 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4440         ignore non-string data.
4441
4442 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4443
4444         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4445         non-string data (needs to be done in the registry too).
4446
4447 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4448
4449         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4450         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4451         (gnus-registry-split-fancy-with-parent)
4452         (gnus-registry-fetch-simplified-message-subject-fast)
4453         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4454         Remove text properties on ingress into the registry and when it's saved.
4455         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4456         registry from entries with no groups.
4457
4458 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4461         function to remove string properties.
4462
4463 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4464
4465         * gmm-utils.el (gmm): Adjust custom version.
4466
4467         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4468         custom version.
4469
4470         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4471
4472 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         * gnus-art.el (gnus-insert-prev-page-button)
4475         (gnus-insert-next-page-button): Simplify.  Reformat.
4476
4477 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4478
4479         * gnus-art.el (gnus-insert-prev-page-button)
4480         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4481
4482 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4483
4484         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4485
4486 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4487
4488         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4489         gnus-article-button-face to MIME and security buttons.
4490
4491 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4494         readable.
4495
4496 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4499
4500 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4501
4502         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4503         `browse-url-of-file' instead of `browse-url'.
4504
4505 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4506
4507         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4508         regexp.  Articles containing quotation were cut prematurely.
4509
4510 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * message.el (message-cite-original-1): Use nobody by default for the
4513         value of From header.
4514         (message-reply): Ditto.
4515
4516 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4517
4518         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4519         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4520         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4521
4522 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4525         mails in the doc string.  Add some URLs in comment.
4526         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4527
4528 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4531         backslashes handling and the way to find boundaries of quoted strings.
4532
4533 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4534
4535         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4536         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4537         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4538         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4539
4540 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4543         doc string.
4544         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4545
4546 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * lpath.el: Fbind epg-check-configuration.
4549
4550 2006-09-06  Simon Josefsson  <jas@extundo.com>
4551
4552         * mml2015.el (mml2015-use): Doc fix, mention epg.
4553
4554 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4555
4556         * mml2015.el (mml2015-use): Default to epg, if available.
4557
4558 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4559
4560         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4561         message-sender.
4562         (mml1991-epg-encrypt): Ditto.
4563         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4564         message-sender.
4565         (mml2015-epg-encrypt): Ditto.
4566
4567 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4568
4569         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4570         several common directories.
4571
4572 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4573
4574         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4575         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4576
4577 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (article-decode-encoded-words): Make it fast.
4580
4581 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4584
4585         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4586         in quoted string into `\'.
4587
4588 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4591         Use standard-syntax-table.
4592
4593 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-decode-address-function): New variable.
4596         (article-decode-encoded-words): Use it to decode headers which are
4597         assumed to contain addresses.
4598         (gnus-mime-delete-part): Remove useless `or'.
4599
4600         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4601         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4602         (gnus-nov-parse-line): Use it to decode From header.
4603         (gnus-get-newsgroup-headers): Ditto.
4604         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4605
4606         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4607         (mail-decode-encoded-address-string): New alias.
4608
4609         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4610         New function.
4611         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4612         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4613         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4614         (rfc2047-decode-string): Ditto.
4615         (rfc2047-decode-address-region): New function.
4616         (rfc2047-decode-address-string): New function.
4617
4618 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * message.el (message-caesar-buffer-body): Allow rotating headers.
4621
4622         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4623
4624         * message.el (message-insert-formated-citation-line): Fix %f.
4625         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4626
4627 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4630         (gnus-bookmark-mouse-available-p): New macro.
4631         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4632         (gnus-bookmark-bmenu-show-infos): Use it.
4633         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4634         (gnus-bookmark-bmenu-hide-infos): Ditto.
4635         (gnus-bookmark-remove-properties): New function.
4636         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4637         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4638         (gnus-bookmark-write-file): Bind coding-system-for-write.
4639         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4640         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4641         group before selecting it.
4642         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4643         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4644         quit-window if it is not available; use gnus-mouse-2 and bind it to
4645         gnus-bookmark-bmenu-select-by-mouse.
4646         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4647         (gnus-bookmark-bmenu-select-by-mouse): New function.
4648
4649 2006-08-13  Romain Francoise  <romain@orebokech.com>
4650
4651         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4652         space.
4653
4654 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * compface.el (uncompface): Use binary rather than raw-text-unix.
4657
4658 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * compface.el (uncompface): Make sure the eol conversion doesn't take
4661         place when communicating with the external programs.  Reported by
4662         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4663
4664 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4667
4668 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4669
4670         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4671         Make it more robust by parsing author and date independently.
4672
4673 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4676
4677 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4678
4679         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4680         first matching secret key.
4681         (mml2015-epg-encrypt): Ditto.
4682
4683         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4684         first matching secret key.
4685         (mml1991-epg-encrypt): Ditto.
4686
4687         * mml2015.el (mml2015-encrypt-to-self): New user option.
4688         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4689         mml2015-epg-encrypt-to-self is set.
4690
4691         * mml1991.el (mml1991-encrypt-to-self): New variable.
4692         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4693         mml1991-epg-encrypt-to-self is set.
4694
4695         * mml2015.el (mml2015-signers): New user option.
4696         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4697         (mml2015-epg-encrypt): Allow to select signing keys.
4698
4699         * mml1991.el (mml1991-signers): New variable.
4700         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4701         (mml1991-epg-encrypt): Allow to select signing keys.
4702
4703 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * nnheader.el (nnheader-insert-head): Make it work even if the file
4706         uses CRLF for the line-break code.
4707
4708 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4709
4710         * mml2015.el: Require mml-sec instead of password.
4711         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4712         (mml2015-cache-passphrase): Inherit the default value from
4713         mml-secure-cache-passphrase.
4714         (mml2015-passphrase-cache-expiry): Inherit the default value from
4715         mml-secure-passphrase-cache-expiry.
4716
4717         * mml1991.el: Require mml-sec instead of password.
4718         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4719         (mml1991-cache-passphrase): Inherit the default value from
4720         mml-secure-cache-passphrase.
4721         (mml1991-passphrase-cache-expiry): Inherit the default value from
4722         mml-secure-passphrase-cache-expiry.
4723
4724         * mml-sec.el: Require password.
4725         (mml-secure-verbose): New user option.
4726         (mml-secure-cache-passphrase): New user option.
4727         (mml-secure-passphrase-cache-expiry): New user option.
4728
4729 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4730
4731         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4732         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4733         andreas@altroot.de (Andreas Vögele).
4734
4735         FIXME: Use `tiny change'?
4736
4737 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4738
4739         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4740         workaround for the url package included with Emacs.
4741
4742         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4743
4744 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4747         correctly.  This fixes a bug caused by the 2006-05-12 change.
4748
4749 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4750
4751         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4752         some information about the error when saying that the `bogus' mail
4753         group will be used.
4754
4755 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4758         string.
4759
4760 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4761
4762         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4763
4764 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4765
4766         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4767
4768 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4769
4770         * mml1991.el (mml1991-function-alist): Add epg.
4771         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4772         (mml1991-epg-encrypt): New functions.
4773
4774 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4775
4776         * mml2015.el (mml2015-verbose): New variable.
4777         (mml2015-cache-passphrase): Ditto.
4778         (mml2015-passphrase-cache-expiry): Ditto.
4779         (mml2015-function-alist): Add epg.
4780         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4781         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4782         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4783         functions.
4784
4785 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4786
4787         * message.el (message-cite-original-1): Preserve region when removing
4788         quoted text due to X-No-Archive in order to avoid bogus attribution
4789         when citing multiple messages.
4790
4791 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4792
4793         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4794         Kenneth Jacker <khj@be.cs.appstate.edu>.
4795
4796 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * gnus-diary.el (gnus-user-format-function-d)
4799         (gnus-user-format-function-D): Autoload.
4800
4801         * imap.el (Commentary): Fix typo.
4802
4803         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4804         2006-04-22 contribution.
4805
4806 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4807
4808         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4809         It didn't really fix the bogosity I'm seeing with solid web groups.
4810
4811 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4812
4813         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4814         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4815         created using server names.  If we use the feature without declaring
4816         it, Gnus does not properly manage server and group state.
4817
4818         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4819         bound.
4820
4821 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4822
4823         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4824         looking up the method using GROUP's prefix before inventing a new one.
4825         It is used on killed/unknown groups in various places where returning
4826         an all-new method isn't expected by the caller.
4827
4828         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4829         and match semantics of gnus-group-real-prefix.
4830
4831 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * nnmail.el (nnmail-broken-references-mailers): New variable.
4834         (nnmail-ignore-broken-references): New function generalizing
4835         nnmail-fix-eudora-headers.
4836         (nnmail-fix-eudora-headers): Now obsolete.
4837
4838         * gnus-art.el (gnus-button-handle-custom): Support
4839         `customize-apropos*'.
4840
4841 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4844
4845         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4846         articles.
4847
4848 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * message.el (message-cite-reply-above): New variable.
4851         (message-yank-original): Use it.
4852
4853 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4856
4857 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4860         as read.
4861
4862         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4863
4864 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4867         (gnus-bookmark-default-file): Use gnus-directory.
4868         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4869         Remove "*" in doc string.
4870         (gnus-bookmark-write-file): Simplify.
4871         (gnus-bookmark-maybe-sort-alist): Use `when'.
4872         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4873         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4874         FIXME about Emacs 21 and XEmacs compatibility.
4875         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4876         compatibility.
4877         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4878         compatibility.
4879         (gnus-bookmark-menu-heading): Fix version.
4880
4881 2006-06-19  Bastien Guerry  <bzg@altern.org>
4882
4883         * gnus-bookmark.el: New file.
4884
4885 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * message.el (message-syntax-checks): Doc fix.
4888
4889 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4890
4891         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4892         unsubscribed groups as if they were killed ones.  It causes duplicate
4893         entries in gnus-newsrc-alist.
4894
4895 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * message.el (message-syntax-checks): Doc fix.
4898         (message-send-mail): Add check for continuation headers.
4899         (message-check-news-header-syntax): Fix regexp used to check for
4900         continuation headers.
4901
4902 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4905
4906 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4909
4910 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4913         default-truncate-lines.
4914
4915 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4918         to fill the utf-8 entry.
4919
4920         * lpath.el: Fbind unicode-precedence-list.
4921
4922 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4923
4924         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4925
4926 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4927
4928         * gnus-agent.el (directory-files-and-attributes): Move all the way
4929         forward (the third and final move).
4930         (gnus-agent-read-agentview): Trap reconstruction errors due to
4931         nonexistant directory.  Handle by returning nil.
4932
4933 2006-05-30  Didier Verna  <didier@xemacs.org>
4934
4935         * message.el (message-dont-reply-to-names): Update the custom type.
4936         * message.el (message-dont-reply-to-names): New defsubst: potentially
4937         convert a list of regexps into a single one.
4938         * message.el (message-get-reply-headers): Use it.
4939         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4940
4941 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-agent.el (directory-files-and-attributes): Move forward.
4944
4945 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * gnus-ml.el (gnus-mailing-list-subscribe)
4948         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4949         (gnus-mailing-list-message): Fix doc strings.
4950
4951 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4952
4953         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4954         of doing it manually.
4955
4956 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4959         comment.
4960
4961 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4962
4963         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4964         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4965         (gnus-agent-read-local): All symbols allocated in my-obarray
4966         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4967         (gnus-agent-regenerate-group): Check numeric names to see if they are
4968         messages or groups.
4969         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4970         better way of do this...)
4971
4972         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4973         'dummy.group' (there should be a better way of do this...)
4974
4975 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4978         (gnus-saved-headers): Ditto.
4979         (gnus-default-article-saver): Mention functions may have properties.
4980         (gnus-article-save): Override gnus-save-all-headers and
4981         gnus-saved-headers by :headers property which saver function may have.
4982         (gnus-summary-save-in-file): Add :headers property.
4983         (gnus-summary-write-to-file): Ditto.
4984
4985         * gnus-sum.el (gnus-summary-save-article): Bind
4986         gnus-prompt-before-saving to t when saving many articles in a file;
4987         always show all headers.
4988
4989         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4990
4991 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4994         marks.
4995
4996         * message.el (message-indent-citation): Add optional arguments to allow
4997         using it outside of message buffers.
4998
4999         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5000         (gnus-article-treat-unfold-headers): Use it.
5001         (gnus-article-truncate-lines): New variable.
5002         (gnus-article-mode): Use it.
5003         (gnus-article-toggle-truncate-lines): New function.
5004
5005         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5006         gnus-article-toggle-truncate-lines.
5007
5008         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5009         coding system in XEmacs, use binary.
5010
5011 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5014         after-load-alist.
5015
5016         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5017         this function should save decoded articles.
5018         (gnus-summary-write-to-file): Use property to specify this function
5019         should save decoded articles and specify gnus-summary-save-in-file
5020         should be used to save articles other than the first one when saving
5021         many articles.
5022         (gnus-summary-save-body-in-file): Use property to specify this
5023         function should save decoded articles.
5024         (gnus-summary-write-body-to-file): Use property to specify this
5025         function should save decoded articles and specify
5026         gnus-summary-save-body-in-file should be used to save articles other
5027         than the first one when saving many articles.
5028
5029         * gnus-sum.el (gnus-summary-save-article): Simplify.
5030
5031 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-art.el (gnus-default-article-saver): Add
5034         gnus-summary-write-body-to-file.
5035         (gnus-article-save-coding-system): Don't use coding system object
5036         in XEmacs.
5037         (gnus-read-save-file-name): Add optional `dir-var' argument which
5038         specifies directory in which files are saved; work even if optional
5039         `variable' argument is not specified.
5040         (gnus-summary-write-to-file): Read file name.
5041         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5042         (gnus-summary-write-body-to-file): New function.
5043
5044         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5045         (gnus-summary-local-variables): Add it.
5046         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5047         (gnus-summary-save-article): Remove optional `decode' argument;
5048         determine whether to decode articles by the value of
5049         gnus-default-article-saver; when saving many files using
5050         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5051         it first and use gnus-summary-save-in-file or
5052         gnus-summary-save-body-in-file thereafter unless
5053         gnus-prompt-before-saving is always; move point to article which
5054         will be saved.
5055         (gnus-summary-save-article-file): Revert.
5056         (gnus-summary-write-article-file): Revert.
5057         (gnus-summary-save-article-body-file): Revert.
5058         (gnus-summary-write-article-body-file): New function.
5059
5060 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-art.el (gnus-default-article-saver): Doc fix.
5063         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5064         from gnus-summary-save-article-coding-system, and default to a
5065         certain coding system.
5066         (gnus-output-to-file): Add coding cookie and encode text according
5067         to gnus-article-save-coding-system; don't use mm-append-to-file.
5068
5069         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5070         gnus-art.el and rename to gnus-article-save-coding-system.
5071         (gnus-summary-save-article): Require gnus-art; don't show all
5072         headers if it decodes articles; don't add coding cookie here;
5073         don't bind mm-text-coding-system-for-write.
5074         (gnus-summary-save-article-file): Save decoded articles.
5075         (gnus-summary-write-article-file): When saving many files, use
5076         gnus-summary-write-to-file first and gnus-summary-save-in-file
5077         thereafter unless gnus-prompt-before-saving is always.
5078         (gnus-summary-save-article-body-file): Save decoded articles.
5079
5080         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5081
5082 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * nnrss.el (nnrss-check-group): Bind hash-index.
5085
5086 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5087
5088         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5089         its hash index.  Store this hash in `nnrss-group-data'.
5090         (nnrss-read-group-data): Update accordingly.
5091
5092 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5095         entry.
5096
5097         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5098         gnus-article-browse-html-article.
5099
5100 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5101
5102         * gnus-sum.el (gnus-summary-mime-map): Add
5103         gnus-article-browse-html-article.
5104
5105         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5106
5107 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5110         suitable coding systems in customize.
5111
5112 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * mail-source.el (mail-sources): Fix custom type.
5115
5116 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5119         (gnus-summary-expire-articles-now): Shorten prompt.
5120
5121         * gmm-utils.el (wid-edit): Require.
5122         (defun-gmm): Renamed from `gmm-defun-compat'.
5123         (gmm-image-search-load-path): Use it.
5124         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5125
5126 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5129         variable.
5130         (gnus-summary-save-article): Add optional `decode' argument.  If
5131         it is set and gnus-summary-save-article-coding-system is non-nil,
5132         save decoded article.
5133         (gnus-summary-write-article-file): Save decoded article if
5134         gnus-summary-save-article-coding-system is non-nil.
5135
5136         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5137         type.
5138
5139 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5142
5143 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5146         first to test gnus-single-article-buffer which may be buffer-local.
5147
5148         * gnus-sum.el (gnus-summary-setup-buffer): Make
5149         gnus-single-article-buffer buffer-local and nil in ephemeral
5150         group; make gnus-article-buffer, gnus-article-current, and
5151         gnus-original-article-buffer always buffer-local.
5152         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5153         group.
5154         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5155
5156 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * nnml.el (nnml-request-compact-group): Compressed files might not
5159         have .gz extension.
5160
5161 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5164         (mm-copy-to-buffer): Use with-current-buffer.
5165         (mm-display-part): Simplify.
5166         (mm-inlinable-p): Add optional arg `type'.
5167
5168 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5169
5170         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5171         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5172         Try harder to show the attachment internally or externally using
5173         gnus-mime-view-part-as-type.
5174
5175 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * message.el (message-from-style, message-signature-separator)
5178         (message-user-organization-file, message-send-mail-function)
5179         (message-citation-line-function, message-yank-prefix)
5180         (message-indent-citation-function, message-signature)
5181         (message-signature-file, message-signature-insert-empty-line):
5182         Remove autoloads.
5183
5184         * gnus-art.el (gnus-buttonized-mime-types): Remove
5185         "multipart/signed".  Revert 2006-04-26 change.
5186
5187 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus.el (gnus-version-number): Bump version.
5190
5191 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5192
5193         * gnus.el: No Gnus v0.5 is released.
5194
5195 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5196
5197         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5198         fetching articles by message-id.
5199
5200 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * message.el (hashcash): Require hashcash as normal.
5203
5204         * ecomplete.el (ecomplete-highlight-match-line): Use
5205         point-at-eol.
5206         (ecomplete-highlight-match-line): Use `highlight', because that
5207         face exists in both Emacs and XEmacs.
5208
5209         * message.el (message-display-abbrev): Use point-at-bol.
5210
5211         * mail-source.el: Don't require timer/timer-funcs.
5212
5213         * gnus-async.el: Ditto.
5214
5215         * password.el: Ditto.
5216
5217         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5218
5219         * mm-url.el: Ditto.
5220
5221         * gnus-xmas.el: Don't require timer-funcs.
5222
5223         * mm-util.el: Require timer/timer-funcs.
5224
5225 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5226
5227         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5228         Close.
5229
5230 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5233         unibyte after clear-decrypt function runs.
5234
5235         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5236         returns as a unibyte string.
5237
5238 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * lpath.el: Revert.
5241
5242         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5243         (pgg-gpg-process-sentinel): Revert.
5244
5245         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5246         (pgg-pgp-lookup-key): Revert.
5247
5248         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5249         (pgg-pgp5-lookup-key): Revert.
5250
5251         * pgg.el (pgg-fetch-key): Revert.
5252
5253 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * lpath.el: Fbind string-as-multibyte for XEmacs.
5256
5257         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5258         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5259         (mml1991-pgg-encrypt): Ditto.
5260
5261         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5262         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5263         a multibyte buffer.
5264
5265         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5266         (pgg-pgp-lookup-key): Ditto.
5267
5268         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5269         (pgg-pgp5-lookup-key): Ditto.
5270
5271         * pgg.el (pgg-fetch-key): Ditto.
5272
5273 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5274
5275         * message.el (message-user-organization-file): Check several
5276         locations of the organization file.
5277
5278         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5279         Add gnus-article-view-part-as-type.
5280
5281         * gnus-art.el (gnus-article-view-part-as-type): New function.
5282
5283         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5284         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5285
5286         * mml.el: Simplify autoload.
5287         (mml-mode): defvar dnd-protocol-alist instead of using
5288         symbol-value.
5289         (mml-default-directory): New variable.
5290         (mml-minibuffer-read-file): Use it.
5291         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5292
5293         * message.el (message-citation-line-format): New variable.
5294         (message-insert-formated-citation-line): New function.
5295         (message-citation-line-function): Add
5296         `message-insert-formated-citation-line' to custom type.
5297
5298         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5299         to doc string.
5300
5301         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5302         depending on mm-verify-option.
5303
5304 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5307         binding pgg-* variables; reimplement the section which prevents
5308         MIME header from being signed.
5309         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5310         pgg-text-mode; remove a blank line at the top of body.
5311
5312         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5313         lines at the top of body; use gnus-newsgroup-charset if there's no
5314         Charset header.
5315
5316 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * message.el (message-self-insert-commands): Doc fix.
5319
5320         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5321         (mm-uu-pgp-encrypted-test): Ditto.
5322         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5323         between header and body; return application/pgp-encrypted handle
5324         if decryption failed; decode decrypted body by charset.
5325
5326         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5327         element match to application/pgp-*.
5328
5329 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5330
5331         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5332         HTML.
5333
5334 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * mail-source.el (mail-source-call-script): Message the error
5337         string.
5338
5339 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * gnus-util.el (gnus-byte-compile): Use it.
5342
5343 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5344
5345         * gnus-util.el (kill-empty-logs): New function.
5346
5347 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * message.el (message-mail-alias-type): Doc fix.
5350         (message-mail-alias-type-p): New function.
5351         (message-send): Use it.
5352         (message-mode): Ditto.
5353         (message-strip-forbidden-properties): Ditto.
5354
5355         * ecomplete.el (ecomplete-database-file-coding-system): New
5356         variable.
5357         (ecomplete-save): Use it.
5358         (ecomplete-setup): Use it.
5359
5360 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * message.el (message-self-insert-commands): New variable.
5363         (message-strip-forbidden-properties): Use it.
5364
5365 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5368         that doesn't make XEmacs choke.
5369
5370 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5371
5372         * gnus-util.el (gnus-replace-in-string):
5373         Prefer replace-regexp-in-string over of replace-in-string.
5374
5375 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-util.el (gnus-select-frame-set-input-focus):
5378         Use select-frame-set-input-focus if it is available in XEmacs; use
5379         definition defined in Emacs 22 for old Emacsen.
5380
5381         * dgnushack.el: Autoload unmorse-region for XEmacs.
5382
5383         * lpath.el: Bind cursor-in-non-selected-windows and
5384         select-frame-set-input-focus for XEmacs.
5385
5386 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5389
5390 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * gnus-registry.el (gnus-registry-cache-save): Remove text
5393         properties when saving via the temp buffer.
5394
5395 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * message.el (message-generate-hashcash): Honor custom type.
5398
5399 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * message.el (message-generate-hashcash): Default to non-nil when
5402         hashcash is found.
5403
5404         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5405         (gnus-refer-thread-limit): Increase default to 500.
5406
5407         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5408
5409         * flow-fill.el (fill-flowed): Allow delete-space.
5410
5411 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5414         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5415         Remove autoloads.
5416
5417 2006-04-18  Simon Josefsson  <jas@extundo.com>
5418
5419         * message.el (message-generate-hashcash): Default to.
5420
5421 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5424         concatenating segments rather than before concatenating them.
5425
5426 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5429
5430 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431
5432         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5433
5434         * message.el (message-forward-make-body-plain): Allow
5435         message-forward-ignored-headers to be a list.
5436         (message-remove-ignored-headers): Factor out into function.
5437         (message-forward-make-body-mml): Use it.
5438
5439         * imap.el (imap-quote-specials): New function.
5440         (imap-login-auth): Quote specials.
5441
5442         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5443         (rfc2231-parse-string): Allow concatanation of parameters that
5444         aren't contiguous.  The test case is
5445           (mail-header-parse-content-type "message/external-body;
5446             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5447             access-type=LOCAL-FILE;
5448             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5449
5450 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * nntp.el (nntp-accept-process-output): Return the value of
5453         `nnheader-accept-process-output'.
5454
5455 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5458         (gnus-button-alist): Recognize more diff formats.
5459         (gnus-button-patch): Strip directory.
5460
5461 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5464         Emacs 22 when setting focus.
5465
5466 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-art.el (gnus-article-treat-types): Do treatment of
5469         text/x-verbatim parts.
5470         (gnus-button-patch): New command.
5471
5472         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5473         addresses that contain invalid characters.
5474
5475 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * message.el (message-put-addresses-in-ecomplete): Use
5478         gnus-replace-in-string.
5479         (message-is-yours-p): Use the more correct
5480         mail-header-parse-address instead of
5481         mail-extract-address-components.
5482         (message-put-addresses-in-ecomplete): Fix typo.
5483
5484         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5485         keystroke.
5486
5487         * gnus-art.el (gnus-treatment-function-alist): Change order of
5488         newsgroups/generic header folding to avoid double-folding.
5489
5490         * message.el (message-hidden-headers): Add X-Draft-From.
5491
5492         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5493         command.
5494         (gnus-summary-repeat-search-article-backward): New command.
5495
5496         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5497         groups in the parent topic.
5498
5499 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5500
5501         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5502         (spam-extra-header-to-number): Return the CRM114 number as a
5503         number instead of a string.
5504
5505 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * gnus-art.el (gnus-face-properties-alist): Moved here from
5508         gnus-fun.
5509
5510         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5511
5512 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * message.el (message-strip-forbidden-properties): Only display on
5515         self-insert-command.
5516
5517         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5518         reindent.
5519         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5520
5521 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5522
5523         * smiley.el (smiley-style): Fix typo.
5524
5525 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * hashcash.el (hashcash-insert-payment-async-2): Use
5528         message-goto-eoh instead of doing it manually.
5529         (mail-add-payment): Use message-narrow-to-header instead of trying
5530         to do the same itself.
5531
5532         * message.el (message-hidden-headers): Add Face.
5533
5534         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5535         reparenting code.
5536         (gnus-summary-reparent-children): Refactored out code.
5537         (gnus-summary-thread-map): New keystroke.
5538         (gnus-summary-reparent-children): Make into command.
5539
5540         * smiley.el (smiley-style): Default to `medium' if using a large
5541         font.
5542
5543         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5544         does it itself.
5545
5546         * message.el (message-point-in-header-p): Simplify definition.
5547
5548 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * nnagent.el (nnagent-request-set-mark): Silence log file
5551         writing.
5552         (nnagent-request-set-mark): Use write-region instead of
5553         append-to-file.
5554
5555         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5556         strange select method.
5557
5558         * ecomplete.el (ecomplete-display-matches): Get highlightling
5559         right.
5560         (ecomplete-display-matches): Use literals.
5561         (ecomplete-display-matches): Disable message logging.
5562
5563         * message.el (message-display-abbrev): Small optimization.
5564
5565         * ecomplete.el (ecomplete-display-matches): Allow automatic
5566         display.
5567
5568         * message.el (message-strip-forbidden-properties): Display
5569         abbrevs.
5570         (message-display-abbrev): Get automatic display right.
5571
5572         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5573         keystrokes.
5574
5575 2006-04-13  Romain Francoise  <romain@orebokech.com>
5576
5577         TODO: Backport to v5-10!
5578
5579         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5580         Moved here (and renamed) from gnus-registry.el.
5581
5582         * gnus-registry.el: Require gnus-util.
5583         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5584
5585 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-group.el (gnus-group-catchup-current): Change
5588         if-then-else-if-then-else into cond.
5589         (gnus-group-catchup): Indent.
5590         (group-name-at-point): New function.
5591         (gnus-fetch-group): Provide default from thing at point.
5592
5593 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * message.el (message-display-abbrev): Fix regexp.
5596
5597         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5598         choosing.
5599         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5600         dead variables.
5601
5602         * message.el (message-newline-and-indent): Remove debugging.
5603         (message-display-abbrev): Use new implementation.
5604
5605 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5606
5607         * gnus-art.el (gnus-article-mode): Set
5608         cursor-in-non-selected-windows to nil.
5609
5610         * smiley.el: Revert previous change.
5611         (smiley-data-directory): defvar it before using it in the
5612         defcustom of `smiley-style'.
5613
5614 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * message.el (message-newline-and-indent): New function.
5617
5618         * ecomplete.el: Implement more bits.
5619
5620         * message.el (message-put-addresses-in-ecomplete): Clean up the
5621         string.
5622
5623         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5624
5625         * gnus-sum.el (gnus-summary-save-parts): Bind
5626         gnus-summary-save-parts-counter and use it to make unique file
5627         names.
5628
5629         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5630
5631         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5632         parameter to say whether to actually parse the individual
5633         addresses.
5634
5635         * message.el (message-put-addresses-in-ecomplete): New function.
5636         (ecomplete): Require.
5637         (message-mail-alias-type): Add ecomplete as an option.
5638
5639 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5640
5641         * flow-fill.el (fill-flowed): Remove trailing space from blank
5642         quoted lines.
5643
5644 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * smiley.el (smiley-style): Move definition later to avoid a
5647         compilation warning.
5648
5649 2006-04-12  Kenichi Handa  <handa@m17n.org>
5650
5651         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5652         buffer and then decode the buffer text if necessary.
5653         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5654         first, and after mm-encode-body, change the buffer to unibyte.
5655         Use mm-disable-multibyte instead of set-buffer-multibyte.
5656
5657 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5660         Content-Type header instead of Content-Disposition header.
5661         (gnus-mime-inline-part): Ditto.
5662         (gnus-mime-view-part-as-charset): Ignore charset that the part
5663         specifies.
5664
5665         * mm-decode.el (mm-display-part): Work with external parts and
5666         usual parts similarly.
5667
5668         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5669         instead of gnus-display-mime.
5670
5671         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5672         instead of with-temp-buffer.
5673
5674         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5675         tag to summarized topics part in order to encode non-ASCII text.
5676
5677 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * smiley.el (smiley-style): New variable.
5680         (smiley-directory): New function.
5681         (smiley-data-directory): Derive from `smiley-style' using
5682         `smiley-directory'.
5683         (smiley-regexp-alist): Add new entries.
5684
5685         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5686         (gnus-article-browse-delete-temp): Add :version.
5687
5688 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5689
5690         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5691         the sieve region.
5692
5693 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus.el (gnus-version-number): Bump version.
5696
5697 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * gnus.el: No Gnus v0.4 is released.
5700
5701 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5704         layout.
5705
5706         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5707         unknown charset.
5708
5709         * message.el (message-header-synonyms): Add Original-To to the
5710         default.
5711
5712         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5713         optional parameter.
5714
5715 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-fun.el (gnus): Require it for gnus-directory.
5718
5719 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5722
5723 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5724
5725         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5726
5727 2006-04-05  Simon Josefsson  <jas@extundo.com>
5728
5729         * password.el (password-reset): New function.
5730
5731 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5732
5733         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5734         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5735
5736 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5737
5738         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5739         Some whitespace was matched into the url, which broke browsing hits
5740         > 100 when mm-url-use-external was nil.
5741
5742 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5745         gnus-extra-headers for 'Newsgroups.
5746
5747         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5748         bound.
5749
5750 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5751
5752         * pgg-gpg.el: Clean up process buffers every time gpg processes
5753         complete.
5754
5755 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5758         doc string.
5759
5760 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5761
5762         * pgg-gpg.el (pgg-gpg-process-filter)
5763         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5764
5765         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5766         lines, temporary fix.
5767
5768 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5769
5770         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5771
5772 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5773
5774         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5775         default-enable-multibyte-characters.  This reverts the change from
5776         revision 6.17 which is no longer necessary because the passphrase
5777         is sent separately now.  GnuPG messages are unreadable under
5778         multibyte locales with default-enable-multibyte-characters set to
5779         nil.
5780
5781 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * message.el (message-tool-bar-gnome): Move "spell".
5784
5785 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5788         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5789         instead.
5790
5791 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5792
5793         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5794         newsgroups handling for NNTP overviews which don't include
5795         Newsgroups.
5796
5797 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5798
5799         * message.el (message-resend): Bind message-generate-hashcash to nil.
5800
5801 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5802
5803         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5804         when searching for already-paid recipients.
5805
5806 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5807
5808         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5809         passphrases when it is not needed.
5810         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5811         passphrase stuff from gpg, should only be necessary when you use
5812         gpg with a smartcard.
5813
5814 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * mml.el (mml-insert-mime): Ignore cached contents of
5817         message/external-body part.
5818
5819         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5820         (mm-insert-part): Ditto.
5821
5822 2006-03-23  Simon Josefsson  <jas@extundo.com>
5823
5824         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5825         Reiner.
5826         (pgg-gpg-use-agent-p): Use it again.
5827
5828 2006-03-23  Simon Josefsson  <jas@extundo.com>
5829
5830         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5831         older emacsen.
5832         (pgg-gpg-use-agent-p): Don't use it.
5833
5834 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5837         if we can.
5838
5839 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5840
5841         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5842         (pgg-gpg-update-agent): New function.
5843         (pgg-gpg-use-agent-p): New function.
5844         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5845         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5846         (pgg-gpg-sign-region): Use it.
5847
5848 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5851         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5852
5853 2006-03-21  Simon Josefsson  <jas@extundo.com>
5854
5855         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5856         <wilde@sha-bang.de>.
5857         (pgg-gpg-use-agent): New variable.
5858         (pgg-gpg-process-region): Use it.
5859         (pgg-gpg-encrypt-region): Likewise.
5860         (pgg-gpg-encrypt-symmetric-region): Likewise.
5861         (pgg-gpg-decrypt-region): Likewise.
5862         (pgg-gpg-sign-region): Likewise.
5863         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5864
5865 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5868
5869         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5870         Add comment on version.
5871
5872 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * smiley.el: Add missing test smiley.
5875
5876 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * mm-decode.el (mm-with-part): New macro.
5879         (mm-get-part): Use it; work with message/external-body as well.
5880         (mm-save-part): Treat name and filename equally.
5881
5882         * mm-extern.el (mm-extern-cache-contents): New function.
5883         (mm-inline-external-body): Use it; force the part to be displayed;
5884         move undisplayer added to the cached handle to the parent.
5885
5886         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5887         (gnus-mime-view-part-as-type): Work with message/external-body.
5888
5889         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5890
5891 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5894         images in image-load-path.  [Sync with image.el, revision 1.60, in
5895         Emacs.]
5896
5897 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5900         path rather than symbol.  Always return list of directories.
5901         Guarantee that image directory comes first.  [Sync with image.el,
5902         revision 1.59, in Emacs.]
5903
5904         * message.el (message-make-tool-bar): Adjust to new API of
5905         `gmm-image-load-path-for-library'.
5906
5907         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5908
5909         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5910
5911 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5912
5913         * gnus-art.el (gnus-article-only-boring-p):
5914         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5915         intangible text.
5916         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5917
5918 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5921         `defun' instead of `gmm-defun-compat'.
5922
5923 2006-03-14  Simon Josefsson  <jas@extundo.com>
5924
5925         * message.el (message-unique-id): Don't use message-number-base36
5926         if (user-uid) is a float.
5927         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5928
5929 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5932
5933         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5934         empty line between a part and a message part.
5935
5936 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * smiley.el: Add more test smileys.
5939         (smiley-data-directory, smiley-regexp-alist)
5940         (gnus-smiley-file-types): Fix doc strings.
5941         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5942         adding new elements.
5943         (smiley-mouse-map): Unused code.  Make it a comment.
5944
5945 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5948         scan latest NoCeM messages instead of old ones.
5949         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5950         delimiters that are recently used.
5951         (gnus-nocem-load-cache): Add autoload cookie.
5952
5953         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5954
5955         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5956         level which is larger than gnus-use-nocem is specified.
5957
5958         * gnus-group.el (gnus-group-get-new-news): Ditto.
5959
5960 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-util.el (gnus-tool-bar-update): New function.
5963
5964         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5965         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5966
5967         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5968
5969         * gnus-group.el (gnus-group-redraw-when-idle)
5970         (gnus-group-redraw-check): Remove.
5971         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5972
5973 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5976         if optional last element is specified in splits (FIELD VALUE...).
5977
5978 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5981         to gmm-image-load-path-for-library.  Call with no-error argument.
5982         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5983
5984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5985
5986         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5987
5988         * gmm-utils.el (gmm-image-load-path): Remove alias.
5989
5990 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * gmm-utils.el (gmm-image-load-path): Add alias.
5993
5994         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5995         nnml-generate-nov-databases-1.
5996         (nnml-generate-nov-databases): Use it.
5997         (nnml-generate-nov-databases-directory): Document no-active
5998         argument.
5999
6000         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6001         directory if path is t.  Add no-error.
6002
6003         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6004         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6005
6006         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6007         resetting gnus-article-browse-html-temp-list.
6008
6009         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6010         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6011         Add example to docstring.  Rename local variables.  Move error
6012         checks to default case in cond and simplify.
6013
6014 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6017         handle is multipart when calling it recursively.
6018         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6019
6020 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6021
6022         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6023         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6024
6025 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6028         is loaded.
6029
6030         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6031         loaded.
6032
6033 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6036         to "Emacs 23 (unicode)" in doc string.
6037
6038         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6039         "Emacs 23 (unicode)" in comment.
6040
6041 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6044
6045         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6046         characters 160 through 255 in Emacs 23.
6047
6048 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6051         gnus-article-browse-html-temp.
6052         (gnus-article-browse-delete-temp): Make it customizable.  Add
6053         `file'.  Adjust doc string.
6054         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6055         query for each file.  Adjust doc string.
6056         (gnus-article-browse-html-parts): Add
6057         `gnus-article-browse-delete-temp-files' to
6058         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6059
6060 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6061
6062         * gnus-art.el (gnus-article-browse-html-temp)
6063         (gnus-article-browse-delete-temp): New variables.
6064         (gnus-article-browse-delete-temp-files): New function.
6065         (gnus-article-browse-html-parts): Use it.
6066
6067 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6070
6071         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6072         string.
6073
6074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6075         gnus-summary-insert-new-articles when unplugged.  Remove
6076         gnus-summary-search-article-forward.
6077
6078         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6079         display-visual-class instead of display-color-cells.
6080
6081 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * dgnushack.el: Autoload customize-group for XEmacs.
6084
6085         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6086         message/* containing non-ASCII text properly.
6087
6088 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * message.el: Require gmm-utils, remove autoloads.
6091         (message-tool-bar): Set default based on
6092         gmm-tool-bar-style.
6093         (message-tool-bar-gnome): Add gmm-customize-mode.
6094
6095         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6096         gmm-tool-bar-style.
6097         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6098
6099         * gnus-group.el (gnus-group-tool-bar): Set default based on
6100         gmm-tool-bar-style.
6101         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6102
6103         * gmm-utils.el (gmm-image-directory): Rename variable from
6104         gmm-image-load-path.
6105         (gmm-image-load-path): Use gmm-image-directory.
6106         (gmm-customize-mode): New function.
6107         (gmm-tool-bar-style): New variable.
6108
6109         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6110         gnus-group-redraw-line-number.
6111         (gnus-group-redraw-check): Simplify.
6112         (gnus-group-tool-bar-update): Remove redraw check.
6113         (gnus-group-make-tool-bar): Add redraw check.
6114
6115 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6116
6117         * gnus-art.el (gnus-button): Add missing parentheses.
6118
6119 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * lpath.el: Fbind line-number-at-pos.
6122
6123 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6126
6127 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-art.el (gnus-button): New face.
6130         (gnus-article-button-face): Use it.
6131
6132         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6133         gnus-summary-next-page.  Re-order.
6134
6135         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6136         next-node are now included.
6137         (gnus-group-redraw-line-number): New internal variable.
6138         (gnus-group-redraw-check): Helper function for updating the tool
6139         bar.
6140         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6141
6142         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6143
6144         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6145         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6146         Use it to match format of Spamassassin 3.0 and later.  Reported by
6147         IRIE Tetsuya <irie@t.email.ne.jp>.
6148         (spam-check-bogofilter)
6149         (spam-bogofilter-register-with-bogofilter): Fix args of
6150         `gnus-error' calls.
6151
6152 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6155         unnecessary interaction when sending queued mails.  Reported by
6156         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6157
6158 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6161         first or last are nil.
6162
6163 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6164
6165         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6166
6167 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6170
6171 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * dns.el (query-dns): Protect more against buggy tcp output.
6174
6175 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6178         nov.php.
6179
6180 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6181
6182         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6183         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6184         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6185         output on the server side.
6186         (nnweb-google-create-mapping): Update regexps and add some
6187         progress indication.
6188
6189 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6192         gnus-agent-toggle-plugged.  Re-order icons.
6193         (gnus-group-tool-bar-gnome): Add
6194         gnus-group-{prev,next}-unread-group.
6195         (gnus-group-tool-bar-gnome): Re-order icons.
6196
6197         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6198         gnus-summary-insert-new-articles.
6199
6200         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6201         comments.
6202
6203         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6204         also available in Emacs 21.3.
6205
6206         * message.el (message-fix-before-sending): Change "Emacs 22" to
6207         "Emacs 23 (unicode)" in comment.
6208
6209         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6210         "Emacs 23 (unicode)" in comment.
6211
6212         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6213         comment.
6214         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6215
6216         * mm-view.el (mm-fill-flowed): Add :version.
6217
6218 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6221         and load-path.
6222
6223 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * message.el: Autoload gmm-image-load-path.
6226         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6227         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6228         consitency.
6229
6230         * gmm-utils.el (gmm-image-load-path): Also search in
6231         "../etc/images".  Don't set gmm-image-load-path if we don't find
6232         the image.
6233
6234 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gmm-utils.el (gmm-image-load-path): Don't make
6237         `gmm-image-load-path' include subdirectories which the second arg
6238         `image' might specify.
6239
6240         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6241         subdirectory to icon file names.
6242
6243         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6244
6245 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6248         gmm-image-load-path calls.
6249
6250         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6251
6252         * message.el (message-make-tool-bar): Ditto.
6253
6254         * mml.el (mml-preview): Added comment concerning tool bar icons.
6255
6256         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6257         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6258
6259         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6260         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6261
6262         * message.el (message-tool-bar-gnome): Use new icon names.
6263         (message-make-tool-bar): Use `gmm-image-load-path'.
6264
6265         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6266         functions from MH-E.
6267         (gmm-image-load-path): New variable from MH-E.
6268         (gmm-image-load-path): New function from MH-E.  Added arguments
6269         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6270         *-image-load-path-called-flag.
6271
6272 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6273
6274         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6275
6276 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6277
6278         * nnimap.el (nnimap-request-move-article): Change folder back to
6279         source group before deleting.
6280
6281 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6284
6285         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6286         mm-url.
6287
6288         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6289
6290 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6293         coding system which mm-charset-to-coding-system returns for a
6294         given charset is valid.
6295
6296 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6297
6298         * html2text.el (html2text-remove-tag-list):
6299         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6300
6301 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6302
6303         * gnus-cus.el: Revert 2005-10-17 change.
6304
6305 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (article-strip-banner): Call
6308         article-really-strip-banner only when the regexp match is made.
6309
6310 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (article-strip-banner): Use
6313         gnus-extract-address-components instead of
6314         mail-header-parse-addresses to make it work with non-ASCII text;
6315         remove mail-encode-encoded-word-string.
6316
6317         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6318         values which are surrounded with \"...\"; make it never cause a
6319         Lisp error; give up parsing of parameters if it failed in
6320         extracting type.
6321
6322 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6323
6324         * smime.el (smime-cert-by-ldap-1): Fix bug where
6325         `smime-ldap-search' returns results without userCertificates.
6326
6327 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6330
6331 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * spam.el (spam-check-spamassassin-headers): Adapt format for
6334         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6335         <ari@mbf.ocn.ne.jp>.
6336         (spam-list-of-processors): Add spam-use-gmane.
6337
6338 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6341         make-temp-file; make it work with XEmacs as well.
6342
6343         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6344         mm-make-temp-file.
6345
6346         * mm-decode.el (mm-display-external): Use the 3rd arg of
6347         mm-make-temp-file.
6348         (mm-create-image-xemacs): Ditto.
6349
6350 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6353         with message-narrow-to-headers.
6354         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6355         (gnus-draft-check-draft-articles): New function.
6356         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6357
6358 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * gnus-art.el (gnus-article-browse-html-parts):
6361         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6362         Don't use suffix argument for mm-make-temp-file for Emacs 21
6363         compatibility.  Remove useless `format'.
6364
6365 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6366
6367         * nnweb.el (nnweb-google-wash-article): Update regexps.
6368         (nnweb-group-alist): Use defvoo instead of defvar.
6369
6370 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6373         re-loading nn* modules.
6374
6375 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6378         for `tool-bar-mode' and don't check it's default-value.
6379
6380         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6381
6382         * message.el (message-make-tool-bar): Ditto.
6383
6384         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6385         `substring'.  Shorten tmp-file name.
6386
6387         * gnus.el: Remove bogus comment.
6388
6389 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6390
6391         * gnus-art.el (gnus-article-browse-html-parts): New function.
6392         (gnus-article-browse-html-article): New function for viewing html
6393         articles with a browser.
6394
6395 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6396
6397         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6398         in elisp.
6399         (pgg-gpg-encrypt-symmetric-region): Ditto.
6400         (pgg-gpg-sign-region): Ditto.
6401
6402         * pgg-def.el (pgg-text-mode): New variable.
6403
6404         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6405         (mml2015-pgg-encrypt): Ditto.
6406
6407         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6408         (mml1991-pgg-encrypt): Ditto.
6409
6410 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6413         message-make-date instead of current-time-string.
6414
6415         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6416         to gnus-decoded which mm-uu might set.
6417
6418 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6421         don't decode quoted parameters; remove misimported Emacs code.
6422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6423         (rfc2231-decode-encoded-string): Don't use split-string which
6424         behaves differently according to Emacs version; use
6425         mm-decode-coding-region to convert charset to coding-system.
6426         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6427         (rfc2231-encode-string): Remove misimported Emacs code.
6428
6429 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6432         when calling mail-header-parse-content-type.
6433         (article-de-quoted-unreadable): Ditto.
6434         (article-de-base64-unreadable): Ditto.
6435         (article-wash-html): Ditto.
6436
6437         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6438         calling mail-header-parse-content-type and
6439         mail-header-parse-content-disposition.
6440         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6441         mail-header-parse-content-type.
6442
6443         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6444         insert charset and format parameters; encode description after
6445         inserting it to buffer.
6446         (mml-insert-parameter): Fold lines properly even if a parameter is
6447         segmented into two or more lines; change the max column to 76.
6448
6449         * rfc1843.el (rfc1843-decode-article-body): Don't use
6450         ignore-errors when calling mail-header-parse-content-type.
6451
6452         * rfc2231.el (rfc2231-parse-string): Return at least type if
6453         possible; don't cause an error even if it fails in parsing of
6454         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6455         (rfc2231-encode-string): Don't break lines at the beginning, leave
6456         it to mml-insert-parameter.
6457
6458         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6459         calling mail-header-parse-content-type.
6460
6461 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * spam-report.el (spam-report-gmane-use-article-number):
6464         Improve doc string.
6465         (spam-report-gmane-internal): Check if a suitable header was found
6466         in the article.
6467
6468 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6471         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6472
6473 2006-02-05  Romain Francoise  <romain@orebokech.com>
6474
6475         Update copyright notices of all files in the gnus directory.
6476
6477 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6478
6479         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6480
6481 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6484         segmented lines of parameter value to cope with Thunderbird 1.5
6485         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6486         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6487         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6488
6489 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6490
6491         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6492         parts.
6493
6494 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6495
6496         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6497         there's only one active file for all servers.
6498         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6499         solid groups.  Gnus might have used a FAST request to select the group.
6500         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6501         and nnweb-search redundantly in the active file.
6502         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6503         (nnweb-request-create-group): Don't use ARGS.
6504         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6505         initialisations.  Let nnoo do the work.
6506
6507 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6510         Say the part has been decoded.
6511
6512         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6513
6514 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6515
6516         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6517         mailcap-viewer-test-cache when there's no 'test clause, since that
6518         will invert the meaning of a "nil" test previously determined by
6519         mailcap-mailcap-entry-passes-test.
6520
6521 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6524         compiling.
6525
6526         * gnus-sum.el: Ditto.
6527
6528         * message.el: Don't bind tool-bar-map when compiling.
6529
6530 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6533
6534 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6535
6536         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6537         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6538         current Google Groups.
6539
6540 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6543         and tool-bar-mode.
6544
6545         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6546         and tool-bar-mode.
6547
6548         * message.el (message-tool-bar-update): Simplify.
6549         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6550
6551         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6552         gnus-summary-buffer.
6553         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6554         gnus-summary-reply.
6555
6556         * gmm-utils.el (gmm): Add :version.
6557
6558 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * Makefile.in (clean): New rule.
6561         (distclean): Use it.
6562
6563 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6564
6565         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6566         autoload.
6567
6568 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gmm-utils.el (gmm-verbose): Add :group.
6571
6572 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * message.el: Change some comments WRT tool-bars.
6575
6576         * gnus-sum.el (gnus-summary-tool-bar)
6577         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6578         (gnus-summary-tool-bar-zap-list): New variables.
6579         (gnus-summary-make-tool-bar): Complete rewrite using
6580         `gmm-tool-bar-from-list'.
6581
6582         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6583         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6584         variables.
6585         (gnus-group-make-tool-bar): Complete rewrite using
6586         `gmm-tool-bar-from-list'.
6587         (gnus-group-tool-bar-update): New function.
6588
6589         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6590
6591 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6594         is dissected into a single part of which the type is the same as
6595         the given one; decode charset.
6596
6597 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6598
6599         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6600         into alists as symbol not string, since that's what
6601         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6602         look for.
6603
6604 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6607         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6608
6609         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6610
6611 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6614         (gnus-xmas-mime-security-button-menu): New function.
6615
6616         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6617         (gnus-mime-security-button-menu): New definition.
6618         (gnus-mime-security-button-map): Use them.
6619         (gnus-mime-security-button-menu): New function.
6620         (gnus-insert-mime-security-button): Addition to help echo.
6621         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6622         (gnus-mime-security-pipe-part): New functions.
6623
6624         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6625         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6626
6627         * mm-decode.el (mm-handle-set-disposition): Remove.
6628         (mm-handle-set-description): Remove.
6629
6630 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6633         (mm-w3m-standalone-supports-m17n-p): New function.
6634         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6635         w3m usage.
6636
6637         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6638         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6639
6640 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * message.el (message-tool-bar-zap-list): Use
6643         gmm-tool-bar-zap-list as custom type.
6644         (message-tool-bar-update): New function.
6645         (message-tool-bar, message-tool-bar-gnome)
6646         (message-tool-bar-retro): Add message-tool-bar-update.
6647         (message-tool-bar-gnome): Add flyspell-buffer.
6648
6649         * gnus-util.el (gnus-error): Describe `args'.
6650
6651         * gmm-utils.el (gmm-error): Describe `args'.
6652         (gmm-tool-bar-zap-list): New widget.
6653         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6654
6655 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6658         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6659         the number of recursive calls.
6660
6661         * mm-decode.el (mm-handle-set-disposition): New macro.
6662         (mm-handle-set-description): New macro.
6663
6664 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6667         encoding.
6668
6669 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * message.el (message-tool-bar-zap-list, message-tool-bar)
6672         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6673         (message-tool-bar-local-item-from-menu): Remove.
6674         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6675         (message-make-tool-bar): New function.
6676         (message-mode): Use `message-make-tool-bar'.
6677
6678         * gmm-utils.el: New file.
6679         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6680         (gmm-lazy): New widget copied from `nnmail.el'.
6681         (gmm-tool-bar-from-list): New function for creating customizable
6682         tool bars.
6683         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6684         output.
6685         (gmm): Add :prefix to defgroup.
6686
6687 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6688
6689         * gmm-utils.el (gmm-widget-p): New function.
6690
6691 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * mml.el (mml-attach-file): Describe `description' in doc string.
6694         (mml-menu): Add Emacs MIME manual and PGG manual.
6695
6696 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6697
6698         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6699
6700 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6701
6702         * nntp.el (nntp-end-of-line): Doc fix.
6703
6704 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6705
6706         * imap.el (imap-open): Handle case where buffer is a buffer
6707         object.
6708
6709 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6710
6711         * gnus-delay.el (gnus-delay): Don't autoload.
6712         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6713         to be re-loaded when customizing the `gnus-delay' group.
6714
6715 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6716
6717         * message.el (message-insert-citation-line): Use newlines.
6718
6719 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6720
6721         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6722         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6723         these routines, so the passphrase can be managed externally and
6724         passed in to the system.
6725         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6726         pgg-add-passphrase-to-cache function.
6727
6728         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6729         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6730         these routines, so the passphrase can be managed externally and
6731         passed in to the system.
6732         (pgg-pgp5-sign-region): Use new name of
6733         pgg-add-passphrase-to-cache function.
6734
6735 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6736
6737         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6738         part of the decoded armor to find the key-identifier.
6739         (pgg-gpg-lookup-key-owner): New function to return the
6740         human-readable identifier of a key owner.
6741         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6742         itself.
6743         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6744         the key value) if we have a key and can match it against a secret
6745         key.  Also, added a note pointing out fact that the prompt only
6746         indicates the first matching key.
6747
6748         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6749         pgg-decrypt-region.
6750         (pgg-add-passphrase-to-cache): Rename from
6751         `pgg-add-passphrase-cache' to reduce confusion (all callers
6752         changed).
6753         (pgg-remove-passphrase-from-cache): Rename from
6754         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6755         changed).
6756         (pgg-read-passphrase, pgg-add-passphrase-cache)
6757         (pgg-remove-passphrase-cache): Add informative docstrings.
6758         (pgg-decrypt): Convey provided passphrase in subordinate call to
6759         pgg-decrypt-region.
6760
6761 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6762
6763         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6764         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6765         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6766         'passphrase' argument, so the passphrase can be managed externally
6767         and then passed in to the system.
6768
6769         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6770         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6771         so the passphrase cache can be used reliably with identifiers
6772         besides a pgp packet's key id.
6773
6774         * pgg-gpg.el (pgg-gpg-encrypt-region)
6775         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6776         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6777         these routines, so the passphrase can be managed externally and
6778         passed in to the system.
6779
6780         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6781         'notruncate' argument, so the passphrase cache can be used
6782         reliably with identifiers besides a pgp packet's key id.
6783
6784 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6785
6786         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6787         symmetric encryption.
6788         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6789         encrypted session key.
6790         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6791         message ask for the passphrase in a proper way.
6792
6793         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6794         New user commands for symmetric encryption.
6795
6796 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6799
6800         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6801
6802 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6803
6804         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6805
6806 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mm-decode.el (mm-inlined-types): Add application/pgp.
6809         (mm-automatic-display): Ditto.
6810
6811         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6812         part as text.
6813
6814 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * nnrss.el: Update copyright.
6817         (nnrss-opml-import): Query whether to subscribe to each entry.
6818
6819         * gnus-art.el:
6820         * gnus-sum.el:
6821         * gnus-xmas.el:
6822         * messagexmas.el:
6823         * mm-uu.el:
6824         * mm-view.el: Update copyright.
6825
6826 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * message.el (message-info): New function.
6829         (message-mode-menu): Add it.
6830         Update copyright.
6831
6832         * ChangeLog: Fix and update copyright.
6833
6834 2006-01-13  Romain Francoise  <romain@orebokech.com>
6835
6836         * message.el (message-forward-subject-name-subject): Prefer the
6837         address to 'nowhere' if the sender has no name.
6838         Fix typo.  Update copyright year.
6839
6840 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (article-wash-html): Use
6843         gnus-summary-show-article-charset-alist if a numeric arg is given.
6844         (gnus-article-wash-html-with-w3m-standalone): New function.
6845
6846         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6847         mm-inline-text-html-render-with-w3m-standalone.
6848         (mm-text-html-washer-alist): Map w3m-standalone to
6849         gnus-article-wash-html-with-w3m-standalone.
6850         (mm-inline-text-html-render-with-w3m-standalone): New function.
6851
6852 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6855         Improve LaTeX.
6856
6857 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6860         (nnrss-request-article): Render text/plain parts as HTML.
6861
6862         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6863         the buffer.
6864
6865 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6868         custom definition of `gnus-posting-styles'.
6869
6870         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6871         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6872
6873 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6876         Use nntp for bug archive.
6877
6878 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6881         parts.
6882         (nnrss-normalize-date): New function converts ISO 8601 date into
6883         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6884         (nnrss-check-group): Use it.
6885
6886 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6889
6890         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6891         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6892         (nnrss-insert-w3): Ditto.
6893
6894 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6897         the articles to be forwarded including the case where neither a
6898         number of articles nor a region is specified.
6899
6900 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * nnrss.el (nnrss-request-article): Fix last change; fill
6903         text/plain parts.
6904
6905 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6908         in text/plain part.
6909         (nnrss-check-group): Don't add excessive newline to dc:subject.
6910
6911 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6912
6913         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6914         article.
6915
6916 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6919         (nnml-use-compressed-files, nnml-save-mail): Support other
6920         comression programs such as bzip2.
6921
6922 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * dns.el (query-dns): Make sure we check the buffer size before
6925         removing tcp headers.
6926
6927 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6930         remove MIME buttons associated with multipart/alternative parts.
6931         (gnus-mime-display-alternative): Tag buttons using `article-type'
6932         text property.
6933
6934         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6935         associated with multipart/alternative parts.
6936
6937         * gnus-art.el (gnus-signature-separator): Fix custom type.
6938
6939         * mm-decode.el (mm-inlined-types): Fix custom type.
6940         (mm-keep-viewer-alive-types): Ditto.
6941         (mm-automatic-display): Ditto.
6942         (mm-attachment-override-types): Ditto.
6943         (mm-inline-override-types): Ditto.
6944         (mm-automatic-external-display): Ditto.
6945
6946 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * spam-report.el (spam-report-user-mail-address)
6949         (spam-report-user-agent): New variables.
6950         (spam-report-url-ping-plain): Use spam-report-user-agent.
6951
6952 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6953
6954         * gnus-art.el (gnus-button-handle-custom): Do not just use
6955         `customize-apropos' for any "M-x customize-*" button but the
6956         function called for.  Accept both the function name and its
6957         argument in order to achieve this.
6958         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6959         function name to `gnus-button-handle-custom' in case of "M-x
6960         customize-*" buttons.
6961
6962 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6965         multipart/alternative and add xref to mm-discouraged-alternatives
6966         in doc string.
6967
6968         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6969         gnus-buttonized-mime-types in doc string.
6970
6971 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6974         Suggest image/.* in the doc string.
6975
6976 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6979         message-marks (Debian bug #342521).
6980
6981 2005-12-12  Simon Josefsson  <jas@extundo.com>
6982
6983         * password.el (password-read-from-cache): Add.
6984         (password-read): Use it.
6985
6986 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6989         us-ascii as a MIME charset.
6990
6991         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6992         against the case where the 2nd arg TYPE is nil.
6993
6994 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * pop3.el (pop3-stream-type): Fix custom version.
6997
6998         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6999
7000 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7001
7002         * mm-decode.el (mm-display-external): Add missing cdr.
7003
7004 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7007         RFC1524) if it is in mailcap or add a suffix according to
7008         mailcap-mime-extensions when generating a temp filename; postpone
7009         deleting a temp file for 2 seconds for some wrappers, shell
7010         scripts, and so on, which might exit right after having started a
7011         viewer command as a background job.
7012
7013 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * nntp.el (nntp-marks-directory): Fix custom group.
7016
7017         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7018         steps when < 10.
7019
7020         * gnus-start.el (gnus-no-server-1): Mention
7021         `gnus-level-default-subscribed' in doc string.
7022
7023 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7024
7025         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7026         parens.
7027
7028 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-xmas.el (gnus-use-toolbar): Revert.
7031         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7032         gnus-use-toolbar is default.
7033
7034         * messagexmas.el (message-use-toolbar): Revert.
7035         (message-setup-toolbar): Use global default-toolbar if
7036         message-use-toolbar is default.
7037
7038 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7041         according to default-toolbar-visible-p.
7042
7043         * messagexmas.el (message-use-toolbar): Ditto.
7044
7045 2005-11-26  Dave Love  <fx@gnu.org>
7046
7047         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7048         (tls-program, tls-success): Provide openssl alternative.
7049
7050         * starttls.el: Doc fixes.
7051         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7052         SERVICE to PORT.
7053
7054         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7055         port null or service name.
7056         (starttls-negotiate): Autoload.
7057
7058 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * message.el (message-kill-to-signature): Fix interactive spec.
7061
7062 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * pop3.el (pop3-open-server): Recognize a string as a service name.
7065
7066 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7067
7068         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7069
7070 2005-11-23  Dave Love  <fx@gnu.org>
7071
7072         Add pop3s, pop3/starttls.
7073
7074         * pop3.el (pop3-authentication-scheme): Clarify doc.
7075         (open-tls-stream, starttls-open-stream): Autoload.
7076         (pop3-stream-type): New.
7077         (pop3-open-server): Use it.
7078
7079         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7080         for POP.
7081         (mail-source-keyword-map): Add :stream for POP.
7082         (mail-source-fetch-pop): Use pop3-stream-type.
7083
7084 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7087         of current-time-string.
7088
7089 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7090
7091         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7092         date header.
7093
7094 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7095
7096         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7097         it can seriously impact performance as it bypasses the agent's
7098         local caches.
7099
7100 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7101
7102         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7103         must be explicitly online rather than "not explicitly offline" for
7104         its flags to be synchronized.
7105
7106         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7107         that gnus-uu-unmark-thread will function correctly.
7108
7109         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7110         1024K is instead displayed as 1M.
7111
7112 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7115
7116 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7117
7118         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7119
7120 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7121
7122         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7123         error message to display actual error condition.
7124         (gnus-agent-save-local): Avoid saving symbols that are bound to
7125         nil as they simply result in a warning message in
7126         gnus-agent-read-local.
7127
7128 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7131         rather than make-variable-buffer-local for file-precious-flag.
7132
7133 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7134
7135         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7136         for duplicates which are removed.  The invalid sort check then
7137         triggers a rescan after the sort as sorting may have moved
7138         duplicate entries such that they can be cheaply detected.
7139
7140 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7143
7144 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7145
7146         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7147         internal variable to a custom variable.  Changed default value
7148         from compressed(2) to uncompressed(1).
7149         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7150         support for uncompressed agentview files.  Taken together, reading
7151         the agentview file should now be 6-7 times faster.
7152
7153 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7154
7155         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7156         as a buffer-local variable.  This avoids creating truncated
7157         dribble files as a result of a hang up, eg.
7158
7159 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7160
7161         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7162         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7163         XEmacs.
7164
7165 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-start.el (gnus-start-draft-setup): Enforce
7168         `gnus-draft-mode' for nndraft:drafts at startup.
7169
7170         * gnus.el (gnus-splash): Change custom group.
7171         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7172         allow-list argument.
7173
7174         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7175         string.
7176
7177 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus-art.el (gnus-default-article-saver): Add user-defined
7180         `function' to custom type.
7181
7182 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7183
7184         * imap.el (imap-open): Handle case where buffer is a buffer
7185         object.
7186
7187 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7190         long lines.
7191         (gnus-cache-delete-group): Wrap doc strings.
7192
7193         * gnus-agent.el (gnus-agent-rename-group)
7194         (gnus-agent-delete-group): Wrap doc strings.
7195
7196 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * messagexmas.el (message-use-toolbar): Change the valid values
7199         into default, top, bottom, left, and right.
7200         (message-toolbar-thickness): New variable.
7201         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7202         well.
7203         (message-setup-toolbar): Make it work.
7204
7205         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7206         (gnus-use-toolbar): Change the valid values into default, top,
7207         bottom, left, and right.
7208         (gnus-toolbar-thickness): New variable.
7209         (gnus-xmas-setup-toolbar): New function.
7210         (gnus-xmas-setup-group-toolbar): Use it.
7211         (gnus-xmas-setup-summary-toolbar): Use it.
7212
7213 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * gnus-start.el (gnus-1): Add "native" to
7216         gnus-predefined-server-alist.
7217
7218         * gnus.el (gnus-method-to-server): Don't add "native" to the
7219         lists here, because that leads to problems when
7220         gnus-select-method is bound.
7221
7222 2005-11-09  Simon Josefsson  <jas@extundo.com>
7223
7224         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7225         use (not sort-by-date) instead.
7226
7227 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7228
7229         * gnus-delay.el (gnus-delay-group): Don't autoload.
7230         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7231         to be re-loaded when customizing the `gnus-delay' group.
7232
7233 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7234
7235         * message.el: Revert last changes.
7236         (message-insert-citation-line): Use newlines.
7237
7238 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7239
7240         * message.el (message-courtesy-message)
7241         (message-mark-insert-begin, message-mark-insert-end)
7242         (message-elide-ellipsis, message-cancel-message)
7243         (message-add-header, message-change-subject)
7244         (message-cross-post-followup-to-header)
7245         (message-cross-post-insert-note, message-reduce-to-to-cc)
7246         (message-widen-reply, message-delete-not-region)
7247         (message-kill-to-signature, message-insert-signature)
7248         (message-insert-importance-high, message-insert-importance-low)
7249         (message-insert-or-toggle-importance)
7250         (message-insert-disposition-notification-to)
7251         (message-indent-citation, message-yank-original)
7252         (message-cite-original-without-signature, message-cite-original)
7253         (message-insert-citation-line, message-position-on-field)
7254         (message-fix-before-sending, message-send-mail-partially)
7255         (message-send-mail, message-send-mail-with-sendmail)
7256         (message-send-mail-with-qmail, message-send-news)
7257         (message-check-news-header-syntax, message-generate-headers)
7258         (message-insert-courtesy-copy, message-fill-address)
7259         (message-fill-header, message-shorten-references)
7260         (message-setup-1, message-cancel-news)
7261         (message-forward-make-body-plain, message-forward-make-body-mime)
7262         (message-forward-make-body-mml, message-encode-message-body)
7263         (message-forward-make-body-digest-plain)
7264         (message-forward-make-body-digest-mime)
7265         (message-use-alternative-email-as-from): Insert `hard-newline'
7266         instead of ordinary newlines.
7267
7268 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * message.el (message-generate-headers): Downcase the argument
7271         given to message-check-element.
7272
7273 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7274
7275         * nntp.el (nntp-authinfo-rejected): New error condition.
7276         (nntp-wait-for): Use new error condition to signal authentication
7277         error.
7278         (nntp-retrieve-data): Rethrow new error condition to break out of
7279         recursive call to nntp-send-authinfo.
7280
7281 2005-11-08  Romain Francoise  <romain@orebokech.com>
7282
7283         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7284         (gnus-summary-exit-map): Bind to `Z p'.
7285         (gnus-summary-make-menu-bar): Add menu item.
7286
7287 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7290         (gnus-treat-*): Add `first' in all doc strings.
7291
7292         * gnus-group.el (gnus-group-compact-group): Fix typo.
7293
7294 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus.el (gnus-parameters-case-fold-search): New variable.
7297         (gnus-parameters-get-parameter): Use it.
7298
7299         * gnus-score.el (gnus-home-score-file): Doc fix.
7300
7301 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7302
7303         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7304
7305 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * mm-util.el (mm-special-display-p): New function.
7308
7309         * mml.el (mml-preview): Use it; doc fix.
7310
7311 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7312
7313         * imap.el (imap-open): Handle case where buffer is a buffer object.
7314
7315 2005-10-29  Romain Francoise  <romain@orebokech.com>
7316
7317         * message.el (message-fix-before-sending): Fix comment.
7318
7319 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7320
7321         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7322
7323 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7324
7325         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7326         Used in gnus-score.el.
7327
7328 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7331
7332 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7335         whitespace removed in revision 7.8.  Use concatenated string to
7336         protect trailing whitespace.
7337
7338 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7339
7340         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7341         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7342         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7343         Courier IMAP ("some version from 2004").  Mostly based on similar
7344         code in the same function.
7345
7346 2005-10-26  Didier Verna  <didier@xemacs.org>
7347
7348         * gnus-group.el (gnus-group-compact-group): Invalidate original
7349         article buffer.
7350         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7351         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7352         NOV database and in article itself.
7353         Invalidate article backlog.
7354
7355 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7358
7359 2005-10-26  Simon Josefsson  <jas@extundo.com>
7360
7361         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7362         part of 2004-07-25 change.
7363
7364 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * message.el (message-display-completion-list): New function.
7367         (message-expand-group): Use it; make sure the Completions buffer
7368         is modifiable.
7369 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7370
7371         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7372         user-mail-name is an empty string.
7373
7374 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7377         depending on gnus-score-decay-constant.
7378
7379         * encrypt.el (encrypt-insert-file-contents)
7380         (encrypt-write-file-contents): Don't use `gnus-message'.
7381
7382         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7383         arguments.
7384         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7385         arguments to mm-uu-verbatim-marks-extract.
7386         (mm-uu-hide-markers): New variable.
7387         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7388
7389         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7390         (gnus-convert-image-to-face-command): Use "convert" by default to
7391         allow other input image formats.
7392         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7393         accordingly.
7394
7395 2005-10-23  Simon Josefsson  <jas@extundo.com>
7396
7397         * imap.el (imap-gssapi-program): Align command line parameters
7398         with latest GNU SASL.
7399         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7400
7401 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7404         HTML.
7405         (nnslashdot-request-article): Ditto.
7406
7407         * lpath.el (featurep): Add nobreak-char-display.
7408
7409 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7410
7411         * mail-source.el (mail-source-fetch-pop): Require pop3.
7412         (mail-source-check-pop): Ditto.
7413
7414 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7417         errors.
7418
7419 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7422         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7423
7424         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7425
7426         * mm-bodies.el (mm-decode-string): Call
7427         `mm-charset-to-coding-system' with allow-override argument.
7428
7429 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7432         (rfc2047-charset-to-coding-system): New function.
7433         (rfc2047-decode-encoded-words): New function.
7434         (rfc2047-decode-region): Use them.
7435         (rfc2047-decode-cte): Remove.
7436         (rfc2047-parse-and-decode): Remove.
7437         (rfc2047-decode): Remove.
7438
7439 2005-10-15  Kenichi Handa  <handa@m17n.org>
7440
7441         * rfc2047.el (rfc2047-decode-cte): New function.
7442         (rfc2047-decode-region): Change the way to decode successive
7443         encoded-words: decode B- or Q-encoding in each encoded-word,
7444         concatenate them, and decode it as charset.
7445
7446 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * lpath.el: Fbind codepage-setup for XEmacs.
7449
7450 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7451
7452         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7453         widget-move-and-invoke.
7454         (gnus-custom-mode): Use gnus-custom-map.
7455
7456 2005-10-15  Bill Wohler  <wohler@newt.com>
7457
7458         * message.el (message-tool-bar-map): Renamed image file from
7459         mail_send to mail/send.
7460
7461 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7462
7463         * message.el (message-expand-group): Pass the common
7464         prefix substring of completion to `display-completion-list'.
7465
7466 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * mml-sec.el (mml-secure-method): New internal variable.
7469         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7470         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7471         functions using mml-secure-method.
7472
7473         * mml.el (mml-mode-map): Add key bindings for those functions.
7474         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7475         Harder <harder@myrealbox.com>.
7476         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7477         end of message if point is the headers of the message.
7478
7479         * message.el (message-in-body-p): New function.
7480
7481         * assistant.el: Autoload gnus-util and netrc.
7482
7483         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7484         Use `mm-charset-override-alist' only when decoding.
7485
7486         * mm-bodies.el (mm-decode-body): Call
7487         `mm-charset-to-coding-system' with allow-override argument.
7488
7489         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7490         `filename' from Content-Disposition if Content-Type doesn't
7491         provide `name'.
7492         (gnus-mime-view-part-as-type): Set default instead of
7493         initial-input.
7494
7495 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7496
7497         * format-spec.el (format-spec): Propagate text properties of % spec.
7498
7499 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-art.el (gnus-treat-predicate): Add `first'.
7502
7503 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7506         (mm-charset-override-alist): New variable.
7507         (mm-charset-to-coding-system): Use it.
7508         (mm-codepage-setup): New helper function.
7509         (mm-charset-eval-alist): New variable.
7510         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7511         about unknown charsets.
7512
7513         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7514
7515 2005-10-04  David Hansen  <david.hansen@gmx.net>
7516
7517         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7518         (nnrss-check-group): Ditto.
7519
7520 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7523         Rename x-gnus-verbatim to x-verbatim.
7524         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7525
7526         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7527         x-verbatim.
7528
7529         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7530
7531         * gnus-util.el (gnus-remove-duplicates): Remove.
7532
7533         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7534         instead of gnus-remove-duplicates.
7535
7536         * message.el (message-remove-duplicates): Remove.
7537         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7538         message-remove-duplicates.
7539
7540         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7541         available, else use implementation from `delete-dups'.
7542
7543         * message.el (message-insert-expires): New function.
7544         (message-mode-map): Add key binding.
7545         (message-mode-field-menu): Add menu entry.
7546         (message-mode): Document it.
7547         (message-make-expires-date): Use `message-make-date'.
7548
7549 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7550
7551         * message.el (message-make-expires-date): New function.
7552
7553 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * Makefile.in (list-installed-shadows): New entry.
7556         (install): Use it.
7557         (remove-installed-shadows): New entry.
7558
7559         * dgnushack.el (dgnushack-default-load-path): New variable.
7560         (dgnushack-find-lisp-shadows): New function.
7561         (dgnushack-remove-lisp-shadows): New function.
7562
7563 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * Makefile.in (install-el-elc): New entry.
7566         (install): Use it so that .el files are necessarily installed.
7567
7568 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7571
7572 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7573
7574         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7575         function rather than the diff-mode.el package.
7576         (mm-display-external): Use with-current-buffer.
7577         (mm-viewer-completion-map, mm-viewer-completion-map):
7578         Move initialization inside declaration.
7579
7580 2005-09-29  Simon Josefsson  <jas@extundo.com>
7581
7582         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7583         autoload mail-check-payment.
7584         (spam-check-hashcash): Define unconditionally, since hashcash.el
7585         is part of Gnus now.  Ignore errors from payment checking.
7586
7587 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * message.el (message-bold-region, message-unbold-region): Rename
7590         from `bold-region' and `unbold-region'.
7591
7592         * message.el: Remove useless autoloads.
7593
7594 2005-09-28  Simon Josefsson  <jas@extundo.com>
7595
7596         * message.el (message-use-idna): Default to t.
7597         (message-use-idna): Test whether encoding works too.  Doc fix.
7598
7599 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * nntp.el (nntp-warn-about-losing-connection): Remove.
7602
7603 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7606         customizable.  Change default value.
7607         (mm-uu-diff-groups-regexp): Change default value.
7608         (mm-uu-type-alist): Add doc string.
7609         (mm-uu-configure): Add doc string.  Make it interactive.
7610         (mm-uu-tex-groups-regexp): New variable.
7611         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7612         (mm-uu-type-alist): Add LaTeX documents.
7613         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7614         of "text/verbatim".
7615         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7616
7617         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7618         instead of "text/verbatim".
7619
7620         * message.el (message-mark-inserted-region)
7621         (message-mark-insert-file): Use slrn style marks when called with
7622         prefix argument.
7623
7624 2005-09-27  Simon Josefsson  <jas@extundo.com>
7625
7626         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7627
7628 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7629
7630         * message.el (message-remove-duplicates): New function.
7631         Implementation borrowed from `gnus-remove-duplicates'.
7632         (message-idna-to-ascii-rhs): Also encode idna addresses in
7633         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7634         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7635         only ask about the same idna domain once per header and also tell
7636         in what header to replace the idna domain.
7637
7638         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7639         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7640         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7641         a header is decoded and not just the last one.
7642
7643 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7646         has been decoded.
7647
7648         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7649         (mm-insert-part): Don't modify text if it has been decoded.
7650
7651         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7652         decoded.
7653
7654         * mm-view.el (mm-inline-text): Don't strip text props unless
7655         decoding enriched or richtext parts.
7656
7657 2005-09-25  Romain Francoise  <romain@orebokech.com>
7658
7659         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7660         * gnus-start.el (gnus-subscribe-interactively):
7661         * gnus-uu.el (gnus-uu-grab-articles):
7662         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7663         space.
7664
7665 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7666
7667         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7668         * mm-view.el (mm-view-pkcs7-decrypt):
7669         * gnus-sum.el (gnus-summary-limit-to-extra)
7670         (gnus-summary-respool-article, gnus-read-move-group-name):
7671         * gnus-score.el (gnus-summary-increase-score):
7672         * gnus-util.el (gnus-completing-read-with-default):
7673         * gnus-art.el (gnus-read-save-file-name)
7674         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7675         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7676         * message.el (message-check-news-header-syntax):
7677         Follow convention for reading with the minibuffer.
7678
7679 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * spam-report.el (spam-report-url-ping-plain):
7682         Use gnus-extended-version as User-Agent.
7683
7684         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7685         default value is nil.
7686
7687         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7688         (mm-uu-verbatim-marks-extract): New function.
7689         (mm-uu-extract): New face.
7690         (mm-uu-copy-to-buffer): Use it.
7691
7692         * spam-report.el (spam-report-gmane-ham): Renamed from
7693         `spam-report-gmane-unspam'.
7694         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7695         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7696
7697         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7698         Autoload.
7699         (spam-report-gmane-unregister-routine): Renamed
7700         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7701
7702 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7705         (spam-report-gmane-unregister-routine): Add support for gmane
7706         unregistration.
7707
7708         * spam-report.el (spam-report-gmane-unspam)
7709         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7710         (spam-report-gmane): Change to take a single article and do unspam
7711         registration.
7712
7713 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * mm-url.el (mm-url-decode-entities): Fix regexp.
7716
7717 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7720         default to nil, to be able to use Gnus at all.  If the default
7721         switches to something else, then the function should be fixed not
7722         be exceedingly slow.
7723
7724 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7725
7726         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7727         fail hard.
7728
7729         * spam-report.el: Add better Keywords line.
7730
7731         * spam.el: Add Maintainer and better Keywords line.
7732
7733 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus-art.el (gnus-article-replace-part)
7736         (gnus-mime-replace-part): New functions.
7737         (gnus-mime-action-alist, gnus-mime-button-commands)
7738         (gnus-mime-save-part-and-strip): Added file argument.
7739         (gnus-article-part-wrapper): Added interactive argument.
7740
7741         * gnus-sum.el (gnus-summary-mime-map): Add
7742         `gnus-article-replace-part'.
7743
7744 2005-09-19  Didier Verna  <didier@xemacs.org>
7745
7746         The nnml compaction feature:
7747         * nnml.el (nnml-request-compact-group): New function.
7748         * nnml.el (nnml-request-compact): New function.
7749         * gnus-int.el (gnus-request-compact-group): New function.
7750         * gnus-int.el (gnus-request-compact): New function.
7751         * gnus-group.el (gnus-group-compact-group): New function.
7752         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7753         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7754         * gnus-srvr.el (gnus-server-compact-server): New function.
7755         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7756         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7757
7758 2005-09-18  Deepak Goel  <deego@gnufans.org>
7759
7760         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7761         format spec.
7762
7763 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7766
7767 2005-09-15  Romain Francoise  <romain@orebokech.com>
7768
7769         * message.el (message-fill-paragraph): Clarify docstring.
7770
7771 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-art.el (gnus-mime-display-part): Protect against broken
7774         MIME messages.
7775
7776 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7779         before parsing header.
7780
7781 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7782
7783         * html2text.el (html2text-replace-list): Add new entities.
7784
7785 2005-09-11  Romain Francoise  <romain@orebokech.com>
7786
7787         * message.el (message-alternative-emails): Improve docstring.
7788         (message-setup-1): Call `message-use-alternative-email-as-from'
7789         after `message-setup-hook' to give it precedence over posting
7790         styles, etc.
7791         (message-use-alternative-email-as-from): Add docstring.  Remove
7792         the original From header if present.
7793
7794         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7795         (nnml-save-mail): Use it.
7796
7797         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7798         articles.  Add new argument `silent'.
7799         (gnus-uu-mark-all): Report the total number of marked articles.
7800
7801 2005-09-10  Romain Francoise  <romain@orebokech.com>
7802
7803         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7804         (gnus-uu-mark-series): Likewise.
7805
7806 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * spam-report.el (spam-report-gmane): Fix generation of spam
7809         report URL.
7810
7811 2005-09-10  Simon Josefsson  <jas@extundo.com>
7812
7813         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7814         t, based on discussion on the ding list with Robert Epprecht
7815         <epprecht@solnet.ch>.
7816
7817 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * spam-report.el (spam-report-gmane): Make it work without
7820         X-Report-Spam header.  Gmane now only provides Archived-At.
7821         This is only used if `spam-report-gmane-use-article-number' is nil.
7822         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7823
7824         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7825         make `gnus-summary-sort-by-recipient' work with threading.
7826
7827         * nnweb.el (nnweb-google-wash-article): Print a message if article
7828         is not available.
7829
7830 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7831
7832         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7833         change.  Decode text/* parts content before displaying.
7834
7835 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7838
7839 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7842
7843         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7844         url-package-name, url-package-version,
7845         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7846         w3m-display-inline-images, and w3m-minor-mode-map.
7847
7848 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * message.el (message-tab-body-function): Fix mismatched custom type.
7851
7852         * gnus.el (gnus-group-change-level-function): Ditto.
7853
7854         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7855
7856         * gnus-art.el (gnus-signature-limit)
7857         (gnus-article-mime-part-function): Ditto.
7858
7859 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mml.el (mml-mode): Silence the byte compiler.
7862
7863         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7864         using `(sit-for 0)' before moving the point to the specified part;
7865         skip unbuttonized parts.
7866         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7867         return to the summary window if gnus-auto-select-part is non-nil.
7868
7869 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7872         variables.
7873         (mml-dnd-attach-file, mml-mode): Use them.
7874
7875         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7876         Make fetching article by MID work again for Google Groups.  Added
7877         FIXME concerning gnus-group-make-web-group.
7878
7879         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7880         Don't depend on Gnus by using mail-extract-address-components if
7881         gnus-extract-address-components is not bound.
7882
7883 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * gnus-art.el (gnus-mime-display-security): Don't display the
7886         signature, but only the signed part.
7887
7888 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7891
7892         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7893         list, not listp.
7894
7895 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7896
7897         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7898         when encoding.
7899
7900         * mm-bodies.el (mm-decode-content-transfer-encoding):
7901         De-canonicalize CRLF for all text content types, not just
7902         text/plain.
7903
7904 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7907         valid article; point arrow and cursor at the MIME button.
7908
7909 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7912         Suggested by Dan Christensen <jdc@uwo.ca>.
7913
7914         * mm-decode.el (mm-save-part): Enable change of prompt.
7915
7916 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7917
7918         * gnus-msg.el (gnus-inews-add-send-actions): Made
7919         `message-post-method' lambda parameter ARG `&optional'.
7920
7921 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-sum.el (gnus-summary-mime-map): Added
7924         gnus-article-save-part-and-strip, gnus-article-delete-part and
7925         gnus-article-jump-to-part.
7926
7927         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7928         (gnus-article-edit-part): Use it.
7929         (gnus-article-part-wrapper): Added no-handle argument.
7930         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7931         functions.
7932
7933 2005-08-29  Romain Francoise  <romain@orebokech.com>
7934
7935         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7936         docstring.
7937         (gnus-face-from-file): Likewise.
7938
7939 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7942         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7943         non-nil.
7944         (gnus-auto-select-part): New variable.
7945         (gnus-article-jump-to-part): New function.
7946         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7947         (gnus-mime-delete-part): Allow selecting specified part after
7948         deleting or stripping parts.
7949         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7950         part if argument is bogus.
7951
7952 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7953
7954         * gnus-art.el (w3m-minor-mode-map):
7955         * gnus-spec.el (gnus-newsrc-file-version):
7956         * gnus-util.el (nnmail-active-file-coding-system)
7957         (gnus-original-article-buffer, gnus-user-agent):
7958         * gnus.el (gnus-ham-process-destinations)
7959         (gnus-parameter-ham-marks-alist)
7960         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7961         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7962         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7963         * mm-decode.el (gnus-current-window-configuration):
7964         * mm-extern.el (gnus-article-mime-handles):
7965         * mm-url.el (url-current-object, url-package-name)
7966         (url-package-version):
7967         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7968         (smime-keys, w3m-cid-retrieve-function-alist)
7969         (w3m-current-buffer, w3m-display-inline-images)
7970         (w3m-minor-mode-map):
7971         * mml-smime.el (gnus-extract-address-components):
7972         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7973         (gnus-newsrc-hashtb, message-default-charset)
7974         (message-deletable-headers, message-options)
7975         (message-posting-charset, message-required-mail-headers)
7976         (message-required-news-headers):
7977         * mml1991.el (mc-pgp-always-sign):
7978         * mml2015.el (mc-pgp-always-sign):
7979         * nnheader.el (nnmail-extra-headers):
7980         * rfc1843.el (gnus-decode-encoded-word-function)
7981         (gnus-decode-header-function, gnus-newsgroup-name):
7982         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7983
7984 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7985
7986         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7987         the end of the date treatments.
7988
7989 2005-08-15  Simon Josefsson  <jas@extundo.com>
7990
7991         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7992         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7993         Capello and Romain Francoise.
7994         (pgg-fetch-key-function): Removed, not used?
7995         (pgg-insert-url-with-w3): Require url, to get
7996         url-insert-file-contents regardless of where it is defined.
7997
7998 2005-08-13  Romain Francoise  <romain@orebokech.com>
7999
8000         * message.el (message-cite-original-1): New function.
8001         (message-cite-original): Use it.
8002         (message-cite-original-without-signature): Ditto.
8003
8004 2005-08-08  Romain Francoise  <romain@orebokech.com>
8005
8006         * message.el (message-yank-empty-prefix): New variable.
8007         (message-indent-citation): Use it.
8008         (message-cite-original-without-signature): Respect X-No-Archive.
8009
8010 2005-08-08  Simon Josefsson  <jas@extundo.com>
8011
8012         * pgg.el: Autoload url-insert-file-contents instead of loading
8013         w3/url.
8014         (pgg-insert-url-with-w3): Don't load url here.
8015
8016 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8017
8018         * message.el (message-kill-to-signature): Don't insert newline at
8019         bol.
8020         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8021
8022 2005-08-06  Romain Francoise  <romain@orebokech.com>
8023
8024         * message.el (message-user-fqdn): Fix typo in docstring.
8025
8026 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8029
8030         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8031
8032 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * mm-bodies.el (mm-encode-body): Use coding system rather than
8035         charset to encode text.
8036
8037         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8038         number of charsets if utf-8 is available (XEmacs).
8039
8040 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8043         taken from `gnus-button-mid-or-mail-regexp'.
8044         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8045         (gnus-button-alist): Improve regexp for domain part of the MIDs
8046         for news:localpart@domain buttons.
8047         (gnus-button-ctan-directory-regexp): Update.
8048
8049 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * sieve-manage.el (sieve-manage-interactive-login): Use
8052         make-local-variable rather than make-variable-buffer-local.
8053         (sieve-manage-open): Ditto.
8054         (sieve-manage-authenticate): Ditto.
8055
8056         * mml.el (mml-generate-mime-1): Make the content type default to
8057         text/plain if the filename is not specified.
8058
8059 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8062         instead of insert-buffer.
8063
8064         * message.el (message-yank-original): Ditto; set the mark at the
8065         end of the yanked message.
8066
8067 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8070         lines to scroll rather than to stop it.
8071
8072         * mml.el (mml-generate-default-type): Add doc string.
8073         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8074         default to application/octet-stream when determining the content
8075         type if it is not specified for the part or the mml contents; add
8076         a comment about mml-generate-default-type.
8077
8078 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8081         make it default to application/octet-stream when determining the
8082         content type if it is not specified for the external contents.
8083
8084 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8087         segmented parameter but also other parameters might be there.
8088
8089 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * mm-decode.el (mm-display-external): Delete temp file, directory
8092         and buffer immediately if the external process is exited.
8093
8094 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8097         fewer lines than that of scroll-margin.
8098         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8099
8100 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-art.el (gnus-article-next-page): Revert.
8103         (gnus-article-beginning-of-window): New macro.
8104         (gnus-article-next-page-1): Use it.
8105         (gnus-article-prev-page): Ditto.
8106         (gnus-article-edit-part): Use insert-buffer-substring instead of
8107         insert-buffer.
8108         (gnus-article-edit-exit): Ditto.
8109
8110         * gnus-util.el (gnus-beginning-of-window): Remove.
8111         (gnus-end-of-window): Remove.
8112
8113         * lpath.el: Don't bind header-line-format and scroll-margin.
8114
8115 2005-07-25  Simon Josefsson  <jas@extundo.com>
8116
8117         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8118         to have the url package without w3.  Reported by Daiki Ueno
8119         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8120
8121 2005-07-20  Didier Verna  <didier@xemacs.org>
8122
8123         * gnus-diary.el: Remove the description comment (nndiary is now
8124         properly documented in the Gnus manual).
8125         Fix the spelling of "Back End".
8126         * nndiary.el: Ditto.
8127         Fix the copyright notice.
8128
8129 2005-07-18  Romain Francoise  <romain@orebokech.com>
8130
8131         * gnus-sum.el (gnus-summary-to-prefix)
8132         (gnus-summary-newsgroup-prefix): New variables.
8133         (gnus-summary-from-or-to-or-newsgroups): Use them.
8134
8135 2005-07-17  Romain Francoise  <romain@orebokech.com>
8136
8137         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8138         space as it's generally not especially interesting to the user.
8139
8140 2005-07-16  Romain Francoise  <romain@orebokech.com>
8141
8142         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8143         nil to avoid prompting and file modification if one of the
8144         messages at the top of the nnfolder file contains a copyright
8145         notice.
8146         Update copyright notice.
8147
8148         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8149         instead of `current-time-string' as the latter creates a time
8150         string that is not RFC 2822 compliant (it lacks the zone).
8151         Update copyright notice.
8152
8153 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8154
8155         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8156         for text/rtf.  Display default in prompt.  Pass default for M-n.
8157
8158         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8159
8160 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * gnus-msg.el (gnus-button-mailto): Remove
8163         save-selected-window-window hackery because it relies on
8164         save-selected-window internals.
8165
8166 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8169         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8170         (gnus-article-prev-page): Ditto.
8171
8172         * gnus-util.el (gnus-beginning-of-window): New function.
8173         (gnus-end-of-window): New function.
8174
8175         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8176
8177 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8178
8179         * gnus-score.el (gnus-score-edit-all-score): Set
8180         gnus-score-edit-exit-function to gnus-score-edit-done and call
8181         gnus-message.
8182
8183 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-msg.el (gnus-button-mailto): Remove
8186         save-selected-window-window hackery because it relies on
8187         save-selected-window internals.
8188
8189 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8192         add-minor-mode.
8193         (gnus-binary-mode): Ditto.
8194
8195         * gnus-topic.el (gnus-topic-mode): Ditto.
8196
8197 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8198
8199         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8200         (gnus-article-prev-page): Take scroll-margin into consideration.
8201
8202 2005-07-04  Lute Kamstra  <lute@gnu.org>
8203
8204         Update FSF's address in GPL notices.
8205
8206 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8207
8208         * gnus.el (gnus-exit):
8209         * gnus-group.el (gnus-group-icons):
8210         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8211
8212         * gnus-nocem.el (gnus-nocem):
8213         * message.el (message-various, message-buffers, message-sending)
8214         (message-interface, message-forwarding, message-insertion)
8215         (message-headers, message-news, message-mail):
8216         * pgg-gpg.el (pgg-gpg):
8217         * pgg-parse.el (pgg-parse):
8218         * pgg-pgp.el (pgg-pgp):
8219         * pgg-pgp5.el (pgg-pgp5):
8220         * pop3.el (pop3): Finish `defgroup' description with period.
8221
8222 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-art.el (article-display-face): Improve the efficiency.
8225         (article-display-x-face): Ditto; remove grey x-face stuff.
8226
8227 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (article-display-face): Correct the position in
8230         which Faces are inserted.
8231
8232 2005-06-29  Didier Verna  <didier@xemacs.org>
8233
8234         * gnus-art.el (article-display-face): Display faces in correct
8235         order.
8236
8237 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8240         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8241         (gnus-nocem-check-article): Fetch the Type header.
8242         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8243         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8244         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8245         make sure gnus-nocem-hashtb is initialized.
8246         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8247         (gnus-nocem-unwanted-article-p): Ditto.
8248
8249         * pgg.el (pgg-verify): Return the verification result.
8250
8251 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8254         is ascii.
8255
8256 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8257
8258         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8259         `show-nonbreak-escape'.
8260
8261 2005-06-23  Lute Kamstra  <lute@gnu.org>
8262
8263         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8264
8265         * dig.el (dig-mode):
8266         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8267
8268 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8269
8270         * nnimap.el (nnimap-split-download-body): Fix spellings.
8271
8272 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8273
8274         * gnus-art.el (gnus-article-encrypt-body):
8275         * gnus-cus.el (gnus-score-customize):
8276         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8277         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8278
8279 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8280
8281         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8282         header by looking for magic "MII" at the beginnig.
8283
8284 2005-06-16  Miles Bader  <miles@gnu.org>
8285
8286         * gnus-xmas.el (gnus-xmas-group-startup-message):
8287         Use renamed gnus-splash face.
8288
8289         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8290         (assistant-field-face): New backward-compatibility alias for renamed
8291         face.
8292         (assistant-render-text): Use renamed assistant-field face.
8293
8294         * spam.el (spam): Remove "-face" suffix from face name.
8295         (spam-face): New backward-compatibility alias for renamed face.
8296         (spam-face, spam-initialize): Use renamed spam face.
8297
8298         * message.el (message-header-to, message-header-cc)
8299         (message-header-subject, message-header-newsgroups)
8300         (message-header-other, message-header-name)
8301         (message-header-xheader, message-separator, message-cited-text)
8302         (message-mml): Remove "-face" suffix from face names.
8303         (message-header-to-face, message-header-cc-face)
8304         (message-header-subject-face, message-header-newsgroups-face)
8305         (message-header-other-face, message-header-name-face)
8306         (message-header-xheader-face, message-separator-face)
8307         (message-cited-text-face, message-mml-face):
8308         New backward-compatibility aliases for renamed faces.
8309         (message-font-lock-keywords): Use renamed message faces.
8310
8311         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8312         (sieve-test-commands, sieve-tagged-arguments):
8313         Remove "-face" suffix from face names.
8314         (sieve-control-commands-face, sieve-action-commands-face)
8315         (sieve-test-commands-face, sieve-tagged-arguments-face):
8316         New backward-compatibility aliases for renamed faces.
8317         (sieve-control-commands-face, sieve-action-commands-face)
8318         (sieve-test-commands-face, sieve-tagged-arguments-face):
8319         Use renamed sieve faces.
8320
8321         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8322         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8323         (gnus-group-news-3-empty, gnus-group-news-4)
8324         (gnus-group-news-4-empty, gnus-group-news-5)
8325         (gnus-group-news-5-empty, gnus-group-news-6)
8326         (gnus-group-news-6-empty, gnus-group-news-low)
8327         (gnus-group-news-low-empty, gnus-group-mail-1)
8328         (gnus-group-mail-1-empty, gnus-group-mail-2)
8329         (gnus-group-mail-2-empty, gnus-group-mail-3)
8330         (gnus-group-mail-3-empty, gnus-group-mail-low)
8331         (gnus-group-mail-low-empty, gnus-summary-selected)
8332         (gnus-summary-cancelled, gnus-summary-high-ticked)
8333         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8334         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8335         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8336         (gnus-summary-low-undownloaded)
8337         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8338         (gnus-summary-low-unread, gnus-summary-normal-unread)
8339         (gnus-summary-high-read, gnus-summary-low-read)
8340         (gnus-summary-normal-read, gnus-splash):
8341         Remove "-face" suffix from face names.
8342         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8343         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8344         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8345         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8346         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8347         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8348         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8349         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8350         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8351         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8352         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8353         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8354         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8355         (gnus-summary-normal-ticked-face)
8356         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8357         (gnus-summary-normal-ancient-face)
8358         (gnus-summary-high-undownloaded-face)
8359         (gnus-summary-low-undownloaded-face)
8360         (gnus-summary-normal-undownloaded-face)
8361         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8362         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8363         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8364         (gnus-splash-face):
8365         New backward-compatibility aliases for renamed faces.
8366         (gnus-group-startup-message): Use renamed gnus faces.
8367
8368         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8369         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8370         (gnus-server-agent): Remove "-face" suffix from face names.
8371         (gnus-server-agent-face, gnus-server-opened-face)
8372         (gnus-server-closed-face, gnus-server-denied-face)
8373         (gnus-server-offline-face):
8374         New backward-compatibility aliases for renamed faces.
8375         (gnus-server-agent-face, gnus-server-opened-face)
8376         (gnus-server-closed-face, gnus-server-denied-face)
8377         (gnus-server-offline-face): Use renamed gnus faces.
8378
8379         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8380         Remove "-face" suffix from face names.
8381         (gnus-picon-xbm-face, gnus-picon-face):
8382         New backward-compatibility aliases for renamed faces.
8383
8384         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8385         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8386         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8387         (gnus-cite-11): Remove "-face" suffix from face names.
8388         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8389         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8390         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8391         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8392         New backward-compatibility aliases for renamed faces.
8393         (gnus-cite-attribution-face, gnus-cite-face-list)
8394         (gnus-article-boring-faces): Use renamed gnus faces.
8395
8396         * gnus-art.el (gnus-signature, gnus-header-from)
8397         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8398         (gnus-header-content): Remove "-face" suffix from face names.
8399         (gnus-signature-face, gnus-header-from-face)
8400         (gnus-header-subject-face, gnus-header-newsgroups-face)
8401         (gnus-header-name-face, gnus-header-content-face):
8402         New backward-compatibility aliases for renamed faces.
8403         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8404
8405         * gnus-sum.el (gnus-summary-selected-face)
8406         (gnus-summary-highlight): Use renamed gnus faces.
8407         * gnus-group.el (gnus-group-highlight): Likewise.
8408
8409 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8410
8411         * gnus-sieve.el (gnus-sieve-article-add-rule):
8412         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8413         * spam-stat.el (spam-stat-buffer-change-to-spam)
8414         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8415
8416         * message.el (message-is-yours-p):
8417         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8418
8419 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * mm-view.el (mm-inline-text): Withdraw the last change.
8422
8423 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8426         executing enriched-decode.
8427
8428 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8431         charset of tar files.
8432
8433 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8434
8435         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8436
8437 2005-06-04  Lute Kamstra  <lute@gnu.org>
8438
8439         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8440         information is never recorded.
8441
8442 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8443
8444         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8445
8446 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * pop3.el (pop3-apop): Run md5 in the binary mode.
8449
8450         * starttls.el (starttls-set-process-query-on-exit-flag):
8451         Use eval-and-compile.
8452
8453 2005-05-31  Simon Josefsson  <jas@extundo.com>
8454
8455         * smime.el (smime-replace-in-string): Define.
8456         (smime-cert-by-ldap-1): Use it.
8457
8458 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-art.el (article-display-x-face): Replace
8461         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8462
8463         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8464         set-process-query-on-exit-flag or process-kill-without-query.
8465
8466         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8467         loop instead of replace-regexp.
8468
8469         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8470         instead of process-kill-without-query if it is available.
8471
8472         * lpath.el: Fbind ldap-search-entries.
8473
8474         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8475         instead of find-file-hooks if it is available.
8476
8477         * mml1991.el: Bind pgg-default-user-id when compiling.
8478
8479         * mml2015.el: Bind pgg-default-user-id when compiling.
8480
8481         * nndraft.el (nndraft-request-associate-buffer):
8482         Use write-contents-functions instead of write-contents-hooks if it is
8483         available.
8484
8485         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8486         instead of find-file-hooks if it is available.
8487
8488         * nntp.el (nntp-open-connection): Replace
8489         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8490         (nntp-open-ssl-stream): Ditto.
8491         (nntp-open-tls-stream): Ditto.
8492
8493         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8494         set-process-query-on-exit-flag or process-kill-without-query.
8495         (starttls-open-stream-gnutls): Use it instead of
8496         process-kill-without-query.
8497         (starttls-open-stream): Ditto.
8498
8499 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8500
8501         * smime.el (smime-cert-by-ldap-1): Don't use
8502         replace-regexp-in-string.
8503
8504 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8505
8506         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8507
8508         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8509         in PEM format.  Adjust to the XEmacs compability.
8510
8511 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8514         by `string-to-number'.
8515         * gnus-agent.el (gnus-agent-regenerate-group)
8516         (gnus-agent-fetch-articles): Ditto.
8517         * gnus-art.el (gnus-button-fetch-group): Ditto.
8518         * gnus-cache.el (gnus-cache-generate-active)
8519         (gnus-cache-articles-in-group): Ditto.
8520         * gnus-group.el (gnus-group-set-current-level)
8521         (gnus-group-insert-group-line): Ditto.
8522         * gnus-score.el (gnus-score-set-expunge-below)
8523         (gnus-score-set-mark-below, gnus-summary-score-effect)
8524         (gnus-summary-score-entry): Ditto.
8525         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8526         (gnus-soup-pack): Ditto.
8527         * gnus-spec.el (gnus-xmas-format): Ditto.
8528         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8529         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8530         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8531         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8532         * nndb.el (nndb-get-remote-expire-response): Ditto.
8533         * nndiary.el (nndiary-parse-schedule-value)
8534         (nndiary-string-to-number, nndiary-request-replace-article)
8535         (nndiary-request-article): Ditto.
8536         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8537         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8538         * nneething.el (nneething-make-head): Ditto.
8539         * nnfolder.el (nnfolder-request-article)
8540         (nnfolder-retrieve-headers): Ditto.
8541         * nnheader.el (nnheader-file-to-number): Ditto.
8542         * nnkiboze.el (nnkiboze-request-article): Ditto.
8543         * nnmail.el (nnmail-process-unix-mail-format)
8544         (nnmail-process-babyl-mail-format): Ditto.
8545         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8546         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8547         (nnmh-request-create-group, nnmh-request-list-1)
8548         (nnmh-request-group, nnmh-request-article): Ditto.
8549         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8550         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8551         * nnsoup.el (nnsoup-make-active): Ditto.
8552         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8553         * nntp.el (nntp-find-group-and-number)
8554         (nntp-retrieve-headers-with-xover): Ditto.
8555         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8556         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8557         (pgg-format-key-identifier): Ditto.
8558         * pop3.el (pop3-last, pop3-stat): Ditto.
8559         * qp.el (quoted-printable-decode-region): Ditto.
8560
8561         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8562         of concat.
8563
8564 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8567
8568         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8569
8570         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8571
8572         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8573
8574         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8575
8576         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8577
8578         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8579         (gnus-carpal-mode): Ditto.
8580
8581         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8582         (gnus-browse-mode): Ditto.
8583
8584         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8585
8586         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8587
8588 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8589
8590         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8591
8592 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-util.el (gnus-run-mode-hooks): New function.
8595
8596         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8597
8598         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8599         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8600
8601 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8602
8603         * gnus-agent.el (gnus-agent-make-mode-line-string):
8604         Use mode-line-highlight as mouse-face.
8605
8606 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * canlock.el (canlock): Change the parent group to news.
8609
8610         * deuglify.el (gnus-outlook-deuglify): Add :group.
8611
8612         * dig.el (dig): Add :group.
8613
8614         * dns-mode.el (dns-mode): Add :group.
8615
8616         * encrypt.el (encrypt): Add :group.
8617
8618         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8619         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8620         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8621         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8622         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8623
8624         * gnus-diary.el (gnus-diary): Add :group.
8625
8626         * gnus.el (gnus-group-news-1-face): Add :group.
8627         (gnus-group-news-1-empty-face): Ditto.
8628         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8629         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8630         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8631         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8632         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8633         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8634         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8635         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8636         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8637         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8638         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8639         (gnus-summary-high-ticked-face): Ditto.
8640         (gnus-summary-low-ticked-face): Ditto.
8641         (gnus-summary-normal-ticked-face): Ditto.
8642         (gnus-summary-high-ancient-face): Ditto.
8643         (gnus-summary-low-ancient-face): Ditto.
8644         (gnus-summary-normal-ancient-face): Ditto.
8645         (gnus-summary-high-undownloaded-face): Ditto.
8646         (gnus-summary-low-undownloaded-face): Ditto.
8647         (gnus-summary-normal-undownloaded-face): Ditto.
8648         (gnus-summary-high-unread-face): Ditto.
8649         (gnus-summary-low-unread-face): Ditto.
8650         (gnus-summary-normal-unread-face): Ditto.
8651         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8652         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8653
8654         * hashcash.el (hashcash): New custom group.
8655         (hashcash-default-payment): Add :group.
8656         (hashcash-payment-alist): Ditto.
8657         (hashcash-default-accept-payment): Ditto.
8658         (hashcash-accept-resources): Ditto.
8659         (hashcash-path): Ditto.
8660         (hashcash-extra-generate-parameters): Ditto.
8661         (hashcash-double-spend-database): Ditto.
8662         (hashcash-in-news): Ditto.
8663
8664         * message.el (message-minibuffer-local-map): Add :group.
8665
8666         * netrc.el (netrc): Add :group.
8667
8668         * sieve-manage.el (sieve-manage-log): Add :group.
8669         (sieve-manage-default-user): Diito.
8670         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8671         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8672         (sieve-manage-authenticators): Ditto.
8673         (sieve-manage-authenticator-alist): Ditto.
8674         (sieve-manage-default-port): Ditto.
8675
8676         * sieve-mode.el (sieve-control-commands-face): Add :group.
8677         (sieve-action-commands-face): Ditto.
8678         (sieve-test-commands-face): Ditto.
8679         (sieve-tagged-arguments-face): Ditto.
8680
8681         * smime.el (smime): Add :group.
8682
8683         * spam-report.el (spam-report): Add :group.
8684
8685         * spam.el (spam, spam-face): Add :group.
8686
8687 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8690         return \n.\n.\n at the end of articles.  Protect against that.
8691         (nntp-with-open-group): Allow debugging.
8692
8693         * nnheader.el (mail-header-set-extra): Make into a function
8694         because I just could't understand how to quote the list properly.
8695
8696         * dns.el (query-dns-cached): New function.
8697
8698 2005-05-26  Lute Kamstra  <lute@gnu.org>
8699
8700         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8701
8702 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8705
8706         * gnus-art.el: Don't autoload mail-extract-address-components.
8707
8708         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8709         eval-and-compile to evaluate it.
8710
8711         * hashcash.el: Don't autoload executable-find.
8712
8713         * nndb.el: Don't declare the nndb back end two or more times; don't
8714         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8715
8716         * nntp.el: Autoload format-spec instead of format; use
8717         eval-and-compile to evaluate autoload forms.
8718
8719 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8720
8721         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8722
8723 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus.el (gnus-version-number): Bump version.
8726
8727 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8728
8729         * gnus.el: No Gnus v0.3 is released.
8730
8731 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * lpath.el (featurep): Bind show-nonbreak-escape.
8734
8735 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-art.el (gnus-article-edit-part): Disable undo.
8738
8739 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8742         gnus-article-date-lapsed-new-header is t if date timer is active;
8743         skip headers in which the original date value is empty.
8744         (gnus-article-save-original-date): Redefine it as a macro.
8745         (gnus-display-mime): Use it.
8746
8747 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (article-date-ut): Support converting date in
8750         forwarded parts as well.
8751         (gnus-article-save-original-date): New function.
8752         (gnus-display-mime): Use it.
8753
8754 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8755
8756         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8757         enclosure element of <item>.
8758
8759 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * message.el (message-kill-buffer-query): Renamed from
8762         `message-kill-buffer-query-if-modified'.  Added :version.
8763
8764 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8767         window layout.
8768
8769 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * mml.el: Autoload dnd when compiling.
8772
8773 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8776         x-dnd-*.
8777
8778 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * qp.el (quoted-printable-encode-region): Save excursion.
8781
8782 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * message.el (message-kill-buffer-query-if-modified): Add new variable
8785         so the user can kill a modified message buffer quickly.
8786         (message-kill-buffer): Use it.
8787
8788 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * lpath.el: Fbind display-time-event-handler; don't fbind
8791         string-to-multibyte.
8792
8793         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8794
8795 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8798         contained in text because xml.el decodes entities) with LFs.
8799
8800 2005-04-11  Lute Kamstra  <lute@gnu.org>
8801
8802         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8803         differently.
8804
8805 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8806
8807         * mm-util.el (mm-detect-coding-region): Typo.
8808
8809 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8812
8813 2005-04-06  Deepak Goel  <deego@gnufans.org>
8814
8815         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8816         user-function allow user modifications of the scores.
8817         (spam-stat-score-buffer-user): New function, to allow
8818         user-computed modifications to the score.
8819         (spam-stat-score-buffer-user-functions): List of additional
8820         scoring functions.
8821         (spam-stat-error-holder): Global temporary error holder.
8822         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8823         variable.
8824
8825 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8826
8827         * gnus-registry.el (gnus-registry-clean-empty-function)
8828         (gnus-registry-trim, gnus-registry-fetch-groups)
8829         (gnus-registry-delete-group): Groups that match
8830         `gnus-registry-ignored-groups' are removed from the registry
8831         entries, not just ignored for splitting.  This helps clean up the
8832         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8833         to get all the groups a message ID is in.
8834
8835         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8836         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8837         (spam-stat-score-buffer-user-functions): Add :number custom type.
8838
8839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8842         argument in XEmacs.
8843
8844         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8845         (nnrss-request-group): Decode group name first.
8846         (nnrss-request-article): Make a text/plain article if mml-to-mime
8847         failed.
8848         (nnrss-get-encoding): Return a compatible encoding according to
8849         nnrss-compatible-encoding-alist.
8850         (nnrss-find-el): Use consp instead of listp.
8851         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8852
8853 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8856         which Emacs 20 doesn't support.
8857         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8858
8859 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8862         silence the byte compiler inside the defun.
8863
8864         * gnus-demon.el (parse-time-string): Add autoload.
8865
8866         * gnus-delay.el (parse-time-string): Add autoload.
8867
8868         * gnus-art.el (parse-time-string): Add autoload.
8869
8870         * nnultimate.el (parse-time): Require for `parse-time-string'.
8871
8872 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8875
8876         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8877
8878         * smime.el (smime-ldap-host-list): Add :version.
8879
8880 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8883         pass it to `gnus-browse-read-group'.
8884         (gnus-browse-read-group): Add NUMBER argument and pass it to
8885         `gnus-group-read-ephemeral-group'.
8886
8887         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8888         argument and pass it to `gnus-group-read-group'.
8889
8890 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8891
8892         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8893         mm-xemacs-find-mime-charset-1 if we have the mule feature
8894         available at runtime.
8895
8896 2005-03-25  Werner Lemberg  <wl@gnu.org>
8897
8898         * nnmaildir.el: Replace `illegal' with `invalid'.
8899
8900 2005-03-23  Lute Kamstra  <lute@gnu.org>
8901
8902         * time-date.el: Add comment on time value formats.
8903         Don't require parse-time.
8904         (with-decoded-time-value): New macro.
8905         (encode-time-value): New function.
8906         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8907         (days-to-time): Return a valid time value when arg is huge.
8908         (time-since): Use time-subtract.
8909         (time-to-number-of-days): Use time-to-seconds.
8910
8911 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8912
8913         * gnus-start.el (gnus-display-time-event-handler):
8914         Check display-time-timer at runtime rather than only at load time
8915         in case display-time-mode is turned off in the mean time.
8916
8917 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8920         used.
8921
8922         * nneething.el (nneething-map-file-directory): Derive from
8923         `gnus-directory'.
8924
8925         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8926         the To/Cc button.
8927
8928 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * nnmaildir.el (nnmaildir-request-accept-article):
8931         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8932
8933 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8934
8935         * gnus-async.el: Require timer-funcs at compile time when in
8936         XEmacs for `run-with-idle-timer'.
8937
8938 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8939
8940         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8941         autoloaded function.
8942
8943 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8946
8947 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8948
8949         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8950
8951 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8954         gnus-expert-user to default.
8955
8956 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8957
8958         * nnimap.el (nnimap-open-server): Ditto.
8959
8960         * imap.el (imap-authenticate): Fix typo.
8961
8962 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8963
8964         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8965         buffer (since IMAP server might return FETCH response out of
8966         order, and the nntp buffer must be sorted).
8967
8968 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8969
8970         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8971         comparison on string.
8972
8973         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8974         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8975         (gnus-agent-summary-fetch-series): Modified to protect against
8976         gnus-agent-summary-fetch-group clearing processable flags.
8977         (gnus-agent-synchronize-group-flags): Update live group buffer as
8978         synchronization may occur due to the user toggle the plugged
8979         status.
8980         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8981         successfully downloaded.
8982         (gnus-agent-expire-group-1): Avoid using markers when the overview
8983         is in ascending order; greatly improves performance.
8984         (gnus-agent-regenerate-group): Use
8985         gnus-agent-synchronize-group-flags to reset read status in both
8986         gnus and server.
8987         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8988
8989 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * message.el: Don't autoload former message-utils variables.
8992         (message-strip-subject-trailing-was): Change doc string.
8993
8994         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8995         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8996         (nnweb-google-search): Add "hl=en" here.
8997         (nnweb-google-parse-1, nnweb-google-create-mapping):
8998         Don't hardcode URL.
8999
9000 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * message.el (message-get-reply-headers, message-followup):
9003         Mention related variables `message-use-followup-to' and
9004         `message-use-mail-followup-to', in the information buffer.
9005
9006         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9007         of broken groups(-beta).google.com.
9008
9009 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9012         parameter to invoked gnus-request-move-article; remove the
9013         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9014         all at once instead of once per article.
9015         (gnus-summary-remove-process-mark): Accept a list of articles as
9016         well as a single article for processing.
9017
9018         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9019         parameter.
9020
9021         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9022
9023         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9024
9025         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9026         parameter.
9027
9028         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9029         parameter.
9030
9031         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9032         parameter and remove the gnus-sum-hint-move-is-internal variable.
9033
9034         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9035         parameter.
9036
9037         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9038         parameter.
9039
9040         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9041         parameter.
9042
9043         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9044
9045         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9046         parameter.
9047
9048         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9049         parameter.
9050
9051 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9052
9053         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9054         a more conservative way.
9055
9056 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9057
9058         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9059         buffer, so it moves the window's cursor.
9060
9061 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9062
9063         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9064         `mm-dissect-multipart' and receive the from field as an (optional)
9065         argument from `mm-dissect-multipart'.
9066         (mm-dissect-multipart): Receive the from field as an argument and
9067         pass it on when we call `mm-dissect-buffer' on MIME parts.
9068         Fixes verification/decryption of signed/encrypted MIME parts.
9069
9070 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9071
9072         * gnus-sum.el (gnus-summary-move-article): Set
9073         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9074         whatever it calls (right now, only nnimap-request-move article
9075         respects it).
9076
9077         * nnimap.el (nnimap-request-move-article): When
9078         gnus-sum-hint-move-is-internal is set, don't do the extra
9079         nnimap-request-article.
9080
9081 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9084
9085         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9086         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9087
9088         * gnus-sum.el (gnus-summary-caesar-message):
9089         Apply `gnus-treat-article' after rotation.
9090
9091         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9092         doc string.
9093
9094 2005-02-22  Simon Josefsson  <jas@extundo.com>
9095
9096         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9097         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9098         <arne@arnested.dk>.
9099         (encrypt): Add password-cache and password-cache-expiry as group
9100         members.
9101
9102 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9103
9104         * smime.el (smime-ldap-host-list): Doc fix.
9105         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9106         cache) password.
9107         (smime-sign-region): Use it.
9108         (smime-decrypt-region): Use it.
9109         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9110         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9111         fails.
9112         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9113         certificate from DER to PEM format rather than calling openssl.
9114
9115         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9116
9117         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9118         for signing/encryption.
9119
9120         * mml.el (mml-parse-1): Use them.
9121
9122 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9123
9124         * nnrss.el (nnrss-verbose): Removed.
9125         (nnrss-request-group): Use `nnheader-message' instead.
9126
9127 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9128
9129         * nnrss.el (nnrss-verbose): New variable.
9130         (nnrss-request-group): Make it say nnrss is requesting a group.
9131
9132 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9135         Handle news URL with given port correctly.
9136
9137 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9140         containing special characters.
9141
9142         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9143
9144         * mml.el (mime-to-mml): Ditto.
9145
9146         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9147         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9148         (rfc2047-decode-region): Quote decoded words containing special
9149         characters when rfc2047-quote-decoded-words-containing-tspecials
9150         is non-nil.
9151
9152 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9153
9154         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9155
9156         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9157
9158 2005-02-15  Simon Josefsson  <jas@extundo.com>
9159
9160         * nnimap.el (nnimap-debug): Doc fix.
9161
9162         * imap.el (imap-debug): Doc fix.
9163
9164 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9167
9168 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9169
9170         * gnus.el (spam-contents): Improve docs for spam-contents
9171         parameter in its variable incarnation.
9172
9173 2005-02-14  Simon Josefsson  <jas@extundo.com>
9174
9175         * smime-ldap.el: Use require instead of load-library for ldap.
9176         (smime-ldap-search): Indent.
9177         (smime-ldap-search-internal): Shorten line.
9178
9179         * smime.el (smime-cert-by-dns): Add doc-string.
9180         (smime-cert-by-ldap-1): Indent.
9181
9182         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9183         mml-smime-get-dns-ldap.
9184         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9185
9186 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9187
9188         * smime.el: Require smime-ldap.
9189         (smime-ldap-host-list): New variable.
9190         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9191
9192         * mml-smime.el (mml-smime-encrypt-query): New function.
9193         (mml-smime-encrypt-query): Use it.
9194
9195         * smime-ldap.el: New file.
9196
9197 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9200
9201 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9204         argument in doc string.  Make query for type more clear.
9205
9206 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * gnus.el (gnus-group-startup-message): Search for gnus images in
9209         etc/images/gnus.
9210         * mm-util.el (mm-image-load-path): Likewise.
9211         * smiley.el (smiley-data-directory): Search for smilies in
9212         etc/images/smilies.
9213
9214 2005-02-09  Kim F. Storm  <storm@cua.dk>
9215
9216         Change Emacs release version from 21.4 to 22.1 throughout.
9217         Change Emacs development version from 21.3.50 to 22.0.50.
9218
9219 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9222
9223         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9224         non-Mule XEmacs as well.
9225         (mm-decompress-buffer): Signal an error intentionally if it does
9226         not decompress compressed data because auto-compression-mode is
9227         disabled.
9228
9229 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9230
9231         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9232         an ID in the registry even if it has no groups.
9233
9234 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9237         merge it into mm-decompress-buffer.
9238         (gnus-mime-copy-part): Use the MIME part charset, the value which
9239         a user specified or gnus-newsgroup-charset for decoding, like
9240         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9241         save-buffer what was used.  Suggested by Kevin Ryde
9242         <user42@zip.com.au>.
9243         (gnus-mime-inline-part): Allow the name parameter as well as the
9244         filename parameter; force decompressing of compressed data; always
9245         display contents being not decoded as unibyte.
9246
9247         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9248         as well as the filename parameter.
9249
9250         * mm-util.el (mm-decompress-buffer): Merge
9251         gnus-mime-jka-compr-maybe-uncompress.
9252         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9253         of compressed data.
9254
9255 2005-02-08  Simon Josefsson  <jas@extundo.com>
9256
9257         * imap.el (imap-log): Doc fix.
9258
9259 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9262         the coding cookies; decompress compressed parts.
9263
9264         * mml.el (mml-generate-mime-1): Add the charset parameter according
9265         to the value which a user specified manually or the coding cookie.
9266
9267         * mm-util.el (mm-string-to-multibyte): New function.
9268         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9269         (mm-coding-system-to-mime-charset): New function.
9270         (mm-decompress-buffer): New function.
9271         (mm-find-buffer-file-coding-system): New function.
9272
9273         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9274         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9275         parts.
9276
9277 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9278
9279         * mm-view.el (mm-display-inline-fontify): Decode a part according
9280         to the charset parameter.
9281
9282 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9285         prefix arg is neither nil nor a number, as info specifies.
9286
9287 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9290         timestamps.
9291
9292 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9293
9294         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9295         groups error checking and notify user.
9296
9297 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9298
9299         * message.el (message-send-mail-function): Check existence of
9300         sendmail-program first before using default value
9301         `message-send-mail-with-sendmail'.  Otherwise use more generic
9302         `smtpmail-send-it'.
9303
9304 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * nntp.el (nntp-request-update-info): Always return nil.
9307
9308 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9309
9310         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9311
9312 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9313
9314         * message.el (message-beginning-of-line): Change the behavior when
9315         invoked between BOL and : so that it first moves backward.
9316
9317 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9320         article buffer when editing of the article is discarded.
9321         (gnus-article-prepare): Revert.
9322
9323 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (gnus-article-prepare):
9326         Remove message-strip-forbidden-properties from the local hook.
9327
9328 2005-01-27  Simon Josefsson  <jas@extundo.com>
9329
9330         * password.el (password-cache-add): Only start one timer per key.
9331         Reported by Derek Atkins <warlord@MIT.EDU>.
9332
9333 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9334
9335         * run-at-time.el: Removed.  It is no longer needed as
9336         timer-funcs.el in the xemacs-base package has a working version of
9337         `run-at-time'.
9338
9339         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9340
9341         * password.el: Require timer-funcs instead of run-at-time in
9342         XEmacs.
9343         Remove `password-run-at-time' macro.
9344         (password-cache-add): Use `run-at-time' instead of
9345         `password-run-at-time'.
9346
9347         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9348         Remove `nnheader-cancel-function-timers' alias,
9349         `cancel-function-timers' exists in XEmacs in timer-funcs.
9350
9351         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9352         for `run-with-idle-timer'.
9353
9354         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9355         for `run-at-time'.
9356
9357         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9358         for `with-timeout'.
9359
9360         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9361         the same as for XEmacs 21.4.
9362         No need to ignore `run-with-idle-timer', this function exists in
9363         XEmacs now in timer-funcs.el in the xemacs-base package.
9364         (dgnushack-compile): No need to delete
9365         run-at-time.el from the list of files to compile because it
9366         doesn't exist anymore.
9367
9368 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9371         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9372
9373 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9374
9375         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9376         sensitively.
9377
9378 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9379
9380         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9381
9382 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9385         which will be inserted according to the multibyteness of a buffer
9386         rather than the type of contents.  Suggested by ARISAWA Akihiro
9387         <ari@mbf.ocn.ne.jp>.
9388
9389         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9390         of string which old xml.el may return rather than a string.
9391
9392 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9395
9396 2005-01-16  Simon Josefsson  <jas@extundo.com>
9397
9398         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9399         idn/idna.el isn't available.
9400         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9401         <michael@waxrat.com>.
9402
9403         * hashcash.el: Remove non-FSF copyright header.
9404
9405         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9406         (hashcash-generate-payment): Use it.
9407         (hashcash-generate-payment-async): Use it.
9408
9409 2005-01-15  Simon Josefsson  <jas@extundo.com>
9410
9411         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9412         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9413
9414         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9415         gnus-summary-idna-message.
9416         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9417         (gnus-summary-idna-message): New function.
9418
9419 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9422         gnus-novice-user.
9423
9424 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * nnrss.el (nnrss-request-delete-group): Delete entries in
9427         nnrss-group-alist as well.
9428         (nnrss-save-server-data): Insert newline.
9429
9430 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus.el (gnus-user-agent): Use list of symbols instead of
9433         symbols.  Display full version number for (S)XEmacs.  Optionally
9434         display (S)XEmacs codename.
9435
9436         * gnus-util.el (gnus-emacs-version): Update for new
9437         `gnus-user-agent'.
9438
9439         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9440         Gnus version.
9441
9442 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9445         which is unreadable in some setups.
9446
9447 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-spec.el (gnus-update-format-specifications): Flush the
9450         group format spec cache if it doesn't support decoded group names.
9451
9452 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9455         Allow to apply decay on score files matching a regexp.
9456
9457 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9460         compatibility in %g and %c.
9461
9462 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9465         name for only %g and %c.
9466         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9467         of gnus-tmp-group to decoded group name.
9468         (gnus-group-make-rss-group): Exclude `/'s from group names.
9469
9470 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * nnrss.el (nnrss-get-encoding): Fix regexp.
9473
9474 2004-12-27  Simon Josefsson  <jas@extundo.com>
9475
9476         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9477         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9478         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9479
9480 2004-12-17  Kim F. Storm  <storm@cua.dk>
9481
9482         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9483
9484         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9485
9486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9487
9488         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9489
9490 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * nnrss.el: Require rfc2047 and mml.
9493         (nnrss-file-coding-system): New variable.
9494         (nnrss-format-string): Redefine it as an inline function.
9495         (nnrss-decode-group-name): New function.
9496         (nnrss-string-as-multibyte): Remove.
9497         (nnrss-retrieve-headers): Decode group name; don't use
9498         nnrss-format-string.
9499         (nnrss-request-group): Decode group name.
9500         (nnrss-request-article): Decode group name; allow a Message-ID as
9501         well as an article number; don't use nnrss-format-string; encode a
9502         Message-ID string which may contain non-ASCII characters; use
9503         mml-to-mime to compose a MIME article.
9504         (nnrss-request-expire-articles): Decode group name.
9505         (nnrss-request-delete-group): Decode group name.
9506         (nnrss-fetch): Clarify error message.
9507         (nnrss-read-server-data): Use insert-file-contents instead of load;
9508         bind file-name-coding-system; use multibyte buffer.
9509         (nnrss-save-server-data): Bind coding-system-for-write to the
9510         value of nnrss-file-coding-system; bind file-name-coding-system;
9511         add coding cookie.
9512         (nnrss-read-group-data): Use insert-file-contents instead of load;
9513         bind file-name-coding-system; use multibyte buffer.
9514         (nnrss-save-group-data): Bind coding-system-for-write to the
9515         value of nnrss-file-coding-system; bind file-name-coding-system.
9516         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9517         make it work with non-ASCII text.
9518         (nnrss-find-el): Make it work with old xml.el as well.
9519
9520 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9521
9522         * nnrss.el (nnrss-get-encoding): New function.
9523         (nnrss-fetch): Use unibyte buffer initially; bind
9524         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9525         decode contents according to the encoding attribute.
9526         (nnrss-save-group-data): Add coding cookie.
9527         (nnrss-mime-encode-string): New function.
9528         (nnrss-check-group): Use it to encode subject and author.
9529
9530 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9533         imaginary variable.
9534
9535 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9538         correctly even if there are wide characters.
9539
9540 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9543         downcased symbol names; make a new cache instead of reusing
9544         bbdb-hashtable.
9545
9546 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9549         concatenating segments rather than before concatenating them.
9550         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9551
9552         * message.el (message-get-reply-headers): Bind `extra'.
9553
9554 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * message.el (message-extra-wide-headers): New variable.
9557         (message-get-reply-headers): Use it.
9558
9559 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9562         (gnus-agent-group-pathname): Ditto.
9563
9564         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9565
9566         * gnus-group.el (gnus-group-make-group): Decode group name.
9567         (gnus-group-make-rss-group): Register the group data after opening
9568         the nnrss group.
9569
9570 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9571
9572         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9573         by expiry now get marked as read.
9574
9575 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9578
9579 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9580
9581         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9582         unify Latin characters in XEmacs.
9583         (mm-find-mime-charset-region): Use it.
9584
9585 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-util.el (gnus-delete-directory): New function.
9588
9589         * gnus-agent.el (gnus-agent-delete-group): Use it.
9590
9591         * gnus-cache.el (gnus-cache-delete-group): Use it.
9592
9593 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9596         names.
9597
9598 2004-12-16  Simon Josefsson  <jas@extundo.com>
9599
9600         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9601
9602 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9605
9606         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9607         (gnus-group-set-current-level): Decode group name.
9608
9609 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9610
9611         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9612         failed.
9613
9614 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-group.el (gnus-group-delete-group): Decode group name.
9617         (gnus-group-make-rss-group): Encode group name.
9618         (gnus-group-catchup-current): Decode group name.
9619         (gnus-group-kill-group): Decode group name.
9620
9621 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9622
9623         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9624
9625 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-group.el (gnus-group-make-rss-group):
9628         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9629
9630         * gnus-start.el (gnus-setup-news): Honor user's setting to
9631         gnus-message-archive-method.  Suggested by Lute Kamstra
9632         <lute@gnu.org>.
9633
9634 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9635
9636         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9637         global counterparts of the buffer-local variables.
9638
9639 2004-11-16  Romain Francoise  <romain@orebokech.com>
9640
9641         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9642         counterparts of the buffer-local variables.
9643
9644 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * message.el (message-forbidden-properties): Fixed typo in doc
9647         string.
9648
9649 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-util.el (gnus-replace-in-string): Added doc string.
9652
9653         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9654         to avoid problems when splitting mails with many recipients.
9655
9656 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9657
9658         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9659         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9660
9661 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9662
9663         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9664         if there is no hashtable in memory or file modification time is
9665         newer than cached timestamp.
9666
9667 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9670         not-matching option.
9671
9672 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9675         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9676         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9677         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9678         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9679         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9680
9681 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * message.el (message-forward-make-body-mml): Remove headers
9684         according to message-forward-ignored-headers if a message is decoded.
9685
9686 2004-12-02  Romain Francoise  <romain@orebokech.com>
9687
9688         * message.el (message-forward-make-body-plain): Always remove
9689         headers according to message-forward-ignored-headers.
9690
9691 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9692
9693         * spam.el (spam-summary-prepare-exit): Remove the
9694         gnus-summary-limit pop for now, it has problems with ham marks for
9695         me.
9696
9697 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9700         correctly.
9701
9702 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9703
9704         * format-spec.el (format-spec): Message the char.
9705
9706 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9707
9708         * gnus-art.el (gnus-split-methods): Reformat comments.
9709
9710         * spam.el (spam-summary-prepare-exit): Remove article limits
9711         before exiting the summary buffer.
9712
9713 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9716         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9717
9718         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9719         order to silence the byte compiler.
9720
9721         * spam.el: Fix the way to silence the byte compiler, which
9722         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9723         bbdb-search-simple, spam-BBDB-register-routine,
9724         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9725         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9726         spam-stat-buffer-is-spam, spam-stat-load,
9727         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9728         spam-stat-save and spam-stat-split-fancy.
9729
9730 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9733         which may confuse users.
9734         (canlock-password-for-verify): Ditto.
9735
9736         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9737
9738         * gnus-art.el (gnus-emphasis-alist): Ditto.
9739
9740         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9741
9742         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9743
9744         * gnus-start.el (gnus-save-killed-list): Ditto.
9745
9746         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9747         (gnus-sum-thread-tree-root): Ditto.
9748         (gnus-sum-thread-tree-false-root): Ditto.
9749         (gnus-sum-thread-tree-single-indent): Ditto.
9750
9751         * message.el (message-courtesy-message): Ditto.
9752         (message-archive-note): Ditto.
9753         (message-subscribed-address-file): Ditto.
9754         (message-user-fqdn): Ditto.
9755
9756         * spam-report.el (spam-report-gmane-regex): Ditto.
9757
9758         * spam.el (spam-blackhole-good-server-regex): Ditto.
9759
9760 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mml.el (mml-preview): Widen the message buffer before copying
9763         the contents to the preview buffer; sort headers before previewing.
9764
9765         * message.el (message-hidden-headers): Fix the way to avoid a bug
9766         in the `repeat' widget in Emacs 21.3 or earlier.
9767
9768 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * message.el (message-hidden-headers): Default to "^References:".
9771         Improve customization type.  Suggested by Reiner Steib
9772         <Reiner.Steib@gmx.de>.
9773
9774 2004-11-25  Romain Francoise  <romain@orebokech.com>
9775
9776         * message.el (message-strip-forbidden-properties): Remove check for
9777         obsolete `message-hidden' text property, hidden headers are not
9778         accessible in the buffer anymore.
9779
9780 2004-11-22  Romain Francoise  <romain@orebokech.com>
9781
9782         * message.el (message-header-format-alist): Add `From' in list
9783         so that it can be sorted.
9784         (message-fix-before-sending): Widen and sort headers before
9785         sending.
9786         (message-hide-headers): Use narrowing to hide headers by moving
9787         them to the top of the buffer and narrowing to the region
9788         underneath.
9789
9790 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * message.el (message-strip-forbidden-properties): Bind
9793         buffer-read-only (etc) to nil.
9794
9795 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9798         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9799
9800 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9801
9802         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9803
9804 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * dns.el (query-dns): Use sit-for to time instead of
9807         accept-process-output, since that doesn't seem to work on udp
9808         sockets.
9809
9810 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9813
9814 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9815
9816         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9817         doc string.  Improve doc string.
9818
9819 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * nntp.el (nntp-request-update-info): Return nil if
9822         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9823         may not call gnus-activate-group which uselessly issues the GROUP
9824         commands for all nntp groups and wastes time.  Reported by Romain
9825         Francoise <romain@orebokech.com>.
9826
9827         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9828
9829 2004-11-15  Simon Josefsson  <jas@extundo.com>
9830
9831         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9832         headers separately.
9833         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9834         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9835
9836 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-start.el (gnus-convert-old-newsrc):
9839         Assign legacy-gnus-agent to 5.10.7.
9840
9841 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9844         start of the lines.
9845
9846 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9847
9848         * hashcash.el (hashcash-default-payment): Change default to 20
9849         (hashcash-default-accept-payment): Change default to 20
9850         (hashcash-process-alist): New variable
9851         (hashcash-generate-payment-async): Add
9852         (hashcash-already-paid-p): Add
9853         (hashcash-insert-payment): Don't generate payments twice
9854         (hashcash-insert-payment-async): Add
9855         (hashcash-insert-payment-async-2): Add
9856         (hashcash-cancel-async): Add
9857         (hashcash-wait-async): Add
9858         (hashcash-processes-running-p): Add
9859         (hashcash-wait-or-cancel): Add
9860         (mail-add-payment): New optional argument.  Conditionally start
9861         asynchronous calculation.
9862         (mail-add-payment-async): Add
9863
9864         * message.el (message-send-mail): Wait for asynchronous hashcash
9865         results.  Don't clobber existing X-Hashcash headers.
9866         (message-setup-1): Call mail-add-payment-async when
9867         message-generate-hashcash is non-nil.
9868
9869 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9870
9871         * message.el (message-use-alternative-email-as-from): Examine the
9872         From header as well; use message-make-from in order to include a
9873         user's full name.
9874
9875 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9878         default; improve customization type.
9879         (gnus-emphasis-custom-with-format): New macro.
9880         (gnus-emphasis-custom-value-to-external): New function.
9881         (gnus-emphasis-custom-value-to-internal): New function.
9882
9883 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * dns.el (query-dns): Resolve reverse addresses.
9886
9887 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888
9889         * gnus-group.el (gnus-group-get-new-news): Use it.
9890
9891         * gnus-start.el (gnus-check-reasonable-setup): New function.
9892
9893 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9896         "Args out of range" error.  Reported by Arnaud Giersch
9897         <arnaud.giersch@free.fr>.
9898
9899 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9900
9901         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9902
9903 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9904
9905         * spam.el (spam group): Add :version.
9906
9907         * pgg-def.el (pgg group): Add :version.
9908
9909 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-art.el (gnus-article-edit-article): Don't associate the
9912         article buffer with a draft file.  This is a temporary measure
9913         against the 2004-08-22 change to gnus-article-edit-mode.
9914
9915 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9918         (html2text-format-tags): Remove unused variable `attr'.
9919
9920 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9923
9924         * tls.el (tls-process-connection-type, tls-success)
9925         (tls-certtool-program): Add :version.
9926
9927         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9928         (starttls-extra-arguments, starttls-process-connection-type)
9929         (starttls-connect, starttls-failure, starttls-success): Add :version.
9930
9931         * spam-stat.el (spam-stat): Add :version.
9932
9933         * sieve.el (sieve): Add :version.
9934
9935         * sha1.el (sha1): Add :version.
9936         (sha1-use-external): Remove redundant version.
9937
9938         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9939         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9940         (nnmail-split-fancy-match-partial-words)
9941         (nnmail-split-lowercase-expanded): Add :version.
9942
9943         * nndiary.el (nndiary): Add :version.
9944
9945         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9946
9947         * mml-sec.el (mml-default-sign-method)
9948         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9949         Add :version.
9950
9951         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9952
9953         * mm-url.el (mm-url-use-external, mm-url-program)
9954         (mm-url-arguments): Add :version.
9955
9956         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9957         (mm-attachment-file-modes, mm-decrypt-option)
9958         (mm-w3m-safe-url-regexp): Add :version.
9959
9960         * message.el (message-cite-prefix-regexp)
9961         (message-sendmail-envelope-from, message-minibuffer-local-map)
9962         (message-user-fqdn, message-completion-alist): Add :version.
9963
9964         * gnus-win.el (gnus-configure-windows-hook)
9965         (gnus-use-frames-on-any-display): Add :version.
9966
9967         * gnus-art.el (gnus-article-address-banner-alist)
9968         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9969         (gnus-treat-from-picon, gnus-treat-mail-picon)
9970         (gnus-treat-x-pgp-sig): Add :version.
9971
9972         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9973         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9974         (gnus-summary-article-delete-hook)
9975         (gnus-summary-display-while-building): Add :version.
9976
9977         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9978         (gnus-get-top-new-news-hook): Add :version.
9979
9980         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9981         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9982
9983         * gnus-registry.el (gnus-registry): Add :version.
9984
9985         * gnus-spec.el (gnus-use-correct-string-widths)
9986         (gnus-make-format-preserve-properties): Add :version.
9987
9988         * gnus.el (gnus-group-charter-alist)
9989         (gnus-group-fetch-control-use-browse-url)
9990         (gnus-install-group-spam-parameters): Add :version.
9991
9992         * gnus-diary.el (gnus-diary): Add :version.
9993
9994         * gnus-delay.el (gnus-delay): Add :version.
9995
9996         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9997         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9998         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9999         Add :version.
10000
10001         * gnus-agent.el (gnus-agent-max-fetch-size)
10002         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10003         (gnus-agent-prompt-send-queue): Add :version.
10004
10005         * deuglify.el (gnus-outlook-deuglify): Add :version.
10006
10007         * html2text.el: Beautify code.  Improve doc strings.  Some
10008         checkdoc cleanup.
10009         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10010
10011 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10012
10013         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10014
10015 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10016
10017         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10018         when package is loaded.
10019
10020         * spam.el (spam-summary-score-preferred-header): Add global preference
10021         for people who want to override the default SpamAssassin over
10022         Bogofilter preference (when both are set).
10023         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10024         (spam-user-format-function-S): Check
10025         spam-summary-score-preferred-header.
10026         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10027         (spam-user-format-function-S): Format the score correctly.
10028
10029 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10032         signature file.  Suggested by Manoj Srivastava
10033         <srivasta@golden-gryphon.com>.
10034
10035         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10036         iso-2022-jp even in the Japanese language environment.
10037         Suggested by Jason Rumney <jasonr@gnu.org>.
10038
10039 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10042         use the same characters as the dummy marks; make it free from
10043         getting affected by the language environment.
10044         (gnus-summary-read-group-1): Update mark positions only when the
10045         format spec is updated.
10046
10047         * gnus-spec.el (gnus-update-format-specifications): Return a list
10048         of updated types.
10049
10050 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10053         of boundp to check if display-warning is available.
10054
10055 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10056
10057         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10058
10059 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * nnspool.el (nnspool-spool-directory): Use news-path if the
10062         news-directory variable is not bound.
10063
10064         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10065         function instead of display-warning if it is not available.
10066
10067 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10070         v5-10: Use `point-at-bol'.
10071
10072 2004-10-26  Simon Josefsson  <jas@extundo.com>
10073
10074         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10075         <chenggao@gmail.com>.
10076
10077 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10080         instead.
10081
10082 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10083
10084         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10085         to remove a server from the nnimap-server-buffer-alist.
10086         (nnimap-open-connection, nnimap-close-server): Use it.
10087
10088         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10089
10090 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10093         running the major-mode function.
10094
10095 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10098         dummy marks in the right way.
10099
10100 2004-10-18  David Edmondson  <dme@dme.org>
10101
10102         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10103         excessively.
10104
10105 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10106
10107         * gnus-util.el (gnus-split-references): Accept a nil references
10108         string and go on blissfully.
10109
10110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10111         cases where the references string is non-nil but has no references.
10112
10113         * encrypt.el: Add autoload tags.
10114
10115         * spam.el (spam-resolve-registrations-routine): Remove article
10116         from unregistration list too.  Reported by David Hanak
10117         <dhanak@isis.vanderbilt.edu>
10118
10119 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10122         nil.  Changed custom type.
10123
10124 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10127
10128         * gnus-sum.el (gnus-summary-move-article): Use it.
10129
10130 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10131
10132         * encrypt.el: Add autoload cookies.
10133
10134         * spam.el (spam-backend-article-list-property)
10135         (spam-backend-get-article-todo-list)
10136         (spam-backend-put-article-todo-list)
10137         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10138         Resolve registrations separately.
10139         (spam-register-routine): Format comments.
10140         (spam-unregister-routine, spam-register-routine): Always call with
10141         specific-articles, no default list.
10142         (spam-summary-prepare-exit): Use the spam-classifications function.
10143
10144         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10145         gnus-encrypt.el.
10146
10147         * encrypt.el: Copied from gnus-encrypt.el.
10148
10149         * gnus-encrypt.el: Commented that it's obsolete.
10150
10151 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10154         (gnus-score-save): Use it.
10155
10156         * message.el (message-bury): Use `window-dedicated-p'.
10157
10158 2004-10-15  Simon Josefsson  <jas@extundo.com>
10159
10160         * pop3.el (top-level): Don't require nnheader.
10161         (pop3-read-timeout): Add.
10162         (pop3-accept-process-output): Add.
10163         (pop3-read-response, pop3-retr): Use it.
10164
10165 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10166
10167         * spam.el (spam-register-routine): Move comment.
10168         (spam-verify-bogofilter): Use 'unknown for the initial
10169         spam-bogofilter-valid state, not 'never.
10170
10171         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10172         for netrc-machine.
10173
10174         * nnimap.el (nnimap-open-connection): Use
10175         netrc-machine-user-or-password.
10176
10177 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10178
10179         * gnus-registry.el (gnus-registry-unload-hook):
10180         Set as a variable with add-hook.
10181
10182         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10183         of news-path.
10184
10185         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10186
10187         * spam.el: Delete duplicate `provide'.
10188         (spam-unload-hook): Set as a variable with add-hook.
10189
10190 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10193         in the doc string.
10194
10195         * message.el (message-ignored-news-headers)
10196         (message-ignored-supersedes-headers)
10197         (message-ignored-resent-headers)
10198         (message-forward-ignored-headers): Improve custom type.
10199
10200 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * message.el (message-tokenize-header): Fix 2004-09-06 change
10203         which used point-min in the wrong place.
10204
10205 2004-10-12  Simon Josefsson  <jas@extundo.com>
10206
10207         * tls.el (tls-certtool-program): New variable.
10208         (tls-certificate-information): New function, based on
10209         ssl-certificate-information.
10210
10211 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * compface.el: Move the version of ELisp-based uncompface program
10214         to the contrib directory because of the copyright problem.
10215
10216 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * message.el (message-kill-buffer): Raise the current frame.
10219
10220 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10223
10224         * gnus.el (message-y-or-n-p): Autoload.
10225
10226         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10227         (pop3-password-required, pop3-authentication-scheme)
10228         (pop3-leave-mail-on-server): Made customizable.
10229         (pop3): New custom group.
10230         (pop3-retr): Remove `sleep-for' statements.
10231         Suggested by Dave Love <fx@gnu.org>.
10232
10233         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10234         Windows/DOS.
10235
10236         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10237         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10238         Dave Love <fx@gnu.org>.
10239
10240         * mml.el (mml-minibuffer-read-disposition): Require match.
10241         Suggested by Dave Love <fx@gnu.org>.
10242
10243 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10246         doc string.
10247
10248 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10251
10252 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10253
10254         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10255         instead of calling `mm-insert-inline', to decode text/* parts
10256         before displaying them.
10257
10258 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * mm-uu.el (mm-uu-text-plain-type): New variable.
10261         (mm-uu-pgp-signed-extract-1): Use it.
10262         (mm-uu-pgp-encrypted-extract-1): Use it.
10263         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10264         bind mm-uu-text-plain-type with that value.
10265         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10266         mm-uu-dissect.
10267
10268 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-group.el (gnus-update-group-mark-positions):
10271         * gnus-sum.el (gnus-update-summary-mark-positions):
10272         * message.el (message-check-news-body-syntax):
10273         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10274         of string-as-multibyte.
10275
10276 2004-10-05  Juri Linkov  <juri@jurta.org>
10277
10278         * gnus-group.el (gnus-update-group-mark-positions):
10279         * gnus-sum.el (gnus-update-summary-mark-positions):
10280         * message.el (message-check-news-body-syntax):
10281         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10282         8-bit unibyte values to a multibyte string for search functions.
10283
10284 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10287         (mm-uu-dissect-text-parts): New function.
10288
10289         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10290         dissect text parts.
10291
10292         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10293         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10294
10295         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10296
10297         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10298         gnus-current-topics instead of gnus-current-topic.
10299
10300 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10301
10302         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10303
10304 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10305
10306         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10307         where approriate.
10308
10309         * nnml.el (nnml-generate-active-info): do.
10310
10311         * nndiary.el (nndiary-generate-active-info): do.
10312
10313         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10314         (gnus-topic-move): do.
10315
10316         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10317         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10318
10319         * gnus-srvr.el (gnus-server-prepare)
10320         (gnus-server-open-all-servers): do.
10321
10322         * gnus-msg.el (gnus-summary-cancel-article)
10323         (gnus-summary-resend-message)
10324         (gnus-summary-mail-crosspost-complaint): do.
10325
10326         * gnus-move.el (gnus-change-server): do.
10327
10328         * gnus-group.el (gnus-group-unmark-all-groups)
10329         (gnus-group-set-current-level): do.
10330
10331 2004-10-04  Simon Josefsson  <jas@extundo.com>
10332
10333         * message.el (message-generate-hashcash): Doc fix.
10334
10335 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10336
10337         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10338         avoid infinite recursion via gnus-get-function.
10339
10340 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10341
10342         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10343
10344         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10345
10346         * nnmail.el (nnmail-split-history): do.
10347
10348         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10349         (nnml-request-delete-group): do.
10350
10351         * nnslashdot.el (nnslashdot-read-groups): do.
10352
10353         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10354         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10355
10356         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10357         (nnspool-sift-nov-with-sed): Use last
10358         (nnspool-retrieve-headers-with-nov): Use mapc.
10359         (nnspool-request-newgroups): Use dolist.
10360         (nnspool-request-group): Use last.
10361
10362         * nntp.el (nntp-read-server-type): Use dolist.
10363
10364         * nnvirtual.el (nnvirtual-create-mapping)
10365         (nnvirtual-update-read-and-marked): Use dolist.
10366         (nnvirtual-convert-headers): Simplify.
10367
10368 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10369
10370         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10371         support for sync'ing tick marks.
10372
10373 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10376         there's no visible header.
10377
10378 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10379
10380         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10381         necessary, pass full group name to gnus-request-set-marks.
10382
10383 2004-10-01  Simon Josefsson  <jas@extundo.com>
10384
10385         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10386         acroread.
10387
10388 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * spam-report.el (spam-report-gmane): Fix interactive.
10391
10392         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10393
10394         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10395         when writing file.
10396         (gnus-agent-synchronize-flags): Don't default to being
10397         interactive.
10398
10399 2004-09-30  Simon Josefsson  <jas@extundo.com>
10400
10401         * message.el (message-generate-hashcash): Add.
10402         (message-send-mail): Use it, call mail-add-payment.
10403
10404 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10405
10406         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10407
10408 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10409
10410         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10411         gnus-requst-update-info with explicit code to sync the in-memory
10412         info read flags with the marks being sync'd to the backend.
10413
10414         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10415
10416 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10417
10418         * spam.el (spam-verify-bogofilter): Add new function.
10419         (spam-check-bogofilter)
10420         (spam-bogofilter-register-with-bogofilter): Use it.
10421         (spam-verify-bogofilter): Add small fixes.
10422
10423 2004-09-28  Simon Josefsson  <jas@extundo.com>
10424
10425         * hashcash.el (hashcash-generate-payment): Revert.
10426
10427 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10428
10429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10430         gnus-extract-references instead of gnus-split-references.
10431
10432         * gnus-util.el (gnus-extract-references): Add new function, analogous
10433         to gnus-split-references but extracts only the message-ID without
10434         anything extra.
10435
10436         * hashcash.el (hashcash-generate-payment)
10437         (hashcash-check-payment): Do the right thing if hashcash-path is
10438         nil (because the hashcash program could not be found).
10439
10440         * spam.el (spam-use-hashcash): Remove comment.
10441
10442 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10443
10444         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10445         (gnus-cache-enter-article, gnus-cache-remove-article)
10446         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10447
10448         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10449
10450         * gnus-art.el (article-hide-boring-headers)
10451         (article-translate-strings, article-display-face)
10452         (gnus-article-mime-match-handle-first)
10453         (gnus-article-highlight-headers)
10454         (gnus-article-add-buttons-to-head): do.
10455
10456 2004-09-27  Simon Josefsson  <jas@extundo.com>
10457
10458         * hashcash.el: New version, from
10459         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10460         ../contrib/.
10461
10462 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10465
10466 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10467
10468         * gnus-dup.el (gnus-dup-open): Use mapc.
10469         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10470
10471         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10472         Reported by Stefan Wiens <s.wi@gmx.net>.
10473
10474         * gnus.el (gnus-shutdown): Use dolist.
10475
10476         * gnus-undo.el (gnus-undo): Use mapc.
10477
10478         * nnrss.el (nnrss-generate-active): do.
10479
10480         * message.el (message-cite-original-without-signature)
10481         (message-cite-original): Use mapc.
10482         (message-do-actions, message-make-forward-subject): Use dolist.
10483
10484 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10485
10486         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10487         deletion to remove entire duplicate line.  Fixes merged article
10488         number bug.
10489
10490 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10491
10492         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10493         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10494         first ask if you want to open a server and then, even when you
10495         responded with no, asking if you want to synchronize the server's
10496         flags.
10497         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10498         multi-line expressions.
10499         (gnus-agent-synchronize-group-flags): New internal function.
10500         Updates marks in memory (in the info structure) AND in the
10501         backend.
10502
10503         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10504
10505         * nnagent.el (nnagent-request-set-mark): Use
10506         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10507         method, to ensure that synchronization updates marks in the
10508         backend and in the info (in memory) structure.
10509
10510 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10513         convention fully; don't miss the root article of a thread; make
10514         the X-Draft-From header with correct article numbers.
10515
10516 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10517
10518         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10519         unless plugged.  Disable the agent so that an open failure causes
10520         an error.
10521
10522         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10523         Reverted 2004-09-21 change.  The backend must be opened while
10524         synchronizing flags even when the backend stores the flags
10525         locally.
10526
10527 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10530         in `header' match.  Reported by Svend Tollak Munkejord.
10531
10532         * message.el (message-cite-original): Fix use of
10533         `message-cite-articles-with-x-no-archive'.
10534
10535 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10538         (gnus-window-to-buffer): Ditto.
10539
10540         * mml.el (mml-preview-buffer): New variable.
10541         (mml-preview): Manage window layout with gnus-buffer-configuration.
10542
10543         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10544         X-Draft-From header even if those articles aren't quoted.
10545
10546 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10547
10548         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10549         (gnus-request-set-mark, gnus-request-update-mark): Use new
10550         g-s-t-u-l-m to decide to use backend even when unplugged.
10551
10552 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10555         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10556
10557 2004-09-20  Simon Josefsson  <jas@extundo.com>
10558
10559         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10560         "utf-16-le".
10561
10562 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10563
10564         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10565
10566 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * uudecode.el (uudecode-use-external): Add :version.
10569
10570         * smime.el (smime-CA-file, smime-encrypt-cipher)
10571         (smime-dns-server): Add :version.
10572
10573         * smiley.el (gnus-smiley-file-types): Add :version.
10574
10575         * sha1.el (sha1-use-external): Add :version.
10576
10577         * pgg-def.el (pgg-query-keyserver): Add :version.
10578
10579         * nnmail.el (nnmail-fancy-expiry-targets)
10580         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10581         Add :version.
10582
10583         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10584         (nnimap-retrieve-groups-asynchronous): Add :version.
10585         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10586
10587         * mml.el (mml-content-disposition-parameters)
10588         (mml-insert-mime-headers-always): Add :version.
10589
10590         * mm-util.el (mm-coding-system-priorities): Add :version.
10591
10592         * mm-decode.el (mm-inline-text-html-with-images)
10593         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10594         (mm-verify-option): Add :version.
10595         (mm-text-html-renderer): Change :version.
10596
10597         * message.el (message-fcc-externalize-attachments)
10598         (message-required-headers, message-draft-headers)
10599         (message-subject-trailing-was-query)
10600         (message-subject-trailing-was-ask-regexp)
10601         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10602         (message-mark-insert-end, message-archive-header)
10603         (message-archive-note, message-cross-post-default)
10604         (message-cross-post-note, message-followup-to-note)
10605         (message-cross-post-note-function, message-use-mail-followup-to)
10606         (message-subscribed-address-functions)
10607         (message-subscribed-address-file, message-subscribed-addresses)
10608         (message-subscribed-regexps, message-allow-no-recipients)
10609         (message-yank-cited-prefix, message-signature-insert-empty-line)
10610         (message-hidden-headers, message-hierarchical-addresses)
10611         (message-mail-user-agent, message-use-idna)
10612         (message-valid-fqdn-regexp)
10613         (message-strip-special-text-properties, message-header-synonyms)
10614         (message-beginning-of-line, message-tab-body-function): Add :version.
10615         (message-insert-canlock, message-wide-reply-confirm-recipients):
10616         Change :version.
10617
10618         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10619         and :version.
10620         (mail-source-delete-old-incoming-confirm)
10621         (mail-source-movemail-program): Add :version.
10622
10623         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10624         (gnus-agent-cache, gnus-agent): Change :version.
10625
10626         * gnus-util.el (gnus-use-byte-compile): Change :version.
10627
10628         * gnus-sum.el (gnus-summary-make-false-root-always)
10629         (gnus-summary-default-high-score)
10630         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10631         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10632         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10633         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10634         (gnus-sum-thread-tree-single-indent)
10635         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10636         (gnus-sum-thread-tree-leaf-with-other)
10637         (gnus-sum-thread-tree-single-leaf): Add :version.
10638         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10639         (gnus-article-loose-mime): Change :version.
10640
10641         * gnus-start.el (gnus-backup-startup-file)
10642         (gnus-save-startup-file-via-temp-buffer): Add :version.
10643
10644         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10645         (gnus-server-offline-face): Add :version.
10646
10647         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10648
10649         * gnus-msg.el (gnus-gcc-externalize-attachments)
10650         (gnus-debug-files, gnus-debug-exclude-variables)
10651         (gnus-discouraged-post-methods): Change :version.
10652         (gnus-confirm-mail-reply-to-news)
10653         (gnus-confirm-treat-mail-like-news): Add :version.
10654
10655         * gnus-int.el (gnus-server-unopen-status): Add :version.
10656
10657         * gnus-group.el (gnus-group-jump-to-group-prompt)
10658         (gnus-large-ephemeral-newsgroup)
10659         (gnus-fetch-old-ephemeral-headers): Add :version.
10660
10661         * gnus-fun.el (gnus-x-face-directory)
10662         (gnus-convert-pbm-to-x-face-command)
10663         (gnus-convert-image-to-x-face-command)
10664         (gnus-convert-image-to-face-command): Add :version.
10665
10666         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10667
10668         * gnus-cite.el (gnus-cite-blank-line-after-header)
10669         (gnus-article-boring-faces): Add :version.
10670
10671         * gnus-art.el (gnus-buttonized-mime-types)
10672         (gnus-inhibit-mime-unbuttonizing)
10673         (gnus-treat-display-face)
10674         (gnus-treat-body-boundary): Change :version.
10675         (gnus-body-boundary-delimiter, gnus-picon-databases)
10676         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10677         (gnus-treat-date-english, gnus-treat-fold-headers)
10678         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10679         (gnus-treat-mail-picon, gnus-treat-wash-html)
10680         (gnus-article-encrypt-protocol)
10681         (gnus-use-idna, gnus-article-over-scroll)
10682         (gnus-mime-display-multipart-alternative-as-mixed)
10683         (gnus-mime-display-multipart-related-as-mixed)
10684         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10685         (gnus-ctan-url, gnus-button-ctan-handler)
10686         (gnus-button-handle-ctan-bogus-regexp)
10687         (gnus-button-ctan-directory-regexp)
10688         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10689         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10690         (gnus-button-man-level, gnus-button-emacs-level)
10691         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10692
10693         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10694         (gnus-agent-go-online): Change :version.
10695         (gnus-agent-expire-unagentized-dirs)
10696         (gnus-agent-auto-agentize-methods): Add :version.
10697
10698         * flow-fill.el (fill-flowed-display-column)
10699         (fill-flowed-encode-column): Add :version.
10700
10701         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10702         (gnus-outlook-deuglify-unwrap-max)
10703         (gnus-outlook-deuglify-cite-marks)
10704         (gnus-outlook-deuglify-unwrap-stop-chars)
10705         (gnus-outlook-deuglify-no-wrap-chars)
10706         (gnus-outlook-deuglify-attrib-cut-regexp)
10707         (gnus-outlook-deuglify-attrib-verb-regexp)
10708         (gnus-outlook-deuglify-attrib-end-regexp)
10709         (gnus-outlook-display-hook): Add :version.
10710
10711         * binhex.el (binhex-use-external): Add :version.
10712
10713 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10716         and `invisible'.
10717
10718 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10719
10720         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10721         in gnus-registry-trim.
10722
10723 2004-09-13  Simon Josefsson  <jas@extundo.com>
10724
10725         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10726
10727         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10728
10729         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10730         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10731         <yamaoka@jpl.org>.
10732         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10733         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10734         <yamaoka@jpl.org>.
10735
10736         * sieve.el (sieve-manage-mode): Ditto.
10737
10738 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10741
10742 2004-09-11  Simon Josefsson  <jas@extundo.com>
10743
10744         * dns-mode.el: Add.
10745
10746         * mm-view.el (mm-display-dns-inline): Add.
10747
10748         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10749         (mm-automatic-display): Ditto.
10750
10751         * mailcap.el (mailcap-mime-data): Add text/dns.
10752         (mailcap-mime-extensions): Map .soa to text/dns.
10753
10754 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10755
10756         * gnus-art.el (article-decode-mime-words, article-babel)
10757         (gnus-article-highlight-signature, gnus-article-add-buttons)
10758         (gnus-signature-toggle): Remove unnecessary bindings of
10759         `inhibit-read-only' inherited from v5.10 merge.
10760
10761 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * nntp.el (nntp): New customization group.
10764         (nntp-authinfo-file): Add customization group.
10765
10766         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10767
10768         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10769
10770         * gnus.el (to-address, to-list, subscribed)
10771         (large-newsgroup-initial): Ditto.
10772
10773         * flow-fill.el (fill-flowed-display-column)
10774         (fill-flowed-encode-column): Ditto.
10775
10776 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10777
10778         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10779         Use point-min rather than 1.
10780         (message-send-mail): Use buffer-size rather than point-max.
10781
10782         * gnus-sum.el (gnus-summary-search-article-forward):
10783         Signal a specific `search-failed' rather than a generic `error'.
10784
10785         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10786         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10787         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10788
10789 2004-09-10  Simon Josefsson  <jas@extundo.com>
10790
10791         * nndb.el (require): Remove tcp and duplicate cl.
10792
10793 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * gnus-agent.el (directory-files-and-attributes): Move forward.
10796
10797 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10798
10799         * gnus-agent.el (directory-files-and-attributes): Optionally
10800         defined to support XEmacs.
10801
10802 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10803
10804         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10805         to avoid run-time CL dependencies.
10806         (gnus-agent-unfetch-articles): New function.
10807         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10808         article numbers even when local .overview file is missing.
10809         (gnus-agent-read-article-number): New function.  Only accepts
10810         27-bit article numbers.
10811         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10812         gnus-agent-read-article-number.
10813         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10814         from backend while recognizing that article numbers in .overview
10815         must be valid.
10816         (gnus-agent-update-files-total-fetched-for): Use
10817         directory-files-and-attributes to improve performance.
10818         * gnus-int.el (gnus-request-move-article): Use
10819         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10820         improve performance.
10821
10822         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10823         some users confused by references to .newsrc when they only have a
10824         .newsrc.eld file.
10825         (gnus-convert-mark-converter-prompt)
10826         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10827         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10828         New function.  Used internally to only display 'gnus converting
10829         files' message when actually necessary.
10830
10831         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10832         methods now autoloaded.
10833
10834 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10837         identifiers.
10838
10839 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-picon.el: Fix indentation and closing parenthesis.
10842
10843 2004-09-01  Simon Josefsson  <jas@extundo.com>
10844
10845         * message.el (message-canlock-generate): Require sha1, not
10846         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10847         to require within a function.  Sadly, if sha1.el isn't loaded, the
10848         let binding in m-c-g will hide the defcustom definition, which is
10849         bad.)
10850
10851         * canlock.el: Require sha1, not sha1-el.
10852
10853         * message.el: Don't autoload sha1 (there is a autoload cookie in
10854         sha1.el).
10855
10856         * sha1-el.el: Renamed to sha1.el.
10857
10858 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10859
10860         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10861
10862 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10863
10864         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10865
10866 2004-08-30  Kim F. Storm  <storm@cua.dk>
10867
10868         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10869
10870         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10871         Add :group 'nnimap.
10872
10873 2004-08-30  Andreas Schwab  <schwab@suse.de>
10874
10875         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10876         ?* and ?\;.
10877
10878         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10879         and ?\' to symbol instead of whitespace.
10880
10881 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10884
10885         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10886         instead of re-search-forward.
10887
10888         * gnus-uu.el (gnus-uu-save-article): Ditto.
10889         (gnus-uu-post-encode-uuencode): Ditto.
10890
10891         * html2text.el (html2text-clean-list-items): Ditto.
10892         (html2text-clean-dtdd): Ditto.
10893         (html2text-format-tags): Ditto.
10894
10895         * message.el (message-send-mail-with-sendmail): Fix regexp.
10896         (message-fill-field-general): Use search-forward instead of
10897         re-search-forward.
10898         (unbold-region): Ditto.
10899
10900         * nnrss.el (nnrss-request-article): Ditto.
10901
10902         * nnslashdot.el (nnslashdot-request-article): Ditto.
10903
10904         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10905
10906         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10907         "Unrecognized menu descriptor" error in XEmacs.
10908
10909 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10910
10911         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10912         parent article of a sparse article in the thread hashtb.
10913
10914 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10915
10916         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10917         (nnmail-expand-newtext): Lowercase expanded entries if
10918         nnmail-split-lowercase-expanded is non-nil.
10919
10920 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10923
10924         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10925         of gnus-tmp-news-method into string under XEmacs.  It will be
10926         passed to gnus-correct-length which takes only a string argument.
10927
10928 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-util.el (gnus-bind-print-variables): New macro.
10931         (gnus-prin1): Use it.
10932         (gnus-prin1-to-string): Use it.
10933         (gnus-pp): New function.
10934         (gnus-pp-to-string): New function.
10935
10936         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10937         Replace pp-to-string with gnus-pp-to-string.
10938         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10939         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10940         * gnus-msg.el (gnus-debug): Ditto.
10941         * gnus-score.el (gnus-score-save): Ditto.
10942         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10943         gnus-pp-to-string.
10944         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10945         with gnus-pp.
10946         * score-mode.el (gnus-score-pretty-print): Ditto.
10947         * webmail.el (webmail-debug): Ditto.
10948
10949 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-art.el (article-display-face, article-display-x-face):
10952         Use buffer-read-only.
10953
10954 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-art.el (article-hide-list-identifiers):
10957         Bind inhibit-read-only as t.
10958
10959 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10962
10963 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10964
10965         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10966         (gnus-narrow-to-page): Don't assume point-min == 1.
10967         (gnus-article-edit-mode): Derive from message-mode.
10968
10969         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10970         point-min == 1.
10971
10972         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10973         Disable incorrect use of `assert'.
10974
10975         * message.el (message-mode): Set comment-start-skip.
10976
10977
10978 2004-08-22  Sam Steingold  <sds@gnu.org>
10979
10980         * pop3.el (pop3-leave-mail-on-server): New user variable.
10981         (pop3-movemail): Delete mail only when it is nil.
10982
10983 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10986
10987         * mml.el (mml-preview): Use `pop-to-buffer'.
10988
10989         * message.el (message-goto-mail-followup-to): Insert after "To".
10990         (message-carefully-insert-headers): Add comment.
10991
10992         * gnus.el: Remove unused variable `gnus-article-check-size'.
10993
10994         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10995
10996         * gnus-art.el (gnus-button-alist): Improve
10997         `gnus-button-handle-library' entry.
10998
10999 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11000
11001         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11002         downcase, since XEmacs capitalizes error messages differently.
11003
11004 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11005
11006         * nntp.el: Add (require 'gnus) due to reference to
11007         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11008
11009 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11010
11011         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11012         `mm-fill-flowed'.
11013
11014         * mm-decode.el (mm-dissect-singlepart): Check it.
11015
11016 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11019         'imap' for netrc parsing.
11020
11021 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * mailcap.el (mailcap-mime-data): Mark as risky.
11024
11025 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11028         may be included in the encoded word.
11029         (rfc2047-encode): Don't append a space if the encoded word
11030         includes close parenthesis.
11031
11032 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11035         of text within parentheses.
11036
11037 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11040         (gnus-encrypt-write-file-contents): Make the password key the file
11041         name PLUS the cipher, not just the cipher.  Also remove failed
11042         passwords from the cache.
11043
11044 2004-08-06  Simon Josefsson  <jas@extundo.com>
11045
11046         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11047         fix.
11048
11049 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11052         LWSP.
11053
11054 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11057         to append in-reply-to: data to the references: header.
11058
11059         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11060         (netrc-parse): Use gnus-encrypt.el functions.
11061
11062         * gnus-encrypt.el: Add new file for encryption support; currently
11063         does only a few GPG ciphers and an internal XOR cipher.
11064
11065         * password.el: Add comments on using password-read-and-add.
11066         (password-read-and-add): Add function to read and add the
11067         password to the cache at once.
11068
11069 2004-07-28  Simon Josefsson  <jas@extundo.com>
11070
11071         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11072         parameter (but don't use it, for now).
11073
11074         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11075         instead of hard coding to nil.
11076
11077 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11080         as mm-inline-image-xemacs does.
11081
11082 2004-07-26  Simon Josefsson  <jas@extundo.com>
11083
11084         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11085         Revert part of 2004-07-17 change below.
11086
11087 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11090         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11091
11092 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11095         quotes that actually start with ">" at the beginning of the
11096         lines.
11097
11098 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * rfc2047.el (rfc2047-encode-region): Fix last change.
11101         (rfc2047-encode-parameter): Remove useless concat.
11102
11103 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11106         encode special characters; fix some kind of misconfigured headers;
11107         signal a real error if debug-on-quit or debug-on-error is non-nil.
11108         (rfc2047-encode-max-chars): New variable.
11109         (rfc2047-encode-1): Use it.
11110         (rfc2047-encode-parameter): New function.
11111
11112         * mml.el (mml-insert-parameter): Remove an excessive space.
11113
11114 2004-07-17  Simon Josefsson  <jas@extundo.com>
11115
11116         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11117         Kai Grossjohann <kai@emptydomain.de>.
11118         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11119         (gnus-group-make-menu-bar): Ditto.
11120
11121         * gnus-util.el (gnus-group-server): Add.
11122
11123 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11124
11125         * message.el (message-clone-locals): Clone sendmail and smtp
11126         variables.
11127
11128 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * rfc2047.el (rfc2047-encode-region): Fix last change.
11131
11132 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11135         characters as non-special.
11136
11137 2004-07-09  Simon Josefsson  <jas@extundo.com>
11138
11139         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11140         Users will lose all flag changes made while unplugged with
11141         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11142         good default.  See numerous reports on ding mailing list.
11143
11144 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11147         add generate-head-function and generate-article-function to the
11148         rfc822-forward entry.
11149         (nndoc-rfc822-forward-generate-article): New function.
11150         (nndoc-rfc822-forward-generate-head): New function.
11151
11152         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11153
11154 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11155
11156         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11157         respect display group parameter and gnus-summary-expunge-below.
11158         (gnus-articles-to-read): Remove unused reference to display group
11159         parameter.
11160
11161 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * nnheader.el (nnheader-uniquify-message-id): New experimental
11164         variable.
11165         (nnheader-nov-read-message-id): Use it.
11166
11167         * spam-report.el (spam-report-gmane): Add interactive.
11168
11169 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11172         qp-or-base64 for the application/* types.
11173
11174 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11175
11176         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11177
11178 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11179
11180         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11181         trim value.
11182
11183 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11184
11185         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11186         New macro and function.
11187         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11188
11189 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11192         after-load-alist.
11193
11194 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11197         update info that isn't there.
11198
11199 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11200
11201         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11202         entry.
11203
11204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-view.el (mm-inline-render-with-function): Use multibyte
11207         buffer; decode html source by charset.
11208
11209         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11210
11211         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11212         Mule-UCS is loaded under XEmacs.
11213         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11214
11215 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11216
11217         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11218
11219 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-util.el (mm-coding-system-p): Return a coding-system.
11222         (mm-mime-mule-charset-alist): Use shift_jis instead of
11223         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11224         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11225         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11226         instead of japanese-shift-jis and iso-latin-1 respectively in
11227         order to share the default value with both Emacs and XEmacs-mule.
11228         (mm-mule-charset-to-mime-charset): Make
11229         mm-coding-system-priorities effective.
11230         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11231         while predicating of candidates upon the priorities.
11232
11233 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11234
11235         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11236         gnus-uu-invert-processable.
11237
11238         * gnus.el: Autoload gnus-uu-invert-processable.
11239
11240 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mm-util.el (mm-with-multibyte-buffer): New macro.
11243
11244         * rfc2047.el (rfc2047-encode-string): Use it.
11245         (rfc2047-encode-region): Move point to the end of the region after
11246         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11247
11248 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11251         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11252
11253 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11256         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11257         Karl Chen <quarl@nospam.quarl.org>.
11258
11259 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11260
11261         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11262         invalid addresses.
11263
11264 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11265
11266         * spam.el: Change section markers, revise TODO list.
11267         (spam-backends): Make new master list of all installed backends.
11268         (spam-summary-exit-behavior): Add new variable to determine how
11269         messages moves are done at summary exit.
11270         (spam-move-spam-nonspam-groups-only)
11271         (spam-process-ham-in-nonham-groups)
11272         (spam-process-ham-in-spam-groups): Remove variables, the
11273         spam-summary-exit-behavior variable should be used to manage this
11274         behavior.
11275         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11276         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11277         and spam-old-spam-articles.
11278         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11279         Add empty variables, placeholders for the backends they represent.
11280         (spam-set-difference): Move, unchanged.
11281         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11282         unless the user has a processor variable.
11283         (spam-classifications, spam-classification-valid-p)
11284         (spam-backend-properties, spam-backend-property-valid-p)
11285         (spam-backend-function-type-valid-p)
11286         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11287         (spam-report-articles-gmane, spam-report-articles-resend):
11288         Remove functions, they are not needed.
11289         (spam-install-backend-super, spam-backend-list)
11290         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11291         (spam-backend-function, spam-backend-ham-registration-function)
11292         (spam-backend-spam-registration-function)
11293         (spam-backend-ham-unregistration-function)
11294         (spam-backend-spam-unregistration-function)
11295         (spam-backend-statistical-p, spam-backend-mover-p)
11296         (spam-install-backend-alias, spam-install-checkonly-backend)
11297         (spam-install-mover-backend, spam-install-nocheck-backend)
11298         (spam-install-backend, spam-install-statistical-backend)
11299         (spam-install-statistical-checkonly-backend): Add backend installation
11300         support.
11301         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11302         (spam-group-processor-p): Use the new backend code and respect the
11303         summary exit behavior.
11304         (spam-mark-spam-as-expired-and-move-routine): Remove.
11305         (spam-summary-prepare): Change to use the new spam-old-articles
11306         variable.
11307         (spam-copy-or-move-routine, spam-copy-spam-routine)
11308         (spam-move-spam-routine, spam-copy-ham-routine)
11309         (spam-move-ham-routine): Add code to copy/move ham or spam.
11310         (spam-fetch-field-fast): Improve doc and code, plus allow the
11311         'number request.
11312         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11313         variables.
11314         (spam-split, spam-find-spam): Use the new backend code.
11315         (spam-registration-functions): Remove variable.
11316         (spam-unregister-routine): Add convenience wrapper.
11317         (spam-log-undo-registration, spam-register-routine)
11318         (spam-log-processing-to-registry)
11319         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11320         where possible.
11321         (spam-check-gmane-xref, spam-check-regex-headers)
11322         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11323         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11324         (spam-check-bogofilter-headers, spam-check-spamoracle)
11325         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11326         (spam-check-crm114-headers): Use the spam-split-group that
11327         spam-split prepares, no need to determine it every time.
11328
11329         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11330         to the nnheader-parse-naked-head call.
11331
11332         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11333
11334         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11335         the nnheader-nov-read-message-id call.
11336
11337 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11340         gnus-activate-group twice.  Suggested by Markus Peter
11341         <warp@spin.de>.
11342
11343 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-art.el (gnus-article-time-format): Exchange the order of
11346         day and month in the default value; fix customization type.
11347         (article-date-ut): Use add-text-properties.
11348         (article-make-date-line): Use message-make-date instead of
11349         current-time-string.
11350
11351         * message.el (message-fetch-field): Don't use set-text-properties.
11352         (message-make-date): Simplify.
11353
11354         * messagexmas.el (message-xmas-make-date): New function.
11355         (message-xmas-redefine): Defalias message-make-date to it.
11356
11357 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11360         (rfc2047-encode-region): Treat text within parentheses as special;
11361         show the original text when error has occurred.
11362
11363         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11364         already-computed method to gnus-activate-group.
11365
11366         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11367         same select-methods identical Lisp objects.
11368
11369         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11370         object when modifying the info.
11371
11372 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11375         gnus-opened-servers since it has never been opened with the new
11376         configuration yet.
11377
11378 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11381         arg to nnheader-generate-fake-message-id.
11382
11383 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11386         number and build a fake message ID localized to a group and
11387         article number (so it's repeatable from that point on).
11388         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11389         ID format.
11390
11391         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11392         nnheader-generate-fake-message-id with the article number.
11393
11394 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11395
11396         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11397         end-of-buffer.
11398
11399 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * message.el (message-ignored-supersedes-headers): Add Approved.
11402
11403 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11406         goto-char.
11407         (rfc2047-encode): Fold the line before encoding.
11408
11409 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11412         folding -- not all headers can be folded, and this should be done
11413         by the message composition mode.  Probably.  I think.
11414
11415 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11418         fast.
11419
11420         * gnus-ems.el (gnus-remove-image): Don't use
11421         message-text-with-property; remove only the image found first.
11422
11423         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11424         found first.
11425
11426 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11427
11428         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11429
11430 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * message.el (message-text-with-property): Make it fast and accept
11433         optional arguments.
11434         (message-strip-forbidden-properties): Use it.
11435         (message-fix-before-sending): Follow the m-t-w-p change.
11436
11437         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11438
11439 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-art.el (article-hide-headers): Don't change the buffer
11442         mistakenly when performing mml-preview even if
11443         gnus-single-article-buffer is nil.
11444
11445 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11446
11447         * message.el (message-expand-name-databases): New user option.
11448         (message-expand-name): Use it.
11449
11450 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11451
11452         * spam.el (spam-report-articles-resend)
11453         (spam-report-resend-register-routine): Allow ham reporting.
11454         (spam-report-resend-register-ham-routine): Add wrapper.
11455         (spam-registration-functions): Add ham resending functions.
11456         (spam-list-of-processors): Add ham resend processor.
11457
11458         * gnus.el (ham-resend-to): Add new group parameter.
11459         (spam-process): Add ham resend option.
11460
11461         * spam-report.el (spam-report-resend): Allow reporting ham.
11462         (spam-report-resend-ham): Add wrapper.
11463
11464 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11465
11466         * message.el (message-cite-articles-with-x-no-archive): New
11467         variable.
11468         (message-cite-original): Use it.
11469
11470 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471
11472         * message.el (message-cite-original): Respect X-No-Archive.
11473
11474 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-art.el (article-hide-headers): Refer to the values for
11477         gnus-ignored-headers and gnus-visible-headers in the summary
11478         buffer since a user may have set them as group parameters.
11479
11480 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11481
11482         * assistant.el (assistant-node-name): Add convenience function.
11483         (assistant-render-text, assistant-render-node): Add error handling,
11484         plus handle multiple next nodes.
11485         (assistant-find-next-node): Comment out for now.
11486         (assistant-find-next-nodes): Add function, returns list of next
11487         nodes.
11488
11489 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * mail-source.el (mail-source-directory): Fix doc-string.
11492
11493 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11494
11495         * assistant.el (assistant-render-text, assistant-eval): Add :set
11496         widget type, which is different because it takes and returns a
11497         list.  Much hilarity ensues.
11498
11499 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11502
11503         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11504         doc-string.
11505
11506         * gnus-start.el (gnus-activate-group): Added doc-string.
11507
11508 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11511
11512 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * assistant.el (assistant-render-text): Try to add a :set
11515         widget, more to come.
11516
11517         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11518         strings.
11519         (spam-report-articles-resend)
11520         (spam-register-routine): Do registration iff any articles warrant
11521         it.
11522         (spam-summary-prepare-exit): Change log message for nil group
11523         destinations.
11524
11525 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11526
11527         * spam.el (spam-report-resend-register-routine): Allow
11528         spam-report-resend-to to be a group parameter or a global value.
11529
11530 2004-05-26  Simon Josefsson  <jas@extundo.com>
11531
11532         * starttls.el: Merge with my GNUTLS based starttls.el.
11533         (starttls-gnutls-program, starttls-use-gnutls)
11534         (starttls-extra-arguments, starttls-process-connection-type)
11535         (starttls-connect, starttls-failure, starttls-success): New
11536         variables.
11537         (starttls-program, starttls-extra-args): Doc fix.
11538         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11539         functions.
11540         (starttls-negotiate, starttls-open-stream): Check
11541         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11542         function if it is set.
11543
11544 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11547         structured fields.
11548
11549 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11552
11553 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11556         variable.
11557         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11558         assigning the spam-mark to new messages.
11559
11560 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11561
11562         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11563
11564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11567
11568         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11569         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11570         default.
11571
11572 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11573
11574         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11575         correct data.
11576
11577 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11580         (spam-group-processor-p): Fix function.
11581         (spam-group-processor-multiple-p)
11582         (spam-group-spam-processor-report-gmane-p)
11583         (spam-group-spam-processor-report-resend-p)
11584         (spam-group-spam-processor-bogofilter-p)
11585         (spam-group-spam-processor-blacklist-p)
11586         (spam-group-spam-processor-ifile-p)
11587         (spam-group-ham-processor-ifile-p)
11588         (spam-group-spam-processor-spamoracle-p)
11589         (spam-group-spam-processor-crm114-p)
11590         (spam-group-ham-processor-bogofilter-p)
11591         (spam-group-spam-processor-stat-p)
11592         (spam-group-ham-processor-stat-p)
11593         (spam-group-ham-processor-whitelist-p)
11594         (spam-group-ham-processor-BBDB-p)
11595         (spam-group-ham-processor-spamoracle-p)
11596         (spam-group-ham-processor-copy-p): Remove functions with some
11597         prejudice against unneeded code.
11598         (spam-report-articles-resend)
11599         (spam-report-resend-register-routine): Allow the group/topic
11600         spam-resend-to value to override spam-report-resend-to.
11601         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11602         properly now.
11603
11604         * gnus.el (spam-resend-to): Add group/topic parameter.
11605         (spam-process): Move the OBSOLETE processors to the end of the
11606         choices.
11607
11608 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11609
11610         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11611         with resend-to set to nil, and then ask the user if necessary.
11612         (spam-report-resend): spam-report-resend takes a list of articles, not
11613         separate article numbers.
11614
11615 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11618         addition to emacs-w3m.
11619
11620 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * assistant.el (assistant-authinfo-data): New function.
11623         (assistant-eval): Eval for entire assistant.
11624
11625         * netrc.el (netrc-services-file): New variable.
11626         (netrc-parse-services): New function.
11627         (netrc-find-service-name): New function.
11628         (netrc-find-service-number): New function.
11629         (netrc-port-equal): New function.
11630         (netrc-machine): Use it.
11631
11632         * nnimap.el (nnimap-open-connection): Use netrc.
11633
11634         * gnus-util.el (gnus-netrc-get): Remove aliases.
11635
11636         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11637
11638         * assistant.el (wid-edit): Fix compilation.
11639
11640         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11641
11642 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11643
11644         * gnus-util.el (gnus-set-file-modes): New function.  (small
11645         patch).
11646
11647 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11650
11651         * assistant.el (assistant-render-node): Fix up rendering and
11652         read-only text.
11653         (assistant-render-node): Reset.
11654         (assistant-make-read-only): Not sticky.
11655
11656 2004-05-20  Danny Siu  <dsiu@adobe.com>
11657
11658         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11659         centered even when gnus-auto-center-summary is t
11660
11661 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11662
11663         * dns.el (dns-get-txt-answer): New function.
11664         (dns-read-txt): Ditto.
11665         (query-dns): Use it.
11666
11667 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11670         active for foreign groups even if the group level is higher than
11671         the specified value.
11672
11673 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11676         non-active groups.
11677
11678         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11679
11680 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11681
11682         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11683
11684 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11687         (spam-crm114-header, spam-crm114-spam-switch)
11688         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11689         (spam-crm114-positive-spam-header)
11690         (spam-crm114-database-directory, spam-list-of-processors)
11691         (spam-group-spam-processor-crm114-p)
11692         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11693         (spam-generic-score, spam-list-of-checks)
11694         (spam-list-of-statistical-checks, spam-registration-functions)
11695         (spam-check-crm114-headers, spam-crm114-score)
11696         (spam-check-crm114, spam-crm114-register-with-crm114)
11697         (spam-crm114-register-spam-routine)
11698         (spam-crm114-unregister-spam-routine)
11699         (spam-crm114-register-ham-routine)
11700         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11701         asjo@koldfront.dk (Adam Sjøgren).
11702
11703         * gnus.el: Add spam-use-crm114.
11704
11705         * spam.el (spam-list-of-processors, spam-registration-functions):
11706         Add spam-use-resend.
11707         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11708         (spam-report-articles-gmane): Add doc fix.
11709         (spam-report-articles-resend, spam-report-resend-register-routine):
11710         Add wrappers around spam-report-resend-to.
11711
11712         * spam-report.el (spam-report-resend-to, spam-report-resend):
11713         Add support for resending spam.
11714         (spam-report-gmane): Fix line length >80.
11715
11716         * gnus.el (spam-process): Add spam-use-resend.
11717
11718 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11719
11720         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11721         number of processed spam messages.
11722         (spam-ham-copy-or-move-routine): Return the number of processed
11723         ham messages.
11724         (spam-summary-prepare-exit): Use the above values to decide
11725         whether status messages shouled be displayed.
11726
11727 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11730         `rfc2047-encoding-function-alist' in order to avoid conflicting
11731         with the old version.
11732         (rfc2047-encode-region): Concatenate words containing non-ASCII
11733         characters in structured fields; don't encode space-delimited
11734         ASCII words even in unstructured fields; don't break words at
11735         char-category boundaries.
11736         (rfc2047-encode-1): New function.
11737         (rfc2047-encode): Use it; encode text so that it occupies the
11738         maximum width within 76-column; work correctly on Q encoding for
11739         iso-2022-* charsets.
11740         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11741         sure not to break a line just after the header name.
11742         (rfc2047-b-encode-region): Removed.
11743         (rfc2047-b-encode-string): New function.
11744         (rfc2047-q-encode-region): Removed.
11745         (rfc2047-q-encode-string): New function.
11746
11747         * mm-util.el (mm-replace-in-string): New function.
11748
11749 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750
11751         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11752         get it right.
11753         (gnus-inews-make-draft): Really.
11754
11755 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11756
11757         * nnmh.el (nnmh-request-list-1): Don't check the link count
11758         before descending.  (small patch)
11759
11760 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761
11762         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11763         stuff.
11764
11765         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11766         on real group name.
11767
11768         * gnus-art.el (gnus-signature-limit): Doc fix.
11769
11770         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11771
11772         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11773
11774 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11775
11776         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11777         isn't a string.
11778
11779 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * gnus-draft.el (gnus-draft-send): Bind
11782         rfc2047-encode-encoded-words.
11783
11784         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11785         (rfc2047-encodable-p): Say that =? needs encoding.
11786         (rfc2047-encode-encoded-words): New variable.
11787
11788         * gnus-group.el (gnus-group-select-group): Doc fix.
11789
11790         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11791
11792         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11793         to nil.
11794
11795         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11796
11797         * nnheader.el (nnheader-get-lines-and-char): New function.
11798
11799 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-msg.el (gnus-summary-followup-with-original): Document
11802         yanking of region when active.
11803
11804 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11807         groups if the group level is higher than the specified value.
11808
11809 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11812         (gnus-group-jump-to-group): Added prefix argument using
11813         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11814         non-active group.
11815
11816         * compface.el (uncompface): Be verbose when changing
11817         `uncompface-use-external'.
11818
11819         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11820         handle manual section.
11821
11822 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * gnus-art.el (gnus-button-alist): Revert previous change.
11825
11826 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11829
11830 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11833         whether backend can accept message.
11834
11835         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11836
11837 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11838
11839         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11840         Avoid creating directory when nntp-marks-is-evil is true.
11841         Reported by Reiner Steib.
11842
11843 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * gnus-picon.el (gnus-picon-style): New variable.
11846         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11847         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11848         Jesper Harder <harder@ifa.au.dk>.
11849
11850 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * message.el (message-fill-field): Return point.
11853         (message-generate-headers): Go to end of field.
11854
11855         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11856         stuff for non-living groups.
11857
11858 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11859
11860         * gnus-art.el (gnus-article-followup-with-original)
11861         (gnus-article-reply-with-original): gnus-mark-active-p ->
11862         gnus-region-active-p.
11863
11864 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11867         only when there is spam or ham to be processed.
11868
11869 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * mail-source.el (mail-source-delete-crash-box): Refactor.
11872         (mail-source-fetch): Use it.
11873         (mail-source-fetch-file): Ditto.
11874         (mail-source-fetch-directory): Run postscript in loop.
11875         (mail-source-fetch-pop): Delete.
11876         (mail-source-fetch-maildir): Ditto.
11877         (mail-source-fetch-imap): Ditto.
11878
11879         * imap.el (imap-authenticators): Comment out sasl.
11880
11881         * message.el (message-skip-to-next-address): New function.
11882         (message-fill-header-address): Refactor.
11883         (message-fill-address): Use it.
11884         (message-delete-address): Use it.
11885         (message-fill-header-general): Refactor.
11886         (message-fill-field-address): Rename.
11887         (message-narrow-to-field): Find the start of the header.
11888         (message-header-format-alist): Don't pre-fill.
11889         (message-fill-header): Removed.
11890         (message-insert-header): New function.
11891         (message-shorten-references): Use it.
11892
11893         * rfc2047.el (rfc2047-field-value): Strip props.
11894
11895         * mail-parse.el (mail-header-make-address): New alias.
11896
11897         * ietf-drums.el (ietf-drums-make-address): New function.
11898
11899         * imap.el: Add compiler directives.
11900
11901         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11902
11903         * gnus-art.el (article-decode-idna-rhs): Don't use
11904         message-idna-inside-rhs-p.
11905
11906 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * message.el (message-idna-inside-rhs-p): Removed.
11909         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11910
11911         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11912         false positives.
11913
11914 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11915
11916         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11917
11918 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * nneething.el (nneething-file-name): Don't create spurious
11921         files.
11922
11923         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11924         (gnus-inews-do-gcc): Remove sleep.
11925
11926         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11927         part under point.
11928
11929         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11930         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11931
11932 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * spam.el (spam-summary-prepare-exit): Fixed (length).
11935
11936 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11937
11938         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11939         as expired without moving it" message when there are spam
11940         messages left.
11941
11942 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11943
11944         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11945         header is not nil.
11946
11947 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11948
11949         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11950         nntp-possibly-create-directory, not nntp-possibly-change-group.
11951         (nntp-marks-changed-p): New arg SERVER.
11952         (nntp-request-update-info): Adjust caller.
11953
11954 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11955
11956         * nntp.el (nntp-save-marks): Pass missing arg.
11957
11958 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11959
11960         * nntp.el: Support marks.
11961         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11962         (nntp-marks-modtime, nntp-marks-directory): New variables.
11963         (nntp-request-set-mark, nntp-request-update-info)
11964         (nntp-possibly-create-directory, nntp-marks-changed-p)
11965         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11966         functions.
11967
11968 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11969
11970         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11971         (gnus-xmas-redefine): Rename.
11972
11973         * gnus-score.el (gnus-score-insert-help): Use
11974         gnus-select-lowest-window.
11975
11976         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11977         appt-select-lowest-window and rename to gnus-select-lowest-window.
11978
11979         * gnus.el: do.
11980
11981 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11982
11983         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11984         encodings of MIME-encoded words, in order to improve
11985         interoperability with several broken MUAs.
11986
11987 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11988
11989         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11990         tags, only when charsets are not specified in headers.
11991         (mm-inline-text-html-render-with-w3m): Ditto.
11992
11993         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11994         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11995
11996 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11997
11998         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11999         instead of MIME-decoded from fields when checking
12000         `gnus-article-address-banner-alist'.
12001
12002 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12003
12004         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12005         description rather than subject.
12006
12007 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12008
12009         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12010
12011 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus.el (gnus-version-number): Bump.
12014
12015 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12016
12017         * gnus.el: No Gnus v0.2 is released.
12018
12019 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12020
12021         * gnus-agent.el (gnus-agent-read-agentview): Inline
12022         gnus-uncompress-range.
12023
12024 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12025
12026         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12027         `exec-installed-p'.
12028
12029 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12030
12031         * gnus.el (spam-process, spam-autodetect-methods): Add
12032         bsfilter and bsfilter-headers.
12033
12034         * spam.el (spam-bsfilter): New customize group.
12035         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12036         (spam-bsfilter-header, spam-bsfilter-probability-header)
12037         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12038         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12039         (spam-bsfilter-database-directory): New options.
12040         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12041         (spam-list-of-statistical-checks, spam-registration-functions):
12042         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12043         (spam-bsfilter-score): New command.
12044         (spam-check-bsfilter-headers, spam-check-bsfilter)
12045         (spam-bsfilter-register-with-bsfilter)
12046         (spam-bsfilter-register-spam-routine)
12047         (spam-bsfilter-unregister-spam-routine)
12048         (spam-bsfilter-register-ham-routine)
12049         (spam-bsfilter-unregister-ham-routine): New functions.
12050         (spam-generic-score): Support bsfilter; Accept an optional argument
12051         to recalcurate spam score even if scoring header has already been
12052         added.
12053         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12054         optional argument to recalcurate spam score even if scoring header
12055         has already been added.
12056
12057 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12058
12059         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12060         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12061         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12062         link is missing.
12063
12064 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12065
12066         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12067         (html2text-get-attr): Rewrite.
12068
12069         * message.el (message-setup-1): Remove redundant put-text-property
12070         on mail-header-separator.
12071
12072 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         * gnus-registry.el (gnus-registry-cache-whitespace)
12075         (gnus-registry-action, gnus-registry-spool-action)
12076         (gnus-registry-split-fancy-with-parent): Change message levels
12077         from 5 to 3 or 7, as needed.
12078
12079         * spam.el (spam-summary-prepare-exit)
12080         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12081         (spam-split, spam-find-spam, spam-log-undo-registration)
12082         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12083         level from 5 to 6.
12084
12085 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12088         2004-03-04 change).
12089
12090 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12091
12092         * sieve-manage.el (sieve-manage-open):
12093         * nnweb.el (nnweb-insert-html):
12094         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12095         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12096         * nnspool.el (nnspool-request-group):
12097         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12098         * nnml.el (nnml-request-update-info):
12099         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12100         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12101         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12102         (nnimap-request-set-mark):
12103         * nnfolder.el (nnfolder-request-update-info):
12104         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12105         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12106         * gnus-uu.el (gnus-uu-find-articles-matching):
12107         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12108         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12109         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12110         * gnus-nocem.el (gnus-nocem-scan-groups):
12111         * gnus-int.el (gnus-start-news-server):
12112         * gnus-group.el (gnus-group-make-kiboze-group)
12113         (gnus-group-browse-foreign-server):
12114         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12115         Use mapc when appropriate.
12116
12117 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         FIXME: Make separate entries for each person.
12120
12121         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12122         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12123         <shields@msrl.com>:
12124
12125         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12126         may need for spam sorting and scoring.
12127         (spam-user-format-function-S): Add user format function suitable for
12128         general use.
12129         (spam-article-sort-by-spam-status): Add sorting function for summary
12130         sorting.
12131         (spam-extra-header-to-number): Add function to get a score from a
12132         header.
12133         (spam-summary-score): Add function to  get a numeric score from the
12134         headers.
12135         (spam-generic-score): Fix function doc, was in wrong place.
12136         (spam-initialize): Take symbols when it's run, and install the
12137         extra headers that spam-necessary-extra-headers thinks we need.
12138
12139 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12140
12141         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12142         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12143
12144 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12145
12146         * gnus-sum.el (gnus-set-global-variables)
12147         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12148         (gnus-article-get-xrefs, gnus-summary-best-group)
12149         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12150         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12151         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12152         Use with-current-buffer.
12153
12154 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12155
12156         * spam.el (spam-summary-prepare-exit): Simplify logic.
12157         (spam-fetch-article-header): Read the article header if it's not
12158         available.
12159         (spam-list-articles): Simplify logic.
12160         (spam-filelist-register-routine): Fix bug with unregister-list.
12161
12162         * gnus-registry.el: Fix comments at beginning.
12163
12164 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12165
12166         * message.el (message-cater-to-broken-inn): Remove.
12167         (message-shorten-references): Make sure the total folded length of
12168         References is shorter than 998 characters to cater to a bug in INN
12169         2.3.  Also, don't pretend that references aren't folded -- this
12170         hasn't worked for a while.
12171
12172 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12173
12174         * gnus-agent.el (gnus-agentize):
12175         gnus-agent-send-mail-real-function no longer set to current value
12176         of message-send-mail-function but rather a lambda that calls
12177         message-send-mail-function.  The change makes the agent real-time
12178         responsive to user changes to message-send-mail-function.
12179
12180 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12181
12182         * legacy-gnus-agent.el
12183         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12184         help from Florian Weimer <fw@deneb.enyo.de>
12185
12186 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * nnmail.el (nnmail-cache-insert): Revert last change.
12189
12190 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * nnmail.el (nnmail-cache-insert): Always check whether
12193         nnmail-cache-ignore-groups matches a group name.
12194
12195 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12198         (spam-find-spam, spam-log-processing-to-registry)
12199         (spam-log-registered-p, spam-log-unregistration-needed-p)
12200         (spam-log-undo-registration): Use gnus-message instead of
12201         gnus-error, none of these errors are fatal.
12202
12203         * gnus-registry.el (gnus-registry-clean-empty-function)
12204         (gnus-registry-clean-empty): Remove only empty entries without
12205         extra data.
12206
12207 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * spam-stat.el (spam-stat-buffer-change-to-spam)
12210         (spam-stat-buffer-change-to-non-spam): Change (error) to
12211         (gnus-message 8) invocation.
12212
12213 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * nntp.el (nntp-via-netcat-command): New variable.
12216         (nntp-via-netcat-switches): New variable.
12217         (nntp-open-via-rlogin-and-netcat): New function.
12218         (nntp-open-connection-function): Doc fix.
12219         (nntp-telnet-command): Doc fix.
12220         (nntp-end-of-line): Doc fix.
12221         (nntp-via-rlogin-command): Doc fix.
12222         (nntp-via-user-name): Doc fix.
12223         (nntp-via-address): Doc fix.
12224
12225 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12228         error in Emacs 21.1.
12229
12230 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12233
12234 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12235         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12236         (gnus-agent-with-refreshed-group): New macro.
12237         (gnus-agent-rename-group): New function.
12238         (gnus-agent-delete-group): New function.
12239         (gnus-agent-save-group-info): Use gnus-command-method when
12240         `method' parameter is nil.  Don't write nil entries into the
12241         active file.
12242         (gnus-agent-get-group-info): New function.
12243         (gnus-agent-fetch-articles): Use
12244         gnus-agent-update-files-total-fetched-for to increment disk space
12245         used.
12246         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12247         gnus-agent-update-view-total-fetched-for to increment disk space
12248         used.
12249         (gnus-agent-get-local): Added optional parameters to avoid calling
12250         gnus-group-real-name and gnus-find-method-for-group.
12251         (gnus-agent-set-local): Delete stored entry if either min, or max,
12252         are nil.
12253         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12254         quit, use gnus-agent-regenerate-group to record existance of any
12255         articles fetched to disk before the quit occurred.
12256         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12257         gnus-agent-update-view-total-fetched-for, and
12258         gnus-agent-update-files-total-fetched-for to decrement disk space
12259         used.
12260         (gnus-agent-retrieve-headers): Use
12261         gnus-agent-update-view-total-fetched-for to increment disk space
12262         used.
12263         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12264         with gnus-agent-update-files-total-fetched-for to decrement disk
12265         space and fresh group buffer.
12266         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12267         (gnus-agent-need-update-total-fetched-for): New variable.
12268         (gnus-agent-update-files-total-fetched-for): New function.
12269         (gnus-agent-update-view-total-fetched-for): New function.
12270         (gnus-agent-total-fetched-for): New function.
12271
12272         * gnus-cache.el (gnus-cache-save-buffers): Use
12273         gnus-cache-update-overview-total-fetched-for to change disk space
12274         used by this group.
12275         (gnus-cache-possibly-enter-article): Use
12276         gnus-cache-update-file-total-fetched-for to increment disk space
12277         used by this group.
12278         (gnus-cache-possibly-remove-article): Use
12279         gnus-cache-update-file-total-fetched-for to decrement disk space
12280         used by this group.
12281         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12282         (gnus-cache-rename-group): New function.
12283         (gnus-cache-delete-group): New function.
12284         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12285         (gnus-cache-need-update-total-fetched-for): New variable.
12286         (gnus-cache-with-refreshed-group): New macro.
12287         (gnus-cache-update-file-total-fetched-for): New function.
12288         (gnus-cache-update-overview-total-fetched-for): New function.
12289         (gnus-cache-rename-group-total-fetched-for): New function.
12290         (gnus-cache-delete-group-total-fetched-for): New function.
12291         (gnus-cache-total-fetched-for): New function.
12292
12293         * gnus-group.el: Require gnus-sum and autoload functions to
12294         resolve warnings when gnus-group.el compiled alone.
12295         (gnus-group-line-format): Documented new %F
12296         (size of Fetched data) group line format; identifies disk space
12297         used by agent and cache.
12298         (gnus-group-line-format-alist): Defined new F format.
12299         (gnus-total-fetched-for): New function.
12300         (gnus-group-delete-group): No longer update
12301         gnus-cache-active-altered as gnus-request-delete-group now keeps
12302         the cache in sync.
12303         (gnus-group-list-active): Let the agent store a server's active
12304         list if currently plugged.
12305
12306         * gnus-int.el (gnus-request-delete-group):
12307         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12308         local disk in sync with the server.
12309         (gnus-request-rename-group):
12310         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12311         local disk in sync with the server.
12312
12313         * gnus-start.el (gnus-get-unread-articles):
12314         Cosmetic simplification to logic.
12315
12316         * gnus-util.el (gnus-rename-file): New function.
12317
12318 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12319
12320         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12321
12322 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12323
12324         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12325         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12326
12327 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12328
12329         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12330         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12331
12332 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12333
12334         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12335
12336 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12337
12338         * spam.el (spam-set-difference): Add function to replace
12339         gnus-set-difference in spam.el.
12340         (spam-summary-prepare-exit): Use spam-set-difference.
12341
12342 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12343
12344         * gnus-registry.el (gnus-registry-cache-file): Update to use
12345         gnus-dribble-directory OR gnus-home-directory OR ~.
12346         (gnus-registry-split-fancy-with-parent): Fix doc.
12347
12348 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * message.el (message-exchange-point-and-mark): Use
12351         message-mark-active-p.  Suggested by Jesper Harder
12352         <harder@ifa.au.dk>.
12353
12354 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * message.el (message-exchange-point-and-mark): Don't activate
12357         region if it was inactive.  Suggested by Hiroshi Fujishima
12358         <pooh@nature.tsukuba.ac.jp>.
12359
12360 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-art.el (article-display-face): Display Faces in the same
12363         order as X-Faces.
12364
12365 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12368
12369 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12372         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12373         (gnus-article-mime-hierarchy): Remove.
12374         (gnus-article-mime-hierarchy-next): Remove.
12375         (gnus-article-mode): Revert 2004-03-19 change.
12376         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12377         (gnus-insert-mime-button): Revert 2004-03-19 change.
12378         (gnus-mime-accumulate-hierarchy): Remove.
12379         (gnus-mime-enter-multipart): Remove.
12380         (gnus-mime-leave-multipart): Remove.
12381         (gnus-mime-display-part): Revert 2004-03-19 change.
12382         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12383
12384         * mml.el (mml-preview): Revert 2004-03-19 change.
12385
12386 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12387
12388         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12389
12390 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12393         t while entering a file name using the mm-with-multibyte macro.
12394         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12395
12396         * mm-util.el (mm-with-multibyte): New macro.
12397
12398 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12401         user option.
12402         (gnus-mime-multipart-functions): Doc and customization fix.
12403         (gnus-article-mime-hierarchy): New variable.
12404         (gnus-article-mime-hierarchy-next): New variable.
12405         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12406         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12407         gnus-article-mime-hierarchy-next to nil.
12408         (gnus-insert-mime-button): Show hierarchy numbers.
12409         (gnus-mime-accumulate-hierarchy): New function.
12410         (gnus-mime-enter-multipart): New function.
12411         (gnus-mime-leave-multipart): New function.
12412         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12413         (gnus-mime-display-alternative): Show hierarchy numbers.
12414
12415         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12416         gnus-article-mime-hierarchy-next to nil.
12417
12418 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12419
12420         * dns.el: Don't require gnus-xmas.
12421
12422 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12423
12424         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12425         inline PGP.
12426         (mml-menu): Disable mml-quote-region if mark is inactive.
12427
12428 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12431         when the group's active is not available.
12432
12433 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12436         error.
12437
12438 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * imap.el (imap-store-password): New variable.
12441         (imap-interactive-login): Use it.
12442         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12443
12444 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12447         window-start and hscroll to summary window.
12448
12449 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12450
12451         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12452         conversion message to newsrc-dribble when an actual conversion is
12453         performed.
12454
12455 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12456
12457         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12458
12459 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * mm-decode.el (mm-complicated-handles): New function reviving
12462         former definition of mm-multiple-handles.
12463
12464         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12465         (gnus-mime-delete-part): Use it.
12466
12467 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12468
12469         * gnus-agent.el (gnus-agent-read-local): Bind
12470         nnheader-file-coding-system to gnus-agent-file-coding-system to
12471         avoid the implicit assumption that they will always be equal.
12472         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12473         coding-system-for-write, as the with-temp-file macro first prints
12474         to a buffer then saves the buffer.
12475
12476 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (gnus-article-edit-part): New function.
12479         (gnus-mime-save-part-and-strip): Use it; do query instead of
12480         signaling an error; don't use mm-multiple-handles.
12481         (gnus-mime-delete-part): Ditto.
12482
12483 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12484
12485         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12486         old file versions.
12487         (gnus-group-prepare-hook): Removed function that converted list
12488         form of gnus-agent-expire-days to group properties.
12489
12490         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12491         (gnus-request-accept-article): Re-indented.
12492
12493         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12494         converters to handle old agent file formats.  Added logic for a
12495         "backup before upgrading warning".
12496         (gnus-convert-mark-converter-prompt): Developers can mark
12497         functions as needing (default), or not needing,
12498         gnus-convert-old-newsrc's "backup before upgrading warning".
12499         (gnus-convert-converter-needs-prompt): Tests whether the user
12500         should be protected from potentially irreversable changes by the
12501         function.
12502
12503         * legacy-gnus-agent.el: New.  Provides converters that are only
12504         loaded when gnus-convert-old-newsrc needs to call them.
12505
12506 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * mail-source.el (mail-source-touch-pop): Doc fix.
12509
12510         * message.el (message-smtpmail-send-it): Doc fix.
12511
12512 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12513
12514         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12515
12516         * nnmail.el (nnmail-split-fancy): do.
12517
12518         * gnus-kill.el (gnus-kill, gnus-execute): do.
12519
12520 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12521
12522         * gnus-sum.el (gnus-widget-reversible-match)
12523         (gnus-widget-reversible-to-internal)
12524         (gnus-widget-reversible-to-external): New functions.
12525         (gnus-widget-reversible): New widget.
12526         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12527
12528 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12529
12530         * gnus-sum.el (gnus-thread-sort-functions)
12531         (gnus-article-sort-functions): Document `(not F)' items.
12532
12533 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12534
12535         * spam.el (spam-use-gmane-xref): Add new backend.
12536         (spam-gmane-xref-spam-group): Add variable to control the name of the
12537         Gmane spam group.
12538         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12539         (spam-regex-headers-spam, spam-regex-headers-ham)
12540         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12541         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12542         backends and checks.
12543         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12544
12545         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12546         an autodetect method.
12547
12548 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12549
12550         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12551         articles are being added to a group.
12552         (gnus-request-replace-article): Inform the agent that articles
12553         need to be uncached as the cached contents are no longer valid.
12554
12555 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * binhex.el: Don't autoload executable-find.
12558
12559         * canlock.el: Don't autoload mail-fetch-field.
12560
12561         * dgnushack.el: Autoload c-mode for XEmacs.
12562
12563         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12564
12565         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12566         rmail-dont-reply-to and rmail-output.
12567
12568         * gnus-score.el: Don't autoload ffap-string-at-point.
12569
12570         * gnus-setup.el: Don't autoload sc-cite-original.
12571
12572         * imap.el: Don't autoload base64-decode-string,
12573         base64-encode-string and md5.
12574
12575         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12576         and rmail-msg-restore-non-pruned-header.
12577
12578         * mm-decode.el: Don't autoload executable-find.
12579
12580         * mm-url.el: Don't autoload executable-find.
12581
12582         * mm-view.el: Don't autoload diff-mode.
12583
12584         * nndb.el: Don't autoload news-reply-mode, news-setup,
12585         cancel-timer and telnet.
12586
12587         * password.el: Don't autoload run-at-time for Emacs.
12588
12589         * sha1-el.el: Don't autoload executable-find.
12590
12591         * sieve-mode.el: Don't autoload c-mode.
12592
12593         * uudecode.el: Don't autoload executable-find.
12594
12595 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12596
12597         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12598         (gnus-agent-possibly-alter-active): Avoid null in numeric
12599         comparison.
12600         (gnus-agent-set-local): Refuse to save null in local object table.
12601         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12602         list of articles that will be marked as unread.
12603
12604 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12607
12608 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12609
12610         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12611         language tags.
12612
12613 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12614
12615         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12616         Don't bind "obarray".
12617
12618         * gnus-sum.el (gnus-thread-sort-functions): Added
12619         `gnus-thread-sort-by-most-recent-number' and
12620         `gnus-thread-sort-by-most-recent-date'.
12621         Reported by Kai Grossjohann <kai@emptydomain.de>.
12622
12623 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12626
12627 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12628
12629         * gnus-cus.el (gnus-agent-customize-category): Removed
12630         ignore-errors macro reference that required cl to be loaded at
12631         run-time.
12632
12633         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12634         single-interval range of the form (min . max).  Previously the
12635         range had to look like ((min . max)).  Likewise, return
12636         (min . max) rather than ((min . max)).
12637         (gnus-range-map): Use gnus-range-normalize to accept
12638         single-interval range.
12639
12640         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12641         the cache, but not the agent, now appear with their usual face.
12642
12643         * dgnushack.el (loaddir): New variable that is bound to the
12644         directory containing the dgnushack.el file. Use loaddir, rather
12645         than srcdir, to update load-path. Change lets dgnushack compile
12646         code in directories other than GNUS/lisp.
12647
12648 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * lpath.el: Don't bind w3m-safe-url-regexp.
12651
12652         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12653         w3m-safe-url-regexp variable buffer-local.
12654
12655         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12656
12657 2004-02-27  Simon Josefsson  <jas@extundo.com>
12658
12659         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12660         gnus-group-real-prefix.
12661         (gnus-summary-move-article): Use it, instead of
12662         gnus-group-real-prefix.
12663
12664 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * lpath.el: Bind w3m-safe-url-regexp.
12667
12668         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12669         w3m-safe-url-regexp variable buffer-local and set it as the value
12670         of mm-w3m-safe-url-regexp.
12671
12672         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12673
12674         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12675         parsing gnus-posting-styles when the message is not for replying.
12676
12677         * dgnushack.el: Autoload sgml-mode for XEmacs.
12678
12679         * nnrss.el (nnrss-opml-export): Use
12680         mm-set-buffer-file-coding-system instead of
12681         set-buffer-file-coding-system.
12682
12683 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12684
12685         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12686         of checkdoc.el).
12687         * nnrss.el: do.
12688         * gnus-mlspl.el: do.
12689         * gnus-ml.el: do.
12690         * gnus-srvr.el: do.
12691
12692         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12693
12694 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12695
12696         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12697         Corrections to custom-manual links.
12698
12699         * gnus-art.el (gnus-article): Ditto.
12700
12701         * mm-decode.el (mime-display, mime-security): Ditto.
12702
12703 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12704
12705         * flow-fill.el: Typo.
12706
12707 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12708
12709         * spam-wash.el: New file.
12710
12711 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12712
12713         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12714
12715 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12718         to be run with new-articles as LIST1, not LIST2.
12719         (spam-registration-functions): Add spam-use-ham-copy as a nil
12720         registration backend.
12721
12722 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12723
12724         * spam-stat.el (spam-stat-washing-hook): New option.
12725         (spam-stat-buffer-words): Use it.
12726         (spam-stat-process-directory, spam-stat-test-directory): Use
12727         insert-file-contents-literally.
12728         (spam-stat-coding-system): New variable.
12729         (spam-stat-load, spam-stat-save): Use it.
12730
12731 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * spam-report.el (spam-report-plug-agent): Quote
12734         spam-report-url-to-file and spam-report-url-ping-plain.
12735
12736 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12739         / in mailto URLs.
12740
12741 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * spam-report.el (spam-report-process-queue): Fix interactive use.
12744         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12745         (spam-report-unplug-agent): Doc fixes.
12746         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12747         (spam-report-agentize, spam-report-deagentize): Autoload
12748
12749 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12752
12753         * message.el (message-setup-fill-variables): Add mml tags to
12754         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12755         <ajk@iu.edu>.
12756         (message-mode): Don't modify paragraph-separate there.
12757
12758 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * compface.el (uncompface-use-external): Default to undecided.
12761         (uncompface-use-external-threshold): New variable.
12762         (uncompface-float-time): New macro.
12763         (uncompface): Determine whether to use the external decoder if
12764         uncompface-use-external is undecided.
12765
12766 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12769         after images.
12770
12771         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12772
12773 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12774
12775         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12776
12777         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12778
12779         * gnus-sum.el (gnus-summary-limit-to-age)
12780         (gnus-summary-limit-children): do.
12781
12782         * gnus-int.el (gnus-request-scan): do.
12783
12784         * gnus-group.el (gnus-group-suspend): do.
12785
12786         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12787
12788         * gnus-cite.el (gnus-cite-parse-attributions): do.
12789
12790         * gnus-agent.el (gnus-summary-set-agent-mark)
12791         (gnus-agent-regenerate-group): do.
12792
12793         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12794
12795         * binhex.el (binhex-decode-region-internal): do.
12796
12797 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-fun.el (gnus-face-properties-alist): New user option.
12800         (gnus-display-x-face-in-from): Use it.
12801
12802         * gnus-art.el (article-display-face): Ditto.
12803
12804         * compface.el (uncompface-use-external): Default to nil.
12805
12806 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12807
12808         * nntp.el (nntp-erase-buffer): New function.
12809         (nntp-retrieve-data, nntp-send-command)
12810         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12811         (nntp-possibly-change-group): Use it.
12812
12813         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12814         with-current-buffer.
12815
12816 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12817
12818         * compface.el: Merge the ELisp-based uncompface program.
12819         (compface): New customization group.
12820         (uncompface-use-external): New user option.
12821         (uncompface): Call uncompface-internal if uncompface-use-external
12822         is nil.
12823         (uncompface-internal): New function.  Note that there are also
12824         some other functions and variables added for this function.
12825
12826 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12827
12828         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12829         if necessary.
12830
12831 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * spam-report.el (spam-report-unplug-agent)
12834         (spam-report-plug-agent, spam-report-deagentize)
12835         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12836         Add support for the Agent in spam-report: when unplugged, report to a
12837         file; when plugged, submit all the requests.
12838
12839         * spam.el (spam-register-routine): Fix message about
12840         registration.
12841
12842 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12843
12844         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12845         dependencies.
12846         (rfc2047-encode): Use it.
12847
12848         * gnus-art.el (gnus-button-marker-list): Move before first
12849         reference.
12850
12851         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12852         (imap-parse-body): Fix format string mismatch.
12853
12854         * gnus-score.el (gnus-summary-increase-score): do.
12855
12856         * nnrss.el (nnrss-close): New function.
12857
12858 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12859
12860         * nnrss.el (nnrss-make-filename): New function.
12861         (nnrss-request-delete-group, nnrss-read-server-data)
12862         (nnrss-save-server-data, nnrss-read-group-data)
12863         (nnrss-save-group-data): Use it.
12864         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12865         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12866         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12867
12868 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12869
12870         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12871
12872 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12873
12874         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12875         files.
12876
12877         * message.el (message-generate-headers-first): Don't quote nil
12878         and t in docstrings.
12879
12880         * imap.el (imap-id): do.
12881
12882         * gnus-agent.el (gnus-agent-consider-all-articles)
12883         (gnus-agent-queue-mail): do.
12884
12885 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * spam-report.el (spam-report-process-queue): New function.
12888         Process requests from `spam-report-requests-file'.
12889         (spam-report-process-queue): Doc fix.
12890
12891 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12892
12893         * spam.el (spam-register-routine)
12894         (spam-log-processing-to-registry, spam-log-registered-p)
12895         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12896         Change "check" to "spam-check" for semi-clarity.
12897
12898 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12899
12900         * pop3.el: Require nnheader.
12901
12902         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12903
12904         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12905
12906         * gnus-picon.el: Require cl.
12907
12908         * gnus-fun.el: Require gnus-ems and gnus-util.
12909
12910         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12911
12912         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12913
12914         * gnus-art.el (gnus-article-edit-mode): Define before first
12915         reference.
12916
12917 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12918
12919         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12920         (gnus-uu-post-encoded): Use point-at-bol.
12921
12922         * gnus-topic.el (gnus-group-active-topic-p): do.
12923
12924         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12925
12926         * gnus-group.el (gnus-group-kill-region): do.
12927
12928         * gnus-art.el (article-date-ut): do.
12929
12930         * message.el (message-fetch-field): Remove redundant
12931         case-fold-search binding.
12932         (message-narrow-to-field): Simplify.
12933
12934 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * spam.el (spam-directory): Derive from `gnus-directory'.
12937
12938         * spam-report.el (spam-report-url-to-file)
12939         (spam-report-requests-file): New function and variable for offline
12940         reporting.
12941         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12942         and user defined function.
12943         (spam-report-url-ping-mm-url): Remove doubled slash.
12944
12945 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12946
12947         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12948
12949 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12950
12951         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12952         format string mismatch.
12953
12954         * sieve.el (sieve-deactivate-all): do.
12955
12956         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12957
12958         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12959
12960         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12961
12962         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12963
12964 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12965
12966         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12967         the list of checks.
12968
12969 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12970
12971         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12972         padding.
12973
12974 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12975
12976         * mm-view.el (mm-fill-flowed): New variable.
12977         (mm-inline-text): Use it.
12978
12979 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-spamassassin-register-ham-routine)
12982         (spam-spamassassin-register-spam-routine): Fix function names.
12983
12984 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus.el (gnus-tmp-grouplens): Remove.
12987         (gnus-summary-line-format): Remove grouplens.
12988
12989         * gnus-group.el (gnus-group-line-format): Ditto.
12990
12991         * gnus-spec.el (gnus-format-specs): Ditto.
12992         (gnus-update-format-specifications): Flush the group format spec
12993         cache if there's the grouplens stuff.
12994         (gnus-parse-simple-format): Replace %l with the empty string.
12995
12996 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12997
12998         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12999         omission.
13000
13001 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13004         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13005
13006 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13007
13008         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13009         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13010         New macros and functions.
13011         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13012         Handle > NLINK_MAX messages.
13013         * nnmaildir.el (nnmaildir-request-set-mark): Use
13014         nnmaildir--emlink-p and nnmaildir--eexist-p.
13015
13016 2004-01-25  Alex Schroeder  <alex@gnu.org>
13017
13018         * spam-stat.el (spam-stat-process-directory-age): New option.
13019         (spam-stat-process-directory): Use it.
13020
13021 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13022
13023         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13024         (spam-stat-save): Accept prefix argument.
13025
13026 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13027
13028         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13029         links" error.
13030
13031 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13034         the rest of the and/or forms.
13035
13036 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13037
13038         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13039         compatibility with old .newsrc.eld files.
13040
13041         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13042
13043         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13044
13045         * gnus-start.el (gnus-1): do.
13046
13047         * gnus-group.el (gnus-group-line-format-alist): do.
13048
13049         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13050
13051         * gnus-gl.el: Remove.
13052
13053 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13054
13055         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13056         marks consisting of a single range {for example, (3 . 5)} rather
13057         than a list of a single range { ((3 . 5)) }.
13058
13059 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13060
13061         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13062         with-current-buffer.
13063         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13064         avoid consing a string.
13065
13066         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13067         Remove obsolete entries for big5 and gb2312.
13068
13069 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13070
13071         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13072         uncompressed list.
13073
13074 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13075
13076         * spam-stat.el (spam-stat-strip-xref): New function.
13077         (spam-stat-process-directory): Use it.
13078
13079         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13080         here -- it's done in message-fetch-field.
13081
13082 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13083
13084         * gnus-agent.el (gnus-agent-queue-mail)
13085         (gnus-agent-prompt-send-queue): New variables.
13086         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13087         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13088         "nndraft:queue" along to gnus-draft-send.  Use
13089         gnus-agent-prompt-send-queue.
13090         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13091         is "nndraft:queue".  Suggested by Gaute Strokkenes
13092         <gs234@srcf.ucam.org>
13093
13094         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13095         (agent-enable-undownloaded-faces): Added
13096         (gnus-agent-cat-groups): Use eval-and-compile, not
13097         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13098         method of gnus-agent-cat-groups even when the buffer has been
13099         evaled.
13100         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13101         delete gnus-agent-save-active-1.
13102         (gnus-agent-save-groups): Deleted.  Identical to
13103         gnus-agent-save-active.
13104         (gnus-agent-write-active): No longer adjust agent's copy of active
13105         file as agent's adjustments are now stored in their own
13106         file.  Removed optional parameter.
13107         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13108         servers.  Add use of min/max range limits from server's local
13109         file.
13110         (gnus-agent-save-alist): Removed unused optional argument.
13111         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13112         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13113         (gnus-agent-set-local): A per-server file that keeps min/max range
13114         limits for articles known to the agent.  Provides a fast mechanism
13115         for altering many active ranges.
13116         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13117         active file (local makes it unnecessary).
13118         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13119
13120         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13121         (agent-enable-undownloaded-faces): Added
13122
13123         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13124         disable it when sending to "nndraft:queue".
13125         (gnus-group-send-queue): Add safety check to avoid sending queue
13126         when unplugged.
13127
13128         * gnus-group.el (gnus-group-catchup): Use new
13129         gnus-sequence-of-unread-articles, not
13130         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13131         numbers of articles.  Use gnus-range-map to avoid having to
13132         uncompress the unread list.
13133         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13134         Fixed invalid ange-ftp reference.
13135
13136         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13137         (gnus-sorted-range-intersection): Intersection of two ranges
13138         without requiring that they first be uncompressed.
13139
13140         * gnus-start.el (gnus-activate-group): Unless blocked by the
13141         caller, possibly expand the active range to include both cached
13142         and agentized articles.
13143         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13144         multiple version-dependent converters.
13145         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13146         gnus-agent-save-active.
13147         (gnus-save-newsrc-file): Save dirty agent range limits.
13148
13149         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13150         gnus-agent-possibly-alter-active.
13151         (gnus-adjust-marked-articles): Faster handling of simple lists
13152
13153 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13154
13155         * spam-stat.el (spam-stat-test-directory): New optional argument
13156         displays a list of files detected.  Suggested by Andrew Cohen
13157         <cohen@andy.bu.edu>.
13158         (spam-stat-buffer-words-with-scores): Don't narrow and change
13159         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13160
13161 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13162
13163         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13164         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13165         (spam-spamassassin-arguments)
13166         (spam-spamassassin-spam-flag-header)
13167         (spam-spamassassin-positive-spam-flag-header)
13168         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13169         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13170         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13171         (spam-list-of-processors, spam-list-of-checks)
13172         (spam-list-of-statistical-checks, spam-registration-functions)
13173         (spam-check-spamassassin-headers, spam-check-spamassassin)
13174         (spam-spamassassin-score)
13175         (spam-spamassassin-register-with-sa-learn)
13176         (spam-spamassassin-register-spam-routine)
13177         (spam-spamassassin-register-ham-routine)
13178         (spam-assassin-register-spam-routine)
13179         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13180         (spam-bogofilter-score): Fix to show article before scoring.
13181
13182 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13183
13184         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13185         default scoring function.
13186         (spam-generic-score): Call spam-spamassassin-score if
13187         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13188         spam-bogofilter-score otherwise.
13189
13190         * gnus.el (spam-process, spam-autodetect-methods): Add
13191         spamassassin and spamassassin-headers.
13192
13193 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13194
13195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13196         Suppress unnecessary messages.
13197
13198 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13199
13200         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13201         make-hash-table.
13202
13203 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * canlock.el (base64-encode-string): Don't autoload it.
13206
13207 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * run-at-time.el: Remove useless (require 'itimer),
13210         eval-and-compile and (featurep 'xemacs).
13211
13212 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13213
13214         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13215         GROUP is a virtual group.
13216
13217 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13218
13219         * gnus.el: Autoload `message-y-or-n-p'.
13220
13221 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13222
13223         * pgg-parse.el: Remove unnecessary (require 'custom).
13224
13225         * pgg-def.el: do.
13226
13227         * nnmail.el: do.
13228
13229         * gnus-undo.el: do.
13230
13231         * gnus-picon.el: do.
13232
13233         * gnus-util.el: do.
13234
13235 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13238
13239 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13242         handle, as well as a list.
13243
13244         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13245         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13246         (mm-w3m-cid-retrieve): Simplify.
13247
13248 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13249
13250         * message.el (message-kill-to-signature): Allow prefix arg to
13251         specify number of lines to keep before signature.
13252
13253 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13254
13255         (message-kill-to-signature): Change docstring.
13256
13257 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * canlock.el: Always require sha1-el.
13260         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13261
13262         * message.el: Autoload sha1 only when compiling.
13263
13264         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13265         eudc-expand-inline for XEmacs.
13266
13267 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * message.el (message-canlock-generate): Require sha1-el.
13270
13271 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13272
13273         * message.el (message-expand-name): Silence the byte compiler.
13274
13275         * lpath.el: Add detect-coding-system.
13276
13277         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13278         cus-edit.
13279
13280 2004-01-13  Simon Josefsson  <jas@extundo.com>
13281
13282         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13283         Invoke gnus-score-mode.  Reported by
13284         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13285
13286         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13287         Jim Blandy <jimb@redhat.com> (tiny change).
13288
13289 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13290
13291         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13292
13293 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * spam.el (spam-get-article-as-string): Update to use
13296         gnus-request-article-this-buffer, much simpler.
13297         (spam-get-article-as-buffer): Remove.
13298
13299 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13300
13301         * message.el (message-expand-name): Use EUDC if the user uses that.
13302
13303 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13304
13305         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13306         character for the encoding to avoid consing a string.
13307
13308         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13309         unnecessarily.
13310
13311         * mm-util.el (mm-replace-chars-in-string): Remove.
13312
13313         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13314         of mm-replace-chars-in-string.
13315
13316 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13317
13318         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13319
13320         * mm-util.el (mm-subst-char-in-string): Support inplace.
13321
13322         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13323         a new string in every iteration.  Use shy groups.
13324
13325 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13326
13327         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13328         * gnus-soup.el (gnus-soup-group-brew):
13329         * gnus-msg.el (gnus-put-message):
13330         * gnus-move.el (gnus-group-move-group-to-server):
13331         * gnus-kill.el (gnus-batch-score):
13332         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13333         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13334         (gnus-group-update-group, gnus-group-read-group)
13335         (gnus-group-make-group, gnus-group-make-help-group)
13336         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13337         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13338         (gnus-group-sort-by-unread, gnus-group-catchup)
13339         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13340         (gnus-group-yank-group, gnus-group-set-info)
13341         (gnus-group-list-groups):
13342         * gnus.el (gnus-generate-new-group-name):
13343         * gnus-delay.el (gnus-delay-send-queue):
13344         * nnvirtual.el (nnvirtual-catchup-group):
13345         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13346         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13347         (gnus-group-prepare-topics, gnus-topic-check-topology):
13348         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13349         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13350         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13351         (gnus-group-make-articles-read):
13352         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13353         (gnus-group-change-level, gnus-kill-newsgroup)
13354         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13355         (gnus-get-unread-articles, gnus-make-articles-unread)
13356         (gnus-make-ascending-articles-unread): Use accessor
13357         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13358         to get group information for improved readability.
13359
13360
13361 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13362
13363         * gnus-art.el (article-decode-mime-words, article-babel)
13364         (gnus-article-highlight-signature, gnus-article-add-buttons)
13365         (gnus-signature-toggle): Use gnus-with-article-buffer.
13366
13367         * gnus-art.el (gnus-article-highlight-headers)
13368         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13369
13370         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13371         (gnus-article-set-globals, gnus-request-article-this-buffer)
13372         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13373         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13374         (gnus-mime-display-alternative): Use with-current-buffer.
13375
13376 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13379         also under 80 char limit, and call gnus-error if needed.
13380         (spam-fetch-article-header): Fix - it was a
13381         buffer-local variable (gnus-newsgroup-data).
13382         (spam-find-spam): Use spam-generate-fake-headers, forget about
13383         spam-insert-fake-headers.
13384         (spam-insert-fake-headers): Remove.
13385
13386 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13387
13388         * deuglify.el (gnus-article-outlook-unwrap-lines)
13389         (gnus-outlook-rearrange-article)
13390         (gnus-outlook-repair-attribution-outlook)
13391         (gnus-outlook-repair-attribution-block)
13392         (gnus-outlook-repair-attribution-other): Remove redundant
13393         save-excursion.
13394
13395 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13396
13397         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13398         (spam-fetch-field-subject-fast)
13399         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13400         (spam-fetch-article-header): Add functions to deal with Gnus
13401         internals for fast retrieval of article header data.
13402         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13403
13404 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13405
13406         * pop3.el (pop3-md5): Remove.
13407         (pop3-apop): Replace pop3-md5 with md5.
13408
13409         * mm-bodies.el: base64 is always built-in.
13410
13411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13412         with-current-buffer.
13413
13414 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * canlock.el (canlock-insert-header): Remove excessive grouping in
13417         regexp.
13418
13419         * gnus-sum.el (gnus-summary-read-document): Ditto.
13420
13421         * gnus-uu.el (gnus-uu-part-number): Ditto.
13422
13423         * html2text.el (html2text-remove-tags): Ditto.
13424         (html2text-format-tags): Ditto.
13425         (html2text-format-single-elements): Ditto.
13426
13427         * mml.el (mml-parse-1): Ditto.
13428
13429 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13430
13431         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13432
13433         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13434
13435         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13436
13437         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13438
13439 2003-11-15  Simon Josefsson  <jas@extundo.com>
13440
13441         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13442         (pgg-gpg-lookup-key): Use regexp match instead of
13443         split-string (split-string is different between emacs 21.2 and
13444         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13445
13446 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13447
13448         * gnus-art.el (gnus-mime-view-all-parts)
13449         (gnus-article-part-wrapper, gnus-article-view-part): Use
13450         with-current-buffer.
13451
13452 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13453
13454         * spam.el (spam-disable-spam-split-during-ham-respool)
13455         (spam-spamoracle-database, spam-cache-lookups)
13456         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13457         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13458         (spam-group-ham-marks, spam-group-spam-marks)
13459         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13460         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13461         also add spam-use-blackholes to the statistical checks.
13462         (spam-fetch-field-fast): Add interface to fetching fields, may
13463         become a macro.
13464         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13465         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13466         (spam-insert-fake-headers): Fake an article when needed.
13467         (spam-find-spam): Fake article when possible.
13468         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13469         (spam-check-bogofilter-headers): Use message-fetch-field instead
13470         of nnmail-fetch-field.
13471
13472 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13475
13476 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * spam.el (spam-split): Do not require spam-use-CHECK to be
13479         enabled if that check is passed to spam-split explicitly; also
13480         fix so 'spam doesn't get converted to spam-split-group when
13481         spam-split-symbolic-return is t.
13482         (spam-find-spam): Find registrations of the article and use those
13483         instead of re-running spam-split to find the spam/ham
13484         classification of the article.
13485         (spam-log-processing-to-registry, spam-log-registered-p)
13486         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13487         Use gnus-error instead of gnus-message.
13488         (spam-log-registration-type): Add function to determine the
13489         classification of a message based on registry entries; will
13490         return nil if both 'spam and 'ham are found.
13491         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13492         a reasonably fast local cache without the loading errors.
13493         (spam-cache-lookups): Set to t by default.
13494         (spam-find-spam): Don't try to guess spam-cache-lookups.
13495         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13496         spam-caches entry.
13497         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13498         caching of whitelist/blacklist entries.
13499         (spam-check-whitelist, spam-check-blacklist): Invoke
13500         spam-from-listed-p with a type, not a cache variable.
13501         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13502
13503 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13504
13505         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13506
13507         * nnmail.el (nnmail-split-fancy): do.
13508
13509         * mml.el (mml-parse): do.
13510
13511         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13512         (gnus-score-adaptive): do.
13513
13514 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13517         (gnus-mime-button-map): Don't set keymap parent.
13518         (gnus-button-ctan-directory-regexp): Use shy grouping.
13519         (gnus-prev-page-map): Don't set keymap parent.
13520         (gnus-prev-page-map): Remove duplicated one.
13521         (gnus-next-page-map): Don't set keymap parent.
13522         (gnus-mime-security-button-map): Ditto.
13523
13524         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13525         version number.
13526
13527         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13528
13529 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * canlock.el (canlock-sha1-function): Remove.
13532         (canlock-sha1-function-for-verify): Remove.
13533         (canlock-openssl-program): Remove.
13534         (canlock-openssl-args): Remove.
13535         (canlock-ignore-errors): Remove.
13536         (canlock-sha1-with-openssl): Remove.
13537         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13538         (canlock-verify): Don't use canlock-ignore-errors.
13539
13540         * sha1-el.el (sha1-string-external): Make it can return a string
13541         in binary form.
13542         (sha1-region-external): Ditto.
13543         (sha1-string-internal): Ditto.
13544         (sha1-region-internal): Ditto.
13545         (sha1-region): Ditto.
13546         (sha1-string): Ditto.
13547         (sha1): Ditto.
13548
13549 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * spam.el (spam-report-articles-gmane): New command.
13552
13553 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13556
13557         * run-at-time.el (run-at-time-saved): Remove.
13558         (run-at-time): Doc fix.
13559
13560 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13561
13562         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13563         (gnus-summary-limit-map): Add it.
13564         (gnus-summary-make-menu-bar): do.
13565
13566 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13569         Make attempt at some caching support (done for BBDB only now).
13570         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13571         addresses to be checked.
13572         (spam-clear-cache-BBDB): Add function, to be invoked by
13573         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13574         (spam-check-BBDB): Check and use the caches, if
13575         spam-cache-lookups is on, remove superfluous (provide).
13576
13577 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13580
13581 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13582
13583         * run-at-time.el (run-at-time-saved): Move to after the definition
13584         of `run-at-time'.
13585
13586         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13587
13588 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13591         mm-w3m-local-map-property.
13592
13593         * mm-view.el (mm-w3m-mode-map): Remove.
13594         (mm-w3m-local-map-property): Remove.
13595         (mm-inline-text-html-render-with-w3m): Don't use
13596         mm-w3m-local-map-property.
13597
13598 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13599
13600         * run-at-time.el: New file.
13601
13602         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13603         under Emacs.
13604
13605         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13606         of gnus-set-text-properties.
13607
13608         * gnus-uu.el (gnus-uu-save-article): Ditto.
13609
13610         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13611
13612         * gnus-cite.el (gnus-cite-parse): Ditto.
13613
13614         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13615         of gnus-.
13616
13617         * gnus-xmas.el (run-at-time): Require run-at-time.
13618
13619         * gnus.el: Changed calls to nnheader-run-at-time and
13620         password-run-at-time throughout to use run-at-time directly.
13621
13622         * password.el: Removed definition of run-at-time.
13623
13624         * nnheaderxm.el: Remove definition of run-at-time.
13625
13626 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13627
13628         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13629         in prompt.
13630
13631 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13632
13633         * messagexmas.el (message-xmas-redefine): Alias
13634         `message-make-caesar-translation-table' to
13635         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13636         version.
13637
13638         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13639         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13640         `gnus-xmas-set-text-properties'.
13641         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13642         `gnus-xmas-completing-read'.
13643         (gnus-xmas-completing-read): Removed.
13644         (gnus-xmas-open-network-stream): Removed.
13645
13646         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13647         XEmacs version.
13648
13649         * dns.el (dns-make-network-process): Use `open-network-stream'
13650         instead of `gnus-xmas-open-network-stream'.
13651
13652         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13653
13654         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13655
13656 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13657
13658         * gnus-art.el (gnus-mime-display-alternative)
13659         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13660         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13661         Don't use gnus-local-map-property.
13662
13663         * gnus-util.el (gnus-local-map-property): Remove.
13664
13665         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13666         gnus-completing-read-maybe-default with completing-read.
13667
13668         * gnus-util.el (gnus-completing-read): do.
13669         (gnus-completing-read-maybe-default): Remove.
13670
13671 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13672
13673         * password.el: Only autoload `run-at-time' if not XEmacs.
13674         Only autoload the itimer functions if XEmacs.
13675
13676 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13679         XEmacsen.
13680
13681         * dgnushack.el: Autoload executable-find for XEmacs.
13682
13683 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13684
13685         * gnus-art.el (gnus-read-string): Remove.
13686         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13687         read-string.
13688
13689 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * netrc.el: Autoload password-read.
13692         (netrc): Add configuration group.
13693         (netrc-encoding-method, netrc-openssl-path): Add
13694         variables for encoding and decoding of files with symmetric
13695         ciphers.
13696         (netrc-encode): Add assistant function to encode a file with
13697         netrc-encoding-method.
13698         (netrc-parse): Add interactive parameter, added optional
13699         decoding if netrc-encoding-method is non-nil but otherwise
13700         behavior is standard.
13701         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13702         Do s/encode/encrypt/ everywhere.
13703
13704         * spam.el: Remove executable-find autoload.
13705
13706 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13707
13708         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13709
13710         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13711
13712 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-art.el (gnus-treat-ansi-sequences,
13715         (article-treat-ansi-sequences): New variable and function.
13716         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13717
13718         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13719         Use it.
13720
13721 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13722
13723         * mm-util.el (mm-quote-arg): Remove.
13724
13725         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13726         shell-quote-argument.
13727
13728         * gnus-uu.el (gnus-uu-command): do.
13729
13730         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13731
13732         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13733         with make-char.
13734
13735         * mm-util.el (mm-make-char): Remove.
13736
13737         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13738         add-minor-mode.
13739
13740         * gnus-undo.el (gnus-undo-mode): do.
13741
13742         * gnus-topic.el (gnus-topic-mode): do.
13743
13744         * gnus-sum.el (gnus-dead-summary-mode): do.
13745
13746         * gnus-start.el (gnus-slave-mode): do.
13747
13748         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13749
13750         * gnus-ml.el (gnus-mailing-list-mode): do.
13751
13752         * gnus-gl.el (gnus-grouplens-mode): do.
13753
13754         * gnus-draft.el (gnus-draft-mode): do.
13755
13756         * gnus-dired.el (gnus-dired-mode): do.
13757
13758         * gnus-ems.el (gnus-add-minor-mode): Remove.
13759
13760         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13761         Replace gnus-char-width with char-width.
13762
13763         * gnus-ems.el (gnus-char-width): Remove.
13764
13765         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13766         Replace gnus-char-width with char-width.
13767
13768         * gnus-ems.el (gnus-char-width): Remove.
13769
13770         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13771         definition.
13772         Remove Emacs 20 hash table compatibility code.
13773
13774         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13775         20 compatibility code.
13776
13777         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13778
13779         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13780
13781         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13782         with point-at-{eol,bol}.
13783
13784         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13785
13786         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13787
13788         * flow-fill.el (fill-flowed-point-at-bol)
13789         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13790
13791         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13792         Replace with point-at-{eol,bol} throughout all files.
13793
13794 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * ntlm.el (ntlm-string-as-unibyte): New macro.
13797         (ntlm-build-auth-response): Use it.
13798
13799         Remove Emacs 20 stuff:
13800         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13801         (butlast, mapc, remove): Remove the compiler macros.
13802         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13803         of delq and copy-sequence.
13804         * gnus-art.el (popup-menu): Remove the compiler macro.
13805         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13806         Emacs 20.
13807
13808 2004-01-05  Simon Josefsson  <jas@extundo.com>
13809
13810         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13811         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13812         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13813         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13814         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13815         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13816         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13817         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13818         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13819         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13820         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13821         string-xor into ntlm-string-xor.  Suggested by
13822         Jesper Harder <harder@myrealbox.com>.
13823
13824         * ntlm.el: Don't include poem.
13825
13826         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13827         Jesper Harder <harder@myrealbox.com>.
13828
13829         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13830
13831         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13832         probably breaks emacs with DL patch, but do we care? Is anyone
13833         still using the DL stuff?)
13834
13835         * sieve-manage.el: Use the password package.
13836         (sieve-manage-read-passwd): Remove.
13837         (sieve-manage-interactive-login): Use password.  Re-add
13838         condition-case around loop.
13839
13840         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13841         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13842         the password package.
13843
13844 2003-02-19  Simon Josefsson  <jas@extundo.com>
13845
13846         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13847         token.
13848
13849 2002-08-07  Simon Josefsson  <jas@extundo.com>
13850
13851         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13852         (sieve-manage-authenticators):
13853         (sieve-manage-authenticator-alist): Add some SASL mechs.
13854         (sieve-sasl-auth): New function.
13855         (sieve-manage-cram-md5-auth):
13856         (sieve-manage-plain-auth): Rewrite using SASL library.
13857         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13858         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13859         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13860         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13861
13862 2004-01-05  Simon Josefsson  <jas@extundo.com>
13863
13864         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13865         New files.
13866
13867 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868
13869         * gnus-group.el (gnus-no-groups-message): Update.
13870
13871         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13872
13873 2003-11-09  Simon Josefsson  <jas@extundo.com>
13874
13875         * imap.el: Support for ID IMAP extension (RFC 2971).
13876         (imap-local-variables): Add imap-id.
13877         (imap-id): New variable.
13878         (imap-id): New function.
13879         (imap-parse-response): Parse untagged ID response.
13880         * nnimap.el (nnimap-id): New variable.
13881         (nnimap-open-connection): Use it.
13882
13883 2003-12-28  Simon Josefsson  <jas@extundo.com>
13884
13885         * gnus-score.el (gnus-score-edit-all-score): New.
13886         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13887
13888 2004-01-04  Simon Josefsson  <jas@extundo.com>
13889
13890         * password.el: Add.
13891
13892 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13893
13894         * dns.el (dns-query-types): Fix typo.
13895         (dns-query-types): New function
13896         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13897         PTR and SOA replies, see RFC 1035.
13898
13899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13900
13901         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13902
13903         * Moved to Changelog.2.
13904
13905 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * gnus.el (gnus-version-number): Bump version.
13908
13909 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13910
13911         * gnus.el: No Gnus v0.1 is released.
13912
13913 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13914
13915         * gnus.el: No Gnus v0.0 is released.
13916
13917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13918
13919         * gnus.el (gnus-version-number): Bump.
13920         (gnus-version): No.
13921
13922 See ChangeLog.2 for earlier changes.
13923
13924     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13925
13926   This file is part of GNU Emacs.
13927
13928   GNU Emacs is free software: you can redistribute it and/or modify
13929   it under the terms of the GNU General Public License as published by
13930   the Free Software Foundation, either version 3 of the License, or
13931   (at your option) any later version.
13932
13933   GNU Emacs is distributed in the hope that it will be useful,
13934   but WITHOUT ANY WARRANTY; without even the implied warranty of
13935   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13936   GNU General Public License for more details.
13937
13938   You should have received a copy of the GNU General Public License
13939   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13940
13941 ;; Local Variables:
13942 ;; coding: utf-8
13943 ;; fill-column: 79
13944 ;; add-log-time-zone-rule: t
13945 ;; End:
13946
13947 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4