(rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
[emacs.git] / lisp / gnus / ChangeLog
blob37345b48ca2c692f96b043b0716cc968f66de993
1 2009-02-07  Glenn Morris  <rgm@gnu.org>
3         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4         autoload of function that no longer exists.
5         (rmail-toggle-header): Declare.
6         (message-forward-rmail-make-body): Handle mbox Rmail.
8 2009-01-31  Glenn Morris  <rgm@gnu.org>
10         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11         2009-01-09 change.
13 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
15         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
16         (auth-source-forget-all-cached): New convenience function.
17         (auth-source-user-or-password): Accept list of modes or a single mode.
19         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
20         auth-source modes.
22         * nnimap.el (nnimap-open-connection): Use list of
23         auth-source modes.
25         * nntp.el (nntp-send-authinfo): Use list of
26         auth-source modes.
28 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
30         * nntp.el (nntp-send-authinfo): 
32 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
34         * auth-source.el: Update docs to reflect epa-file-enable is to be used
35         now.
37 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
39         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
40         coding system in XEmacs; add a workaround for XEmacs.
42 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
44         * mm-util.el (mm-coding-system-priorities): Protect against nil value
45         of current-language-environment.
47 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
49         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
50         available at runtime.
52 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
54         * gnus-art.el (article-date-ut): Fix end point of narrowing.
56 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
58         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
59         the greatest positive fixnum value doesn't work under an XEmacs with
60         bignum support; use the most-positive-fixnum constant instead,
61         available since Emacs 21.1 with cl and XEmacs 21.1.
63 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
66         XEmacs gets not to work.
68 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
70         * mm-util.el (mm-coding-system-priorities): Allow the value like
71         "Japanese (UTF-8)" of current-language-environment.
73 2009-01-09  Glenn Morris  <rgm@gnu.org>
75         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
76         with last-command-event.
78 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
80         * message.el (message-fix-before-sending): Amend comment.
82 2009-01-07  David Engster  <dengste@eml.cc>
84         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
85         simplified server definitions by converting it via
86         gnus-server-to-method.
88 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
90         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
91         parameter's operands.
93 2009-01-06  David Engster  <dengste@eml.cc>
95         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
96         primary select method (for gnus-group-mark-article-as-read).
98 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
100         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
101         `(gnus)Face', not `(gnus)X-Face'.
103 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
105         * mm-util.el (mm-ucs-to-char): New function.
107         * mm-url.el (mm-url-decode-entities): Use it.
109 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
111         * message.el (message-fix-before-sending): Add `eight-bit' to
112         illegible-text check.
114 2009-01-03  Michael Olson  <mwolson@gnu.org>
116         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
117         `headers' is nil.  This can occur if the IMAP server does not have
118         permissions to read messages from a folder, but can write new messages
119         to the folder.
120         (nnimap-request-article-part): Do not insert `data' if it is nil.
122 2009-01-01  Dave Love  <fx@gnu.org>
124         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
126         * nnimap.el: Fix author email.
127         (nnimap-split-rule): Add FIXME comment.
128         (nnimap-debug): Fix doc string.
130 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
132         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
133         overlay-arrow-position and overlay-arrow-string buffer-local; no need
134         to check if those variables exist (first appeared in Emacs 18.50).
136 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
138         * mm-util.el (mm-line-number-at-pos): New function.
140         * spam-report.el (spam-report-process-queue): Use it.
142 2008-12-24  David Engster  <dengste@eml.cc>
144         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
145         parameters that haven't existed as variables as buffer-local variables.
147 2008-12-23  Dave Love  <fx@gnu.org>
149         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
150         cadar.
152         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
153         imap-starttls-p.
154         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
156 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
158         * spam-report.el (spam-report-gmane-max-requests): New constant.
159         (spam-report-gmane-wait): New variable.
160         (spam-report-gmane-ham, spam-report-gmane-spam)
161         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
162         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
163         the server.
165         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
166         Add explanations.
168         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
169         nnheader-accept-process-output and nnheader-read-timeout if available.
170         (pop3-movemail): Use it.
172         * message.el (message-check-news-body-syntax): Fix signature check if
173         there's an attachment.
175 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
177         * mm-util.el: Add comments to the mm- emulating functions.
179 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
181         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
182         by Stephen Berman <stephen.berman@gmx.net>.
184 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
186         * mm-util.el (mm-substring-no-properties): New function.
187         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
188         (mm-special-display-p): Enable those lambda forms to be byte compiled.
189         (mm-string-to-multibyte): Doc fix.
191         * mml.el (mml-attach-file): Use mm-substring-no-properties.
193 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
195         * mml.el (mml-attach-file): Strip text properties from file name.
196         (Bug#1574)
198 2008-12-16  Glenn Morris  <rgm@gnu.org>
200         * mm-util.el (mm-charset-override-alist): Declare for compiler.
202 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
204         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
205         knows since the charset specified might be a bogus alias that
206         mm-charset-synonym-alist provides.
208 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
210         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
211         "ISO_8859-1".
213         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
215 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
217         * mm-util.el (mm-charset-eval-alist):
218         Define it before mm-charset-to-coding-system.
219         (mm-charset-to-coding-system): Add optional argument `silent';
220         define it before mm-charset-override-alist.
221         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
222         default value if it can be used in Emacs currently running;
223         silence mm-charset-to-coding-system.
225 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
227         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
228         `allow-override' which says whether to use `mm-charset-override-alist'.
229         (rfc2047-decode-encoded-words): Use it.
231         * mm-util.el (mm-charset-override-alist): Fix custom type;
232         add `(gb2312 . gbk)' to choices.
234 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
236         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
237         fast.
239         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
241 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
243         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
244         on links.
246         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
248 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
250         * message.el (message-idna-to-ascii-rhs-1): Protect against local
251         users' addresses that don't have domain parts.
252         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
253         rather than message-narrow-to-head since there will be the message
254         header separator.
256 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
258         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
259         since the result is inserted in a unibyte buffer anyway.
260         (nnimap-demule-use-string-to-multibyte): Remove.
261         (nnimap-demule): Alias it to mm-string-to-multibyte.
263 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
265         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
266         variable for debugging bug#464 and bug#1174.
267         (nnimap-demule): Use it.
269 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
271         * gnus-score.el (gnus-score-find-trace): Handle default score in total
272         score calculation correctly.
274 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * message.el (message-send-mail): Just set the buffer to unibyte
277         rather than use mm-with-unibyte-current-buffer which does a lot more.
278         (message-send-mail-partially): Don't bother with
279         mm-with-unibyte-current-buffer since it's already been made unibyte by
280         message-send-mail.
282 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
284         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
286 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
288         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
290 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
292         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
293         require itself and to remove `with-no-warnings'.
295 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
297         * starttls.el (starttls-any-program-available): Get the name of the
298         available TLS layer program.
299         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
300         well as the host name in the "opening" message.
302         * auth-source.el (auth-source-cache, auth-source-do-cache)
303         (auth-source-user-or-password): Cache passwords and logins by default,
304         allow override with `auth-source-do-cache'.
305         (auth-source-forget-user-or-password): Allow users to remove cache
306         entries if needed.
308 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
310         * ietf-drums.el (ietf-drums-remove-comments): Localize second
311         condition-case to only the forward-sexp call.
313 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
315         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
316         quotes contained.  Make it more robust regardless by an extra
317         condition-case wrapper.
319 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
321         * nnml.el (nnml-request-expire-articles): Check if the function set to
322         `nnmail-expiry-target' returns the symbol `delete'.
324         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
326         * nnmail.el (nnmail-expiry-target): Fix custom type.
328 2008-10-02  Glenn Morris  <rgm@gnu.org>
330         * mm-util.el (mm-codepage-setup): Tweak codepage error.
331         Silence compiler warning.
333 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
335         * mml.el (mml-menu): Don't assume mml2015 is bound.
337 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
339         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
340         exists.
342 2008-09-27  Glenn Morris  <rgm@gnu.org>
344         * gnus-util.el (mail-header-remove-comments): Autoload it.
346 2008-09-27  Andreas Schwab  <schwab@suse.de>
348         * gnus-util.el (gnus-split-references): Strip comments.
349         (gnus-parent-id): Likewise.
351 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
353         * message.el (message-confirm-send): Fix version.
355 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
357         * message.el (message-idna-to-ascii-rhs-1): Use
358         mail-extract-address-components rather than mail-header-parse-addresses
359         that is an alias by default to ietf-drums-parse-addresses that does not
360         support non-ASCII names in headers' contents.
362 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
364         * message.el (message-confirm-send): Fixed variable documentation to
365         avoid the "y/n" wording.
367 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
369         * message.el (message-set-auto-save-file-name): Save to a different
370         filename so multiple messages (especially drafts) can be recovered.
372 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
374         * message.el (message-confirm-send): Add appropriate version.
376 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
378         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
379         defvar.
381 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
383         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
384         (mm-pkcs7-enveloped-magic): Ditto.
386 2008-09-17  Simon Josefsson  <simon@josefsson.org>
388         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
389         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
391 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
393         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
394         default, it's better.
396 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
398         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
399         summary line gnus-number property and ignore them (with a warning
400         message).
402 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
404         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
405         macro caddr in the interactive form since it won't be expanded.
407 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
409         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
410         `charset'; fix name of function called recursively.
411         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
413 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
415         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
416         (gnus-mime-set-charset-parameters): New function.
417         (gnus-mime-view-part-as-charset): Use it to correctly display part
418         specifying wrong charset.
420 2008-09-08  David Engster  <dengste@eml.cc>
422         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
423         in completing-read for back end server.
425 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
427         * message.el (message-confirm-send): New variable to confirm sending a
428         message.
429         (message-send): Use it.
431 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
433         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
435 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
439 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
441         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
442         prevent tracking too many groups.
443         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
444         Use it.
446 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
448         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
449         moving point to the bottom of the window in order to avoid recentering.
451 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
453         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
454         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
455         (gnus-article-beginning-of-window): Fix calculation.
457 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
459         * gnus-msg.el (gnus-summary-supersede-article)
460         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
461         value of gnus-newsgroup-charset to decode non-MIME encoded text in
462         message header.
464 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
466         * message.el:
467         * gnus-start.el:
468         * gnus-registry.el: Remove VMS support.
470 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
472         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
473         macro.
474         (rfc2104-hash): Use it.
476 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
478         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
479         (gnus-summary-sort-by-most-recent-date): New commands.
480         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
481         and menu entries.
483 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
485         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
486         don't redisplay article for raw contents; remove plural articles stuff.
488         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
489         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
490         on gnus-summary-save-article; display results properly.
492 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
494         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
496 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
498         * gnus-art.el (gnus-summary-save-in-pipe): Consider
499         gnus-save-all-headers.
501 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
503         * gnus-util.el (ns-focus-frame): Remove declaration.
504         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
505         like x.
507 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
509         * rfc2104.el (rfc2104-zero): Delete defconst.
510         (rfc2104-hex-alist): Likewise.
511         (rfc2104-hex-to-int): Delete func.
512         (rfc2104-hexstring-to-bitstring): Likewise.
513         (rfc2104-nybbles): New defconst.
514         (rfc2104-hash): Rewrite for speed.
516 2008-07-16  Glenn Morris  <rgm@gnu.org>
518         * gnus-util.el (ns-focus-frame): Declare for compiler.
520 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
522         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
523         set as a group parameter.
524         (gnus-summary-save-in-pipe): Work when it is called independently.
525         (gnus-summary-pipe-to-muttprint): Don't modify
526         gnus-summary-pipe-output-default-command.
528 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * message.el (message-send-mail-with-sendmail):
531         Display the error message.
533 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
535         * gnus-art.el (gnus-default-article-saver):
536         Add gnus-summary-save-in-pipe to choices.
537         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
538         gnus-summary-pipe-output-default-command as the default command.
539         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
540         instead of gnus-last-shell-command.
542         * gnus-sum.el (gnus-summary-pipe-output-default-command):
543         New user option.
544         (gnus-summary-muttprint-program): Mention the value will be changed.
545         (gnus-summary-save-article): Force showing of all headers.
546         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
548 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
550         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
552 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
554         * nnimap.el (nnimap-id):
555         * sieve-manage.el (sieve-manage-open): Doc fixes.
557 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
559         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
560         if available.
562 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
564         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
566         * nnkiboze.el (nnkiboze-generate-group):
567         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
569         * nnmairix.el: Require CL.
571 2008-06-15  David Engster  <dengste@eml.cc>
573         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
575 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
577         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
578         New macros that expand to an `aset'/`aref' call under Emacs, and to a
579         runtime choice under XEmacs.
581         * gnus-sum.el (gnus-summary-set-display-table):
582         Use `gnus-put-display-table', `gnus-get-display-table',
583         `gnus-set-display-table' for the display table, instead of `aset'.
585 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
587         * nnmairix.el: Add autoloads.
589 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
591         * nnmairix.el (nnmairix-delete-recreate-group)
592         (nnmairix-update-and-clear-marks): Fix error messages.
594 2008-06-14  David Engster  <dengste@eml.cc>
596         * nnmairix.el: Upgrade to version 0.6.
597         (nnmairix-group-toggle-propmarks-this-group)
598         (nnmairix-group-toggle-readmarks-this-group)
599         (nnmairix-group-delete-recreate-this-group)
600         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
601         (nnmairix-remove-tick-mark-original-article): New commands.
602         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
603         (nnmairix-propagate-marks-to-nnmairix-groups)
604         (nnmairix-only-use-registry, nnmairix-allowfast-default)
605         (nnmairix-marks-cache, nnmairix-version-output): New variables.
606         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
607         functions needed for marks propagation and manipulation of read marks.
608         (nnmairix-update-groups): New function.
609         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
610         (nnmairix-determine-original-group-from-registry)
611         (nnmairix-determine-original-group-from-path)
612         (nnmairix-get-group-from-file-path, nnmairix-map-range)
613         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
614         New helper functions.
615         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
616         keystrokes for new commands.
617         (nnmairix-delete-and-create-on-change): Doc string cleanup.
618         (nnmairix-request-group): Check allow-fast group parameter.
619         (nnmairix-request-create-group): Set allow-fast group parameter if
620         nnmairix-allowfast-default is set.
621         (nnmairix-close-group): Propagate marks upon closing if needed.
622         (nnmairix-group-toggle-threads-this-group): Use new.
623         nnmairix-group-toggle-parameter helper function.
624         (nnmairix-search): Better check for empty search result.
625         (nnmairix-goto-original-article): Use new helper functions for
626         determining original article.
627         (nnmairix-show-original-article): Make sure message-id is in brackets.
628         (nnmairix-call-mairix-binary): Change variable name.
629         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
630         helper function.
631         (nnmairix-widget-toggle-activate): Fix doc string.
633 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
635         * nnir.el: Require edmacro when compiling with XEmacs.
636         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
637         available in Emacs 21.
639 2008-06-11  Glenn Morris  <rgm@gnu.org>
641         * gnus-util.el (x-focus-frame):
642         * gnus.el (image-size):
643         * mm-decode.el (image-size): Declare.
645         * gnus-picon.el (declare-function): Add compat definition.
646         (image-size): Declare.
648         * gnus-group.el (tool-bar-map):
649         * gnus-sum.el (tool-bar-map): Define for compiler.
651         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
653         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
655         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
656         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
657         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
658         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
659         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
660         * sieve-manage.el, spam-report.el, spam.el:
661         Remove unnecessary eval-and-compile of autoloads.
663 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
665         * auth-source.el: Precise Tramp doc.
667 2008-06-07  Glenn Morris  <rgm@gnu.org>
669         * nnmairix.el: Remove unnecessary eval-when-compile.
671 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
673         * nnir.el: New file.
675 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * gnus-util.el (gnus-read-shell-command): New function.
678         * mm-decode.el (mm-pipe-part):
679         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
681 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
683         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
685 2008-06-03  Glenn Morris  <rgm@gnu.org>
687         * pop3.el (nnheader-accept-process-output): Autoload it.
689 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
691         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
692         are not 2-digit hexadecimal characters that follow `%'s.
694 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
696         * message.el (message-bogus-recipient-p): Fix type in doc string.
697         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
698         (message-bogus-addresses): Rename from message-bogus-address-regexp.
699         Improve custom options.
700         (message-bogus-recipient-p): Adjust accordingly.
702 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
704         * nnmairix.el: Require edmacro when compiling with XEmacs.
706 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
708         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
709         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
711 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
713         * auth-source.el: Add more docs.
715 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717         * nnheader.el (nnheader-read-timeout): Change the default timeout from
718         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
719         retrieval faster in some cases, but might make CPU usage larger.  If
720         this has any bad side effects, we might revert this change.
722         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
723         seems to make mail retrieval much, much faster.
724         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
725         unconditionally.
727         * gnus-draft.el (gnus-group-send-queue): Bind
728         message-send-mail-partially-limit to nil to avoid being prompted.
730 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
732         * mml.el (mml-attach-buffer): Prompt for `disposition'.
734         * message.el (message-bogus-address-regexp): Fix and improve custom
735         type.
736         (message-setup-hook): Add message-check-recipients as custom option.
738 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
740         * message.el (message-cite-function): Remove bogus autoload which crept
741         in during merge from v5-10.
743 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
745         * nnimap.el (nnimap-open-connection): Fix login/password bug.
747         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
749         * auth-source.el: Preliminary Tramp docs.
750         (auth-sources): Change the default auth-sources to use
751         EPA .gpg files.
753 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
755         * nntp.el: Autoload `auth-source-user-or-password'.
756         (nntp-send-authinfo): Use it.
758         * nnimap.el: Autoload `auth-source-user-or-password'.
759         (nnimap-open-connection): Use it.
761         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
762         for the gnus-message function.
763         (auth-source-user-or-password): Use it.
765 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
768         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
769         (rfc2104-hash): Use it.
771 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
773         * gnus-art.el (gnus-article-toggle-truncate-lines):
774         Don't use `iff' in docstring.
776 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
778         * gnus-registry.el: Adjusted copyright dates and added a keyword.
780         * gnus-util.el (gnus-extract-address-component-name)
781         (gnus-extract-address-component-email): Convenience functions around
782         `gnus-extract-address-components'.
784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
785         Use `gnus-extract-address-component-email' to fix bug of comparing full
786         sender name to `user-mail-address'.
788 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
790         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
791         catch/throw to optimize.
792         (gnus-registry-find-keywords): Just use member to find a keyword.
794 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
797         is current before calling gnus-server-prepare.
798         (gnus-server-setup-buffer, gnus-server-update-server)
799         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
801 2008-05-04  Juri Linkov  <juri@jurta.org>
803         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
804         (mailcap-file-default-commands): Use mailcap-replace-in-string
805         instead of replace-regexp-in-string, and mailcap-delete-duplicates
806         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
808 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
810         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
812 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
815         hooks.
816         (gnus-update-read-articles): Speed up non-marks-using users.
817         (gnus-use-marks): Define gnus-use-marks.
818         (gnus-propagate-marks): Rename variable to something more sensible.
820 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
822         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
823         (gmm-image-load-path-for-library): Fix typos in docstrings.
824         (gmm-message): Reflow docstring.
826 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
828         * mail-source.el (mail-source-set-1, mail-source-bind):
829         Move auth-source code out of the macro to clean it up and fix bugs.
831 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
833         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
834         by sender if it's equal to user-mail-address, it's likely to be
835         useless.
837         * mail-source.el (mail-source-bind): Don't use user or password if they
838         are not bound.  Unintern them if they are nil.  Don't use server unless
839         it's bound, and default it to empty string otherwise.
841 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
843         * mail-source.el: Load auth-source.el.
844         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
845         get user name or password, if auth-sources is set up.
847         * gnus-registry.el (gnus-registry-split-strategy): New variable for
848         strategy of splitting with parent.
849         (gnus-registry-split-fancy-with-parent)
850         (gnus-registry-post-process-groups): Use it and fix prior
851         bug (returning a list as the split result).
853         * auth-source.el (auth-sources): Remove server parameter.
854         (auth-source-pick, auth-source-user-or-password)
855         (auth-source-user-or-password-imap)
856         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
857         (auth-source-user-or-password-sftp)
858         (auth-source-user-or-password-smtp): Remove server parameter.
860 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
862         * smime.el (smime-sign-region, smime-encrypt-region)
863         (smime-decrypt-region):
864         Remove redundant calls to `generate-new-buffer-name'.
866 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
868         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
869         Don't use QP for message/rfc822.
870         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
872 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * sieve-manage.el (sieve-string-bytes): Remove.
875         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
876         correct byte-length only if the process's coding-system is the same as
877         the one used internally by Emacs to represent strings.
879 2008-04-22  Juri Linkov  <juri@jurta.org>
881         * mailcap.el (mailcap-file-default-commands): New function.
883 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
885         * message.el (message-signature-separator, message-cite-function):
886         Change custom version.
888 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
890         * mm-decode.el (mm-display-external): Make temp file read-only.
892 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
894         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
895         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
896         `C-c C-f d'.
898 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
900         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
902 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
904         * auth-source.el: Added docs.
905         (auth-sources): Modify format to support server.
906         (auth-source-pick, auth-source-user-or-password)
907         (auth-source-user-or-password-imap)
908         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
909         (auth-source-user-or-password-sftp)
910         (auth-source-user-or-password-smtp): Add server parameter.
912 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
914         * gnus-registry.el: Initialize the registry when gnus-registry-install
915         is t.
917 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
919         * compface.el (uncompface): Make buffer unibyte.
921 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * mail-source.el (mail-source-value):
924         Prefer fboundp to functionp so it works with macros as well.
926 2008-04-05  Glenn Morris  <rgm@gnu.org>
928         * gnus-ems.el (mm-disable-multibyte): Autoload it.
930 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
933         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
935         * nnheader.el (nnheader-init-server-buffer): Change buffer's
936         multibyteness after rather than before erasing it.
938         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
939         mm-with-multibyte.
940         (gnus-request-article-this-buffer): Make sure the proper decoding is
941         used if gnus-original-article-buffer happens to be unibyte.
943         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
944         default-enable-multibyte-characters.
946         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
947         default-enable-multibyte-characters.
949         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
951         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
953 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
956         Fix last change in case the element is not even a symbol.
958 2008-04-02  Simon Josefsson  <simon@josefsson.org>
960         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
961         imap-enable-exchange-bug-workaround.
962         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
964 2008-04-01  Simon Josefsson  <simon@josefsson.org>
966         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
967         a 100 byte status-checks into a 2-3MB transfer for each group.
968         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
969         to enable bug workaround or not.
970         (nnimap-find-minmax-uid): Only enable workaround conditionally.
972 2008-03-31  Glenn Morris  <rgm@gnu.org>
974         * message.el (mml2015-use): Declare for compiler.
975         (message-info): Require mml2015 when appropriate.
977 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
979         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
980         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
981         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
982         (nntp-service-to-port): New function.
983         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
984         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
985         (nntp-open-netcat-stream): New function.
986         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
988 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
990         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
992 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
994         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
996 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
998         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1000 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1002         * message.el (message-signature-separator): Change default.
1003         Improve custom type.
1004         (message-cite-function): Change default to
1005         message-cite-original-without-signature.
1007         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1008         toggle.
1010         * message.el (message-check-news-body-syntax): Fix signature check.
1011         (message-setup-1): Mark buffer as unmodified _after_ running
1012         message-setup-hook and handling message-alternative-emails.
1013         (message-shorten-references): Be more strict when building list of
1014         valid references to comply with GNKSA.
1016         * gnus-group.el (gnus-read-ephemeral-bug-group)
1017         (gnus-read-ephemeral-debian-bug-group)
1018         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1020         * message.el (message-info): Don't use booleanp which isn't supported
1021         in Emacs 21 and XEmacs.
1023 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1025         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1026         gnus-group-gmane-group-download-format.
1027         (gnus-group-read-ephemeral-gmane-group): Rename from
1028         gnus-group-read-ephemeral-gmane-group.
1029         (gnus-read-ephemeral-gmane-group-url): Rename from
1030         gnus-group-read-ephemeral-gmane-group-url.
1031         (gnus-bug-group-download-format-alist): New variable.
1032         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1033         (gnus-read-ephemeral-emacs-bug-group): New commands.
1035 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1037         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1038         (gnus-visible-headers): Improve custom type.
1040 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1042         * mml.el (mml-menu): Add workarounds for XEmacs.
1044         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1045         X-Boundary header.
1047         * message.el (message-simplify-recipients): Fix previous commit.
1049 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * mm-util.el (mm-set-buffer-multibyte): New function.
1052         * mm-decode.el (mm-copy-to-buffer): Use it.
1054         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1055         Prefer fboundp to functionp so it works with macros as well.
1057 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1059         * message.el (message-alter-recipients-discard-bogus-full-name):
1060         New function.
1061         (message-alter-recipients-function): New variable.
1062         (message-get-reply-headers): Use it.
1063         (message-replace-header): New helper function.
1064         (message-recipients-without-full-name): New variable.
1065         (message-simplify-recipients): New command.
1067         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1069         * message.el (message-info): Handle EasyPG manual.
1071         * mml.el (mml-menu): Add entry for EasyPG.
1073 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1075         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1076         parameter.
1078         * message.el (message-disassociate-draft): Specify drafts group name
1079         fully.
1081 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1083         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1084         unnecessary duplicates from the match list.
1086 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1089         args of `how-many' of which the XEmacs version doesn't take; declare
1090         Info-index-next as function.
1092 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1094         * gnus-score.el (gnus-score-headers): Fix handling of
1095         gnus-inhibit-slow-scoring.
1097         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1098         string.
1099         (gnus-button-url-regexp): Improve handling of parenthesis.
1100         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1101         (gnus-button-handle-info-keystrokes): Handle index entries.
1103 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1105         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1106         Incoming* files.
1108 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1110         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1111         (auth-source-pick): Use it.
1113 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1115         * auth-source.el (auth-source-protocols)
1116         (auth-source-protocols-customize, auth-source-choices): Added and
1117         modified variable customizations and defaults.
1118         (auth-source-pick, auth-source-user-or-password)
1119         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1121         (auth-source-user-or-password-sftp)
1122         (auth-source-user-or-password-smtp): Use new variables and provide an
1123         interface to netrc.el.
1125 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1127         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1128         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1129         Make sure the nntp port to specify is a string.
1131 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * nntp.el: Use with-current-buffer.
1134         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1135         dubious mm-with-unibyte-current-buffer.
1136         (nntp-with-open-group-function): New function extracted from
1137         nntp-with-open-group macro.
1138         (nntp-with-open-group): Use the function, so it's easier to debug.
1139         Add indentation and debugging info.
1140         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1141         the use of the netcat alternatives.
1143         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1144         Avoid mm-string-as-multibyte as well.
1146         * nnweb.el (nnweb-insert-html):
1147         Remove use of nnheader-string-as-multibyte.
1149         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1150         (nnheader-string-as-multibyte): Remove.
1152         * mm-view.el: Use inhibit-read-only.
1153         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1154         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1155         or unibyte-string.
1157         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1158         (mm-uu-yenc-extract): Use with-current-buffer.
1160         * gnus-soup.el (gnus-soup-send-packet): Don't use
1161         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1163         * nnmh.el: Use with-current-buffer.
1164         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1165         mm-string-as-multibyte on the output of mm-encode-coding-string.
1167         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1168         (nnimap-request-move-article): Use with-current-buffer.
1170         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1171         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1172         conversion uses string-make-unibyte rather than string-as-unibyte.
1174         * gnus-msg.el: Use with-current-buffer.
1176         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1178 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1180         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1181         string for caching if it is 'PIN.
1183 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1185         * mail-source.el (mail-source-delete-old-incoming-confirm):
1186         Change default to nil.
1187         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1189 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1191         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1192         (gnus-article-goto-prev-page): Work for articles having ^L's.
1194         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1196         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1198 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1200         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1201         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1202         (gnus-bookmark-jump): Adjust some variable names.
1204 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1206         * auth-source.el: New package.
1207         (auth-source-choices): Add customization entry point variable.
1209         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1210         bug.
1212 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1214         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1215         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1216         (gnus-registry-install-shortcuts): Rename from
1217         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1218         the `gnus-registry-mark-map' keymap dynamically from
1219         `gnus-registry-marks'.  The generated functions update the summary line
1220         when a registry mark is added or deleted, and will call
1221         `gnus-registry-install-p' (see the comments in the code).
1222         (gnus-registry-user-format-function-M): Use concat intelligently.
1224         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1225         the registry mark functions.
1227 2008-03-05  Glenn Morris  <rgm@gnu.org>
1229         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1230         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1231         gnus-art.
1232         (top-level): No need to load own source when compiling.
1234 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1236         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1237         Suggested by <chris.anderton@zetnet.co.uk>.
1239 2008-03-04  Glenn Morris  <rgm@gnu.org>
1241         * gnus-sum.el (top-level): No need to require gnus when compiling,
1242         since unconditionally required near start of file.
1243         (gnus-summary-display-while-building): Move definition before use.
1245 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1247         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1248         formatting function.
1250 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1252         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1253         with plists.
1254         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1255         Use new format.
1257 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1259         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1260         `where-is-internal' that returns a range of key sequences.
1262 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1266         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1267         (gnus-summary-jump-to-group): Consider windows on other displayed
1268         frames as well.  Similar changes might be needed elsewhere, but that's
1269         the one I've bumped into during my use.
1271         * nndoc.el (nndoc-oe-dbx-type-p):
1272         * gnus-msg.el (gnus-debug):
1273         * gnus-group.el (gnus-update-group-mark-positions):
1274         Use mm-string-to-multibyte.
1276 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1278         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1279         doesn't handle NotDashEscaped.
1281         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1282         (mml-dnd-attach-options): Fix typo in custom choice.
1284         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1285         nndoc-article-type to mbox.
1286         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1288         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1289         to nil, instead of html2text.
1291         * imap.el (imap-debug): Add `imap-ping-server'.
1293         * gnus-bookmark.el: Add FIXMEs.
1295         * message.el (message-form-letter-separator)
1296         (message-send-form-letter-delay): New variables.
1297         (message-send-form-letter): Use them.  New command to send form
1298         letters.  Requested by Uwe Siart.
1299         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1301 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1303         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1304         empty author.
1306 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1308         * gnus-registry.el (gnus-registry-marks): Add variable for
1309         customization of marks and their appearance.
1310         (gnus-registry-read-mark): Use it.
1311         (gnus-registry-do-marks): Add utility function to loop through
1312         `gnus-registry-marks'.
1313         (gnus-registry-install-shortcuts-and-menus): Add function to install
1314         shortcuts and menus.
1315         (gnus-registry-initialize): Use it.
1316         (gnus-registry-default-mark): Clarify documentation.
1318 2008-02-29  Glenn Morris  <rgm@gnu.org>
1320         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1321         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1322         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1323         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1324         Change defcustom :version from 23.0 to 23.1.
1326 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1328         * gnus-registry.el (gnus-registry-follow-group-p)
1329         (gnus-registry-post-process-groups): Add functions to aid registry
1330         splitting and improve logging.  Clarify behavior in function
1331         documentation.
1332         (gnus-registry-split-fancy-with-parent): Use them.
1334 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * gnus-art.el: Use with-current-buffer.
1338 2008-02-27  David Engster  <dengste@eml.cc>
1340         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1341         Express real group name in the response.
1343 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1345         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1346         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1347         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1348         autoload gnus-registry-fetch-group when compiling.
1349         (nnmairix-request-group-with-article-number-correction): Remove
1350         unreferenced argument passed to nnmairix-call-backend.
1352 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1354         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1355         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1356         Wilde.
1358 2008-02-27  Glenn Morris  <rgm@gnu.org>
1360         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1361         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1362         variables to defconsts.  Convert comments to doc-strings.
1363         (nnmairix-last-server, nnmairix-current-server): Convert from free
1364         variables to defvars.  Convert comments to doc-strings.
1365         (gnus-registry-fetch-group): Autoload.
1366         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1367         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1368         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1369         caddr.
1370         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1371         nnmairix-request-group-with-article-number-correction call.
1372         (nnmairix-fast, nnmairix-group): New, less general names, for free
1373         variables passed from nnmairix-request-group to
1374         nnmairix-request-group-with-article-number-correction.  Declare.
1375         (nnmairix-request-group-with-article-number-correction):
1376         Use nnmairix-fast, nnmairix-group rather than fast, group.
1378 2008-02-26  David Engster  <dengste@eml.cc>
1380         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1381         version 0.5.
1383 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1385         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1386         instead of making an extra function call.  Don't add the current group
1387         to articles only when they have the group.  Use
1388         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1389         Reported by David <de_bb@arcor.de>.
1391 2008-02-24  Miles Bader  <miles@gnu.org>
1393         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1394         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1395         (mm-find-mime-charset-region):
1396         * mm-bodies.el (mm-encode-body):
1397         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1399 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1401         * mail-source.el (mail-source-delete-incoming): Change default.
1402         Supplement doc string.
1404         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1406 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1408         * nnmail.el (nnmail-message-id-cache-file): Derive from
1409         `gnus-home-directory'.
1411 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1413         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1414         Document negative prefix.
1416         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1418 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420         * message.el (message-unsent-separator): Add the Exim bounce
1421         separator.
1423 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1425         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1426         list.
1427         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1428         recipient/signer list.
1430 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1432         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1433         fbound (Emacs 23 unicode), signal an error.
1435 2008-02-08  Glenn Morris  <rgm@gnu.org>
1437         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1439 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1441         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1442         ports to the calls to `netrc-machine-user-or-password' in addition to
1443         "imap" and "imaps".
1445 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1447         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1448         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1449         <hanche@math.ntnu.no>.
1451 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1455 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1457         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1459         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1461 2008-02-01  Miles Bader  <miles@gnu.org>
1463         * mml.el (mml-parse-1): Remove apparently vestigial use of
1464         `mm-hack-charsets'.
1465         * mm-bodies.el (mm-encode-body): Likewise.
1467 2008-02-01  Kenichi Handa  <handa@m17n.org>
1469         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1470         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1471         (rfc2104-hash): Convert the result of concat to unibyte string.
1473 2008-02-01  Dave Love  <fx@gnu.org>
1475         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1476         coding-system-for-read.
1477         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1479         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1480         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1481         (mm-find-mime-charset-region): Remove hack-charsets stuff.
1483 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1485         * mail-source.el (mail-sources): Add `group' choice.
1487         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1488         parameter `in-group' to control into which group the articles go.
1489         Add treatment of `group' mail-source.
1491 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1493         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1494         * message.el (message-beginning-of-line): Use featurep instead of bound
1495         tests in order to resolve conditionals at compile time.
1497 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1499         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1501         * mm-decode.el (mm-dissect-buffer): Decode description.
1503         * mml.el (mml-to-mime): Encode message header first.
1505 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1507         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1508         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1510 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1512         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1514 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1516         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1517         prefix keys.
1518         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1519         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1520         gnus-xmas.el.
1522 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1524         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1525         Add new variables for article mark management.
1526         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1527         list of extra data entries which, when present, will indicate that the
1528         article ID should not be trimmed from the registry.
1529         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1530         functions.
1531         (gnus-registry-read-mark): New function to read a mark name from the
1532         user.
1533         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1534         (gnus-registry-set-article-mark-internal): New functions to add and
1535         remove marks.
1536         (gnus-registry-get-article-marks): New function to show the marks for
1537         an article, or retrieve them for further use.
1539 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1541         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1542         keys when no argument is given.
1544 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1546         * gnus-sum.el (gnus-article-sort-by-random)
1547         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1548         jidanni@jidanni.org.
1550 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1552         * gnus-art.el (gnus-article-describe-bindings): New function.
1553         (gnus-article-read-summary-keys): Use it.
1554         (gnus-article-mode-map): Bind `C-h b' to it.
1556 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1558         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1559         XEmacs.
1560         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1561         against non-character events.
1563 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1565         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1566         command.
1567         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1568         instead of END.  Change name of the temp file.
1569         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1570         customizable.
1572 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1574         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1575         bind `S W' to gnus-article-wide-reply-with-original; set default
1576         binding to gnus-article-read-summary-send-keys.
1577         (gnus-article-read-summary-keys): Fix the order of keys; display
1578         continuation keys correctly in the echo area; describe bindings
1579         correctly when keys end with `C-h'.
1580         (gnus-article-read-summary-send-keys): New function.
1581         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1582         for gnus-article-read-summary-send-keys; display continuation keys
1583         correctly in the echo area.
1584         (gnus-article-reply-with-original): Ignore prefix argument.
1585         (gnus-article-wide-reply-with-original): New function.
1587 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1589         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1590         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1592 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1594         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1595         (gnus-group-read-ephemeral-gmane-group): New command.
1597 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1599         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1601 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1603         * message.el (message-send-mail-function): Increase custom version.
1605         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1606         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1608 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1610         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1611         html parts correctly; support forwarded messages.
1612         (gnus-article-browse-html-article): Remove work buffers.
1614         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1615         compiling.
1616         (netrc-bound-and-true-p): New macro.
1617         (netrc-parse): Use it instead of bound-and-true-p that is not available
1618         in XEmacs 21.4.
1620 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1622         * gnus-registry.el (gnus-registry-mark-article)
1623         (gnus-registry-article-marks): Add functionality to mark articles
1624         through the Gnus registry.
1626         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1627         (netrc-parse): Use encrypt-file-alist to determine if
1628         encrypt-find-model or encrypt-insert-file-contents should be used.
1630 2007-12-19  Glenn Morris  <rgm@gnu.org>
1632         * mml.el (message-options-set, message-narrow-to-head)
1633         (message-in-body-p, message-mail-p, message-encode-message-body):
1634         Autoload.
1635         (message-remove-header, message-narrow-to-headers-or-head)
1636         (message-subscribed-p, message-make-mail-followup-to)
1637         (message-position-on-field, message-news-p)
1638         (message-options-set-recipient, message-generate-headers)
1639         (message-sort-headers): Declare as functions.
1641 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1643         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1644         convention in doc string.
1646 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1649         title to html parts.
1650         (gnus-article-browse-html-article): Pass message header to it.
1652         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1654 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1656         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1657         or password compatible with XEmacs.
1659 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1661         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1662         format document.
1663         (gnus-mime-delete-part): Don't write description line if empty.
1664         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1666 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1668         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1669         (gnus-summary-mark-read-and-unread-as-read)
1670         (gnus-summary-mark-current-read-and-unread-as-read)
1671         (gnus-summary-mark-unread-as-ticked): Doc fix.
1672         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1674 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1676         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1677         Christoph Conrad <christoph.conrad@gmx.de>.
1679 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1681         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1682         yes-or-no-p.
1684 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * mm-decode.el (mm-add-meta-html-tag): New function.
1687         (mm-save-part-to-file, mm-pipe-part): Use it.
1689         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1690         gnus-y-or-n-p instead of y-or-n-p.
1691         (gnus-article-browse-html-parts): Work with message/external-body; use
1692         mm-add-meta-html-tag.
1694 2007-12-11  Glenn Morris  <rgm@gnu.org>
1696         * gnus-cache.el: Require gnus-sum not just when compiling.
1698         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1700         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1701         definitions before use.
1703         * mm-decode.el: Require gnus-util.
1704         (mm-remove-part): Only call delete-annotation on XEmacs.
1706         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1708         * nnmail.el: Require gnus-int.
1710         * spam.el: Move `require's before `eval-when-compile's.
1712         * gnus-ems.el (gnus-alive-p):
1713         * gnus-fun.el (message-goto-eoh):
1714         * gnus-util.el (gnus-group-name-decode):
1715         * mail-source.el (gnus-compress-sequence):
1716         * message.el (Info-goto-node, format-spec):
1717         * mm-bodies.el (message-options-get):
1718         * mm-decode.el (mm-view-pkcs7):
1719         * mm-util.el (gmm-write-region):
1720         * mml-smime.el (mml-compute-boundary)
1721         (gnus-completing-read-with-default):
1722         * mml.el (widget-button-press, gnus-make-hashtable):
1723         * mml1991.el (mm-decode-content-transfer-encoding)
1724         (mm-encode-content-transfer-encoding)
1725         (message-options-get, message-options-set):
1726         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1727         * nnfolder.el (gnus-request-group):
1728         * nnheader.el (ietf-drums-unfold-fws):
1729         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1730         * smime.el (gnus-run-mode-hooks):
1731         * spam-stat.el (gnus-message): Autoload.
1733         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1734         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1735         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1736         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1737         Add declare-function compatibility definition.
1739         * gnus-cache.el (nnvirtual-find-group-art):
1740         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1741         (gnus-add-image, gnus-add-wash-type):
1742         * gnus-group.el (nnkiboze-score-file):
1743         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1744         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1745         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1746         (message-tokenize-header, gnus-get-buffer-create)
1747         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1748         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1749         * gnus.el (gnus-group-decoded-name):
1750         * mail-source.el (imap-capability):
1751         * mm-bodies.el (message-options-set):
1752         * mm-decode.el (gnus-configure-windows):
1753         * mm-extern.el (message-goto-body):
1754         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1755         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1756         (epg-sub-key-validity, message-options-set):
1757         * mml.el (widget-event-point, gnus-configure-windows):
1758         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1759         * mml2015.el (epg-check-configuration, epg-configuration)
1760         (message-options-set):
1761         * nndb.el (nndb-request-article):
1762         * nnfolder.el (gnus-request-create-group):
1763         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1764         * nnmaildir.el (gnus-group-mark-article-read):
1765         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1766         * rfc1843.el (message-fetch-field):
1767         * spam.el (gnus-extract-address-components):
1768         Declare as functions.
1770 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1772         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1774 2007-12-09  Glenn Morris  <rgm@gnu.org>
1776         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1778         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1779         * message.el, mm-view.el, sieve-manage.el, smime.el:
1780         Add declare-function compatibility definition.
1782         * gnus-art.el (w3-region, w3m-region, Info-menu):
1783         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1784         * gnus-sum.el (gnus-get-predicate):
1785         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1786         * message.el (mail-abbrev-in-expansion-header-p):
1787         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1788         (w3m-detect-meta-charset, w3m-region):
1789         * sieve-manage.el (password-read, password-cache-add)
1790         (password-cache-remove):
1791         * smime.el (password-read-and-add): Declare as functions.
1793 2007-12-08  David Kastrup  <dak@gnu.org>
1795         * gnus-sum.el (gnus-summary-simplify-subject-query):
1796         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1797         `message'.
1799 2007-12-07  Glenn Morris  <rgm@gnu.org>
1801         * gnus-art.el (article-make-date-line): Revert previous change.
1803 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1805         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1807 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1809         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1810         Call gnus-add-to-range ranges only once with a prepared article-list.
1812 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1814         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1815         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1816         group names with backslashes.  Reported by Tassilo Horn
1817         <tassilo@member.fsf.org>.
1819 2007-12-06  Deepak Goel  <deego3@gmail.com>
1821         * gnus-art.el (article-make-date-line):
1822         * gnus-start.el (gnus-load):
1823         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1825 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1827         * gnus-art.el (gnus-use-idna)
1828         * gnus-start.el (gnus-site-init-file)
1829         * message.el (message-use-idna)
1830         * mm-uu.el (mm-uu-hide-markers)
1831         * smiley.el (smiley-style): Revert changes that suppress warnings.
1833 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1835         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1836         specify charset to html source.  Reported by Christoph Conrad
1837         <christoph.conrad@gmx.de>.
1839 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1841         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1842         idna-program in order to suppress byte compile warning issued by XEmacs
1843         that came to byte compile the default value section of defcustom forms
1844         recently.
1846         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1847         value of installation-directory.
1849         * message.el (message-use-idna): Don't directly refer to the value of
1850         idna-program.
1852         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1854         * smiley.el (smiley-style): Don't directly call face-attribute.
1856 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1858         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1860         * gnus-dired.el: Reduce Gnus dependencies.
1861         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1862         require.  Use autoloads instead.
1863         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1864         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1865         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1866         (gnus-dired-mode): Adjust doc string.
1867         (gnus-dired-mail-mode): New variable.
1868         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1869         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1870         (gnus-dired-mail-buffers): New function.  Return mail or message
1871         composition buffers.
1872         (gnus-dired-attach): Use it.
1873         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1874         NO-DECODE.
1875         (gnus-dired-print): Use `gnus-print-buffer' depending on
1876         `gnus-dired-mail-mode'.
1878 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1880         * rfc2047.el (rfc2047-encoded-word-regexp)
1881         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1882         explaining what regexp patterns are for.
1884 2007-12-04  Glenn Morris  <rgm@gnu.org>
1886         * password.el: Move to ../password-cache.el.
1888         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1889         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1890         * mml-smime.el (password-read, password-cache-add)
1891         (password-cache-remove):
1892         No need to autoload, since mml-sec requires password.
1894         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1895         * message.el (gnus-extract-address-components):
1896         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1898         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1899         password.
1901 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1903         * mailcap.el: Reduce dependencies.
1904         (mail-header-parse-content-type): Autoload.
1905         (mailcap-delete-duplicates): New alias.
1906         (mailcap-mime-info): Add optional argument NO-DECODE.
1907         (mailcap-mime-types): Use mailcap-delete-duplicates.
1909         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1911 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1914         function.
1916         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1917         (gnus-uu-yenc-article): New function.
1919         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1921         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1922         buffer.
1924 2007-12-02  Glenn Morris  <rgm@gnu.org>
1926         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1927         Move to ../net.
1929         * binhex.el, uudecode.el: Move to ../mail.
1931         * encrypt.el: Remove file.
1933 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1935         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1936         matches on patches.
1938         * gnus-art.el (gnus-article-browse-html-article): Mention
1939         `mm-text-html-renderer' in the doc string.
1941         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1942         string.  Add comments.
1944         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1945         if rhs is ASCII.
1947 2007-12-01  Glenn Morris  <rgm@gnu.org>
1949         * dig.el, dns.el: Move to ../net.
1950         * format-spec.el, hex-util.el, sha1.el: Move to ../.
1952         * mail-source.el (top-level): Require format-spec before
1953         eval-when-compile.
1955 2007-11-30  Glenn Morris  <rgm@gnu.org>
1957         * encrypt.el: Require password, rather than autoloading password-read.
1959 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1961         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1962         caller can indicate whether the cache should be disregarded for this
1963         call.  This way the result of the call is reproducible at all times and
1964         can be considered a canonical server name for the supplied method.
1965         (gnus-agent-method-p): Canonicalize server names by pushing their
1966         method through `gnus-method-to-server' using the no-cache argument.
1968         * gnus-srvr.el (gnus-server-insert-server-line): Call
1969         `gnus-method-to-server' with `no-cache' argument.
1971         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1972         gnus-agent-possibly-synchronize-flags as this should be called when the
1973         server is actually being opened.
1974         (gnus-agent-possibly-synchronize-flags)
1975         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1976         flags file of an agentized server to the latter function.
1978         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1979         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1980         after a connection has been established successfully.
1982 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1984         * gnus-art.el (article-display-face): Force to display face if called
1985         interactively; check if gnus-article-x-face-too-ugly matches author.
1986         (article-display-x-face): Display face even if From header is missing
1987         as article-display-face does.
1989 2007-11-28  Richard Stallman  <rms@gnu.org>
1991         * md4.el: Move to ../.
1992         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1994 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1996         * mail-source.el (mail-sources): Default to fetch from file for
1997         compatibility with default of nnmail-spool-file.
1999 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2001         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2002         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2003         to look for encoded word that should be encoded again.
2004         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2005         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2006         encoding pattern.
2007         (rfc2047-decode-region): Switch strict regexp and loose one according
2008         to rfc2047-allow-irregular-q-encoded-words.
2010 2007-11-26  Simon Josefsson  <simon@josefsson.org>
2012         * imap.el: Move to ../net directory.
2014 2007-11-25  Romain Francoise  <romain@orebokech.com>
2016         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2018 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2020         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2021         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2023         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2024         `nnmail-spool-file'.
2026         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2027         `nnmail-spool-file'.
2029         * gnus-move.el (gnus-change-server): Ditto.
2031         * gnus-kill.el (gnus-batch-score): Ditto.
2033         * gnus-cache.el (gnus-jog-cache): Ditto.
2035         * gnus-msg.el (gnus-summary-reply):
2036         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2038 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2040         * gnus-cache.el (gnus-cache-generate-nov-databases):
2041         Use nnml-generate-nov-databases-directory instead of
2042         nnml-generate-nov-databases-1.
2044 2007-11-24  Glenn Morris  <rgm@gnu.org>
2046         * message.el (message-tool-bar-retro): Update for rename
2047         mail_send.xpm->mail-send.xpm.
2049 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2051         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2052         `smime-ldap-search' for Emacs 22 and up.
2054 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2056         * hashcash.el: Move to ../mail directory.
2058         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
2060         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2061         `smime-ldap-search' for Emacs 22 and up.
2063 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2067         * message.el (message-send-mail-function): Fix error convention.
2068         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2069         (message-widen-reply, message-send-mail, message-talkative-question)
2070         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2071         (message-clone-locals, message-send-news): Use with-current-buffer.
2072         (message-insert-or-toggle-importance): Remove unused var `valid'.
2073         (message-make-references): Remove unused var `new-references'.
2074         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2076 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2078         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2079         (spam-split-symbolic-return-positive): Reflow docstring.
2080         (spam-backends, spam-summary-exit-behavior)
2081         (spam-mark-ham-unread-before-move-from-spam-group)
2082         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2083         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2084         (spam-clear-cache, spam-backend-check, spam-install-backend)
2085         (spam-install-statistical-backend, spam-list-of-processors)
2086         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2087         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2088         (spam-check-crm114, spam-initialize, spam-unload-hook):
2089         Fix typos in docstrings.
2091 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2093         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2094         been checked if they have never been read and those group levels are
2095         higher than the one that a user specified.
2097 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2099         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2100         foreign groups unless a group level is specified by a user.
2101         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2103 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2105         * message.el (message-send-mail-function): Require sendmail.
2107 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2109         * message.el (message-send-mail-function): Check for smtpmail too.
2111         * utf7.el (utf7-encode, utf7-decode): Use coding system
2112         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2114         * message.el (message-send-mail-function): New function.
2115         (message-send-mail-function): Set default using
2116         message-send-mail-function.  Adjust doc string.
2117         (message-send-mail-with-mailclient): New function.
2119 2007-11-17  Richard Stallman  <rms@gnu.org>
2121         * assistant.el: Remove file.
2123 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2125         * smime.el (from):
2126         * rfc2047.el (message-posting-charset):
2127         * qp.el (mm-use-ultra-safe-encoding):
2128         * pop3.el (parse-time-months):
2129         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2130         * nnml.el (files):
2131         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2132         (jka-compr-compression-info-list, ange-ftp-path-format)
2133         (efs-path-regexp):
2134         * nndiary.el (files):
2135         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2136         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2137         (epg-digest-algorithm-alist, inhibit-redisplay)
2138         (password-cache-expiry):
2139         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2140         (pgg-output-buffer, password-cache-expiry):
2141         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2142         (efs-path-regexp):
2143         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2144         (inhibit-redisplay):
2145         * mm-uu.el (file-name, start-point, end-point, entry)
2146         (gnus-newsgroup-name, gnus-newsgroup-charset):
2147         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2148         (latin-unity-ucs-list):
2149         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2150         (mm-uu-binhex-decode-function):
2151         * message.el (gnus-message-group-art, gnus-list-identifiers)
2152         (rmail-enable-mime-composing, gnus-local-organization)
2153         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2154         (gnus-read-active-file, facemenu-add-face-function)
2155         (facemenu-remove-face-function, gnus-article-decoded-p)
2156         (tool-bar-mode):
2157         * mail-source.el (display-time-mail-function):
2158         * gnus-util.el (nnmail-pathname-coding-system)
2159         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2160         (gnus-original-article-buffer, gnus-user-agent)
2161         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2162         (xemacs-codename, sxemacs-codename, emacs-program-version):
2163         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2164         * gnus-start.el (gnus-agent-covered-methods)
2165         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2166         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2167         (gnus-newsgroup-headers, gnus-group-list-mode)
2168         (gnus-group-mark-positions, gnus-newsgroup-data)
2169         (gnus-newsgroup-unreads, nnoo-state-alist)
2170         (gnus-current-select-method, mail-sources)
2171         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2172         (nnmail-spool-file, gnus-cache-active-hashtb):
2173         * gnus-mh.el (mh-lib-progs):
2174         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2175         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2176         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2177         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2178         (gnus-group-buffer):
2179         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2180         (font-lock-set-defaults):
2181         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2182         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2183         (gnus-summary-post-menu, total-parts, type, condition, length):
2184         * gnus-agent.el (gnus-agent-read-agentview):
2185         * flow-fill.el (show-trailing-whitespace):
2186         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2187         eval-and-compile wrappers for byte compiler pacifiers.
2189         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2190         (mm-display-inline-fontify): Check for featurep 'xemacs not
2191         extent-list.
2193         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2194         itimer-list.
2195         (mm-create-image-xemacs): Only do something for XEmacs.
2196         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2198         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2200         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2201         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2203 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2205         * nnimap.el (nnimap-split-download-body):
2206         * gnus-demon.el (gnus-demon):
2207         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2209 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2211         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2212         macros.
2213         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2214         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2215         copy data from unibyte buffer to multibyte current buffer.
2216         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2217         to copy data from unibyte current buffer to multibyte buffer.
2218         (nntp-make-process-buffer): Make process buffer unibyte.
2220         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2222 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2224         * pop3.el (pop3-open-server): Accept and process data more robustly at
2225         connexion start to avoid spurious "POP SSL connexion failed" errors.
2227 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2229         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2230         read group names.
2232 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2234         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2236 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2238         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2239         (nnmail-save-active): Use a unibyte buffer when saving active file,
2240         which may contain non-ASCII group names.
2242         * nnml.el (nnml-request-group): Decode group names in messages.
2244 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2246         * message.el (message-citation-line-function)
2247         (message-insert-formatted-citation-line): Fix spelling of
2248         `message-insert-formated-citation-line'.
2250 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2252         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2254 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2256         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2257         nnmail-pathname-coding-system.
2259         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2260         that a user enters; decode group names in messages.
2262         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2264 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2266         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2268         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2270         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2271         risky local variable.
2273         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2275 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2277         * encrypt.el: Improve documentation to fix function name typo.
2278         Reported by Daiki Ueno <ueno@unixuser.org>.
2280 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2282         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2283         even if the point is not in the last page of an article.
2284         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2285         back to the previous page.
2287 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2289         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2291 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2293         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2295 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * message.el (message-check-news-body-syntax): Avoid
2298         mm-string-as-multibyte.
2299         (message-hide-headers): Don't assume (point-min)==1.
2301 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2303         * message.el (message-remove-blank-cited-lines): Fix if remove is
2304         given.
2305         (message-bogus-address-regexp): New variable.
2306         (message-bogus-recipient-p): New function.
2307         (message-check-recipients): New command.
2308         (message-syntax-checks): Add `bogus-recipient'.
2309         (message-fix-before-sending): Add `bogus-recipient'.
2311         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2312         (gnus-treat-body-boundary): Don't test window-system.
2314 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2316         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2318 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2320         * gnus.el: Bump version to Gnus v5.13.
2322 2007-10-28  Miles Bader  <miles@gnu.org>
2324         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2325         at compile-time too.
2327 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2329         * gnus-msg.el (gnus-message-setup-hook): Add
2330         `message-remove-blank-cited-lines' to options.
2332 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2334         * message.el (message-remove-blank-cited-lines): New function.
2335         Suggested by Karl Plästerer.
2337 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2339         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2340         mapc.
2342         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2343         (top-level): Use mapc to set functions to be traced for debugging.
2345         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2346         called for effect with while loop.
2348         * message.el (message-talkative-question): Replace mapcar called for
2349         effect with mapc.
2351         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2352         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2353         called for effect with dolist.
2355         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2357         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2358         gnus-extra-headers and nnmail-extra-headers.
2360         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2361         called for effect with dolist.
2362         (top-level): Use mapc to set functions to be traced for debugging.
2364         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2365         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2366         dolist.
2368         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2369         Replace mapcar called for effect with mapc.
2370         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2371         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2372         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2373         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2375         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2376         remove-if that's a cl function.
2378         * webmail.el (webmail-debug): Replace mapcar called for effect with
2379         dolist.
2381 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2383         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2384         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2385         with while loop.
2387         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2388         functions from article-* functions.
2389         (gnus-multi-decode-header): Replace mapcar called for effect with
2390         dolist.
2392         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2393         (gnus-bookmark-show-details): Replace mapcar called for effect with
2394         while loop.
2396         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2397         called for effect with while loop.
2399         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2400         with dolist.
2402         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2403         mapcar called for effect with dolist.
2405         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2407         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2408         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2409         Replace mapcar called for effect with dolist.
2410         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2411         mapc.
2413         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2414         Replace mapcar called for effect with dolist.
2415         (gnus-topic-list): Replace mapcar called for effect with mapc.
2417         * gnus.el: Use mapc instead of mapcar to add autoloads.
2419 2007-10-23  Richard Stallman  <rms@gnu.org>
2421         * gnus-group.el (gnus-group-highlight): Mark as risky.
2423 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2425         * gnus.el (gnus-server-to-method): Return method found first in
2426         gnus-newsrc-alist.
2428         * gnus-art.el (gnus-article-highlight-signature)
2429         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2430         button overlay without the front stickiness.
2432 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2434         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2435         overview buffer needed a catch to receive its throw.
2436         (gnus-agent-flush-cache): Declared as interactive to make this function
2437         easier to use.
2439 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2441         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2442         `next-line'.
2444 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2446         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2447         exclude address matching message-dont-reply-to-names.
2449 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         * gnus-util.el (gnus-string<): New function.
2453         * gnus-sum.el (gnus-article-sort-by-author)
2454         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2456 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2458         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2459         the frame-focus tag is set in gnus-buffer-configuration.
2461 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2463         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2464         the front stickiness.
2466 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2468         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2469         url pattern; remove duplicate one.
2470         (gnus-article-extend-url-button): New function.
2471         (gnus-article-add-buttons): Use it.
2472         (gnus-button-push): Use concatenated url that it makes.
2474 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2476         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2477         (sieve-manage-open): Use `mapc' instead of `mapcar'.
2479 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2481         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2482         Don't hardcode point-min==1.
2484 2007-09-30  David Kastrup  <dak@gnu.org>
2486         * gnus-art.el (gnus-article-reply-with-original)
2487         (gnus-article-followup-with-original): When `transient-mark-mode' is
2488         off, refrain from active-region behavior for followups.
2490 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2492         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2493         Fix comment about "iso8859-1".
2495 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2497         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2498         ones returned from the verify-function.
2500         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2501         mml2015-extract-cleartext-signature if extraction failed.
2503 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2506         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2507         failed.
2509 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2511         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2513 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2515         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2516         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2517         thread for both the null and zero (kill/expire thread) universal prefix
2518         cases.
2519         (gnus-summary-expire-thread): Add new function to expire a thread,
2520         using gnus-summary-kill-thread.
2521         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2522         shortcuts for gnus-summary-expire-thread.
2523         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2524         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2526 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2528         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2529         extras value, so an extras entry can be deleted.
2530         (gnus-registry-delete-extra-entry): Use it.
2531         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2532         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2533         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2534         storage through the gnus-registry, and provide an appropriate API for
2535         it.
2537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2539         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2540         Suggested by Leo <sdl.web@gmail.com>.
2542         * gnus.el: Do.
2544 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2546         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2547         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2549         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2551         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2552         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2554 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2557         newline.
2558         (nnmbox-request-accept-article): Don't change article in source buffer;
2559         narrow to header to use message-fetch-field rather than
2560         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2561         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2562         as delimiters; make sure article ends with newline.
2563         (nnmbox-delete-mail): Correct last position of article to be deleted;
2564         ignore X-Gnus-Newsgroup header in article body.
2565         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2566         positions; make sure article ends with newline.
2568         * message.el (message-display-abbrev): Don't infloop when a user
2569         inserts SPC in the beginning of header.
2571 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2573         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2574         list of groups not followed by default.  Fix type to be regexp.
2575         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2577 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2579         * hmac-def.el (define-hmac-function): Switch from old-style to
2580         new-style backquotes.
2582         * md4.el (md4-make-step): Likewise.
2584 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2586         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2587         raw-text coding system when saving .newsrc file, which may contain
2588         non-ASCII group names.
2590 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2592         * gnus-cus.el (gnus-score-extra): New widget.
2593         (gnus-score-extra-convert): New function.
2594         (gnus-score-customize): Use it for Extra.
2596 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2598         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2599         (mml2015-mailcrypt-clear-verify): Use it.
2600         (mml2015-gpg-clear-verify): Use it.
2601         (mml2015-pgg-clear-verify): Use it.
2602         (mml2015-epg-clear-verify): Replace the current part with the output
2603         from GnuPG; don't extract the plaintext by itself.
2605         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2606         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2607         mml2015-clear-verify-function; don't touch the armor headers or
2608         dash-escaped text here.
2610 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2612         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2613         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2614         parts, or application/octet-stream as a last resort.
2615         (gnus-mime-view-part-as-type): Don't toggle display.
2616         (gnus-mime-view-part-as-charset): Don't turn off display before
2617         querying charset.
2619         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2620         stuff to undisplayer function in Emacs.
2621         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2623         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2624         text/calendar parts.
2626 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2628         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2629         decoding text/calendar parts.
2631         * message.el (message-forward-make-body-mime): Always mark body as
2632         having no illegible text; remove signed-or-encrypted argument.
2633         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2635         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2636         (mml-generate-mime-1): Don't encode body if it is specified to be in
2637         raw form; don't make buffer be unibyte when inserting multibyte string.
2639 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2641         * sha1.el: Fix up comment style.
2642         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2643         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2645         * hex-util.el: Fix up comment style.
2646         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2648         * gnus-salt.el: Use with-current-buffer.
2649         (gnus-pick-setup-message): Fix long-standing typo.
2651 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2653         * imap.el (imap-logout-timeout): New variable.
2654         (imap-logout, imap-logout-wait): New functions.
2655         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2657         * nnimap.el (nnimap-logout-timeout): New server variable.
2658         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2659         nnimap-logout-timeout.
2661         * gnus-art.el (gnus-article-summary-command-nosave)
2662         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2664 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2666         * gnus.el (gnus-maximum-newsgroup): New variable.
2668         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2669         according to gnus-maximum-newsgroup.
2671         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2672         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2673         Limit the range of articles according to gnus-maximum-newsgroup.
2675 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2677         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2678         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2679         Don't perform gnus-configure-windows here; reuse existing sticky
2680         article buffer.
2682         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2683         it doesn't exist in gnus-article-mode.
2685 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2687         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2688         (gnus-agent-decoded-group-name): New function.
2689         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2690         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2692 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2694         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2695         Add binding for gnus-sticky-article.
2696         (gnus-summary-exit): Don't kill sticky article buffers.
2698         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2699         article buffer.
2700         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2701         (gnus-kill-sticky-article-buffers): New commands.
2703 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2705         * nntp.el (nntp-xref-number-is-evil): New server variable.
2706         (nntp-find-group-and-number): If it is non-nil, don't trust article
2707         numbers in the Xref header.
2709 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2711         * gnus-agent.el (gnus-agent-read-group): New function.
2712         (gnus-agent-flush-group, gnus-agent-expire-group)
2713         (gnus-agent-regenerate-group): Use it.
2714         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2715         nnmail-pathname-coding-system.
2717 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2719         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2721         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2722         that are unread as unread, and also as selected so that information of
2723         marks having been changed by a user may be updated when exiting group.
2725 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2727         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2729 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2731         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2732         calculated ignoring signature parts to gnus-treat-article.
2734 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2736         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2737         a point here in order to keep the window start.
2738         (gnus-insert-mime-security-button): Make a button overlay without the
2739         front stickiness.
2740         (gnus-mime-display-security): Goto the end of a button.
2742         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2744 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2746         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2747         group-name-at-point.
2748         (gnus-group-completing-read): New function that offers decoded
2749         non-ASCII group names for completion.
2750         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2751         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2752         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2753         (gnus-group-fetch-control): Use it.
2754         (gnus-fetch-group): Use group-name-at-point for the initial value
2755         rather than the default value; use gnus-alive-p.
2757         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2758         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2759         (gnus-summary-post-news): Use gnus-group-completing-read.
2761         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2762         (gnus-read-move-group-name): Decode group name for completion.
2764 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2766         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2767         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2768         Yamaoka slightly modified the code).
2770 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2772         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2773         (nnmail-split-incoming): Bind it.
2775         * nnml.el (nnml-group-name-charset): New function.
2776         (nnml-decoded-group-name): Use it; don't decode group name if
2777         nnmail-group-names-not-encoded-p is non-nil.
2778         (nnml-encoded-group-name): New function.
2779         (nnml-group-pathname): Inline nnml-decoded-group-name.
2780         (nnml-request-expire-articles): Decode group name in message.
2781         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2782         nnmail-pathname-coding-system.
2783         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2784         not decoded ones according to nnmail-group-names-not-encoded-p.
2785         (nnml-generate-active-info): Use nnml-encoded-group-name.
2787 2007-08-08  Glenn Morris  <rgm@gnu.org>
2789         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2790         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2791         doc-strings and comments.
2793 2007-07-25  Glenn Morris  <rgm@gnu.org>
2795         * Relicense all FSF files to GPLv3 or later.
2797 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2799         * gnus-sum.el (gnus-summary-move-article): Make
2800         gnus-summary-respool-article work.
2802 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2804         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2805         string.
2807 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2809         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2810         that should be ignored when comparing distant RSS articles with local
2811         ones.
2812         (nnrss-make-hash-index): New function.  Create a hash index according
2813         to the ignored fields.
2814         (nnrss-check-group): Use it.
2816 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2818         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2820         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2822         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2823         the new optional argument ENCODED is non-nil.
2824         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2825         coding system for encoding group name.
2826         (gnus-group-make-rss-group): Pass un-encoded group name to
2827         gnus-group-make-group.
2828         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2829         encoded.
2831         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2832         Encode group name to which articles are moved or copied.
2833         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2834         coding system for encoding Newsgroup, Followup-To and Xref headers.
2836         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2837         marks; use nnheader-file-coding-system to write a file.
2838         (nnagent-retrieve-headers): Bind file-name-coding-system to
2839         nnmail-pathname-coding-system.
2841         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2843         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2844         (nnml-request-article, nnml-request-create-group)
2845         (nnml-request-rename-group, nnml-find-id)
2846         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2847         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2848         (nnml-save-marks): Use nnml-group-pathname instead of
2849         nnmail-group-pathname.
2851         (nnml-request-create-group, nnml-request-expire-articles)
2852         (nnml-request-move-article, nnml-request-delete-group)
2853         (nnml-deletable-article-p, nnml-possibly-create-directory)
2854         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2855         (nnml-open-marks): Bind file-name-coding-system to
2856         nnmail-pathname-coding-system.
2858         (nnml-request-article): Pass server argument to nnml-find-group-number.
2859         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2860         server argument to nnml-possibly-create-directory.
2861         (nnml-request-accept-article): Pass server argument to
2862         nnml-active-number and nnml-save-mail.
2863         (nnml-find-group-number): Pass server argument to nnml-find-id.
2864         (nnml-request-update-info): Pass server argument to
2865         nnml-marks-changed-p.
2867         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2868         (nnml-save-mail, nnml-active-number): Add server argument.
2870         (nnml-request-delete-group): Warn if group is missing.
2871         (nnml-get-nov-buffer): Decode group name.
2872         (nnml-generate-active-info): Encode group name.
2873         (nnml-open-marks): Decode group name in messages.
2875 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2877         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2878         if it is not specified.
2879         (gnus-article-pipe-part, gnus-article-save-part)
2880         (gnus-article-interactively-view-part, gnus-article-copy-part)
2881         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2882         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2883         (gnus-article-replace-part, gnus-article-delete-part)
2884         (gnus-article-view-part-as-type): Pass raw prefix argument to
2885         gnus-article-part-wrapper.
2887 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2889         * gnus-agent.el (gnus-agent-save-active): Bind
2890         nnheader-file-coding-system to gnus-agent-file-coding-system.
2892         * gnus-cache.el (gnus-cache-save-buffers)
2893         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2894         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2895         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2896         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2897         (gnus-cache-generate-active, gnus-cache-rename-group)
2898         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2899         (gnus-cache-update-overview-total-fetched-for): Bind
2900         file-name-coding-system to nnmail-pathname-coding-system.
2901         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2902         variables.
2903         (gnus-cache-decoded-group-name): New function.
2904         (gnus-cache-file-name): Use it.
2905         (gnus-cache-generate-active): Use non-decoded group name for active.
2907         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2908         right place.
2909         (gnus-write-active-file): Don't break non-ASCII group names.
2911         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2912         nnmail-pathname-coding-system.
2914         * gnus-uu.el (gnus-uu-decode-save): Typo.
2916 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2918         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2920 2007-07-14  David Kastrup  <dak@gnu.org>
2922         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2923         finishing actions if we did not edit the article.
2925 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2927         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2928         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2929         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2930         (gnus-agent-flush-group, gnus-agent-flush-cache)
2931         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2932         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2933         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2934         (gnus-agent-regenerate-group)
2935         (gnus-agent-update-files-total-fetched-for)
2936         (gnus-agent-update-view-total-fetched-for): Bind
2937         file-name-coding-system to nnmail-pathname-coding-system.
2938         (gnus-agent-group-pathname): Don't encode file names by
2939         nnmail-pathname-coding-system.
2940         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2941         coding-system-for-write instead of buffer-file-coding-system to
2942         gnus-agent-file-coding-system.
2944         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2945         Decode group name.
2947         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2949         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2950         (gnus-read-newsrc-el-file): Make group names unibyte.
2952         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2953         nnmail-pathname-coding-system.
2955         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2956         (nnrss-request-delete-group): Bind file-name-coding-system to
2957         nnmail-pathname-coding-system.
2958         (nnrss-read-server-data, nnrss-read-group-data): Bind
2959         file-name-coding-system correctly.
2960         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2962         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2963         (nntp-server-to-method-cache): New variable.
2964         (nntp-group-pathname): New function that decodes non-ASCII group names.
2965         (nntp-possibly-create-directory, nntp-marks-changed-p)
2966         (nntp-save-marks, nntp-open-marks): Use it.
2967         (nntp-possibly-create-directory, nntp-open-marks):
2968         Bind file-name-coding-system to nnmail-pathname-coding-system.
2969         (nntp-open-marks): Decode group names when bootstrapping marks.
2971         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2972         Newsgroups and Folowup-To headers.
2974 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2976         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2977         (gnus-server-closed-face, gnus-server-denied-face)
2978         (gnus-server-offline-face): Remove variable.
2979         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2981         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2982         of modifying message-stack directly for XEmacs.
2984         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2985         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2986         if the coding-system argument is nil for XEmacs.
2988         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2989         mm-charset-override-alist.
2991         * rfc2047.el: Don't require base64; require rfc2045 for the function
2992         rfc2045-encode-string.
2993         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2994         to quote the parameter value.
2996 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2998         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2999         form in gnus-group-name-charset-method-alist.
3001         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3002         overrides the default layout edit-form.
3004         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3006         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3008 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3010         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3011         as unfetched articles.
3013 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3015         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3017 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3019         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3020         original back end that keeps marks in the local system.
3022 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3024         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3025         arg of pop-to-buffer for XEmacs.
3026         (gnus-article-read-summary-keys): Ditto; don't restore window
3027         configuration if summary command ends up with neither article buffer
3028         nor summary buffer; describe bindings if summary keys end with C-h.
3030 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3032         * message.el (message-fix-before-sending): Skip raw message part to be
3033         forwarded while checking illegible text.
3034         (message-forward-make-body-mime, message-forward-make-body): Mark
3035         signed or encrypted raw message as having no illegible text.
3037 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3039         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3040         (gnus-message-with-timestamp-1): New macro.
3041         (gnus-message-with-timestamp): New function.
3042         (gnus-message): Use them.
3044         * nnheader.el (nnheader-message): Use them.
3046 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3048         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3049         .newsrc.eld file.
3051 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3053         * gnus-agent.el (gnus-agent-fetch-headers)
3054         (gnus-agent-retrieve-headers): Bind
3055         gnus-decode-encoded-address-function to identity.
3057         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3058         available also when the server returns simply a dot.
3060         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3062 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3064         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3066 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3068         * gnus-ems.el (gnus-x-splash): Make it work.
3070         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3071         from being used.
3073 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3075         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3076         the front stickiness.
3077         (gnus-article-summary-command-nosave): Correct the order of the
3078         arguments passed to pop-to-buffer.
3079         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3080         summary command ends up with the article buffer.
3082         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3083         the same faces.
3085 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3087         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3089 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3091         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3092         * gnus-sum.el (gnus-summary-highlight):
3093         * mail-source.el (mail-source-delete-old-incoming-confirm):
3094         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3096 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3098         * gnus-art.el (gnus-mime-view-part-externally)
3099         (gnus-mime-view-part-internally): Fix predicate function passed to
3100         completing-read.
3102         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3104         * gnus.el (gnus-update-message-archive-method): Add :version.
3106 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3108         * gnus.el (gnus-update-message-archive-method): New variable.
3110         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3111         according to gnus-message-archive-method if
3112         gnus-update-message-archive-method is non-nil.
3114 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3116         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3117         by Loic Dachary <loic@dachary.org>.
3118         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3120 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3122         * message.el (message-pop-to-buffer): Add switch-function argument.
3123         (message-mail): Pass switch-function argument to it.
3125 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3127         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3128         Improve doc string.
3130 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3132         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3133         (gnus-header-content)
3134         * gnus-cite.el (gnus-cite-10)
3135         * gnus-srvr.el (gnus-server-closed)
3136         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3137         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3138         (gnus-group-mail-3-empty, gnus-group-mail-low)
3139         (gnus-group-mail-low-empty, gnus-splash)
3140         * message.el (message-header-to, message-header-cc)
3141         (message-header-subject, message-header-other, message-header-name)
3142         (message-header-xheader, message-separator, message-cited-text)
3143         (message-mml): Lighten colors of faces used for dark background.
3145 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3147         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3148         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3150 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3152         * message.el (message-narrow-to-headers-or-head):
3153         Ignore mail-header-separator in the body.
3155 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3157         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3158         same as window size.
3160 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3162         * message.el (message-font-lock-keywords): Use message-header-xheader
3163         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3164         ahead of the anything pattern, to get it recognised.
3166 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3168         * gnus-sum.el (gnus-articles-to-read)
3169         (gnus-summary-insert-old-articles): Don't truncate group name for
3170         `read-string'.
3172         * gnus-util.el (gnus-limit-string): Delete this function.
3174         * gnus-sum.el (gnus-simplify-subject-fully): Use
3175         `truncate-string-to-width' instead.
3177 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3179         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3180         if, on summary exit, the next group has to be selected.
3181         (gnus-summary-exit): Use it.
3183 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3185         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3186         non-break space.
3188 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3190         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3191         Check if group is not a directory.
3192         (nnfolder-request-expire-articles): Don't delete articles if the target
3193         group is not available.
3195         * nnml.el (nnml-request-create-group): Properly check if group is not a
3196         file.
3197         (nnml-request-expire-articles): Don't delete articles if the target
3198         group is not available.
3200         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3201         Don't quote characters that are within parentheses.
3203 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3205         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3206         (gnus-handle-ephemeral-exit): Select article according to it.
3208 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3210         * message.el (message-insert-formated-citation-line): Remove newline.
3211         (message-citation-line-format): Add final \n here so that the user can
3212         avoid a blank line.
3214 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3216         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3217         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3218         Update lanl/arXiv support.
3220 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3222         * gnus.el: Bump version number.
3224 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * gnus.el (gnus-version-number): Bump version.
3228 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3230         * gnus.el: No Gnus v0.6 is released.
3232 2007-04-27  Didier Verna  <didier@xemacs.org>
3234         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3235         * gmm-utils.el (gmm-regexp-concat): here.
3236         * message.el: Don't require 'gnus-util.
3237         (message-dont-reply-to-names): Handle name change above.
3238         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3240 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3242         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3243         since the initial value varies according to the system.
3245 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3247         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3249 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3251         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3253 2007-04-24  Didier Verna  <didier@xemacs.org>
3255         Improve the type of gnus-ignored-from-addresses.
3256         * gnus-util.el (gnus-orify-regexp): New function.
3257         * message.el (gnus-util): Require it.
3258         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3259         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3260         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3262 2007-04-24  Didier Verna  <didier@xemacs.org>
3264         * gnus-sum.el:
3265         * gnus-utils.el: Fix some trailing whitespaces.
3267 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3269         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3270         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3271         article's Message-ID; refer parent article in summary buffer.
3273         * message.el (message-bounce): Call mime-to-mml.
3275 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3277         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3279 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3281         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3282         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3283         displayed of multipart/alternative part if it is invoked from summary
3284         buffer.
3286         * mm-view.el (mm-inline-text-html-render-with-w3m)
3287         (mm-inline-text-html-render-with-w3m-standalone)
3288         (mm-inline-render-with-function): Use mail-parse-charset by default.
3290 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3292         * parse-time.el (parse-time-string-chars): Check if CHAR
3293         is less than the length of parse-time-syntax.
3295 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3297         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3298         from gnus-newsgroup-processable.
3300 2007-04-16  Didier Verna  <didier@xemacs.org>
3302         * gnus-msg.el (gnus-configure-posting-styles): Handle
3303         message-signature-directory properly with :file syntax.  Reported by
3304         "Leo".
3306 2007-04-11  Didier Verna  <didier@xemacs.org>
3308         New user option: message-signature-directory.
3309         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3310         * message.el (message-insert-signature): Ditto.
3311         * message.el (message-signature-file): Doc update.
3312         * message.el (message-signature-directory): New.
3314 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3316         * gnus-msg.el (gnus-inews-yank-articles): Use
3317         message-exchange-point-and-mark instead of exchange-point-and-mark.
3319 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3321         * message.el (message-yank-original): Make sure cited text ends with
3322         newline; don't exchange point and mark.
3324 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3326         * tls.el (open-tls-stream): Properly handle case where there
3327         is no associated buffer.
3329 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3331         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3332         message-yank-original, make sure (< mark TEXT point).
3334 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3336         * message.el (message-fill-column): New variable.
3337         (message-mode): Use it.  Add comment on a possible new hook.
3339         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3340         (nnmail-get-new-mail): Reformat.
3342         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3344         * gmm-utils.el: Fix Commentary.
3345         (gmm-tool-bar-from-list): Fix typo in doc string.
3347 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3349         * message.el (message-yank-original): Don't switch point and mark
3350         unnecessarily to put point and mark as documented.
3352 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3355         from the message heads.
3357 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3359         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3360         article buffer does not have a window.  This may not be the best
3361         solution but is certainly better than setting the start of the null,
3362         that is the current, window.
3364 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3366         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3367         (gnus-draft-setup): Run it.
3369         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3370         gnus-score-fast-scoring.  Allow regexp.
3371         (gnus-score-headers): Use it.
3373         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3374         XEmacs.
3376         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3377         string.
3378         (gnus-button-alist): Also catch `<f1> k ...'.
3379         (gnus-treat-display-x-face): Fix doc string.
3381 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3383         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3384         evaluation of gnus-extended-version to ensure correct generation of the
3385         User-Agent header when message-generate-headers-first is used.
3387 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3389         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3390         hashcash-path is nil.  Don't call callback with incorrect number of
3391         parameters if val is 0.
3393 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3395         * message.el (message-required-news-headers):
3396         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3398 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3400         * message.el (message-generate-new-buffers): Change the meaning of the
3401         nil value; add `standard' to the choices; treat t as `unique'; improve
3402         doc string.
3403         (gnus-select-frame-set-input-focus): Autoload.
3404         (message-buffer-name): Search for the existing message buffer if
3405         message-generate-new-buffers is nil or `standard'; treat the value t of
3406         message-generate-new-buffers as `unique'.
3407         (message-pop-to-buffer): Raise the frame already displaying the message
3408         buffer; clear the echo area after querying.
3409         (message-setup): Pass the `continue' argument to compose-mail.
3410         (message-mail): Prefer `switch-function' if it is given; search for the
3411         existing message buffer if the `continue' argument is non-nil; pass
3412         continue and switch-function arguments to compose-mail by way of
3413         message-setup.
3414         (message-mail-other-window): Adjust argument of message-setup.
3415         (message-mail-other-frame): Ditto.
3417 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3419         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3420         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3421         to turn font-lock on when turning gnus-message-citation-mode on.
3423 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3425         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3426         (mml-smime-function-alist): New variable; add epg as the backend.
3427         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3428         mml-smime- functions instead.
3429         * mm-view.el: Require smime.
3431 2007-03-05  Didier Verna  <didier@xemacs.org>
3433         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3434         instead of just inheritance for posting styles.
3435         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3437 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3439         * tls.el (tls-certtool-program): Fix custom type.
3441 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3443         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3444         and point-at-eol instead of line-(beginning|end)-position.
3446         * assistant.el (assistant-parse-buffer): Ditto.
3448 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3450         * mml2015.el (mml2015-epg-find-usable-key): New function.
3451         (mml2015-epg-sign): Use it.
3452         (mml2015-epg-encrypt): Use it.
3454 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3456         * message.el (message-make-in-reply-to): Quote name containing
3457         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3458         if there are special characters.  Reported by NAKAJI Hiroyuki
3459         <nakaji@jp.freebsd.org>.
3461 2007-02-27  Didier Verna  <didier@xemacs.org>
3463         Include the group parameters as well as the topic ones in the
3464         inheritance filter process.
3465         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3466         argument GROUP-PARAMS-LIST.
3467         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3469 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3471         * nntp.el (nntp-never-echoes-commands)
3472         (nntp-open-connection-functions-never-echo-commands): New variables.
3473         (nntp-send-command): Use them.
3475 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3477         * mml2015.el (mml2015-epg-verify): Simplified.
3479 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3481         * mml.el (mml-content-disposition-alist): New user option.
3482         (mml-content-disposition): New function.
3483         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3484         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3486 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3488         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3489         verification.
3491 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3493         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3494         articles posted in the last 24 hours.
3496 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3498         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3500 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3502         * nntp.el (nntp-send-command): Don't wait for echoes when
3503         nntp-open-ssl-stream is used.
3505 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3507         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3508         (gnus-message-add-citation-keywords)
3509         (gnus-message-remove-citation-keywords): Remove.
3510         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3511         directly, make the variables in font-lock-defaults buffer-local, add
3512         gnus-message-citation-keywords to them and then update the value of
3513         font-lock-keywords.
3515 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3517         * message.el (message-cite-original-1): Don't call
3518         gnus-article-highlight-citation.
3520         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3521         citations; fix line count.
3523 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3525         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3526         (gnus-message-add-citation-keywords)
3527         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3528         versions of font-lock-add-keywords and font-lock-remove-keywords to
3529         work with XEmacs correctly.
3531 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3533         * gnus-cite.el (gnus-cite-face-list): Set the values of
3534         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3535         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3536         (gnus-message-cite-prefix-regexp): New variable.
3537         (gnus-message-search-citation-line): Use it; protect against long
3538         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3539         the 0th match data for Emacs.
3540         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3541         (gnus-message-add-citation-keywords): Append keywords rather than
3542         prepending; emulate font-lock-add-keywords if it is not available.
3543         (gnus-message-remove-citation-keywords): Emulate
3544         font-lock-remove-keywords if it is not available.
3546         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3548         * message.el (message-cite-prefix-regexp): Set the value of
3549         gnus-message-cite-prefix-regexp.
3551 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3553         * nnweb.el (nnweb-google-parse-1): Update parser.
3555 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3557         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3559 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3561         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3562         regexp.
3564 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3566         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3567         string-to-multibyte.
3568         (uudecode-decode-region-internal): Use it.
3570 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3572         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3573         custom choice.
3575         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3577 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3579         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3581         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3582         `write-region' to respect `mm-inhibit-file-name-handlers'.
3584 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3586         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3587         Use gnus-home-directory instead of "~/" or "$HOME".
3589 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3591         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3592         to mention filename.
3593         Add comments at beginning regarding usage.
3594         (encrypt-write-file-contents): Change interactive so a string is
3595         acceptable.  If the file has no associated model, show an error instead
3596         of a nonsense prompt.
3598 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3600         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3601         Thanks to Yoshihiko Yamada for kind notification of this typo.
3603 2007-01-12  Kenichi Handa  <handa@m17n.org>
3605         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3606         multibyte buffer.
3608 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3610         * gnus-score.el (gnus-score-fast-scoring): New variable.
3611         (gnus-score-headers): Use it.
3613         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3615         * message.el (message-cite-original-1): Call
3616         gnus-article-highlight-citation if requested.
3617         (message-make-from): Allow name and address as optional arguments.
3619         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3621         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3622         bugs to doc string.
3623         (gnus-button-alist): Add mid\\|message-id.
3624         (gnus-button-fetch-group): Extend for use in
3625         `browse-url-browser-function'.
3626         (gnus-button-url-regexp): Try to catch paired parentheses like in
3627         Wikipedia URLs.
3629         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3630         Suggested by Simon Krahnke <overlord@gmx.li>.
3632 2007-01-13  Romain Francoise  <romain@orebokech.com>
3634         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3635         Update copyright.
3637 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3639         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3641 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3643         * gnus-registry.el (gnus-registry-unfollowed-groups)
3644         (gnus-registry-split-fancy-with-parent): Fix documentation.
3646 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3649         from nnweb groups.
3651 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3654         Xref urls.  Erase buffer before requesting head.
3656         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3658 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3660         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3661         customizable.
3663 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3665         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3666         no signing key is found.
3667         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3668         no encrypting and/or signing key is found.
3670 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3672         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3674 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3676         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3677         headers read from disk with the ones newly found in the current search.
3678         This should no longer cause problems, because the article numbers in
3679         Gmane's `nov.php' output are ignored since the previous change.
3681 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3683         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3685 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3687         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3689 2007-01-01  Romain Francoise  <romain@orebokech.com>
3691         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3693 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3695         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3696         `define-minor-mode' macro definition expanded properly.
3697         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3698         exclude it there.
3700         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3701         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3702         `fboundp' test.
3703         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3704         This is OK to autoload in (S)XEmacs now.
3706 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3709         keystroke.
3710         (gnus-summary-limit-to-singletons): Fix typo.
3712         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3713         else fails.
3715 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3717         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3718         docstring.
3720         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3721         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3722         (gnus-summary-insert-dormant-articles): Fix typo in message.
3724 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3726         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3727         nil for XEmacs.
3728         (gnus-message-citation-mode): Don't autoload in XEmacs.
3730         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3732 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3734         * nnimap.el (nnimap-expunge-search-string): Mention
3735         nnimap-search-uids-not-since-is-evil in docstring.
3737 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3739         * spam.el: Revert to make-obsolete-variable because
3740         define-obsolete-variable-alias is not supported in Emacs 21.
3742         * spam.el (spam-ifile-path, spam-ifile-database-path)
3743         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3744         make-obsolete-variable.
3745         (spam-bsfilter-path, spam-bsfilter-program)
3746         (spam-spamassassin-path, spam-spamassassin-program)
3747         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3748         use "path" inappropriately.
3749         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3750         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3751         variable names.
3753 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3755         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3756         summary buffer.
3758         * password.el (password-cache-remove): Use clear-string to burn
3759         password, if available.
3761 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3763         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3765         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3767         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3768         (gnus-message-highlight-citation): Move defcustom here from
3769         gnus-cite.el.
3770         (gnus-message-citation-mode): Autoload.
3772         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3773         checks to make it compile with XEmacs.
3774         (gnus-message-citation-mode): New minor mode.
3775         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3776         (gnus-message-highlight-citation): New variables.
3777         (gnus-message-search-citation-line)
3778         (gnus-message-add-citation-keywords)
3779         (gnus-message-remove-citation-keywords)
3780         (turn-on-gnus-message-citation-mode)
3781         (turn-off-gnus-message-citation-mode): New functions.
3783 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3785         * gnus-cite.el: Enable highlighting of different citation levels in
3786         message-mode.
3788 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3790         * message.el (message-make-fqdn): Fix comment.
3791         (message-bogus-system-names): Add ".local".
3793         * spam.el (spam-ifile-path, spam-ifile-program)
3794         (spam-ifile-database-path, spam-ifile-database)
3795         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3796         Don't use "path" inappropriately.
3797         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3798         strings.
3799         (spam-check-ifile, spam-ifile-register-with-ifile)
3800         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3801         new variable names.
3803         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3804         (gnus-treat-display-smileys): Simplify using
3805         gnus-image-type-available-p.
3807         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3808         available.
3810 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3812         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3813         one after turning on the buffer's multibyteness instead of decoding
3814         them directly in the unibyte buffer that causes unexpected conversion
3815         in Emacs 23 (unicode).
3817 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3819         * message.el (message-generate-hashcash): Fix custom type.
3821 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3823         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3825 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3827         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3828         disconnect icons.  Add help text.
3830 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3832         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3833         negated to be consistent with the others we handle.
3835 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3838         version of gnus-summary-buffer to something, so that we can use two
3839         article buffers at the same time.
3841 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3843         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3844         trigger all the extra headers.
3845         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3846         sorting.
3848 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3850         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3851         solid groups.
3853 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3855         * legacy-gnus-agent.el: Add Copyright notice.
3857 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3859         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3861 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3865         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3866         to make it work reliably in CVS Emacs.
3867         (gnus-summary-limit-strange-charsets-predicate)
3868         (gnus-summary-limit-to-predicate): New functions.
3870 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3872         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3873         specifying array size.
3874         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3875         array if it is too small.
3876         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3877         (gnus-sort-threads-loop): New function.
3879 2006-12-06  Chris Moore  <dooglus@gmail.com>
3881         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3882         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3884 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3886         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3887         options.
3889 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3892         DOS-ing the recipient.
3894         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3895         the headers when creating the mapping to avoid mismappings.
3896         (nnweb-gmane-create-mapping): Always nix out old mapping.
3898 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3900         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3901         and mm-verify-option to never.
3903 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3905         * message.el (message-signed-or-encrypted-p): New function.
3906         (message-forward-make-body): Use it.
3908         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3909         Replace encode-coding-string with mm-encode-coding-string.
3911 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3913         * nneething.el (nneething-decode-file-name): Replace
3914         decode-coding-string with mm-decode-coding-string.
3916         * gnus-int.el (gnus-open-server): Say failed server's name.
3918 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3920         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3921         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3923         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3924         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3925         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3926         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3927         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3928         (gnus-subscribe-newsgroup, gnus-1):
3929         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3930         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3931         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3932         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3934 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3937         keystroke.
3938         (gnus-summary-limit-to-bodies): Implement headersp.
3940 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3944 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3946         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3948 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950         * message.el (message-generate-hashcash): Expand range of values to
3951         include `opportunistic'.
3952         (message-send-mail): Use it.
3954 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3956         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3957         and comment it.
3959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3961 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3963         * gnus-util.el (gnus-extract-address-components): Improve comment.
3965 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3967         * gnus-util.el (gnus-extract-address-components): Work with address in
3968         which the name portion contains @.
3970 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3972         * gnus.el (gnus-start): Move custom group up.
3973         (gnus-select-method): Don't autoload, but make it available for
3974         `customize-variable'.
3975         (gnus-getenv-nntpserver): Don't autoload.
3977 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3979         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3981 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3983         * message.el (message-sendmail-extra-arguments): New variable.
3984         (message-send-mail-with-sendmail): Use it.
3986 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3988         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3989         mm-with-unibyte-current-buffer to make string unibyte.
3991         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3992         mm-string-as-multibyte.
3994 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3996         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3997         Reported by Werner Koch <wk@gnupg.org>.
3999 2006-11-14  Daiki Ueno  <ueno@p360>
4001         * mml2015.el: Autoload epa-select-keys when compiling.
4003 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4005         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4006         message-options.
4007         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4009 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4011         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4012         EasyPG (< 0.0.6).
4013         (mml2015-always-trust): New user option.
4014         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4015         prompt.
4017 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4019         * nntp.el (nntp-authinfo-force): New variable.
4020         (nntp-send-authinfo): Use it.
4022 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4024         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4025         decode encoded words.  Improve prompt.  Add comment about forwarding.
4026         (message-replacement-char): Move up.
4028 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4030         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4031         instead of gnus-intersection because arguments of gnus-sorted-nunion
4032         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4034 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4036         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4037         (message-simplify-subject-functions): Enable
4038         message-strip-subject-encoded-words by default.
4040 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4042         * message.el (message-strip-subject-encoded-words): New function
4043         (message-simplify-subject-functions): New variable.
4044         (message-simplify-subject): Use it.  Fix typo in doc string.
4045         Support message-strip-subject-encoded-words.
4047 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4049         * gnus-diary.el (gnus-diary-delay-format-function):
4050         * nndiary.el (nndiary-reminders):
4051         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4053 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4055         * gnus-art.el (article-hide-boring-headers): Fetch date from
4056         gnus-original-article-buffer to avoid problems with localized date
4057         strings.
4059 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4061         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4063 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4065         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4066         New variables.
4067         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4068         (mm-charset-synonym-alist): Move some entries to
4069         mm-codepage-iso-8859-list.
4070         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4071         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4073 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4075         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4077 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4079         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4080         with Emacs 21 and XEmacs.
4082 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4084         * spam.el (spam-parse-address): New function for better parsing,
4085         catching errors, etc.
4086         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4088 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4090         * mm-view.el: Add interactive arg to html2text autoload.
4092 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4094         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4096 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4098         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4099         variables.
4100         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4101         (mm-charset-synonym-alist): Move some entries to
4102         mm-codepage-iso-8859-list.
4104         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4106 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4108         * message.el (message-citation-line-format)
4109         (message-insert-formated-citation-line): Fix implementation of %E, %N
4110         and %n according to the doc string.
4112 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4114         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4115         car-safe to avoid bad parses.
4117 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4119         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4120         names.
4122         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4124 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4126         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4127         header.
4129         * message.el (message-draft-headers): Add Date.
4130         (message-headers-to-generate): Fix typo in docstring.
4132         * nndraft.el (nndraft-required-headers): New variable.
4133         (nndraft-generate-headers): Use it.
4135         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4137 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4139         * gnus-registry.el (gnus-registry-wash-for-keywords)
4140         (gnus-registry-find-keywords): New functions to allow easy searching of
4141         articles that are in the registry.
4143 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4145         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4146         ietf-drums-parse-address instead of gnus-extract-address-components.
4147         Reported by Damien Elmes <damien@repose.cx>.
4149 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4151         * gnus.el (gnus-mime): Remove unused custom group.
4153 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4155         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4156         "blank line" when searching for end of armor headers.
4158 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4160         * gmm-utils.el (gmm-write-region): Fix variable name.
4162 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4164         * gmm-utils.el (gmm-write-region): New function based on compatibility
4165         code from `mm-make-temp-file'.
4167         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4169         * nnmaildir.el (nnmaildir--update-nov)
4170         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4171         Use `gmm-write-region'.
4173 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4175         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4176         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4178         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4180         * message.el (message-replacement-char): New variable.
4181         (message-fix-before-sending): Use it.
4182         (message-simplify-subject): New function to remove duplicate code.
4183         (message-reply, message-followup): Use it.
4185         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4186         gnus-summary-limit-to-articles.
4188 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4190         * gnus-util.el (gnus-with-local-quit): New macro.
4192         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4194 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4196         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4197         ignore non-string data.
4199 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4201         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4202         non-string data (needs to be done in the registry too).
4204 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4206         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4207         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4208         (gnus-registry-split-fancy-with-parent)
4209         (gnus-registry-fetch-simplified-message-subject-fast)
4210         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4211         Remove text properties on ingress into the registry and when it's saved.
4212         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4213         registry from entries with no groups.
4215 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4217         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4218         function to remove string properties.
4220 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4222         * gmm-utils.el (gmm): Adjust custom version.
4224         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4225         custom version.
4227         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4229 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4231         * gnus-art.el (gnus-insert-prev-page-button)
4232         (gnus-insert-next-page-button): Simplify.  Reformat.
4234 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4236         * gnus-art.el (gnus-insert-prev-page-button)
4237         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4239 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4241         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4243 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4245         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4246         gnus-article-button-face to MIME and security buttons.
4248 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4250         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4251         readable.
4253 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4255         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4256         `browse-url-of-file' instead of `browse-url'.
4258 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4260         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4261         regexp.  Articles containing quotation were cut prematurely.
4263 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4265         * message.el (message-cite-original-1): Use nobody by default for the
4266         value of From header.
4267         (message-reply): Ditto.
4269 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4271         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4272         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4273         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4275 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4277         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4278         mails in the doc string.  Add some URLs in comment.
4279         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4281 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4283         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4284         backslashes handling and the way to find boundaries of quoted strings.
4286 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4288         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4289         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4290         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4291         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4293 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4295         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4296         doc string.
4297         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4299 2006-09-06  Simon Josefsson  <jas@extundo.com>
4301         * mml2015.el (mml2015-use): Doc fix, mention epg.
4303 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4305         * mml2015.el (mml2015-use): Default to epg, if available.
4307 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4309         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4310         message-sender.
4311         (mml1991-epg-encrypt): Ditto.
4312         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4313         message-sender.
4314         (mml2015-epg-encrypt): Ditto.
4316 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4318         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4319         several common directories.
4321 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4323         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4324         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4326 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4328         * gnus-art.el (article-decode-encoded-words): Make it fast.
4330 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4332         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4334         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4335         in quoted string into `\'.
4337 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4339         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4340         Use standard-syntax-table.
4342 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4344         * gnus-art.el (gnus-decode-address-function): New variable.
4345         (article-decode-encoded-words): Use it to decode headers which are
4346         assumed to contain addresses.
4347         (gnus-mime-delete-part): Remove useless `or'.
4349         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4350         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4351         (gnus-nov-parse-line): Use it to decode From header.
4352         (gnus-get-newsgroup-headers): Ditto.
4353         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4355         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4356         (mail-decode-encoded-address-string): New alias.
4358         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4359         New function.
4360         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4361         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4362         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4363         (rfc2047-decode-string): Ditto.
4364         (rfc2047-decode-address-region): New function.
4365         (rfc2047-decode-address-string): New function.
4367 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4369         * message.el (message-caesar-buffer-body): Allow rotating headers.
4371         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4373         * message.el (message-insert-formated-citation-line): Fix %f.
4374         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4376 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4378         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4379         (gnus-bookmark-mouse-available-p): New macro.
4380         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4381         (gnus-bookmark-bmenu-show-infos): Use it.
4382         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4383         (gnus-bookmark-bmenu-hide-infos): Ditto.
4384         (gnus-bookmark-remove-properties): New function.
4385         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4386         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4387         (gnus-bookmark-write-file): Bind coding-system-for-write.
4388         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4389         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4390         group before selecting it.
4391         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4392         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4393         quit-window if it is not available; use gnus-mouse-2 and bind it to
4394         gnus-bookmark-bmenu-select-by-mouse.
4395         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4396         (gnus-bookmark-bmenu-select-by-mouse): New function.
4398 2006-08-13  Romain Francoise  <romain@orebokech.com>
4400         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4401         space.
4403 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * compface.el (uncompface): Use binary rather than raw-text-unix.
4407 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4409         * compface.el (uncompface): Make sure the eol conversion doesn't take
4410         place when communicating with the external programs.  Reported by
4411         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4413 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4417 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4419         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4420         Make it more robust by parsing author and date independently.
4422 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4424         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4426 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4428         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4429         first matching secret key.
4430         (mml2015-epg-encrypt): Ditto.
4432         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4433         first matching secret key.
4434         (mml1991-epg-encrypt): Ditto.
4436         * mml2015.el (mml2015-encrypt-to-self): New user option.
4437         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4438         mml2015-epg-encrypt-to-self is set.
4440         * mml1991.el (mml1991-encrypt-to-self): New variable.
4441         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4442         mml1991-epg-encrypt-to-self is set.
4444         * mml2015.el (mml2015-signers): New user option.
4445         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4446         (mml2015-epg-encrypt): Allow to select signing keys.
4448         * mml1991.el (mml1991-signers): New variable.
4449         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4450         (mml1991-epg-encrypt): Allow to select signing keys.
4452 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4454         * nnheader.el (nnheader-insert-head): Make it work even if the file
4455         uses CRLF for the line-break code.
4457 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4459         * mml2015.el: Require mml-sec instead of password.
4460         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4461         (mml2015-cache-passphrase): Inherit the default value from
4462         mml-secure-cache-passphrase.
4463         (mml2015-passphrase-cache-expiry): Inherit the default value from
4464         mml-secure-passphrase-cache-expiry.
4466         * mml1991.el: Require mml-sec instead of password.
4467         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4468         (mml1991-cache-passphrase): Inherit the default value from
4469         mml-secure-cache-passphrase.
4470         (mml1991-passphrase-cache-expiry): Inherit the default value from
4471         mml-secure-passphrase-cache-expiry.
4473         * mml-sec.el: Require password.
4474         (mml-secure-verbose): New user option.
4475         (mml-secure-cache-passphrase): New user option.
4476         (mml-secure-passphrase-cache-expiry): New user option.
4478 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4480         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4481         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4482         andreas@altroot.de (Andreas Vögele).
4484         FIXME: Use `tiny change'?
4486 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4488         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4489         workaround for the url package included with Emacs.
4491         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4493 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4496         correctly.  This fixes a bug caused by the 2006-05-12 change.
4498 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4500         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4501         some information about the error when saying that the `bogus' mail
4502         group will be used.
4504 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4506         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4507         string.
4509 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4511         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4513 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4515         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4517 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4519         * mml1991.el (mml1991-function-alist): Add epg.
4520         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4521         (mml1991-epg-encrypt): New functions.
4523 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4525         * mml2015.el (mml2015-verbose): New variable.
4526         (mml2015-cache-passphrase): Ditto.
4527         (mml2015-passphrase-cache-expiry): Ditto.
4528         (mml2015-function-alist): Add epg.
4529         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4530         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4531         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4532         functions.
4534 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4536         * message.el (message-cite-original-1): Preserve region when removing
4537         quoted text due to X-No-Archive in order to avoid bogus attribution
4538         when citing multiple messages.
4540 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4542         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4543         Kenneth Jacker <khj@be.cs.appstate.edu>.
4545 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4547         * gnus-diary.el (gnus-user-format-function-d)
4548         (gnus-user-format-function-D): Autoload.
4550         * imap.el (Commentary): Fix typo.
4552         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4553         2006-04-22 contribution.
4555 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4557         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4558         It didn't really fix the bogosity I'm seeing with solid web groups.
4560 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4562         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4563         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4564         created using server names.  If we use the feature without declaring
4565         it, Gnus does not properly manage server and group state.
4567         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4568         bound.
4570 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4572         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4573         looking up the method using GROUP's prefix before inventing a new one.
4574         It is used on killed/unknown groups in various places where returning
4575         an all-new method isn't expected by the caller.
4577         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4578         and match semantics of gnus-group-real-prefix.
4580 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4582         * nnmail.el (nnmail-broken-references-mailers): New variable.
4583         (nnmail-ignore-broken-references): New function generalizing
4584         nnmail-fix-eudora-headers.
4585         (nnmail-fix-eudora-headers): Now obsolete.
4587         * gnus-art.el (gnus-button-handle-custom): Support
4588         `customize-apropos*'.
4590 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4594         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4595         articles.
4597 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4599         * message.el (message-cite-reply-above): New variable.
4600         (message-yank-original): Use it.
4602 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4604         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4606 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4608         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4609         as read.
4611         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4613 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4615         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4616         (gnus-bookmark-default-file): Use gnus-directory.
4617         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4618         Remove "*" in doc string.
4619         (gnus-bookmark-write-file): Simplify.
4620         (gnus-bookmark-maybe-sort-alist): Use `when'.
4621         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4622         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4623         FIXME about Emacs 21 and XEmacs compatibility.
4624         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4625         compatibility.
4626         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4627         compatibility.
4628         (gnus-bookmark-menu-heading): Fix version.
4630 2006-06-19  Bastien Guerry  <bzg@altern.org>
4632         * gnus-bookmark.el: New file.
4634 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4636         * message.el (message-syntax-checks): Doc fix.
4638 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4640         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4641         unsubscribed groups as if they were killed ones.  It causes duplicate
4642         entries in gnus-newsrc-alist.
4644 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4646         * message.el (message-syntax-checks): Doc fix.
4647         (message-send-mail): Add check for continuation headers.
4648         (message-check-news-header-syntax): Fix regexp used to check for
4649         continuation headers.
4651 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4653         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4655 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4657         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4659 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4661         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4662         default-truncate-lines.
4664 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4666         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4667         to fill the utf-8 entry.
4669 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4671         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4673 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4675         * gnus-agent.el (directory-files-and-attributes): Move all the way
4676         forward (the third and final move).
4677         (gnus-agent-read-agentview): Trap reconstruction errors due to
4678         nonexistant directory.  Handle by returning nil.
4680 2006-05-30  Didier Verna  <didier@xemacs.org>
4682         * message.el (message-dont-reply-to-names): Update the custom type.
4683         * message.el (message-dont-reply-to-names): New defsubst: potentially
4684         convert a list of regexps into a single one.
4685         * message.el (message-get-reply-headers): Use it.
4686         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4688 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4690         * gnus-agent.el (directory-files-and-attributes): Move forward.
4692 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4694         * gnus-ml.el (gnus-mailing-list-subscribe)
4695         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4696         (gnus-mailing-list-message): Fix doc strings.
4698 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4700         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4701         of doing it manually.
4703 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4705         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4706         comment.
4708 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4710         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4711         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4712         (gnus-agent-read-local): All symbols allocated in my-obarray
4713         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4714         (gnus-agent-regenerate-group): Check numeric names to see if they are
4715         messages or groups.
4716         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4717         better way of do this...)
4719         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4720         'dummy.group' (there should be a better way of do this...)
4722 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4724         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4725         (gnus-saved-headers): Ditto.
4726         (gnus-default-article-saver): Mention functions may have properties.
4727         (gnus-article-save): Override gnus-save-all-headers and
4728         gnus-saved-headers by :headers property which saver function may have.
4729         (gnus-summary-save-in-file): Add :headers property.
4730         (gnus-summary-write-to-file): Ditto.
4732         * gnus-sum.el (gnus-summary-save-article): Bind
4733         gnus-prompt-before-saving to t when saving many articles in a file;
4734         always show all headers.
4736 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4738         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4739         marks.
4741         * message.el (message-indent-citation): Add optional arguments to allow
4742         using it outside of message buffers.
4744         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4745         (gnus-article-treat-unfold-headers): Use it.
4746         (gnus-article-truncate-lines): New variable.
4747         (gnus-article-mode): Use it.
4748         (gnus-article-toggle-truncate-lines): New function.
4750         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4751         gnus-article-toggle-truncate-lines.
4753         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4754         coding system in XEmacs, use binary.
4756 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4758         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4759         after-load-alist.
4761         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4762         this function should save decoded articles.
4763         (gnus-summary-write-to-file): Use property to specify this function
4764         should save decoded articles and specify gnus-summary-save-in-file
4765         should be used to save articles other than the first one when saving
4766         many articles.
4767         (gnus-summary-save-body-in-file): Use property to specify this
4768         function should save decoded articles.
4769         (gnus-summary-write-body-to-file): Use property to specify this
4770         function should save decoded articles and specify
4771         gnus-summary-save-body-in-file should be used to save articles other
4772         than the first one when saving many articles.
4774         * gnus-sum.el (gnus-summary-save-article): Simplify.
4776 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * gnus-art.el (gnus-default-article-saver): Add
4779         gnus-summary-write-body-to-file.
4780         (gnus-article-save-coding-system): Don't use coding system object
4781         in XEmacs.
4782         (gnus-read-save-file-name): Add optional `dir-var' argument which
4783         specifies directory in which files are saved; work even if optional
4784         `variable' argument is not specified.
4785         (gnus-summary-write-to-file): Read file name.
4786         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4787         (gnus-summary-write-body-to-file): New function.
4789         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4790         (gnus-summary-local-variables): Add it.
4791         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4792         (gnus-summary-save-article): Remove optional `decode' argument;
4793         determine whether to decode articles by the value of
4794         gnus-default-article-saver; when saving many files using
4795         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4796         it first and use gnus-summary-save-in-file or
4797         gnus-summary-save-body-in-file thereafter unless
4798         gnus-prompt-before-saving is always; move point to article which
4799         will be saved.
4800         (gnus-summary-save-article-file): Revert.
4801         (gnus-summary-write-article-file): Revert.
4802         (gnus-summary-save-article-body-file): Revert.
4803         (gnus-summary-write-article-body-file): New function.
4805 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4807         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4809 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         * gnus-art.el (gnus-default-article-saver): Doc fix.
4812         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4813         from gnus-summary-save-article-coding-system, and default to a
4814         certain coding system.
4815         (gnus-output-to-file): Add coding cookie and encode text according
4816         to gnus-article-save-coding-system; don't use mm-append-to-file.
4818         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4819         gnus-art.el and rename to gnus-article-save-coding-system.
4820         (gnus-summary-save-article): Require gnus-art; don't show all
4821         headers if it decodes articles; don't add coding cookie here;
4822         don't bind mm-text-coding-system-for-write.
4823         (gnus-summary-save-article-file): Save decoded articles.
4824         (gnus-summary-write-article-file): When saving many files, use
4825         gnus-summary-write-to-file first and gnus-summary-save-in-file
4826         thereafter unless gnus-prompt-before-saving is always.
4827         (gnus-summary-save-article-body-file): Save decoded articles.
4829 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4831         * nnrss.el (nnrss-check-group): Bind hash-index.
4833 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4835         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4836         its hash index.  Store this hash in `nnrss-group-data'.
4837         (nnrss-read-group-data): Update accordingly.
4839 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4841         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4842         entry.
4844         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4845         gnus-article-browse-html-article.
4847 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4849         * gnus-sum.el (gnus-summary-mime-map): Add
4850         gnus-article-browse-html-article.
4851 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4853         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4854         suitable coding systems in customize.
4856 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4858         * mail-source.el (mail-sources): Fix custom type.
4860 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4862         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4863         (gnus-summary-expire-articles-now): Shorten prompt.
4865         * gmm-utils.el (wid-edit): Require.
4866         (defun-gmm): Renamed from `gmm-defun-compat'.
4867         (gmm-image-search-load-path): Use it.
4868         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4870 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4872         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4873         variable.
4874         (gnus-summary-save-article): Add optional `decode' argument.  If
4875         it is set and gnus-summary-save-article-coding-system is non-nil,
4876         save decoded article.
4877         (gnus-summary-write-article-file): Save decoded article if
4878         gnus-summary-save-article-coding-system is non-nil.
4880         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4881         type.
4883 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4885         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4887 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4889         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4890         first to test gnus-single-article-buffer which may be buffer-local.
4892         * gnus-sum.el (gnus-summary-setup-buffer): Make
4893         gnus-single-article-buffer buffer-local and nil in ephemeral
4894         group; make gnus-article-buffer, gnus-article-current, and
4895         gnus-original-article-buffer always buffer-local.
4896         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4897         group.
4898         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4900 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4902         * nnml.el (nnml-request-compact-group): Compressed files might not
4903         have .gz extension.
4905 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4908         (mm-copy-to-buffer): Use with-current-buffer.
4909         (mm-display-part): Simplify.
4910         (mm-inlinable-p): Add optional arg `type'.
4912 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4914         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4915         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4916         Try harder to show the attachment internally or externally using
4917         gnus-mime-view-part-as-type.
4919 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4921         * message.el (message-from-style, message-signature-separator)
4922         (message-user-organization-file, message-send-mail-function)
4923         (message-citation-line-function, message-yank-prefix)
4924         (message-indent-citation-function, message-signature)
4925         (message-signature-file, message-signature-insert-empty-line):
4926         Remove autoloads.
4928         * gnus-art.el (gnus-buttonized-mime-types): Remove
4929         "multipart/signed".  Revert 2006-04-26 change.
4931 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933         * gnus.el (gnus-version-number): Bump version.
4935 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4937         * gnus.el: No Gnus v0.5 is released.
4939 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4941         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4942         fetching articles by message-id.
4944 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946         * message.el (hashcash): Require hashcash as normal.
4948         * ecomplete.el (ecomplete-highlight-match-line): Use
4949         point-at-eol.
4950         (ecomplete-highlight-match-line): Use `highlight', because that
4951         face exists in both Emacs and XEmacs.
4953         * message.el (message-display-abbrev): Use point-at-bol.
4955         * mail-source.el: Don't require timer/timer-funcs.
4957         * gnus-async.el: Ditto.
4959         * password.el: Ditto.
4961         * mm-url.el: Ditto.
4963         * mm-util.el: Require timer/timer-funcs.
4965 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4967         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4968         Close.
4970 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4972         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4973         unibyte after clear-decrypt function runs.
4975         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4976         returns as a unibyte string.
4978 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4980         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4981         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4982         (mml1991-pgg-encrypt): Ditto.
4984 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4986         * message.el (message-user-organization-file): Check several
4987         locations of the organization file.
4989         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4990         Add gnus-article-view-part-as-type.
4992         * gnus-art.el (gnus-article-view-part-as-type): New function.
4994         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4995         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4997         * mml.el: Simplify autoload.
4998         (mml-mode): defvar dnd-protocol-alist instead of using
4999         symbol-value.
5000         (mml-default-directory): New variable.
5001         (mml-minibuffer-read-file): Use it.
5002         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5004         * message.el (message-citation-line-format): New variable.
5005         (message-insert-formated-citation-line): New function.
5006         (message-citation-line-function): Add
5007         `message-insert-formated-citation-line' to custom type.
5009         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5010         to doc string.
5012         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5013         depending on mm-verify-option.
5015 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5017         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5018         binding pgg-* variables; reimplement the section which prevents
5019         MIME header from being signed.
5020         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5021         pgg-text-mode; remove a blank line at the top of body.
5023         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5024         lines at the top of body; use gnus-newsgroup-charset if there's no
5025         Charset header.
5027 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5029         * message.el (message-self-insert-commands): Doc fix.
5031         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5032         (mm-uu-pgp-encrypted-test): Ditto.
5033         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5034         between header and body; return application/pgp-encrypted handle
5035         if decryption failed; decode decrypted body by charset.
5037         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5038         element match to application/pgp-*.
5040 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5042         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5043         HTML.
5045 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047         * mail-source.el (mail-source-call-script): Message the error
5048         string.
5050 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052         * gnus-util.el (gnus-byte-compile): Use it.
5054 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5056         * gnus-util.el (kill-empty-logs): New function.
5058 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060         * message.el (message-mail-alias-type): Doc fix.
5061         (message-mail-alias-type-p): New function.
5062         (message-send): Use it.
5063         (message-mode): Ditto.
5064         (message-strip-forbidden-properties): Ditto.
5066         * ecomplete.el (ecomplete-database-file-coding-system): New
5067         variable.
5068         (ecomplete-save): Use it.
5069         (ecomplete-setup): Use it.
5071 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5073         * message.el (message-self-insert-commands): New variable.
5074         (message-strip-forbidden-properties): Use it.
5076 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5079         that doesn't make XEmacs choke.
5081 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5083         * gnus-util.el (gnus-replace-in-string):
5084         Prefer replace-regexp-in-string over of replace-in-string.
5086 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5088         * gnus-util.el (gnus-select-frame-set-input-focus):
5089         Use select-frame-set-input-focus if it is available in XEmacs; use
5090         definition defined in Emacs 22 for old Emacsen.
5092 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5094         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5096 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5098         * gnus-registry.el (gnus-registry-cache-save): Remove text
5099         properties when saving via the temp buffer.
5101 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5103         * message.el (message-generate-hashcash): Honor custom type.
5105 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107         * message.el (message-generate-hashcash): Default to non-nil when
5108         hashcash is found.
5110         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5111         (gnus-refer-thread-limit): Increase default to 500.
5113         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5115         * flow-fill.el (fill-flowed): Allow delete-space.
5117 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5119         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5120         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5121         Remove autoloads.
5123 2006-04-18  Simon Josefsson  <jas@extundo.com>
5125         * message.el (message-generate-hashcash): Default to.
5127 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5129         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5130         concatenating segments rather than before concatenating them.
5132 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5134         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5136         * imap.el (imap-quote-specials): New function.
5137         (imap-login-auth): Quote specials.
5139 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5143         * message.el (message-forward-make-body-plain): Allow
5144         message-forward-ignored-headers to be a list.
5145         (message-remove-ignored-headers): Factor out into function.
5146         (message-forward-make-body-mml): Use it.
5147         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5148         (rfc2231-parse-string): Allow concatanation of parameters that
5149         aren't contiguous.  The test case is
5150           (mail-header-parse-content-type "message/external-body;
5151             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5152             access-type=LOCAL-FILE;
5153             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5155 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5157         * nntp.el (nntp-accept-process-output): Return the value of
5158         `nnheader-accept-process-output'.
5160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5163         (gnus-button-alist): Recognize more diff formats.
5164         (gnus-button-patch): Strip directory.
5166 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5168         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5169         Emacs 22 when setting focus.
5171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173         * gnus-art.el (gnus-article-treat-types): Do treatment of
5174         text/x-verbatim parts.
5175         (gnus-button-patch): New command.
5177         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5178         addresses that contain invalid characters.
5180 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182         * message.el (message-put-addresses-in-ecomplete): Use
5183         gnus-replace-in-string.
5184         (message-is-yours-p): Use the more correct
5185         mail-header-parse-address instead of
5186         mail-extract-address-components.
5187         (message-put-addresses-in-ecomplete): Fix typo.
5189         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5190         keystroke.
5192         * gnus-art.el (gnus-treatment-function-alist): Change order of
5193         newsgroups/generic header folding to avoid double-folding.
5195         * message.el (message-hidden-headers): Add X-Draft-From.
5197         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5198         command.
5199         (gnus-summary-repeat-search-article-backward): New command.
5201         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5202         groups in the parent topic.
5204 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5206         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5207         (spam-extra-header-to-number): Return the CRM114 number as a
5208         number instead of a string.
5210 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212         * gnus-art.el (gnus-face-properties-alist): Moved here from
5213         gnus-fun.
5215         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5217 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219         * message.el (message-strip-forbidden-properties): Only display on
5220         self-insert-command.
5222         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5223         reindent.
5224         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5226 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5228         * smiley.el (smiley-style): Fix typo.
5230 2006-03-23  Kenichi Handa  <handa@m17n.org>
5232         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5233         instead of set-buffer-multibyte.
5235 2006-03-23  Kenichi Handa  <handa@m17n.org>
5237         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5238         buffer and then decode the buffer text if necessary.
5239         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5240         first, and after mm-encode-body, change the buffer to unibyte.
5242 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244         * hashcash.el (hashcash-insert-payment-async-2): Use
5245         message-goto-eoh instead of doing it manually.
5246         (mail-add-payment): Use message-narrow-to-header instead of trying
5247         to do the same itself.
5249         * message.el (message-hidden-headers): Add Face.
5251         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5252         reparenting code.
5253         (gnus-summary-reparent-children): Refactored out code.
5254         (gnus-summary-thread-map): New keystroke.
5255         (gnus-summary-reparent-children): Make into command.
5257         * smiley.el (smiley-style): Default to `medium' if using a large
5258         font.
5260         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5261         does it itself.
5263         * message.el (message-point-in-header-p): Simplify definition.
5265 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267         * nnagent.el (nnagent-request-set-mark): Silence log file
5268         writing.
5269         (nnagent-request-set-mark): Use write-region instead of
5270         append-to-file.
5272         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5273         strange select method.
5275         * ecomplete.el (ecomplete-display-matches): Get highlightling
5276         right.
5277         (ecomplete-display-matches): Use literals.
5278         (ecomplete-display-matches): Disable message logging.
5280         * message.el (message-display-abbrev): Small optimization.
5282         * ecomplete.el (ecomplete-display-matches): Allow automatic
5283         display.
5285         * message.el (message-strip-forbidden-properties): Display
5286         abbrevs.
5287         (message-display-abbrev): Get automatic display right.
5289         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5290         keystrokes.
5292 2006-04-13  Romain Francoise  <romain@orebokech.com>
5294         TODO: Backport to v5-10!
5296         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5297         Moved here (and renamed) from gnus-registry.el.
5299         * gnus-registry.el: Require gnus-util.
5300         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5302 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304         * gnus-group.el (gnus-group-catchup-current): Change
5305         if-then-else-if-then-else into cond.
5306         (gnus-group-catchup): Indent.
5307         (group-name-at-point): New function.
5308         (gnus-fetch-group): Provide default from thing at point.
5310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312         * message.el (message-display-abbrev): Fix regexp.
5314         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5315         choosing.
5316         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5317         dead variables.
5319         * message.el (message-newline-and-indent): Remove debugging.
5320         (message-display-abbrev): Use new implementation.
5322 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5324         * gnus-art.el (gnus-article-mode): Set
5325         cursor-in-non-selected-windows to nil.
5327         * smiley.el: Revert previous change.
5328         (smiley-data-directory): defvar it before using it in the
5329         defcustom of `smiley-style'.
5331 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333         * message.el (message-newline-and-indent): New function.
5335         * ecomplete.el: Implement more bits.
5337         * message.el (message-put-addresses-in-ecomplete): Clean up the
5338         string.
5340         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5342         * gnus-sum.el (gnus-summary-save-parts): Bind
5343         gnus-summary-save-parts-counter and use it to make unique file
5344         names.
5346         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5348         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5349         parameter to say whether to actually parse the individual
5350         addresses.
5352         * message.el (message-put-addresses-in-ecomplete): New function.
5353         (ecomplete): Require.
5354         (message-mail-alias-type): Add ecomplete as an option.
5356 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5358         * flow-fill.el (fill-flowed): Remove trailing space from blank
5359         quoted lines.
5361 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363         * smiley.el (smiley-style): Move definition later to avoid a
5364         compilation warning.
5366 2006-04-12  Kenichi Handa  <handa@m17n.org>
5368         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5369         buffer and then decode the buffer text if necessary.
5370         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5371         first, and after mm-encode-body, change the buffer to unibyte.
5372         Use mm-disable-multibyte instead of set-buffer-multibyte.
5374 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5376         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5377         Content-Type header instead of Content-Disposition header.
5378         (gnus-mime-inline-part): Ditto.
5379         (gnus-mime-view-part-as-charset): Ignore charset that the part
5380         specifies.
5382         * mm-decode.el (mm-display-part): Work with external parts and
5383         usual parts similarly.
5385         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5386         instead of gnus-display-mime.
5388         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5389         instead of with-temp-buffer.
5391         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5392         tag to summarized topics part in order to encode non-ASCII text.
5394 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5396         * smiley.el (smiley-style): New variable.
5397         (smiley-directory): New function.
5398         (smiley-data-directory): Derive from `smiley-style' using
5399         `smiley-directory'.
5400         (smiley-regexp-alist): Add new entries.
5402         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5403         (gnus-article-browse-delete-temp): Add :version.
5405 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5407         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5408         the sieve region.
5410 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412         * gnus.el (gnus-version-number): Bump version.
5414 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5416         * gnus.el: No Gnus v0.4 is released.
5418 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5421         layout.
5423         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5424         unknown charset.
5426         * message.el (message-header-synonyms): Add Original-To to the
5427         default.
5429         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5430         optional parameter.
5432 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5434         * gnus-fun.el (gnus): Require it for gnus-directory.
5436 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5438         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5440 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5442         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5444 2006-04-05  Simon Josefsson  <jas@extundo.com>
5446         * password.el (password-reset): New function.
5448 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5450         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5451         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5453 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5455         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5456         Some whitespace was matched into the url, which broke browsing hits
5457         > 100 when mm-url-use-external was nil.
5459 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5462         gnus-extra-headers for 'Newsgroups.
5464         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5465         bound.
5467 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5469         * pgg-gpg.el: Clean up process buffers every time gpg processes
5470         complete.
5472 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5474         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5475         doc string.
5477 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5479         * pgg-gpg.el (pgg-gpg-process-filter)
5480         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5482         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5483         lines, temporary fix.
5485 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5487         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5489 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5491         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5492         default-enable-multibyte-characters.  This reverts the change from
5493         revision 6.17 which is no longer necessary because the passphrase
5494         is sent separately now.  GnuPG messages are unreadable under
5495         multibyte locales with default-enable-multibyte-characters set to
5496         nil.
5498 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5500         * message.el (message-tool-bar-gnome): Move "spell".
5502 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5505         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5506         instead.
5508 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5511         newsgroups handling for NNTP overviews which don't include
5512         Newsgroups.
5514 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5516         * message.el (message-resend): Bind message-generate-hashcash to nil.
5518 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5520         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5521         when searching for already-paid recipients.
5523 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5525         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5526         passphrases when it is not needed.
5527         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5528         passphrase stuff from gpg, should only be necessary when you use
5529         gpg with a smartcard.
5531 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5533         * mml.el (mml-insert-mime): Ignore cached contents of
5534         message/external-body part.
5536         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5537         (mm-insert-part): Ditto.
5539 2006-03-23  Simon Josefsson  <jas@extundo.com>
5541         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5542         Reiner.
5543         (pgg-gpg-use-agent-p): Use it again.
5545 2006-03-23  Simon Josefsson  <jas@extundo.com>
5547         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5548         older emacsen.
5549         (pgg-gpg-use-agent-p): Don't use it.
5551 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5553         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5554         if we can.
5556 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5558         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5559         (pgg-gpg-update-agent): New function.
5560         (pgg-gpg-use-agent-p): New function.
5561         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5562         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5563         (pgg-gpg-sign-region): Use it.
5565 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5567         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5568         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5570 2006-03-21  Simon Josefsson  <jas@extundo.com>
5572         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5573         <wilde@sha-bang.de>.
5574         (pgg-gpg-use-agent): New variable.
5575         (pgg-gpg-process-region): Use it.
5576         (pgg-gpg-encrypt-region): Likewise.
5577         (pgg-gpg-encrypt-symmetric-region): Likewise.
5578         (pgg-gpg-decrypt-region): Likewise.
5579         (pgg-gpg-sign-region): Likewise.
5580         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5582 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5584         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5586         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5587         Add comment on version.
5589 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5591         * smiley.el: Add missing test smiley.
5593 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5595         * mm-decode.el (mm-with-part): New macro.
5596         (mm-get-part): Use it; work with message/external-body as well.
5597         (mm-save-part): Treat name and filename equally.
5599         * mm-extern.el (mm-extern-cache-contents): New function.
5600         (mm-inline-external-body): Use it; force the part to be displayed;
5601         move undisplayer added to the cached handle to the parent.
5603         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5604         (gnus-mime-view-part-as-type): Work with message/external-body.
5606         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5608 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5610         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5611         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5612         Emacs.]
5614 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5616         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5617         path rather than symbol.  Always return list of directories.
5618         Guarantee that image directory comes first.  [Sync with image.el,
5619         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5621         * message.el (message-make-tool-bar): Adjust to new API of
5622         `gmm-image-load-path-for-library'.
5624         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5626         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5628 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5630         * gnus-art.el (gnus-article-only-boring-p):
5631         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5632         intangible text.
5633         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5635 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5637         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5638         `defun' instead of `gmm-defun-compat'.
5640 2006-03-14  Simon Josefsson  <jas@extundo.com>
5642         * message.el (message-unique-id): Don't use message-number-base36
5643         if (user-uid) is a float.
5644         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5646 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5648         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5650         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5651         empty line between a part and a message part.
5653 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5655         * smiley.el: Add more test smileys.
5656         (smiley-data-directory, smiley-regexp-alist)
5657         (gnus-smiley-file-types): Fix doc strings.
5658         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5659         adding new elements.
5660         (smiley-mouse-map): Unused code.  Make it a comment.
5662 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5664         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5665         scan latest NoCeM messages instead of old ones.
5666         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5667         delimiters that are recently used.
5668         (gnus-nocem-load-cache): Add autoload cookie.
5670         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5672         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5673         level which is larger than gnus-use-nocem is specified.
5675         * gnus-group.el (gnus-group-get-new-news): Ditto.
5677 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5679         * gnus-util.el (gnus-tool-bar-update): New function.
5681         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5682         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5684         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5686         * gnus-group.el (gnus-group-redraw-when-idle)
5687         (gnus-group-redraw-check): Remove.
5688         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5690 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5692         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5693         if optional last element is specified in splits (FIELD VALUE...).
5695 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5697         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5698         to gmm-image-load-path-for-library.  Call with no-error argument.
5699         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5701         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5703         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5705         * gmm-utils.el (gmm-image-load-path): Remove alias.
5707 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5709         * gmm-utils.el (gmm-image-load-path): Add alias.
5711         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5712         nnml-generate-nov-databases-1.
5713         (nnml-generate-nov-databases): Use it.
5714         (nnml-generate-nov-databases-directory): Document no-active
5715         argument.
5717         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5718         directory if path is t.  Add no-error.
5720         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5721         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5723         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5724         resetting gnus-article-browse-html-temp-list.
5726         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5727         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
5728         Add example to docstring.  Rename local variables.  Move error
5729         checks to default case in cond and simplify.
5731 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5733         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5734         handle is multipart when calling it recursively.
5735         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5737 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5739         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5740         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5742 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5744         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5745         is loaded.
5747         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5748         loaded.
5750 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5752         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5753         to "Emacs 23 (unicode)" in doc string.
5755         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5756         "Emacs 23 (unicode)" in comment.
5758 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5760         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5762         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5763         characters 160 through 255 in Emacs 23.
5765 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5767         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5768         gnus-article-browse-html-temp.
5769         (gnus-article-browse-delete-temp): Make it customizable.  Add
5770         `file'.  Adjust doc string.
5771         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5772         query for each file.  Adjust doc string.
5773         (gnus-article-browse-html-parts): Add
5774         `gnus-article-browse-delete-temp-files' to
5775         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5777 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5779         * gnus-art.el (gnus-article-browse-html-temp)
5780         (gnus-article-browse-delete-temp): New variables.
5781         (gnus-article-browse-delete-temp-files): New function.
5782         (gnus-article-browse-html-parts): Use it.
5784 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5786         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5788         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5789         string.
5791         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5792         gnus-summary-insert-new-articles when unplugged.  Remove
5793         gnus-summary-search-article-forward.
5795         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5796         display-visual-class instead of display-color-cells.
5798 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5800         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5801         message/* containing non-ASCII text properly.
5803 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5805         * message.el: Require gmm-utils, remove autoloads.
5806         (message-tool-bar): Set default based on
5807         gmm-tool-bar-style.
5808         (message-tool-bar-gnome): Add gmm-customize-mode.
5810         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5811         gmm-tool-bar-style.
5812         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5814         * gnus-group.el (gnus-group-tool-bar): Set default based on
5815         gmm-tool-bar-style.
5816         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5818         * gmm-utils.el (gmm-image-directory): Rename variable from
5819         gmm-image-load-path.
5820         (gmm-image-load-path): Use gmm-image-directory.
5821         (gmm-customize-mode): New function.
5822         (gmm-tool-bar-style): New variable.
5824         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5825         gnus-group-redraw-line-number.
5826         (gnus-group-redraw-check): Simplify.
5827         (gnus-group-tool-bar-update): Remove redraw check.
5828         (gnus-group-make-tool-bar): Add redraw check.
5830 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5832         * gnus-art.el (gnus-button): Add missing parentheses.
5834 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5836         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5838 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5840         * gnus-art.el (gnus-button): New face.
5841         (gnus-article-button-face): Use it.
5843         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5844         gnus-summary-next-page.  Re-order.
5846         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5847         next-node are now included.
5848         (gnus-group-redraw-line-number): New internal variable.
5849         (gnus-group-redraw-check): Helper function for updating the tool
5850         bar.
5851         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5853         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5855         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5856         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5857         Use it to match format of Spamassassin 3.0 and later.  Reported by
5858         IRIE Tetsuya <irie@t.email.ne.jp>.
5859         (spam-check-bogofilter)
5860         (spam-bogofilter-register-with-bogofilter): Fix args of
5861         `gnus-error' calls.
5863 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5865         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5866         unnecessary interaction when sending queued mails.  Reported by
5867         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5869 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5871         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5872         first or last are nil.
5874 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5876         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5878 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5882 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884         * dns.el (query-dns): Protect more against buggy tcp output.
5886 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5888         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5889         nov.php.
5891 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5893         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5894         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5895         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5896         output on the server side.
5897         (nnweb-google-create-mapping): Update regexps and add some
5898         progress indication.
5900 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5902         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5903         gnus-agent-toggle-plugged.  Re-order icons.
5904         (gnus-group-tool-bar-gnome): Add
5905         gnus-group-{prev,next}-unread-group.
5906         (gnus-group-tool-bar-gnome): Re-order icons.
5908         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5909         gnus-summary-insert-new-articles.
5911         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5912         comments.
5914         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5915         also available in Emacs 21.3.
5917         * message.el (message-fix-before-sending): Change "Emacs 22" to
5918         "Emacs 23 (unicode)" in comment.
5920         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5921         "Emacs 23 (unicode)" in comment.
5923         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5924         comment.
5925         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5927         * mm-view.el (mm-fill-flowed): Add :version.
5929 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5931         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5932         and load-path.
5934 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5936         * message.el: Autoload gmm-image-load-path.
5937         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5938         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5939         consitency.
5941         * gmm-utils.el (gmm-image-load-path): Also search in
5942         "../etc/images".  Don't set gmm-image-load-path if we don't find
5943         the image.
5945 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5947         * gmm-utils.el (gmm-image-load-path): Don't make
5948         `gmm-image-load-path' include subdirectories which the second arg
5949         `image' might specify.
5951         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5952         subdirectory to icon file names.
5954         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5956 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5958         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5959         gmm-image-load-path calls.
5961         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5963         * message.el (message-make-tool-bar): Ditto.
5965         * mml.el (mml-preview): Added comment concerning tool bar icons.
5967         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5968         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5970         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5971         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5973         * message.el (message-tool-bar-gnome): Use new icon names.
5974         (message-make-tool-bar): Use `gmm-image-load-path'.
5976         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5977         functions from MH-E.
5978         (gmm-image-load-path): New variable from MH-E.
5979         (gmm-image-load-path): New function from MH-E.  Added arguments
5980         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5981         *-image-load-path-called-flag.
5983 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5985         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5987 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5989         * nnimap.el (nnimap-request-move-article): Change folder back to
5990         source group before deleting.
5992 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5994         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5996         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5997         mm-url.
5999         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6001 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6003         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6004         coding system which mm-charset-to-coding-system returns for a
6005         given charset is valid.
6007 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6009         * html2text.el (html2text-remove-tag-list):
6010         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6012 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6014         * gnus-cus.el: Revert 2005-10-17 change.
6016 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6018         * gnus-art.el (article-strip-banner): Call
6019         article-really-strip-banner only when the regexp match is made.
6021 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * gnus-art.el (article-strip-banner): Use
6024         gnus-extract-address-components instead of
6025         mail-header-parse-addresses to make it work with non-ASCII text;
6026         remove mail-encode-encoded-word-string.
6028         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6029         values which are surrounded with \"...\"; make it never cause a
6030         Lisp error; give up parsing of parameters if it failed in
6031         extracting type.
6033 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6035         * smime.el (smime-cert-by-ldap-1): Fix bug where
6036         `smime-ldap-search' returns results without userCertificates.
6038 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6040         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6042 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * spam.el (spam-check-spamassassin-headers): Adapt format for
6045         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6046         <ari@mbf.ocn.ne.jp>.
6047         (spam-list-of-processors): Add spam-use-gmane.
6049 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6051         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6052         make-temp-file; make it work with XEmacs as well.
6054         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6055         mm-make-temp-file.
6057         * mm-decode.el (mm-display-external): Use the 3rd arg of
6058         mm-make-temp-file.
6059         (mm-create-image-xemacs): Ditto.
6061 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6063         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6064         with message-narrow-to-headers.
6065         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6066         (gnus-draft-check-draft-articles): New function.
6067         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6069 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6071         * gnus-art.el (gnus-article-browse-html-parts):
6072         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6073         Don't use suffix argument for mm-make-temp-file for Emacs 21
6074         compatibility.  Remove useless `format'.
6076 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6078         * nnweb.el (nnweb-google-wash-article): Update regexps.
6079         (nnweb-group-alist): Use defvoo instead of defvar.
6081 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6083         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6084         re-loading nn* modules.
6086 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6088         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6089         for `tool-bar-mode' and don't check it's default-value.
6091         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6093         * message.el (message-make-tool-bar): Ditto.
6095         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6096         `substring'.  Shorten tmp-file name.
6098         * gnus.el: Remove bogus comment.
6100 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6102         * gnus-art.el (gnus-article-browse-html-parts): New function.
6103         (gnus-article-browse-html-article): New function for viewing html
6104         articles with a browser.
6106 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6108         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6109         (mml2015-pgg-encrypt): Ditto.
6111         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6112         (mml1991-pgg-encrypt): Ditto.
6114 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6117         message-make-date instead of current-time-string.
6119         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6120         to gnus-decoded which mm-uu might set.
6122 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6124         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6125         don't decode quoted parameters; remove misimported Emacs code.
6126         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6127         (rfc2231-decode-encoded-string): Don't use split-string which
6128         behaves differently according to Emacs version; use
6129         mm-decode-coding-region to convert charset to coding-system.
6130         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6131         (rfc2231-encode-string): Remove misimported Emacs code.
6133 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6135         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6136         when calling mail-header-parse-content-type.
6137         (article-de-quoted-unreadable): Ditto.
6138         (article-de-base64-unreadable): Ditto.
6139         (article-wash-html): Ditto.
6141         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6142         calling mail-header-parse-content-type and
6143         mail-header-parse-content-disposition.
6144         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6145         mail-header-parse-content-type.
6147         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6148         insert charset and format parameters; encode description after
6149         inserting it to buffer.
6150         (mml-insert-parameter): Fold lines properly even if a parameter is
6151         segmented into two or more lines; change the max column to 76.
6153         * rfc1843.el (rfc1843-decode-article-body): Don't use
6154         ignore-errors when calling mail-header-parse-content-type.
6156         * rfc2231.el (rfc2231-parse-string): Return at least type if
6157         possible; don't cause an error even if it fails in parsing of
6158         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6159         (rfc2231-encode-string): Don't break lines at the beginning, leave
6160         it to mml-insert-parameter.
6162         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6163         calling mail-header-parse-content-type.
6165 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6167         * spam-report.el (spam-report-gmane-use-article-number):
6168         Improve doc string.
6169         (spam-report-gmane-internal): Check if a suitable header was found
6170         in the article.
6172 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6174         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6175         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6177 2006-02-05  Romain Francoise  <romain@orebokech.com>
6179         Update copyright notices of all files in the gnus directory.
6181 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6183         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6185 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6187         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6188         segmented lines of parameter value to cope with Thunderbird 1.5
6189         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6191         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6193 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6195         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6196         parts.
6198 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6200         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6201         there's only one active file for all servers.
6202         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6203         solid groups.  Gnus might have used a FAST request to select the group.
6204         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6205         and nnweb-search redundantly in the active file.
6206         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6207         (nnweb-request-create-group): Don't use ARGS.
6208         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6209         initialisations.  Let nnoo do the work.
6211 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6213         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6214         Say the part has been decoded.
6216         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6218 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6220         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6221         mailcap-viewer-test-cache when there's no 'test clause, since that
6222         will invert the meaning of a "nil" test previously determined by
6223         mailcap-mailcap-entry-passes-test.
6225 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6227         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6228         compiling.
6230         * gnus-sum.el: Ditto.
6232         * message.el: Don't bind tool-bar-map when compiling.
6234 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6236         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6238 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6240         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6241         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6242         current Google Groups.
6244 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6246         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6247         and tool-bar-mode.
6249         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6250         and tool-bar-mode.
6252         * message.el (message-tool-bar-update): Simplify.
6253         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6255         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6256         gnus-summary-buffer.
6257         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6258         gnus-summary-reply.
6260         * gmm-utils.el (gmm): Add :version.
6262 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6264         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6265         autoload.
6267 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6269         * gmm-utils.el (gmm-verbose): Add :group.
6271 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6273         * message.el: Change some comments WRT tool-bars.
6275         * gnus-sum.el (gnus-summary-tool-bar)
6276         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6277         (gnus-summary-tool-bar-zap-list): New variables.
6278         (gnus-summary-make-tool-bar): Complete rewrite using
6279         `gmm-tool-bar-from-list'.
6281         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6282         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6283         variables.
6284         (gnus-group-make-tool-bar): Complete rewrite using
6285         `gmm-tool-bar-from-list'.
6286         (gnus-group-tool-bar-update): New function.
6288         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6290 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6292         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6293         is dissected into a single part of which the type is the same as
6294         the given one; decode charset.
6296 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6298         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6299         into alists as symbol not string, since that's what
6300         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6301         look for.
6303 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6305         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6306         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6308         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6310 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6312         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6313         (gnus-mime-security-button-menu): New definition.
6314         (gnus-mime-security-button-map): Use them.
6315         (gnus-mime-security-button-menu): New function.
6316         (gnus-insert-mime-security-button): Addition to help echo.
6317         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6318         (gnus-mime-security-pipe-part): New functions.
6320         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6321         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6323         * mm-decode.el (mm-handle-set-disposition): Remove.
6324         (mm-handle-set-description): Remove.
6326 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6329         (mm-w3m-standalone-supports-m17n-p): New function.
6330         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6331         w3m usage.
6333         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6334         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6336 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6338         * message.el (message-tool-bar-zap-list): Use
6339         gmm-tool-bar-zap-list as custom type.
6340         (message-tool-bar-update): New function.
6341         (message-tool-bar, message-tool-bar-gnome)
6342         (message-tool-bar-retro): Add message-tool-bar-update.
6343         (message-tool-bar-gnome): Add flyspell-buffer.
6345         * gnus-util.el (gnus-error): Describe `args'.
6347         * gmm-utils.el (gmm-error): Describe `args'.
6348         (gmm-tool-bar-zap-list): New widget.
6349         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6351 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6354         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6355         the number of recursive calls.
6357         * mm-decode.el (mm-handle-set-disposition): New macro.
6358         (mm-handle-set-description): New macro.
6360 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6362         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6363         encoding.
6365 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6367         * message.el (message-tool-bar-zap-list, message-tool-bar)
6368         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6369         (message-tool-bar-local-item-from-menu): Remove.
6370         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6371         (message-make-tool-bar): New function.
6372         (message-mode): Use `message-make-tool-bar'.
6374         * gmm-utils.el: New file.
6375         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6376         (gmm-lazy): New widget copied from `nnmail.el'.
6377         (gmm-tool-bar-from-list): New function for creating customizable
6378         tool bars.
6379         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6380         output.
6381         (gmm): Add :prefix to defgroup.
6383 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6385         * gmm-utils.el (gmm-widget-p): New function.
6387 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6389         * mml.el (mml-attach-file): Describe `description' in doc string.
6390         (mml-menu): Add Emacs MIME manual and PGG manual.
6392 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6394         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6396 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6398         * nntp.el (nntp-end-of-line): Doc fix.
6400 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6402         * imap.el (imap-open): Handle case where buffer is a buffer
6403         object.
6405 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6407         * gnus-delay.el (gnus-delay): Don't autoload.
6408         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6409         to be re-loaded when customizing the `gnus-delay' group.
6411 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6413         * message.el (message-insert-citation-line): Use newlines.
6415 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6417         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6419         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6421 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6423         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6425 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * mm-decode.el (mm-inlined-types): Add application/pgp.
6428         (mm-automatic-display): Ditto.
6430         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6431         part as text.
6433 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6435         * nnrss.el: Update copyright.
6436         (nnrss-opml-import): Query whether to subscribe to each entry.
6438         * gnus-art.el:
6439         * gnus-sum.el:
6440         * mm-uu.el:
6441         * mm-view.el: Update copyright.
6443 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6445         * message.el (message-info): New function.
6446         (message-mode-menu): Add it.
6447         Update copyright.
6449         * ChangeLog: Fix and update copyright.
6451 2006-01-13  Romain Francoise  <romain@orebokech.com>
6453         * message.el (message-forward-subject-name-subject): Prefer the
6454         address to 'nowhere' if the sender has no name.
6455         Fix typo.  Update copyright year.
6457 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6459         * gnus-art.el (article-wash-html): Use
6460         gnus-summary-show-article-charset-alist if a numeric arg is given.
6461         (gnus-article-wash-html-with-w3m-standalone): New function.
6463         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6464         mm-inline-text-html-render-with-w3m-standalone.
6465         (mm-text-html-washer-alist): Map w3m-standalone to
6466         gnus-article-wash-html-with-w3m-standalone.
6467         (mm-inline-text-html-render-with-w3m-standalone): New function.
6469 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6471         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6472         Improve LaTeX.
6474 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6476         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6477         (nnrss-request-article): Render text/plain parts as HTML.
6479         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6480         the buffer.
6482 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6484         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6485         custom definition of `gnus-posting-styles'.
6487         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6488         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6490 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6492         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6493         Use nntp for bug archive.
6495 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6497         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6498         parts.
6499         (nnrss-normalize-date): New function converts ISO 8601 date into
6500         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6501         (nnrss-check-group): Use it.
6503 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6505         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6507         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6508         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6509         (nnrss-insert-w3): Ditto.
6511 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6513         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6514         the articles to be forwarded including the case where neither a
6515         number of articles nor a region is specified.
6517 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6519         * nnrss.el (nnrss-request-article): Fix last change; fill
6520         text/plain parts.
6522 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6524         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6525         in text/plain part.
6526         (nnrss-check-group): Don't add excessive newline to dc:subject.
6528 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6530         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6531         article.
6533 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6535         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6536         (nnml-use-compressed-files, nnml-save-mail): Support other
6537         comression programs such as bzip2.
6539 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541         * dns.el (query-dns): Make sure we check the buffer size before
6542         removing tcp headers.
6544 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6546         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6547         remove MIME buttons associated with multipart/alternative parts.
6548         (gnus-mime-display-alternative): Tag buttons using `article-type'
6549         text property.
6551         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6552         associated with multipart/alternative parts.
6554         * gnus-art.el (gnus-signature-separator): Fix custom type.
6556         * mm-decode.el (mm-inlined-types): Fix custom type.
6557         (mm-keep-viewer-alive-types): Ditto.
6558         (mm-automatic-display): Ditto.
6559         (mm-attachment-override-types): Ditto.
6560         (mm-inline-override-types): Ditto.
6561         (mm-automatic-external-display): Ditto.
6563 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6565         * spam-report.el (spam-report-user-mail-address)
6566         (spam-report-user-agent): New variables.
6567         (spam-report-url-ping-plain): Use spam-report-user-agent.
6569 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6571         * gnus-art.el (gnus-button-handle-custom): Do not just use
6572         `customize-apropos' for any "M-x customize-*" button but the
6573         function called for.  Accept both the function name and its
6574         argument in order to achieve this.
6575         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6576         function name to `gnus-button-handle-custom' in case of "M-x
6577         customize-*" buttons.
6579 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6581         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6582         multipart/alternative and add xref to mm-discouraged-alternatives
6583         in doc string.
6585         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6586         gnus-buttonized-mime-types in doc string.
6588 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6590         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6591         Suggest image/.* in the doc string.
6593 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6595         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6596         message-marks (Debian bug #342521).
6598 2005-12-12  Simon Josefsson  <jas@extundo.com>
6600         * password.el (password-read-from-cache): Add.
6601         (password-read): Use it.
6603 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6606         us-ascii as a MIME charset.
6608         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6609         against the case where the 2nd arg TYPE is nil.
6611 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6613         * pop3.el (pop3-stream-type): Fix custom version.
6615         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6617 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6619         * mm-decode.el (mm-display-external): Add missing cdr.
6621 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6623         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6624         RFC1524) if it is in mailcap or add a suffix according to
6625         mailcap-mime-extensions when generating a temp filename; postpone
6626         deleting a temp file for 2 seconds for some wrappers, shell
6627         scripts, and so on, which might exit right after having started a
6628         viewer command as a background job.
6630 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6632         * nntp.el (nntp-marks-directory): Fix custom group.
6634         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6635         steps when < 10.
6637         * gnus-start.el (gnus-no-server-1): Mention
6638         `gnus-level-default-subscribed' in doc string.
6640 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6642         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6643         parens.
6645 2005-11-26  Dave Love  <fx@gnu.org>
6647         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6648         (tls-program, tls-success): Provide openssl alternative.
6650         * starttls.el: Doc fixes.
6651         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6652         SERVICE to PORT.
6654         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6655         port null or service name.
6656         (starttls-negotiate): Autoload.
6658 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6660         * message.el (message-kill-to-signature): Fix interactive spec.
6662 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * pop3.el (pop3-open-server): Recognize a string as a service name.
6666 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6668         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6670 2005-11-23  Dave Love  <fx@gnu.org>
6672         Add pop3s, pop3/starttls.
6674         * pop3.el (pop3-authentication-scheme): Clarify doc.
6675         (open-tls-stream, starttls-open-stream): Autoload.
6676         (pop3-stream-type): New.
6677         (pop3-open-server): Use it.
6679         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6680         for POP.
6681         (mail-source-keyword-map): Add :stream for POP.
6682         (mail-source-fetch-pop): Use pop3-stream-type.
6684 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6686         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6687         of current-time-string.
6689 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6691         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6692         date header.
6694 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6696         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6697         it can seriously impact performance as it bypasses the agent's
6698         local caches.
6700 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6702         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6703         must be explicitly online rather than "not explicitly offline" for
6704         its flags to be synchronized.
6706         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6707         that gnus-uu-unmark-thread will function correctly.
6709         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6710         1024K is instead displayed as 1M.
6712 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6716 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6718         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6720 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6722         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6723         error message to display actual error condition.
6724         (gnus-agent-save-local): Avoid saving symbols that are bound to
6725         nil as they simply result in a warning message in
6726         gnus-agent-read-local.
6728 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6730         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6731         rather than make-variable-buffer-local for file-precious-flag.
6733 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6735         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6736         for duplicates which are removed.  The invalid sort check then
6737         triggers a rescan after the sort as sorting may have moved
6738         duplicate entries such that they can be cheaply detected.
6740 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6742         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6744 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6746         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6747         internal variable to a custom variable.  Changed default value
6748         from compressed(2) to uncompressed(1).
6749         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6750         support for uncompressed agentview files.  Taken together, reading
6751         the agentview file should now be 6-7 times faster.
6753 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6755         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6756         as a buffer-local variable.  This avoids creating truncated
6757         dribble files as a result of a hang up, eg.
6759 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6761         * gnus-start.el (gnus-start-draft-setup): Enforce
6762         `gnus-draft-mode' for nndraft:drafts at startup.
6764         * gnus.el (gnus-splash): Change custom group.
6765         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6766         allow-list argument.
6768         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6769         string.
6771 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6773         * gnus-art.el (gnus-default-article-saver): Add user-defined
6774         `function' to custom type.
6776 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6778         * imap.el (imap-open): Handle case where buffer is a buffer
6779         object.
6781 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6783         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6784         long lines.
6785         (gnus-cache-delete-group): Wrap doc strings.
6787         * gnus-agent.el (gnus-agent-rename-group)
6788         (gnus-agent-delete-group): Wrap doc strings.
6790 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792         * gnus-start.el (gnus-1): Add "native" to
6793         gnus-predefined-server-alist.
6795         * gnus.el (gnus-method-to-server): Don't add "native" to the
6796         lists here, because that leads to problems when
6797         gnus-select-method is bound.
6799 2005-11-09  Simon Josefsson  <jas@extundo.com>
6801         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6802         use (not sort-by-date) instead.
6804 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6806         * gnus-delay.el (gnus-delay-group): Don't autoload.
6807         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6808         to be re-loaded when customizing the `gnus-delay' group.
6810 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6812         * message.el: Revert last changes.
6813         (message-insert-citation-line): Use newlines.
6815 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6817         * message.el (message-courtesy-message)
6818         (message-mark-insert-begin, message-mark-insert-end)
6819         (message-elide-ellipsis, message-cancel-message)
6820         (message-add-header, message-change-subject)
6821         (message-cross-post-followup-to-header)
6822         (message-cross-post-insert-note, message-reduce-to-to-cc)
6823         (message-widen-reply, message-delete-not-region)
6824         (message-kill-to-signature, message-insert-signature)
6825         (message-insert-importance-high, message-insert-importance-low)
6826         (message-insert-or-toggle-importance)
6827         (message-insert-disposition-notification-to)
6828         (message-indent-citation, message-yank-original)
6829         (message-cite-original-without-signature, message-cite-original)
6830         (message-insert-citation-line, message-position-on-field)
6831         (message-fix-before-sending, message-send-mail-partially)
6832         (message-send-mail, message-send-mail-with-sendmail)
6833         (message-send-mail-with-qmail, message-send-news)
6834         (message-check-news-header-syntax, message-generate-headers)
6835         (message-insert-courtesy-copy, message-fill-address)
6836         (message-fill-header, message-shorten-references)
6837         (message-setup-1, message-cancel-news)
6838         (message-forward-make-body-plain, message-forward-make-body-mime)
6839         (message-forward-make-body-mml, message-encode-message-body)
6840         (message-forward-make-body-digest-plain)
6841         (message-forward-make-body-digest-mime)
6842         (message-use-alternative-email-as-from): Insert `hard-newline'
6843         instead of ordinary newlines.
6845 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6847         * message.el (message-generate-headers): Downcase the argument
6848         given to message-check-element.
6850 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6852         * nntp.el (nntp-authinfo-rejected): New error condition.
6853         (nntp-wait-for): Use new error condition to signal authentication
6854         error.
6855         (nntp-retrieve-data): Rethrow new error condition to break out of
6856         recursive call to nntp-send-authinfo.
6858 2005-11-08  Romain Francoise  <romain@orebokech.com>
6860         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6861         (gnus-summary-exit-map): Bind to `Z p'.
6862         (gnus-summary-make-menu-bar): Add menu item.
6864 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6866         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6867         (gnus-treat-*): Add `first' in all doc strings.
6869         * gnus-group.el (gnus-group-compact-group): Fix typo.
6871 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6873         * gnus.el (gnus-parameters-case-fold-search): New variable.
6874         (gnus-parameters-get-parameter): Use it.
6876         * gnus-score.el (gnus-home-score-file): Doc fix.
6878 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6880         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6882 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6884         * mm-util.el (mm-special-display-p): New function.
6886         * mml.el (mml-preview): Use it; doc fix.
6888 2005-10-29  Romain Francoise  <romain@orebokech.com>
6890         * message.el (message-fix-before-sending): Fix comment.
6892 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6894         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6896 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6898         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6899         Used in gnus-score.el.
6901 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6903         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6905 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6907         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6908         whitespace removed in revision 7.8.  Use concatenated string to
6909         protect trailing whitespace.
6911 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6913         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6914         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6915         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6916         Courier IMAP ("some version from 2004").  Mostly based on similar
6917         code in the same function.
6919 2005-10-26  Didier Verna  <didier@xemacs.org>
6921         * gnus-group.el (gnus-group-compact-group): Invalidate original
6922         article buffer.
6923         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6924         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6925         NOV database and in article itself.
6926         Invalidate article backlog.
6928 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6930         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6932 2005-10-26  Simon Josefsson  <jas@extundo.com>
6934         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6935         part of 2004-07-25 change.
6937 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * message.el (message-display-completion-list): New function.
6940         (message-expand-group): Use it; make sure the Completions buffer
6941         is modifiable.
6943 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6945         * imap.el (imap-open): Handle case where buffer is a buffer object.
6947 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6949         * pgg-def.el:
6950         * pgg-gpg.el:
6951         * pgg-parse.el:
6952         * pgg-pgp.el:
6953         * pgg-pgp5.el:
6954         * pgg.el: Move to the parent lisp directory.
6956 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6958         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6959         user-mail-name is an empty string.
6961 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6963         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6964         depending on gnus-score-decay-constant.
6966         * encrypt.el (encrypt-insert-file-contents)
6967         (encrypt-write-file-contents): Don't use `gnus-message'.
6969         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6970         arguments.
6971         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6972         arguments to mm-uu-verbatim-marks-extract.
6973         (mm-uu-hide-markers): New variable.
6974         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6976         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6977         (gnus-convert-image-to-face-command): Use "convert" by default to
6978         allow other input image formats.
6979         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6980         accordingly.
6982 2005-10-23  Simon Josefsson  <jas@extundo.com>
6984         * imap.el (imap-gssapi-program): Align command line parameters
6985         with latest GNU SASL.
6986         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6988 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6991         HTML.
6992         (nnslashdot-request-article): Ditto.
6994 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6996         * mail-source.el (mail-source-fetch-pop): Require pop3.
6997         (mail-source-check-pop): Ditto.
6999 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7001         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7002         errors.
7004 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7006         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7007         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7009         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7011         * mm-bodies.el (mm-decode-string): Call
7012         `mm-charset-to-coding-system' with allow-override argument.
7014 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7016         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7017         (rfc2047-charset-to-coding-system): New function.
7018         (rfc2047-decode-encoded-words): New function.
7019         (rfc2047-decode-region): Use them.
7020         (rfc2047-decode-cte): Remove.
7021         (rfc2047-parse-and-decode): Remove.
7022         (rfc2047-decode): Remove.
7024 2005-10-15  Kenichi Handa  <handa@m17n.org>
7026         * rfc2047.el (rfc2047-decode-cte): New function.
7027         (rfc2047-decode-region): Change the way to decode successive
7028         encoded-words: decode B- or Q-encoding in each encoded-word,
7029         concatenate them, and decode it as charset.
7031 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7033         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7034         widget-move-and-invoke.
7035         (gnus-custom-mode): Use gnus-custom-map.
7037 2005-10-15  Bill Wohler  <wohler@newt.com>
7039         * message.el (message-tool-bar-map): Renamed image file from
7040         mail_send to mail/send.
7042 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7044         * message.el (message-expand-group): Pass the common
7045         prefix substring of completion to `display-completion-list'.
7047 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7049         * mml-sec.el (mml-secure-method): New internal variable.
7050         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7051         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7052         functions using mml-secure-method.
7054         * mml.el (mml-mode-map): Add key bindings for those functions.
7055         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7056         Harder <harder@myrealbox.com>.
7057         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7058         end of message if point is the headers of the message.
7060         * message.el (message-in-body-p): New function.
7062         * assistant.el: Autoload gnus-util and netrc.
7064         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7065         Use `mm-charset-override-alist' only when decoding.
7067         * mm-bodies.el (mm-decode-body): Call
7068         `mm-charset-to-coding-system' with allow-override argument.
7070         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7071         `filename' from Content-Disposition if Content-Type doesn't
7072         provide `name'.
7073         (gnus-mime-view-part-as-type): Set default instead of
7074         initial-input.
7076 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7078         * format-spec.el (format-spec): Propagate text properties of % spec.
7080 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7082         * gnus-art.el (gnus-treat-predicate): Add `first'.
7084 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7086         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7087         (mm-charset-override-alist): New variable.
7088         (mm-charset-to-coding-system): Use it.
7089         (mm-codepage-setup): New helper function.
7090         (mm-charset-eval-alist): New variable.
7091         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7092         about unknown charsets.
7094 2005-10-04  David Hansen  <david.hansen@gmx.net>
7096         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7097         (nnrss-check-group): Ditto.
7099 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7101         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7102         Rename x-gnus-verbatim to x-verbatim.
7103         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7105         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7106         x-verbatim.
7108         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7110         * gnus-util.el (gnus-remove-duplicates): Remove.
7112         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7113         instead of gnus-remove-duplicates.
7115         * message.el (message-remove-duplicates): Remove.
7116         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7117         message-remove-duplicates.
7119         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7120         available, else use implementation from `delete-dups'.
7122         * message.el (message-insert-expires): New function.
7123         (message-mode-map): Add key binding.
7124         (message-mode-field-menu): Add menu entry.
7125         (message-mode): Document it.
7126         (message-make-expires-date): Use `message-make-date'.
7128 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7130         * message.el (message-make-expires-date): New function.
7132 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7136 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7139         function rather than the diff-mode.el package.
7140         (mm-display-external): Use with-current-buffer.
7141         (mm-viewer-completion-map, mm-viewer-completion-map):
7142         Move initialization inside declaration.
7144 2005-09-29  Simon Josefsson  <jas@extundo.com>
7146         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7147         autoload mail-check-payment.
7148         (spam-check-hashcash): Define unconditionally, since hashcash.el
7149         is part of Gnus now.  Ignore errors from payment checking.
7151 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7153         * message.el (message-bold-region, message-unbold-region): Rename
7154         from `bold-region' and `unbold-region'.
7156         * message.el: Remove useless autoloads.
7158 2005-09-28  Simon Josefsson  <jas@extundo.com>
7160         * message.el (message-use-idna): Default to t.
7161         (message-use-idna): Test whether encoding works too.  Doc fix.
7163 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7165         * nntp.el (nntp-warn-about-losing-connection): Remove.
7167 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7169         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7170         customizable.  Change default value.
7171         (mm-uu-diff-groups-regexp): Change default value.
7172         (mm-uu-type-alist): Add doc string.
7173         (mm-uu-configure): Add doc string.  Make it interactive.
7174         (mm-uu-tex-groups-regexp): New variable.
7175         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7176         (mm-uu-type-alist): Add LaTeX documents.
7177         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7178         of "text/verbatim".
7179         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7181         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7182         instead of "text/verbatim".
7184         * message.el (message-mark-inserted-region)
7185         (message-mark-insert-file): Use slrn style marks when called with
7186         prefix argument.
7188 2005-09-27  Simon Josefsson  <jas@extundo.com>
7190         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7192 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7194         * message.el (message-remove-duplicates): New function.
7195         Implementation borrowed from `gnus-remove-duplicates'.
7196         (message-idna-to-ascii-rhs): Also encode idna addresses in
7197         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7198         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7199         only ask about the same idna domain once per header and also tell
7200         in what header to replace the idna domain.
7202         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7203         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7204         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7205         a header is decoded and not just the last one.
7207 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7209         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7210         has been decoded.
7212         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7213         (mm-insert-part): Don't modify text if it has been decoded.
7215         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7216         decoded.
7218         * mm-view.el (mm-inline-text): Don't strip text props unless
7219         decoding enriched or richtext parts.
7221 2005-09-25  Romain Francoise  <romain@orebokech.com>
7223         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7224         * gnus-start.el (gnus-subscribe-interactively):
7225         * gnus-uu.el (gnus-uu-grab-articles):
7226         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7227         space.
7229 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7231         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7232         * mm-view.el (mm-view-pkcs7-decrypt):
7233         * gnus-sum.el (gnus-summary-limit-to-extra)
7234         (gnus-summary-respool-article, gnus-read-move-group-name):
7235         * gnus-score.el (gnus-summary-increase-score):
7236         * gnus-util.el (gnus-completing-read-with-default):
7237         * gnus-art.el (gnus-read-save-file-name)
7238         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7239         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7240         * message.el (message-check-news-header-syntax):
7241         Follow convention for reading with the minibuffer.
7243 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7245         * spam-report.el (spam-report-url-ping-plain):
7246         Use gnus-extended-version as User-Agent.
7248         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7249         default value is nil.
7251         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7252         (mm-uu-verbatim-marks-extract): New function.
7253         (mm-uu-extract): New face.
7254         (mm-uu-copy-to-buffer): Use it.
7256         * spam-report.el (spam-report-gmane-ham): Renamed from
7257         `spam-report-gmane-unspam'.
7258         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7259         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7261         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7262         Autoload.
7263         (spam-report-gmane-unregister-routine): Renamed
7264         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7266 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7268         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7269         (spam-report-gmane-unregister-routine): Add support for gmane
7270         unregistration.
7272         * spam-report.el (spam-report-gmane-unspam)
7273         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7274         (spam-report-gmane): Change to take a single article and do unspam
7275         registration.
7277 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7279         * mm-url.el (mm-url-decode-entities): Fix regexp.
7281 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7284         default to nil, to be able to use Gnus at all.  If the default
7285         switches to something else, then the function should be fixed not
7286         be exceedingly slow.
7288 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7290         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7291         fail hard.
7293         * spam-report.el: Add better Keywords line.
7295         * spam.el: Add Maintainer and better Keywords line.
7297 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7299         * gnus-art.el (gnus-article-replace-part)
7300         (gnus-mime-replace-part): New functions.
7301         (gnus-mime-action-alist, gnus-mime-button-commands)
7302         (gnus-mime-save-part-and-strip): Added file argument.
7303         (gnus-article-part-wrapper): Added interactive argument.
7305         * gnus-sum.el (gnus-summary-mime-map): Add
7306         `gnus-article-replace-part'.
7308 2005-09-19  Didier Verna  <didier@xemacs.org>
7310         The nnml compaction feature:
7311         * nnml.el (nnml-request-compact-group): New function.
7312         * nnml.el (nnml-request-compact): New function.
7313         * gnus-int.el (gnus-request-compact-group): New function.
7314         * gnus-int.el (gnus-request-compact): New function.
7315         * gnus-group.el (gnus-group-compact-group): New function.
7316         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7317         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7318         * gnus-srvr.el (gnus-server-compact-server): New function.
7319         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7320         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7322 2005-09-18  Deepak Goel  <deego@gnufans.org>
7324         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7325         format spec.
7327 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7329         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7331 2005-09-15  Romain Francoise  <romain@orebokech.com>
7333         * message.el (message-fill-paragraph): Clarify docstring.
7335 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7337         * gnus-art.el (gnus-mime-display-part): Protect against broken
7338         MIME messages.
7340 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7342         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7343         before parsing header.
7345 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7347         * html2text.el (html2text-replace-list): Add new entities.
7349 2005-09-11  Romain Francoise  <romain@orebokech.com>
7351         * message.el (message-alternative-emails): Improve docstring.
7352         (message-setup-1): Call `message-use-alternative-email-as-from'
7353         after `message-setup-hook' to give it precedence over posting
7354         styles, etc.
7355         (message-use-alternative-email-as-from): Add docstring.  Remove
7356         the original From header if present.
7358         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7359         (nnml-save-mail): Use it.
7361         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7362         articles.  Add new argument `silent'.
7363         (gnus-uu-mark-all): Report the total number of marked articles.
7365 2005-09-10  Romain Francoise  <romain@orebokech.com>
7367         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7368         (gnus-uu-mark-series): Likewise.
7370 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7372         * spam-report.el (spam-report-gmane): Fix generation of spam
7373         report URL.
7375 2005-09-10  Simon Josefsson  <jas@extundo.com>
7377         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7378         t, based on discussion on the ding list with Robert Epprecht
7379         <epprecht@solnet.ch>.
7381 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7383         * spam-report.el (spam-report-gmane): Make it work without
7384         X-Report-Spam header.  Gmane now only provides Archived-At.
7385         This is only used if `spam-report-gmane-use-article-number' is nil.
7386         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7388         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7389         make `gnus-summary-sort-by-recipient' work with threading.
7391         * nnweb.el (nnweb-google-wash-article): Print a message if article
7392         is not available.
7394 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7396         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7397         change.  Decode text/* parts content before displaying.
7399 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7403 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7405         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7407 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7409         * message.el (message-tab-body-function): Fix mismatched custom type.
7411         * gnus.el (gnus-group-change-level-function): Ditto.
7413         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7415         * gnus-art.el (gnus-signature-limit)
7416         (gnus-article-mime-part-function): Ditto.
7418 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7420         * mml.el (mml-mode): Silence the byte compiler.
7422         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7423         using `(sit-for 0)' before moving the point to the specified part;
7424         skip unbuttonized parts.
7425         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7426         return to the summary window if gnus-auto-select-part is non-nil.
7428 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7430         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7431         variables.
7432         (mml-dnd-attach-file, mml-mode): Use them.
7434         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7435         Make fetching article by MID work again for Google Groups.  Added
7436         FIXME concerning gnus-group-make-web-group.
7438         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7439         Don't depend on Gnus by using mail-extract-address-components if
7440         gnus-extract-address-components is not bound.
7442 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444         * gnus-art.el (gnus-mime-display-security): Don't display the
7445         signature, but only the signed part.
7447 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7449         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7451         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7452         list, not listp.
7454 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7456         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7457         when encoding.
7459         * mm-bodies.el (mm-decode-content-transfer-encoding):
7460         De-canonicalize CRLF for all text content types, not just
7461         text/plain.
7463 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7465         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7466         valid article; point arrow and cursor at the MIME button.
7468 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7470         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7471         Suggested by Dan Christensen <jdc@uwo.ca>.
7473         * mm-decode.el (mm-save-part): Enable change of prompt.
7475 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7477         * gnus-msg.el (gnus-inews-add-send-actions): Made
7478         `message-post-method' lambda parameter ARG `&optional'.
7480 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7482         * gnus-sum.el (gnus-summary-mime-map): Added
7483         gnus-article-save-part-and-strip, gnus-article-delete-part and
7484         gnus-article-jump-to-part.
7486         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7487         (gnus-article-edit-part): Use it.
7488         (gnus-article-part-wrapper): Added no-handle argument.
7489         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7490         functions.
7492 2005-08-29  Romain Francoise  <romain@orebokech.com>
7494         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7495         docstring.
7496         (gnus-face-from-file): Likewise.
7498 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7500         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7501         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7502         non-nil.
7503         (gnus-auto-select-part): New variable.
7504         (gnus-article-jump-to-part): New function.
7505         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7506         (gnus-mime-delete-part): Allow selecting specified part after
7507         deleting or stripping parts.
7508         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7509         part if argument is bogus.
7511 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7513         * gnus-art.el (w3m-minor-mode-map):
7514         * gnus-spec.el (gnus-newsrc-file-version):
7515         * gnus-util.el (nnmail-active-file-coding-system)
7516         (gnus-original-article-buffer, gnus-user-agent):
7517         * gnus.el (gnus-ham-process-destinations)
7518         (gnus-parameter-ham-marks-alist)
7519         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7520         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7521         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7522         * mm-decode.el (gnus-current-window-configuration):
7523         * mm-extern.el (gnus-article-mime-handles):
7524         * mm-url.el (url-current-object, url-package-name)
7525         (url-package-version):
7526         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7527         (smime-keys, w3m-cid-retrieve-function-alist)
7528         (w3m-current-buffer, w3m-display-inline-images)
7529         (w3m-minor-mode-map):
7530         * mml-smime.el (gnus-extract-address-components):
7531         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7532         (gnus-newsrc-hashtb, message-default-charset)
7533         (message-deletable-headers, message-options)
7534         (message-posting-charset, message-required-mail-headers)
7535         (message-required-news-headers):
7536         * mml1991.el (mc-pgp-always-sign):
7537         * mml2015.el (mc-pgp-always-sign):
7538         * nnheader.el (nnmail-extra-headers):
7539         * rfc1843.el (gnus-decode-encoded-word-function)
7540         (gnus-decode-header-function, gnus-newsgroup-name):
7541         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7543 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7545         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7546         the end of the date treatments.
7548 2005-08-15  Simon Josefsson  <jas@extundo.com>
7550         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7551         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7552         Capello and Romain Francoise.
7553         (pgg-fetch-key-function): Removed, not used?
7554         (pgg-insert-url-with-w3): Require url, to get
7555         url-insert-file-contents regardless of where it is defined.
7557 2005-08-13  Romain Francoise  <romain@orebokech.com>
7559         * message.el (message-cite-original-1): New function.
7560         (message-cite-original): Use it.
7561         (message-cite-original-without-signature): Ditto.
7563 2005-08-08  Romain Francoise  <romain@orebokech.com>
7565         * message.el (message-yank-empty-prefix): New variable.
7566         (message-indent-citation): Use it.
7567         (message-cite-original-without-signature): Respect X-No-Archive.
7569 2005-08-08  Simon Josefsson  <jas@extundo.com>
7571         * pgg.el: Autoload url-insert-file-contents instead of loading
7572         w3/url.
7573         (pgg-insert-url-with-w3): Don't load url here.
7575 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7577         * message.el (message-kill-to-signature): Don't insert newline at
7578         bol.
7579         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7581 2005-08-06  Romain Francoise  <romain@orebokech.com>
7583         * message.el (message-user-fqdn): Fix typo in docstring.
7585 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7587         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7589         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7591 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * mm-bodies.el (mm-encode-body): Use coding system rather than
7594         charset to encode text.
7596         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7597         number of charsets if utf-8 is available (XEmacs).
7599 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7601         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7602         taken from `gnus-button-mid-or-mail-regexp'.
7603         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7604         (gnus-button-alist): Improve regexp for domain part of the MIDs
7605         for news:localpart@domain buttons.
7606         (gnus-button-ctan-directory-regexp): Update.
7608 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7610         * sieve-manage.el (sieve-manage-interactive-login): Use
7611         make-local-variable rather than make-variable-buffer-local.
7612         (sieve-manage-open): Ditto.
7613         (sieve-manage-authenticate): Ditto.
7615         * mml.el (mml-generate-mime-1): Make the content type default to
7616         text/plain if the filename is not specified.
7618 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7621         instead of insert-buffer.
7623         * message.el (message-yank-original): Ditto; set the mark at the
7624         end of the yanked message.
7626 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7629         lines to scroll rather than to stop it.
7631         * mml.el (mml-generate-default-type): Add doc string.
7632         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7633         default to application/octet-stream when determining the content
7634         type if it is not specified for the part or the mml contents; add
7635         a comment about mml-generate-default-type.
7637 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7639         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7640         make it default to application/octet-stream when determining the
7641         content type if it is not specified for the external contents.
7643 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7645         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7646         segmented parameter but also other parameters might be there.
7648 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7650         * mm-decode.el (mm-display-external): Delete temp file, directory
7651         and buffer immediately if the external process is exited.
7653 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7655         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7656         fewer lines than that of scroll-margin.
7657         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7659 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7661         * gnus-art.el (gnus-article-next-page): Revert.
7662         (gnus-article-beginning-of-window): New macro.
7663         (gnus-article-next-page-1): Use it.
7664         (gnus-article-prev-page): Ditto.
7665         (gnus-article-edit-part): Use insert-buffer-substring instead of
7666         insert-buffer.
7667         (gnus-article-edit-exit): Ditto.
7669         * gnus-util.el (gnus-beginning-of-window): Remove.
7670         (gnus-end-of-window): Remove.
7672 2005-07-25  Simon Josefsson  <jas@extundo.com>
7674         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7675         to have the url package without w3.  Reported by Daiki Ueno
7676         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7678 2005-07-20  Didier Verna  <didier@xemacs.org>
7680         * gnus-diary.el: Remove the description comment (nndiary is now
7681         properly documented in the Gnus manual).
7682         Fix the spelling of "Back End".
7683         * nndiary.el: Ditto.
7684         Fix the copyright notice.
7686 2005-07-18  Romain Francoise  <romain@orebokech.com>
7688         * gnus-sum.el (gnus-summary-to-prefix)
7689         (gnus-summary-newsgroup-prefix): New variables.
7690         (gnus-summary-from-or-to-or-newsgroups): Use them.
7692 2005-07-17  Romain Francoise  <romain@orebokech.com>
7694         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7695         space as it's generally not especially interesting to the user.
7697 2005-07-16  Romain Francoise  <romain@orebokech.com>
7699         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7700         nil to avoid prompting and file modification if one of the
7701         messages at the top of the nnfolder file contains a copyright
7702         notice.
7703         Update copyright notice.
7705         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7706         instead of `current-time-string' as the latter creates a time
7707         string that is not RFC 2822 compliant (it lacks the zone).
7708         Update copyright notice.
7710 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7713         for text/rtf.  Display default in prompt.  Pass default for M-n.
7715         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7717 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719         * gnus-msg.el (gnus-button-mailto): Remove
7720         save-selected-window-window hackery because it relies on
7721         save-selected-window internals.
7723 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7725         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7726         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7727         (gnus-article-prev-page): Ditto.
7729         * gnus-util.el (gnus-beginning-of-window): New function.
7730         (gnus-end-of-window): New function.
7732 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7734         * gnus-score.el (gnus-score-edit-all-score): Set
7735         gnus-score-edit-exit-function to gnus-score-edit-done and call
7736         gnus-message.
7738 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740         * gnus-msg.el (gnus-button-mailto): Remove
7741         save-selected-window-window hackery because it relies on
7742         save-selected-window internals.
7744 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7746         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7747         add-minor-mode.
7748         (gnus-binary-mode): Ditto.
7750         * gnus-topic.el (gnus-topic-mode): Ditto.
7752 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7754         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7755         (gnus-article-prev-page): Take scroll-margin into consideration.
7757 2005-07-04  Lute Kamstra  <lute@gnu.org>
7759         Update FSF's address in GPL notices.
7761 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7763         * gnus.el (gnus-exit):
7764         * gnus-group.el (gnus-group-icons):
7765         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7767         * gnus-nocem.el (gnus-nocem):
7768         * message.el (message-various, message-buffers, message-sending)
7769         (message-interface, message-forwarding, message-insertion)
7770         (message-headers, message-news, message-mail):
7771         * pgg-gpg.el (pgg-gpg):
7772         * pgg-parse.el (pgg-parse):
7773         * pgg-pgp.el (pgg-pgp):
7774         * pgg-pgp5.el (pgg-pgp5):
7775         * pop3.el (pop3): Finish `defgroup' description with period.
7777 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779         * gnus-art.el (article-display-face): Improve the efficiency.
7780         (article-display-x-face): Ditto; remove grey x-face stuff.
7782 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7784         * gnus-art.el (article-display-face): Correct the position in
7785         which Faces are inserted.
7787 2005-06-29  Didier Verna  <didier@xemacs.org>
7789         * gnus-art.el (article-display-face): Display faces in correct
7790         order.
7792 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7794         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7795         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7796         (gnus-nocem-check-article): Fetch the Type header.
7797         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7798         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7799         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7800         make sure gnus-nocem-hashtb is initialized.
7801         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7802         (gnus-nocem-unwanted-article-p): Ditto.
7804         * pgg.el (pgg-verify): Return the verification result.
7806 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7809         is ascii.
7811 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7813         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7814         `show-nonbreak-escape'.
7816 2005-06-23  Lute Kamstra  <lute@gnu.org>
7818         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7820         * dig.el (dig-mode):
7821         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7823 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7825         * nnimap.el (nnimap-split-download-body): Fix spellings.
7827 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7829         * gnus-art.el (gnus-article-encrypt-body):
7830         * gnus-cus.el (gnus-score-customize):
7831         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7832         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7834 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7836         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7837         header by looking for magic "MII" at the beginnig.
7839 2005-06-16  Miles Bader  <miles@gnu.org>
7841         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7842         (assistant-field-face): New backward-compatibility alias for renamed
7843         face.
7844         (assistant-render-text): Use renamed assistant-field face.
7846         * spam.el (spam): Remove "-face" suffix from face name.
7847         (spam-face): New backward-compatibility alias for renamed face.
7848         (spam-face, spam-initialize): Use renamed spam face.
7850         * message.el (message-header-to, message-header-cc)
7851         (message-header-subject, message-header-newsgroups)
7852         (message-header-other, message-header-name)
7853         (message-header-xheader, message-separator, message-cited-text)
7854         (message-mml): Remove "-face" suffix from face names.
7855         (message-header-to-face, message-header-cc-face)
7856         (message-header-subject-face, message-header-newsgroups-face)
7857         (message-header-other-face, message-header-name-face)
7858         (message-header-xheader-face, message-separator-face)
7859         (message-cited-text-face, message-mml-face):
7860         New backward-compatibility aliases for renamed faces.
7861         (message-font-lock-keywords): Use renamed message faces.
7863         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7864         (sieve-test-commands, sieve-tagged-arguments):
7865         Remove "-face" suffix from face names.
7866         (sieve-control-commands-face, sieve-action-commands-face)
7867         (sieve-test-commands-face, sieve-tagged-arguments-face):
7868         New backward-compatibility aliases for renamed faces.
7869         (sieve-control-commands-face, sieve-action-commands-face)
7870         (sieve-test-commands-face, sieve-tagged-arguments-face):
7871         Use renamed sieve faces.
7873         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7874         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7875         (gnus-group-news-3-empty, gnus-group-news-4)
7876         (gnus-group-news-4-empty, gnus-group-news-5)
7877         (gnus-group-news-5-empty, gnus-group-news-6)
7878         (gnus-group-news-6-empty, gnus-group-news-low)
7879         (gnus-group-news-low-empty, gnus-group-mail-1)
7880         (gnus-group-mail-1-empty, gnus-group-mail-2)
7881         (gnus-group-mail-2-empty, gnus-group-mail-3)
7882         (gnus-group-mail-3-empty, gnus-group-mail-low)
7883         (gnus-group-mail-low-empty, gnus-summary-selected)
7884         (gnus-summary-cancelled, gnus-summary-high-ticked)
7885         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7886         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7887         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7888         (gnus-summary-low-undownloaded)
7889         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7890         (gnus-summary-low-unread, gnus-summary-normal-unread)
7891         (gnus-summary-high-read, gnus-summary-low-read)
7892         (gnus-summary-normal-read, gnus-splash):
7893         Remove "-face" suffix from face names.
7894         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7895         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7896         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7897         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7898         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7899         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7900         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7901         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7902         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7903         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7904         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7905         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7906         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7907         (gnus-summary-normal-ticked-face)
7908         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7909         (gnus-summary-normal-ancient-face)
7910         (gnus-summary-high-undownloaded-face)
7911         (gnus-summary-low-undownloaded-face)
7912         (gnus-summary-normal-undownloaded-face)
7913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7916         (gnus-splash-face):
7917         New backward-compatibility aliases for renamed faces.
7918         (gnus-group-startup-message): Use renamed gnus faces.
7920         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7921         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7922         (gnus-server-agent): Remove "-face" suffix from face names.
7923         (gnus-server-agent-face, gnus-server-opened-face)
7924         (gnus-server-closed-face, gnus-server-denied-face)
7925         (gnus-server-offline-face):
7926         New backward-compatibility aliases for renamed faces.
7927         (gnus-server-agent-face, gnus-server-opened-face)
7928         (gnus-server-closed-face, gnus-server-denied-face)
7929         (gnus-server-offline-face): Use renamed gnus faces.
7931         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7932         Remove "-face" suffix from face names.
7933         (gnus-picon-xbm-face, gnus-picon-face):
7934         New backward-compatibility aliases for renamed faces.
7936         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7937         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7938         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7939         (gnus-cite-11): Remove "-face" suffix from face names.
7940         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7941         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7942         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7943         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7944         New backward-compatibility aliases for renamed faces.
7945         (gnus-cite-attribution-face, gnus-cite-face-list)
7946         (gnus-article-boring-faces): Use renamed gnus faces.
7948         * gnus-art.el (gnus-signature, gnus-header-from)
7949         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7950         (gnus-header-content): Remove "-face" suffix from face names.
7951         (gnus-signature-face, gnus-header-from-face)
7952         (gnus-header-subject-face, gnus-header-newsgroups-face)
7953         (gnus-header-name-face, gnus-header-content-face):
7954         New backward-compatibility aliases for renamed faces.
7955         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7957         * gnus-sum.el (gnus-summary-selected-face)
7958         (gnus-summary-highlight): Use renamed gnus faces.
7959         * gnus-group.el (gnus-group-highlight): Likewise.
7961 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7963         * gnus-sieve.el (gnus-sieve-article-add-rule):
7964         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7965         * spam-stat.el (spam-stat-buffer-change-to-spam)
7966         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7968         * message.el (message-is-yours-p):
7969         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7971 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7973         * mm-view.el (mm-inline-text): Withdraw the last change.
7975 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7977         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7978         executing enriched-decode.
7980 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7982         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7983         charset of tar files.
7985 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7987         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7989 2005-06-04  Lute Kamstra  <lute@gnu.org>
7991         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7992         information is never recorded.
7994 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7998 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8000         * pop3.el (pop3-apop): Run md5 in the binary mode.
8002         * starttls.el (starttls-set-process-query-on-exit-flag):
8003         Use eval-and-compile.
8005 2005-05-31  Simon Josefsson  <jas@extundo.com>
8007         * smime.el (smime-replace-in-string): Define.
8008         (smime-cert-by-ldap-1): Use it.
8010 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8012         * gnus-art.el (article-display-x-face): Replace
8013         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8015         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8016         set-process-query-on-exit-flag or process-kill-without-query.
8018         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8019         loop instead of replace-regexp.
8021         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8022         instead of process-kill-without-query if it is available.
8024         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8025         instead of find-file-hooks if it is available.
8027         * mml1991.el: Bind pgg-default-user-id when compiling.
8029         * mml2015.el: Bind pgg-default-user-id when compiling.
8031         * nndraft.el (nndraft-request-associate-buffer):
8032         Use write-contents-functions instead of write-contents-hooks if it is
8033         available.
8035         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8036         instead of find-file-hooks if it is available.
8038         * nntp.el (nntp-open-connection): Replace
8039         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8040         (nntp-open-ssl-stream): Ditto.
8041         (nntp-open-tls-stream): Ditto.
8043         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8044         set-process-query-on-exit-flag or process-kill-without-query.
8045         (starttls-open-stream-gnutls): Use it instead of
8046         process-kill-without-query.
8047         (starttls-open-stream): Ditto.
8049 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8051         * smime.el (smime-cert-by-ldap-1): Don't use
8052         replace-regexp-in-string.
8054 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8056         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8058         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8059         in PEM format.  Adjust to the XEmacs compability.
8061 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8063         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8064         by `string-to-number'.
8065         * gnus-agent.el (gnus-agent-regenerate-group)
8066         (gnus-agent-fetch-articles): Ditto.
8067         * gnus-art.el (gnus-button-fetch-group): Ditto.
8068         * gnus-cache.el (gnus-cache-generate-active)
8069         (gnus-cache-articles-in-group): Ditto.
8070         * gnus-group.el (gnus-group-set-current-level)
8071         (gnus-group-insert-group-line): Ditto.
8072         * gnus-score.el (gnus-score-set-expunge-below)
8073         (gnus-score-set-mark-below, gnus-summary-score-effect)
8074         (gnus-summary-score-entry): Ditto.
8075         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8076         (gnus-soup-pack): Ditto.
8077         * gnus-spec.el (gnus-xmas-format): Ditto.
8078         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8079         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8080         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8081         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8082         * nndb.el (nndb-get-remote-expire-response): Ditto.
8083         * nndiary.el (nndiary-parse-schedule-value)
8084         (nndiary-string-to-number, nndiary-request-replace-article)
8085         (nndiary-request-article): Ditto.
8086         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8087         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8088         * nneething.el (nneething-make-head): Ditto.
8089         * nnfolder.el (nnfolder-request-article)
8090         (nnfolder-retrieve-headers): Ditto.
8091         * nnheader.el (nnheader-file-to-number): Ditto.
8092         * nnkiboze.el (nnkiboze-request-article): Ditto.
8093         * nnmail.el (nnmail-process-unix-mail-format)
8094         (nnmail-process-babyl-mail-format): Ditto.
8095         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8096         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8097         (nnmh-request-create-group, nnmh-request-list-1)
8098         (nnmh-request-group, nnmh-request-article): Ditto.
8099         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8100         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8101         * nnsoup.el (nnsoup-make-active): Ditto.
8102         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8103         * nntp.el (nntp-find-group-and-number)
8104         (nntp-retrieve-headers-with-xover): Ditto.
8105         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8106         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8107         (pgg-format-key-identifier): Ditto.
8108         * pop3.el (pop3-last, pop3-stat): Ditto.
8109         * qp.el (quoted-printable-decode-region): Ditto.
8111         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8112         of concat.
8114 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8116         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8118         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8120         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8122         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8124         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8126         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8128         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8129         (gnus-carpal-mode): Ditto.
8131         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8132         (gnus-browse-mode): Ditto.
8134         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8136         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8138 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8140         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8142 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8144         * gnus-util.el (gnus-run-mode-hooks): New function.
8146         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8148 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8150         * gnus-agent.el (gnus-agent-make-mode-line-string):
8151         Use mode-line-highlight as mouse-face.
8153 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8155         * canlock.el (canlock): Change the parent group to news.
8157         * deuglify.el (gnus-outlook-deuglify): Add :group.
8159         * dig.el (dig): Add :group.
8161         * dns-mode.el (dns-mode): Add :group.
8163         * encrypt.el (encrypt): Add :group.
8165         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8166         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8167         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8168         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8169         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8171         * gnus-diary.el (gnus-diary): Add :group.
8173         * gnus.el (gnus-group-news-1-face): Add :group.
8174         (gnus-group-news-1-empty-face): Ditto.
8175         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8176         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8177         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8178         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8179         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8180         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8181         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8182         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8183         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8184         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8185         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8186         (gnus-summary-high-ticked-face): Ditto.
8187         (gnus-summary-low-ticked-face): Ditto.
8188         (gnus-summary-normal-ticked-face): Ditto.
8189         (gnus-summary-high-ancient-face): Ditto.
8190         (gnus-summary-low-ancient-face): Ditto.
8191         (gnus-summary-normal-ancient-face): Ditto.
8192         (gnus-summary-high-undownloaded-face): Ditto.
8193         (gnus-summary-low-undownloaded-face): Ditto.
8194         (gnus-summary-normal-undownloaded-face): Ditto.
8195         (gnus-summary-high-unread-face): Ditto.
8196         (gnus-summary-low-unread-face): Ditto.
8197         (gnus-summary-normal-unread-face): Ditto.
8198         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8199         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8201         * hashcash.el (hashcash): New custom group.
8202         (hashcash-default-payment): Add :group.
8203         (hashcash-payment-alist): Ditto.
8204         (hashcash-default-accept-payment): Ditto.
8205         (hashcash-accept-resources): Ditto.
8206         (hashcash-path): Ditto.
8207         (hashcash-extra-generate-parameters): Ditto.
8208         (hashcash-double-spend-database): Ditto.
8209         (hashcash-in-news): Ditto.
8211         * message.el (message-minibuffer-local-map): Add :group.
8213         * netrc.el (netrc): Add :group.
8215         * sieve-manage.el (sieve-manage-log): Add :group.
8216         (sieve-manage-default-user): Diito.
8217         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8218         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8219         (sieve-manage-authenticators): Ditto.
8220         (sieve-manage-authenticator-alist): Ditto.
8221         (sieve-manage-default-port): Ditto.
8223         * sieve-mode.el (sieve-control-commands-face): Add :group.
8224         (sieve-action-commands-face): Ditto.
8225         (sieve-test-commands-face): Ditto.
8226         (sieve-tagged-arguments-face): Ditto.
8228         * smime.el (smime): Add :group.
8230         * spam-report.el (spam-report): Add :group.
8232         * spam.el (spam, spam-face): Add :group.
8234 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8237         return \n.\n.\n at the end of articles.  Protect against that.
8238         (nntp-with-open-group): Allow debugging.
8240         * nnheader.el (mail-header-set-extra): Make into a function
8241         because I just could't understand how to quote the list properly.
8243         * dns.el (query-dns-cached): New function.
8245 2005-05-26  Lute Kamstra  <lute@gnu.org>
8247         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8249 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8251         * gnus-art.el: Don't autoload mail-extract-address-components.
8253         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8254         eval-and-compile to evaluate it.
8256         * hashcash.el: Don't autoload executable-find.
8258         * nndb.el: Don't declare the nndb back end two or more times; don't
8259         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8261         * nntp.el: Autoload format-spec instead of format; use
8262         eval-and-compile to evaluate autoload forms.
8264 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8266         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8268 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270         * gnus.el (gnus-version-number): Bump version.
8272 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8274         * gnus.el: No Gnus v0.3 is released.
8276 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8278         * gnus-art.el (gnus-article-edit-part): Disable undo.
8280 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8282         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8283         gnus-article-date-lapsed-new-header is t if date timer is active;
8284         skip headers in which the original date value is empty.
8285         (gnus-article-save-original-date): Redefine it as a macro.
8286         (gnus-display-mime): Use it.
8288 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8290         * gnus-art.el (article-date-ut): Support converting date in
8291         forwarded parts as well.
8292         (gnus-article-save-original-date): New function.
8293         (gnus-display-mime): Use it.
8295 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8297         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8298         enclosure element of <item>.
8300 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8302         * message.el (message-kill-buffer-query): Renamed from
8303         `message-kill-buffer-query-if-modified'.  Added :version.
8305 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8307         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8308         window layout.
8310 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8312         * mml.el: Autoload dnd when compiling.
8314 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8316         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8317         x-dnd-*.
8319 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8321         * qp.el (quoted-printable-encode-region): Save excursion.
8323 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8325         * message.el (message-kill-buffer-query-if-modified): Add new variable
8326         so the user can kill a modified message buffer quickly.
8327         (message-kill-buffer): Use it.
8329 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8331         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8332         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8334 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8336         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8337         contained in text because xml.el decodes entities) with LFs.
8339 2005-04-11  Lute Kamstra  <lute@gnu.org>
8341         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8342         differently.
8344 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8346         * mm-util.el (mm-detect-coding-region): Typo.
8348 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8350         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8352 2005-04-06  Deepak Goel  <deego@gnufans.org>
8354         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8355         user-function allow user modifications of the scores.
8356         (spam-stat-score-buffer-user): New function, to allow
8357         user-computed modifications to the score.
8358         (spam-stat-score-buffer-user-functions): List of additional
8359         scoring functions.
8360         (spam-stat-error-holder): Global temporary error holder.
8361         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8362         variable.
8364 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8366         * gnus-registry.el (gnus-registry-clean-empty-function)
8367         (gnus-registry-trim, gnus-registry-fetch-groups)
8368         (gnus-registry-delete-group): Groups that match
8369         `gnus-registry-ignored-groups' are removed from the registry
8370         entries, not just ignored for splitting.  This helps clean up the
8371         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8372         to get all the groups a message ID is in.
8374         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8375         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8376         (spam-stat-score-buffer-user-functions): Add :number custom type.
8378 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8380         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8381         argument in XEmacs.
8383         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8384         (nnrss-request-group): Decode group name first.
8385         (nnrss-request-article): Make a text/plain article if mml-to-mime
8386         failed.
8387         (nnrss-get-encoding): Return a compatible encoding according to
8388         nnrss-compatible-encoding-alist.
8389         (nnrss-find-el): Use consp instead of listp.
8390         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8392 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8394         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8395         which Emacs 20 doesn't support.
8396         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8398 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8400         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8401         silence the byte compiler inside the defun.
8403         * gnus-demon.el (parse-time-string): Add autoload.
8405         * gnus-delay.el (parse-time-string): Add autoload.
8407         * gnus-art.el (parse-time-string): Add autoload.
8409         * nnultimate.el (parse-time): Require for `parse-time-string'.
8411 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8413         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8415         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8417         * smime.el (smime-ldap-host-list): Add :version.
8419 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8421         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8422         pass it to `gnus-browse-read-group'.
8423         (gnus-browse-read-group): Add NUMBER argument and pass it to
8424         `gnus-group-read-ephemeral-group'.
8426         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8427         argument and pass it to `gnus-group-read-group'.
8429 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8431         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8432         mm-xemacs-find-mime-charset-1 if we have the mule feature
8433         available at runtime.
8435 2005-03-25  Werner Lemberg  <wl@gnu.org>
8437         * nnmaildir.el: Replace `illegal' with `invalid'.
8439 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8441         * gnus-start.el (gnus-display-time-event-handler):
8442         Check display-time-timer at runtime rather than only at load time
8443         in case display-time-mode is turned off in the mean time.
8445 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8447         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8448         used.
8450         * nneething.el (nneething-map-file-directory): Derive from
8451         `gnus-directory'.
8453         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8454         the To/Cc button.
8456 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8458         * nnmaildir.el (nnmaildir-request-accept-article):
8459         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8461 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8463         * gnus-async.el: Require timer-funcs at compile time when in
8464         XEmacs for `run-with-idle-timer'.
8466 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8468         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8469         autoloaded function.
8471 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8475 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8477         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8479 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8482         gnus-expert-user to default.
8484 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8486         * nnimap.el (nnimap-open-server): Ditto.
8488         * imap.el (imap-authenticate): Fix typo.
8490 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8492         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8493         buffer (since IMAP server might return FETCH response out of
8494         order, and the nntp buffer must be sorted).
8496 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8498         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8499         comparison on string.
8501         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8502         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8503         (gnus-agent-summary-fetch-series): Modified to protect against
8504         gnus-agent-summary-fetch-group clearing processable flags.
8505         (gnus-agent-synchronize-group-flags): Update live group buffer as
8506         synchronization may occur due to the user toggle the plugged
8507         status.
8508         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8509         successfully downloaded.
8510         (gnus-agent-expire-group-1): Avoid using markers when the overview
8511         is in ascending order; greatly improves performance.
8512         (gnus-agent-regenerate-group): Use
8513         gnus-agent-synchronize-group-flags to reset read status in both
8514         gnus and server.
8515         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8517 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8519         * message.el: Don't autoload former message-utils variables.
8520         (message-strip-subject-trailing-was): Change doc string.
8522         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8523         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8524         (nnweb-google-search): Add "hl=en" here.
8525         (nnweb-google-parse-1, nnweb-google-create-mapping):
8526         Don't hardcode URL.
8528 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8530         * message.el (message-get-reply-headers, message-followup):
8531         Mention related variables `message-use-followup-to' and
8532         `message-use-mail-followup-to', in the information buffer.
8534         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8535         of broken groups(-beta).google.com.
8537 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8539         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8540         parameter to invoked gnus-request-move-article; remove the
8541         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8542         all at once instead of once per article.
8543         (gnus-summary-remove-process-mark): Accept a list of articles as
8544         well as a single article for processing.
8546         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8547         parameter.
8549         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8551         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8553         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8554         parameter.
8556         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8557         parameter.
8559         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8560         parameter and remove the gnus-sum-hint-move-is-internal variable.
8562         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8563         parameter.
8565         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8566         parameter.
8568         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8569         parameter.
8571         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8573         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8574         parameter.
8576         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8577         parameter.
8579 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8581         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8582         a more conservative way.
8584 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8586         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8587         buffer, so it moves the window's cursor.
8589 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8591         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8592         `mm-dissect-multipart' and receive the from field as an (optional)
8593         argument from `mm-dissect-multipart'.
8594         (mm-dissect-multipart): Receive the from field as an argument and
8595         pass it on when we call `mm-dissect-buffer' on MIME parts.
8596         Fixes verification/decryption of signed/encrypted MIME parts.
8598 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8600         * gnus-sum.el (gnus-summary-move-article): Set
8601         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8602         whatever it calls (right now, only nnimap-request-move article
8603         respects it).
8605         * nnimap.el (nnimap-request-move-article): When
8606         gnus-sum-hint-move-is-internal is set, don't do the extra
8607         nnimap-request-article.
8609 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8611         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8613         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8614         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8616         * gnus-sum.el (gnus-summary-caesar-message):
8617         Apply `gnus-treat-article' after rotation.
8619         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8620         doc string.
8622 2005-02-22  Simon Josefsson  <jas@extundo.com>
8624         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8625         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8626         <arne@arnested.dk>.
8627         (encrypt): Add password-cache and password-cache-expiry as group
8628         members.
8630 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8632         * smime.el (smime-ldap-host-list): Doc fix.
8633         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8634         cache) password.
8635         (smime-sign-region): Use it.
8636         (smime-decrypt-region): Use it.
8637         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8638         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8639         fails.
8640         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8641         certificate from DER to PEM format rather than calling openssl.
8643         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8645         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8646         for signing/encryption.
8648         * mml.el (mml-parse-1): Use them.
8650 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8652         * nnrss.el (nnrss-verbose): Removed.
8653         (nnrss-request-group): Use `nnheader-message' instead.
8655 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8657         * nnrss.el (nnrss-verbose): New variable.
8658         (nnrss-request-group): Make it say nnrss is requesting a group.
8660 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8662         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8663         Handle news URL with given port correctly.
8665 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8667         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8668         containing special characters.
8670         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8672         * mml.el (mime-to-mml): Ditto.
8674         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8675         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8676         (rfc2047-decode-region): Quote decoded words containing special
8677         characters when rfc2047-quote-decoded-words-containing-tspecials
8678         is non-nil.
8680 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8682         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8684         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8686 2005-02-15  Simon Josefsson  <jas@extundo.com>
8688         * nnimap.el (nnimap-debug): Doc fix.
8690         * imap.el (imap-debug): Doc fix.
8692 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8694         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8696 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8698         * gnus.el (spam-contents): Improve docs for spam-contents
8699         parameter in its variable incarnation.
8701 2005-02-14  Simon Josefsson  <jas@extundo.com>
8703         * smime-ldap.el: Use require instead of load-library for ldap.
8704         (smime-ldap-search): Indent.
8705         (smime-ldap-search-internal): Shorten line.
8707         * smime.el (smime-cert-by-dns): Add doc-string.
8708         (smime-cert-by-ldap-1): Indent.
8710         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8711         mml-smime-get-dns-ldap.
8712         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8714 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8716         * smime.el: Require smime-ldap.
8717         (smime-ldap-host-list): New variable.
8718         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8720         * mml-smime.el (mml-smime-encrypt-query): New function.
8721         (mml-smime-encrypt-query): Use it.
8723         * smime-ldap.el: New file.
8725 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8727         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8729 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8731         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8732         argument in doc string.  Make query for type more clear.
8734 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8736         * gnus.el (gnus-group-startup-message): Search for gnus images in
8737         etc/images/gnus.
8738         * mm-util.el (mm-image-load-path): Likewise.
8739         * smiley.el (smiley-data-directory): Search for smilies in
8740         etc/images/smilies.
8742 2005-02-09  Kim F. Storm  <storm@cua.dk>
8744         Change Emacs release version from 21.4 to 22.1 throughout.
8745         Change Emacs development version from 21.3.50 to 22.0.50.
8747 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8749         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8751         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8752         non-Mule XEmacs as well.
8753         (mm-decompress-buffer): Signal an error intentionally if it does
8754         not decompress compressed data because auto-compression-mode is
8755         disabled.
8757 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8759         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8760         an ID in the registry even if it has no groups.
8762 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8764         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8765         merge it into mm-decompress-buffer.
8766         (gnus-mime-copy-part): Use the MIME part charset, the value which
8767         a user specified or gnus-newsgroup-charset for decoding, like
8768         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8769         save-buffer what was used.  Suggested by Kevin Ryde
8770         <user42@zip.com.au>.
8771         (gnus-mime-inline-part): Allow the name parameter as well as the
8772         filename parameter; force decompressing of compressed data; always
8773         display contents being not decoded as unibyte.
8775         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8776         as well as the filename parameter.
8778         * mm-util.el (mm-decompress-buffer): Merge
8779         gnus-mime-jka-compr-maybe-uncompress.
8780         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8781         of compressed data.
8783 2005-02-08  Simon Josefsson  <jas@extundo.com>
8785         * imap.el (imap-log): Doc fix.
8787 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8789         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8790         the coding cookies; decompress compressed parts.
8792         * mml.el (mml-generate-mime-1): Add the charset parameter according
8793         to the value which a user specified manually or the coding cookie.
8795         * mm-util.el (mm-string-to-multibyte): New function.
8796         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8797         (mm-coding-system-to-mime-charset): New function.
8798         (mm-decompress-buffer): New function.
8799         (mm-find-buffer-file-coding-system): New function.
8801         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8802         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8803         parts.
8805 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8807         * mm-view.el (mm-display-inline-fontify): Decode a part according
8808         to the charset parameter.
8810 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8812         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8813         prefix arg is neither nil nor a number, as info specifies.
8815 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8817         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8818         timestamps.
8820 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8822         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8823         groups error checking and notify user.
8825 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8827         * message.el (message-send-mail-function): Check existence of
8828         sendmail-program first before using default value
8829         `message-send-mail-with-sendmail'.  Otherwise use more generic
8830         `smtpmail-send-it'.
8832 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8834         * nntp.el (nntp-request-update-info): Always return nil.
8836 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8840 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * message.el (message-beginning-of-line): Change the behavior when
8843         invoked between BOL and : so that it first moves backward.
8845 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8847         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8848         article buffer when editing of the article is discarded.
8849         (gnus-article-prepare): Revert.
8851 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8853         * gnus-art.el (gnus-article-prepare):
8854         Remove message-strip-forbidden-properties from the local hook.
8856 2005-01-27  Simon Josefsson  <jas@extundo.com>
8858         * password.el (password-cache-add): Only start one timer per key.
8859         Reported by Derek Atkins <warlord@MIT.EDU>.
8861 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8863         * run-at-time.el: Removed.  It is no longer needed as
8864         timer-funcs.el in the xemacs-base package has a working version of
8865         `run-at-time'.
8867         * password.el: Require timer-funcs instead of run-at-time in
8868         XEmacs.
8869         Remove `password-run-at-time' macro.
8870         (password-cache-add): Use `run-at-time' instead of
8871         `password-run-at-time'.
8873         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8874         for `run-with-idle-timer'.
8876         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8877         for `run-at-time'.
8879         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8880         for `with-timeout'.
8882 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8884         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8885         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8887 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8889         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8890         sensitively.
8892 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8894         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8896 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8898         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8899         which will be inserted according to the multibyteness of a buffer
8900         rather than the type of contents.  Suggested by ARISAWA Akihiro
8901         <ari@mbf.ocn.ne.jp>.
8903         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8904         of string which old xml.el may return rather than a string.
8906 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8908         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8910 2005-01-16  Simon Josefsson  <jas@extundo.com>
8912         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8913         idn/idna.el isn't available.
8914         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8915         <michael@waxrat.com>.
8917         * hashcash.el: Remove non-FSF copyright header.
8919         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8920         (hashcash-generate-payment): Use it.
8921         (hashcash-generate-payment-async): Use it.
8923 2005-01-15  Simon Josefsson  <jas@extundo.com>
8925         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8926         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8928         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8929         gnus-summary-idna-message.
8930         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8931         (gnus-summary-idna-message): New function.
8933 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8935         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8936         gnus-novice-user.
8938 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8940         * nnrss.el (nnrss-request-delete-group): Delete entries in
8941         nnrss-group-alist as well.
8942         (nnrss-save-server-data): Insert newline.
8944 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8946         * gnus.el (gnus-user-agent): Use list of symbols instead of
8947         symbols.  Display full version number for (S)XEmacs.  Optionally
8948         display (S)XEmacs codename.
8950         * gnus-util.el (gnus-emacs-version): Update for new
8951         `gnus-user-agent'.
8953         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8954         Gnus version.
8956 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8958         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8959         which is unreadable in some setups.
8961 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8963         * gnus-spec.el (gnus-update-format-specifications): Flush the
8964         group format spec cache if it doesn't support decoded group names.
8966 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8968         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8969         Allow to apply decay on score files matching a regexp.
8971 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8973         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8974         compatibility in %g and %c.
8976 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8978         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8979         name for only %g and %c.
8980         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8981         of gnus-tmp-group to decoded group name.
8982         (gnus-group-make-rss-group): Exclude `/'s from group names.
8984 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * nnrss.el (nnrss-get-encoding): Fix regexp.
8988 2004-12-27  Simon Josefsson  <jas@extundo.com>
8990         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8991         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8992         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8994 2004-12-17  Kim F. Storm  <storm@cua.dk>
8996         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8998         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9000 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9002         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9004 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9006         * nnrss.el: Require rfc2047 and mml.
9007         (nnrss-file-coding-system): New variable.
9008         (nnrss-format-string): Redefine it as an inline function.
9009         (nnrss-decode-group-name): New function.
9010         (nnrss-string-as-multibyte): Remove.
9011         (nnrss-retrieve-headers): Decode group name; don't use
9012         nnrss-format-string.
9013         (nnrss-request-group): Decode group name.
9014         (nnrss-request-article): Decode group name; allow a Message-ID as
9015         well as an article number; don't use nnrss-format-string; encode a
9016         Message-ID string which may contain non-ASCII characters; use
9017         mml-to-mime to compose a MIME article.
9018         (nnrss-request-expire-articles): Decode group name.
9019         (nnrss-request-delete-group): Decode group name.
9020         (nnrss-fetch): Clarify error message.
9021         (nnrss-read-server-data): Use insert-file-contents instead of load;
9022         bind file-name-coding-system; use multibyte buffer.
9023         (nnrss-save-server-data): Bind coding-system-for-write to the
9024         value of nnrss-file-coding-system; bind file-name-coding-system;
9025         add coding cookie.
9026         (nnrss-read-group-data): Use insert-file-contents instead of load;
9027         bind file-name-coding-system; use multibyte buffer.
9028         (nnrss-save-group-data): Bind coding-system-for-write to the
9029         value of nnrss-file-coding-system; bind file-name-coding-system.
9030         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9031         make it work with non-ASCII text.
9032         (nnrss-find-el): Make it work with old xml.el as well.
9034 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9036         * nnrss.el (nnrss-get-encoding): New function.
9037         (nnrss-fetch): Use unibyte buffer initially; bind
9038         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9039         decode contents according to the encoding attribute.
9040         (nnrss-save-group-data): Add coding cookie.
9041         (nnrss-mime-encode-string): New function.
9042         (nnrss-check-group): Use it to encode subject and author.
9044 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9046         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9047         imaginary variable.
9049 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9051         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9052         correctly even if there are wide characters.
9054 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9056         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9057         downcased symbol names; make a new cache instead of reusing
9058         bbdb-hashtable.
9060 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9062         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9063         concatenating segments rather than before concatenating them.
9064         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9066         * message.el (message-get-reply-headers): Bind `extra'.
9068 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070         * message.el (message-extra-wide-headers): New variable.
9071         (message-get-reply-headers): Use it.
9073 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9075         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9076         (gnus-agent-group-pathname): Ditto.
9078         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9080         * gnus-group.el (gnus-group-make-group): Decode group name.
9081         (gnus-group-make-rss-group): Register the group data after opening
9082         the nnrss group.
9084 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9086         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9087         by expiry now get marked as read.
9089 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9093 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9095         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9096         unify Latin characters in XEmacs.
9097         (mm-find-mime-charset-region): Use it.
9099 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * gnus-util.el (gnus-delete-directory): New function.
9103         * gnus-agent.el (gnus-agent-delete-group): Use it.
9105         * gnus-cache.el (gnus-cache-delete-group): Use it.
9107 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9109         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9110         names.
9112 2004-12-16  Simon Josefsson  <jas@extundo.com>
9114         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9116 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9120         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9121         (gnus-group-set-current-level): Decode group name.
9123 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9125         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9126         failed.
9128 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9130         * gnus-group.el (gnus-group-delete-group): Decode group name.
9131         (gnus-group-make-rss-group): Encode group name.
9132         (gnus-group-catchup-current): Decode group name.
9133         (gnus-group-kill-group): Decode group name.
9135 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9139 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9141         * gnus-group.el (gnus-group-make-rss-group):
9142         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9144         * gnus-start.el (gnus-setup-news): Honor user's setting to
9145         gnus-message-archive-method.  Suggested by Lute Kamstra
9146         <lute@gnu.org>.
9148 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9150         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9151         global counterparts of the buffer-local variables.
9153 2004-11-16  Romain Francoise  <romain@orebokech.com>
9155         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9156         counterparts of the buffer-local variables.
9158 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9160         * message.el (message-forbidden-properties): Fixed typo in doc
9161         string.
9163 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9165         * gnus-util.el (gnus-replace-in-string): Added doc string.
9167         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9168         to avoid problems when splitting mails with many recipients.
9170 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9173         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9175 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9177         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9178         if there is no hashtable in memory or file modification time is
9179         newer than cached timestamp.
9181 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9183         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9184         not-matching option.
9186 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9188         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9189         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9190         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9191         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9192         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9193         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9195 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * message.el (message-forward-make-body-mml): Remove headers
9198         according to message-forward-ignored-headers if a message is decoded.
9200 2004-12-02  Romain Francoise  <romain@orebokech.com>
9202         * message.el (message-forward-make-body-plain): Always remove
9203         headers according to message-forward-ignored-headers.
9205 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9207         * spam.el (spam-summary-prepare-exit): Remove the
9208         gnus-summary-limit pop for now, it has problems with ham marks for
9209         me.
9211 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9213         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9214         correctly.
9216 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9218         * format-spec.el (format-spec): Message the char.
9220 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9222         * gnus-art.el (gnus-split-methods): Reformat comments.
9224         * spam.el (spam-summary-prepare-exit): Remove article limits
9225         before exiting the summary buffer.
9227 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9229         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9230         order to silence the byte compiler.
9232         * spam.el: Fix the way to silence the byte compiler, which
9233         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9234         bbdb-search-simple, spam-BBDB-register-routine,
9235         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9236         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9237         spam-stat-buffer-is-spam, spam-stat-load,
9238         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9239         spam-stat-save and spam-stat-split-fancy.
9241 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9243         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9244         which may confuse users.
9245         (canlock-password-for-verify): Ditto.
9247         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9249         * gnus-art.el (gnus-emphasis-alist): Ditto.
9251         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9253         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9255         * gnus-start.el (gnus-save-killed-list): Ditto.
9257         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9258         (gnus-sum-thread-tree-root): Ditto.
9259         (gnus-sum-thread-tree-false-root): Ditto.
9260         (gnus-sum-thread-tree-single-indent): Ditto.
9262         * message.el (message-courtesy-message): Ditto.
9263         (message-archive-note): Ditto.
9264         (message-subscribed-address-file): Ditto.
9265         (message-user-fqdn): Ditto.
9267         * spam-report.el (spam-report-gmane-regex): Ditto.
9269         * spam.el (spam-blackhole-good-server-regex): Ditto.
9271 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9273         * mml.el (mml-preview): Widen the message buffer before copying
9274         the contents to the preview buffer; sort headers before previewing.
9276         * message.el (message-hidden-headers): Fix the way to avoid a bug
9277         in the `repeat' widget in Emacs 21.3 or earlier.
9279 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9281         * message.el (message-hidden-headers): Default to "^References:".
9282         Improve customization type.  Suggested by Reiner Steib
9283         <Reiner.Steib@gmx.de>.
9285 2004-11-25  Romain Francoise  <romain@orebokech.com>
9287         * message.el (message-strip-forbidden-properties): Remove check for
9288         obsolete `message-hidden' text property, hidden headers are not
9289         accessible in the buffer anymore.
9291 2004-11-22  Romain Francoise  <romain@orebokech.com>
9293         * message.el (message-header-format-alist): Add `From' in list
9294         so that it can be sorted.
9295         (message-fix-before-sending): Widen and sort headers before
9296         sending.
9297         (message-hide-headers): Use narrowing to hide headers by moving
9298         them to the top of the buffer and narrowing to the region
9299         underneath.
9301 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303         * message.el (message-strip-forbidden-properties): Bind
9304         buffer-read-only (etc) to nil.
9306 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9308         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9309         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9311 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9313         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9315 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317         * dns.el (query-dns): Use sit-for to time instead of
9318         accept-process-output, since that doesn't seem to work on udp
9319         sockets.
9321 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9323         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9325 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9327         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9328         doc string.  Improve doc string.
9330 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9332         * nntp.el (nntp-request-update-info): Return nil if
9333         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9334         may not call gnus-activate-group which uselessly issues the GROUP
9335         commands for all nntp groups and wastes time.  Reported by Romain
9336         Francoise <romain@orebokech.com>.
9338         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9340 2004-11-15  Simon Josefsson  <jas@extundo.com>
9342         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9343         headers separately.
9344         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9345         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9347 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9349         * gnus-start.el (gnus-convert-old-newsrc):
9350         Assign legacy-gnus-agent to 5.10.7.
9352 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9355         start of the lines.
9357 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9359         * hashcash.el (hashcash-default-payment): Change default to 20
9360         (hashcash-default-accept-payment): Change default to 20
9361         (hashcash-process-alist): New variable
9362         (hashcash-generate-payment-async): Add
9363         (hashcash-already-paid-p): Add
9364         (hashcash-insert-payment): Don't generate payments twice
9365         (hashcash-insert-payment-async): Add
9366         (hashcash-insert-payment-async-2): Add
9367         (hashcash-cancel-async): Add
9368         (hashcash-wait-async): Add
9369         (hashcash-processes-running-p): Add
9370         (hashcash-wait-or-cancel): Add
9371         (mail-add-payment): New optional argument.  Conditionally start
9372         asynchronous calculation.
9373         (mail-add-payment-async): Add
9375         * message.el (message-send-mail): Wait for asynchronous hashcash
9376         results.  Don't clobber existing X-Hashcash headers.
9377         (message-setup-1): Call mail-add-payment-async when
9378         message-generate-hashcash is non-nil.
9380 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9382         * message.el (message-use-alternative-email-as-from): Examine the
9383         From header as well; use message-make-from in order to include a
9384         user's full name.
9386 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9388         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9389         default; improve customization type.
9390         (gnus-emphasis-custom-with-format): New macro.
9391         (gnus-emphasis-custom-value-to-external): New function.
9392         (gnus-emphasis-custom-value-to-internal): New function.
9394 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396         * dns.el (query-dns): Resolve reverse addresses.
9398 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400         * gnus-group.el (gnus-group-get-new-news): Use it.
9402         * gnus-start.el (gnus-check-reasonable-setup): New function.
9404 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9406         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9407         "Args out of range" error.  Reported by Arnaud Giersch
9408         <arnaud.giersch@free.fr>.
9410 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9412         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9414 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9416         * spam.el (spam group): Add :version.
9418         * pgg-def.el (pgg group): Add :version.
9420 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9422         * gnus-art.el (gnus-article-edit-article): Don't associate the
9423         article buffer with a draft file.  This is a temporary measure
9424         against the 2004-08-22 change to gnus-article-edit-mode.
9426 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9428         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9429         (html2text-format-tags): Remove unused variable `attr'.
9431 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9433         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9435         * spam-stat.el (spam-stat): Add :version.
9437         * sieve.el (sieve): Add :version.
9439         * sha1.el (sha1): Add :version.
9440         (sha1-use-external): Remove redundant version.
9442         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9443         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9444         (nnmail-split-fancy-match-partial-words)
9445         (nnmail-split-lowercase-expanded): Add :version.
9447         * nndiary.el (nndiary): Add :version.
9449         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9451         * mml-sec.el (mml-default-sign-method)
9452         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9453         Add :version.
9455         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9457         * mm-url.el (mm-url-use-external, mm-url-program)
9458         (mm-url-arguments): Add :version.
9460         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9461         (mm-attachment-file-modes, mm-decrypt-option)
9462         (mm-w3m-safe-url-regexp): Add :version.
9464         * message.el (message-cite-prefix-regexp)
9465         (message-sendmail-envelope-from, message-minibuffer-local-map)
9466         (message-user-fqdn, message-completion-alist): Add :version.
9468         * gnus-win.el (gnus-configure-windows-hook)
9469         (gnus-use-frames-on-any-display): Add :version.
9471         * gnus-art.el (gnus-article-address-banner-alist)
9472         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9473         (gnus-treat-from-picon, gnus-treat-mail-picon)
9474         (gnus-treat-x-pgp-sig): Add :version.
9476         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9477         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9478         (gnus-summary-article-delete-hook)
9479         (gnus-summary-display-while-building): Add :version.
9481         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9482         (gnus-get-top-new-news-hook): Add :version.
9484         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9485         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9487         * gnus-registry.el (gnus-registry): Add :version.
9489         * gnus-spec.el (gnus-use-correct-string-widths)
9490         (gnus-make-format-preserve-properties): Add :version.
9492         * gnus.el (gnus-group-charter-alist)
9493         (gnus-group-fetch-control-use-browse-url)
9494         (gnus-install-group-spam-parameters): Add :version.
9496         * gnus-diary.el (gnus-diary): Add :version.
9498         * gnus-delay.el (gnus-delay): Add :version.
9500         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9501         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9502         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9503         Add :version.
9505         * gnus-agent.el (gnus-agent-max-fetch-size)
9506         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9507         (gnus-agent-prompt-send-queue): Add :version.
9509         * deuglify.el (gnus-outlook-deuglify): Add :version.
9511         * html2text.el: Beautify code.  Improve doc strings.  Some
9512         checkdoc cleanup.
9513         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9515 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9517         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9519 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9521         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9522         when package is loaded.
9524         * spam.el (spam-summary-score-preferred-header): Add global preference
9525         for people who want to override the default SpamAssassin over
9526         Bogofilter preference (when both are set).
9527         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9528         (spam-user-format-function-S): Check
9529         spam-summary-score-preferred-header.
9530         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9531         (spam-user-format-function-S): Format the score correctly.
9533 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9535         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9536         signature file.  Suggested by Manoj Srivastava
9537         <srivasta@golden-gryphon.com>.
9539         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9540         iso-2022-jp even in the Japanese language environment.
9541         Suggested by Jason Rumney <jasonr@gnu.org>.
9543 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9545         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9546         use the same characters as the dummy marks; make it free from
9547         getting affected by the language environment.
9548         (gnus-summary-read-group-1): Update mark positions only when the
9549         format spec is updated.
9551         * gnus-spec.el (gnus-update-format-specifications): Return a list
9552         of updated types.
9554 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9556         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9557         of boundp to check if display-warning is available.
9559 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9561         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9563 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * nnspool.el (nnspool-spool-directory): Use news-path if the
9566         news-directory variable is not bound.
9568         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9569         function instead of display-warning if it is not available.
9571 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9573         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9574         v5-10: Use `point-at-bol'.
9576 2004-10-26  Simon Josefsson  <jas@extundo.com>
9578         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9579         <chenggao@gmail.com>.
9581 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9583         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9584         instead.
9586 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9588         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9589         to remove a server from the nnimap-server-buffer-alist.
9590         (nnimap-open-connection, nnimap-close-server): Use it.
9592         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9594 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9596         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9597         running the major-mode function.
9599 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9601         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9602         dummy marks in the right way.
9604 2004-10-18  David Edmondson  <dme@dme.org>
9606         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9607         excessively.
9609 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9611         * gnus-util.el (gnus-split-references): Accept a nil references
9612         string and go on blissfully.
9614         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9615         cases where the references string is non-nil but has no references.
9617         * encrypt.el: Add autoload tags.
9619         * spam.el (spam-resolve-registrations-routine): Remove article
9620         from unregistration list too.  Reported by David Hanak
9621         <dhanak@isis.vanderbilt.edu>
9623 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9625         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9626         nil.  Changed custom type.
9628 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9630         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9632         * gnus-sum.el (gnus-summary-move-article): Use it.
9634 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9636         * encrypt.el: Add autoload cookies.
9638         * spam.el (spam-backend-article-list-property)
9639         (spam-backend-get-article-todo-list)
9640         (spam-backend-put-article-todo-list)
9641         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9642         Resolve registrations separately.
9643         (spam-register-routine): Format comments.
9644         (spam-unregister-routine, spam-register-routine): Always call with
9645         specific-articles, no default list.
9646         (spam-summary-prepare-exit): Use the spam-classifications function.
9648         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9649         gnus-encrypt.el.
9651         * encrypt.el: Copied from gnus-encrypt.el.
9653         * gnus-encrypt.el: Commented that it's obsolete.
9655 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9657         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9658         (gnus-score-save): Use it.
9660         * message.el (message-bury): Use `window-dedicated-p'.
9662 2004-10-15  Simon Josefsson  <jas@extundo.com>
9664         * pop3.el (top-level): Don't require nnheader.
9665         (pop3-read-timeout): Add.
9666         (pop3-accept-process-output): Add.
9667         (pop3-read-response, pop3-retr): Use it.
9669 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9671         * spam.el (spam-register-routine): Move comment.
9672         (spam-verify-bogofilter): Use 'unknown for the initial
9673         spam-bogofilter-valid state, not 'never.
9675         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9676         for netrc-machine.
9678         * nnimap.el (nnimap-open-connection): Use
9679         netrc-machine-user-or-password.
9681 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9683         * gnus-registry.el (gnus-registry-unload-hook):
9684         Set as a variable with add-hook.
9686         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9687         of news-path.
9689         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9691         * spam.el: Delete duplicate `provide'.
9692         (spam-unload-hook): Set as a variable with add-hook.
9694 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9696         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9697         in the doc string.
9699         * message.el (message-ignored-news-headers)
9700         (message-ignored-supersedes-headers)
9701         (message-ignored-resent-headers)
9702         (message-forward-ignored-headers): Improve custom type.
9704 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * message.el (message-tokenize-header): Fix 2004-09-06 change
9707         which used point-min in the wrong place.
9709 2004-10-12  Simon Josefsson  <jas@extundo.com>
9711         * tls.el (tls-certtool-program): New variable.
9712         (tls-certificate-information): New function, based on
9713         ssl-certificate-information.
9715 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9717         * compface.el: Move the version of ELisp-based uncompface program
9718         to the contrib directory because of the copyright problem.
9720 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9722         * message.el (message-kill-buffer): Raise the current frame.
9724 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9726         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9728         * gnus.el (message-y-or-n-p): Autoload.
9730         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9731         (pop3-password-required, pop3-authentication-scheme)
9732         (pop3-leave-mail-on-server): Made customizable.
9733         (pop3): New custom group.
9734         (pop3-retr): Remove `sleep-for' statements.
9735         Suggested by Dave Love <fx@gnu.org>.
9737         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9738         Windows/DOS.
9740         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9741         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9742         Dave Love <fx@gnu.org>.
9744         * mml.el (mml-minibuffer-read-disposition): Require match.
9745         Suggested by Dave Love <fx@gnu.org>.
9747 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9749         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9750         doc string.
9752 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9756 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9758         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9759         instead of calling `mm-insert-inline', to decode text/* parts
9760         before displaying them.
9762 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9764         * mm-uu.el (mm-uu-text-plain-type): New variable.
9765         (mm-uu-pgp-signed-extract-1): Use it.
9766         (mm-uu-pgp-encrypted-extract-1): Use it.
9767         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9768         bind mm-uu-text-plain-type with that value.
9769         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9770         mm-uu-dissect.
9772 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9774         * gnus-group.el (gnus-update-group-mark-positions):
9775         * gnus-sum.el (gnus-update-summary-mark-positions):
9776         * message.el (message-check-news-body-syntax):
9777         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9778         of string-as-multibyte.
9780 2004-10-05  Juri Linkov  <juri@jurta.org>
9782         * gnus-group.el (gnus-update-group-mark-positions):
9783         * gnus-sum.el (gnus-update-summary-mark-positions):
9784         * message.el (message-check-news-body-syntax):
9785         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9786         8-bit unibyte values to a multibyte string for search functions.
9788 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9790         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9791         (mm-uu-dissect-text-parts): New function.
9793         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9794         dissect text parts.
9796         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9797         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9799         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9801         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9802         gnus-current-topics instead of gnus-current-topic.
9804 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9806         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9808 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9810         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9811         where approriate.
9813         * nnml.el (nnml-generate-active-info): do.
9815         * nndiary.el (nndiary-generate-active-info): do.
9817         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9818         (gnus-topic-move): do.
9820         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9821         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9823         * gnus-srvr.el (gnus-server-prepare)
9824         (gnus-server-open-all-servers): do.
9826         * gnus-msg.el (gnus-summary-cancel-article)
9827         (gnus-summary-resend-message)
9828         (gnus-summary-mail-crosspost-complaint): do.
9830         * gnus-move.el (gnus-change-server): do.
9832         * gnus-group.el (gnus-group-unmark-all-groups)
9833         (gnus-group-set-current-level): do.
9835 2004-10-04  Simon Josefsson  <jas@extundo.com>
9837         * message.el (message-generate-hashcash): Doc fix.
9839 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9841         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9842         avoid infinite recursion via gnus-get-function.
9844 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9846         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9848         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9850         * nnmail.el (nnmail-split-history): do.
9852         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9853         (nnml-request-delete-group): do.
9855         * nnslashdot.el (nnslashdot-read-groups): do.
9857         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9858         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9860         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9861         (nnspool-sift-nov-with-sed): Use last
9862         (nnspool-retrieve-headers-with-nov): Use mapc.
9863         (nnspool-request-newgroups): Use dolist.
9864         (nnspool-request-group): Use last.
9866         * nntp.el (nntp-read-server-type): Use dolist.
9868         * nnvirtual.el (nnvirtual-create-mapping)
9869         (nnvirtual-update-read-and-marked): Use dolist.
9870         (nnvirtual-convert-headers): Simplify.
9872 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9874         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9875         support for sync'ing tick marks.
9877 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9879         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9880         there's no visible header.
9882 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9884         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9885         necessary, pass full group name to gnus-request-set-marks.
9887 2004-10-01  Simon Josefsson  <jas@extundo.com>
9889         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9890         acroread.
9892 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894         * spam-report.el (spam-report-gmane): Fix interactive.
9896         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9898         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9899         when writing file.
9900         (gnus-agent-synchronize-flags): Don't default to being
9901         interactive.
9903 2004-09-30  Simon Josefsson  <jas@extundo.com>
9905         * message.el (message-generate-hashcash): Add.
9906         (message-send-mail): Use it, call mail-add-payment.
9908 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9910         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9912 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9914         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9915         gnus-requst-update-info with explicit code to sync the in-memory
9916         info read flags with the marks being sync'd to the backend.
9918         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9920 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9922         * spam.el (spam-verify-bogofilter): Add new function.
9923         (spam-check-bogofilter)
9924         (spam-bogofilter-register-with-bogofilter): Use it.
9925         (spam-verify-bogofilter): Add small fixes.
9927 2004-09-28  Simon Josefsson  <jas@extundo.com>
9929         * hashcash.el (hashcash-generate-payment): Revert.
9931 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9933         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9934         gnus-extract-references instead of gnus-split-references.
9936         * gnus-util.el (gnus-extract-references): Add new function, analogous
9937         to gnus-split-references but extracts only the message-ID without
9938         anything extra.
9940         * hashcash.el (hashcash-generate-payment)
9941         (hashcash-check-payment): Do the right thing if hashcash-path is
9942         nil (because the hashcash program could not be found).
9944         * spam.el (spam-use-hashcash): Remove comment.
9946 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9948         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9949         (gnus-cache-enter-article, gnus-cache-remove-article)
9950         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9952         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9954         * gnus-art.el (article-hide-boring-headers)
9955         (article-translate-strings, article-display-face)
9956         (gnus-article-mime-match-handle-first)
9957         (gnus-article-highlight-headers)
9958         (gnus-article-add-buttons-to-head): do.
9960 2004-09-27  Simon Josefsson  <jas@extundo.com>
9962         * hashcash.el: New version, from
9963         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9964         ../contrib/.
9966 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9968         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9970 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9972         * gnus-dup.el (gnus-dup-open): Use mapc.
9973         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9975         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9976         Reported by Stefan Wiens <s.wi@gmx.net>.
9978         * gnus.el (gnus-shutdown): Use dolist.
9980         * gnus-undo.el (gnus-undo): Use mapc.
9982         * nnrss.el (nnrss-generate-active): do.
9984         * message.el (message-cite-original-without-signature)
9985         (message-cite-original): Use mapc.
9986         (message-do-actions, message-make-forward-subject): Use dolist.
9988 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9990         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9991         deletion to remove entire duplicate line.  Fixes merged article
9992         number bug.
9994 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9996         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9997         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9998         first ask if you want to open a server and then, even when you
9999         responded with no, asking if you want to synchronize the server's
10000         flags.
10001         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10002         multi-line expressions.
10003         (gnus-agent-synchronize-group-flags): New internal function.
10004         Updates marks in memory (in the info structure) AND in the
10005         backend.
10007         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10009         * nnagent.el (nnagent-request-set-mark): Use
10010         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10011         method, to ensure that synchronization updates marks in the
10012         backend and in the info (in memory) structure.
10014 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10016         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10017         convention fully; don't miss the root article of a thread; make
10018         the X-Draft-From header with correct article numbers.
10020 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10022         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10023         unless plugged.  Disable the agent so that an open failure causes
10024         an error.
10026         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10027         Reverted 2004-09-21 change.  The backend must be opened while
10028         synchronizing flags even when the backend stores the flags
10029         locally.
10031 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10033         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10034         in `header' match.  Reported by Svend Tollak Munkejord.
10036         * message.el (message-cite-original): Fix use of
10037         `message-cite-articles-with-x-no-archive'.
10039 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10042         (gnus-window-to-buffer): Ditto.
10044         * mml.el (mml-preview-buffer): New variable.
10045         (mml-preview): Manage window layout with gnus-buffer-configuration.
10047         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10048         X-Draft-From header even if those articles aren't quoted.
10050 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10052         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10053         (gnus-request-set-mark, gnus-request-update-mark): Use new
10054         g-s-t-u-l-m to decide to use backend even when unplugged.
10056 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10058         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10059         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10061 2004-09-20  Simon Josefsson  <jas@extundo.com>
10063         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10064         "utf-16-le".
10066 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10068         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10070 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10072         * uudecode.el (uudecode-use-external): Add :version.
10074         * smime.el (smime-CA-file, smime-encrypt-cipher)
10075         (smime-dns-server): Add :version.
10077         * smiley.el (gnus-smiley-file-types): Add :version.
10079         * sha1.el (sha1-use-external): Add :version.
10081         * pgg-def.el (pgg-query-keyserver): Add :version.
10083         * nnmail.el (nnmail-fancy-expiry-targets)
10084         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10085         Add :version.
10087         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10088         (nnimap-retrieve-groups-asynchronous): Add :version.
10089         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10091         * mml.el (mml-content-disposition-parameters)
10092         (mml-insert-mime-headers-always): Add :version.
10094         * mm-util.el (mm-coding-system-priorities): Add :version.
10096         * mm-decode.el (mm-inline-text-html-with-images)
10097         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10098         (mm-verify-option): Add :version.
10099         (mm-text-html-renderer): Change :version.
10101         * message.el (message-fcc-externalize-attachments)
10102         (message-required-headers, message-draft-headers)
10103         (message-subject-trailing-was-query)
10104         (message-subject-trailing-was-ask-regexp)
10105         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10106         (message-mark-insert-end, message-archive-header)
10107         (message-archive-note, message-cross-post-default)
10108         (message-cross-post-note, message-followup-to-note)
10109         (message-cross-post-note-function, message-use-mail-followup-to)
10110         (message-subscribed-address-functions)
10111         (message-subscribed-address-file, message-subscribed-addresses)
10112         (message-subscribed-regexps, message-allow-no-recipients)
10113         (message-yank-cited-prefix, message-signature-insert-empty-line)
10114         (message-hidden-headers, message-hierarchical-addresses)
10115         (message-mail-user-agent, message-use-idna)
10116         (message-valid-fqdn-regexp)
10117         (message-strip-special-text-properties, message-header-synonyms)
10118         (message-beginning-of-line, message-tab-body-function): Add :version.
10119         (message-insert-canlock, message-wide-reply-confirm-recipients):
10120         Change :version.
10122         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10123         and :version.
10124         (mail-source-delete-old-incoming-confirm)
10125         (mail-source-movemail-program): Add :version.
10127         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10128         (gnus-agent-cache, gnus-agent): Change :version.
10130         * gnus-util.el (gnus-use-byte-compile): Change :version.
10132         * gnus-sum.el (gnus-summary-make-false-root-always)
10133         (gnus-summary-default-high-score)
10134         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10135         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10136         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10137         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10138         (gnus-sum-thread-tree-single-indent)
10139         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10140         (gnus-sum-thread-tree-leaf-with-other)
10141         (gnus-sum-thread-tree-single-leaf): Add :version.
10142         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10143         (gnus-article-loose-mime): Change :version.
10145         * gnus-start.el (gnus-backup-startup-file)
10146         (gnus-save-startup-file-via-temp-buffer): Add :version.
10148         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10149         (gnus-server-offline-face): Add :version.
10151         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10153         * gnus-msg.el (gnus-gcc-externalize-attachments)
10154         (gnus-debug-files, gnus-debug-exclude-variables)
10155         (gnus-discouraged-post-methods): Change :version.
10156         (gnus-confirm-mail-reply-to-news)
10157         (gnus-confirm-treat-mail-like-news): Add :version.
10159         * gnus-int.el (gnus-server-unopen-status): Add :version.
10161         * gnus-group.el (gnus-group-jump-to-group-prompt)
10162         (gnus-large-ephemeral-newsgroup)
10163         (gnus-fetch-old-ephemeral-headers): Add :version.
10165         * gnus-fun.el (gnus-x-face-directory)
10166         (gnus-convert-pbm-to-x-face-command)
10167         (gnus-convert-image-to-x-face-command)
10168         (gnus-convert-image-to-face-command): Add :version.
10170         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10172         * gnus-cite.el (gnus-cite-blank-line-after-header)
10173         (gnus-article-boring-faces): Add :version.
10175         * gnus-art.el (gnus-buttonized-mime-types)
10176         (gnus-inhibit-mime-unbuttonizing)
10177         (gnus-treat-display-face)
10178         (gnus-treat-body-boundary): Change :version.
10179         (gnus-body-boundary-delimiter, gnus-picon-databases)
10180         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10181         (gnus-treat-date-english, gnus-treat-fold-headers)
10182         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10183         (gnus-treat-mail-picon, gnus-treat-wash-html)
10184         (gnus-article-encrypt-protocol)
10185         (gnus-use-idna, gnus-article-over-scroll)
10186         (gnus-mime-display-multipart-alternative-as-mixed)
10187         (gnus-mime-display-multipart-related-as-mixed)
10188         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10189         (gnus-ctan-url, gnus-button-ctan-handler)
10190         (gnus-button-handle-ctan-bogus-regexp)
10191         (gnus-button-ctan-directory-regexp)
10192         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10193         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10194         (gnus-button-man-level, gnus-button-emacs-level)
10195         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10197         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10198         (gnus-agent-go-online): Change :version.
10199         (gnus-agent-expire-unagentized-dirs)
10200         (gnus-agent-auto-agentize-methods): Add :version.
10202         * flow-fill.el (fill-flowed-display-column)
10203         (fill-flowed-encode-column): Add :version.
10205         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10206         (gnus-outlook-deuglify-unwrap-max)
10207         (gnus-outlook-deuglify-cite-marks)
10208         (gnus-outlook-deuglify-unwrap-stop-chars)
10209         (gnus-outlook-deuglify-no-wrap-chars)
10210         (gnus-outlook-deuglify-attrib-cut-regexp)
10211         (gnus-outlook-deuglify-attrib-verb-regexp)
10212         (gnus-outlook-deuglify-attrib-end-regexp)
10213         (gnus-outlook-display-hook): Add :version.
10215         * binhex.el (binhex-use-external): Add :version.
10217 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10219         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10220         and `invisible'.
10222 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10224         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10225         in gnus-registry-trim.
10227 2004-09-13  Simon Josefsson  <jas@extundo.com>
10229         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10231         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10233         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10234         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10235         <yamaoka@jpl.org>.
10236         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10237         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10238         <yamaoka@jpl.org>.
10240         * sieve.el (sieve-manage-mode): Ditto.
10242 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10244         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10246 2004-09-11  Simon Josefsson  <jas@extundo.com>
10248         * dns-mode.el: Add.
10250         * mm-view.el (mm-display-dns-inline): Add.
10252         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10253         (mm-automatic-display): Ditto.
10255         * mailcap.el (mailcap-mime-data): Add text/dns.
10256         (mailcap-mime-extensions): Map .soa to text/dns.
10258 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10260         * gnus-art.el (article-decode-mime-words, article-babel)
10261         (gnus-article-highlight-signature, gnus-article-add-buttons)
10262         (gnus-signature-toggle): Remove unnecessary bindings of
10263         `inhibit-read-only' inherited from v5.10 merge.
10265 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10267         * nntp.el (nntp): New customization group.
10268         (nntp-authinfo-file): Add customization group.
10270         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10272         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10274         * gnus.el (to-address, to-list, subscribed)
10275         (large-newsgroup-initial): Ditto.
10277         * flow-fill.el (fill-flowed-display-column)
10278         (fill-flowed-encode-column): Ditto.
10280 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10283         Use point-min rather than 1.
10284         (message-send-mail): Use buffer-size rather than point-max.
10286         * gnus-sum.el (gnus-summary-search-article-forward):
10287         Signal a specific `search-failed' rather than a generic `error'.
10289         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10290         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10291         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10293 2004-09-10  Simon Josefsson  <jas@extundo.com>
10295         * nndb.el (require): Remove tcp and duplicate cl.
10297 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10299         * gnus-agent.el (directory-files-and-attributes): Move forward.
10301 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10303         * gnus-agent.el (directory-files-and-attributes): Optionally
10304         defined to support XEmacs.
10306 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10308         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10309         to avoid run-time CL dependencies.
10310         (gnus-agent-unfetch-articles): New function.
10311         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10312         article numbers even when local .overview file is missing.
10313         (gnus-agent-read-article-number): New function.  Only accepts
10314         27-bit article numbers.
10315         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10316         gnus-agent-read-article-number.
10317         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10318         from backend while recognizing that article numbers in .overview
10319         must be valid.
10320         (gnus-agent-update-files-total-fetched-for): Use
10321         directory-files-and-attributes to improve performance.
10322         * gnus-int.el (gnus-request-move-article): Use
10323         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10324         improve performance.
10326         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10327         some users confused by references to .newsrc when they only have a
10328         .newsrc.eld file.
10329         (gnus-convert-mark-converter-prompt)
10330         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10331         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10332         New function.  Used internally to only display 'gnus converting
10333         files' message when actually necessary.
10335         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10336         methods now autoloaded.
10338 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10340         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10341         identifiers.
10343 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10345         * gnus-picon.el: Fix indentation and closing parenthesis.
10347 2004-09-01  Simon Josefsson  <jas@extundo.com>
10349         * message.el (message-canlock-generate): Require sha1, not
10350         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10351         to require within a function.  Sadly, if sha1.el isn't loaded, the
10352         let binding in m-c-g will hide the defcustom definition, which is
10353         bad.)
10355         * canlock.el: Require sha1, not sha1-el.
10357         * message.el: Don't autoload sha1 (there is a autoload cookie in
10358         sha1.el).
10360         * sha1-el.el: Renamed to sha1.el.
10362 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10364         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10366 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10368         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10370 2004-08-30  Kim F. Storm  <storm@cua.dk>
10372         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10374         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10375         Add :group 'nnimap.
10377 2004-08-30  Andreas Schwab  <schwab@suse.de>
10379         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10380         ?* and ?\;.
10382         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10383         and ?\' to symbol instead of whitespace.
10385 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10387         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10389         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10390         instead of re-search-forward.
10392         * gnus-uu.el (gnus-uu-save-article): Ditto.
10393         (gnus-uu-post-encode-uuencode): Ditto.
10395         * html2text.el (html2text-clean-list-items): Ditto.
10396         (html2text-clean-dtdd): Ditto.
10397         (html2text-format-tags): Ditto.
10399         * message.el (message-send-mail-with-sendmail): Fix regexp.
10400         (message-fill-field-general): Use search-forward instead of
10401         re-search-forward.
10402         (unbold-region): Ditto.
10404         * nnrss.el (nnrss-request-article): Ditto.
10406         * nnslashdot.el (nnslashdot-request-article): Ditto.
10408         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10410         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10411         "Unrecognized menu descriptor" error in XEmacs.
10413 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10415         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10416         parent article of a sparse article in the thread hashtb.
10418 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10420         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10421         (nnmail-expand-newtext): Lowercase expanded entries if
10422         nnmail-split-lowercase-expanded is non-nil.
10424 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10426         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10428         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10429         of gnus-tmp-news-method into string under XEmacs.  It will be
10430         passed to gnus-correct-length which takes only a string argument.
10432 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10434         * gnus-util.el (gnus-bind-print-variables): New macro.
10435         (gnus-prin1): Use it.
10436         (gnus-prin1-to-string): Use it.
10437         (gnus-pp): New function.
10438         (gnus-pp-to-string): New function.
10440         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10441         Replace pp-to-string with gnus-pp-to-string.
10442         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10443         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10444         * gnus-msg.el (gnus-debug): Ditto.
10445         * gnus-score.el (gnus-score-save): Ditto.
10446         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10447         gnus-pp-to-string.
10448         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10449         with gnus-pp.
10450         * score-mode.el (gnus-score-pretty-print): Ditto.
10451         * webmail.el (webmail-debug): Ditto.
10453 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10455         * gnus-art.el (article-display-face, article-display-x-face):
10456         Use buffer-read-only.
10458 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10460         * gnus-art.el (article-hide-list-identifiers):
10461         Bind inhibit-read-only as t.
10463 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10465         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10467 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10470         (gnus-narrow-to-page): Don't assume point-min == 1.
10471         (gnus-article-edit-mode): Derive from message-mode.
10473         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10474         point-min == 1.
10476         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10477         Disable incorrect use of `assert'.
10479         * message.el (message-mode): Set comment-start-skip.
10482 2004-08-22  Sam Steingold  <sds@gnu.org>
10484         * pop3.el (pop3-leave-mail-on-server): New user variable.
10485         (pop3-movemail): Delete mail only when it is nil.
10487 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10489         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10491         * mml.el (mml-preview): Use `pop-to-buffer'.
10493         * message.el (message-goto-mail-followup-to): Insert after "To".
10494         (message-carefully-insert-headers): Add comment.
10496         * gnus.el: Remove unused variable `gnus-article-check-size'.
10498         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10500         * gnus-art.el (gnus-button-alist): Improve
10501         `gnus-button-handle-library' entry.
10503 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10505         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10506         downcase, since XEmacs capitalizes error messages differently.
10508 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10510         * nntp.el: Add (require 'gnus) due to reference to
10511         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10513 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10515         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10516         `mm-fill-flowed'.
10518         * mm-decode.el (mm-dissect-singlepart): Check it.
10520 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10522         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10523         'imap' for netrc parsing.
10525 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10527         * mailcap.el (mailcap-mime-data): Mark as risky.
10529 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10531         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10532         may be included in the encoded word.
10533         (rfc2047-encode): Don't append a space if the encoded word
10534         includes close parenthesis.
10536 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10538         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10539         of text within parentheses.
10541 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10543         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10544         (gnus-encrypt-write-file-contents): Make the password key the file
10545         name PLUS the cipher, not just the cipher.  Also remove failed
10546         passwords from the cache.
10548 2004-08-06  Simon Josefsson  <jas@extundo.com>
10550         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10551         fix.
10553 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10555         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10556         LWSP.
10558 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10561         to append in-reply-to: data to the references: header.
10563         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10564         (netrc-parse): Use gnus-encrypt.el functions.
10566         * gnus-encrypt.el: Add new file for encryption support; currently
10567         does only a few GPG ciphers and an internal XOR cipher.
10569         * password.el: Add comments on using password-read-and-add.
10570         (password-read-and-add): Add function to read and add the
10571         password to the cache at once.
10573 2004-07-28  Simon Josefsson  <jas@extundo.com>
10575         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10576         parameter (but don't use it, for now).
10578         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10579         instead of hard coding to nil.
10581 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10583         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10584         as mm-inline-image-xemacs does.
10586 2004-07-26  Simon Josefsson  <jas@extundo.com>
10588         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10589         Revert part of 2004-07-17 change below.
10591 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10593         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10594         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10596 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10599         quotes that actually start with ">" at the beginning of the
10600         lines.
10602 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10604         * rfc2047.el (rfc2047-encode-region): Fix last change.
10605         (rfc2047-encode-parameter): Remove useless concat.
10607 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10609         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10610         encode special characters; fix some kind of misconfigured headers;
10611         signal a real error if debug-on-quit or debug-on-error is non-nil.
10612         (rfc2047-encode-max-chars): New variable.
10613         (rfc2047-encode-1): Use it.
10614         (rfc2047-encode-parameter): New function.
10616         * mml.el (mml-insert-parameter): Remove an excessive space.
10618 2004-07-17  Simon Josefsson  <jas@extundo.com>
10620         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10621         Kai Grossjohann <kai@emptydomain.de>.
10622         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10623         (gnus-group-make-menu-bar): Ditto.
10625         * gnus-util.el (gnus-group-server): Add.
10627 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10629         * message.el (message-clone-locals): Clone sendmail and smtp
10630         variables.
10632 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10634         * rfc2047.el (rfc2047-encode-region): Fix last change.
10636 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10638         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10639         characters as non-special.
10641 2004-07-09  Simon Josefsson  <jas@extundo.com>
10643         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10644         Users will lose all flag changes made while unplugged with
10645         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10646         good default.  See numerous reports on ding mailing list.
10648 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10650         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10651         add generate-head-function and generate-article-function to the
10652         rfc822-forward entry.
10653         (nndoc-rfc822-forward-generate-article): New function.
10654         (nndoc-rfc822-forward-generate-head): New function.
10656         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10658 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10660         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10661         respect display group parameter and gnus-summary-expunge-below.
10662         (gnus-articles-to-read): Remove unused reference to display group
10663         parameter.
10665 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10667         * nnheader.el (nnheader-uniquify-message-id): New experimental
10668         variable.
10669         (nnheader-nov-read-message-id): Use it.
10671         * spam-report.el (spam-report-gmane): Add interactive.
10673 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10675         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10676         qp-or-base64 for the application/* types.
10678 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10680         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10682 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10684         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10685         trim value.
10687 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10689         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10690         New macro and function.
10691         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10693 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10695         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10696         after-load-alist.
10698 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10701         update info that isn't there.
10703 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10705         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10706         entry.
10708 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10710         * mm-view.el (mm-inline-render-with-function): Use multibyte
10711         buffer; decode html source by charset.
10713         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10715         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10716         Mule-UCS is loaded under XEmacs.
10717         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10719 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10721         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10723 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10725         * mm-util.el (mm-coding-system-p): Return a coding-system.
10726         (mm-mime-mule-charset-alist): Use shift_jis instead of
10727         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10728         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10729         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10730         instead of japanese-shift-jis and iso-latin-1 respectively in
10731         order to share the default value with both Emacs and XEmacs-mule.
10732         (mm-mule-charset-to-mime-charset): Make
10733         mm-coding-system-priorities effective.
10734         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10735         while predicating of candidates upon the priorities.
10737 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10739         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10740         gnus-uu-invert-processable.
10742         * gnus.el: Autoload gnus-uu-invert-processable.
10744 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10746         * mm-util.el (mm-with-multibyte-buffer): New macro.
10748         * rfc2047.el (rfc2047-encode-string): Use it.
10749         (rfc2047-encode-region): Move point to the end of the region after
10750         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10752 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10754         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10755         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10757 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10759         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10760         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10761         Karl Chen <quarl@nospam.quarl.org>.
10763 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10765         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10766         invalid addresses.
10768 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10770         * spam.el: Change section markers, revise TODO list.
10771         (spam-backends): Make new master list of all installed backends.
10772         (spam-summary-exit-behavior): Add new variable to determine how
10773         messages moves are done at summary exit.
10774         (spam-move-spam-nonspam-groups-only)
10775         (spam-process-ham-in-nonham-groups)
10776         (spam-process-ham-in-spam-groups): Remove variables, the
10777         spam-summary-exit-behavior variable should be used to manage this
10778         behavior.
10779         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10780         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10781         and spam-old-spam-articles.
10782         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10783         Add empty variables, placeholders for the backends they represent.
10784         (spam-set-difference): Move, unchanged.
10785         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10786         unless the user has a processor variable.
10787         (spam-classifications, spam-classification-valid-p)
10788         (spam-backend-properties, spam-backend-property-valid-p)
10789         (spam-backend-function-type-valid-p)
10790         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10791         (spam-report-articles-gmane, spam-report-articles-resend):
10792         Remove functions, they are not needed.
10793         (spam-install-backend-super, spam-backend-list)
10794         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10795         (spam-backend-function, spam-backend-ham-registration-function)
10796         (spam-backend-spam-registration-function)
10797         (spam-backend-ham-unregistration-function)
10798         (spam-backend-spam-unregistration-function)
10799         (spam-backend-statistical-p, spam-backend-mover-p)
10800         (spam-install-backend-alias, spam-install-checkonly-backend)
10801         (spam-install-mover-backend, spam-install-nocheck-backend)
10802         (spam-install-backend, spam-install-statistical-backend)
10803         (spam-install-statistical-checkonly-backend): Add backend installation
10804         support.
10805         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10806         (spam-group-processor-p): Use the new backend code and respect the
10807         summary exit behavior.
10808         (spam-mark-spam-as-expired-and-move-routine): Remove.
10809         (spam-summary-prepare): Change to use the new spam-old-articles
10810         variable.
10811         (spam-copy-or-move-routine, spam-copy-spam-routine)
10812         (spam-move-spam-routine, spam-copy-ham-routine)
10813         (spam-move-ham-routine): Add code to copy/move ham or spam.
10814         (spam-fetch-field-fast): Improve doc and code, plus allow the
10815         'number request.
10816         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10817         variables.
10818         (spam-split, spam-find-spam): Use the new backend code.
10819         (spam-registration-functions): Remove variable.
10820         (spam-unregister-routine): Add convenience wrapper.
10821         (spam-log-undo-registration, spam-register-routine)
10822         (spam-log-processing-to-registry)
10823         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10824         where possible.
10825         (spam-check-gmane-xref, spam-check-regex-headers)
10826         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10827         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10828         (spam-check-bogofilter-headers, spam-check-spamoracle)
10829         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10830         (spam-check-crm114-headers): Use the spam-split-group that
10831         spam-split prepares, no need to determine it every time.
10833         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10834         to the nnheader-parse-naked-head call.
10836         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10838         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10839         the nnheader-nov-read-message-id call.
10841 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10843         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10844         gnus-activate-group twice.  Suggested by Markus Peter
10845         <warp@spin.de>.
10847 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10849         * gnus-art.el (gnus-article-time-format): Exchange the order of
10850         day and month in the default value; fix customization type.
10851         (article-date-ut): Use add-text-properties.
10852         (article-make-date-line): Use message-make-date instead of
10853         current-time-string.
10855         * message.el (message-fetch-field): Don't use set-text-properties.
10856         (message-make-date): Simplify.
10858 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10860         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10861         (rfc2047-encode-region): Treat text within parentheses as special;
10862         show the original text when error has occurred.
10864         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10865         already-computed method to gnus-activate-group.
10867         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10868         same select-methods identical Lisp objects.
10870         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10871         object when modifying the info.
10873 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10875         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10876         gnus-opened-servers since it has never been opened with the new
10877         configuration yet.
10879 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10881         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10882         arg to nnheader-generate-fake-message-id.
10884 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10886         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10887         number and build a fake message ID localized to a group and
10888         article number (so it's repeatable from that point on).
10889         (nnheader-fake-message-id-p): Change regex to accommodate new fake
10890         ID format.
10892         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10893         nnheader-generate-fake-message-id with the article number.
10895 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10897         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10898         end-of-buffer.
10900 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902         * message.el (message-ignored-supersedes-headers): Add Approved.
10904 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10907         goto-char.
10908         (rfc2047-encode): Fold the line before encoding.
10910 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10913         folding -- not all headers can be folded, and this should be done
10914         by the message composition mode.  Probably.  I think.
10916 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10918         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10919         fast.
10921         * gnus-ems.el (gnus-remove-image): Don't use
10922         message-text-with-property; remove only the image found first.
10924 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10926         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10928 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10930         * message.el (message-text-with-property): Make it fast and accept
10931         optional arguments.
10932         (message-strip-forbidden-properties): Use it.
10933         (message-fix-before-sending): Follow the m-t-w-p change.
10935         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10937 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10939         * gnus-art.el (article-hide-headers): Don't change the buffer
10940         mistakenly when performing mml-preview even if
10941         gnus-single-article-buffer is nil.
10943 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10945         * message.el (message-expand-name-databases): New user option.
10946         (message-expand-name): Use it.
10948 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10950         * spam.el (spam-report-articles-resend)
10951         (spam-report-resend-register-routine): Allow ham reporting.
10952         (spam-report-resend-register-ham-routine): Add wrapper.
10953         (spam-registration-functions): Add ham resending functions.
10954         (spam-list-of-processors): Add ham resend processor.
10956         * gnus.el (ham-resend-to): Add new group parameter.
10957         (spam-process): Add ham resend option.
10959         * spam-report.el (spam-report-resend): Allow reporting ham.
10960         (spam-report-resend-ham): Add wrapper.
10962 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964         * message.el (message-cite-articles-with-x-no-archive): New
10965         variable.
10966         (message-cite-original): Use it.
10968 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970         * message.el (message-cite-original): Respect X-No-Archive.
10972 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10974         * gnus-art.el (article-hide-headers): Refer to the values for
10975         gnus-ignored-headers and gnus-visible-headers in the summary
10976         buffer since a user may have set them as group parameters.
10978 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10980         * assistant.el (assistant-node-name): Add convenience function.
10981         (assistant-render-text, assistant-render-node): Add error handling,
10982         plus handle multiple next nodes.
10983         (assistant-find-next-node): Comment out for now.
10984         (assistant-find-next-nodes): Add function, returns list of next
10985         nodes.
10987 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10989         * mail-source.el (mail-source-directory): Fix doc-string.
10991 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10993         * assistant.el (assistant-render-text, assistant-eval): Add :set
10994         widget type, which is different because it takes and returns a
10995         list.  Much hilarity ensues.
10997 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10999         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11001         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11002         doc-string.
11004         * gnus-start.el (gnus-activate-group): Added doc-string.
11006 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11008         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11010 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11012         * assistant.el (assistant-render-text): Try to add a :set
11013         widget, more to come.
11015         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11016         strings.
11017         (spam-report-articles-resend)
11018         (spam-register-routine): Do registration iff any articles warrant
11019         it.
11020         (spam-summary-prepare-exit): Change log message for nil group
11021         destinations.
11023 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11025         * spam.el (spam-report-resend-register-routine): Allow
11026         spam-report-resend-to to be a group parameter or a global value.
11028 2004-05-26  Simon Josefsson  <jas@extundo.com>
11030         * starttls.el: Merge with my GNUTLS based starttls.el.
11031         (starttls-gnutls-program, starttls-use-gnutls)
11032         (starttls-extra-arguments, starttls-process-connection-type)
11033         (starttls-connect, starttls-failure, starttls-success): New
11034         variables.
11035         (starttls-program, starttls-extra-args): Doc fix.
11036         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11037         functions.
11038         (starttls-negotiate, starttls-open-stream): Check
11039         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11040         function if it is set.
11042 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11044         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11045         structured fields.
11047 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11049         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11051 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11053         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11054         variable.
11055         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11056         assigning the spam-mark to new messages.
11058 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11060         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11062 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11065         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11066         default.
11068 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11070         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11071         correct data.
11073 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11075         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11076         (spam-group-processor-p): Fix function.
11077         (spam-group-processor-multiple-p)
11078         (spam-group-spam-processor-report-gmane-p)
11079         (spam-group-spam-processor-report-resend-p)
11080         (spam-group-spam-processor-bogofilter-p)
11081         (spam-group-spam-processor-blacklist-p)
11082         (spam-group-spam-processor-ifile-p)
11083         (spam-group-ham-processor-ifile-p)
11084         (spam-group-spam-processor-spamoracle-p)
11085         (spam-group-spam-processor-crm114-p)
11086         (spam-group-ham-processor-bogofilter-p)
11087         (spam-group-spam-processor-stat-p)
11088         (spam-group-ham-processor-stat-p)
11089         (spam-group-ham-processor-whitelist-p)
11090         (spam-group-ham-processor-BBDB-p)
11091         (spam-group-ham-processor-spamoracle-p)
11092         (spam-group-ham-processor-copy-p): Remove functions with some
11093         prejudice against unneeded code.
11094         (spam-report-articles-resend)
11095         (spam-report-resend-register-routine): Allow the group/topic
11096         spam-resend-to value to override spam-report-resend-to.
11097         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11098         properly now.
11100         * gnus.el (spam-resend-to): Add group/topic parameter.
11101         (spam-process): Move the OBSOLETE processors to the end of the
11102         choices.
11104 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11106         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11107         with resend-to set to nil, and then ask the user if necessary.
11108         (spam-report-resend): spam-report-resend takes a list of articles, not
11109         separate article numbers.
11111 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11113         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11114         addition to emacs-w3m.
11116 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118         * assistant.el (assistant-authinfo-data): New function.
11119         (assistant-eval): Eval for entire assistant.
11121         * netrc.el (netrc-services-file): New variable.
11122         (netrc-parse-services): New function.
11123         (netrc-find-service-name): New function.
11124         (netrc-find-service-number): New function.
11125         (netrc-port-equal): New function.
11126         (netrc-machine): Use it.
11128         * nnimap.el (nnimap-open-connection): Use netrc.
11130         * gnus-util.el (gnus-netrc-get): Remove aliases.
11132         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11134         * assistant.el (wid-edit): Fix compilation.
11136         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11138 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11140         * gnus-util.el (gnus-set-file-modes): New function.  (small
11141         patch).
11143 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11147         * assistant.el (assistant-render-node): Fix up rendering and
11148         read-only text.
11149         (assistant-render-node): Reset.
11150         (assistant-make-read-only): Not sticky.
11152 2004-05-20  Danny Siu  <dsiu@adobe.com>
11154         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11155         centered even when gnus-auto-center-summary is t
11157 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159         * dns.el (dns-get-txt-answer): New function.
11160         (dns-read-txt): Ditto.
11161         (query-dns): Use it.
11163 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11165         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11166         active for foreign groups even if the group level is higher than
11167         the specified value.
11169 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11172         non-active groups.
11174         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11176 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11178         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11180 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11182         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11183         (spam-crm114-header, spam-crm114-spam-switch)
11184         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11185         (spam-crm114-positive-spam-header)
11186         (spam-crm114-database-directory, spam-list-of-processors)
11187         (spam-group-spam-processor-crm114-p)
11188         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11189         (spam-generic-score, spam-list-of-checks)
11190         (spam-list-of-statistical-checks, spam-registration-functions)
11191         (spam-check-crm114-headers, spam-crm114-score)
11192         (spam-check-crm114, spam-crm114-register-with-crm114)
11193         (spam-crm114-register-spam-routine)
11194         (spam-crm114-unregister-spam-routine)
11195         (spam-crm114-register-ham-routine)
11196         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11197         asjo@koldfront.dk (Adam Sjøgren).
11199         * gnus.el: Add spam-use-crm114.
11201         * spam.el (spam-list-of-processors, spam-registration-functions):
11202         Add spam-use-resend.
11203         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11204         (spam-report-articles-gmane): Add doc fix.
11205         (spam-report-articles-resend, spam-report-resend-register-routine):
11206         Add wrappers around spam-report-resend-to.
11208         * spam-report.el (spam-report-resend-to, spam-report-resend):
11209         Add support for resending spam.
11210         (spam-report-gmane): Fix line length >80.
11212         * gnus.el (spam-process): Add spam-use-resend.
11214 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11216         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11217         number of processed spam messages.
11218         (spam-ham-copy-or-move-routine): Return the number of processed
11219         ham messages.
11220         (spam-summary-prepare-exit): Use the above values to decide
11221         whether status messages shouled be displayed.
11223 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11225         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11226         `rfc2047-encoding-function-alist' in order to avoid conflicting
11227         with the old version.
11228         (rfc2047-encode-region): Concatenate words containing non-ASCII
11229         characters in structured fields; don't encode space-delimited
11230         ASCII words even in unstructured fields; don't break words at
11231         char-category boundaries.
11232         (rfc2047-encode-1): New function.
11233         (rfc2047-encode): Use it; encode text so that it occupies the
11234         maximum width within 76-column; work correctly on Q encoding for
11235         iso-2022-* charsets.
11236         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11237         sure not to break a line just after the header name.
11238         (rfc2047-b-encode-region): Removed.
11239         (rfc2047-b-encode-string): New function.
11240         (rfc2047-q-encode-region): Removed.
11241         (rfc2047-q-encode-string): New function.
11243         * mm-util.el (mm-replace-in-string): New function.
11245 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11248         get it right.
11249         (gnus-inews-make-draft): Really.
11251 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11253         * nnmh.el (nnmh-request-list-1): Don't check the link count
11254         before descending.  (small patch)
11256 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11259         stuff.
11261         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11262         on real group name.
11264         * gnus-art.el (gnus-signature-limit): Doc fix.
11266         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11268 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270         * gnus-draft.el (gnus-draft-send): Bind
11271         rfc2047-encode-encoded-words.
11273         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11274         (rfc2047-encodable-p): Say that =? needs encoding.
11275         (rfc2047-encode-encoded-words): New variable.
11277         * gnus-group.el (gnus-group-select-group): Doc fix.
11279         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11281         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11282         to nil.
11284         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11286         * nnheader.el (nnheader-get-lines-and-char): New function.
11288 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11290         * gnus-msg.el (gnus-summary-followup-with-original): Document
11291         yanking of region when active.
11293 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11295         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11296         groups if the group level is higher than the specified value.
11298 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11300         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11301         (gnus-group-jump-to-group): Added prefix argument using
11302         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11303         non-active group.
11305         * compface.el (uncompface): Be verbose when changing
11306         `uncompface-use-external'.
11308         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11309         handle manual section.
11311 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313         * gnus-art.el (gnus-button-alist): Revert previous change.
11315 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11317         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11319 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11322         whether backend can accept message.
11324         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11326 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11328         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11329         Avoid creating directory when nntp-marks-is-evil is true.
11330         Reported by Reiner Steib.
11332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11334         * gnus-picon.el (gnus-picon-style): New variable.
11335         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11336         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11337         Jesper Harder <harder@ifa.au.dk>.
11339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341         * message.el (message-fill-field): Return point.
11342         (message-generate-headers): Go to end of field.
11344         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11345         stuff for non-living groups.
11347 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11349         * gnus-art.el (gnus-article-followup-with-original)
11350         (gnus-article-reply-with-original): gnus-mark-active-p ->
11351         gnus-region-active-p.
11353 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11355         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11356         only when there is spam or ham to be processed.
11358 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360         * mail-source.el (mail-source-delete-crash-box): Refactor.
11361         (mail-source-fetch): Use it.
11362         (mail-source-fetch-file): Ditto.
11363         (mail-source-fetch-directory): Run postscript in loop.
11364         (mail-source-fetch-pop): Delete.
11365         (mail-source-fetch-maildir): Ditto.
11366         (mail-source-fetch-imap): Ditto.
11368         * imap.el (imap-authenticators): Comment out sasl.
11370         * message.el (message-skip-to-next-address): New function.
11371         (message-fill-header-address): Refactor.
11372         (message-fill-address): Use it.
11373         (message-delete-address): Use it.
11374         (message-fill-header-general): Refactor.
11375         (message-fill-field-address): Rename.
11376         (message-narrow-to-field): Find the start of the header.
11377         (message-header-format-alist): Don't pre-fill.
11378         (message-fill-header): Removed.
11379         (message-insert-header): New function.
11380         (message-shorten-references): Use it.
11382         * rfc2047.el (rfc2047-field-value): Strip props.
11384         * mail-parse.el (mail-header-make-address): New alias.
11386         * ietf-drums.el (ietf-drums-make-address): New function.
11388         * imap.el: Add compiler directives.
11390         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11392         * gnus-art.el (article-decode-idna-rhs): Don't use
11393         message-idna-inside-rhs-p.
11395 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397         * message.el (message-idna-inside-rhs-p): Removed.
11398         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11400         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11401         false positives.
11403 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11405         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11407 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409         * nneething.el (nneething-file-name): Don't create spurious
11410         files.
11412         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11413         (gnus-inews-do-gcc): Remove sleep.
11415         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11416         part under point.
11418         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11419         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11421 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11423         * spam.el (spam-summary-prepare-exit): Fixed (length).
11425 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11427         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11428         as expired without moving it" message when there are spam
11429         messages left.
11431 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11433         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11434         header is not nil.
11436 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11438         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11439         nntp-possibly-create-directory, not nntp-possibly-change-group.
11440         (nntp-marks-changed-p): New arg SERVER.
11441         (nntp-request-update-info): Adjust caller.
11443 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11445         * nntp.el (nntp-save-marks): Pass missing arg.
11447 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11449         * nntp.el: Support marks.
11450         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11451         (nntp-marks-modtime, nntp-marks-directory): New variables.
11452         (nntp-request-set-mark, nntp-request-update-info)
11453         (nntp-possibly-create-directory, nntp-marks-changed-p)
11454         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11455         functions.
11457 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11459         * gnus-score.el (gnus-score-insert-help): Use
11460         gnus-select-lowest-window.
11462         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11463         appt-select-lowest-window and rename to gnus-select-lowest-window.
11465         * gnus.el: do.
11467 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11469         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11470         encodings of MIME-encoded words, in order to improve
11471         interoperability with several broken MUAs.
11473 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11475         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11476         tags, only when charsets are not specified in headers.
11477         (mm-inline-text-html-render-with-w3m): Ditto.
11479 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11481         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11482         instead of MIME-decoded from fields when checking
11483         `gnus-article-address-banner-alist'.
11485 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11487         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11488         description rather than subject.
11490 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492         * gnus.el (gnus-version-number): Bump.
11494 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11496         * gnus.el: No Gnus v0.2 is released.
11498 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500         * gnus-agent.el (gnus-agent-read-agentview): Inline
11501         gnus-uncompress-range.
11503 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11505         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11506         `exec-installed-p'.
11508 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11510         * gnus.el (spam-process, spam-autodetect-methods): Add
11511         bsfilter and bsfilter-headers.
11513         * spam.el (spam-bsfilter): New customize group.
11514         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11515         (spam-bsfilter-header, spam-bsfilter-probability-header)
11516         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11517         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11518         (spam-bsfilter-database-directory): New options.
11519         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11520         (spam-list-of-statistical-checks, spam-registration-functions):
11521         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11522         (spam-bsfilter-score): New command.
11523         (spam-check-bsfilter-headers, spam-check-bsfilter)
11524         (spam-bsfilter-register-with-bsfilter)
11525         (spam-bsfilter-register-spam-routine)
11526         (spam-bsfilter-unregister-spam-routine)
11527         (spam-bsfilter-register-ham-routine)
11528         (spam-bsfilter-unregister-ham-routine): New functions.
11529         (spam-generic-score): Support bsfilter; Accept an optional argument
11530         to recalcurate spam score even if scoring header has already been
11531         added.
11532         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11533         optional argument to recalcurate spam score even if scoring header
11534         has already been added.
11536 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11538         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11539         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11540         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11541         link is missing.
11543 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11545         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11546         (html2text-get-attr): Rewrite.
11548         * message.el (message-setup-1): Remove redundant put-text-property
11549         on mail-header-separator.
11551 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11553         * gnus-registry.el (gnus-registry-cache-whitespace)
11554         (gnus-registry-action, gnus-registry-spool-action)
11555         (gnus-registry-split-fancy-with-parent): Change message levels
11556         from 5 to 3 or 7, as needed.
11558         * spam.el (spam-summary-prepare-exit)
11559         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11560         (spam-split, spam-find-spam, spam-log-undo-registration)
11561         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11562         level from 5 to 6.
11564 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11566         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11567         2004-03-04 change).
11569 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11571         * sieve-manage.el (sieve-manage-open):
11572         * nnweb.el (nnweb-insert-html):
11573         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11574         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11575         * nnspool.el (nnspool-request-group):
11576         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11577         * nnml.el (nnml-request-update-info):
11578         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11579         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11580         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11581         (nnimap-request-set-mark):
11582         * nnfolder.el (nnfolder-request-update-info):
11583         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11584         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11585         * gnus-uu.el (gnus-uu-find-articles-matching):
11586         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11587         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11588         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11589         * gnus-nocem.el (gnus-nocem-scan-groups):
11590         * gnus-int.el (gnus-start-news-server):
11591         * gnus-group.el (gnus-group-make-kiboze-group)
11592         (gnus-group-browse-foreign-server):
11593         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11594         Use mapc when appropriate.
11596 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11598         FIXME: Make separate entries for each person.
11600         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11601         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11602         <shields@msrl.com>:
11604         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11605         may need for spam sorting and scoring.
11606         (spam-user-format-function-S): Add user format function suitable for
11607         general use.
11608         (spam-article-sort-by-spam-status): Add sorting function for summary
11609         sorting.
11610         (spam-extra-header-to-number): Add function to get a score from a
11611         header.
11612         (spam-summary-score): Add function to  get a numeric score from the
11613         headers.
11614         (spam-generic-score): Fix function doc, was in wrong place.
11615         (spam-initialize): Take symbols when it's run, and install the
11616         extra headers that spam-necessary-extra-headers thinks we need.
11618 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11620         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11621         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11623 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11625         * gnus-sum.el (gnus-set-global-variables)
11626         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11627         (gnus-article-get-xrefs, gnus-summary-best-group)
11628         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11629         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11630         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11631         Use with-current-buffer.
11633 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11635         * spam.el (spam-summary-prepare-exit): Simplify logic.
11636         (spam-fetch-article-header): Read the article header if it's not
11637         available.
11638         (spam-list-articles): Simplify logic.
11639         (spam-filelist-register-routine): Fix bug with unregister-list.
11641         * gnus-registry.el: Fix comments at beginning.
11643 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11645         * message.el (message-cater-to-broken-inn): Remove.
11646         (message-shorten-references): Make sure the total folded length of
11647         References is shorter than 998 characters to cater to a bug in INN
11648         2.3.  Also, don't pretend that references aren't folded -- this
11649         hasn't worked for a while.
11651 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11653         * gnus-agent.el (gnus-agentize):
11654         gnus-agent-send-mail-real-function no longer set to current value
11655         of message-send-mail-function but rather a lambda that calls
11656         message-send-mail-function.  The change makes the agent real-time
11657         responsive to user changes to message-send-mail-function.
11659 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11661         * legacy-gnus-agent.el
11662         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11663         help from Florian Weimer <fw@deneb.enyo.de>
11665 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11667         * nnmail.el (nnmail-cache-insert): Revert last change.
11669 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11671         * nnmail.el (nnmail-cache-insert): Always check whether
11672         nnmail-cache-ignore-groups matches a group name.
11674 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11676         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11677         (spam-find-spam, spam-log-processing-to-registry)
11678         (spam-log-registered-p, spam-log-unregistration-needed-p)
11679         (spam-log-undo-registration): Use gnus-message instead of
11680         gnus-error, none of these errors are fatal.
11682         * gnus-registry.el (gnus-registry-clean-empty-function)
11683         (gnus-registry-clean-empty): Remove only empty entries without
11684         extra data.
11686 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11688         * spam-stat.el (spam-stat-buffer-change-to-spam)
11689         (spam-stat-buffer-change-to-non-spam): Change (error) to
11690         (gnus-message 8) invocation.
11692 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11694         * nntp.el (nntp-via-netcat-command): New variable.
11695         (nntp-via-netcat-switches): New variable.
11696         (nntp-open-via-rlogin-and-netcat): New function.
11697         (nntp-open-connection-function): Doc fix.
11698         (nntp-telnet-command): Doc fix.
11699         (nntp-end-of-line): Doc fix.
11700         (nntp-via-rlogin-command): Doc fix.
11701         (nntp-via-user-name): Doc fix.
11702         (nntp-via-address): Doc fix.
11704 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11706         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11707         error in Emacs 21.1.
11709 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11711         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11713 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11715         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11716         (gnus-agent-with-refreshed-group): New macro.
11717         (gnus-agent-rename-group): New function.
11718         (gnus-agent-delete-group): New function.
11719         (gnus-agent-save-group-info): Use gnus-command-method when
11720         `method' parameter is nil.  Don't write nil entries into the
11721         active file.
11722         (gnus-agent-get-group-info): New function.
11723         (gnus-agent-fetch-articles): Use
11724         gnus-agent-update-files-total-fetched-for to increment disk space
11725         used.
11726         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11727         gnus-agent-update-view-total-fetched-for to increment disk space
11728         used.
11729         (gnus-agent-get-local): Added optional parameters to avoid calling
11730         gnus-group-real-name and gnus-find-method-for-group.
11731         (gnus-agent-set-local): Delete stored entry if either min, or max,
11732         are nil.
11733         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11734         quit, use gnus-agent-regenerate-group to record existance of any
11735         articles fetched to disk before the quit occurred.
11736         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11737         gnus-agent-update-view-total-fetched-for, and
11738         gnus-agent-update-files-total-fetched-for to decrement disk space
11739         used.
11740         (gnus-agent-retrieve-headers): Use
11741         gnus-agent-update-view-total-fetched-for to increment disk space
11742         used.
11743         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11744         with gnus-agent-update-files-total-fetched-for to decrement disk
11745         space and fresh group buffer.
11746         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11747         (gnus-agent-need-update-total-fetched-for): New variable.
11748         (gnus-agent-update-files-total-fetched-for): New function.
11749         (gnus-agent-update-view-total-fetched-for): New function.
11750         (gnus-agent-total-fetched-for): New function.
11752         * gnus-cache.el (gnus-cache-save-buffers): Use
11753         gnus-cache-update-overview-total-fetched-for to change disk space
11754         used by this group.
11755         (gnus-cache-possibly-enter-article): Use
11756         gnus-cache-update-file-total-fetched-for to increment disk space
11757         used by this group.
11758         (gnus-cache-possibly-remove-article): Use
11759         gnus-cache-update-file-total-fetched-for to decrement disk space
11760         used by this group.
11761         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11762         (gnus-cache-rename-group): New function.
11763         (gnus-cache-delete-group): New function.
11764         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11765         (gnus-cache-need-update-total-fetched-for): New variable.
11766         (gnus-cache-with-refreshed-group): New macro.
11767         (gnus-cache-update-file-total-fetched-for): New function.
11768         (gnus-cache-update-overview-total-fetched-for): New function.
11769         (gnus-cache-rename-group-total-fetched-for): New function.
11770         (gnus-cache-delete-group-total-fetched-for): New function.
11771         (gnus-cache-total-fetched-for): New function.
11773         * gnus-group.el: Require gnus-sum and autoload functions to
11774         resolve warnings when gnus-group.el compiled alone.
11775         (gnus-group-line-format): Documented new %F
11776         (size of Fetched data) group line format; identifies disk space
11777         used by agent and cache.
11778         (gnus-group-line-format-alist): Defined new F format.
11779         (gnus-total-fetched-for): New function.
11780         (gnus-group-delete-group): No longer update
11781         gnus-cache-active-altered as gnus-request-delete-group now keeps
11782         the cache in sync.
11783         (gnus-group-list-active): Let the agent store a server's active
11784         list if currently plugged.
11786         * gnus-int.el (gnus-request-delete-group):
11787         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11788         local disk in sync with the server.
11789         (gnus-request-rename-group):
11790         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11791         local disk in sync with the server.
11793         * gnus-start.el (gnus-get-unread-articles):
11794         Cosmetic simplification to logic.
11796         * gnus-util.el (gnus-rename-file): New function.
11798 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11800         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11802 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11804         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11805         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11807 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11809         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11810         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11812 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11814         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11816 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11818         * spam.el (spam-set-difference): Add function to replace
11819         gnus-set-difference in spam.el.
11820         (spam-summary-prepare-exit): Use spam-set-difference.
11822 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11824         * gnus-registry.el (gnus-registry-cache-file): Update to use
11825         gnus-dribble-directory OR gnus-home-directory OR ~.
11826         (gnus-registry-split-fancy-with-parent): Fix doc.
11828 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11830         * message.el (message-exchange-point-and-mark): Use
11831         message-mark-active-p.  Suggested by Jesper Harder
11832         <harder@ifa.au.dk>.
11834 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11836         * message.el (message-exchange-point-and-mark): Don't activate
11837         region if it was inactive.  Suggested by Hiroshi Fujishima
11838         <pooh@nature.tsukuba.ac.jp>.
11840 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11842         * gnus-art.el (article-display-face): Display Faces in the same
11843         order as X-Faces.
11845 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11847         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11849 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11852         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11853         (gnus-article-mime-hierarchy): Remove.
11854         (gnus-article-mime-hierarchy-next): Remove.
11855         (gnus-article-mode): Revert 2004-03-19 change.
11856         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11857         (gnus-insert-mime-button): Revert 2004-03-19 change.
11858         (gnus-mime-accumulate-hierarchy): Remove.
11859         (gnus-mime-enter-multipart): Remove.
11860         (gnus-mime-leave-multipart): Remove.
11861         (gnus-mime-display-part): Revert 2004-03-19 change.
11862         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11864         * mml.el (mml-preview): Revert 2004-03-19 change.
11866 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11868         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11870 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11872         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11873         t while entering a file name using the mm-with-multibyte macro.
11874         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11876         * mm-util.el (mm-with-multibyte): New macro.
11878 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11880         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11881         user option.
11882         (gnus-mime-multipart-functions): Doc and customization fix.
11883         (gnus-article-mime-hierarchy): New variable.
11884         (gnus-article-mime-hierarchy-next): New variable.
11885         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11886         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11887         gnus-article-mime-hierarchy-next to nil.
11888         (gnus-insert-mime-button): Show hierarchy numbers.
11889         (gnus-mime-accumulate-hierarchy): New function.
11890         (gnus-mime-enter-multipart): New function.
11891         (gnus-mime-leave-multipart): New function.
11892         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11893         (gnus-mime-display-alternative): Show hierarchy numbers.
11895         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11896         gnus-article-mime-hierarchy-next to nil.
11898 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11900         * dns.el: Don't require gnus-xmas.
11902 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11904         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11905         inline PGP.
11906         (mml-menu): Disable mml-quote-region if mark is inactive.
11908 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11910         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11911         when the group's active is not available.
11913 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11915         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11916         error.
11918 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11920         * imap.el (imap-store-password): New variable.
11921         (imap-interactive-login): Use it.
11922         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11924 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11926         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11927         window-start and hscroll to summary window.
11929 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11931         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11932         conversion message to newsrc-dribble when an actual conversion is
11933         performed.
11935 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11937         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11939 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11941         * mm-decode.el (mm-complicated-handles): New function reviving
11942         former definition of mm-multiple-handles.
11944         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11945         (gnus-mime-delete-part): Use it.
11947 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11949         * gnus-agent.el (gnus-agent-read-local): Bind
11950         nnheader-file-coding-system to gnus-agent-file-coding-system to
11951         avoid the implicit assumption that they will always be equal.
11952         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11953         coding-system-for-write, as the with-temp-file macro first prints
11954         to a buffer then saves the buffer.
11956 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11958         * gnus-art.el (gnus-article-edit-part): New function.
11959         (gnus-mime-save-part-and-strip): Use it; do query instead of
11960         signaling an error; don't use mm-multiple-handles.
11961         (gnus-mime-delete-part): Ditto.
11963 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11965         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11966         old file versions.
11967         (gnus-group-prepare-hook): Removed function that converted list
11968         form of gnus-agent-expire-days to group properties.
11970         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11971         (gnus-request-accept-article): Re-indented.
11973         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11974         converters to handle old agent file formats.  Added logic for a
11975         "backup before upgrading warning".
11976         (gnus-convert-mark-converter-prompt): Developers can mark
11977         functions as needing (default), or not needing,
11978         gnus-convert-old-newsrc's "backup before upgrading warning".
11979         (gnus-convert-converter-needs-prompt): Tests whether the user
11980         should be protected from potentially irreversable changes by the
11981         function.
11983         * legacy-gnus-agent.el: New.  Provides converters that are only
11984         loaded when gnus-convert-old-newsrc needs to call them.
11986 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11988         * mail-source.el (mail-source-touch-pop): Doc fix.
11990         * message.el (message-smtpmail-send-it): Doc fix.
11992 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11994         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11996         * nnmail.el (nnmail-split-fancy): do.
11998         * gnus-kill.el (gnus-kill, gnus-execute): do.
12000 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12002         * gnus-sum.el (gnus-widget-reversible-match)
12003         (gnus-widget-reversible-to-internal)
12004         (gnus-widget-reversible-to-external): New functions.
12005         (gnus-widget-reversible): New widget.
12006         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12008 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12010         * gnus-sum.el (gnus-thread-sort-functions)
12011         (gnus-article-sort-functions): Document `(not F)' items.
12013 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12015         * spam.el (spam-use-gmane-xref): Add new backend.
12016         (spam-gmane-xref-spam-group): Add variable to control the name of the
12017         Gmane spam group.
12018         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12019         (spam-regex-headers-spam, spam-regex-headers-ham)
12020         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12021         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12022         backends and checks.
12023         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12025         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12026         an autodetect method.
12028 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12030         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12031         articles are being added to a group.
12032         (gnus-request-replace-article): Inform the agent that articles
12033         need to be uncached as the cached contents are no longer valid.
12035 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12037         * binhex.el: Don't autoload executable-find.
12039         * canlock.el: Don't autoload mail-fetch-field.
12041         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12043         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12044         rmail-dont-reply-to and rmail-output.
12046         * gnus-score.el: Don't autoload ffap-string-at-point.
12048         * gnus-setup.el: Don't autoload sc-cite-original.
12050         * imap.el: Don't autoload base64-decode-string,
12051         base64-encode-string and md5.
12053         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12054         and rmail-msg-restore-non-pruned-header.
12056         * mm-decode.el: Don't autoload executable-find.
12058         * mm-url.el: Don't autoload executable-find.
12060         * mm-view.el: Don't autoload diff-mode.
12062         * nndb.el: Don't autoload news-reply-mode, news-setup,
12063         cancel-timer and telnet.
12065         * password.el: Don't autoload run-at-time for Emacs.
12067         * sha1-el.el: Don't autoload executable-find.
12069         * sieve-mode.el: Don't autoload c-mode.
12071         * uudecode.el: Don't autoload executable-find.
12073 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12075         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12076         (gnus-agent-possibly-alter-active): Avoid null in numeric
12077         comparison.
12078         (gnus-agent-set-local): Refuse to save null in local object table.
12079         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12080         list of articles that will be marked as unread.
12082 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12084         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12086 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12088         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12089         language tags.
12091 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12093         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12094         Don't bind "obarray".
12096         * gnus-sum.el (gnus-thread-sort-functions): Added
12097         `gnus-thread-sort-by-most-recent-number' and
12098         `gnus-thread-sort-by-most-recent-date'.
12099         Reported by Kai Grossjohann <kai@emptydomain.de>.
12101 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12103         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12105 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12107         * gnus-cus.el (gnus-agent-customize-category): Removed
12108         ignore-errors macro reference that required cl to be loaded at
12109         run-time.
12111         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12112         single-interval range of the form (min . max).  Previously the
12113         range had to look like ((min . max)).  Likewise, return
12114         (min . max) rather than ((min . max)).
12115         (gnus-range-map): Use gnus-range-normalize to accept
12116         single-interval range.
12118         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12119         the cache, but not the agent, now appear with their usual face.
12121 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12123         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12124         w3m-safe-url-regexp variable buffer-local.
12126         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12128 2004-02-27  Simon Josefsson  <jas@extundo.com>
12130         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12131         gnus-group-real-prefix.
12132         (gnus-summary-move-article): Use it, instead of
12133         gnus-group-real-prefix.
12135 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12137         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12138         w3m-safe-url-regexp variable buffer-local and set it as the value
12139         of mm-w3m-safe-url-regexp.
12141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12143         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12144         parsing gnus-posting-styles when the message is not for replying.
12146         * nnrss.el (nnrss-opml-export): Use
12147         mm-set-buffer-file-coding-system instead of
12148         set-buffer-file-coding-system.
12150 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12152         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12153         of checkdoc.el).
12154         * nnrss.el: do.
12155         * gnus-mlspl.el: do.
12156         * gnus-ml.el: do.
12157         * gnus-srvr.el: do.
12159         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12161 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12163         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12164         Corrections to custom-manual links.
12166         * gnus-art.el (gnus-article): Ditto.
12168         * mm-decode.el (mime-display, mime-security): Ditto.
12170 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12172         * flow-fill.el: Typo.
12174 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12176         * spam-wash.el: New file.
12178 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12180         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12182 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12184         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12185         to be run with new-articles as LIST1, not LIST2.
12186         (spam-registration-functions): Add spam-use-ham-copy as a nil
12187         registration backend.
12189 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12191         * spam-stat.el (spam-stat-washing-hook): New option.
12192         (spam-stat-buffer-words): Use it.
12193         (spam-stat-process-directory, spam-stat-test-directory): Use
12194         insert-file-contents-literally.
12195         (spam-stat-coding-system): New variable.
12196         (spam-stat-load, spam-stat-save): Use it.
12198 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * spam-report.el (spam-report-plug-agent): Quote
12201         spam-report-url-to-file and spam-report-url-ping-plain.
12203 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12205         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12206         / in mailto URLs.
12208 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12210         * spam-report.el (spam-report-process-queue): Fix interactive use.
12211         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12212         (spam-report-unplug-agent): Doc fixes.
12213         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12214         (spam-report-agentize, spam-report-deagentize): Autoload
12216 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * message.el (message-setup-fill-variables): Add mml tags to
12219         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12220         <ajk@iu.edu>.
12221         (message-mode): Don't modify paragraph-separate there.
12223 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12225         * compface.el (uncompface-use-external): Default to undecided.
12226         (uncompface-use-external-threshold): New variable.
12227         (uncompface-float-time): New macro.
12228         (uncompface): Determine whether to use the external decoder if
12229         uncompface-use-external is undecided.
12231 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12234         after images.
12236         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12238 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12240         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12242         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12244         * gnus-sum.el (gnus-summary-limit-to-age)
12245         (gnus-summary-limit-children): do.
12247         * gnus-int.el (gnus-request-scan): do.
12249         * gnus-group.el (gnus-group-suspend): do.
12251         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12253         * gnus-cite.el (gnus-cite-parse-attributions): do.
12255         * gnus-agent.el (gnus-summary-set-agent-mark)
12256         (gnus-agent-regenerate-group): do.
12258         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12260         * binhex.el (binhex-decode-region-internal): do.
12262 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12264         * gnus-fun.el (gnus-face-properties-alist): New user option.
12265         (gnus-display-x-face-in-from): Use it.
12267         * gnus-art.el (article-display-face): Ditto.
12269         * compface.el (uncompface-use-external): Default to nil.
12271 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12273         * nntp.el (nntp-erase-buffer): New function.
12274         (nntp-retrieve-data, nntp-send-command)
12275         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12276         (nntp-possibly-change-group): Use it.
12278         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12279         with-current-buffer.
12281 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12283         * compface.el: Merge the ELisp-based uncompface program.
12284         (compface): New customization group.
12285         (uncompface-use-external): New user option.
12286         (uncompface): Call uncompface-internal if uncompface-use-external
12287         is nil.
12288         (uncompface-internal): New function.  Note that there are also
12289         some other functions and variables added for this function.
12291 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12293         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12294         if necessary.
12296 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12298         * spam-report.el (spam-report-unplug-agent)
12299         (spam-report-plug-agent, spam-report-deagentize)
12300         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12301         Add support for the Agent in spam-report: when unplugged, report to a
12302         file; when plugged, submit all the requests.
12304         * spam.el (spam-register-routine): Fix message about
12305         registration.
12307 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12309         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12310         dependencies.
12311         (rfc2047-encode): Use it.
12313         * gnus-art.el (gnus-button-marker-list): Move before first
12314         reference.
12316         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12317         (imap-parse-body): Fix format string mismatch.
12319         * gnus-score.el (gnus-summary-increase-score): do.
12321         * nnrss.el (nnrss-close): New function.
12323 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12325         * nnrss.el (nnrss-make-filename): New function.
12326         (nnrss-request-delete-group, nnrss-read-server-data)
12327         (nnrss-save-server-data, nnrss-read-group-data)
12328         (nnrss-save-group-data): Use it.
12329         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12330         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12331         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12333 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12335         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12337 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12339         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12340         files.
12342         * message.el (message-generate-headers-first): Don't quote nil
12343         and t in docstrings.
12345         * imap.el (imap-id): do.
12347         * gnus-agent.el (gnus-agent-consider-all-articles)
12348         (gnus-agent-queue-mail): do.
12350 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12352         * spam-report.el (spam-report-process-queue): New function.
12353         Process requests from `spam-report-requests-file'.
12354         (spam-report-process-queue): Doc fix.
12356 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12358         * spam.el (spam-register-routine)
12359         (spam-log-processing-to-registry, spam-log-registered-p)
12360         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12361         Change "check" to "spam-check" for semi-clarity.
12363 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12365         * pop3.el: Require nnheader.
12367         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12369         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12371         * gnus-picon.el: Require cl.
12373         * gnus-fun.el: Require gnus-ems and gnus-util.
12375         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12377         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12379         * gnus-art.el (gnus-article-edit-mode): Define before first
12380         reference.
12382 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12384         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12385         (gnus-uu-post-encoded): Use point-at-bol.
12387         * gnus-topic.el (gnus-group-active-topic-p): do.
12389         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12391         * gnus-group.el (gnus-group-kill-region): do.
12393         * gnus-art.el (article-date-ut): do.
12395         * message.el (message-fetch-field): Remove redundant
12396         case-fold-search binding.
12397         (message-narrow-to-field): Simplify.
12399 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12401         * spam.el (spam-directory): Derive from `gnus-directory'.
12403         * spam-report.el (spam-report-url-to-file)
12404         (spam-report-requests-file): New function and variable for offline
12405         reporting.
12406         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12407         and user defined function.
12408         (spam-report-url-ping-mm-url): Remove doubled slash.
12410 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12412         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12414 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12416         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12417         format string mismatch.
12419         * sieve.el (sieve-deactivate-all): do.
12421         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12423         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12425         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12427         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12429 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12431         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12432         the list of checks.
12434 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12436         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12437         padding.
12439 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12441         * mm-view.el (mm-fill-flowed): New variable.
12442         (mm-inline-text): Use it.
12444 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12446         * spam.el (spam-spamassassin-register-ham-routine)
12447         (spam-spamassassin-register-spam-routine): Fix function names.
12449 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12451         * gnus.el (gnus-tmp-grouplens): Remove.
12452         (gnus-summary-line-format): Remove grouplens.
12454         * gnus-group.el (gnus-group-line-format): Ditto.
12456         * gnus-spec.el (gnus-format-specs): Ditto.
12457         (gnus-update-format-specifications): Flush the group format spec
12458         cache if there's the grouplens stuff.
12459         (gnus-parse-simple-format): Replace %l with the empty string.
12461 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12463         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12464         omission.
12466 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12468         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12469         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12471 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12473         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12474         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12475         New macros and functions.
12476         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12477         Handle > NLINK_MAX messages.
12478         * nnmaildir.el (nnmaildir-request-set-mark): Use
12479         nnmaildir--emlink-p and nnmaildir--eexist-p.
12481 2004-01-25  Alex Schroeder  <alex@gnu.org>
12483         * spam-stat.el (spam-stat-process-directory-age): New option.
12484         (spam-stat-process-directory): Use it.
12486 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12488         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12489         (spam-stat-save): Accept prefix argument.
12491 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12493         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12494         links" error.
12496 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12498         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12499         compatibility with old .newsrc.eld files.
12501         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12503         * gnus-start.el (gnus-1): do.
12505         * gnus-group.el (gnus-group-line-format-alist): do.
12507         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12509         * gnus-gl.el: Remove.
12511 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12513         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12514         marks consisting of a single range {for example, (3 . 5)} rather
12515         than a list of a single range { ((3 . 5)) }.
12517 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12519         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12520         with-current-buffer.
12521         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12522         avoid consing a string.
12524         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12525         Remove obsolete entries for big5 and gb2312.
12527 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12529         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12530         uncompressed list.
12532 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12534         * spam-stat.el (spam-stat-strip-xref): New function.
12535         (spam-stat-process-directory): Use it.
12537         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12538         here -- it's done in message-fetch-field.
12540 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12542         * gnus-agent.el (gnus-agent-queue-mail)
12543         (gnus-agent-prompt-send-queue): New variables.
12544         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12545         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12546         "nndraft:queue" along to gnus-draft-send.  Use
12547         gnus-agent-prompt-send-queue.
12548         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12549         is "nndraft:queue".  Suggested by Gaute Strokkenes
12550         <gs234@srcf.ucam.org>
12552         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12553         (agent-enable-undownloaded-faces): Added
12554         (gnus-agent-cat-groups): Use eval-and-compile, not
12555         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12556         method of gnus-agent-cat-groups even when the buffer has been
12557         evaled.
12558         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12559         delete gnus-agent-save-active-1.
12560         (gnus-agent-save-groups): Deleted.  Identical to
12561         gnus-agent-save-active.
12562         (gnus-agent-write-active): No longer adjust agent's copy of active
12563         file as agent's adjustments are now stored in their own
12564         file.  Removed optional parameter.
12565         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12566         servers.  Add use of min/max range limits from server's local
12567         file.
12568         (gnus-agent-save-alist): Removed unused optional argument.
12569         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12570         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12571         (gnus-agent-set-local): A per-server file that keeps min/max range
12572         limits for articles known to the agent.  Provides a fast mechanism
12573         for altering many active ranges.
12574         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12575         active file (local makes it unnecessary).
12576         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12578         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12579         (agent-enable-undownloaded-faces): Added
12581         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12582         disable it when sending to "nndraft:queue".
12583         (gnus-group-send-queue): Add safety check to avoid sending queue
12584         when unplugged.
12586         * gnus-group.el (gnus-group-catchup): Use new
12587         gnus-sequence-of-unread-articles, not
12588         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12589         numbers of articles.  Use gnus-range-map to avoid having to
12590         uncompress the unread list.
12591         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12592         Fixed invalid ange-ftp reference.
12594         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12595         (gnus-sorted-range-intersection): Intersection of two ranges
12596         without requiring that they first be uncompressed.
12598         * gnus-start.el (gnus-activate-group): Unless blocked by the
12599         caller, possibly expand the active range to include both cached
12600         and agentized articles.
12601         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12602         multiple version-dependent converters.
12603         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12604         gnus-agent-save-active.
12605         (gnus-save-newsrc-file): Save dirty agent range limits.
12607         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12608         gnus-agent-possibly-alter-active.
12609         (gnus-adjust-marked-articles): Faster handling of simple lists
12611 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12613         * spam-stat.el (spam-stat-test-directory): New optional argument
12614         displays a list of files detected.  Suggested by Andrew Cohen
12615         <cohen@andy.bu.edu>.
12616         (spam-stat-buffer-words-with-scores): Don't narrow and change
12617         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12619 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12621         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12622         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12623         (spam-spamassassin-arguments)
12624         (spam-spamassassin-spam-flag-header)
12625         (spam-spamassassin-positive-spam-flag-header)
12626         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12627         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12628         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12629         (spam-list-of-processors, spam-list-of-checks)
12630         (spam-list-of-statistical-checks, spam-registration-functions)
12631         (spam-check-spamassassin-headers, spam-check-spamassassin)
12632         (spam-spamassassin-score)
12633         (spam-spamassassin-register-with-sa-learn)
12634         (spam-spamassassin-register-spam-routine)
12635         (spam-spamassassin-register-ham-routine)
12636         (spam-assassin-register-spam-routine)
12637         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12638         (spam-bogofilter-score): Fix to show article before scoring.
12640 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12642         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12643         default scoring function.
12644         (spam-generic-score): Call spam-spamassassin-score if
12645         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12646         spam-bogofilter-score otherwise.
12648         * gnus.el (spam-process, spam-autodetect-methods): Add
12649         spamassassin and spamassassin-headers.
12651 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12653         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12654         Suppress unnecessary messages.
12656 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12658         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12659         make-hash-table.
12661 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12663         * canlock.el (base64-encode-string): Don't autoload it.
12665 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * run-at-time.el: Remove useless (require 'itimer),
12668         eval-and-compile and (featurep 'xemacs).
12670 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12672         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12673         GROUP is a virtual group.
12675 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12677         * gnus.el: Autoload `message-y-or-n-p'.
12679 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12681         * pgg-parse.el: Remove unnecessary (require 'custom).
12683         * pgg-def.el: do.
12685         * nnmail.el: do.
12687         * gnus-undo.el: do.
12689         * gnus-picon.el: do.
12691         * gnus-util.el: do.
12693 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12695         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12697 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12699         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12700         handle, as well as a list.
12702         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12703         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12704         (mm-w3m-cid-retrieve): Simplify.
12706 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12708         * message.el (message-kill-to-signature): Allow prefix arg to
12709         specify number of lines to keep before signature.
12711 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12713         (message-kill-to-signature): Change docstring.
12715 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12717         * canlock.el: Always require sha1-el.
12718         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12720         * message.el: Autoload sha1 only when compiling.
12722 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12724         * message.el (message-canlock-generate): Require sha1-el.
12726 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12728         * message.el (message-expand-name): Silence the byte compiler.
12730 2004-01-13  Simon Josefsson  <jas@extundo.com>
12732         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12733         Invoke gnus-score-mode.  Reported by
12734         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12736         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12737         Jim Blandy <jimb@redhat.com> (tiny change).
12739 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12741         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12743 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12745         * spam.el (spam-get-article-as-string): Update to use
12746         gnus-request-article-this-buffer, much simpler.
12747         (spam-get-article-as-buffer): Remove.
12749 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12751         * message.el (message-expand-name): Use EUDC if the user uses that.
12753 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12755         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12756         character for the encoding to avoid consing a string.
12758         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12759         unnecessarily.
12761         * mm-util.el (mm-replace-chars-in-string): Remove.
12763         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12764         of mm-replace-chars-in-string.
12766 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12768         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12770         * mm-util.el (mm-subst-char-in-string): Support inplace.
12772         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12773         a new string in every iteration.  Use shy groups.
12775 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12777         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12778         * gnus-soup.el (gnus-soup-group-brew):
12779         * gnus-msg.el (gnus-put-message):
12780         * gnus-move.el (gnus-group-move-group-to-server):
12781         * gnus-kill.el (gnus-batch-score):
12782         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12783         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12784         (gnus-group-update-group, gnus-group-read-group)
12785         (gnus-group-make-group, gnus-group-make-help-group)
12786         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12787         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12788         (gnus-group-sort-by-unread, gnus-group-catchup)
12789         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12790         (gnus-group-yank-group, gnus-group-set-info)
12791         (gnus-group-list-groups):
12792         * gnus.el (gnus-generate-new-group-name):
12793         * gnus-delay.el (gnus-delay-send-queue):
12794         * nnvirtual.el (nnvirtual-catchup-group):
12795         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12796         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12797         (gnus-group-prepare-topics, gnus-topic-check-topology):
12798         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12799         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12800         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12801         (gnus-group-make-articles-read):
12802         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12803         (gnus-group-change-level, gnus-kill-newsgroup)
12804         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12805         (gnus-get-unread-articles, gnus-make-articles-unread)
12806         (gnus-make-ascending-articles-unread): Use accessor
12807         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12808         to get group information for improved readability.
12811 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12813         * gnus-art.el (article-decode-mime-words, article-babel)
12814         (gnus-article-highlight-signature, gnus-article-add-buttons)
12815         (gnus-signature-toggle): Use gnus-with-article-buffer.
12817         * gnus-art.el (gnus-article-highlight-headers)
12818         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12820         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12821         (gnus-article-set-globals, gnus-request-article-this-buffer)
12822         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12823         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12824         (gnus-mime-display-alternative): Use with-current-buffer.
12826 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12828         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12829         also under 80 char limit, and call gnus-error if needed.
12830         (spam-fetch-article-header): Fix - it was a
12831         buffer-local variable (gnus-newsgroup-data).
12832         (spam-find-spam): Use spam-generate-fake-headers, forget about
12833         spam-insert-fake-headers.
12834         (spam-insert-fake-headers): Remove.
12836 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12838         * deuglify.el (gnus-article-outlook-unwrap-lines)
12839         (gnus-outlook-rearrange-article)
12840         (gnus-outlook-repair-attribution-outlook)
12841         (gnus-outlook-repair-attribution-block)
12842         (gnus-outlook-repair-attribution-other): Remove redundant
12843         save-excursion.
12845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12847         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12848         (spam-fetch-field-subject-fast)
12849         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12850         (spam-fetch-article-header): Add functions to deal with Gnus
12851         internals for fast retrieval of article header data.
12852         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12854 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12856         * pop3.el (pop3-md5): Remove.
12857         (pop3-apop): Replace pop3-md5 with md5.
12859         * mm-bodies.el: base64 is always built-in.
12861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12862         with-current-buffer.
12864 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12866         * canlock.el (canlock-insert-header): Remove excessive grouping in
12867         regexp.
12869         * gnus-sum.el (gnus-summary-read-document): Ditto.
12871         * gnus-uu.el (gnus-uu-part-number): Ditto.
12873         * html2text.el (html2text-remove-tags): Ditto.
12874         (html2text-format-tags): Ditto.
12875         (html2text-format-single-elements): Ditto.
12877         * mml.el (mml-parse-1): Ditto.
12879 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12881         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12883         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12885         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12887         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12889 2003-11-15  Simon Josefsson  <jas@extundo.com>
12891         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12892         (pgg-gpg-lookup-key): Use regexp match instead of
12893         split-string (split-string is different between emacs 21.2 and
12894         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12896 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12898         * gnus-art.el (gnus-mime-view-all-parts)
12899         (gnus-article-part-wrapper, gnus-article-view-part): Use
12900         with-current-buffer.
12902 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12904         * spam.el (spam-disable-spam-split-during-ham-respool)
12905         (spam-spamoracle-database, spam-cache-lookups)
12906         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12907         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12908         (spam-group-ham-marks, spam-group-spam-marks)
12909         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12910         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12911         also add spam-use-blackholes to the statistical checks.
12912         (spam-fetch-field-fast): Add interface to fetching fields, may
12913         become a macro.
12914         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12915         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12916         (spam-insert-fake-headers): Fake an article when needed.
12917         (spam-find-spam): Fake article when possible.
12918         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12919         (spam-check-bogofilter-headers): Use message-fetch-field instead
12920         of nnmail-fetch-field.
12922 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12924         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12926 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12928         * spam.el (spam-split): Do not require spam-use-CHECK to be
12929         enabled if that check is passed to spam-split explicitly; also
12930         fix so 'spam doesn't get converted to spam-split-group when
12931         spam-split-symbolic-return is t.
12932         (spam-find-spam): Find registrations of the article and use those
12933         instead of re-running spam-split to find the spam/ham
12934         classification of the article.
12935         (spam-log-processing-to-registry, spam-log-registered-p)
12936         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12937         Use gnus-error instead of gnus-message.
12938         (spam-log-registration-type): Add function to determine the
12939         classification of a message based on registry entries; will
12940         return nil if both 'spam and 'ham are found.
12941         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12942         a reasonably fast local cache without the loading errors.
12943         (spam-cache-lookups): Set to t by default.
12944         (spam-find-spam): Don't try to guess spam-cache-lookups.
12945         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12946         spam-caches entry.
12947         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12948         caching of whitelist/blacklist entries.
12949         (spam-check-whitelist, spam-check-blacklist): Invoke
12950         spam-from-listed-p with a type, not a cache variable.
12951         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12953 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12955         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12957         * nnmail.el (nnmail-split-fancy): do.
12959         * mml.el (mml-parse): do.
12961         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12962         (gnus-score-adaptive): do.
12964 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12966         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12967         (gnus-mime-button-map): Don't set keymap parent.
12968         (gnus-button-ctan-directory-regexp): Use shy grouping.
12969         (gnus-prev-page-map): Don't set keymap parent.
12970         (gnus-prev-page-map): Remove duplicated one.
12971         (gnus-next-page-map): Don't set keymap parent.
12972         (gnus-mime-security-button-map): Ditto.
12974         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12975         version number.
12977         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12979 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12981         * canlock.el (canlock-sha1-function): Remove.
12982         (canlock-sha1-function-for-verify): Remove.
12983         (canlock-openssl-program): Remove.
12984         (canlock-openssl-args): Remove.
12985         (canlock-ignore-errors): Remove.
12986         (canlock-sha1-with-openssl): Remove.
12987         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12988         (canlock-verify): Don't use canlock-ignore-errors.
12990         * sha1-el.el (sha1-string-external): Make it can return a string
12991         in binary form.
12992         (sha1-region-external): Ditto.
12993         (sha1-string-internal): Ditto.
12994         (sha1-region-internal): Ditto.
12995         (sha1-region): Ditto.
12996         (sha1-string): Ditto.
12997         (sha1): Ditto.
12999 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13001         * spam.el (spam-report-articles-gmane): New command.
13003 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13007         * run-at-time.el (run-at-time-saved): Remove.
13008         (run-at-time): Doc fix.
13010 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13012         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13013         (gnus-summary-limit-map): Add it.
13014         (gnus-summary-make-menu-bar): do.
13016 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13018         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13019         Make attempt at some caching support (done for BBDB only now).
13020         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13021         addresses to be checked.
13022         (spam-clear-cache-BBDB): Add function, to be invoked by
13023         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13024         (spam-check-BBDB): Check and use the caches, if
13025         spam-cache-lookups is on, remove superfluous (provide).
13027 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13029         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13031 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13033         * run-at-time.el (run-at-time-saved): Move to after the definition
13034         of `run-at-time'.
13036 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13038         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13039         mm-w3m-local-map-property.
13041         * mm-view.el (mm-w3m-mode-map): Remove.
13042         (mm-w3m-local-map-property): Remove.
13043         (mm-inline-text-html-render-with-w3m): Don't use
13044         mm-w3m-local-map-property.
13046 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13048         * run-at-time.el: New file.
13050         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13051         of gnus-set-text-properties.
13053         * gnus-uu.el (gnus-uu-save-article): Ditto.
13055         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13057         * gnus-cite.el (gnus-cite-parse): Ditto.
13059         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13060         of gnus-.
13062         * gnus.el: Changed calls to nnheader-run-at-time and
13063         password-run-at-time throughout to use run-at-time directly.
13065         * password.el: Removed definition of run-at-time.
13067 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13069         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13070         in prompt.
13072 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13074         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13075         XEmacs version.
13077         * dns.el (dns-make-network-process): Use `open-network-stream'
13078         instead of `gnus-xmas-open-network-stream'.
13080         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13082 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13084         * gnus-art.el (gnus-mime-display-alternative)
13085         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13086         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13087         Don't use gnus-local-map-property.
13089         * gnus-util.el (gnus-local-map-property): Remove.
13091         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13092         gnus-completing-read-maybe-default with completing-read.
13094         * gnus-util.el (gnus-completing-read): do.
13095         (gnus-completing-read-maybe-default): Remove.
13097 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13099         * password.el: Only autoload `run-at-time' if not XEmacs.
13100         Only autoload the itimer functions if XEmacs.
13102 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13104         * gnus-art.el (gnus-read-string): Remove.
13105         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13106         read-string.
13108 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13110         * netrc.el: Autoload password-read.
13111         (netrc): Add configuration group.
13112         (netrc-encoding-method, netrc-openssl-path): Add
13113         variables for encoding and decoding of files with symmetric
13114         ciphers.
13115         (netrc-encode): Add assistant function to encode a file with
13116         netrc-encoding-method.
13117         (netrc-parse): Add interactive parameter, added optional
13118         decoding if netrc-encoding-method is non-nil but otherwise
13119         behavior is standard.
13120         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13121         Do s/encode/encrypt/ everywhere.
13123         * spam.el: Remove executable-find autoload.
13125 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13127         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13129         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13131 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13133         * gnus-art.el (gnus-treat-ansi-sequences,
13134         (article-treat-ansi-sequences): New variable and function.
13135         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13137         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13138         Use it.
13140 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13142         * mm-util.el (mm-quote-arg): Remove.
13144         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13145         shell-quote-argument.
13147         * gnus-uu.el (gnus-uu-command): do.
13149         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13151         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13152         with make-char.
13154         * mm-util.el (mm-make-char): Remove.
13156         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13157         add-minor-mode.
13159         * gnus-undo.el (gnus-undo-mode): do.
13161         * gnus-topic.el (gnus-topic-mode): do.
13163         * gnus-sum.el (gnus-dead-summary-mode): do.
13165         * gnus-start.el (gnus-slave-mode): do.
13167         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13169         * gnus-ml.el (gnus-mailing-list-mode): do.
13171         * gnus-gl.el (gnus-grouplens-mode): do.
13173         * gnus-draft.el (gnus-draft-mode): do.
13175         * gnus-dired.el (gnus-dired-mode): do.
13177         * gnus-ems.el (gnus-add-minor-mode): Remove.
13179         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13180         Replace gnus-char-width with char-width.
13182         * gnus-ems.el (gnus-char-width): Remove.
13184         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13185         Replace gnus-char-width with char-width.
13187         * gnus-ems.el (gnus-char-width): Remove.
13189         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13190         definition.
13191         Remove Emacs 20 hash table compatibility code.
13193         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13194         20 compatibility code.
13196         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13198         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13200         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13201         with point-at-{eol,bol}.
13203         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13205         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13207         * flow-fill.el (fill-flowed-point-at-bol)
13208         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13210         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13211         Replace with point-at-{eol,bol} throughout all files.
13213 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13215         * ntlm.el (ntlm-string-as-unibyte): New macro.
13216         (ntlm-build-auth-response): Use it.
13218         Remove Emacs 20 stuff:
13219         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13220         of delq and copy-sequence.
13221         * gnus-art.el (popup-menu): Remove the compiler macro.
13222         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13223         Emacs 20.
13225 2004-01-05  Simon Josefsson  <jas@extundo.com>
13227         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13228         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13229         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13230         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13231         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13232         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13233         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13234         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13235         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13236         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13237         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13238         string-xor into ntlm-string-xor.  Suggested by
13239         Jesper Harder <harder@myrealbox.com>.
13241         * ntlm.el: Don't include poem.
13243         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13244         Jesper Harder <harder@myrealbox.com>.
13246         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13248         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13249         probably breaks emacs with DL patch, but do we care? Is anyone
13250         still using the DL stuff?)
13252         * sieve-manage.el: Use the password package.
13253         (sieve-manage-read-passwd): Remove.
13254         (sieve-manage-interactive-login): Use password.  Re-add
13255         condition-case around loop.
13257         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13258         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13259         the password package.
13261 2003-02-19  Simon Josefsson  <jas@extundo.com>
13263         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13264         token.
13266 2002-08-07  Simon Josefsson  <jas@extundo.com>
13268         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13269         (sieve-manage-authenticators):
13270         (sieve-manage-authenticator-alist): Add some SASL mechs.
13271         (sieve-sasl-auth): New function.
13272         (sieve-manage-cram-md5-auth):
13273         (sieve-manage-plain-auth): Rewrite using SASL library.
13274         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13275         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13276         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13277         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13279 2004-01-05  Simon Josefsson  <jas@extundo.com>
13281         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13282         New files.
13284 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286         * gnus-group.el (gnus-no-groups-message): Update.
13288         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13290 2003-11-09  Simon Josefsson  <jas@extundo.com>
13292         * imap.el: Support for ID IMAP extension (RFC 2971).
13293         (imap-local-variables): Add imap-id.
13294         (imap-id): New variable.
13295         (imap-id): New function.
13296         (imap-parse-response): Parse untagged ID response.
13297         * nnimap.el (nnimap-id): New variable.
13298         (nnimap-open-connection): Use it.
13300 2003-12-28  Simon Josefsson  <jas@extundo.com>
13302         * gnus-score.el (gnus-score-edit-all-score): New.
13303         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13305 2004-01-04  Simon Josefsson  <jas@extundo.com>
13307         * password.el: Add.
13309 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13311         * dns.el (dns-query-types): Fix typo.
13312         (dns-query-types): New function
13313         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13314         PTR and SOA replies, see RFC 1035.
13316 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13320         * Moved to Changelog.2.
13322 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13324         * gnus.el (gnus-version-number): Bump version.
13326 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13328         * gnus.el: No Gnus v0.1 is released.
13330 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13332         * gnus.el: No Gnus v0.0 is released.
13334 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336         * gnus.el (gnus-version-number): Bump.
13337         (gnus-version): No.
13339 See ChangeLog.2 for earlier changes.
13341     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13343   This file is part of GNU Emacs.
13345   GNU Emacs is free software: you can redistribute it and/or modify
13346   it under the terms of the GNU General Public License as published by
13347   the Free Software Foundation, either version 3 of the License, or
13348   (at your option) any later version.
13350   GNU Emacs is distributed in the hope that it will be useful,
13351   but WITHOUT ANY WARRANTY; without even the implied warranty of
13352   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13353   GNU General Public License for more details.
13355   You should have received a copy of the GNU General Public License
13356   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13358 ;; Local Variables:
13359 ;; coding: utf-8
13360 ;; fill-column: 79
13361 ;; add-log-time-zone-rule: t
13362 ;; End:
13364 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4