(imap-fetch-safe): Bind debug-on-error.
[gnus.git] / lisp / ChangeLog
blobaf477f4bc5b3a394dd45e6f8820044c1c4612f10
1 2009-01-31  Dave Love  <fx@gnu.org>
3         * imap.el (imap-fetch-safe): Bind debug-on-error.
4         (imap-debug): Add imap-fetch-safe.
6 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9         (auth-source-forget-all-cached): New convenience function.
10         (auth-source-user-or-password): Accept list of modes or a single mode.
12         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13         auth-source modes.
15         * netrc.el (netrc-machine-user-or-password): Use list of
16         auth-source modes.
18         * nnimap.el (nnimap-open-connection): Use list of
19         auth-source modes.
21         * nntp.el (nntp-send-authinfo): Use list of
22         auth-source modes.
24 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
26         * nntp.el (nntp-send-authinfo): 
28 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
30         * auth-source.el: Update docs to reflect epa-file-enable is to be used
31         now.
33 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
35         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
36         coding system in XEmacs; add a workaround for XEmacs.
38         * lpath.el: Fbind coding-system-aliasee.
40 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
42         * mm-util.el (mm-coding-system-priorities): Protect against nil value
43         of current-language-environment.
45 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
47         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
48         available at runtime.
50 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
52         * gnus-art.el (article-date-ut): Fix end point of narrowing.
54 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
56         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
57         the greatest positive fixnum value doesn't work under an XEmacs with
58         bignum support; use the most-positive-fixnum constant instead,
59         available since Emacs 21.1 with cl and XEmacs 21.1.
61 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
63         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
64         XEmacs gets not to work.
66 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
68         * mm-util.el (mm-coding-system-priorities): Allow the value like
69         "Japanese (UTF-8)" of current-language-environment.
71 2009-01-09  Glenn Morris  <rgm@gnu.org>
73         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
74         with last-command-event.
76 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
78         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
79         in the doc string.
81         * message.el (message-fix-before-sending): Amend comment.
83 2009-01-08  Dave Love  <fx@gnu.org>
85         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
87 2009-01-07  David Engster  <dengste@eml.cc>
89         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
90         simplified server definitions by converting it via
91         gnus-server-to-method.
93 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
95         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
96         parameter's operands.
98 2009-01-06  David Engster  <dengste@eml.cc>
100         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
101         primary select method (for gnus-group-mark-article-as-read).
103 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
105         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
106         `(gnus)Face', not `(gnus)X-Face'.
108 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
110         * mm-util.el (mm-ucs-to-char): New function.
112         * mm-url.el (mm-url-decode-entities): Use it.
114         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
115         unicode-to-char.
117 2009-01-05  Dave Love  <fx@gnu.org>
119         * time-date.el: Require cl for `declare'.
121 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
123         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
124         Dave Love.
126 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
128         * message.el (message-fix-before-sending): Add `eight-bit' to
129         illegible-text check.
131 2009-01-03  Michael Olson  <mwolson@gnu.org>
133         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
134         `headers' is nil.  This can occur if the IMAP server does not have
135         permissions to read messages from a folder, but can write new messages
136         to the folder.
137         (nnimap-request-article-part): Do not insert `data' if it is nil.
139         * imap.el (imap-parse-fetch): Courier can insert spurious blank
140         characters which will confuse `read', so skip past them.
142 2009-01-01  Dave Love  <fx@gnu.org>
144         * imap.el (imap-string-to-integer): Fix typo.
145         (imap-fetch-safe): New function.
146         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
148         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
150         * imap.el (imap-process-connection-type, imap-debug, imap-open):
151         (imap-parse-greeting): Fix doc strings.
152         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
153         (imap-parse-flag-list): Make messages unique.
154         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
156         * nnimap.el: Fix author email.
157         (nnimap-split-rule): Add FIXME comment.
158         (nnimap-debug): Fix doc string.
160 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
162         * dns.el (dns-set-servers): Check "Address".  Fix typo.
164 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
166         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
167         nslookup if resolv.conf isn't available.
168         (dns-query): Rename from query-dns.
169         (dns-query-cached): Rename from query-dns-cached.
171 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
174         overlay-arrow-position and overlay-arrow-string buffer-local; no need
175         to check if those variables exist (first appeared in Emacs 18.50).
177 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
179         * mm-util.el (mm-line-number-at-pos): New function.
181         * spam-report.el (spam-report-process-queue): Use it.
183 2008-12-24  David Engster  <dengste@eml.cc>
185         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
186         parameters that haven't existed as variables as buffer-local variables.
188 2008-12-23  Dave Love  <fx@gnu.org>
190         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
191         cadar.
193         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
194         imap-starttls-p.
195         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
197 2008-12-22  Dave Love  <fx@gnu.org>
199         * imap.el: Fix author email.  Doc fixes.
200         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
201         reply.
203 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
205         * spam-report.el (spam-report-gmane-max-requests): New constant.
206         (spam-report-gmane-wait): New variable.
207         (spam-report-gmane-ham, spam-report-gmane-spam)
208         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
209         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
210         the server.
212         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
213         Add explanations.
215         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
216         nnheader-accept-process-output and nnheader-read-timeout if available.
217         (pop3-movemail): Use it.
219         * message.el (message-check-news-body-syntax): Fix signature check if
220         there's an attachment.
222 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
224         * mm-util.el: Add comments to the mm- emulating functions.
226 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
228         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
229         by Stephen Berman <stephen.berman@gmx.net>.
231 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
233         * mm-util.el (mm-substring-no-properties): New function.
234         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
235         (mm-special-display-p): Enable those lambda forms to be byte compiled.
236         (mm-string-to-multibyte): Doc fix.
238         * mml.el (mml-attach-file): Use mm-substring-no-properties.
240 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
242         * mml.el (mml-attach-file): Strip text properties from file name.
243         (Bug#1574)
245 2008-12-16  Glenn Morris  <rgm@gnu.org>
247         * mm-util.el (mm-charset-override-alist): Declare for compiler.
249 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
251         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
252         knows since the charset specified might be a bogus alias that
253         mm-charset-synonym-alist provides.
255 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
257         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
258         "ISO_8859-1".
260         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
262 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
264         * mm-util.el (mm-charset-eval-alist):
265         Define it before mm-charset-to-coding-system.
266         (mm-charset-to-coding-system): Add optional argument `silent';
267         define it before mm-charset-override-alist.
268         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
269         default value if it can be used in Emacs currently running;
270         silence mm-charset-to-coding-system.
272 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
274         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
275         `allow-override' which says whether to use `mm-charset-override-alist'.
276         (rfc2047-decode-encoded-words): Use it.
278         * mm-util.el (mm-charset-override-alist): Fix custom type;
279         add `(gb2312 . gbk)' to choices.
281 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
283         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
284         fast.
286         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
288         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
290 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
292         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
293         on links.
295         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
297 2008-12-03  Lute Kamstra  <lute@gnu.org>
299         * sha1.el: Remove leading * from docstrings of defcustoms,
300         deffaces, defconsts and defuns.
302 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
304         * message.el (message-idna-to-ascii-rhs-1): Protect against local
305         users' addresses that don't have domain parts.
306         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
307         rather than message-narrow-to-head since there will be the message
308         header separator.
310 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
312         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
313         since the result is inserted in a unibyte buffer anyway.
314         (nnimap-demule-use-string-to-multibyte): Remove.
315         (nnimap-demule): Alias it to mm-string-to-multibyte.
317 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
319         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
320         variable for debugging bug#464 and bug#1174.
321         (nnimap-demule): Use it.
323 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
325         * gnus-score.el (gnus-score-find-trace): Handle default score in total
326         score calculation correctly.
328 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * message.el (message-send-mail): Just set the buffer to unibyte
331         rather than use mm-with-unibyte-current-buffer which does a lot more.
332         (message-send-mail-partially): Don't bother with
333         mm-with-unibyte-current-buffer since it's already been made unibyte by
334         message-send-mail.
336 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
338         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
340 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
342         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
344 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
346         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
347         require itself and to remove `with-no-warnings'.
349 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
351         * starttls.el (starttls-any-program-available): Get the name of the
352         available TLS layer program.
353         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
354         well as the host name in the "opening" message.
356         * auth-source.el (auth-source-cache, auth-source-do-cache)
357         (auth-source-user-or-password): Cache passwords and logins by default,
358         allow override with `auth-source-do-cache'.
359         (auth-source-forget-user-or-password): Allow users to remove cache
360         entries if needed.
362 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
364         * md4.el (md4-buffer): Fix typo in docstring.
365         (md4, md4-64): Doc fixes.
366         (md4-pack-int32): Reflow docstring.
368 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
370         * ietf-drums.el (ietf-drums-remove-comments): Localize second
371         condition-case to only the forward-sexp call.
373 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
375         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
376         quotes contained.  Make it more robust regardless by an extra
377         condition-case wrapper.
379 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
381         * lpath.el: No need to fbind codepage-setup for Emacs 23.
383 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
385         * nnml.el (nnml-request-expire-articles): Check if the function set to
386         `nnmail-expiry-target' returns the symbol `delete'.
388         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
390         * nnmail.el (nnmail-expiry-target): Fix custom type.
392 2008-10-02  Glenn Morris  <rgm@gnu.org>
394         * mm-util.el (mm-codepage-setup): Tweak codepage error.
395         Silence compiler warning.
397 2008-10-01  Magnus Henoch  <mange@freemail.hu>
399         * tls.el (open-tls-stream): Show the actual command being
400         executed, instead of the format string.
402 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
404         * lpath.el: Fbind codepage-setup for Emacs 23.
406 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
408         * mml.el (mml-menu): Don't assume mml2015 is bound.
410 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
412         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
413         exists.
415 2008-09-27  Glenn Morris  <rgm@gnu.org>
417         * gnus-util.el (mail-header-remove-comments): Autoload it.
419 2008-09-27  Andreas Schwab  <schwab@suse.de>
421         * gnus-util.el (gnus-split-references): Strip comments.
422         (gnus-parent-id): Likewise.
424 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
426         * message.el (message-confirm-send): Fix version.
428 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
430         * message.el (message-idna-to-ascii-rhs-1): Use
431         mail-extract-address-components rather than mail-header-parse-addresses
432         that is an alias by default to ietf-drums-parse-addresses that does not
433         support non-ASCII names in headers' contents.
435 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
437         * message.el (message-confirm-send): Fixed variable documentation to
438         avoid the "y/n" wording.
440 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
442         * message.el (message-set-auto-save-file-name): Save to a different
443         filename so multiple messages (especially drafts) can be recovered.
445 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
447         * message.el (message-confirm-send): Add appropriate version.
449 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
451         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
452         defvar.
454 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
456         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
457         (mm-pkcs7-enveloped-magic): Ditto.
459 2008-09-17  Simon Josefsson  <simon@josefsson.org>
461         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
462         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
464 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
466         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
467         default, it's better.
469 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
471         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
472         summary line gnus-number property and ignore them (with a warning
473         message).
475 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
477         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
478         macro caddr in the interactive form since it won't be expanded.
480 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
482         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
483         `charset'; fix name of function called recursively.
484         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
486 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
489         (gnus-mime-set-charset-parameters): New function.
490         (gnus-mime-view-part-as-charset): Use it to correctly display part
491         specifying wrong charset.
493 2008-09-08  David Engster  <dengste@eml.cc>
495         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
496         in completing-read for back end server.
498 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
500         * message.el (message-confirm-send): New variable to confirm sending a
501         message.
502         (message-send): Use it.
504 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
506         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
508 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
510         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
512 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
514         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
515         prevent tracking too many groups.
516         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
517         Use it.
519 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
521         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
522         moving point to the bottom of the window in order to avoid recentering.
524 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
526         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
528         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
529         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
530         (gnus-article-beginning-of-window): Fix calculation.
532 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
534         * gnus-msg.el (gnus-summary-supersede-article)
535         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
536         value of gnus-newsgroup-charset to decode non-MIME encoded text in
537         message header.
539 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
541         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
542         pending output coming after the status change.
544 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
546         * message.el:
547         * gnus-start.el:
548         * gnus-registry.el: Remove VMS support.
550 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
552         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
553         macro.
554         (rfc2104-hash): Use it.
556 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
558         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
559         (gnus-summary-sort-by-most-recent-date): New commands.
560         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
561         and menu entries.
563 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
565         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
566         don't redisplay article for raw contents; remove plural articles stuff.
568         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
569         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
570         on gnus-summary-save-article; display results properly.
572 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
574         * lpath.el: No need to fbind ns-focus-frame.
576 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
578         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
580 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * gnus-art.el (gnus-summary-save-in-pipe): Consider
583         gnus-save-all-headers.
585 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
587         * gnus-util.el (ns-focus-frame): Remove declaration.
588         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
589         like x.
591 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
593         * rfc2104.el (rfc2104-zero): Delete defconst.
594         (rfc2104-hex-alist): Likewise.
595         (rfc2104-hex-to-int): Delete func.
596         (rfc2104-hexstring-to-bitstring): Likewise.
597         (rfc2104-nybbles): New defconst.
598         (rfc2104-hash): Rewrite for speed.
600 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
602         * tls.el (open-tls-stream): Make it work with the 2nd argument
603         BUFFER that is a string but does not exist as a buffer object, as
604         mentioned in the doc-string.
606 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
608         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
609         SXEmacs.
611 2008-07-16  Glenn Morris  <rgm@gnu.org>
613         * gnus-util.el (ns-focus-frame): Declare for compiler.
615 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
617         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
618         set as a group parameter.
619         (gnus-summary-save-in-pipe): Work when it is called independently.
620         (gnus-summary-pipe-to-muttprint): Don't modify
621         gnus-summary-pipe-output-default-command.
623 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * message.el (message-send-mail-with-sendmail):
626         Display the error message.
628 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
630         * gnus-art.el (gnus-default-article-saver):
631         Add gnus-summary-save-in-pipe to choices.
632         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
633         gnus-summary-pipe-output-default-command as the default command.
634         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
635         instead of gnus-last-shell-command.
637         * gnus-sum.el (gnus-summary-pipe-output-default-command):
638         New user option.
639         (gnus-summary-muttprint-program): Mention the value will be changed.
640         (gnus-summary-save-article): Force showing of all headers.
641         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
643 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
645         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
647 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
649         * nnimap.el (nnimap-id):
650         * sieve-manage.el (sieve-manage-open): Doc fixes.
652 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
654         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
655         if available.
657 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
661         * nnkiboze.el (nnkiboze-generate-group):
662         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
664         * nnmairix.el: Require CL.
666 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
668         * dgnushack.el: Autoload get-display-table and put-display-table for
669         XEmacs 21.5.
671         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
672         21.4 and SXEmacs.
674 2008-06-15  David Engster  <dengste@eml.cc>
676         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
678 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
680         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
681         New macros that expand to an `aset'/`aref' call under Emacs, and to a
682         runtime choice under XEmacs.
684         * gnus-sum.el (gnus-summary-set-display-table):
685         Use `gnus-put-display-table', `gnus-get-display-table',
686         `gnus-set-display-table' for the display table, instead of `aset'.
688         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
689         Use `gnus-put-display-table', `gnus-get-display-table',
690         `gnus-set-display-table' for the display table.
692 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
694         * nnmairix.el: Add autoloads.
696 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
698         * nnmairix.el (nnmairix-delete-recreate-group)
699         (nnmairix-update-and-clear-marks): Fix error messages.
701 2008-06-14  David Engster  <dengste@eml.cc>
703         * nnmairix.el: Upgrade to version 0.6.
704         (nnmairix-group-toggle-propmarks-this-group)
705         (nnmairix-group-toggle-readmarks-this-group)
706         (nnmairix-group-delete-recreate-this-group)
707         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
708         (nnmairix-remove-tick-mark-original-article): New commands.
709         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
710         (nnmairix-propagate-marks-to-nnmairix-groups)
711         (nnmairix-only-use-registry, nnmairix-allowfast-default)
712         (nnmairix-marks-cache, nnmairix-version-output): New variables.
713         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
714         functions needed for marks propagation and manipulation of read marks.
715         (nnmairix-update-groups): New function.
716         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
717         (nnmairix-determine-original-group-from-registry)
718         (nnmairix-determine-original-group-from-path)
719         (nnmairix-get-group-from-file-path, nnmairix-map-range)
720         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
721         New helper functions.
722         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
723         keystrokes for new commands.
724         (nnmairix-delete-and-create-on-change): Doc string cleanup.
725         (nnmairix-request-group): Check allow-fast group parameter.
726         (nnmairix-request-create-group): Set allow-fast group parameter if
727         nnmairix-allowfast-default is set.
728         (nnmairix-close-group): Propagate marks upon closing if needed.
729         (nnmairix-group-toggle-threads-this-group): Use new.
730         nnmairix-group-toggle-parameter helper function.
731         (nnmairix-search): Better check for empty search result.
732         (nnmairix-goto-original-article): Use new helper functions for
733         determining original article.
734         (nnmairix-show-original-article): Make sure message-id is in brackets.
735         (nnmairix-call-mairix-binary): Change variable name.
736         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
737         helper function.
738         (nnmairix-widget-toggle-activate): Fix doc string.
740 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
742         * nnir.el: Require edmacro when compiling with XEmacs.
743         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
744         available in Emacs 21.
746 2008-06-11  Glenn Morris  <rgm@gnu.org>
748         * gnus-util.el (x-focus-frame):
749         * gnus.el (image-size):
750         * mm-decode.el (image-size): Declare.
752         * gnus-picon.el (declare-function): Add compat definition.
753         (image-size): Declare.
755         * gnus-group.el (tool-bar-map):
756         * gnus-sum.el (tool-bar-map): Define for compiler.
758         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
760         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
762         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
763         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
764         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
765         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
766         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
767         * sieve-manage.el, spam-report.el, spam.el:
768         Remove unnecessary eval-and-compile of autoloads.
770 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
772         * auth-source.el: Precise Tramp doc.
774 2008-06-07  Glenn Morris  <rgm@gnu.org>
776         * nnmairix.el: Remove unnecessary eval-when-compile.
778 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
780         * lpath.el: Fbind propertize for XEmacs 21.4.
782 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
784         * nnir.el: Move here from ../contrib.
786 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * gnus-util.el (gnus-read-shell-command): New function.
789         * mm-decode.el (mm-pipe-part):
790         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
792 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
794         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
796 2008-06-03  Glenn Morris  <rgm@gnu.org>
798        * pop3.el (nnheader-accept-process-output): Autoload it.
800 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
802         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
803         are not 2-digit hexadecimal characters that follow `%'s.
805 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
807         * message.el (message-bogus-recipient-p): Fix type in doc string.
808         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
809         (message-bogus-addresses): Rename from message-bogus-address-regexp.
810         Improve custom options.
811         (message-bogus-recipient-p): Adjust accordingly.
813 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
815         * parse-time.el (parse-time-months, parse-time-weekdays): Add
816         long-form month and day names.
818 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
820         * dgnushack.el: Autoload debug, eudc-expand-inline and
821         pgg-snarf-keys-region for XEmacs.
823         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
825         * nnmairix.el: Require edmacro when compiling with XEmacs.
827 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
829         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
830         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
832 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
834         * auth-source.el: Add more docs.
836         * netrc.el (netrc-machine): Always match if the port is not given.
838 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840         * nnheader.el (nnheader-read-timeout): Change the default timeout from
841         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
842         retrieval faster in some cases, but might make CPU usage larger.  If
843         this has any bad side effects, we might revert this change.
845         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
846         seems to make mail retrieval much, much faster.
847         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
848         unconditionally.
850         * gnus-draft.el (gnus-group-send-queue): Bind
851         message-send-mail-partially-limit to nil to avoid being prompted.
853 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
855         * mml.el (mml-attach-buffer): Prompt for `disposition'.
857         * message.el (message-bogus-address-regexp): Fix and improve custom
858         type.
859         (message-setup-hook): Add message-check-recipients as custom option.
861 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
863         * message.el (message-cite-function): Remove bogus autoload which crept
864         in during merge from v5-10.
866 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
868         * nnimap.el (nnimap-open-connection): Fix login/password bug.
870         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
872         * auth-source.el: Preliminary Tramp docs.
873         (auth-sources): Change the default auth-sources to use
874         EPA .gpg files.
876 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
878         * nntp.el: Autoload `auth-source-user-or-password'.
879         (nntp-send-authinfo): Use it.
881         * nnimap.el: Autoload `auth-source-user-or-password'.
882         (nnimap-open-connection): Use it.
884         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
885         for the gnus-message function.
886         (auth-source-user-or-password): Use it.
888 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
891         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
892         (rfc2104-hash): Use it.
894 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
896         * gnus-art.el (gnus-article-toggle-truncate-lines):
897         Don't use `iff' in docstring.
899 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
901         * gnus-registry.el: Adjusted copyright dates and added a keyword.
903         * gnus-util.el (gnus-extract-address-component-name)
904         (gnus-extract-address-component-email): Convenience functions around
905         `gnus-extract-address-components'.
907         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
908         Use `gnus-extract-address-component-email' to fix bug of comparing full
909         sender name to `user-mail-address'.
911 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
913         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
914         catch/throw to optimize.
915         (gnus-registry-find-keywords): Just use member to find a keyword.
917 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
919         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
920         is current before calling gnus-server-prepare.
921         (gnus-server-setup-buffer, gnus-server-update-server)
922         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
924 2008-05-04  Juri Linkov  <juri@jurta.org>
926         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
927         (mailcap-file-default-commands): Use mailcap-replace-in-string
928         instead of replace-regexp-in-string, and mailcap-delete-duplicates
929         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
931 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
933         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
935 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
937         * gnus.el: Bump version to 0.11
939 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
941         * gnus.el: No Gnus v0.10 is released.
943 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
946         hooks.
947         (gnus-update-read-articles): Speed up non-marks-using users.
948         (gnus-use-marks): Define gnus-use-marks.
949         (gnus-propagate-marks): Rename variable to something more sensible.
951 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
953         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
954         (gmm-image-load-path-for-library): Fix typos in docstrings.
955         (gmm-message): Reflow docstring.
957 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
959         * mail-source.el (mail-source-set-1, mail-source-bind):
960         Move auth-source code out of the macro to clean it up and fix bugs.
962 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
964         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
965         by sender if it's equal to user-mail-address, it's likely to be
966         useless.
968         * mail-source.el (mail-source-bind): Don't use user or password if they
969         are not bound.  Unintern them if they are nil.  Don't use server unless
970         it's bound, and default it to empty string otherwise.
972 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
974         * mail-source.el: Load auth-source.el.
975         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
976         get user name or password, if auth-sources is set up.
978         * gnus-registry.el (gnus-registry-split-strategy): New variable for
979         strategy of splitting with parent.
980         (gnus-registry-split-fancy-with-parent)
981         (gnus-registry-post-process-groups): Use it and fix prior
982         bug (returning a list as the split result).
984         * auth-source.el (auth-sources): Remove server parameter.
985         (auth-source-pick, auth-source-user-or-password)
986         (auth-source-user-or-password-imap)
987         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
988         (auth-source-user-or-password-sftp)
989         (auth-source-user-or-password-smtp): Remove server parameter.
991 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
993         * smime.el (smime-sign-region, smime-encrypt-region)
994         (smime-decrypt-region):
995         Remove redundant calls to `generate-new-buffer-name'.
997 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
999         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1000         Don't use QP for message/rfc822.
1001         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1003 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * sieve-manage.el (sieve-string-bytes): Remove.
1006         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1007         correct byte-length only if the process's coding-system is the same as
1008         the one used internally by Emacs to represent strings.
1010 2008-04-22  Juri Linkov  <juri@jurta.org>
1012         * mailcap.el (mailcap-file-default-commands): New function.
1014 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1016         * message.el (message-signature-separator, message-cite-function):
1017         Change custom version.
1019 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1021         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1022         commands.
1023         (tls-checktrust): Ditto.
1025 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1027         * mm-decode.el (mm-display-external): Make temp file read-only.
1029 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1031         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1032         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1033         `C-c C-f d'.
1035 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1037         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1039 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1041         * gnus.el: Bump version to 0.9.
1043 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * gnus.el: No Gnus v0.8 is released.
1047 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * mail-source.el (mail-source-value):
1050         Prefer fboundp to functionp so it works with macros as well.
1052 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1055         Fix last change in case the element is not even a symbol.
1057 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1060         Prefer fboundp to functionp so it works with macros as well.
1062 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1064         * auth-source.el: Added docs.
1065         (auth-sources): Modify format to support server.
1066         (auth-source-pick, auth-source-user-or-password)
1067         (auth-source-user-or-password-imap)
1068         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1069         (auth-source-user-or-password-sftp)
1070         (auth-source-user-or-password-smtp): Add server parameter.
1072 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1074         * gnus-registry.el: Initialize the registry when gnus-registry-install
1075         is t.
1077 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1079         * compface.el (uncompface): Make buffer unibyte.
1081 2008-04-05  Glenn Morris  <rgm@gnu.org>
1083         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1085 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1088         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1090         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1091         multibyteness after rather than before erasing it.
1093         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1094         mm-with-multibyte.
1095         (gnus-request-article-this-buffer): Make sure the proper decoding is
1096         used if gnus-original-article-buffer happens to be unibyte.
1098         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1099         default-enable-multibyte-characters.
1101         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1102         default-enable-multibyte-characters.
1104         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1106         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1108 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1110         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1111         (imap-message-copyuid-1): Use it.
1112         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1113         J. Williams in
1114         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1116         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1117         imap-enable-exchange-bug-workaround.
1118         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1120 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1122         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1123         a 100 byte status-checks into a 2-3MB transfer for each group.
1124         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1125         to enable bug workaround or not.
1126         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1128 2008-03-31  Glenn Morris  <rgm@gnu.org>
1130         * message.el (mml2015-use): Declare for compiler.
1131         (message-info): Require mml2015 when appropriate.
1133 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1135         * Makefile.in (EMACS_COMP): Quote directory name that might contain
1136         whitespace.
1138 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1141         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1142         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1143         (nntp-service-to-port): New function.
1144         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1145         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1146         (nntp-open-netcat-stream): New function.
1147         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1149 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
1151         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1153 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1157 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1159         * dns.el (dns-write): Use set-buffer-multibyte.
1161 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
1163         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1165 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1167         * message.el (message-signature-separator): Change default.
1168         Improve custom type.
1169         (message-cite-function): Change default to
1170         message-cite-original-without-signature.
1172         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1173         toggle.
1175         * message.el (message-check-news-body-syntax): Fix signature check.
1176         (message-setup-1): Mark buffer as unmodified _after_ running
1177         message-setup-hook and handling message-alternative-emails.
1178         (message-shorten-references): Be more strict when building list of
1179         valid references to comply with GNKSA.
1181         * gnus-group.el (gnus-read-ephemeral-bug-group)
1182         (gnus-read-ephemeral-debian-bug-group)
1183         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1185         * message.el (message-info): Don't use booleanp which isn't supported
1186         in Emacs 21 and XEmacs.
1188 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1190         * gnus-group.el (gnus-gmane-group-download-format): Rename from
1191         gnus-group-gmane-group-download-format.
1192         (gnus-group-read-ephemeral-gmane-group): Rename from
1193         gnus-group-read-ephemeral-gmane-group.
1194         (gnus-read-ephemeral-gmane-group-url): Rename from
1195         gnus-group-read-ephemeral-gmane-group-url.
1196         (gnus-bug-group-download-format-alist): New variable.
1197         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1198         (gnus-read-ephemeral-emacs-bug-group): New commands.
1200 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1202         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1203         (gnus-visible-headers): Improve custom type.
1205 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1207         * mml.el (mml-menu): Add workarounds for XEmacs.
1209         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1210         X-Boundary header.
1212         * message.el (message-simplify-recipients): Fix previous commit.
1214 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * mm-util.el (mm-set-buffer-multibyte): New function.
1217         * mm-decode.el (mm-copy-to-buffer): Use it.
1219 2008-03-19  Glenn Morris  <rgm@gnu.org>
1221         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
1222         Accidentally removed in the sync process with Emacs.
1224 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1226         * message.el (message-alter-recipients-discard-bogus-full-name):
1227         New function.
1228         (message-alter-recipients-function): New variable.
1229         (message-get-reply-headers): Use it.
1230         (message-replace-header): New helper function.
1231         (message-recipients-without-full-name): New variable.
1232         (message-simplify-recipients): New command.
1234         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1236         * message.el (message-info): Handle EasyPG manual.
1238         * mml.el (mml-menu): Add entry for EasyPG.
1240 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1242         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1243         parameter.
1245         * message.el (message-disassociate-draft): Specify drafts group name
1246         fully.
1248 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1250         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1251         unnecessary duplicates from the match list.
1253 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1255         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1257         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1259         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1260         args of `how-many' of which the XEmacs version doesn't take; declare
1261         Info-index-next as function.
1263 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1265         * gnus-score.el (gnus-score-headers): Fix handling of
1266         gnus-inhibit-slow-scoring.
1268         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1269         string.
1270         (gnus-button-url-regexp): Improve handling of parenthesis.
1271         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1272         (gnus-button-handle-info-keystrokes): Handle index entries.
1274 2008-03-15  Glenn Morris  <rgm@gnu.org>
1276         * parse-time.el (parse-time-string): Simplify.
1278 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1280         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1281         Incoming* files.
1283 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1285         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1286         (auth-source-pick): Use it.
1288 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * binhex.el (binhex-decode-region-internal):
1291         * uudecode.el (uudecode-decode-region-internal):
1292         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1293         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1294         setting default-enable-multibyte-characters.
1296 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1298         * auth-source.el (auth-source-protocols)
1299         (auth-source-protocols-customize, auth-source-choices): Added and
1300         modified variable customizations and defaults.
1301         (auth-source-pick, auth-source-user-or-password)
1302         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1303         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1304         (auth-source-user-or-password-sftp)
1305         (auth-source-user-or-password-smtp): Use new variables and provide an
1306         interface to netrc.el.
1308 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1311         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1312         Make sure the nntp port to specify is a string.
1314 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * nntp.el: Use with-current-buffer.
1317         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1318         dubious mm-with-unibyte-current-buffer.
1319         (nntp-with-open-group-function): New function extracted from
1320         nntp-with-open-group macro.
1321         (nntp-with-open-group): Use the function, so it's easier to debug.
1322         Add indentation and debugging info.
1323         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1324         the use of the netcat alternatives.
1326         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1327         Avoid mm-string-as-multibyte as well.
1329         * nnweb.el (nnweb-insert-html):
1330         Remove use of nnheader-string-as-multibyte.
1332         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1333         (nnheader-string-as-multibyte): Remove.
1335         * mm-view.el: Use inhibit-read-only.
1336         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1337         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1338         or unibyte-string.
1340         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1341         (mm-uu-yenc-extract): Use with-current-buffer.
1343         * gnus-soup.el (gnus-soup-send-packet): Don't use
1344         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1346         * nnmh.el: Use with-current-buffer.
1347         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1348         mm-string-as-multibyte on the output of mm-encode-coding-string.
1350         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1351         (nnimap-request-move-article): Use with-current-buffer.
1353         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1354         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1355         conversion uses string-make-unibyte rather than string-as-unibyte.
1357         * gnus-msg.el: Use with-current-buffer.
1359         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1361 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1363         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1364         string for caching if it is 'PIN.
1366 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1368         * lpath.el: Consider the case without Emacs/W3.
1370 2008-03-08  Glenn Morris  <rgm@gnu.org>
1372         * time-date.el (date-to-time, time-subtract, time-add)
1373         (safe-date-to-time): Doc fixes.
1375 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * mail-source.el (mail-source-delete-old-incoming-confirm):
1378         Change default to nil.
1379         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1381 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1383         * lpath.el: Rearrange.
1385         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1386         (gnus-article-goto-prev-page): Work for articles having ^L's.
1388         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1390         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1392 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1394         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1395         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1396         (gnus-bookmark-jump): Adjust some variable names.
1398 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1400         * auth-source.el: New package.
1401         (auth-source-choices): Add customization entry point variable.
1403         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1404         bug.
1406 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1408         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1409         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1410         (gnus-registry-install-shortcuts): Rename from
1411         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1412         the `gnus-registry-mark-map' keymap dynamically from
1413         `gnus-registry-marks'.  The generated functions update the summary line
1414         when a registry mark is added or deleted, and will call
1415         `gnus-registry-install-p' (see the comments in the code).
1416         (gnus-registry-user-format-function-M): Use concat intelligently.
1418         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1419         the registry mark functions.
1421 2008-03-05  Glenn Morris  <rgm@gnu.org>
1423         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1424         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1425         gnus-art.
1426         (top-level): No need to load own source when compiling.
1428 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1430         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1431         Suggested by <chris.anderton@zetnet.co.uk>.
1433 2008-03-04  Glenn Morris  <rgm@gnu.org>
1435         * gnus-sum.el (top-level): No need to require gnus when compiling,
1436         since unconditionally required near start of file.
1437         (gnus-summary-display-while-building): Move definition before use.
1439 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1441         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1442         formatting function.
1444 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1446         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1447         with plists.
1448         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1449         Use new format.
1451 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1454         `where-is-internal' that returns a range of key sequences.
1456 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1460         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1461         (gnus-summary-jump-to-group): Consider windows on other displayed
1462         frames as well.  Similar changes might be needed elsewhere, but that's
1463         the one I've bumped into during my use.
1465         * nndoc.el (nndoc-oe-dbx-type-p):
1466         * gnus-msg.el (gnus-debug):
1467         * gnus-group.el (gnus-update-group-mark-positions):
1468         Use mm-string-to-multibyte.
1470 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1472         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1473         doesn't handle NotDashEscaped.
1475         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1476         (mml-dnd-attach-options): Fix typo in custom choice.
1478         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1479         nndoc-article-type to mbox.
1480         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1482         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1483         to nil, instead of html2text.
1485         * imap.el (imap-debug): Add `imap-ping-server'.
1487         * gnus-bookmark.el: Add FIXMEs.
1489         * message.el (message-form-letter-separator)
1490         (message-send-form-letter-delay): New variables.
1491         (message-send-form-letter): Use them.  New command to send form
1492         letters.  Requested by Uwe Siart.
1493         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1495 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1497         * Update copyright years.
1499 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1501         Sync from EMACS_22_BASE.
1503         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1505 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1507         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1508         empty author.
1510 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1512         * gnus-registry.el (gnus-registry-marks): Add variable for
1513         customization of marks and their appearance.
1514         (gnus-registry-read-mark): Use it.
1515         (gnus-registry-do-marks): Add utility function to loop through
1516         `gnus-registry-marks'.
1517         (gnus-registry-install-shortcuts-and-menus): Add function to install
1518         shortcuts and menus.
1519         (gnus-registry-initialize): Use it.
1520         (gnus-registry-default-mark): Clarify documentation.
1522 2008-02-29  Glenn Morris  <rgm@gnu.org>
1524         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1525         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1526         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1527         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1528         Change defcustom :version from 23.0 to 23.1.
1530 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1532         * gnus-registry.el (gnus-registry-follow-group-p)
1533         (gnus-registry-post-process-groups): Add functions to aid registry
1534         splitting and improve logging.  Clarify behavior in function
1535         documentation.
1536         (gnus-registry-split-fancy-with-parent): Use them.
1538 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * gnus-art.el: Use with-current-buffer.
1542 2008-02-27  David Engster  <dengste@eml.cc>
1544         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1545         Express real group name in the response.
1547 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1549         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1550         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1551         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1552         autoload gnus-registry-fetch-group when compiling.
1553         (nnmairix-request-group-with-article-number-correction): Remove
1554         unreferenced argument passed to nnmairix-call-backend.
1556 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1558         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1559         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1560         Wilde.
1562 2008-02-27  Glenn Morris  <rgm@gnu.org>
1564         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1565         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1566         variables to defconsts.  Convert comments to doc-strings.
1567         (nnmairix-last-server, nnmairix-current-server): Convert from free
1568         variables to defvars.  Convert comments to doc-strings.
1569         (gnus-registry-fetch-group): Autoload.
1570         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1571         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1572         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1573         caddr.
1574         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1575         nnmairix-request-group-with-article-number-correction call.
1576         (nnmairix-fast, nnmairix-group): New, less general names, for free
1577         variables passed from nnmairix-request-group to
1578         nnmairix-request-group-with-article-number-correction.  Declare.
1579         (nnmairix-request-group-with-article-number-correction):
1580         Use nnmairix-fast, nnmairix-group rather than fast, group.
1582 2008-02-26  David Engster  <dengste@eml.cc>
1584         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1585         version 0.5.
1587 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1589         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1590         instead of making an extra function call.  Don't add the current group
1591         to articles only when they have the group.  Use
1592         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1593         Reported by David <de_bb@arcor.de>.
1595 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1597         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1598         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1600 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1602         * mail-source.el (mail-source-delete-incoming): Change default.
1603         Supplement doc string.
1605         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1607 2008-02-14  Glenn Morris  <rgm@gnu.org>
1609         * time-date.el (format-seconds): New function.
1611 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1613         * nnmail.el (nnmail-message-id-cache-file): Derive from
1614         `gnus-home-directory'.
1616 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1618         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1619         Document negative prefix.
1621         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1623 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625         * message.el (message-unsent-separator): Add the Exim bounce
1626         separator.
1628 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1630         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1631         list.
1632         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1633         recipient/signer list.
1635 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1637         * Makefile.in (datarootdir): Define.
1638         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1639         name that might contain whitespace.
1641 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1643         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1644         fbound (Emacs 23 unicode), signal an error.
1646 2008-02-08  Glenn Morris  <rgm@gnu.org>
1648         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1650 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1652         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1653         ports to the calls to `netrc-machine-user-or-password' in addition to
1654         "imap" and "imaps".
1656 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1658         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1660         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1662 2008-02-01  Kenichi Handa  <handa@m17n.org>
1664         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1665         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1666         (rfc2104-hash): Convert the result of concat to unibyte string.
1668 2008-02-01  Dave Love  <fx@gnu.org>
1670         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1671         coding-system-for-read.
1672         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1674 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1676         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1677         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1678         <hanche@math.ntnu.no>.
1680 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1682         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1684         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1686 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1688         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1689         * message.el (message-beginning-of-line): Use featurep instead of bound
1690         tests in order to resolve conditionals at compile time.
1692 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1694         * mail-source.el (mail-sources): Add `group' choice.
1696         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1697         parameter `in-group' to control into which group the articles go.
1698         Add treatment of `group' mail-source.
1700 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1702         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1704         * mm-decode.el (mm-dissect-buffer): Decode description.
1706         * mml.el (mml-to-mime): Encode message header first.
1708 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1710         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1711         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1713         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1714         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1716 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1718         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1720 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1722         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1723         prefix keys.
1724         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1725         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1726         gnus-xmas.el.
1728         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1729         (gnus-xmas-article-describe-bindings): New function.
1730         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1731         gnus-xmas-article-describe-bindings.
1733         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1735 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1737         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1738         Add new variables for article mark management.
1739         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1740         list of extra data entries which, when present, will indicate that the
1741         article ID should not be trimmed from the registry.
1742         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1743         functions.
1744         (gnus-registry-read-mark): New function to read a mark name from the
1745         user.
1746         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1747         (gnus-registry-set-article-mark-internal): New functions to add and
1748         remove marks.
1749         (gnus-registry-get-article-marks): New function to show the marks for
1750         an article, or retrieve them for further use.
1752 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1754         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1755         keys when no argument is given.
1757 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1759         * imap.el (imap-ping-server): New variable.
1760         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1761         (imap-ping-server): Minor doc string fixes.
1763 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1765         * imap.el (imap-ping-server): New function.
1766         (imap-opened): Call imap-ping-server.
1768 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1770         * gnus-sum.el (gnus-article-sort-by-random)
1771         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1772         jidanni@jidanni.org.
1774 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1776         * gnus-art.el (gnus-article-describe-bindings): New function.
1777         (gnus-article-read-summary-keys): Use it.
1778         (gnus-article-mode-map): Bind `C-h b' to it.
1780 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1782         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1783         XEmacs.
1784         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1785         against non-character events.
1787         * lpath.el: Fbind map-keymap for Emacs 21.
1789 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1791         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1792         command.
1793         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1794         instead of END.  Change name of the temp file.
1795         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1796         customizable.
1798 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1800         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1801         bind `S W' to gnus-article-wide-reply-with-original; set default
1802         binding to gnus-article-read-summary-send-keys.
1803         (gnus-article-read-summary-keys): Fix the order of keys; display
1804         continuation keys correctly in the echo area; describe bindings
1805         correctly when keys end with `C-h'.
1806         (gnus-article-read-summary-send-keys): New function.
1807         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1808         for gnus-article-read-summary-send-keys; display continuation keys
1809         correctly in the echo area.
1810         (gnus-article-reply-with-original): Ignore prefix argument.
1811         (gnus-article-wide-reply-with-original): New function.
1813         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1814         Emacs 21.
1816 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1818         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1819         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1821 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1823         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1824         (gnus-group-read-ephemeral-gmane-group): New command.
1826 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1828         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1830 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1832         * message.el (message-send-mail-function): Increase custom version.
1834         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1835         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1837 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1839         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1840         for the cases where imap-authenticate is called with a nil buffer
1841         parameter.
1843 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1845         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1846         html parts correctly; support forwarded messages.
1847         (gnus-article-browse-html-article): Remove work buffers.
1849         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1850         compiling.
1851         (netrc-bound-and-true-p): New macro.
1852         (netrc-parse): Use it instead of bound-and-true-p that is not available
1853         in XEmacs 21.4.
1855 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1857         * gnus-registry.el (gnus-registry-mark-article)
1858         (gnus-registry-article-marks): Add functionality to mark articles
1859         through the Gnus registry.
1861         * encrypt.el: Clarify documentation for the new pgg method.
1862         (encrypt-file-alist): Add PGG option.
1863         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1864         functionality.  Abstract password key and messaging to external
1865         functions.
1866         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1867         (encrypt-message-method-and-cipher): Add new convenience external
1868         functions.
1869         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1870         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1872         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1873         (netrc-parse): Use encrypt-file-alist to determine if
1874         encrypt-find-model or encrypt-insert-file-contents should be used.
1876         * encrypt.el: Clarify documentation.  Load password-cache or
1877         password, whichever one is found first, instead of autoloading.
1879 2007-12-19  Glenn Morris  <rgm@gnu.org>
1881         * mml.el (message-options-set, message-narrow-to-head)
1882         (message-in-body-p, message-mail-p, message-encode-message-body):
1883         Autoload.
1884         (message-remove-header, message-narrow-to-headers-or-head)
1885         (message-subscribed-p, message-make-mail-followup-to)
1886         (message-position-on-field, message-news-p)
1887         (message-options-set-recipient, message-generate-headers)
1888         (message-sort-headers): Declare as functions.
1890 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1892         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1893         convention in doc string.
1895 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1897         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1898         title to html parts.
1899         (gnus-article-browse-html-article): Pass message header to it.
1901         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1903 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1905         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1906         or password compatible with XEmacs.
1908 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1910         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1911         format document.
1912         (gnus-mime-delete-part): Don't write description line if empty.
1913         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1915 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1917         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1918         (gnus-summary-mark-read-and-unread-as-read)
1919         (gnus-summary-mark-current-read-and-unread-as-read)
1920         (gnus-summary-mark-unread-as-ticked): Doc fix.
1921         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1923 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1925         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1926         Christoph Conrad <christoph.conrad@gmx.de>.
1928 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1930         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1931         yes-or-no-p.
1933 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1935         * mm-decode.el (mm-add-meta-html-tag): New function.
1936         (mm-save-part-to-file, mm-pipe-part): Use it.
1938         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1939         gnus-y-or-n-p instead of y-or-n-p.
1940         (gnus-article-browse-html-parts): Work with message/external-body; use
1941         mm-add-meta-html-tag.
1943 2007-12-11  Glenn Morris  <rgm@gnu.org>
1945         * gnus-cache.el: Require gnus-sum not just when compiling.
1947         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1949         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1950         definitions before use.
1952         * mm-decode.el: Require gnus-util.
1953         (mm-remove-part): Only call delete-annotation on XEmacs.
1955         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1957         * nnmail.el: Require gnus-int.
1959         * spam.el: Move `require's before `eval-when-compile's.
1961         * gnus-ems.el (gnus-alive-p):
1962         * gnus-fun.el (message-goto-eoh):
1963         * gnus-util.el (gnus-group-name-decode):
1964         * mail-source.el (gnus-compress-sequence):
1965         * message.el (Info-goto-node, format-spec):
1966         * mm-bodies.el (message-options-get):
1967         * mm-decode.el (mm-view-pkcs7):
1968         * mm-util.el (gmm-write-region):
1969         * mml-smime.el (mml-compute-boundary)
1970         (gnus-completing-read-with-default):
1971         * mml.el (widget-button-press, gnus-make-hashtable):
1972         * mml1991.el (mm-decode-content-transfer-encoding)
1973         (mm-encode-content-transfer-encoding)
1974         (message-options-get, message-options-set):
1975         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1976         * nnfolder.el (gnus-request-group):
1977         * nnheader.el (ietf-drums-unfold-fws):
1978         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1979         * smime.el (gnus-run-mode-hooks):
1980         * spam-stat.el (gnus-message): Autoload.
1982         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1983         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1984         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1985         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1986         Add declare-function compatibility definition.
1988         * gnus-cache.el (nnvirtual-find-group-art):
1989         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1990         (gnus-add-image, gnus-add-wash-type):
1991         * gnus-group.el (nnkiboze-score-file):
1992         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1993         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1994         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1995         (message-tokenize-header, gnus-get-buffer-create)
1996         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1997         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1998         * gnus.el (gnus-group-decoded-name):
1999         * mail-source.el (imap-capability):
2000         * mm-bodies.el (message-options-set):
2001         * mm-decode.el (gnus-configure-windows):
2002         * mm-extern.el (message-goto-body):
2003         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2004         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2005         (epg-sub-key-validity, message-options-set):
2006         * mml.el (widget-event-point, gnus-configure-windows):
2007         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2008         * mml2015.el (epg-check-configuration, epg-configuration)
2009         (message-options-set):
2010         * nndb.el (nndb-request-article):
2011         * nnfolder.el (gnus-request-create-group):
2012         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2013         * nnmaildir.el (gnus-group-mark-article-read):
2014         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2015         * rfc1843.el (message-fetch-field):
2016         * spam.el (gnus-extract-address-components):
2017         Declare as functions.
2019 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2021         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2023         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2025         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2026         bind show-trailing-whitespace for XEmacs.
2028 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2030         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2031         new no-op macro for backward compatibility.
2033         * imap.el (imap-string-to-integer): New function.
2035 2007-12-09  Glenn Morris  <rgm@gnu.org>
2037         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2039         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2040         * message.el, mm-view.el, sieve-manage.el, smime.el:
2041         Add declare-function compatibility definition.
2043         * gnus-art.el (w3-region, w3m-region, Info-menu):
2044         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2045         * gnus-sum.el (gnus-get-predicate):
2046         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2047         * message.el (mail-abbrev-in-expansion-header-p):
2048         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2049         (w3m-detect-meta-charset, w3m-region):
2050         * sieve-manage.el (password-read, password-cache-add)
2051         (password-cache-remove):
2052         * smime.el (password-read-and-add): Declare as functions.
2054 2007-12-08  David Kastrup  <dak@gnu.org>
2056         * gnus-sum.el (gnus-summary-simplify-subject-query):
2057         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2058         `message'.
2060 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2063         it to bind idna-program, installation-directory, defined-colors, and
2064         face-attribute for XEmacs of the version that compiles defcustom forms.
2066 2007-12-07  Glenn Morris  <rgm@gnu.org>
2068         * gnus-art.el (article-make-date-line): Revert previous change.
2070 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2072         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2074 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2076         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2077         Call gnus-add-to-range ranges only once with a prepared article-list.
2079 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2081         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2082         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2083         group names with backslashes.  Reported by Tassilo Horn
2084         <tassilo@member.fsf.org>.
2086 2007-12-06  Deepak Goel  <deego3@gmail.com>
2088         * gnus-art.el (article-make-date-line):
2089         * gnus-start.el (gnus-load):
2090         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2092 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2094         * gnus-art.el (gnus-use-idna)
2095         * gnus-start.el (gnus-site-init-file)
2096         * message.el (message-use-idna)
2097         * mm-uu.el (mm-uu-hide-markers)
2098         * smiley.el (smiley-style): Revert changes that suppress warnings.
2100 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2102         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2103         specify charset to html source.  Reported by Christoph Conrad
2104         <christoph.conrad@gmx.de>.
2106 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2108         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2109         idna-program in order to suppress byte compile warning issued by XEmacs
2110         that came to byte compile the default value section of defcustom forms
2111         recently.
2113         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2114         value of installation-directory.
2116         * message.el (message-use-idna): Don't directly refer to the value of
2117         idna-program.
2119         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2121         * smiley.el (smiley-style): Don't directly call face-attribute.
2123 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2125         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2127         * gnus-dired.el: Reduce Gnus dependencies.
2128         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2129         require.  Use autoloads instead.
2130         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2131         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2132         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2133         (gnus-dired-mode): Adjust doc string.
2134         (gnus-dired-mail-mode): New variable.
2135         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2136         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2137         (gnus-dired-mail-buffers): New function.  Return mail or message
2138         composition buffers.
2139         (gnus-dired-attach): Use it.
2140         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2141         NO-DECODE.
2142         (gnus-dired-print): Use `gnus-print-buffer' depending on
2143         `gnus-dired-mail-mode'.
2145 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2147         * rfc2047.el (rfc2047-encoded-word-regexp)
2148         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2149         explaining what regexp patterns are for.
2151 2007-12-04  Glenn Morris  <rgm@gnu.org>
2153         * password.el: Move to password-cache.el.
2155         * mml1991.el (password-read, password-cache-add, password-cache-remove):
2156         * mml2015.el (password-read, password-cache-add, password-cache-remove):
2157         * mml-smime.el (password-read, password-cache-add)
2158         (password-cache-remove):
2159         No need to autoload, since mml-sec requires password.
2161         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2162         * message.el (gnus-extract-address-components):
2163         * mml-smime.el (gnus-extract-address-components): Define for compiler.
2165         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2166         password.
2168 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2170         * mailcap.el: Reduce dependencies.
2171         (mail-header-parse-content-type): Autoload.
2172         (mailcap-delete-duplicates): New alias.
2173         (mailcap-mime-info): Add optional argument NO-DECODE.
2174         (mailcap-mime-types): Use mailcap-delete-duplicates.
2176         * message.el (message-ignored-supersedes-headers): Add "X-ID".
2178 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2180         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2181         (imap-parse-status): Upcase status-att for servers that sends them
2182         lower-case (e.g., MS Exchange 2007).
2184 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2187         function.
2189         * gnus-uu.el (gnus-uu-decode-yenc): New command.
2190         (gnus-uu-yenc-article): New function.
2192         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2194         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2195         buffer.
2197 2007-12-02  Glenn Morris  <rgm@gnu.org>
2199         * binhex.el (binhex): New custom group.
2200         (binhex-decoder-program, binhex-decoder-switches)
2201         (binhex-use-external): Move to the binhex custom group.
2203         * uudecode.el (uudecode): New custom group.
2204         (uudecode-decoder-program, uudecode-decoder-switches)
2205         (uudecode-use-external): Move to the uudecode custom group.
2207         * netrc.el (top-level): Don't load `encrypt' features.
2208         (netrc-parse): Don't use encrypt.
2209         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2211         * encrypt.el: Remove file.
2213 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2215         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2216         matches on patches.
2218         * gnus-art.el (gnus-article-browse-html-article): Mention
2219         `mm-text-html-renderer' in the doc string.
2221         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2222         string.  Add comments.
2224         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2225         if rhs is ASCII.
2227 2007-12-01  Glenn Morris  <rgm@gnu.org>
2229         * mail-source.el (top-level): Require format-spec before
2230         eval-when-compile.
2232 2007-11-30  Glenn Morris  <rgm@gnu.org>
2234         * encrypt.el: Require password, rather than autoloading password-read.
2236 2007-11-29  Glenn Morris  <rgm@gnu.org>
2238         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2239         (sasl-make-client, sasl-next-step, sasl-step-data)
2240         (sasl-step-set-data): Declare as functions.
2242 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2244         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2246 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2248         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2249         certs should be verified and what is to be done in the event of a
2250         verification failure.
2252         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2253         caller can indicate whether the cache should be disregarded for this
2254         call.  This way the result of the call is reproducible at all times and
2255         can be considered a canonical server name for the supplied method.
2256         (gnus-agent-method-p): Canonicalize server names by pushing their
2257         method through `gnus-method-to-server' using the no-cache argument.
2259         * gnus-srvr.el (gnus-server-insert-server-line): Call
2260         `gnus-method-to-server' with `no-cache' argument.
2262         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2263         gnus-agent-possibly-synchronize-flags as this should be called when the
2264         server is actually being opened.
2265         (gnus-agent-possibly-synchronize-flags)
2266         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2267         flags file of an agentized server to the latter function.
2269         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2270         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2271         after a connection has been established successfully.
2273 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2275         * gnus-art.el (article-display-face): Force to display face if called
2276         interactively; check if gnus-article-x-face-too-ugly matches author.
2277         (article-display-x-face): Display face even if From header is missing
2278         as article-display-face does.
2280 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2282         * hashcash.el (message-narrow-to-headers-or-head)
2283         (message-fetch-field, message-goto-eoh)
2284         (message-narrow-to-headers): Declare as functions.
2286 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2288         * mail-source.el (mail-sources): Default to fetch from file for
2289         compatibility with default of nnmail-spool-file.
2291 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2293         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2294         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2295         to look for encoded word that should be encoded again.
2296         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2297         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2298         encoding pattern.
2299         (rfc2047-decode-region): Switch strict regexp and loose one according
2300         to rfc2047-allow-irregular-q-encoded-words.
2302 2007-11-25  Romain Francoise  <romain@orebokech.com>
2304         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2306 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2308         * tls.el (tls-program): Provide more custom choices from
2309         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2310         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2312 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2314         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2315         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2317         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2318         `nnmail-spool-file'.
2320         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2321         `nnmail-spool-file'.
2323         * gnus-move.el (gnus-change-server): Ditto.
2325         * gnus-kill.el (gnus-batch-score): Ditto.
2327         * gnus-cache.el (gnus-jog-cache): Ditto.
2329         * gnus-msg.el (gnus-summary-reply):
2330         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2332 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2334         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2335         version.  Minor improvement to doc strings.
2336         (tls-program): Add comment.
2338 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2340         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2341         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2342         mismatch between the hostname provided in the certificate and the name
2343         of the host connnecting to.
2344         (open-tls-stream): Use them.  Check certificates against trusted root
2345         certificates.
2347 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2349         * gnus-cache.el (gnus-cache-generate-nov-databases):
2350         Use nnml-generate-nov-databases-directory instead of
2351         nnml-generate-nov-databases-1.
2353 2007-11-24  Glenn Morris  <rgm@gnu.org>
2355         * message.el (message-tool-bar-retro): Update for rename
2356         mail_send.xpm->mail-send.xpm.
2358 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2360         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2361         `smime-ldap-search' for Emacs 22 and up.
2363 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2365         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2367         * message.el (message-send-mail-function): Fix error convention.
2368         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2369         (message-widen-reply, message-send-mail, message-talkative-question)
2370         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2371         (message-clone-locals, message-send-news): Use with-current-buffer.
2372         (message-insert-or-toggle-importance): Remove unused var `valid'.
2373         (message-make-references): Remove unused var `new-references'.
2374         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2376 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2378         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2379         (spam-split-symbolic-return-positive): Reflow docstring.
2380         (spam-backends, spam-summary-exit-behavior)
2381         (spam-mark-ham-unread-before-move-from-spam-group)
2382         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2383         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2384         (spam-clear-cache, spam-backend-check, spam-install-backend)
2385         (spam-install-statistical-backend, spam-list-of-processors)
2386         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2387         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2388         (spam-check-crm114, spam-initialize, spam-unload-hook):
2389         Fix typos in docstrings.
2391 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2393         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2394         been checked if they have never been read and those group levels are
2395         higher than the one that a user specified.
2397 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2399         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2400         foreign groups unless a group level is specified by a user.
2401         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2403 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2405         * message.el (message-send-mail-function): Require sendmail.
2407 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2409         * message.el (message-send-mail-function): Check for smtpmail too.
2411         * utf7.el (utf7-encode, utf7-decode): Use coding system
2412         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2414         * message.el (message-send-mail-function): New function.
2415         (message-send-mail-function): Set default using
2416         message-send-mail-function.  Adjust doc string.
2417         (message-send-mail-with-mailclient): New function.
2419 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2421         * smime.el (from):
2422         * rfc2047.el (message-posting-charset):
2423         * qp.el (mm-use-ultra-safe-encoding):
2424         * pop3.el (parse-time-months):
2425         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2426         * nnml.el (files):
2427         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2428         (jka-compr-compression-info-list, ange-ftp-path-format)
2429         (efs-path-regexp):
2430         * nndiary.el (files):
2431         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2432         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2433         (epg-digest-algorithm-alist, inhibit-redisplay)
2434         (password-cache-expiry):
2435         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2436         (pgg-output-buffer, password-cache-expiry):
2437         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2438         (efs-path-regexp):
2439         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2440         (inhibit-redisplay):
2441         * mm-uu.el (file-name, start-point, end-point, entry)
2442         (gnus-newsgroup-name, gnus-newsgroup-charset):
2443         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2444         (latin-unity-ucs-list):
2445         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2446         (mm-uu-binhex-decode-function):
2447         * message.el (gnus-message-group-art, gnus-list-identifiers)
2448         (rmail-enable-mime-composing, gnus-local-organization)
2449         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2450         (gnus-read-active-file, facemenu-add-face-function)
2451         (facemenu-remove-face-function, gnus-article-decoded-p)
2452         (tool-bar-mode):
2453         * mail-source.el (display-time-mail-function):
2454         * gnus-util.el (nnmail-pathname-coding-system)
2455         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2456         (gnus-original-article-buffer, gnus-user-agent)
2457         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2458         (xemacs-codename, sxemacs-codename, emacs-program-version):
2459         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2460         * gnus-start.el (gnus-agent-covered-methods)
2461         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2462         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2463         (gnus-newsgroup-headers, gnus-group-list-mode)
2464         (gnus-group-mark-positions, gnus-newsgroup-data)
2465         (gnus-newsgroup-unreads, nnoo-state-alist)
2466         (gnus-current-select-method, mail-sources)
2467         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2468         (nnmail-spool-file, gnus-cache-active-hashtb):
2469         * gnus-mh.el (mh-lib-progs):
2470         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2471         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2472         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2473         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2474         (gnus-group-buffer):
2475         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2476         (font-lock-set-defaults):
2477         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2478         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2479         (gnus-summary-post-menu, total-parts, type, condition, length):
2480         * gnus-agent.el (gnus-agent-read-agentview):
2481         * flow-fill.el (show-trailing-whitespace):
2482         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2483         eval-and-compile wrappers for byte compiler pacifiers.
2485         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2486         (mm-display-inline-fontify): Check for featurep 'xemacs not
2487         extent-list.
2489         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2490         itimer-list.
2491         (mm-create-image-xemacs): Only do something for XEmacs.
2492         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2494         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2496         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2497         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2499 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2501         * nnimap.el (nnimap-split-download-body):
2502         * gnus-demon.el (gnus-demon):
2503         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2505 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2507         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2508         macros.
2509         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2510         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2511         copy data from unibyte buffer to multibyte current buffer.
2512         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2513         to copy data from unibyte current buffer to multibyte buffer.
2514         (nntp-make-process-buffer): Make process buffer unibyte.
2516         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2518 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2520         * pop3.el (pop3-open-server): Accept and process data more robustly at
2521         connexion start to avoid spurious "POP SSL connexion failed" errors.
2523 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2525         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2526         read group names.
2528 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2530         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2532 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2534         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2535         (nnmail-save-active): Use a unibyte buffer when saving active file,
2536         which may contain non-ASCII group names.
2538         * nnml.el (nnml-request-group): Decode group names in messages.
2540 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2542         * message.el (message-citation-line-function)
2543         (message-insert-formatted-citation-line): Fix spelling of
2544         `message-insert-formated-citation-line'.
2546 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2548         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2550 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2552         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2553         nnmail-pathname-coding-system.
2555         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2556         that a user enters; decode group names in messages.
2558         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2560 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2562         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2564         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2566         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2567         risky local variable.
2569         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2571 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2573         * encrypt.el: Improve documentation to fix function name typo.
2574         Reported by Daiki Ueno <ueno@unixuser.org>.
2576 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2578         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2579         even if the point is not in the last page of an article.
2580         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2581         back to the previous page.
2583 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2585         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2587 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2589         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2591 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * message.el (message-check-news-body-syntax): Avoid
2594         mm-string-as-multibyte.
2595         (message-hide-headers): Don't assume (point-min)==1.
2597 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2599         * message.el (message-remove-blank-cited-lines): Fix if remove is
2600         given.
2601         (message-bogus-address-regexp): New variable.
2602         (message-bogus-recipient-p): New function.
2603         (message-check-recipients): New command.
2604         (message-syntax-checks): Add `bogus-recipient'.
2605         (message-fix-before-sending): Add `bogus-recipient'.
2607         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2608         (gnus-treat-body-boundary): Don't test window-system.
2610 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2612         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2614 2007-10-28  Miles Bader  <miles@gnu.org>
2616         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2617         at compile-time too.
2619 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2621         * gnus-msg.el (gnus-message-setup-hook): Add
2622         `message-remove-blank-cited-lines' to options.
2624 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2626         * message.el (message-remove-blank-cited-lines): New function.
2627         Suggested by Karl Plästerer.
2629 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2631         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2632         mapc.
2634         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2635         (top-level): Use mapc to set functions to be traced for debugging.
2637         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2638         called for effect with while loop.
2640         * message.el (message-talkative-question): Replace mapcar called for
2641         effect with mapc.
2643         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2644         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2645         called for effect with dolist.
2647         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2649         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2650         gnus-extra-headers and nnmail-extra-headers.
2652         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2653         called for effect with dolist.
2654         (top-level): Use mapc to set functions to be traced for debugging.
2656         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2657         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2658         dolist.
2660         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2661         Replace mapcar called for effect with mapc.
2662         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2663         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2664         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2665         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2667         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2668         remove-if that's a cl function.
2670         * webmail.el (webmail-debug): Replace mapcar called for effect with
2671         dolist.
2673         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2674         with mapc.
2676 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2678         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2679         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2680         with while loop.
2682         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2683         functions from article-* functions.
2684         (gnus-multi-decode-header): Replace mapcar called for effect with
2685         dolist.
2687         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2688         (gnus-bookmark-show-details): Replace mapcar called for effect with
2689         while loop.
2691         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2692         called for effect with while loop.
2694         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2695         with dolist.
2697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2698         mapcar called for effect with dolist.
2700         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2702         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2703         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2704         Replace mapcar called for effect with dolist.
2705         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2706         mapc.
2708         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2709         Replace mapcar called for effect with dolist.
2710         (gnus-topic-list): Replace mapcar called for effect with mapc.
2712         * gnus.el: Use mapc instead of mapcar to add autoloads.
2714 2007-10-23  Richard Stallman  <rms@gnu.org>
2716         * gnus-group.el (gnus-group-highlight): Mark as risky.
2718 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2720         * gnus.el (gnus-server-to-method): Return method found first in
2721         gnus-newsrc-alist.
2723         * gnus-art.el (gnus-article-highlight-signature)
2724         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2725         button overlay without the front stickiness.
2727 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2729         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2730         overview buffer needed a catch to receive its throw.
2731         (gnus-agent-flush-cache): Declared as interactive to make this function
2732         easier to use.
2734 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2736         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2737         `next-line'.
2739 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2741         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2742         exclude address matching message-dont-reply-to-names.
2744 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2746         * gnus-util.el (gnus-string<): New function.
2748         * gnus-sum.el (gnus-article-sort-by-author)
2749         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2751 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2753         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2754         the frame-focus tag is set in gnus-buffer-configuration.
2756 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2758         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2759         the front stickiness.
2761 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2763         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2764         url pattern; remove duplicate one.
2765         (gnus-article-extend-url-button): New function.
2766         (gnus-article-add-buttons): Use it.
2767         (gnus-button-push): Use concatenated url that it makes.
2769 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2771         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2773 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2775         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2776         Don't hardcode point-min==1.
2778 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2780         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2781         Fix comment about "iso8859-1".
2783 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2785         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2786         ones returned from the verify-function.
2788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2789         mml2015-extract-cleartext-signature if extraction failed.
2791 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2793         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2794         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2795         failed.
2797 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2799         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2801 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2803         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2804         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2805         recommends to use EasyPG instead of PGG.
2807         * pgg.el: Revert to revision 6.23.2.16
2809         * pgg-def.el: Revert to revision 6.6.2.14.
2811         * pgg-gpg.el: Revert to revision 6.23.2.34.
2813 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2815         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2816         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2817         thread for both the null and zero (kill/expire thread) universal prefix
2818         cases.
2819         (gnus-summary-expire-thread): Add new function to expire a thread,
2820         using gnus-summary-kill-thread.
2821         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2822         shortcuts for gnus-summary-expire-thread.
2823         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2824         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2826 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2828         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2829         extras value, so an extras entry can be deleted.
2830         (gnus-registry-delete-extra-entry): Use it.
2831         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2832         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2833         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2834         storage through the gnus-registry, and provide an appropriate API for
2835         it.
2837 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2839         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2840         Suggested by Leo <sdl.web@gmail.com>.
2842         * gnus.el: Do.
2844 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2846         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2847         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2849         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2851         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2852         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2854 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2856         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2857         newline.
2858         (nnmbox-request-accept-article): Don't change article in source buffer;
2859         narrow to header to use message-fetch-field rather than
2860         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2861         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2862         as delimiters; make sure article ends with newline.
2863         (nnmbox-delete-mail): Correct last position of article to be deleted;
2864         ignore X-Gnus-Newsgroup header in article body.
2865         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2866         positions; make sure article ends with newline.
2868         * message.el (message-display-abbrev): Don't infloop when a user
2869         inserts SPC in the beginning of header.
2871         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2872         coding-system-for-read and coding-system-for-write for XEmacs having no
2873         file-coding feature.
2875         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2877 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2879         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2880         list of groups not followed by default.  Fix type to be regexp.
2881         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2883 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2885         * hmac-def.el (define-hmac-function): Switch from old-style to
2886         new-style backquotes.
2888         * md4.el (md4-make-step): Likewise.
2890 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2892         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2893         raw-text coding system when saving .newsrc file, which may contain
2894         non-ASCII group names.
2896 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2898         * gnus-cus.el (gnus-score-extra): New widget.
2899         (gnus-score-extra-convert): New function.
2900         (gnus-score-customize): Use it for Extra.
2902 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2904         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2905         (mml2015-mailcrypt-clear-verify): Use it.
2906         (mml2015-gpg-clear-verify): Use it.
2907         (mml2015-pgg-clear-verify): Use it.
2908         (mml2015-epg-clear-verify): Replace the current part with the output
2909         from GnuPG; don't extract the plaintext by itself.
2911         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2912         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2913         mml2015-clear-verify-function; don't touch the armor headers or
2914         dash-escaped text here.
2916 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2918         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2919         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2920         parts, or application/octet-stream as a last resort.
2921         (gnus-mime-view-part-as-type): Don't toggle display.
2922         (gnus-mime-view-part-as-charset): Don't turn off display before
2923         querying charset.
2925         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2926         stuff to undisplayer function in Emacs.
2927         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2929         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2930         text/calendar parts.
2932 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2934         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2935         decoding text/calendar parts.
2937         * message.el (message-forward-make-body-mime): Always mark body as
2938         having no illegible text; remove signed-or-encrypted argument.
2939         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2941         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2942         (mml-generate-mime-1): Don't encode body if it is specified to be in
2943         raw form; don't make buffer be unibyte when inserting multibyte string.
2945 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * sha1.el: Fix up comment style.
2948         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2949         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2951         * hex-util.el: Fix up comment style.
2952         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2954         * gnus-salt.el: Use with-current-buffer.
2955         (gnus-pick-setup-message): Fix long-standing typo.
2957 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2959         * imap.el (imap-logout-timeout): New variable.
2960         (imap-logout, imap-logout-wait): New functions.
2961         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2963         * nnimap.el (nnimap-logout-timeout): New server variable.
2964         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2965         nnimap-logout-timeout.
2967         * gnus-art.el (gnus-article-summary-command-nosave)
2968         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2970 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2972         * gnus.el (gnus-maximum-newsgroup): New variable.
2974         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2975         according to gnus-maximum-newsgroup.
2977         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2978         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2979         Limit the range of articles according to gnus-maximum-newsgroup.
2981 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2983         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2984         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2985         Don't perform gnus-configure-windows here; reuse existing sticky
2986         article buffer.
2988         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2989         it doesn't exist in gnus-article-mode.
2991 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2993         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2994         (gnus-agent-decoded-group-name): New function.
2995         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2996         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2998 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3000         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3001         Add binding for gnus-sticky-article.
3002         (gnus-summary-exit): Don't kill sticky article buffers.
3004         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3005         article buffer.
3006         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3007         (gnus-kill-sticky-article-buffers): New commands.
3009 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3011         * nntp.el (nntp-xref-number-is-evil): New server variable.
3012         (nntp-find-group-and-number): If it is non-nil, don't trust article
3013         numbers in the Xref header.
3015 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3017         * gnus-agent.el (gnus-agent-read-group): New function.
3018         (gnus-agent-flush-group, gnus-agent-expire-group)
3019         (gnus-agent-regenerate-group): Use it.
3020         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3021         nnmail-pathname-coding-system.
3023 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3025         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3027         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3028         that are unread as unread, and also as selected so that information of
3029         marks having been changed by a user may be updated when exiting group.
3031 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3033         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3034         calculated ignoring signature parts to gnus-treat-article.
3036 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3038         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3039         a point here in order to keep the window start.
3040         (gnus-insert-mime-security-button): Make a button overlay without the
3041         front stickiness.
3042         (gnus-mime-display-security): Goto the end of a button.
3044         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3046 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3048         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3049         group-name-at-point.
3050         (gnus-group-completing-read): New function that offers decoded
3051         non-ASCII group names for completion.
3052         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3053         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3054         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3055         (gnus-group-fetch-control): Use it.
3056         (gnus-fetch-group): Use group-name-at-point for the initial value
3057         rather than the default value; use gnus-alive-p.
3059         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3060         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3061         (gnus-summary-post-news): Use gnus-group-completing-read.
3063         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3064         (gnus-read-move-group-name): Decode group name for completion.
3066 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3068         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3069         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3070         Yamaoka slightly modified the code).
3072 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3074         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3075         (nnmail-split-incoming): Bind it.
3077         * nnml.el (nnml-group-name-charset): New function.
3078         (nnml-decoded-group-name): Use it; don't decode group name if
3079         nnmail-group-names-not-encoded-p is non-nil.
3080         (nnml-encoded-group-name): New function.
3081         (nnml-group-pathname): Inline nnml-decoded-group-name.
3082         (nnml-request-expire-articles): Decode group name in message.
3083         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3084         nnmail-pathname-coding-system.
3085         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3086         not decoded ones according to nnmail-group-names-not-encoded-p.
3087         (nnml-generate-active-info): Use nnml-encoded-group-name.
3089 2007-08-08  Glenn Morris  <rgm@gnu.org>
3091         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3092         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3093         doc-strings and comments.
3095 2007-07-25  Glenn Morris  <rgm@gnu.org>
3097         * Relicense all FSF files to GPLv3 or later.
3099 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3101         * gnus-sum.el (gnus-summary-move-article): Make
3102         gnus-summary-respool-article work.
3104 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3106         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3107         string.
3109 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3111         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3112         that should be ignored when comparing distant RSS articles with local
3113         ones.
3114         (nnrss-make-hash-index): New function.  Create a hash index according
3115         to the ignored fields.
3116         (nnrss-check-group): Use it.
3118 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3120         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3122         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3124         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3125         the new optional argument ENCODED is non-nil.
3126         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3127         coding system for encoding group name.
3128         (gnus-group-make-rss-group): Pass un-encoded group name to
3129         gnus-group-make-group.
3130         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3131         encoded.
3133         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3134         Encode group name to which articles are moved or copied.
3135         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3136         coding system for encoding Newsgroup, Followup-To and Xref headers.
3138         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3139         marks; use nnheader-file-coding-system to write a file.
3140         (nnagent-retrieve-headers): Bind file-name-coding-system to
3141         nnmail-pathname-coding-system.
3143         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3145         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3146         (nnml-request-article, nnml-request-create-group)
3147         (nnml-request-rename-group, nnml-find-id)
3148         (nnml-possibly-change-directory, nnml-possibly-create-directory)
3149         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3150         (nnml-save-marks): Use nnml-group-pathname instead of
3151         nnmail-group-pathname.
3153         (nnml-request-create-group, nnml-request-expire-articles)
3154         (nnml-request-move-article, nnml-request-delete-group)
3155         (nnml-deletable-article-p, nnml-possibly-create-directory)
3156         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3157         (nnml-open-marks): Bind file-name-coding-system to
3158         nnmail-pathname-coding-system.
3160         (nnml-request-article): Pass server argument to nnml-find-group-number.
3161         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3162         server argument to nnml-possibly-create-directory.
3163         (nnml-request-accept-article): Pass server argument to
3164         nnml-active-number and nnml-save-mail.
3165         (nnml-find-group-number): Pass server argument to nnml-find-id.
3166         (nnml-request-update-info): Pass server argument to
3167         nnml-marks-changed-p.
3169         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3170         (nnml-save-mail, nnml-active-number): Add server argument.
3172         (nnml-request-delete-group): Warn if group is missing.
3173         (nnml-get-nov-buffer): Decode group name.
3174         (nnml-generate-active-info): Encode group name.
3175         (nnml-open-marks): Decode group name in messages.
3177 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3179         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3180         if it is not specified.
3181         (gnus-article-pipe-part, gnus-article-save-part)
3182         (gnus-article-interactively-view-part, gnus-article-copy-part)
3183         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3184         (gnus-article-inline-part, gnus-article-save-part-and-strip)
3185         (gnus-article-replace-part, gnus-article-delete-part)
3186         (gnus-article-view-part-as-type): Pass raw prefix argument to
3187         gnus-article-part-wrapper.
3189 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3191         * gnus-agent.el (gnus-agent-save-active): Bind
3192         nnheader-file-coding-system to gnus-agent-file-coding-system.
3194         * gnus-cache.el (gnus-cache-save-buffers)
3195         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3196         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3197         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3198         (gnus-cache-braid-nov, gnus-cache-braid-heads)
3199         (gnus-cache-generate-active, gnus-cache-rename-group)
3200         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3201         (gnus-cache-update-overview-total-fetched-for): Bind
3202         file-name-coding-system to nnmail-pathname-coding-system.
3203         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3204         variables.
3205         (gnus-cache-decoded-group-name): New function.
3206         (gnus-cache-file-name): Use it.
3207         (gnus-cache-generate-active): Use non-decoded group name for active.
3209         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3210         right place.
3211         (gnus-write-active-file): Don't break non-ASCII group names.
3213         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3214         nnmail-pathname-coding-system.
3216         * lpath.el: Bind default-file-name-coding-system,
3217         file-name-coding-system and language-info-alist for XEmacs.
3219         * gnus-uu.el (gnus-uu-decode-save): Typo.
3221 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3223         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3225 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3227         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3228         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3229         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3230         (gnus-agent-flush-group, gnus-agent-flush-cache)
3231         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3232         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3233         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3234         (gnus-agent-regenerate-group)
3235         (gnus-agent-update-files-total-fetched-for)
3236         (gnus-agent-update-view-total-fetched-for): Bind
3237         file-name-coding-system to nnmail-pathname-coding-system.
3238         (gnus-agent-group-pathname): Don't encode file names by
3239         nnmail-pathname-coding-system.
3240         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3241         coding-system-for-write instead of buffer-file-coding-system to
3242         gnus-agent-file-coding-system.
3244         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3245         Decode group name.
3247         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3249         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3250         (gnus-read-newsrc-el-file): Make group names unibyte.
3252         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3253         nnmail-pathname-coding-system.
3255         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3256         (nnrss-request-delete-group): Bind file-name-coding-system to
3257         nnmail-pathname-coding-system.
3258         (nnrss-read-server-data, nnrss-read-group-data): Bind
3259         file-name-coding-system correctly.
3260         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3262         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3263         (nntp-server-to-method-cache): New variable.
3264         (nntp-group-pathname): New function that decodes non-ASCII group names.
3265         (nntp-possibly-create-directory, nntp-marks-changed-p)
3266         (nntp-save-marks, nntp-open-marks): Use it.
3267         (nntp-possibly-create-directory, nntp-open-marks):
3268         Bind file-name-coding-system to nnmail-pathname-coding-system.
3269         (nntp-open-marks): Decode group names when bootstrapping marks.
3271         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3272         Newsgroups and Folowup-To headers.
3274 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3276         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3277         (gnus-server-closed-face, gnus-server-denied-face)
3278         (gnus-server-offline-face): Remove variable.
3279         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3281         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3282         of modifying message-stack directly for XEmacs.
3284         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3285         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3286         if the coding-system argument is nil for XEmacs.
3288         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3289         mm-charset-override-alist.
3291         * rfc2047.el: Don't require base64; require rfc2045 for the function
3292         rfc2045-encode-string.
3293         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3294         to quote the parameter value.
3296 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3298         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3299         form in gnus-group-name-charset-method-alist.
3301         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3302         overrides the default layout edit-form.
3304         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3306         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3308 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3310         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3311         as unfetched articles.
3313 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3315         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3317 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3319         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3320         original back end that keeps marks in the local system.
3322 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3324         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3325         arg of pop-to-buffer for XEmacs.
3326         (gnus-article-read-summary-keys): Ditto; don't restore window
3327         configuration if summary command ends up with neither article buffer
3328         nor summary buffer; describe bindings if summary keys end with C-h.
3330 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3332         * message.el (message-fix-before-sending): Skip raw message part to be
3333         forwarded while checking illegible text.
3334         (message-forward-make-body-mime, message-forward-make-body): Mark
3335         signed or encrypted raw message as having no illegible text.
3337 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3339         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3340         (gnus-message-with-timestamp-1): New macro.
3341         (gnus-message-with-timestamp): New function.
3342         (gnus-message): Use them.
3344         * nnheader.el (nnheader-message): Use them.
3346 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3348         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3349         .newsrc.eld file.
3351 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3353         * gnus-agent.el (gnus-agent-fetch-headers)
3354         (gnus-agent-retrieve-headers): Bind
3355         gnus-decode-encoded-address-function to identity.
3357         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3358         available also when the server returns simply a dot.
3360         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3362 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3364         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3366 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3368         * gnus-ems.el (gnus-x-splash): Make it work.
3370         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3371         from being used.
3373         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3375 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3377         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3378         4th and the 5th arguments.
3380         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3381         the front stickiness.
3382         (gnus-article-summary-command-nosave): Correct the order of the
3383         arguments passed to pop-to-buffer.
3384         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3385         summary command ends up with the article buffer.
3387         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3388         the same faces.
3390 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3392         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3394 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3396         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3397         * gnus-sum.el (gnus-summary-highlight):
3398         * pgg.el (pgg-sign-region, pgg-sign):
3399         * mail-source.el (mail-source-delete-old-incoming-confirm):
3400         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3402 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3404         * gnus-art.el (gnus-mime-view-part-externally)
3405         (gnus-mime-view-part-internally): Fix predicate function passed to
3406         completing-read.
3408         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3410         * gnus.el (gnus-update-message-archive-method): Add :version.
3412 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3414         * gnus.el (gnus-update-message-archive-method): New variable.
3416         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3417         according to gnus-message-archive-method if
3418         gnus-update-message-archive-method is non-nil.
3420 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3422         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3423         by Loic Dachary <loic@dachary.org>.
3424         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3426 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3428         * message.el (message-pop-to-buffer): Add switch-function argument.
3429         (message-mail): Pass switch-function argument to it.
3431 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3433         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3434         Improve doc string.
3436 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3438         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3439         (gnus-header-content)
3440         * gnus-cite.el (gnus-cite-10)
3441         * gnus-srvr.el (gnus-server-closed)
3442         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3443         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3444         (gnus-group-mail-3-empty, gnus-group-mail-low)
3445         (gnus-group-mail-low-empty, gnus-splash)
3446         * message.el (message-header-to, message-header-cc)
3447         (message-header-subject, message-header-other, message-header-name)
3448         (message-header-xheader, message-separator, message-cited-text)
3449         (message-mml): Lighten colors of faces used for dark background.
3451 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3453         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3454         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3456 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3458         * message.el (message-narrow-to-headers-or-head):
3459         Ignore mail-header-separator in the body.
3461 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3463         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3464         same as window size.
3466 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3468         * message.el (message-font-lock-keywords): Use message-header-xheader
3469         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3470         ahead of the anything pattern, to get it recognised.
3472 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3474         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3475         spam.el loads uses it in the compiled defadvice form.
3477 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3479         * gnus-sum.el (gnus-articles-to-read)
3480         (gnus-summary-insert-old-articles): Don't truncate group name for
3481         `read-string'.
3483         * gnus-util.el (gnus-limit-string): Delete this function.
3485         * gnus-sum.el (gnus-simplify-subject-fully): Use
3486         `truncate-string-to-width' instead.
3488 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3490         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3491         if, on summary exit, the next group has to be selected.
3492         (gnus-summary-exit): Use it.
3494 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3496         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3497         non-break space.
3499 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3501         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3502         Check if group is not a directory.
3503         (nnfolder-request-expire-articles): Don't delete articles if the target
3504         group is not available.
3506         * nnml.el (nnml-request-create-group): Properly check if group is not a
3507         file.
3508         (nnml-request-expire-articles): Don't delete articles if the target
3509         group is not available.
3511         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3512         Don't quote characters that are within parentheses.
3514 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3516         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3517         (gnus-handle-ephemeral-exit): Select article according to it.
3519 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3521         * message.el (message-insert-formated-citation-line): Remove newline.
3522         (message-citation-line-format): Add final \n here so that the user can
3523         avoid a blank line.
3525 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3527         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3528         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3529         Update lanl/arXiv support.
3531 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3533         * gnus.el: Bump version number.
3535 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537         * gnus.el (gnus-version-number): Bump version.
3539 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3541         * gnus.el: No Gnus v0.6 is released.
3543 2007-04-27  Didier Verna  <didier@xemacs.org>
3545         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3546         * gmm-utils.el (gmm-regexp-concat): here.
3547         * message.el: Don't require 'gnus-util.
3548         (message-dont-reply-to-names): Handle name change above.
3549         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3551 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3553         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3554         since the initial value varies according to the system.
3556 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3558         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3560 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3562         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3564 2007-04-24  Didier Verna  <didier@xemacs.org>
3566         Improve the type of gnus-ignored-from-addresses.
3567         * gnus-util.el (gnus-orify-regexp): New function.
3568         * message.el (gnus-util): Require it.
3569         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3570         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3571         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3573 2007-04-24  Didier Verna  <didier@xemacs.org>
3575         * gnus-sum.el:
3576         * gnus-utils.el: Fix some trailing whitespaces.
3578 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3580         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3581         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3582         article's Message-ID; refer parent article in summary buffer.
3584         * message.el (message-bounce): Call mime-to-mml.
3586         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3587         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3588         optimize and/or forms properly.
3590 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3592         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3593         URL.
3595 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3597         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3599 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3601         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3602         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3603         displayed of multipart/alternative part if it is invoked from summary
3604         buffer.
3606         * mm-view.el (mm-inline-text-html-render-with-w3m)
3607         (mm-inline-text-html-render-with-w3m-standalone)
3608         (mm-inline-render-with-function): Use mail-parse-charset by default.
3610 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3612         * parse-time.el (parse-time-string-chars): Check if CHAR
3613         is less than the length of parse-time-syntax.
3615 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3617         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3618         from gnus-newsgroup-processable.
3620 2007-04-16  Didier Verna  <didier@xemacs.org>
3622         * gnus-msg.el (gnus-configure-posting-styles): Handle
3623         message-signature-directory properly with :file syntax.  Reported by
3624         "Leo".
3626 2007-04-11  Didier Verna  <didier@xemacs.org>
3628         New user option: message-signature-directory.
3629         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3630         * message.el (message-insert-signature): Ditto.
3631         * message.el (message-signature-file): Doc update.
3632         * message.el (message-signature-directory): New.
3634 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3636         * gnus-msg.el (gnus-inews-yank-articles): Use
3637         message-exchange-point-and-mark instead of exchange-point-and-mark.
3639 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3641         * message.el (message-yank-original): Make sure cited text ends with
3642         newline; don't exchange point and mark.
3644 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3646         * tls.el (open-tls-stream): Properly handle case where there
3647         is no associated buffer.
3649 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3651         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3652         message-yank-original, make sure (< mark TEXT point).
3654 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3656         * message.el (message-fill-column): New variable.
3657         (message-mode): Use it.  Add comment on a possible new hook.
3659         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3660         (nnmail-get-new-mail): Reformat.
3662         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3664         * gmm-utils.el: Fix Commentary.
3665         (gmm-tool-bar-from-list): Fix typo in doc string.
3667 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3669         * message.el (message-yank-original): Don't switch point and mark
3670         unnecessarily to put point and mark as documented.
3672 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3675         from the message heads.
3677 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3679         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3680         article buffer does not have a window.  This may not be the best
3681         solution but is certainly better than setting the start of the null,
3682         that is the current, window.
3684 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3686         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3687         (gnus-draft-setup): Run it.
3689         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3690         gnus-score-fast-scoring.  Allow regexp.
3691         (gnus-score-headers): Use it.
3693         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3694         XEmacs.
3696         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3697         string.
3698         (gnus-button-alist): Also catch `<f1> k ...'.
3699         (gnus-treat-display-x-face): Fix doc string.
3701 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3703         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3704         evaluation of gnus-extended-version to ensure correct generation of the
3705         User-Agent header when message-generate-headers-first is used.
3707 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3709         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3710         hashcash-path is nil.  Don't call callback with incorrect number of
3711         parameters if val is 0.
3713 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3715         * message.el (message-required-news-headers):
3716         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3718 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3720         * tls.el (open-tls-stream): In handshake-waiting loop,
3721         don't wait more if there is output available to process.
3723 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3725         * tls.el (tls-program): Doc fix.
3727 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3729         * message.el (message-generate-new-buffers): Change the meaning of the
3730         nil value; add `standard' to the choices; treat t as `unique'; improve
3731         doc string.
3732         (gnus-select-frame-set-input-focus): Autoload.
3733         (message-buffer-name): Search for the existing message buffer if
3734         message-generate-new-buffers is nil or `standard'; treat the value t of
3735         message-generate-new-buffers as `unique'.
3736         (message-pop-to-buffer): Raise the frame already displaying the message
3737         buffer; clear the echo area after querying.
3738         (message-setup): Pass the `continue' argument to compose-mail.
3739         (message-mail): Prefer `switch-function' if it is given; search for the
3740         existing message buffer if the `continue' argument is non-nil; pass
3741         continue and switch-function arguments to compose-mail by way of
3742         message-setup.
3743         (message-mail-other-window): Adjust argument of message-setup.
3744         (message-mail-other-frame): Ditto.
3746 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3748         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3749         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3750         to turn font-lock on when turning gnus-message-citation-mode on.
3752 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3754         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3755         (mml-smime-function-alist): New variable; add epg as the backend.
3756         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3757         mml-smime- functions instead.
3758         * mm-view.el: Require smime.
3760 2007-03-05  Didier Verna  <didier@xemacs.org>
3762         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3763         instead of just inheritance for posting styles.
3764         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3766 2007-02-24  Chris Moore  <dooglus@gmail.com>
3768         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3769         * pgg-pgp.el (pgg-pgp-encrypt-region):
3770         * pgg-gpg.el (pgg-gpg-encrypt-region):
3771         Check pgg-encrypt-for-me if no other recipients.
3773 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3775         * tls.el (tls-certtool-program): Fix custom type.
3777 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3779         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3780         and point-at-eol instead of line-(beginning|end)-position.
3782         * assistant.el (assistant-parse-buffer): Ditto.
3784         * netrc.el (netrc-parse-services): Ditto.
3786 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3788         * mml2015.el (mml2015-epg-find-usable-key): New function.
3789         (mml2015-epg-sign): Use it.
3790         (mml2015-epg-encrypt): Use it.
3792 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3794         * message.el (message-make-in-reply-to): Quote name containing
3795         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3796         if there are special characters.  Reported by NAKAJI Hiroyuki
3797         <nakaji@jp.freebsd.org>.
3799 2007-02-27  Didier Verna  <didier@xemacs.org>
3801         Include the group parameters as well as the topic ones in the
3802         inheritance filter process.
3803         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3804         argument GROUP-PARAMS-LIST.
3805         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3807 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3809         * nntp.el (nntp-never-echoes-commands)
3810         (nntp-open-connection-functions-never-echo-commands): New variables.
3811         (nntp-send-command): Use them.
3813 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3815         * mml2015.el (mml2015-epg-verify): Simplified.
3817 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3819         * mml.el (mml-content-disposition-alist): New user option.
3820         (mml-content-disposition): New function.
3821         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3822         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3824 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3826         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3827         verification.
3829 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3831         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3832         articles posted in the last 24 hours.
3834 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3836         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3838 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3840         * nntp.el (nntp-send-command): Don't wait for echoes when
3841         nntp-open-ssl-stream is used.
3843 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3845         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3846         (gnus-message-add-citation-keywords)
3847         (gnus-message-remove-citation-keywords): Remove.
3848         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3849         directly, make the variables in font-lock-defaults buffer-local, add
3850         gnus-message-citation-keywords to them and then update the value of
3851         font-lock-keywords.
3853 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3855         * message.el (message-cite-original-1): Don't call
3856         gnus-article-highlight-citation.
3858         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3859         citations; fix line count.
3861 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3863         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3864         (gnus-message-add-citation-keywords)
3865         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3866         versions of font-lock-add-keywords and font-lock-remove-keywords to
3867         work with XEmacs correctly.
3869 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3871         * gnus-cite.el (gnus-cite-face-list): Set the values of
3872         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3873         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3874         (gnus-message-cite-prefix-regexp): New variable.
3875         (gnus-message-search-citation-line): Use it; protect against long
3876         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3877         the 0th match data for Emacs.
3878         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3879         (gnus-message-add-citation-keywords): Append keywords rather than
3880         prepending; emulate font-lock-add-keywords if it is not available.
3881         (gnus-message-remove-citation-keywords): Emulate
3882         font-lock-remove-keywords if it is not available.
3884         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3886         * message.el (message-cite-prefix-regexp): Set the value of
3887         gnus-message-cite-prefix-regexp.
3889 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3891         * nnweb.el (nnweb-google-parse-1): Update parser.
3893 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3895         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3897 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3899         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3900         regexp.
3902 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3904         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3905         string-to-multibyte.
3906         (uudecode-decode-region-internal): Use it.
3908         * lpath.el: Fbind string-as-multibyte for XEmacs.
3910 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3912         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3913         custom choice.
3915         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3917 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3919         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3921         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3922         `write-region' to respect `mm-inhibit-file-name-handlers'.
3924 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3926         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3927         Use gnus-home-directory instead of "~/" or "$HOME".
3929 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3931         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3932         to mention filename.
3933         Add comments at beginning regarding usage.
3934         (encrypt-write-file-contents): Change interactive so a string is
3935         acceptable.  If the file has no associated model, show an error instead
3936         of a nonsense prompt.
3938 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3940         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3941         Thanks to Yoshihiko Yamada for kind notification of this typo.
3943 2007-01-12  Kenichi Handa  <handa@m17n.org>
3945         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3946         multibyte buffer.
3948 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3950         * gnus-score.el (gnus-score-fast-scoring): New variable.
3951         (gnus-score-headers): Use it.
3953         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3955         * message.el (message-cite-original-1): Call
3956         gnus-article-highlight-citation if requested.
3957         (message-make-from): Allow name and address as optional arguments.
3959         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3961         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3962         bugs to doc string.
3963         (gnus-button-alist): Add mid\\|message-id.
3964         (gnus-button-fetch-group): Extend for use in
3965         `browse-url-browser-function'.
3966         (gnus-button-url-regexp): Try to catch paired parentheses like in
3967         Wikipedia URLs.
3969         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3970         Suggested by Simon Krahnke <overlord@gmx.li>.
3972 2007-01-13  Romain Francoise  <romain@orebokech.com>
3974         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3975         Update copyright.
3977 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3979         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3981 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3983         * gnus-registry.el (gnus-registry-unfollowed-groups)
3984         (gnus-registry-split-fancy-with-parent): Fix documentation.
3986 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3989         from nnweb groups.
3991 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3994         Xref urls.  Erase buffer before requesting head.
3996 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3998         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3999         customizable.
4001 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4003         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4004         no signing key is found.
4005         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4006         no encrypting and/or signing key is found.
4008 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4010         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4012 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4014         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4015         headers read from disk with the ones newly found in the current search.
4016         This should no longer cause problems, because the article numbers in
4017         Gmane's `nov.php' output are ignored since the previous change.
4019 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4021         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4023 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4025         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4026         replace-regexp-in-string; bind url-version; fbind display-images-p and
4027         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4028         find-face and set-itimer-function for Emacs; bind itimer-list for
4029         Emacs.
4031         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4033 2007-01-01  Romain Francoise  <romain@orebokech.com>
4035         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4037 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4039         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4040         `define-minor-mode' macro definition expanded properly.
4041         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4042         exclude it there.
4044         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4045         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4046         `fboundp' test.
4047         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4048         This is OK to autoload in (S)XEmacs now.
4050 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4053         keystroke.
4054         (gnus-summary-limit-to-singletons): Fix typo.
4056         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4057         else fails.
4059 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4061         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4062         docstring.
4064         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4065         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4066         (gnus-summary-insert-dormant-articles): Fix typo in message.
4068 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4070         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4071         nil for XEmacs.
4072         (gnus-message-citation-mode): Don't autoload in XEmacs.
4074         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4076 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4078         * nnimap.el (nnimap-expunge-search-string): Mention
4079         nnimap-search-uids-not-since-is-evil in docstring.
4081 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4083         * spam.el: Revert to make-obsolete-variable because
4084         define-obsolete-variable-alias is not supported in Emacs 21.
4086         * spam.el (spam-ifile-path, spam-ifile-database-path)
4087         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4088         make-obsolete-variable.
4089         (spam-bsfilter-path, spam-bsfilter-program)
4090         (spam-spamassassin-path, spam-spamassassin-program)
4091         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4092         use "path" inappropriately.
4093         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4094         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4095         variable names.
4097 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4099         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4100         summary buffer.
4102         * password.el (password-cache-remove): Use clear-string to burn
4103         password, if available.
4105 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4107         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4109         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4111         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4112         (gnus-message-highlight-citation): Move defcustom here from
4113         gnus-cite.el.
4114         (gnus-message-citation-mode): Autoload.
4116         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4117         checks to make it compile with XEmacs.
4118         (gnus-message-citation-mode): New minor mode.
4119         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4120         (gnus-message-highlight-citation): New variables.
4121         (gnus-message-search-citation-line)
4122         (gnus-message-add-citation-keywords)
4123         (gnus-message-remove-citation-keywords)
4124         (turn-on-gnus-message-citation-mode)
4125         (turn-off-gnus-message-citation-mode): New functions.
4127 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4129         * gnus-cite.el: Enable highlighting of different citation levels in
4130         message-mode.
4132 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4134         * message.el (message-make-fqdn): Fix comment.
4135         (message-bogus-system-names): Add ".local".
4137         * spam.el (spam-ifile-path, spam-ifile-program)
4138         (spam-ifile-database-path, spam-ifile-database)
4139         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4140         Don't use "path" inappropriately.
4141         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4142         strings.
4143         (spam-check-ifile, spam-ifile-register-with-ifile)
4144         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4145         new variable names.
4147         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4148         (gnus-treat-display-smileys): Simplify using
4149         gnus-image-type-available-p.
4151         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4152         available.
4154         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
4155         `display-images-p' if available.
4157 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4159         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4160         one after turning on the buffer's multibyteness instead of decoding
4161         them directly in the unibyte buffer that causes unexpected conversion
4162         in Emacs 23 (unicode).
4164 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4166         * message.el (message-generate-hashcash): Fix custom type.
4168 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4170         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4172 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
4174         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4175         disconnect icons.  Add help text.
4177 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
4179         * spam.el (spam-extra-header-to-number): CRM114 spam score is
4180         negated to be consistent with the others we handle.
4182 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4185         version of gnus-summary-buffer to something, so that we can use two
4186         article buffers at the same time.
4188 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
4190         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4191         trigger all the extra headers.
4192         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4193         sorting.
4195 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4197         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4198         solid groups.
4200 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4202         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4204 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4206         * legacy-gnus-agent.el: Add Copyright notice.
4208 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
4210         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4212 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4216         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4217         to make it work reliably in CVS Emacs.
4218         (gnus-summary-limit-strange-charsets-predicate)
4219         (gnus-summary-limit-to-predicate): New functions.
4221 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
4223         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4224         specifying array size.
4225         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4226         array if it is too small.
4227         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4228         (gnus-sort-threads-loop): New function.
4230 2006-12-06  Chris Moore  <dooglus@gmail.com>
4232         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4233         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4235 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4237         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4238         options.
4240 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4243         DOS-ing the recipient.
4245         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4246         the headers when creating the mapping to avoid mismappings.
4247         (nnweb-gmane-create-mapping): Always nix out old mapping.
4249 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4251         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4252         and mm-verify-option to never.
4254 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4256         * message.el (message-signed-or-encrypted-p): New function.
4257         (message-forward-make-body): Use it.
4259         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4260         Replace encode-coding-string with mm-encode-coding-string.
4262 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4264         * nneething.el (nneething-decode-file-name): Replace
4265         decode-coding-string with mm-decode-coding-string.
4267         * gnus-int.el (gnus-open-server): Say failed server's name.
4269 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4272         strings to a single string.  Quote `errors-file-name'.
4273         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4274         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4275         Adjust calls.  Use `shell-quote-argument'.
4277 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4279         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4280         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4282         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4283         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4284         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4285         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4286         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4287         (gnus-subscribe-newsgroup, gnus-1):
4288         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4289         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4290         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4291         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4293 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4296         keystroke.
4297         (gnus-summary-limit-to-bodies): Implement headersp.
4299 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4303 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4305         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4307 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309         * message.el (message-generate-hashcash): Expand range of values to
4310         include `opportunistic'.
4311         (message-send-mail): Use it.
4313 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4315         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4316         and comment it.
4318         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4320 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4322         * gnus-util.el (gnus-extract-address-components): Improve comment.
4324 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4326         * gnus-util.el (gnus-extract-address-components): Work with address in
4327         which the name portion contains @.
4329         * lpath.el: Fbind custom-autoload.
4331 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4333         * gnus.el (gnus-start): Move custom group up.
4334         (gnus-select-method): Don't autoload, but make it available for
4335         `customize-variable'.
4336         (gnus-getenv-nntpserver): Don't autoload.
4338 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4340         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4342 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4344         * message.el (message-sendmail-extra-arguments): New variable.
4345         (message-send-mail-with-sendmail): Use it.
4347 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4349         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4350         mm-with-unibyte-current-buffer to make string unibyte.
4352         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4353         mm-string-as-multibyte.
4355 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4357         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4358         Reported by Werner Koch <wk@gnupg.org>.
4360 2006-11-14  Daiki Ueno  <ueno@p360>
4362         * mml2015.el: Autoload epa-select-keys when compiling.
4364 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4366         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4367         message-options.
4368         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4370 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4372         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4373         EasyPG (< 0.0.6).
4374         (mml2015-always-trust): New user option.
4375         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4376         prompt.
4378 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * nntp.el (nntp-authinfo-force): New variable.
4381         (nntp-send-authinfo): Use it.
4383 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4385         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4386         decode encoded words.  Improve prompt.  Add comment about forwarding.
4387         (message-replacement-char): Move up.
4389 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4391         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4392         instead of gnus-intersection because arguments of gnus-sorted-nunion
4393         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4395 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4397         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4398         (message-simplify-subject-functions): Enable
4399         message-strip-subject-encoded-words by default.
4401 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4403         * message.el (message-strip-subject-encoded-words): New function
4404         (message-simplify-subject-functions): New variable.
4405         (message-simplify-subject): Use it.  Fix typo in doc string.
4406         Support message-strip-subject-encoded-words.
4408 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4410         * gnus-diary.el (gnus-diary-delay-format-function):
4411         * nndiary.el (nndiary-reminders):
4412         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4414 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4416         * gnus-art.el (article-hide-boring-headers): Fetch date from
4417         gnus-original-article-buffer to avoid problems with localized date
4418         strings.
4420 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4422         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4424 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4426         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4427         New variables.
4428         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4429         (mm-charset-synonym-alist): Move some entries to
4430         mm-codepage-iso-8859-list.
4431         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4432         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4434 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4436         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4438 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4440         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4441         with Emacs 21 and XEmacs.
4443 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4445         * spam.el (spam-parse-address): New function for better parsing,
4446         catching errors, etc.
4447         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4449 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4451         * mm-view.el: Add interactive arg to html2text autoload.
4453 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4455         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4457 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4459         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4460         variables.
4461         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4462         (mm-charset-synonym-alist): Move some entries to
4463         mm-codepage-iso-8859-list.
4465         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4467 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4469         * message.el (message-citation-line-format)
4470         (message-insert-formated-citation-line): Fix implementation of %E, %N
4471         and %n according to the doc string.
4473 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4475         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4476         car-safe to avoid bad parses.
4478 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4480         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4481         names.
4483         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4485 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4487         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4488         header.
4490         * message.el (message-draft-headers): Add Date.
4491         (message-headers-to-generate): Fix typo in docstring.
4493         * nndraft.el (nndraft-required-headers): New variable.
4494         (nndraft-generate-headers): Use it.
4496         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4498 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4500         * gnus-registry.el (gnus-registry-wash-for-keywords)
4501         (gnus-registry-find-keywords): New functions to allow easy searching of
4502         articles that are in the registry.
4504 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4506         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4507         ietf-drums-parse-address instead of gnus-extract-address-components.
4508         Reported by Damien Elmes <damien@repose.cx>.
4510 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4512         * gnus.el (gnus-mime): Remove unused custom group.
4514 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4516         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4517         "blank line" when searching for end of armor headers.
4519 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4521         * gmm-utils.el (gmm-write-region): Fix variable name.
4523 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4525         * gmm-utils.el (gmm-write-region): New function based on compatibility
4526         code from `mm-make-temp-file'.
4528         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4530         * nnmaildir.el (nnmaildir--update-nov)
4531         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4532         Use `gmm-write-region'.
4534 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4536         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4537         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4539         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4541         * message.el (message-replacement-char): New variable.
4542         (message-fix-before-sending): Use it.
4543         (message-simplify-subject): New function to remove duplicate code.
4544         (message-reply, message-followup): Use it.
4546         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4547         gnus-summary-limit-to-articles.
4549 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4551         * gnus-util.el (gnus-with-local-quit): New macro.
4553         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4555 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4557         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4558         ignore non-string data.
4560 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4562         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4563         non-string data (needs to be done in the registry too).
4565 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4567         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4568         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4569         (gnus-registry-split-fancy-with-parent)
4570         (gnus-registry-fetch-simplified-message-subject-fast)
4571         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4572         Remove text properties on ingress into the registry and when it's saved.
4573         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4574         registry from entries with no groups.
4576 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4578         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4579         function to remove string properties.
4581 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4583         * gmm-utils.el (gmm): Adjust custom version.
4585         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4586         custom version.
4588         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4590 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4592         * gnus-art.el (gnus-insert-prev-page-button)
4593         (gnus-insert-next-page-button): Simplify.  Reformat.
4595 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4597         * gnus-art.el (gnus-insert-prev-page-button)
4598         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4600 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4602         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4604 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4606         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4607         gnus-article-button-face to MIME and security buttons.
4609 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4611         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4612         readable.
4614 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4616         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4618 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4620         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4621         `browse-url-of-file' instead of `browse-url'.
4623 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4625         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4626         regexp.  Articles containing quotation were cut prematurely.
4628 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4630         * message.el (message-cite-original-1): Use nobody by default for the
4631         value of From header.
4632         (message-reply): Ditto.
4634 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4636         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4637         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4638         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4640 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4642         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4643         mails in the doc string.  Add some URLs in comment.
4644         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4646 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4648         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4649         backslashes handling and the way to find boundaries of quoted strings.
4651 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4653         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4654         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4655         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4656         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4658 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4660         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4661         doc string.
4662         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4664 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4666         * lpath.el: Fbind epg-check-configuration.
4668 2006-09-06  Simon Josefsson  <jas@extundo.com>
4670         * mml2015.el (mml2015-use): Doc fix, mention epg.
4672 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4674         * mml2015.el (mml2015-use): Default to epg, if available.
4676 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4678         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4679         message-sender.
4680         (mml1991-epg-encrypt): Ditto.
4681         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4682         message-sender.
4683         (mml2015-epg-encrypt): Ditto.
4685 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4687         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4688         several common directories.
4690 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4692         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4693         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4695 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4697         * gnus-art.el (article-decode-encoded-words): Make it fast.
4699 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4701         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4703         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4704         in quoted string into `\'.
4706 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4708         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4709         Use standard-syntax-table.
4711 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4713         * gnus-art.el (gnus-decode-address-function): New variable.
4714         (article-decode-encoded-words): Use it to decode headers which are
4715         assumed to contain addresses.
4716         (gnus-mime-delete-part): Remove useless `or'.
4718         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4719         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4720         (gnus-nov-parse-line): Use it to decode From header.
4721         (gnus-get-newsgroup-headers): Ditto.
4722         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4724         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4725         (mail-decode-encoded-address-string): New alias.
4727         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4728         New function.
4729         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4730         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4731         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4732         (rfc2047-decode-string): Ditto.
4733         (rfc2047-decode-address-region): New function.
4734         (rfc2047-decode-address-string): New function.
4736 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4738         * message.el (message-caesar-buffer-body): Allow rotating headers.
4740         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4742         * message.el (message-insert-formated-citation-line): Fix %f.
4743         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4745 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4747         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4748         (gnus-bookmark-mouse-available-p): New macro.
4749         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4750         (gnus-bookmark-bmenu-show-infos): Use it.
4751         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4752         (gnus-bookmark-bmenu-hide-infos): Ditto.
4753         (gnus-bookmark-remove-properties): New function.
4754         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4755         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4756         (gnus-bookmark-write-file): Bind coding-system-for-write.
4757         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4758         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4759         group before selecting it.
4760         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4761         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4762         quit-window if it is not available; use gnus-mouse-2 and bind it to
4763         gnus-bookmark-bmenu-select-by-mouse.
4764         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4765         (gnus-bookmark-bmenu-select-by-mouse): New function.
4767 2006-08-13  Romain Francoise  <romain@orebokech.com>
4769         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4770         space.
4772 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4774         * compface.el (uncompface): Use binary rather than raw-text-unix.
4776 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * compface.el (uncompface): Make sure the eol conversion doesn't take
4779         place when communicating with the external programs.  Reported by
4780         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4782 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4784         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4786 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4788         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4789         Make it more robust by parsing author and date independently.
4791 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4795 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4797         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4798         first matching secret key.
4799         (mml2015-epg-encrypt): Ditto.
4801         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4802         first matching secret key.
4803         (mml1991-epg-encrypt): Ditto.
4805         * mml2015.el (mml2015-encrypt-to-self): New user option.
4806         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4807         mml2015-epg-encrypt-to-self is set.
4809         * mml1991.el (mml1991-encrypt-to-self): New variable.
4810         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4811         mml1991-epg-encrypt-to-self is set.
4813         * mml2015.el (mml2015-signers): New user option.
4814         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4815         (mml2015-epg-encrypt): Allow to select signing keys.
4817         * mml1991.el (mml1991-signers): New variable.
4818         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4819         (mml1991-epg-encrypt): Allow to select signing keys.
4821 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4823         * nnheader.el (nnheader-insert-head): Make it work even if the file
4824         uses CRLF for the line-break code.
4826 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4828         * mml2015.el: Require mml-sec instead of password.
4829         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4830         (mml2015-cache-passphrase): Inherit the default value from
4831         mml-secure-cache-passphrase.
4832         (mml2015-passphrase-cache-expiry): Inherit the default value from
4833         mml-secure-passphrase-cache-expiry.
4835         * mml1991.el: Require mml-sec instead of password.
4836         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4837         (mml1991-cache-passphrase): Inherit the default value from
4838         mml-secure-cache-passphrase.
4839         (mml1991-passphrase-cache-expiry): Inherit the default value from
4840         mml-secure-passphrase-cache-expiry.
4842         * mml-sec.el: Require password.
4843         (mml-secure-verbose): New user option.
4844         (mml-secure-cache-passphrase): New user option.
4845         (mml-secure-passphrase-cache-expiry): New user option.
4847 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4849         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4850         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4851         andreas@altroot.de (Andreas Vögele).
4853         FIXME: Use `tiny change'?
4855 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4857         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4858         workaround for the url package included with Emacs.
4860         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4862 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4864         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4865         correctly.  This fixes a bug caused by the 2006-05-12 change.
4867 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4869         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4870         some information about the error when saying that the `bogus' mail
4871         group will be used.
4873 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4875         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4876         string.
4878 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4880         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4882 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4884         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4886 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4888         * mml1991.el (mml1991-function-alist): Add epg.
4889         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4890         (mml1991-epg-encrypt): New functions.
4892 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4894         * mml2015.el (mml2015-verbose): New variable.
4895         (mml2015-cache-passphrase): Ditto.
4896         (mml2015-passphrase-cache-expiry): Ditto.
4897         (mml2015-function-alist): Add epg.
4898         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4899         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4900         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4901         functions.
4903 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4905         * message.el (message-cite-original-1): Preserve region when removing
4906         quoted text due to X-No-Archive in order to avoid bogus attribution
4907         when citing multiple messages.
4909 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4911         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4912         Kenneth Jacker <khj@be.cs.appstate.edu>.
4914 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4916         * gnus-diary.el (gnus-user-format-function-d)
4917         (gnus-user-format-function-D): Autoload.
4919         * imap.el (Commentary): Fix typo.
4921         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4922         2006-04-22 contribution.
4924 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4926         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4927         It didn't really fix the bogosity I'm seeing with solid web groups.
4929 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4931         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4932         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4933         created using server names.  If we use the feature without declaring
4934         it, Gnus does not properly manage server and group state.
4936         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4937         bound.
4939 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4941         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4942         looking up the method using GROUP's prefix before inventing a new one.
4943         It is used on killed/unknown groups in various places where returning
4944         an all-new method isn't expected by the caller.
4946         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4947         and match semantics of gnus-group-real-prefix.
4949 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4951         * nnmail.el (nnmail-broken-references-mailers): New variable.
4952         (nnmail-ignore-broken-references): New function generalizing
4953         nnmail-fix-eudora-headers.
4954         (nnmail-fix-eudora-headers): Now obsolete.
4956         * gnus-art.el (gnus-button-handle-custom): Support
4957         `customize-apropos*'.
4959 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4963         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4964         articles.
4966 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4968         * message.el (message-cite-reply-above): New variable.
4969         (message-yank-original): Use it.
4971 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4973         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4975 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4977         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4978         as read.
4980         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4982 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4984         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4985         (gnus-bookmark-default-file): Use gnus-directory.
4986         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4987         Remove "*" in doc string.
4988         (gnus-bookmark-write-file): Simplify.
4989         (gnus-bookmark-maybe-sort-alist): Use `when'.
4990         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4991         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4992         FIXME about Emacs 21 and XEmacs compatibility.
4993         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4994         compatibility.
4995         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4996         compatibility.
4997         (gnus-bookmark-menu-heading): Fix version.
4999 2006-06-19  Bastien Guerry  <bzg@altern.org>
5001         * gnus-bookmark.el: New file.
5003 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5005         * message.el (message-syntax-checks): Doc fix.
5007 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5009         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5010         unsubscribed groups as if they were killed ones.  It causes duplicate
5011         entries in gnus-newsrc-alist.
5013 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5015         * message.el (message-syntax-checks): Doc fix.
5016         (message-send-mail): Add check for continuation headers.
5017         (message-check-news-header-syntax): Fix regexp used to check for
5018         continuation headers.
5020 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5022         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5024 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5026         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5028 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5031         default-truncate-lines.
5033 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5035         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5036         to fill the utf-8 entry.
5038         * lpath.el: Fbind unicode-precedence-list.
5040 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5042         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5044 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5046         * gnus-agent.el (directory-files-and-attributes): Move all the way
5047         forward (the third and final move).
5048         (gnus-agent-read-agentview): Trap reconstruction errors due to
5049         nonexistant directory.  Handle by returning nil.
5051 2006-05-30  Didier Verna  <didier@xemacs.org>
5053         * message.el (message-dont-reply-to-names): Update the custom type.
5054         * message.el (message-dont-reply-to-names): New defsubst: potentially
5055         convert a list of regexps into a single one.
5056         * message.el (message-get-reply-headers): Use it.
5057         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5059 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5061         * gnus-agent.el (directory-files-and-attributes): Move forward.
5063 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5065         * gnus-ml.el (gnus-mailing-list-subscribe)
5066         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5067         (gnus-mailing-list-message): Fix doc strings.
5069 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5071         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5072         of doing it manually.
5074 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5076         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5077         comment.
5079 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5081         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5082         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5083         (gnus-agent-read-local): All symbols allocated in my-obarray
5084         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5085         (gnus-agent-regenerate-group): Check numeric names to see if they are
5086         messages or groups.
5087         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5088         better way of do this...)
5090         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5091         'dummy.group' (there should be a better way of do this...)
5093 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5095         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5096         (gnus-saved-headers): Ditto.
5097         (gnus-default-article-saver): Mention functions may have properties.
5098         (gnus-article-save): Override gnus-save-all-headers and
5099         gnus-saved-headers by :headers property which saver function may have.
5100         (gnus-summary-save-in-file): Add :headers property.
5101         (gnus-summary-write-to-file): Ditto.
5103         * gnus-sum.el (gnus-summary-save-article): Bind
5104         gnus-prompt-before-saving to t when saving many articles in a file;
5105         always show all headers.
5107         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5109 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5111         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5112         marks.
5114         * message.el (message-indent-citation): Add optional arguments to allow
5115         using it outside of message buffers.
5117         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5118         (gnus-article-treat-unfold-headers): Use it.
5119         (gnus-article-truncate-lines): New variable.
5120         (gnus-article-mode): Use it.
5121         (gnus-article-toggle-truncate-lines): New function.
5123         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5124         gnus-article-toggle-truncate-lines.
5126         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5127         coding system in XEmacs, use binary.
5129 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5131         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5132         after-load-alist.
5134         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5135         this function should save decoded articles.
5136         (gnus-summary-write-to-file): Use property to specify this function
5137         should save decoded articles and specify gnus-summary-save-in-file
5138         should be used to save articles other than the first one when saving
5139         many articles.
5140         (gnus-summary-save-body-in-file): Use property to specify this
5141         function should save decoded articles.
5142         (gnus-summary-write-body-to-file): Use property to specify this
5143         function should save decoded articles and specify
5144         gnus-summary-save-body-in-file should be used to save articles other
5145         than the first one when saving many articles.
5147         * gnus-sum.el (gnus-summary-save-article): Simplify.
5149 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         * gnus-art.el (gnus-default-article-saver): Add
5152         gnus-summary-write-body-to-file.
5153         (gnus-article-save-coding-system): Don't use coding system object
5154         in XEmacs.
5155         (gnus-read-save-file-name): Add optional `dir-var' argument which
5156         specifies directory in which files are saved; work even if optional
5157         `variable' argument is not specified.
5158         (gnus-summary-write-to-file): Read file name.
5159         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5160         (gnus-summary-write-body-to-file): New function.
5162         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5163         (gnus-summary-local-variables): Add it.
5164         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5165         (gnus-summary-save-article): Remove optional `decode' argument;
5166         determine whether to decode articles by the value of
5167         gnus-default-article-saver; when saving many files using
5168         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5169         it first and use gnus-summary-save-in-file or
5170         gnus-summary-save-body-in-file thereafter unless
5171         gnus-prompt-before-saving is always; move point to article which
5172         will be saved.
5173         (gnus-summary-save-article-file): Revert.
5174         (gnus-summary-write-article-file): Revert.
5175         (gnus-summary-save-article-body-file): Revert.
5176         (gnus-summary-write-article-body-file): New function.
5178 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5180         * gnus-art.el (gnus-default-article-saver): Doc fix.
5181         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5182         from gnus-summary-save-article-coding-system, and default to a
5183         certain coding system.
5184         (gnus-output-to-file): Add coding cookie and encode text according
5185         to gnus-article-save-coding-system; don't use mm-append-to-file.
5187         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5188         gnus-art.el and rename to gnus-article-save-coding-system.
5189         (gnus-summary-save-article): Require gnus-art; don't show all
5190         headers if it decodes articles; don't add coding cookie here;
5191         don't bind mm-text-coding-system-for-write.
5192         (gnus-summary-save-article-file): Save decoded articles.
5193         (gnus-summary-write-article-file): When saving many files, use
5194         gnus-summary-write-to-file first and gnus-summary-save-in-file
5195         thereafter unless gnus-prompt-before-saving is always.
5196         (gnus-summary-save-article-body-file): Save decoded articles.
5198         * lpath.el: Fbind select-safe-coding-system for XEmacs.
5200 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5202         * nnrss.el (nnrss-check-group): Bind hash-index.
5204 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5206         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5207         its hash index.  Store this hash in `nnrss-group-data'.
5208         (nnrss-read-group-data): Update accordingly.
5210 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5212         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5213         entry.
5215         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5216         gnus-article-browse-html-article.
5218 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
5220         * gnus-sum.el (gnus-summary-mime-map): Add
5221         gnus-article-browse-html-article.
5223         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5225 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5227         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5228         suitable coding systems in customize.
5230 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5232         * mail-source.el (mail-sources): Fix custom type.
5234 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5236         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5237         (gnus-summary-expire-articles-now): Shorten prompt.
5239         * gmm-utils.el (wid-edit): Require.
5240         (defun-gmm): Renamed from `gmm-defun-compat'.
5241         (gmm-image-search-load-path): Use it.
5242         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5244 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5246         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5247         variable.
5248         (gnus-summary-save-article): Add optional `decode' argument.  If
5249         it is set and gnus-summary-save-article-coding-system is non-nil,
5250         save decoded article.
5251         (gnus-summary-write-article-file): Save decoded article if
5252         gnus-summary-save-article-coding-system is non-nil.
5254         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5255         type.
5257 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5259         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5261 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5263         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5264         first to test gnus-single-article-buffer which may be buffer-local.
5266         * gnus-sum.el (gnus-summary-setup-buffer): Make
5267         gnus-single-article-buffer buffer-local and nil in ephemeral
5268         group; make gnus-article-buffer, gnus-article-current, and
5269         gnus-original-article-buffer always buffer-local.
5270         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5271         group.
5272         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5274 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5276         * nnml.el (nnml-request-compact-group): Compressed files might not
5277         have .gz extension.
5279 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5282         (mm-copy-to-buffer): Use with-current-buffer.
5283         (mm-display-part): Simplify.
5284         (mm-inlinable-p): Add optional arg `type'.
5286 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5289         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5290         Try harder to show the attachment internally or externally using
5291         gnus-mime-view-part-as-type.
5293 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5295         * message.el (message-from-style, message-signature-separator)
5296         (message-user-organization-file, message-send-mail-function)
5297         (message-citation-line-function, message-yank-prefix)
5298         (message-indent-citation-function, message-signature)
5299         (message-signature-file, message-signature-insert-empty-line):
5300         Remove autoloads.
5302         * gnus-art.el (gnus-buttonized-mime-types): Remove
5303         "multipart/signed".  Revert 2006-04-26 change.
5305 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307         * gnus.el (gnus-version-number): Bump version.
5309 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5311         * gnus.el: No Gnus v0.5 is released.
5313 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5315         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5316         fetching articles by message-id.
5318 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320         * message.el (hashcash): Require hashcash as normal.
5322         * ecomplete.el (ecomplete-highlight-match-line): Use
5323         point-at-eol.
5324         (ecomplete-highlight-match-line): Use `highlight', because that
5325         face exists in both Emacs and XEmacs.
5327         * message.el (message-display-abbrev): Use point-at-bol.
5329         * mail-source.el: Don't require timer/timer-funcs.
5331         * gnus-async.el: Ditto.
5333         * password.el: Ditto.
5335         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5337         * mm-url.el: Ditto.
5339         * gnus-xmas.el: Don't require timer-funcs.
5341         * mm-util.el: Require timer/timer-funcs.
5343 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5345         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5346         Close.
5348 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5350         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5351         unibyte after clear-decrypt function runs.
5353         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5354         returns as a unibyte string.
5356 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * lpath.el: Revert.
5360         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5361         (pgg-gpg-process-sentinel): Revert.
5363         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5364         (pgg-pgp-lookup-key): Revert.
5366         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5367         (pgg-pgp5-lookup-key): Revert.
5369         * pgg.el (pgg-fetch-key): Revert.
5371 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5373         * lpath.el: Fbind string-as-multibyte for XEmacs.
5375         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5376         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5377         (mml1991-pgg-encrypt): Ditto.
5379         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5380         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5381         a multibyte buffer.
5383         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5384         (pgg-pgp-lookup-key): Ditto.
5386         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5387         (pgg-pgp5-lookup-key): Ditto.
5389         * pgg.el (pgg-fetch-key): Ditto.
5391 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5393         * message.el (message-user-organization-file): Check several
5394         locations of the organization file.
5396         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5397         Add gnus-article-view-part-as-type.
5399         * gnus-art.el (gnus-article-view-part-as-type): New function.
5401         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5402         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5404         * mml.el: Simplify autoload.
5405         (mml-mode): defvar dnd-protocol-alist instead of using
5406         symbol-value.
5407         (mml-default-directory): New variable.
5408         (mml-minibuffer-read-file): Use it.
5409         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5411         * message.el (message-citation-line-format): New variable.
5412         (message-insert-formated-citation-line): New function.
5413         (message-citation-line-function): Add
5414         `message-insert-formated-citation-line' to custom type.
5416         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5417         to doc string.
5419         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5420         depending on mm-verify-option.
5422 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5424         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5425         binding pgg-* variables; reimplement the section which prevents
5426         MIME header from being signed.
5427         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5428         pgg-text-mode; remove a blank line at the top of body.
5430         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5431         lines at the top of body; use gnus-newsgroup-charset if there's no
5432         Charset header.
5434 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5436         * message.el (message-self-insert-commands): Doc fix.
5438         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5439         (mm-uu-pgp-encrypted-test): Ditto.
5440         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5441         between header and body; return application/pgp-encrypted handle
5442         if decryption failed; decode decrypted body by charset.
5444         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5445         element match to application/pgp-*.
5447 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5449         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5450         HTML.
5452 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454         * mail-source.el (mail-source-call-script): Message the error
5455         string.
5457 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459         * gnus-util.el (gnus-byte-compile): Use it.
5461 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5463         * gnus-util.el (kill-empty-logs): New function.
5465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467         * message.el (message-mail-alias-type): Doc fix.
5468         (message-mail-alias-type-p): New function.
5469         (message-send): Use it.
5470         (message-mode): Ditto.
5471         (message-strip-forbidden-properties): Ditto.
5473         * ecomplete.el (ecomplete-database-file-coding-system): New
5474         variable.
5475         (ecomplete-save): Use it.
5476         (ecomplete-setup): Use it.
5478 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5480         * message.el (message-self-insert-commands): New variable.
5481         (message-strip-forbidden-properties): Use it.
5483 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5486         that doesn't make XEmacs choke.
5488 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5490         * gnus-util.el (gnus-replace-in-string):
5491         Prefer replace-regexp-in-string over of replace-in-string.
5493 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5495         * gnus-util.el (gnus-select-frame-set-input-focus):
5496         Use select-frame-set-input-focus if it is available in XEmacs; use
5497         definition defined in Emacs 22 for old Emacsen.
5499         * dgnushack.el: Autoload unmorse-region for XEmacs.
5501         * lpath.el: Bind cursor-in-non-selected-windows and
5502         select-frame-set-input-focus for XEmacs.
5504 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5506         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5508 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5510         * gnus-registry.el (gnus-registry-cache-save): Remove text
5511         properties when saving via the temp buffer.
5513 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5515         * message.el (message-generate-hashcash): Honor custom type.
5517 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519         * message.el (message-generate-hashcash): Default to non-nil when
5520         hashcash is found.
5522         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5523         (gnus-refer-thread-limit): Increase default to 500.
5525         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5527         * flow-fill.el (fill-flowed): Allow delete-space.
5529 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5531         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5532         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5533         Remove autoloads.
5535 2006-04-18  Simon Josefsson  <jas@extundo.com>
5537         * message.el (message-generate-hashcash): Default to.
5539 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5541         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5542         concatenating segments rather than before concatenating them.
5544 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5548 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5552         * message.el (message-forward-make-body-plain): Allow
5553         message-forward-ignored-headers to be a list.
5554         (message-remove-ignored-headers): Factor out into function.
5555         (message-forward-make-body-mml): Use it.
5557         * imap.el (imap-quote-specials): New function.
5558         (imap-login-auth): Quote specials.
5560         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5561         (rfc2231-parse-string): Allow concatanation of parameters that
5562         aren't contiguous.  The test case is
5563           (mail-header-parse-content-type "message/external-body;
5564             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5565             access-type=LOCAL-FILE;
5566             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5568 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * nntp.el (nntp-accept-process-output): Return the value of
5571         `nnheader-accept-process-output'.
5573 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5576         (gnus-button-alist): Recognize more diff formats.
5577         (gnus-button-patch): Strip directory.
5579 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5581         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5582         Emacs 22 when setting focus.
5584 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586         * gnus-art.el (gnus-article-treat-types): Do treatment of
5587         text/x-verbatim parts.
5588         (gnus-button-patch): New command.
5590         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5591         addresses that contain invalid characters.
5593 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595         * message.el (message-put-addresses-in-ecomplete): Use
5596         gnus-replace-in-string.
5597         (message-is-yours-p): Use the more correct
5598         mail-header-parse-address instead of
5599         mail-extract-address-components.
5600         (message-put-addresses-in-ecomplete): Fix typo.
5602         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5603         keystroke.
5605         * gnus-art.el (gnus-treatment-function-alist): Change order of
5606         newsgroups/generic header folding to avoid double-folding.
5608         * message.el (message-hidden-headers): Add X-Draft-From.
5610         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5611         command.
5612         (gnus-summary-repeat-search-article-backward): New command.
5614         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5615         groups in the parent topic.
5617 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5619         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5620         (spam-extra-header-to-number): Return the CRM114 number as a
5621         number instead of a string.
5623 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625         * gnus-art.el (gnus-face-properties-alist): Moved here from
5626         gnus-fun.
5628         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5630 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632         * message.el (message-strip-forbidden-properties): Only display on
5633         self-insert-command.
5635         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5636         reindent.
5637         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5639 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5641         * smiley.el (smiley-style): Fix typo.
5643 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645         * hashcash.el (hashcash-insert-payment-async-2): Use
5646         message-goto-eoh instead of doing it manually.
5647         (mail-add-payment): Use message-narrow-to-header instead of trying
5648         to do the same itself.
5650         * message.el (message-hidden-headers): Add Face.
5652         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5653         reparenting code.
5654         (gnus-summary-reparent-children): Refactored out code.
5655         (gnus-summary-thread-map): New keystroke.
5656         (gnus-summary-reparent-children): Make into command.
5658         * smiley.el (smiley-style): Default to `medium' if using a large
5659         font.
5661         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5662         does it itself.
5664         * message.el (message-point-in-header-p): Simplify definition.
5666 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668         * nnagent.el (nnagent-request-set-mark): Silence log file
5669         writing.
5670         (nnagent-request-set-mark): Use write-region instead of
5671         append-to-file.
5673         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5674         strange select method.
5676         * ecomplete.el (ecomplete-display-matches): Get highlightling
5677         right.
5678         (ecomplete-display-matches): Use literals.
5679         (ecomplete-display-matches): Disable message logging.
5681         * message.el (message-display-abbrev): Small optimization.
5683         * ecomplete.el (ecomplete-display-matches): Allow automatic
5684         display.
5686         * message.el (message-strip-forbidden-properties): Display
5687         abbrevs.
5688         (message-display-abbrev): Get automatic display right.
5690         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5691         keystrokes.
5693 2006-04-13  Romain Francoise  <romain@orebokech.com>
5695         TODO: Backport to v5-10!
5697         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5698         Moved here (and renamed) from gnus-registry.el.
5700         * gnus-registry.el: Require gnus-util.
5701         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5703 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705         * gnus-group.el (gnus-group-catchup-current): Change
5706         if-then-else-if-then-else into cond.
5707         (gnus-group-catchup): Indent.
5708         (group-name-at-point): New function.
5709         (gnus-fetch-group): Provide default from thing at point.
5711 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713         * message.el (message-display-abbrev): Fix regexp.
5715         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5716         choosing.
5717         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5718         dead variables.
5720         * message.el (message-newline-and-indent): Remove debugging.
5721         (message-display-abbrev): Use new implementation.
5723 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5725         * gnus-art.el (gnus-article-mode): Set
5726         cursor-in-non-selected-windows to nil.
5728         * smiley.el: Revert previous change.
5729         (smiley-data-directory): defvar it before using it in the
5730         defcustom of `smiley-style'.
5732 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734         * message.el (message-newline-and-indent): New function.
5736         * ecomplete.el: Implement more bits.
5738         * message.el (message-put-addresses-in-ecomplete): Clean up the
5739         string.
5741         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5743         * gnus-sum.el (gnus-summary-save-parts): Bind
5744         gnus-summary-save-parts-counter and use it to make unique file
5745         names.
5747         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5749         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5750         parameter to say whether to actually parse the individual
5751         addresses.
5753         * message.el (message-put-addresses-in-ecomplete): New function.
5754         (ecomplete): Require.
5755         (message-mail-alias-type): Add ecomplete as an option.
5757 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5759         * flow-fill.el (fill-flowed): Remove trailing space from blank
5760         quoted lines.
5762 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764         * smiley.el (smiley-style): Move definition later to avoid a
5765         compilation warning.
5767 2006-04-12  Kenichi Handa  <handa@m17n.org>
5769         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5770         buffer and then decode the buffer text if necessary.
5771         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5772         first, and after mm-encode-body, change the buffer to unibyte.
5773         Use mm-disable-multibyte instead of set-buffer-multibyte.
5775 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5777         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5778         Content-Type header instead of Content-Disposition header.
5779         (gnus-mime-inline-part): Ditto.
5780         (gnus-mime-view-part-as-charset): Ignore charset that the part
5781         specifies.
5783         * mm-decode.el (mm-display-part): Work with external parts and
5784         usual parts similarly.
5786         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5787         instead of gnus-display-mime.
5789         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5790         instead of with-temp-buffer.
5792         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5793         tag to summarized topics part in order to encode non-ASCII text.
5795 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5797         * smiley.el (smiley-style): New variable.
5798         (smiley-directory): New function.
5799         (smiley-data-directory): Derive from `smiley-style' using
5800         `smiley-directory'.
5801         (smiley-regexp-alist): Add new entries.
5803         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5804         (gnus-article-browse-delete-temp): Add :version.
5806 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5808         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5809         the sieve region.
5811 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813         * gnus.el (gnus-version-number): Bump version.
5815 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5817         * gnus.el: No Gnus v0.4 is released.
5819 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5822         layout.
5824         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5825         unknown charset.
5827         * message.el (message-header-synonyms): Add Original-To to the
5828         default.
5830         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5831         optional parameter.
5833 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5835         * gnus-fun.el (gnus): Require it for gnus-directory.
5837 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5839         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5841 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5843         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5845 2006-04-05  Simon Josefsson  <jas@extundo.com>
5847         * password.el (password-reset): New function.
5849 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5851         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5852         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5854 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5856         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5857         Some whitespace was matched into the url, which broke browsing hits
5858         > 100 when mm-url-use-external was nil.
5860 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5863         gnus-extra-headers for 'Newsgroups.
5865         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5866         bound.
5868 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5870         * pgg-gpg.el: Clean up process buffers every time gpg processes
5871         complete.
5873 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5875         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5876         doc string.
5878 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5880         * pgg-gpg.el (pgg-gpg-process-filter)
5881         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5883         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5884         lines, temporary fix.
5886 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5888         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5890 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5892         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5893         default-enable-multibyte-characters.  This reverts the change from
5894         revision 6.17 which is no longer necessary because the passphrase
5895         is sent separately now.  GnuPG messages are unreadable under
5896         multibyte locales with default-enable-multibyte-characters set to
5897         nil.
5899 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5901         * message.el (message-tool-bar-gnome): Move "spell".
5903 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5905         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5906         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5907         instead.
5909 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5911         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5912         newsgroups handling for NNTP overviews which don't include
5913         Newsgroups.
5915 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5917         * message.el (message-resend): Bind message-generate-hashcash to nil.
5919 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5921         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5922         when searching for already-paid recipients.
5924 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5926         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5927         passphrases when it is not needed.
5928         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5929         passphrase stuff from gpg, should only be necessary when you use
5930         gpg with a smartcard.
5932 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5934         * mml.el (mml-insert-mime): Ignore cached contents of
5935         message/external-body part.
5937         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5938         (mm-insert-part): Ditto.
5940 2006-03-23  Simon Josefsson  <jas@extundo.com>
5942         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5943         Reiner.
5944         (pgg-gpg-use-agent-p): Use it again.
5946 2006-03-23  Simon Josefsson  <jas@extundo.com>
5948         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5949         older emacsen.
5950         (pgg-gpg-use-agent-p): Don't use it.
5952 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5954         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5955         if we can.
5957 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5959         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5960         (pgg-gpg-update-agent): New function.
5961         (pgg-gpg-use-agent-p): New function.
5962         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5963         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5964         (pgg-gpg-sign-region): Use it.
5966 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5968         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5969         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5971 2006-03-21  Simon Josefsson  <jas@extundo.com>
5973         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5974         <wilde@sha-bang.de>.
5975         (pgg-gpg-use-agent): New variable.
5976         (pgg-gpg-process-region): Use it.
5977         (pgg-gpg-encrypt-region): Likewise.
5978         (pgg-gpg-encrypt-symmetric-region): Likewise.
5979         (pgg-gpg-decrypt-region): Likewise.
5980         (pgg-gpg-sign-region): Likewise.
5981         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5983 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5985         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5987         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5988         Add comment on version.
5990 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5992         * smiley.el: Add missing test smiley.
5994 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5996         * mm-decode.el (mm-with-part): New macro.
5997         (mm-get-part): Use it; work with message/external-body as well.
5998         (mm-save-part): Treat name and filename equally.
6000         * mm-extern.el (mm-extern-cache-contents): New function.
6001         (mm-inline-external-body): Use it; force the part to be displayed;
6002         move undisplayer added to the cached handle to the parent.
6004         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6005         (gnus-mime-view-part-as-type): Work with message/external-body.
6007         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6009 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6011         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6012         images in image-load-path.  [Sync with image.el, revision 1.60, in
6013         Emacs.]
6015 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6017         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6018         path rather than symbol.  Always return list of directories.
6019         Guarantee that image directory comes first.  [Sync with image.el,
6020         revision 1.59, in Emacs.]
6022         * message.el (message-make-tool-bar): Adjust to new API of
6023         `gmm-image-load-path-for-library'.
6025         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6027         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6029 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6031         * gnus-art.el (gnus-article-only-boring-p):
6032         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6033         intangible text.
6034         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6036 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6038         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6039         `defun' instead of `gmm-defun-compat'.
6041 2006-03-14  Simon Josefsson  <jas@extundo.com>
6043         * message.el (message-unique-id): Don't use message-number-base36
6044         if (user-uid) is a float.
6045         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6047 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6049         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6051         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6052         empty line between a part and a message part.
6054 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6056         * smiley.el: Add more test smileys.
6057         (smiley-data-directory, smiley-regexp-alist)
6058         (gnus-smiley-file-types): Fix doc strings.
6059         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6060         adding new elements.
6061         (smiley-mouse-map): Unused code.  Make it a comment.
6063 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6065         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6066         scan latest NoCeM messages instead of old ones.
6067         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6068         delimiters that are recently used.
6069         (gnus-nocem-load-cache): Add autoload cookie.
6071         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6073         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6074         level which is larger than gnus-use-nocem is specified.
6076         * gnus-group.el (gnus-group-get-new-news): Ditto.
6078 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6080         * gnus-util.el (gnus-tool-bar-update): New function.
6082         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6083         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6085         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6087         * gnus-group.el (gnus-group-redraw-when-idle)
6088         (gnus-group-redraw-check): Remove.
6089         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6091 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6093         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6094         if optional last element is specified in splits (FIELD VALUE...).
6096 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6098         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6099         to gmm-image-load-path-for-library.  Call with no-error argument.
6100         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6102         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6104         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6106         * gmm-utils.el (gmm-image-load-path): Remove alias.
6108 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6110         * gmm-utils.el (gmm-image-load-path): Add alias.
6112         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6113         nnml-generate-nov-databases-1.
6114         (nnml-generate-nov-databases): Use it.
6115         (nnml-generate-nov-databases-directory): Document no-active
6116         argument.
6118         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6119         directory if path is t.  Add no-error.
6121         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6122         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6124         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6125         resetting gnus-article-browse-html-temp-list.
6127         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6128         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
6129         Add example to docstring.  Rename local variables.  Move error
6130         checks to default case in cond and simplify.
6132 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6134         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6135         handle is multipart when calling it recursively.
6136         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6138 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
6140         * nnimap.el (nnimap-request-update-info-internal): Optimize.
6141         Don't `gnus-uncompress-range' to avoid excessive memory usage.
6143 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6145         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6146         is loaded.
6148         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6149         loaded.
6151 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6153         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6154         to "Emacs 23 (unicode)" in doc string.
6156         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6157         "Emacs 23 (unicode)" in comment.
6159 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6161         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6163         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6164         characters 160 through 255 in Emacs 23.
6166 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6168         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6169         gnus-article-browse-html-temp.
6170         (gnus-article-browse-delete-temp): Make it customizable.  Add
6171         `file'.  Adjust doc string.
6172         (gnus-article-browse-delete-temp-files): Add argument.  Allow
6173         query for each file.  Adjust doc string.
6174         (gnus-article-browse-html-parts): Add
6175         `gnus-article-browse-delete-temp-files' to
6176         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6178 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
6180         * gnus-art.el (gnus-article-browse-html-temp)
6181         (gnus-article-browse-delete-temp): New variables.
6182         (gnus-article-browse-delete-temp-files): New function.
6183         (gnus-article-browse-html-parts): Use it.
6185 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6187         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6189         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6190         string.
6192         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6193         gnus-summary-insert-new-articles when unplugged.  Remove
6194         gnus-summary-search-article-forward.
6196         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6197         display-visual-class instead of display-color-cells.
6199 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6201         * dgnushack.el: Autoload customize-group for XEmacs.
6203         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6204         message/* containing non-ASCII text properly.
6206 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6208         * message.el: Require gmm-utils, remove autoloads.
6209         (message-tool-bar): Set default based on
6210         gmm-tool-bar-style.
6211         (message-tool-bar-gnome): Add gmm-customize-mode.
6213         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6214         gmm-tool-bar-style.
6215         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6217         * gnus-group.el (gnus-group-tool-bar): Set default based on
6218         gmm-tool-bar-style.
6219         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6221         * gmm-utils.el (gmm-image-directory): Rename variable from
6222         gmm-image-load-path.
6223         (gmm-image-load-path): Use gmm-image-directory.
6224         (gmm-customize-mode): New function.
6225         (gmm-tool-bar-style): New variable.
6227         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6228         gnus-group-redraw-line-number.
6229         (gnus-group-redraw-check): Simplify.
6230         (gnus-group-tool-bar-update): Remove redraw check.
6231         (gnus-group-make-tool-bar): Add redraw check.
6233 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6235         * gnus-art.el (gnus-button): Add missing parentheses.
6237 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6239         * lpath.el: Fbind line-number-at-pos.
6241 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6243         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6245 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6247         * gnus-art.el (gnus-button): New face.
6248         (gnus-article-button-face): Use it.
6250         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6251         gnus-summary-next-page.  Re-order.
6253         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6254         next-node are now included.
6255         (gnus-group-redraw-line-number): New internal variable.
6256         (gnus-group-redraw-check): Helper function for updating the tool
6257         bar.
6258         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6260         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6262         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6263         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6264         Use it to match format of Spamassassin 3.0 and later.  Reported by
6265         IRIE Tetsuya <irie@t.email.ne.jp>.
6266         (spam-check-bogofilter)
6267         (spam-bogofilter-register-with-bogofilter): Fix args of
6268         `gnus-error' calls.
6270 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6272         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6273         unnecessary interaction when sending queued mails.  Reported by
6274         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6276 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6278         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6279         first or last are nil.
6281 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6283         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6285 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6289 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291         * dns.el (query-dns): Protect more against buggy tcp output.
6293 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6296         nov.php.
6298 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6300         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6301         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6302         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6303         output on the server side.
6304         (nnweb-google-create-mapping): Update regexps and add some
6305         progress indication.
6307 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6309         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6310         gnus-agent-toggle-plugged.  Re-order icons.
6311         (gnus-group-tool-bar-gnome): Add
6312         gnus-group-{prev,next}-unread-group.
6313         (gnus-group-tool-bar-gnome): Re-order icons.
6315         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6316         gnus-summary-insert-new-articles.
6318         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6319         comments.
6321         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6322         also available in Emacs 21.3.
6324         * message.el (message-fix-before-sending): Change "Emacs 22" to
6325         "Emacs 23 (unicode)" in comment.
6327         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6328         "Emacs 23 (unicode)" in comment.
6330         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6331         comment.
6332         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6334         * mm-view.el (mm-fill-flowed): Add :version.
6336 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6338         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6339         and load-path.
6341 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6343         * message.el: Autoload gmm-image-load-path.
6344         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6345         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6346         consitency.
6348         * gmm-utils.el (gmm-image-load-path): Also search in
6349         "../etc/images".  Don't set gmm-image-load-path if we don't find
6350         the image.
6352 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6354         * gmm-utils.el (gmm-image-load-path): Don't make
6355         `gmm-image-load-path' include subdirectories which the second arg
6356         `image' might specify.
6358         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6359         subdirectory to icon file names.
6361         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6363 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6365         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6366         gmm-image-load-path calls.
6368         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6370         * message.el (message-make-tool-bar): Ditto.
6372         * mml.el (mml-preview): Added comment concerning tool bar icons.
6374         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6375         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6378         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6380         * message.el (message-tool-bar-gnome): Use new icon names.
6381         (message-make-tool-bar): Use `gmm-image-load-path'.
6383         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6384         functions from MH-E.
6385         (gmm-image-load-path): New variable from MH-E.
6386         (gmm-image-load-path): New function from MH-E.  Added arguments
6387         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6388         *-image-load-path-called-flag.
6390 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6392         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6394 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6396         * nnimap.el (nnimap-request-move-article): Change folder back to
6397         source group before deleting.
6399 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6401         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6403         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6404         mm-url.
6406         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6408 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6410         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6411         coding system which mm-charset-to-coding-system returns for a
6412         given charset is valid.
6414 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6416         * html2text.el (html2text-remove-tag-list):
6417         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6419 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6421         * gnus-cus.el: Revert 2005-10-17 change.
6423 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6425         * gnus-art.el (article-strip-banner): Call
6426         article-really-strip-banner only when the regexp match is made.
6428 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6430         * gnus-art.el (article-strip-banner): Use
6431         gnus-extract-address-components instead of
6432         mail-header-parse-addresses to make it work with non-ASCII text;
6433         remove mail-encode-encoded-word-string.
6435         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6436         values which are surrounded with \"...\"; make it never cause a
6437         Lisp error; give up parsing of parameters if it failed in
6438         extracting type.
6440 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6442         * smime.el (smime-cert-by-ldap-1): Fix bug where
6443         `smime-ldap-search' returns results without userCertificates.
6445 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6447         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6449 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6451         * spam.el (spam-check-spamassassin-headers): Adapt format for
6452         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6453         <ari@mbf.ocn.ne.jp>.
6454         (spam-list-of-processors): Add spam-use-gmane.
6456 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6458         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6459         make-temp-file; make it work with XEmacs as well.
6461         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6462         mm-make-temp-file.
6464         * mm-decode.el (mm-display-external): Use the 3rd arg of
6465         mm-make-temp-file.
6466         (mm-create-image-xemacs): Ditto.
6468 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6470         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6471         with message-narrow-to-headers.
6472         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6473         (gnus-draft-check-draft-articles): New function.
6474         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6476 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6478         * gnus-art.el (gnus-article-browse-html-parts):
6479         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6480         Don't use suffix argument for mm-make-temp-file for Emacs 21
6481         compatibility.  Remove useless `format'.
6483 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6485         * nnweb.el (nnweb-google-wash-article): Update regexps.
6486         (nnweb-group-alist): Use defvoo instead of defvar.
6488 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6490         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6491         re-loading nn* modules.
6493 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6495         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6496         for `tool-bar-mode' and don't check it's default-value.
6498         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6500         * message.el (message-make-tool-bar): Ditto.
6502         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6503         `substring'.  Shorten tmp-file name.
6505         * gnus.el: Remove bogus comment.
6507 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6509         * gnus-art.el (gnus-article-browse-html-parts): New function.
6510         (gnus-article-browse-html-article): New function for viewing html
6511         articles with a browser.
6513 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6515         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6516         in elisp.
6517         (pgg-gpg-encrypt-symmetric-region): Ditto.
6518         (pgg-gpg-sign-region): Ditto.
6520         * pgg-def.el (pgg-text-mode): New variable.
6522         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6523         (mml2015-pgg-encrypt): Ditto.
6525         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6526         (mml1991-pgg-encrypt): Ditto.
6528 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6530         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6531         message-make-date instead of current-time-string.
6533         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6534         to gnus-decoded which mm-uu might set.
6536 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6538         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6539         don't decode quoted parameters; remove misimported Emacs code.
6540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6541         (rfc2231-decode-encoded-string): Don't use split-string which
6542         behaves differently according to Emacs version; use
6543         mm-decode-coding-region to convert charset to coding-system.
6544         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6545         (rfc2231-encode-string): Remove misimported Emacs code.
6547 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6549         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6550         when calling mail-header-parse-content-type.
6551         (article-de-quoted-unreadable): Ditto.
6552         (article-de-base64-unreadable): Ditto.
6553         (article-wash-html): Ditto.
6555         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6556         calling mail-header-parse-content-type and
6557         mail-header-parse-content-disposition.
6558         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6559         mail-header-parse-content-type.
6561         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6562         insert charset and format parameters; encode description after
6563         inserting it to buffer.
6564         (mml-insert-parameter): Fold lines properly even if a parameter is
6565         segmented into two or more lines; change the max column to 76.
6567         * rfc1843.el (rfc1843-decode-article-body): Don't use
6568         ignore-errors when calling mail-header-parse-content-type.
6570         * rfc2231.el (rfc2231-parse-string): Return at least type if
6571         possible; don't cause an error even if it fails in parsing of
6572         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6573         (rfc2231-encode-string): Don't break lines at the beginning, leave
6574         it to mml-insert-parameter.
6576         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6577         calling mail-header-parse-content-type.
6579 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6581         * spam-report.el (spam-report-gmane-use-article-number):
6582         Improve doc string.
6583         (spam-report-gmane-internal): Check if a suitable header was found
6584         in the article.
6586 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6588         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6589         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6591 2006-02-05  Romain Francoise  <romain@orebokech.com>
6593         Update copyright notices of all files in the gnus directory.
6595 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6597         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6599 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6601         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6602         segmented lines of parameter value to cope with Thunderbird 1.5
6603         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6605         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6607 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6609         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6610         parts.
6612 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6614         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6615         there's only one active file for all servers.
6616         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6617         solid groups.  Gnus might have used a FAST request to select the group.
6618         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6619         and nnweb-search redundantly in the active file.
6620         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6621         (nnweb-request-create-group): Don't use ARGS.
6622         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6623         initialisations.  Let nnoo do the work.
6625 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6627         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6628         Say the part has been decoded.
6630         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6632 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6634         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6635         mailcap-viewer-test-cache when there's no 'test clause, since that
6636         will invert the meaning of a "nil" test previously determined by
6637         mailcap-mailcap-entry-passes-test.
6639 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6642         compiling.
6644         * gnus-sum.el: Ditto.
6646         * message.el: Don't bind tool-bar-map when compiling.
6648 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6650         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6652 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6654         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6655         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6656         current Google Groups.
6658 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6660         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6661         and tool-bar-mode.
6663         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6664         and tool-bar-mode.
6666         * message.el (message-tool-bar-update): Simplify.
6667         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6669         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6670         gnus-summary-buffer.
6671         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6672         gnus-summary-reply.
6674         * gmm-utils.el (gmm): Add :version.
6676 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6678         * Makefile.in (clean): New rule.
6679         (distclean): Use it.
6681 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6683         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6684         autoload.
6686 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6688         * gmm-utils.el (gmm-verbose): Add :group.
6690 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6692         * message.el: Change some comments WRT tool-bars.
6694         * gnus-sum.el (gnus-summary-tool-bar)
6695         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6696         (gnus-summary-tool-bar-zap-list): New variables.
6697         (gnus-summary-make-tool-bar): Complete rewrite using
6698         `gmm-tool-bar-from-list'.
6700         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6701         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6702         variables.
6703         (gnus-group-make-tool-bar): Complete rewrite using
6704         `gmm-tool-bar-from-list'.
6705         (gnus-group-tool-bar-update): New function.
6707         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6709 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6712         is dissected into a single part of which the type is the same as
6713         the given one; decode charset.
6715 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6717         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6718         into alists as symbol not string, since that's what
6719         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6720         look for.
6722 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6724         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6725         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6727         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6729 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6731         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6732         (gnus-xmas-mime-security-button-menu): New function.
6734         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6735         (gnus-mime-security-button-menu): New definition.
6736         (gnus-mime-security-button-map): Use them.
6737         (gnus-mime-security-button-menu): New function.
6738         (gnus-insert-mime-security-button): Addition to help echo.
6739         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6740         (gnus-mime-security-pipe-part): New functions.
6742         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6743         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6745         * mm-decode.el (mm-handle-set-disposition): Remove.
6746         (mm-handle-set-description): Remove.
6748 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6750         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6751         (mm-w3m-standalone-supports-m17n-p): New function.
6752         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6753         w3m usage.
6755         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6756         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6758 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6760         * message.el (message-tool-bar-zap-list): Use
6761         gmm-tool-bar-zap-list as custom type.
6762         (message-tool-bar-update): New function.
6763         (message-tool-bar, message-tool-bar-gnome)
6764         (message-tool-bar-retro): Add message-tool-bar-update.
6765         (message-tool-bar-gnome): Add flyspell-buffer.
6767         * gnus-util.el (gnus-error): Describe `args'.
6769         * gmm-utils.el (gmm-error): Describe `args'.
6770         (gmm-tool-bar-zap-list): New widget.
6771         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6773 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6775         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6776         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6777         the number of recursive calls.
6779         * mm-decode.el (mm-handle-set-disposition): New macro.
6780         (mm-handle-set-description): New macro.
6782 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6784         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6785         encoding.
6787 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6789         * message.el (message-tool-bar-zap-list, message-tool-bar)
6790         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6791         (message-tool-bar-local-item-from-menu): Remove.
6792         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6793         (message-make-tool-bar): New function.
6794         (message-mode): Use `message-make-tool-bar'.
6796         * gmm-utils.el: New file.
6797         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6798         (gmm-lazy): New widget copied from `nnmail.el'.
6799         (gmm-tool-bar-from-list): New function for creating customizable
6800         tool bars.
6801         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6802         output.
6803         (gmm): Add :prefix to defgroup.
6805 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6807         * gmm-utils.el (gmm-widget-p): New function.
6809 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6811         * mml.el (mml-attach-file): Describe `description' in doc string.
6812         (mml-menu): Add Emacs MIME manual and PGG manual.
6814 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6816         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6818 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6820         * nntp.el (nntp-end-of-line): Doc fix.
6822 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6824         * imap.el (imap-open): Handle case where buffer is a buffer
6825         object.
6827 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * gnus-delay.el (gnus-delay): Don't autoload.
6830         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6831         to be re-loaded when customizing the `gnus-delay' group.
6833 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6835         * message.el (message-insert-citation-line): Use newlines.
6837 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6839         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6840         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6841         these routines, so the passphrase can be managed externally and
6842         passed in to the system.
6843         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6844         pgg-add-passphrase-to-cache function.
6846         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6847         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6848         these routines, so the passphrase can be managed externally and
6849         passed in to the system.
6850         (pgg-pgp5-sign-region): Use new name of
6851         pgg-add-passphrase-to-cache function.
6853 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6855         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6856         part of the decoded armor to find the key-identifier.
6857         (pgg-gpg-lookup-key-owner): New function to return the
6858         human-readable identifier of a key owner.
6859         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6860         itself.
6861         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6862         the key value) if we have a key and can match it against a secret
6863         key.  Also, added a note pointing out fact that the prompt only
6864         indicates the first matching key.
6866         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6867         pgg-decrypt-region.
6868         (pgg-add-passphrase-to-cache): Rename from
6869         `pgg-add-passphrase-cache' to reduce confusion (all callers
6870         changed).
6871         (pgg-remove-passphrase-from-cache): Rename from
6872         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6873         changed).
6874         (pgg-read-passphrase, pgg-add-passphrase-cache)
6875         (pgg-remove-passphrase-cache): Add informative docstrings.
6876         (pgg-decrypt): Convey provided passphrase in subordinate call to
6877         pgg-decrypt-region.
6879 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6881         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6882         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6883         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6884         'passphrase' argument, so the passphrase can be managed externally
6885         and then passed in to the system.
6887         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6888         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6889         so the passphrase cache can be used reliably with identifiers
6890         besides a pgp packet's key id.
6892         * pgg-gpg.el (pgg-gpg-encrypt-region)
6893         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6894         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6895         these routines, so the passphrase can be managed externally and
6896         passed in to the system.
6898         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6899         'notruncate' argument, so the passphrase cache can be used
6900         reliably with identifiers besides a pgp packet's key id.
6902 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6904         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6905         symmetric encryption.
6906         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6907         encrypted session key.
6908         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6909         message ask for the passphrase in a proper way.
6911         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6912         New user commands for symmetric encryption.
6914 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6916         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6918         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6920 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6922         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6924 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6926         * mm-decode.el (mm-inlined-types): Add application/pgp.
6927         (mm-automatic-display): Ditto.
6929         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6930         part as text.
6932 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6934         * nnrss.el: Update copyright.
6935         (nnrss-opml-import): Query whether to subscribe to each entry.
6937         * gnus-art.el:
6938         * gnus-sum.el:
6939         * gnus-xmas.el:
6940         * messagexmas.el:
6941         * mm-uu.el:
6942         * mm-view.el: Update copyright.
6944 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6946         * message.el (message-info): New function.
6947         (message-mode-menu): Add it.
6948         Update copyright.
6950         * ChangeLog: Fix and update copyright.
6952 2006-01-13  Romain Francoise  <romain@orebokech.com>
6954         * message.el (message-forward-subject-name-subject): Prefer the
6955         address to 'nowhere' if the sender has no name.
6956         Fix typo.  Update copyright year.
6958 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6960         * gnus-art.el (article-wash-html): Use
6961         gnus-summary-show-article-charset-alist if a numeric arg is given.
6962         (gnus-article-wash-html-with-w3m-standalone): New function.
6964         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6965         mm-inline-text-html-render-with-w3m-standalone.
6966         (mm-text-html-washer-alist): Map w3m-standalone to
6967         gnus-article-wash-html-with-w3m-standalone.
6968         (mm-inline-text-html-render-with-w3m-standalone): New function.
6970 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6972         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6973         Improve LaTeX.
6975 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6977         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6978         (nnrss-request-article): Render text/plain parts as HTML.
6980         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6981         the buffer.
6983 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6985         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6986         custom definition of `gnus-posting-styles'.
6988         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6989         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6991 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6993         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6994         Use nntp for bug archive.
6996 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6998         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6999         parts.
7000         (nnrss-normalize-date): New function converts ISO 8601 date into
7001         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7002         (nnrss-check-group): Use it.
7004 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7006         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7008         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7009         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7010         (nnrss-insert-w3): Ditto.
7012 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7014         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7015         the articles to be forwarded including the case where neither a
7016         number of articles nor a region is specified.
7018 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7020         * nnrss.el (nnrss-request-article): Fix last change; fill
7021         text/plain parts.
7023 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7026         in text/plain part.
7027         (nnrss-check-group): Don't add excessive newline to dc:subject.
7029 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7031         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7032         article.
7034 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7037         (nnml-use-compressed-files, nnml-save-mail): Support other
7038         comression programs such as bzip2.
7040 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042         * dns.el (query-dns): Make sure we check the buffer size before
7043         removing tcp headers.
7045 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7047         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7048         remove MIME buttons associated with multipart/alternative parts.
7049         (gnus-mime-display-alternative): Tag buttons using `article-type'
7050         text property.
7052         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7053         associated with multipart/alternative parts.
7055         * gnus-art.el (gnus-signature-separator): Fix custom type.
7057         * mm-decode.el (mm-inlined-types): Fix custom type.
7058         (mm-keep-viewer-alive-types): Ditto.
7059         (mm-automatic-display): Ditto.
7060         (mm-attachment-override-types): Ditto.
7061         (mm-inline-override-types): Ditto.
7062         (mm-automatic-external-display): Ditto.
7064 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7066         * spam-report.el (spam-report-user-mail-address)
7067         (spam-report-user-agent): New variables.
7068         (spam-report-url-ping-plain): Use spam-report-user-agent.
7070 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7072         * gnus-art.el (gnus-button-handle-custom): Do not just use
7073         `customize-apropos' for any "M-x customize-*" button but the
7074         function called for.  Accept both the function name and its
7075         argument in order to achieve this.
7076         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7077         function name to `gnus-button-handle-custom' in case of "M-x
7078         customize-*" buttons.
7080 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7083         multipart/alternative and add xref to mm-discouraged-alternatives
7084         in doc string.
7086         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7087         gnus-buttonized-mime-types in doc string.
7089 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7092         Suggest image/.* in the doc string.
7094 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7096         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7097         message-marks (Debian bug #342521).
7099 2005-12-12  Simon Josefsson  <jas@extundo.com>
7101         * password.el (password-read-from-cache): Add.
7102         (password-read): Use it.
7104 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7106         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7107         us-ascii as a MIME charset.
7109         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7110         against the case where the 2nd arg TYPE is nil.
7112 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7114         * pop3.el (pop3-stream-type): Fix custom version.
7116         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7118 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7120         * mm-decode.el (mm-display-external): Add missing cdr.
7122 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7124         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7125         RFC1524) if it is in mailcap or add a suffix according to
7126         mailcap-mime-extensions when generating a temp filename; postpone
7127         deleting a temp file for 2 seconds for some wrappers, shell
7128         scripts, and so on, which might exit right after having started a
7129         viewer command as a background job.
7131 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7133         * nntp.el (nntp-marks-directory): Fix custom group.
7135         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7136         steps when < 10.
7138         * gnus-start.el (gnus-no-server-1): Mention
7139         `gnus-level-default-subscribed' in doc string.
7141 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7143         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7144         parens.
7146 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7148         * gnus-xmas.el (gnus-use-toolbar): Revert.
7149         (gnus-xmas-setup-toolbar): Use global default-toolbar if
7150         gnus-use-toolbar is default.
7152         * messagexmas.el (message-use-toolbar): Revert.
7153         (message-setup-toolbar): Use global default-toolbar if
7154         message-use-toolbar is default.
7156 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7158         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
7159         according to default-toolbar-visible-p.
7161         * messagexmas.el (message-use-toolbar): Ditto.
7163 2005-11-26  Dave Love  <fx@gnu.org>
7165         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7166         (tls-program, tls-success): Provide openssl alternative.
7168         * starttls.el: Doc fixes.
7169         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7170         SERVICE to PORT.
7172         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7173         port null or service name.
7174         (starttls-negotiate): Autoload.
7176 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * message.el (message-kill-to-signature): Fix interactive spec.
7180 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7182         * pop3.el (pop3-open-server): Recognize a string as a service name.
7184 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7186         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7188 2005-11-23  Dave Love  <fx@gnu.org>
7190         Add pop3s, pop3/starttls.
7192         * pop3.el (pop3-authentication-scheme): Clarify doc.
7193         (open-tls-stream, starttls-open-stream): Autoload.
7194         (pop3-stream-type): New.
7195         (pop3-open-server): Use it.
7197         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7198         for POP.
7199         (mail-source-keyword-map): Add :stream for POP.
7200         (mail-source-fetch-pop): Use pop3-stream-type.
7202 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7205         of current-time-string.
7207 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7209         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7210         date header.
7212 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7214         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7215         it can seriously impact performance as it bypasses the agent's
7216         local caches.
7218 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7220         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7221         must be explicitly online rather than "not explicitly offline" for
7222         its flags to be synchronized.
7224         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7225         that gnus-uu-unmark-thread will function correctly.
7227         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7228         1024K is instead displayed as 1M.
7230 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7234 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7236         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7238 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7240         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7241         error message to display actual error condition.
7242         (gnus-agent-save-local): Avoid saving symbols that are bound to
7243         nil as they simply result in a warning message in
7244         gnus-agent-read-local.
7246 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7248         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7249         rather than make-variable-buffer-local for file-precious-flag.
7251 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7253         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7254         for duplicates which are removed.  The invalid sort check then
7255         triggers a rescan after the sort as sorting may have moved
7256         duplicate entries such that they can be cheaply detected.
7258 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7260         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7262 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7264         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7265         internal variable to a custom variable.  Changed default value
7266         from compressed(2) to uncompressed(1).
7267         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7268         support for uncompressed agentview files.  Taken together, reading
7269         the agentview file should now be 6-7 times faster.
7271 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7273         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7274         as a buffer-local variable.  This avoids creating truncated
7275         dribble files as a result of a hang up, eg.
7277 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7279         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7280         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7281         XEmacs.
7283 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7285         * gnus-start.el (gnus-start-draft-setup): Enforce
7286         `gnus-draft-mode' for nndraft:drafts at startup.
7288         * gnus.el (gnus-splash): Change custom group.
7289         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7290         allow-list argument.
7292         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7293         string.
7295 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7297         * gnus-art.el (gnus-default-article-saver): Add user-defined
7298         `function' to custom type.
7300 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7302         * imap.el (imap-open): Handle case where buffer is a buffer
7303         object.
7305 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7307         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7308         long lines.
7309         (gnus-cache-delete-group): Wrap doc strings.
7311         * gnus-agent.el (gnus-agent-rename-group)
7312         (gnus-agent-delete-group): Wrap doc strings.
7314 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7316         * messagexmas.el (message-use-toolbar): Change the valid values
7317         into default, top, bottom, left, and right.
7318         (message-toolbar-thickness): New variable.
7319         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7320         well.
7321         (message-setup-toolbar): Make it work.
7323         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7324         (gnus-use-toolbar): Change the valid values into default, top,
7325         bottom, left, and right.
7326         (gnus-toolbar-thickness): New variable.
7327         (gnus-xmas-setup-toolbar): New function.
7328         (gnus-xmas-setup-group-toolbar): Use it.
7329         (gnus-xmas-setup-summary-toolbar): Use it.
7331 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333         * gnus-start.el (gnus-1): Add "native" to
7334         gnus-predefined-server-alist.
7336         * gnus.el (gnus-method-to-server): Don't add "native" to the
7337         lists here, because that leads to problems when
7338         gnus-select-method is bound.
7340 2005-11-09  Simon Josefsson  <jas@extundo.com>
7342         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7343         use (not sort-by-date) instead.
7345 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * gnus-delay.el (gnus-delay-group): Don't autoload.
7348         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7349         to be re-loaded when customizing the `gnus-delay' group.
7351 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7353         * message.el: Revert last changes.
7354         (message-insert-citation-line): Use newlines.
7356 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7358         * message.el (message-courtesy-message)
7359         (message-mark-insert-begin, message-mark-insert-end)
7360         (message-elide-ellipsis, message-cancel-message)
7361         (message-add-header, message-change-subject)
7362         (message-cross-post-followup-to-header)
7363         (message-cross-post-insert-note, message-reduce-to-to-cc)
7364         (message-widen-reply, message-delete-not-region)
7365         (message-kill-to-signature, message-insert-signature)
7366         (message-insert-importance-high, message-insert-importance-low)
7367         (message-insert-or-toggle-importance)
7368         (message-insert-disposition-notification-to)
7369         (message-indent-citation, message-yank-original)
7370         (message-cite-original-without-signature, message-cite-original)
7371         (message-insert-citation-line, message-position-on-field)
7372         (message-fix-before-sending, message-send-mail-partially)
7373         (message-send-mail, message-send-mail-with-sendmail)
7374         (message-send-mail-with-qmail, message-send-news)
7375         (message-check-news-header-syntax, message-generate-headers)
7376         (message-insert-courtesy-copy, message-fill-address)
7377         (message-fill-header, message-shorten-references)
7378         (message-setup-1, message-cancel-news)
7379         (message-forward-make-body-plain, message-forward-make-body-mime)
7380         (message-forward-make-body-mml, message-encode-message-body)
7381         (message-forward-make-body-digest-plain)
7382         (message-forward-make-body-digest-mime)
7383         (message-use-alternative-email-as-from): Insert `hard-newline'
7384         instead of ordinary newlines.
7386 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7388         * message.el (message-generate-headers): Downcase the argument
7389         given to message-check-element.
7391 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7393         * nntp.el (nntp-authinfo-rejected): New error condition.
7394         (nntp-wait-for): Use new error condition to signal authentication
7395         error.
7396         (nntp-retrieve-data): Rethrow new error condition to break out of
7397         recursive call to nntp-send-authinfo.
7399 2005-11-08  Romain Francoise  <romain@orebokech.com>
7401         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7402         (gnus-summary-exit-map): Bind to `Z p'.
7403         (gnus-summary-make-menu-bar): Add menu item.
7405 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7407         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7408         (gnus-treat-*): Add `first' in all doc strings.
7410         * gnus-group.el (gnus-group-compact-group): Fix typo.
7412 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7414         * gnus.el (gnus-parameters-case-fold-search): New variable.
7415         (gnus-parameters-get-parameter): Use it.
7417         * gnus-score.el (gnus-home-score-file): Doc fix.
7419 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7421         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7423 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7425         * mm-util.el (mm-special-display-p): New function.
7427         * mml.el (mml-preview): Use it; doc fix.
7429 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7431         * imap.el (imap-open): Handle case where buffer is a buffer object.
7433 2005-10-29  Romain Francoise  <romain@orebokech.com>
7435         * message.el (message-fix-before-sending): Fix comment.
7437 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7439         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7441 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7443         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7444         Used in gnus-score.el.
7446 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7448         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7450 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7452         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7453         whitespace removed in revision 7.8.  Use concatenated string to
7454         protect trailing whitespace.
7456 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7458         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7459         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7460         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7461         Courier IMAP ("some version from 2004").  Mostly based on similar
7462         code in the same function.
7464 2005-10-26  Didier Verna  <didier@xemacs.org>
7466         * gnus-group.el (gnus-group-compact-group): Invalidate original
7467         article buffer.
7468         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7469         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7470         NOV database and in article itself.
7471         Invalidate article backlog.
7473 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7475         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7477 2005-10-26  Simon Josefsson  <jas@extundo.com>
7479         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7480         part of 2004-07-25 change.
7482 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7484         * message.el (message-display-completion-list): New function.
7485         (message-expand-group): Use it; make sure the Completions buffer
7486         is modifiable.
7487 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7489         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7490         user-mail-name is an empty string.
7492 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7494         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7495         depending on gnus-score-decay-constant.
7497         * encrypt.el (encrypt-insert-file-contents)
7498         (encrypt-write-file-contents): Don't use `gnus-message'.
7500         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7501         arguments.
7502         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7503         arguments to mm-uu-verbatim-marks-extract.
7504         (mm-uu-hide-markers): New variable.
7505         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7507         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7508         (gnus-convert-image-to-face-command): Use "convert" by default to
7509         allow other input image formats.
7510         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7511         accordingly.
7513 2005-10-23  Simon Josefsson  <jas@extundo.com>
7515         * imap.el (imap-gssapi-program): Align command line parameters
7516         with latest GNU SASL.
7517         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7519 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7522         HTML.
7523         (nnslashdot-request-article): Ditto.
7525         * lpath.el (featurep): Add nobreak-char-display.
7527 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7529         * mail-source.el (mail-source-fetch-pop): Require pop3.
7530         (mail-source-check-pop): Ditto.
7532 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7534         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7535         errors.
7537 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7539         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7540         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7542         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7544         * mm-bodies.el (mm-decode-string): Call
7545         `mm-charset-to-coding-system' with allow-override argument.
7547 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7549         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7550         (rfc2047-charset-to-coding-system): New function.
7551         (rfc2047-decode-encoded-words): New function.
7552         (rfc2047-decode-region): Use them.
7553         (rfc2047-decode-cte): Remove.
7554         (rfc2047-parse-and-decode): Remove.
7555         (rfc2047-decode): Remove.
7557 2005-10-15  Kenichi Handa  <handa@m17n.org>
7559         * rfc2047.el (rfc2047-decode-cte): New function.
7560         (rfc2047-decode-region): Change the way to decode successive
7561         encoded-words: decode B- or Q-encoding in each encoded-word,
7562         concatenate them, and decode it as charset.
7564 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7566         * lpath.el: Fbind codepage-setup for XEmacs.
7568 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7570         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7571         widget-move-and-invoke.
7572         (gnus-custom-mode): Use gnus-custom-map.
7574 2005-10-15  Bill Wohler  <wohler@newt.com>
7576         * message.el (message-tool-bar-map): Renamed image file from
7577         mail_send to mail/send.
7579 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7581         * message.el (message-expand-group): Pass the common
7582         prefix substring of completion to `display-completion-list'.
7584 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7586         * mml-sec.el (mml-secure-method): New internal variable.
7587         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7588         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7589         functions using mml-secure-method.
7591         * mml.el (mml-mode-map): Add key bindings for those functions.
7592         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7593         Harder <harder@myrealbox.com>.
7594         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7595         end of message if point is the headers of the message.
7597         * message.el (message-in-body-p): New function.
7599         * assistant.el: Autoload gnus-util and netrc.
7601         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7602         Use `mm-charset-override-alist' only when decoding.
7604         * mm-bodies.el (mm-decode-body): Call
7605         `mm-charset-to-coding-system' with allow-override argument.
7607         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7608         `filename' from Content-Disposition if Content-Type doesn't
7609         provide `name'.
7610         (gnus-mime-view-part-as-type): Set default instead of
7611         initial-input.
7613 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7615         * format-spec.el (format-spec): Propagate text properties of % spec.
7617 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7619         * gnus-art.el (gnus-treat-predicate): Add `first'.
7621 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7623         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7624         (mm-charset-override-alist): New variable.
7625         (mm-charset-to-coding-system): Use it.
7626         (mm-codepage-setup): New helper function.
7627         (mm-charset-eval-alist): New variable.
7628         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7629         about unknown charsets.
7631         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7633 2005-10-04  David Hansen  <david.hansen@gmx.net>
7635         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7636         (nnrss-check-group): Ditto.
7638 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7640         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7641         Rename x-gnus-verbatim to x-verbatim.
7642         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7644         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7645         x-verbatim.
7647         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7649         * gnus-util.el (gnus-remove-duplicates): Remove.
7651         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7652         instead of gnus-remove-duplicates.
7654         * message.el (message-remove-duplicates): Remove.
7655         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7656         message-remove-duplicates.
7658         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7659         available, else use implementation from `delete-dups'.
7661         * message.el (message-insert-expires): New function.
7662         (message-mode-map): Add key binding.
7663         (message-mode-field-menu): Add menu entry.
7664         (message-mode): Document it.
7665         (message-make-expires-date): Use `message-make-date'.
7667 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7669         * message.el (message-make-expires-date): New function.
7671 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7673         * Makefile.in (list-installed-shadows): New entry.
7674         (install): Use it.
7675         (remove-installed-shadows): New entry.
7677         * dgnushack.el (dgnushack-default-load-path): New variable.
7678         (dgnushack-find-lisp-shadows): New function.
7679         (dgnushack-remove-lisp-shadows): New function.
7681 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7683         * Makefile.in (install-el-elc): New entry.
7684         (install): Use it so that .el files are necessarily installed.
7686 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7688         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7690 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7692         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7693         function rather than the diff-mode.el package.
7694         (mm-display-external): Use with-current-buffer.
7695         (mm-viewer-completion-map, mm-viewer-completion-map):
7696         Move initialization inside declaration.
7698 2005-09-29  Simon Josefsson  <jas@extundo.com>
7700         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7701         autoload mail-check-payment.
7702         (spam-check-hashcash): Define unconditionally, since hashcash.el
7703         is part of Gnus now.  Ignore errors from payment checking.
7705 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7707         * message.el (message-bold-region, message-unbold-region): Rename
7708         from `bold-region' and `unbold-region'.
7710         * message.el: Remove useless autoloads.
7712 2005-09-28  Simon Josefsson  <jas@extundo.com>
7714         * message.el (message-use-idna): Default to t.
7715         (message-use-idna): Test whether encoding works too.  Doc fix.
7717 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * nntp.el (nntp-warn-about-losing-connection): Remove.
7721 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7723         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7724         customizable.  Change default value.
7725         (mm-uu-diff-groups-regexp): Change default value.
7726         (mm-uu-type-alist): Add doc string.
7727         (mm-uu-configure): Add doc string.  Make it interactive.
7728         (mm-uu-tex-groups-regexp): New variable.
7729         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7730         (mm-uu-type-alist): Add LaTeX documents.
7731         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7732         of "text/verbatim".
7733         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7735         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7736         instead of "text/verbatim".
7738         * message.el (message-mark-inserted-region)
7739         (message-mark-insert-file): Use slrn style marks when called with
7740         prefix argument.
7742 2005-09-27  Simon Josefsson  <jas@extundo.com>
7744         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7746 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7748         * message.el (message-remove-duplicates): New function.
7749         Implementation borrowed from `gnus-remove-duplicates'.
7750         (message-idna-to-ascii-rhs): Also encode idna addresses in
7751         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7752         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7753         only ask about the same idna domain once per header and also tell
7754         in what header to replace the idna domain.
7756         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7757         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7758         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7759         a header is decoded and not just the last one.
7761 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7764         has been decoded.
7766         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7767         (mm-insert-part): Don't modify text if it has been decoded.
7769         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7770         decoded.
7772         * mm-view.el (mm-inline-text): Don't strip text props unless
7773         decoding enriched or richtext parts.
7775 2005-09-25  Romain Francoise  <romain@orebokech.com>
7777         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7778         * gnus-start.el (gnus-subscribe-interactively):
7779         * gnus-uu.el (gnus-uu-grab-articles):
7780         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7781         space.
7783 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7785         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7786         * mm-view.el (mm-view-pkcs7-decrypt):
7787         * gnus-sum.el (gnus-summary-limit-to-extra)
7788         (gnus-summary-respool-article, gnus-read-move-group-name):
7789         * gnus-score.el (gnus-summary-increase-score):
7790         * gnus-util.el (gnus-completing-read-with-default):
7791         * gnus-art.el (gnus-read-save-file-name)
7792         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7793         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7794         * message.el (message-check-news-header-syntax):
7795         Follow convention for reading with the minibuffer.
7797 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7799         * spam-report.el (spam-report-url-ping-plain):
7800         Use gnus-extended-version as User-Agent.
7802         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7803         default value is nil.
7805         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7806         (mm-uu-verbatim-marks-extract): New function.
7807         (mm-uu-extract): New face.
7808         (mm-uu-copy-to-buffer): Use it.
7810         * spam-report.el (spam-report-gmane-ham): Renamed from
7811         `spam-report-gmane-unspam'.
7812         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7813         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7815         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7816         Autoload.
7817         (spam-report-gmane-unregister-routine): Renamed
7818         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7820 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7822         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7823         (spam-report-gmane-unregister-routine): Add support for gmane
7824         unregistration.
7826         * spam-report.el (spam-report-gmane-unspam)
7827         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7828         (spam-report-gmane): Change to take a single article and do unspam
7829         registration.
7831 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7833         * mm-url.el (mm-url-decode-entities): Fix regexp.
7835 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7838         default to nil, to be able to use Gnus at all.  If the default
7839         switches to something else, then the function should be fixed not
7840         be exceedingly slow.
7842 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7844         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7845         fail hard.
7847         * spam-report.el: Add better Keywords line.
7849         * spam.el: Add Maintainer and better Keywords line.
7851 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7853         * gnus-art.el (gnus-article-replace-part)
7854         (gnus-mime-replace-part): New functions.
7855         (gnus-mime-action-alist, gnus-mime-button-commands)
7856         (gnus-mime-save-part-and-strip): Added file argument.
7857         (gnus-article-part-wrapper): Added interactive argument.
7859         * gnus-sum.el (gnus-summary-mime-map): Add
7860         `gnus-article-replace-part'.
7862 2005-09-19  Didier Verna  <didier@xemacs.org>
7864         The nnml compaction feature:
7865         * nnml.el (nnml-request-compact-group): New function.
7866         * nnml.el (nnml-request-compact): New function.
7867         * gnus-int.el (gnus-request-compact-group): New function.
7868         * gnus-int.el (gnus-request-compact): New function.
7869         * gnus-group.el (gnus-group-compact-group): New function.
7870         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7871         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7872         * gnus-srvr.el (gnus-server-compact-server): New function.
7873         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7874         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7876 2005-09-18  Deepak Goel  <deego@gnufans.org>
7878         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7879         format spec.
7881 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7885 2005-09-15  Romain Francoise  <romain@orebokech.com>
7887         * message.el (message-fill-paragraph): Clarify docstring.
7889 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * gnus-art.el (gnus-mime-display-part): Protect against broken
7892         MIME messages.
7894 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7897         before parsing header.
7899 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7901         * html2text.el (html2text-replace-list): Add new entities.
7903 2005-09-11  Romain Francoise  <romain@orebokech.com>
7905         * message.el (message-alternative-emails): Improve docstring.
7906         (message-setup-1): Call `message-use-alternative-email-as-from'
7907         after `message-setup-hook' to give it precedence over posting
7908         styles, etc.
7909         (message-use-alternative-email-as-from): Add docstring.  Remove
7910         the original From header if present.
7912         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7913         (nnml-save-mail): Use it.
7915         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7916         articles.  Add new argument `silent'.
7917         (gnus-uu-mark-all): Report the total number of marked articles.
7919 2005-09-10  Romain Francoise  <romain@orebokech.com>
7921         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7922         (gnus-uu-mark-series): Likewise.
7924 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7926         * spam-report.el (spam-report-gmane): Fix generation of spam
7927         report URL.
7929 2005-09-10  Simon Josefsson  <jas@extundo.com>
7931         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7932         t, based on discussion on the ding list with Robert Epprecht
7933         <epprecht@solnet.ch>.
7935 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7937         * spam-report.el (spam-report-gmane): Make it work without
7938         X-Report-Spam header.  Gmane now only provides Archived-At.
7939         This is only used if `spam-report-gmane-use-article-number' is nil.
7940         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7942         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7943         make `gnus-summary-sort-by-recipient' work with threading.
7945         * nnweb.el (nnweb-google-wash-article): Print a message if article
7946         is not available.
7948 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7950         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7951         change.  Decode text/* parts content before displaying.
7953 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7955         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7957 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7959         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7961         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7962         url-package-name, url-package-version,
7963         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7964         w3m-display-inline-images, and w3m-minor-mode-map.
7966 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7968         * message.el (message-tab-body-function): Fix mismatched custom type.
7970         * gnus.el (gnus-group-change-level-function): Ditto.
7972         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7974         * gnus-art.el (gnus-signature-limit)
7975         (gnus-article-mime-part-function): Ditto.
7977 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7979         * mml.el (mml-mode): Silence the byte compiler.
7981         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7982         using `(sit-for 0)' before moving the point to the specified part;
7983         skip unbuttonized parts.
7984         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7985         return to the summary window if gnus-auto-select-part is non-nil.
7987 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7989         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7990         variables.
7991         (mml-dnd-attach-file, mml-mode): Use them.
7993         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7994         Make fetching article by MID work again for Google Groups.  Added
7995         FIXME concerning gnus-group-make-web-group.
7997         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7998         Don't depend on Gnus by using mail-extract-address-components if
7999         gnus-extract-address-components is not bound.
8001 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8003         * gnus-art.el (gnus-mime-display-security): Don't display the
8004         signature, but only the signed part.
8006 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8008         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8010         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8011         list, not listp.
8013 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8015         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8016         when encoding.
8018         * mm-bodies.el (mm-decode-content-transfer-encoding):
8019         De-canonicalize CRLF for all text content types, not just
8020         text/plain.
8022 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8024         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8025         valid article; point arrow and cursor at the MIME button.
8027 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8029         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8030         Suggested by Dan Christensen <jdc@uwo.ca>.
8032         * mm-decode.el (mm-save-part): Enable change of prompt.
8034 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8036         * gnus-msg.el (gnus-inews-add-send-actions): Made
8037         `message-post-method' lambda parameter ARG `&optional'.
8039 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8041         * gnus-sum.el (gnus-summary-mime-map): Added
8042         gnus-article-save-part-and-strip, gnus-article-delete-part and
8043         gnus-article-jump-to-part.
8045         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8046         (gnus-article-edit-part): Use it.
8047         (gnus-article-part-wrapper): Added no-handle argument.
8048         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8049         functions.
8051 2005-08-29  Romain Francoise  <romain@orebokech.com>
8053         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8054         docstring.
8055         (gnus-face-from-file): Likewise.
8057 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8059         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8060         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8061         non-nil.
8062         (gnus-auto-select-part): New variable.
8063         (gnus-article-jump-to-part): New function.
8064         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8065         (gnus-mime-delete-part): Allow selecting specified part after
8066         deleting or stripping parts.
8067         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8068         part if argument is bogus.
8070 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8072         * gnus-art.el (w3m-minor-mode-map):
8073         * gnus-spec.el (gnus-newsrc-file-version):
8074         * gnus-util.el (nnmail-active-file-coding-system)
8075         (gnus-original-article-buffer, gnus-user-agent):
8076         * gnus.el (gnus-ham-process-destinations)
8077         (gnus-parameter-ham-marks-alist)
8078         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8079         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8080         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8081         * mm-decode.el (gnus-current-window-configuration):
8082         * mm-extern.el (gnus-article-mime-handles):
8083         * mm-url.el (url-current-object, url-package-name)
8084         (url-package-version):
8085         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8086         (smime-keys, w3m-cid-retrieve-function-alist)
8087         (w3m-current-buffer, w3m-display-inline-images)
8088         (w3m-minor-mode-map):
8089         * mml-smime.el (gnus-extract-address-components):
8090         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8091         (gnus-newsrc-hashtb, message-default-charset)
8092         (message-deletable-headers, message-options)
8093         (message-posting-charset, message-required-mail-headers)
8094         (message-required-news-headers):
8095         * mml1991.el (mc-pgp-always-sign):
8096         * mml2015.el (mc-pgp-always-sign):
8097         * nnheader.el (nnmail-extra-headers):
8098         * rfc1843.el (gnus-decode-encoded-word-function)
8099         (gnus-decode-header-function, gnus-newsgroup-name):
8100         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8102 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8104         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8105         the end of the date treatments.
8107 2005-08-15  Simon Josefsson  <jas@extundo.com>
8109         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8110         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8111         Capello and Romain Francoise.
8112         (pgg-fetch-key-function): Removed, not used?
8113         (pgg-insert-url-with-w3): Require url, to get
8114         url-insert-file-contents regardless of where it is defined.
8116 2005-08-13  Romain Francoise  <romain@orebokech.com>
8118         * message.el (message-cite-original-1): New function.
8119         (message-cite-original): Use it.
8120         (message-cite-original-without-signature): Ditto.
8122 2005-08-08  Romain Francoise  <romain@orebokech.com>
8124         * message.el (message-yank-empty-prefix): New variable.
8125         (message-indent-citation): Use it.
8126         (message-cite-original-without-signature): Respect X-No-Archive.
8128 2005-08-08  Simon Josefsson  <jas@extundo.com>
8130         * pgg.el: Autoload url-insert-file-contents instead of loading
8131         w3/url.
8132         (pgg-insert-url-with-w3): Don't load url here.
8134 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8136         * message.el (message-kill-to-signature): Don't insert newline at
8137         bol.
8138         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8140 2005-08-06  Romain Francoise  <romain@orebokech.com>
8142         * message.el (message-user-fqdn): Fix typo in docstring.
8144 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8146         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8148         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8150 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8152         * mm-bodies.el (mm-encode-body): Use coding system rather than
8153         charset to encode text.
8155         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8156         number of charsets if utf-8 is available (XEmacs).
8158 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8160         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8161         taken from `gnus-button-mid-or-mail-regexp'.
8162         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8163         (gnus-button-alist): Improve regexp for domain part of the MIDs
8164         for news:localpart@domain buttons.
8165         (gnus-button-ctan-directory-regexp): Update.
8167 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8169         * sieve-manage.el (sieve-manage-interactive-login): Use
8170         make-local-variable rather than make-variable-buffer-local.
8171         (sieve-manage-open): Ditto.
8172         (sieve-manage-authenticate): Ditto.
8174         * mml.el (mml-generate-mime-1): Make the content type default to
8175         text/plain if the filename is not specified.
8177 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8179         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8180         instead of insert-buffer.
8182         * message.el (message-yank-original): Ditto; set the mark at the
8183         end of the yanked message.
8185 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8187         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8188         lines to scroll rather than to stop it.
8190         * mml.el (mml-generate-default-type): Add doc string.
8191         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8192         default to application/octet-stream when determining the content
8193         type if it is not specified for the part or the mml contents; add
8194         a comment about mml-generate-default-type.
8196 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8198         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8199         make it default to application/octet-stream when determining the
8200         content type if it is not specified for the external contents.
8202 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8204         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8205         segmented parameter but also other parameters might be there.
8207 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8209         * mm-decode.el (mm-display-external): Delete temp file, directory
8210         and buffer immediately if the external process is exited.
8212 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8214         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8215         fewer lines than that of scroll-margin.
8216         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8218 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8220         * gnus-art.el (gnus-article-next-page): Revert.
8221         (gnus-article-beginning-of-window): New macro.
8222         (gnus-article-next-page-1): Use it.
8223         (gnus-article-prev-page): Ditto.
8224         (gnus-article-edit-part): Use insert-buffer-substring instead of
8225         insert-buffer.
8226         (gnus-article-edit-exit): Ditto.
8228         * gnus-util.el (gnus-beginning-of-window): Remove.
8229         (gnus-end-of-window): Remove.
8231         * lpath.el: Don't bind header-line-format and scroll-margin.
8233 2005-07-25  Simon Josefsson  <jas@extundo.com>
8235         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8236         to have the url package without w3.  Reported by Daiki Ueno
8237         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8239 2005-07-20  Didier Verna  <didier@xemacs.org>
8241         * gnus-diary.el: Remove the description comment (nndiary is now
8242         properly documented in the Gnus manual).
8243         Fix the spelling of "Back End".
8244         * nndiary.el: Ditto.
8245         Fix the copyright notice.
8247 2005-07-18  Romain Francoise  <romain@orebokech.com>
8249         * gnus-sum.el (gnus-summary-to-prefix)
8250         (gnus-summary-newsgroup-prefix): New variables.
8251         (gnus-summary-from-or-to-or-newsgroups): Use them.
8253 2005-07-17  Romain Francoise  <romain@orebokech.com>
8255         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8256         space as it's generally not especially interesting to the user.
8258 2005-07-16  Romain Francoise  <romain@orebokech.com>
8260         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8261         nil to avoid prompting and file modification if one of the
8262         messages at the top of the nnfolder file contains a copyright
8263         notice.
8264         Update copyright notice.
8266         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8267         instead of `current-time-string' as the latter creates a time
8268         string that is not RFC 2822 compliant (it lacks the zone).
8269         Update copyright notice.
8271 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8274         for text/rtf.  Display default in prompt.  Pass default for M-n.
8276         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8278 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280         * gnus-msg.el (gnus-button-mailto): Remove
8281         save-selected-window-window hackery because it relies on
8282         save-selected-window internals.
8284 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8286         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8287         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8288         (gnus-article-prev-page): Ditto.
8290         * gnus-util.el (gnus-beginning-of-window): New function.
8291         (gnus-end-of-window): New function.
8293         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8295 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8297         * gnus-score.el (gnus-score-edit-all-score): Set
8298         gnus-score-edit-exit-function to gnus-score-edit-done and call
8299         gnus-message.
8301 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303         * gnus-msg.el (gnus-button-mailto): Remove
8304         save-selected-window-window hackery because it relies on
8305         save-selected-window internals.
8307 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8309         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8310         add-minor-mode.
8311         (gnus-binary-mode): Ditto.
8313         * gnus-topic.el (gnus-topic-mode): Ditto.
8315 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8317         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8318         (gnus-article-prev-page): Take scroll-margin into consideration.
8320 2005-07-04  Lute Kamstra  <lute@gnu.org>
8322         Update FSF's address in GPL notices.
8324 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8326         * gnus.el (gnus-exit):
8327         * gnus-group.el (gnus-group-icons):
8328         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8330         * gnus-nocem.el (gnus-nocem):
8331         * message.el (message-various, message-buffers, message-sending)
8332         (message-interface, message-forwarding, message-insertion)
8333         (message-headers, message-news, message-mail):
8334         * pgg-gpg.el (pgg-gpg):
8335         * pgg-parse.el (pgg-parse):
8336         * pgg-pgp.el (pgg-pgp):
8337         * pgg-pgp5.el (pgg-pgp5):
8338         * pop3.el (pop3): Finish `defgroup' description with period.
8340 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8342         * gnus-art.el (article-display-face): Improve the efficiency.
8343         (article-display-x-face): Ditto; remove grey x-face stuff.
8345 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8347         * gnus-art.el (article-display-face): Correct the position in
8348         which Faces are inserted.
8350 2005-06-29  Didier Verna  <didier@xemacs.org>
8352         * gnus-art.el (article-display-face): Display faces in correct
8353         order.
8355 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8357         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8358         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8359         (gnus-nocem-check-article): Fetch the Type header.
8360         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8361         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8362         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8363         make sure gnus-nocem-hashtb is initialized.
8364         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8365         (gnus-nocem-unwanted-article-p): Ditto.
8367         * pgg.el (pgg-verify): Return the verification result.
8369 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8372         is ascii.
8374 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8376         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8377         `show-nonbreak-escape'.
8379 2005-06-23  Lute Kamstra  <lute@gnu.org>
8381         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8383         * dig.el (dig-mode):
8384         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8386 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8388         * nnimap.el (nnimap-split-download-body): Fix spellings.
8390 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8392         * gnus-art.el (gnus-article-encrypt-body):
8393         * gnus-cus.el (gnus-score-customize):
8394         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8395         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8397 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8399         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8400         header by looking for magic "MII" at the beginnig.
8402 2005-06-16  Miles Bader  <miles@gnu.org>
8404         * gnus-xmas.el (gnus-xmas-group-startup-message):
8405         Use renamed gnus-splash face.
8407         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8408         (assistant-field-face): New backward-compatibility alias for renamed
8409         face.
8410         (assistant-render-text): Use renamed assistant-field face.
8412         * spam.el (spam): Remove "-face" suffix from face name.
8413         (spam-face): New backward-compatibility alias for renamed face.
8414         (spam-face, spam-initialize): Use renamed spam face.
8416         * message.el (message-header-to, message-header-cc)
8417         (message-header-subject, message-header-newsgroups)
8418         (message-header-other, message-header-name)
8419         (message-header-xheader, message-separator, message-cited-text)
8420         (message-mml): Remove "-face" suffix from face names.
8421         (message-header-to-face, message-header-cc-face)
8422         (message-header-subject-face, message-header-newsgroups-face)
8423         (message-header-other-face, message-header-name-face)
8424         (message-header-xheader-face, message-separator-face)
8425         (message-cited-text-face, message-mml-face):
8426         New backward-compatibility aliases for renamed faces.
8427         (message-font-lock-keywords): Use renamed message faces.
8429         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8430         (sieve-test-commands, sieve-tagged-arguments):
8431         Remove "-face" suffix from face names.
8432         (sieve-control-commands-face, sieve-action-commands-face)
8433         (sieve-test-commands-face, sieve-tagged-arguments-face):
8434         New backward-compatibility aliases for renamed faces.
8435         (sieve-control-commands-face, sieve-action-commands-face)
8436         (sieve-test-commands-face, sieve-tagged-arguments-face):
8437         Use renamed sieve faces.
8439         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8440         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8441         (gnus-group-news-3-empty, gnus-group-news-4)
8442         (gnus-group-news-4-empty, gnus-group-news-5)
8443         (gnus-group-news-5-empty, gnus-group-news-6)
8444         (gnus-group-news-6-empty, gnus-group-news-low)
8445         (gnus-group-news-low-empty, gnus-group-mail-1)
8446         (gnus-group-mail-1-empty, gnus-group-mail-2)
8447         (gnus-group-mail-2-empty, gnus-group-mail-3)
8448         (gnus-group-mail-3-empty, gnus-group-mail-low)
8449         (gnus-group-mail-low-empty, gnus-summary-selected)
8450         (gnus-summary-cancelled, gnus-summary-high-ticked)
8451         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8452         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8453         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8454         (gnus-summary-low-undownloaded)
8455         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8456         (gnus-summary-low-unread, gnus-summary-normal-unread)
8457         (gnus-summary-high-read, gnus-summary-low-read)
8458         (gnus-summary-normal-read, gnus-splash):
8459         Remove "-face" suffix from face names.
8460         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8461         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8462         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8463         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8464         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8465         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8466         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8467         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8468         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8469         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8470         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8471         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8472         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8473         (gnus-summary-normal-ticked-face)
8474         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8475         (gnus-summary-normal-ancient-face)
8476         (gnus-summary-high-undownloaded-face)
8477         (gnus-summary-low-undownloaded-face)
8478         (gnus-summary-normal-undownloaded-face)
8479         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8480         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8481         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8482         (gnus-splash-face):
8483         New backward-compatibility aliases for renamed faces.
8484         (gnus-group-startup-message): Use renamed gnus faces.
8486         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8487         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8488         (gnus-server-agent): Remove "-face" suffix from face names.
8489         (gnus-server-agent-face, gnus-server-opened-face)
8490         (gnus-server-closed-face, gnus-server-denied-face)
8491         (gnus-server-offline-face):
8492         New backward-compatibility aliases for renamed faces.
8493         (gnus-server-agent-face, gnus-server-opened-face)
8494         (gnus-server-closed-face, gnus-server-denied-face)
8495         (gnus-server-offline-face): Use renamed gnus faces.
8497         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8498         Remove "-face" suffix from face names.
8499         (gnus-picon-xbm-face, gnus-picon-face):
8500         New backward-compatibility aliases for renamed faces.
8502         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8503         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8504         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8505         (gnus-cite-11): Remove "-face" suffix from face names.
8506         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8507         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8508         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8509         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8510         New backward-compatibility aliases for renamed faces.
8511         (gnus-cite-attribution-face, gnus-cite-face-list)
8512         (gnus-article-boring-faces): Use renamed gnus faces.
8514         * gnus-art.el (gnus-signature, gnus-header-from)
8515         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8516         (gnus-header-content): Remove "-face" suffix from face names.
8517         (gnus-signature-face, gnus-header-from-face)
8518         (gnus-header-subject-face, gnus-header-newsgroups-face)
8519         (gnus-header-name-face, gnus-header-content-face):
8520         New backward-compatibility aliases for renamed faces.
8521         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8523         * gnus-sum.el (gnus-summary-selected-face)
8524         (gnus-summary-highlight): Use renamed gnus faces.
8525         * gnus-group.el (gnus-group-highlight): Likewise.
8527 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8529         * gnus-sieve.el (gnus-sieve-article-add-rule):
8530         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8531         * spam-stat.el (spam-stat-buffer-change-to-spam)
8532         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8534         * message.el (message-is-yours-p):
8535         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8537 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * mm-view.el (mm-inline-text): Withdraw the last change.
8541 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8543         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8544         executing enriched-decode.
8546 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8548         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8549         charset of tar files.
8551 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8553         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8555 2005-06-04  Lute Kamstra  <lute@gnu.org>
8557         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8558         information is never recorded.
8560 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8564 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8566         * pop3.el (pop3-apop): Run md5 in the binary mode.
8568         * starttls.el (starttls-set-process-query-on-exit-flag):
8569         Use eval-and-compile.
8571 2005-05-31  Simon Josefsson  <jas@extundo.com>
8573         * smime.el (smime-replace-in-string): Define.
8574         (smime-cert-by-ldap-1): Use it.
8576 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8578         * gnus-art.el (article-display-x-face): Replace
8579         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8581         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8582         set-process-query-on-exit-flag or process-kill-without-query.
8584         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8585         loop instead of replace-regexp.
8587         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8588         instead of process-kill-without-query if it is available.
8590         * lpath.el: Fbind ldap-search-entries.
8592         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8593         instead of find-file-hooks if it is available.
8595         * mml1991.el: Bind pgg-default-user-id when compiling.
8597         * mml2015.el: Bind pgg-default-user-id when compiling.
8599         * nndraft.el (nndraft-request-associate-buffer):
8600         Use write-contents-functions instead of write-contents-hooks if it is
8601         available.
8603         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8604         instead of find-file-hooks if it is available.
8606         * nntp.el (nntp-open-connection): Replace
8607         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8608         (nntp-open-ssl-stream): Ditto.
8609         (nntp-open-tls-stream): Ditto.
8611         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8612         set-process-query-on-exit-flag or process-kill-without-query.
8613         (starttls-open-stream-gnutls): Use it instead of
8614         process-kill-without-query.
8615         (starttls-open-stream): Ditto.
8617 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8619         * smime.el (smime-cert-by-ldap-1): Don't use
8620         replace-regexp-in-string.
8622 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8624         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8626         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8627         in PEM format.  Adjust to the XEmacs compability.
8629 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8631         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8632         by `string-to-number'.
8633         * gnus-agent.el (gnus-agent-regenerate-group)
8634         (gnus-agent-fetch-articles): Ditto.
8635         * gnus-art.el (gnus-button-fetch-group): Ditto.
8636         * gnus-cache.el (gnus-cache-generate-active)
8637         (gnus-cache-articles-in-group): Ditto.
8638         * gnus-group.el (gnus-group-set-current-level)
8639         (gnus-group-insert-group-line): Ditto.
8640         * gnus-score.el (gnus-score-set-expunge-below)
8641         (gnus-score-set-mark-below, gnus-summary-score-effect)
8642         (gnus-summary-score-entry): Ditto.
8643         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8644         (gnus-soup-pack): Ditto.
8645         * gnus-spec.el (gnus-xmas-format): Ditto.
8646         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8647         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8648         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8649         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8650         * nndb.el (nndb-get-remote-expire-response): Ditto.
8651         * nndiary.el (nndiary-parse-schedule-value)
8652         (nndiary-string-to-number, nndiary-request-replace-article)
8653         (nndiary-request-article): Ditto.
8654         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8655         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8656         * nneething.el (nneething-make-head): Ditto.
8657         * nnfolder.el (nnfolder-request-article)
8658         (nnfolder-retrieve-headers): Ditto.
8659         * nnheader.el (nnheader-file-to-number): Ditto.
8660         * nnkiboze.el (nnkiboze-request-article): Ditto.
8661         * nnmail.el (nnmail-process-unix-mail-format)
8662         (nnmail-process-babyl-mail-format): Ditto.
8663         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8664         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8665         (nnmh-request-create-group, nnmh-request-list-1)
8666         (nnmh-request-group, nnmh-request-article): Ditto.
8667         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8668         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8669         * nnsoup.el (nnsoup-make-active): Ditto.
8670         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8671         * nntp.el (nntp-find-group-and-number)
8672         (nntp-retrieve-headers-with-xover): Ditto.
8673         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8674         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8675         (pgg-format-key-identifier): Ditto.
8676         * pop3.el (pop3-last, pop3-stat): Ditto.
8677         * qp.el (quoted-printable-decode-region): Ditto.
8679         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8680         of concat.
8682 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8684         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8686         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8688         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8690         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8692         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8694         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8696         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8697         (gnus-carpal-mode): Ditto.
8699         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8700         (gnus-browse-mode): Ditto.
8702         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8704         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8706 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8708         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8710 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8712         * gnus-util.el (gnus-run-mode-hooks): New function.
8714         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8716         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8717         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8719 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8721         * gnus-agent.el (gnus-agent-make-mode-line-string):
8722         Use mode-line-highlight as mouse-face.
8724 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8726         * canlock.el (canlock): Change the parent group to news.
8728         * deuglify.el (gnus-outlook-deuglify): Add :group.
8730         * dig.el (dig): Add :group.
8732         * dns-mode.el (dns-mode): Add :group.
8734         * encrypt.el (encrypt): Add :group.
8736         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8737         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8738         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8739         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8740         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8742         * gnus-diary.el (gnus-diary): Add :group.
8744         * gnus.el (gnus-group-news-1-face): Add :group.
8745         (gnus-group-news-1-empty-face): Ditto.
8746         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8747         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8748         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8749         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8750         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8751         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8752         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8753         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8754         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8755         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8756         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8757         (gnus-summary-high-ticked-face): Ditto.
8758         (gnus-summary-low-ticked-face): Ditto.
8759         (gnus-summary-normal-ticked-face): Ditto.
8760         (gnus-summary-high-ancient-face): Ditto.
8761         (gnus-summary-low-ancient-face): Ditto.
8762         (gnus-summary-normal-ancient-face): Ditto.
8763         (gnus-summary-high-undownloaded-face): Ditto.
8764         (gnus-summary-low-undownloaded-face): Ditto.
8765         (gnus-summary-normal-undownloaded-face): Ditto.
8766         (gnus-summary-high-unread-face): Ditto.
8767         (gnus-summary-low-unread-face): Ditto.
8768         (gnus-summary-normal-unread-face): Ditto.
8769         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8770         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8772         * hashcash.el (hashcash): New custom group.
8773         (hashcash-default-payment): Add :group.
8774         (hashcash-payment-alist): Ditto.
8775         (hashcash-default-accept-payment): Ditto.
8776         (hashcash-accept-resources): Ditto.
8777         (hashcash-path): Ditto.
8778         (hashcash-extra-generate-parameters): Ditto.
8779         (hashcash-double-spend-database): Ditto.
8780         (hashcash-in-news): Ditto.
8782         * message.el (message-minibuffer-local-map): Add :group.
8784         * netrc.el (netrc): Add :group.
8786         * sieve-manage.el (sieve-manage-log): Add :group.
8787         (sieve-manage-default-user): Diito.
8788         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8789         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8790         (sieve-manage-authenticators): Ditto.
8791         (sieve-manage-authenticator-alist): Ditto.
8792         (sieve-manage-default-port): Ditto.
8794         * sieve-mode.el (sieve-control-commands-face): Add :group.
8795         (sieve-action-commands-face): Ditto.
8796         (sieve-test-commands-face): Ditto.
8797         (sieve-tagged-arguments-face): Ditto.
8799         * smime.el (smime): Add :group.
8801         * spam-report.el (spam-report): Add :group.
8803         * spam.el (spam, spam-face): Add :group.
8805 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8808         return \n.\n.\n at the end of articles.  Protect against that.
8809         (nntp-with-open-group): Allow debugging.
8811         * nnheader.el (mail-header-set-extra): Make into a function
8812         because I just could't understand how to quote the list properly.
8814         * dns.el (query-dns-cached): New function.
8816 2005-05-26  Lute Kamstra  <lute@gnu.org>
8818         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8820 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8822         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8824         * gnus-art.el: Don't autoload mail-extract-address-components.
8826         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8827         eval-and-compile to evaluate it.
8829         * hashcash.el: Don't autoload executable-find.
8831         * nndb.el: Don't declare the nndb back end two or more times; don't
8832         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8834         * nntp.el: Autoload format-spec instead of format; use
8835         eval-and-compile to evaluate autoload forms.
8837 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8839         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8841 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843         * gnus.el (gnus-version-number): Bump version.
8845 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8847         * gnus.el: No Gnus v0.3 is released.
8849 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851         * lpath.el (featurep): Bind show-nonbreak-escape.
8853 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * gnus-art.el (gnus-article-edit-part): Disable undo.
8857 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8859         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8860         gnus-article-date-lapsed-new-header is t if date timer is active;
8861         skip headers in which the original date value is empty.
8862         (gnus-article-save-original-date): Redefine it as a macro.
8863         (gnus-display-mime): Use it.
8865 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8867         * gnus-art.el (article-date-ut): Support converting date in
8868         forwarded parts as well.
8869         (gnus-article-save-original-date): New function.
8870         (gnus-display-mime): Use it.
8872 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8874         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8875         enclosure element of <item>.
8877 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8879         * message.el (message-kill-buffer-query): Renamed from
8880         `message-kill-buffer-query-if-modified'.  Added :version.
8882 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8884         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8885         window layout.
8887 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8889         * mml.el: Autoload dnd when compiling.
8891 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8893         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8894         x-dnd-*.
8896 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8898         * qp.el (quoted-printable-encode-region): Save excursion.
8900 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8902         * message.el (message-kill-buffer-query-if-modified): Add new variable
8903         so the user can kill a modified message buffer quickly.
8904         (message-kill-buffer): Use it.
8906 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8908         * lpath.el: Fbind display-time-event-handler; don't fbind
8909         string-to-multibyte.
8911         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8913 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8915         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8916         contained in text because xml.el decodes entities) with LFs.
8918 2005-04-11  Lute Kamstra  <lute@gnu.org>
8920         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8921         differently.
8923 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * mm-util.el (mm-detect-coding-region): Typo.
8927 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8929         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8931 2005-04-06  Deepak Goel  <deego@gnufans.org>
8933         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8934         user-function allow user modifications of the scores.
8935         (spam-stat-score-buffer-user): New function, to allow
8936         user-computed modifications to the score.
8937         (spam-stat-score-buffer-user-functions): List of additional
8938         scoring functions.
8939         (spam-stat-error-holder): Global temporary error holder.
8940         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8941         variable.
8943 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8945         * gnus-registry.el (gnus-registry-clean-empty-function)
8946         (gnus-registry-trim, gnus-registry-fetch-groups)
8947         (gnus-registry-delete-group): Groups that match
8948         `gnus-registry-ignored-groups' are removed from the registry
8949         entries, not just ignored for splitting.  This helps clean up the
8950         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8951         to get all the groups a message ID is in.
8953         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8954         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8955         (spam-stat-score-buffer-user-functions): Add :number custom type.
8957 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8959         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8960         argument in XEmacs.
8962         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8963         (nnrss-request-group): Decode group name first.
8964         (nnrss-request-article): Make a text/plain article if mml-to-mime
8965         failed.
8966         (nnrss-get-encoding): Return a compatible encoding according to
8967         nnrss-compatible-encoding-alist.
8968         (nnrss-find-el): Use consp instead of listp.
8969         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8971 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8973         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8974         which Emacs 20 doesn't support.
8975         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8977 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8979         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8980         silence the byte compiler inside the defun.
8982         * gnus-demon.el (parse-time-string): Add autoload.
8984         * gnus-delay.el (parse-time-string): Add autoload.
8986         * gnus-art.el (parse-time-string): Add autoload.
8988         * nnultimate.el (parse-time): Require for `parse-time-string'.
8990 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8992         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8994         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8996         * smime.el (smime-ldap-host-list): Add :version.
8998 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9000         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9001         pass it to `gnus-browse-read-group'.
9002         (gnus-browse-read-group): Add NUMBER argument and pass it to
9003         `gnus-group-read-ephemeral-group'.
9005         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9006         argument and pass it to `gnus-group-read-group'.
9008 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9010         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9011         mm-xemacs-find-mime-charset-1 if we have the mule feature
9012         available at runtime.
9014 2005-03-25  Werner Lemberg  <wl@gnu.org>
9016         * nnmaildir.el: Replace `illegal' with `invalid'.
9018 2005-03-23  Lute Kamstra  <lute@gnu.org>
9020         * time-date.el: Add comment on time value formats.
9021         Don't require parse-time.
9022         (with-decoded-time-value): New macro.
9023         (encode-time-value): New function.
9024         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9025         (days-to-time): Return a valid time value when arg is huge.
9026         (time-since): Use time-subtract.
9027         (time-to-number-of-days): Use time-to-seconds.
9029 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * gnus-start.el (gnus-display-time-event-handler):
9032         Check display-time-timer at runtime rather than only at load time
9033         in case display-time-mode is turned off in the mean time.
9035 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9037         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9038         used.
9040         * nneething.el (nneething-map-file-directory): Derive from
9041         `gnus-directory'.
9043         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9044         the To/Cc button.
9046 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9048         * nnmaildir.el (nnmaildir-request-accept-article):
9049         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9051 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9053         * gnus-async.el: Require timer-funcs at compile time when in
9054         XEmacs for `run-with-idle-timer'.
9056 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9058         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9059         autoloaded function.
9061 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9063         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9065 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9067         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9069 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9072         gnus-expert-user to default.
9074 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9076         * nnimap.el (nnimap-open-server): Ditto.
9078         * imap.el (imap-authenticate): Fix typo.
9080 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9082         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9083         buffer (since IMAP server might return FETCH response out of
9084         order, and the nntp buffer must be sorted).
9086 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9088         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9089         comparison on string.
9091         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9092         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9093         (gnus-agent-summary-fetch-series): Modified to protect against
9094         gnus-agent-summary-fetch-group clearing processable flags.
9095         (gnus-agent-synchronize-group-flags): Update live group buffer as
9096         synchronization may occur due to the user toggle the plugged
9097         status.
9098         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9099         successfully downloaded.
9100         (gnus-agent-expire-group-1): Avoid using markers when the overview
9101         is in ascending order; greatly improves performance.
9102         (gnus-agent-regenerate-group): Use
9103         gnus-agent-synchronize-group-flags to reset read status in both
9104         gnus and server.
9105         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9107 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9109         * message.el: Don't autoload former message-utils variables.
9110         (message-strip-subject-trailing-was): Change doc string.
9112         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9113         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9114         (nnweb-google-search): Add "hl=en" here.
9115         (nnweb-google-parse-1, nnweb-google-create-mapping):
9116         Don't hardcode URL.
9118 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9120         * message.el (message-get-reply-headers, message-followup):
9121         Mention related variables `message-use-followup-to' and
9122         `message-use-mail-followup-to', in the information buffer.
9124         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9125         of broken groups(-beta).google.com.
9127 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9129         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9130         parameter to invoked gnus-request-move-article; remove the
9131         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9132         all at once instead of once per article.
9133         (gnus-summary-remove-process-mark): Accept a list of articles as
9134         well as a single article for processing.
9136         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9137         parameter.
9139         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9141         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9143         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9144         parameter.
9146         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9147         parameter.
9149         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9150         parameter and remove the gnus-sum-hint-move-is-internal variable.
9152         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9153         parameter.
9155         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9156         parameter.
9158         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9159         parameter.
9161         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9163         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9164         parameter.
9166         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9167         parameter.
9169 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9172         a more conservative way.
9174 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9176         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9177         buffer, so it moves the window's cursor.
9179 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9181         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9182         `mm-dissect-multipart' and receive the from field as an (optional)
9183         argument from `mm-dissect-multipart'.
9184         (mm-dissect-multipart): Receive the from field as an argument and
9185         pass it on when we call `mm-dissect-buffer' on MIME parts.
9186         Fixes verification/decryption of signed/encrypted MIME parts.
9188 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9190         * gnus-sum.el (gnus-summary-move-article): Set
9191         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9192         whatever it calls (right now, only nnimap-request-move article
9193         respects it).
9195         * nnimap.el (nnimap-request-move-article): When
9196         gnus-sum-hint-move-is-internal is set, don't do the extra
9197         nnimap-request-article.
9199 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9201         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9203         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9204         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9206         * gnus-sum.el (gnus-summary-caesar-message):
9207         Apply `gnus-treat-article' after rotation.
9209         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9210         doc string.
9212 2005-02-22  Simon Josefsson  <jas@extundo.com>
9214         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9215         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9216         <arne@arnested.dk>.
9217         (encrypt): Add password-cache and password-cache-expiry as group
9218         members.
9220 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9222         * smime.el (smime-ldap-host-list): Doc fix.
9223         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9224         cache) password.
9225         (smime-sign-region): Use it.
9226         (smime-decrypt-region): Use it.
9227         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9228         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9229         fails.
9230         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9231         certificate from DER to PEM format rather than calling openssl.
9233         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9235         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9236         for signing/encryption.
9238         * mml.el (mml-parse-1): Use them.
9240 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9242         * nnrss.el (nnrss-verbose): Removed.
9243         (nnrss-request-group): Use `nnheader-message' instead.
9245 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9247         * nnrss.el (nnrss-verbose): New variable.
9248         (nnrss-request-group): Make it say nnrss is requesting a group.
9250 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9252         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9253         Handle news URL with given port correctly.
9255 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9257         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9258         containing special characters.
9260         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9262         * mml.el (mime-to-mml): Ditto.
9264         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9265         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9266         (rfc2047-decode-region): Quote decoded words containing special
9267         characters when rfc2047-quote-decoded-words-containing-tspecials
9268         is non-nil.
9270 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9272         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9274         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9276 2005-02-15  Simon Josefsson  <jas@extundo.com>
9278         * nnimap.el (nnimap-debug): Doc fix.
9280         * imap.el (imap-debug): Doc fix.
9282 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9284         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9286 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9288         * gnus.el (spam-contents): Improve docs for spam-contents
9289         parameter in its variable incarnation.
9291 2005-02-14  Simon Josefsson  <jas@extundo.com>
9293         * smime-ldap.el: Use require instead of load-library for ldap.
9294         (smime-ldap-search): Indent.
9295         (smime-ldap-search-internal): Shorten line.
9297         * smime.el (smime-cert-by-dns): Add doc-string.
9298         (smime-cert-by-ldap-1): Indent.
9300         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9301         mml-smime-get-dns-ldap.
9302         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9304 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9306         * smime.el: Require smime-ldap.
9307         (smime-ldap-host-list): New variable.
9308         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9310         * mml-smime.el (mml-smime-encrypt-query): New function.
9311         (mml-smime-encrypt-query): Use it.
9313         * smime-ldap.el: New file.
9315 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9317         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9319 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9321         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9322         argument in doc string.  Make query for type more clear.
9324 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9326         * gnus.el (gnus-group-startup-message): Search for gnus images in
9327         etc/images/gnus.
9328         * mm-util.el (mm-image-load-path): Likewise.
9329         * smiley.el (smiley-data-directory): Search for smilies in
9330         etc/images/smilies.
9332 2005-02-09  Kim F. Storm  <storm@cua.dk>
9334         Change Emacs release version from 21.4 to 22.1 throughout.
9335         Change Emacs development version from 21.3.50 to 22.0.50.
9337 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9339         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9341         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9342         non-Mule XEmacs as well.
9343         (mm-decompress-buffer): Signal an error intentionally if it does
9344         not decompress compressed data because auto-compression-mode is
9345         disabled.
9347 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9349         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9350         an ID in the registry even if it has no groups.
9352 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9354         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9355         merge it into mm-decompress-buffer.
9356         (gnus-mime-copy-part): Use the MIME part charset, the value which
9357         a user specified or gnus-newsgroup-charset for decoding, like
9358         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9359         save-buffer what was used.  Suggested by Kevin Ryde
9360         <user42@zip.com.au>.
9361         (gnus-mime-inline-part): Allow the name parameter as well as the
9362         filename parameter; force decompressing of compressed data; always
9363         display contents being not decoded as unibyte.
9365         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9366         as well as the filename parameter.
9368         * mm-util.el (mm-decompress-buffer): Merge
9369         gnus-mime-jka-compr-maybe-uncompress.
9370         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9371         of compressed data.
9373 2005-02-08  Simon Josefsson  <jas@extundo.com>
9375         * imap.el (imap-log): Doc fix.
9377 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9379         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9380         the coding cookies; decompress compressed parts.
9382         * mml.el (mml-generate-mime-1): Add the charset parameter according
9383         to the value which a user specified manually or the coding cookie.
9385         * mm-util.el (mm-string-to-multibyte): New function.
9386         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9387         (mm-coding-system-to-mime-charset): New function.
9388         (mm-decompress-buffer): New function.
9389         (mm-find-buffer-file-coding-system): New function.
9391         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9392         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9393         parts.
9395 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9397         * mm-view.el (mm-display-inline-fontify): Decode a part according
9398         to the charset parameter.
9400 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9402         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9403         prefix arg is neither nil nor a number, as info specifies.
9405 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9407         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9408         timestamps.
9410 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9412         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9413         groups error checking and notify user.
9415 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9417         * message.el (message-send-mail-function): Check existence of
9418         sendmail-program first before using default value
9419         `message-send-mail-with-sendmail'.  Otherwise use more generic
9420         `smtpmail-send-it'.
9422 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9424         * nntp.el (nntp-request-update-info): Always return nil.
9426 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9428         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9430 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * message.el (message-beginning-of-line): Change the behavior when
9433         invoked between BOL and : so that it first moves backward.
9435 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9437         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9438         article buffer when editing of the article is discarded.
9439         (gnus-article-prepare): Revert.
9441 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9443         * gnus-art.el (gnus-article-prepare):
9444         Remove message-strip-forbidden-properties from the local hook.
9446 2005-01-27  Simon Josefsson  <jas@extundo.com>
9448         * password.el (password-cache-add): Only start one timer per key.
9449         Reported by Derek Atkins <warlord@MIT.EDU>.
9451 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9453         * run-at-time.el: Removed.  It is no longer needed as
9454         timer-funcs.el in the xemacs-base package has a working version of
9455         `run-at-time'.
9457         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9459         * password.el: Require timer-funcs instead of run-at-time in
9460         XEmacs.
9461         Remove `password-run-at-time' macro.
9462         (password-cache-add): Use `run-at-time' instead of
9463         `password-run-at-time'.
9465         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9466         Remove `nnheader-cancel-function-timers' alias,
9467         `cancel-function-timers' exists in XEmacs in timer-funcs.
9469         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9470         for `run-with-idle-timer'.
9472         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9473         for `run-at-time'.
9475         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9476         for `with-timeout'.
9478         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9479         the same as for XEmacs 21.4.
9480         No need to ignore `run-with-idle-timer', this function exists in
9481         XEmacs now in timer-funcs.el in the xemacs-base package.
9482         (dgnushack-compile): No need to delete
9483         run-at-time.el from the list of files to compile because it
9484         doesn't exist anymore.
9486 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9488         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9489         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9491 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9493         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9494         sensitively.
9496 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9498         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9500 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9502         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9503         which will be inserted according to the multibyteness of a buffer
9504         rather than the type of contents.  Suggested by ARISAWA Akihiro
9505         <ari@mbf.ocn.ne.jp>.
9507         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9508         of string which old xml.el may return rather than a string.
9510 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9514 2005-01-16  Simon Josefsson  <jas@extundo.com>
9516         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9517         idn/idna.el isn't available.
9518         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9519         <michael@waxrat.com>.
9521         * hashcash.el: Remove non-FSF copyright header.
9523         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9524         (hashcash-generate-payment): Use it.
9525         (hashcash-generate-payment-async): Use it.
9527 2005-01-15  Simon Josefsson  <jas@extundo.com>
9529         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9530         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9532         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9533         gnus-summary-idna-message.
9534         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9535         (gnus-summary-idna-message): New function.
9537 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9539         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9540         gnus-novice-user.
9542 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9544         * nnrss.el (nnrss-request-delete-group): Delete entries in
9545         nnrss-group-alist as well.
9546         (nnrss-save-server-data): Insert newline.
9548 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9550         * gnus.el (gnus-user-agent): Use list of symbols instead of
9551         symbols.  Display full version number for (S)XEmacs.  Optionally
9552         display (S)XEmacs codename.
9554         * gnus-util.el (gnus-emacs-version): Update for new
9555         `gnus-user-agent'.
9557         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9558         Gnus version.
9560 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9562         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9563         which is unreadable in some setups.
9565 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * gnus-spec.el (gnus-update-format-specifications): Flush the
9568         group format spec cache if it doesn't support decoded group names.
9570 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9572         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9573         Allow to apply decay on score files matching a regexp.
9575 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9577         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9578         compatibility in %g and %c.
9580 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9582         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9583         name for only %g and %c.
9584         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9585         of gnus-tmp-group to decoded group name.
9586         (gnus-group-make-rss-group): Exclude `/'s from group names.
9588 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * nnrss.el (nnrss-get-encoding): Fix regexp.
9592 2004-12-27  Simon Josefsson  <jas@extundo.com>
9594         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9595         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9596         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9598 2004-12-17  Kim F. Storm  <storm@cua.dk>
9600         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9602         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9604 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9606         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9608 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9610         * nnrss.el: Require rfc2047 and mml.
9611         (nnrss-file-coding-system): New variable.
9612         (nnrss-format-string): Redefine it as an inline function.
9613         (nnrss-decode-group-name): New function.
9614         (nnrss-string-as-multibyte): Remove.
9615         (nnrss-retrieve-headers): Decode group name; don't use
9616         nnrss-format-string.
9617         (nnrss-request-group): Decode group name.
9618         (nnrss-request-article): Decode group name; allow a Message-ID as
9619         well as an article number; don't use nnrss-format-string; encode a
9620         Message-ID string which may contain non-ASCII characters; use
9621         mml-to-mime to compose a MIME article.
9622         (nnrss-request-expire-articles): Decode group name.
9623         (nnrss-request-delete-group): Decode group name.
9624         (nnrss-fetch): Clarify error message.
9625         (nnrss-read-server-data): Use insert-file-contents instead of load;
9626         bind file-name-coding-system; use multibyte buffer.
9627         (nnrss-save-server-data): Bind coding-system-for-write to the
9628         value of nnrss-file-coding-system; bind file-name-coding-system;
9629         add coding cookie.
9630         (nnrss-read-group-data): Use insert-file-contents instead of load;
9631         bind file-name-coding-system; use multibyte buffer.
9632         (nnrss-save-group-data): Bind coding-system-for-write to the
9633         value of nnrss-file-coding-system; bind file-name-coding-system.
9634         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9635         make it work with non-ASCII text.
9636         (nnrss-find-el): Make it work with old xml.el as well.
9638 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9640         * nnrss.el (nnrss-get-encoding): New function.
9641         (nnrss-fetch): Use unibyte buffer initially; bind
9642         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9643         decode contents according to the encoding attribute.
9644         (nnrss-save-group-data): Add coding cookie.
9645         (nnrss-mime-encode-string): New function.
9646         (nnrss-check-group): Use it to encode subject and author.
9648 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9650         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9651         imaginary variable.
9653 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9655         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9656         correctly even if there are wide characters.
9658 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9660         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9661         downcased symbol names; make a new cache instead of reusing
9662         bbdb-hashtable.
9664 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9667         concatenating segments rather than before concatenating them.
9668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9670         * message.el (message-get-reply-headers): Bind `extra'.
9672 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674         * message.el (message-extra-wide-headers): New variable.
9675         (message-get-reply-headers): Use it.
9677 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9679         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9680         (gnus-agent-group-pathname): Ditto.
9682         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9684         * gnus-group.el (gnus-group-make-group): Decode group name.
9685         (gnus-group-make-rss-group): Register the group data after opening
9686         the nnrss group.
9688 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9690         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9691         by expiry now get marked as read.
9693 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9697 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9699         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9700         unify Latin characters in XEmacs.
9701         (mm-find-mime-charset-region): Use it.
9703 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9705         * gnus-util.el (gnus-delete-directory): New function.
9707         * gnus-agent.el (gnus-agent-delete-group): Use it.
9709         * gnus-cache.el (gnus-cache-delete-group): Use it.
9711 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9713         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9714         names.
9716 2004-12-16  Simon Josefsson  <jas@extundo.com>
9718         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9720 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9722         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9724         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9725         (gnus-group-set-current-level): Decode group name.
9727 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9729         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9730         failed.
9732 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9734         * gnus-group.el (gnus-group-delete-group): Decode group name.
9735         (gnus-group-make-rss-group): Encode group name.
9736         (gnus-group-catchup-current): Decode group name.
9737         (gnus-group-kill-group): Decode group name.
9739 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9743 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9745         * gnus-group.el (gnus-group-make-rss-group):
9746         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9748         * gnus-start.el (gnus-setup-news): Honor user's setting to
9749         gnus-message-archive-method.  Suggested by Lute Kamstra
9750         <lute@gnu.org>.
9752 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9754         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9755         global counterparts of the buffer-local variables.
9757 2004-11-16  Romain Francoise  <romain@orebokech.com>
9759         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9760         counterparts of the buffer-local variables.
9762 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9764         * message.el (message-forbidden-properties): Fixed typo in doc
9765         string.
9767 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9769         * gnus-util.el (gnus-replace-in-string): Added doc string.
9771         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9772         to avoid problems when splitting mails with many recipients.
9774 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9777         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9779 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9781         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9782         if there is no hashtable in memory or file modification time is
9783         newer than cached timestamp.
9785 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9787         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9788         not-matching option.
9790 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9792         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9793         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9794         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9795         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9796         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9797         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9799 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * message.el (message-forward-make-body-mml): Remove headers
9802         according to message-forward-ignored-headers if a message is decoded.
9804 2004-12-02  Romain Francoise  <romain@orebokech.com>
9806         * message.el (message-forward-make-body-plain): Always remove
9807         headers according to message-forward-ignored-headers.
9809 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9811         * spam.el (spam-summary-prepare-exit): Remove the
9812         gnus-summary-limit pop for now, it has problems with ham marks for
9813         me.
9815 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9817         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9818         correctly.
9820 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9822         * format-spec.el (format-spec): Message the char.
9824 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9826         * gnus-art.el (gnus-split-methods): Reformat comments.
9828         * spam.el (spam-summary-prepare-exit): Remove article limits
9829         before exiting the summary buffer.
9831 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9833         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9834         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9836         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9837         order to silence the byte compiler.
9839         * spam.el: Fix the way to silence the byte compiler, which
9840         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9841         bbdb-search-simple, spam-BBDB-register-routine,
9842         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9843         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9844         spam-stat-buffer-is-spam, spam-stat-load,
9845         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9846         spam-stat-save and spam-stat-split-fancy.
9848 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9850         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9851         which may confuse users.
9852         (canlock-password-for-verify): Ditto.
9854         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9856         * gnus-art.el (gnus-emphasis-alist): Ditto.
9858         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9860         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9862         * gnus-start.el (gnus-save-killed-list): Ditto.
9864         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9865         (gnus-sum-thread-tree-root): Ditto.
9866         (gnus-sum-thread-tree-false-root): Ditto.
9867         (gnus-sum-thread-tree-single-indent): Ditto.
9869         * message.el (message-courtesy-message): Ditto.
9870         (message-archive-note): Ditto.
9871         (message-subscribed-address-file): Ditto.
9872         (message-user-fqdn): Ditto.
9874         * spam-report.el (spam-report-gmane-regex): Ditto.
9876         * spam.el (spam-blackhole-good-server-regex): Ditto.
9878 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9880         * mml.el (mml-preview): Widen the message buffer before copying
9881         the contents to the preview buffer; sort headers before previewing.
9883         * message.el (message-hidden-headers): Fix the way to avoid a bug
9884         in the `repeat' widget in Emacs 21.3 or earlier.
9886 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9888         * message.el (message-hidden-headers): Default to "^References:".
9889         Improve customization type.  Suggested by Reiner Steib
9890         <Reiner.Steib@gmx.de>.
9892 2004-11-25  Romain Francoise  <romain@orebokech.com>
9894         * message.el (message-strip-forbidden-properties): Remove check for
9895         obsolete `message-hidden' text property, hidden headers are not
9896         accessible in the buffer anymore.
9898 2004-11-22  Romain Francoise  <romain@orebokech.com>
9900         * message.el (message-header-format-alist): Add `From' in list
9901         so that it can be sorted.
9902         (message-fix-before-sending): Widen and sort headers before
9903         sending.
9904         (message-hide-headers): Use narrowing to hide headers by moving
9905         them to the top of the buffer and narrowing to the region
9906         underneath.
9908 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910         * message.el (message-strip-forbidden-properties): Bind
9911         buffer-read-only (etc) to nil.
9913 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9915         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9916         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9918 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9920         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9922 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924         * dns.el (query-dns): Use sit-for to time instead of
9925         accept-process-output, since that doesn't seem to work on udp
9926         sockets.
9928 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9930         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9932 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9934         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9935         doc string.  Improve doc string.
9937 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9939         * nntp.el (nntp-request-update-info): Return nil if
9940         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9941         may not call gnus-activate-group which uselessly issues the GROUP
9942         commands for all nntp groups and wastes time.  Reported by Romain
9943         Francoise <romain@orebokech.com>.
9945         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9947 2004-11-15  Simon Josefsson  <jas@extundo.com>
9949         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9950         headers separately.
9951         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9952         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9954 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9956         * gnus-start.el (gnus-convert-old-newsrc):
9957         Assign legacy-gnus-agent to 5.10.7.
9959 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9962         start of the lines.
9964 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9966         * hashcash.el (hashcash-default-payment): Change default to 20
9967         (hashcash-default-accept-payment): Change default to 20
9968         (hashcash-process-alist): New variable
9969         (hashcash-generate-payment-async): Add
9970         (hashcash-already-paid-p): Add
9971         (hashcash-insert-payment): Don't generate payments twice
9972         (hashcash-insert-payment-async): Add
9973         (hashcash-insert-payment-async-2): Add
9974         (hashcash-cancel-async): Add
9975         (hashcash-wait-async): Add
9976         (hashcash-processes-running-p): Add
9977         (hashcash-wait-or-cancel): Add
9978         (mail-add-payment): New optional argument.  Conditionally start
9979         asynchronous calculation.
9980         (mail-add-payment-async): Add
9982         * message.el (message-send-mail): Wait for asynchronous hashcash
9983         results.  Don't clobber existing X-Hashcash headers.
9984         (message-setup-1): Call mail-add-payment-async when
9985         message-generate-hashcash is non-nil.
9987 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9989         * message.el (message-use-alternative-email-as-from): Examine the
9990         From header as well; use message-make-from in order to include a
9991         user's full name.
9993 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9995         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9996         default; improve customization type.
9997         (gnus-emphasis-custom-with-format): New macro.
9998         (gnus-emphasis-custom-value-to-external): New function.
9999         (gnus-emphasis-custom-value-to-internal): New function.
10001 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003         * dns.el (query-dns): Resolve reverse addresses.
10005 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007         * gnus-group.el (gnus-group-get-new-news): Use it.
10009         * gnus-start.el (gnus-check-reasonable-setup): New function.
10011 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10013         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10014         "Args out of range" error.  Reported by Arnaud Giersch
10015         <arnaud.giersch@free.fr>.
10017 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10019         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10021 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10023         * spam.el (spam group): Add :version.
10025         * pgg-def.el (pgg group): Add :version.
10027 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * gnus-art.el (gnus-article-edit-article): Don't associate the
10030         article buffer with a draft file.  This is a temporary measure
10031         against the 2004-08-22 change to gnus-article-edit-mode.
10033 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10035         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10036         (html2text-format-tags): Remove unused variable `attr'.
10038 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10040         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10042         * tls.el (tls-process-connection-type, tls-success)
10043         (tls-certtool-program): Add :version.
10045         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10046         (starttls-extra-arguments, starttls-process-connection-type)
10047         (starttls-connect, starttls-failure, starttls-success): Add :version.
10049         * spam-stat.el (spam-stat): Add :version.
10051         * sieve.el (sieve): Add :version.
10053         * sha1.el (sha1): Add :version.
10054         (sha1-use-external): Remove redundant version.
10056         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10057         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10058         (nnmail-split-fancy-match-partial-words)
10059         (nnmail-split-lowercase-expanded): Add :version.
10061         * nndiary.el (nndiary): Add :version.
10063         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10065         * mml-sec.el (mml-default-sign-method)
10066         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10067         Add :version.
10069         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10071         * mm-url.el (mm-url-use-external, mm-url-program)
10072         (mm-url-arguments): Add :version.
10074         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10075         (mm-attachment-file-modes, mm-decrypt-option)
10076         (mm-w3m-safe-url-regexp): Add :version.
10078         * message.el (message-cite-prefix-regexp)
10079         (message-sendmail-envelope-from, message-minibuffer-local-map)
10080         (message-user-fqdn, message-completion-alist): Add :version.
10082         * gnus-win.el (gnus-configure-windows-hook)
10083         (gnus-use-frames-on-any-display): Add :version.
10085         * gnus-art.el (gnus-article-address-banner-alist)
10086         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10087         (gnus-treat-from-picon, gnus-treat-mail-picon)
10088         (gnus-treat-x-pgp-sig): Add :version.
10090         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10091         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10092         (gnus-summary-article-delete-hook)
10093         (gnus-summary-display-while-building): Add :version.
10095         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10096         (gnus-get-top-new-news-hook): Add :version.
10098         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10099         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10101         * gnus-registry.el (gnus-registry): Add :version.
10103         * gnus-spec.el (gnus-use-correct-string-widths)
10104         (gnus-make-format-preserve-properties): Add :version.
10106         * gnus.el (gnus-group-charter-alist)
10107         (gnus-group-fetch-control-use-browse-url)
10108         (gnus-install-group-spam-parameters): Add :version.
10110         * gnus-diary.el (gnus-diary): Add :version.
10112         * gnus-delay.el (gnus-delay): Add :version.
10114         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10115         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10116         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10117         Add :version.
10119         * gnus-agent.el (gnus-agent-max-fetch-size)
10120         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10121         (gnus-agent-prompt-send-queue): Add :version.
10123         * deuglify.el (gnus-outlook-deuglify): Add :version.
10125         * html2text.el: Beautify code.  Improve doc strings.  Some
10126         checkdoc cleanup.
10127         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10129 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10131         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10133 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10135         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10136         when package is loaded.
10138         * spam.el (spam-summary-score-preferred-header): Add global preference
10139         for people who want to override the default SpamAssassin over
10140         Bogofilter preference (when both are set).
10141         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10142         (spam-user-format-function-S): Check
10143         spam-summary-score-preferred-header.
10144         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10145         (spam-user-format-function-S): Format the score correctly.
10147 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10149         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10150         signature file.  Suggested by Manoj Srivastava
10151         <srivasta@golden-gryphon.com>.
10153         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10154         iso-2022-jp even in the Japanese language environment.
10155         Suggested by Jason Rumney <jasonr@gnu.org>.
10157 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10159         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10160         use the same characters as the dummy marks; make it free from
10161         getting affected by the language environment.
10162         (gnus-summary-read-group-1): Update mark positions only when the
10163         format spec is updated.
10165         * gnus-spec.el (gnus-update-format-specifications): Return a list
10166         of updated types.
10168 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10170         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10171         of boundp to check if display-warning is available.
10173 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10175         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10177 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10179         * nnspool.el (nnspool-spool-directory): Use news-path if the
10180         news-directory variable is not bound.
10182         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10183         function instead of display-warning if it is not available.
10185 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10187         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10188         v5-10: Use `point-at-bol'.
10190 2004-10-26  Simon Josefsson  <jas@extundo.com>
10192         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10193         <chenggao@gmail.com>.
10195 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10197         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10198         instead.
10200 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10202         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10203         to remove a server from the nnimap-server-buffer-alist.
10204         (nnimap-open-connection, nnimap-close-server): Use it.
10206         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10208 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10210         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10211         running the major-mode function.
10213 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10215         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10216         dummy marks in the right way.
10218 2004-10-18  David Edmondson  <dme@dme.org>
10220         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10221         excessively.
10223 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10225         * gnus-util.el (gnus-split-references): Accept a nil references
10226         string and go on blissfully.
10228         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10229         cases where the references string is non-nil but has no references.
10231         * encrypt.el: Add autoload tags.
10233         * spam.el (spam-resolve-registrations-routine): Remove article
10234         from unregistration list too.  Reported by David Hanak
10235         <dhanak@isis.vanderbilt.edu>
10237 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10239         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10240         nil.  Changed custom type.
10242 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10244         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10246         * gnus-sum.el (gnus-summary-move-article): Use it.
10248 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10250         * encrypt.el: Add autoload cookies.
10252         * spam.el (spam-backend-article-list-property)
10253         (spam-backend-get-article-todo-list)
10254         (spam-backend-put-article-todo-list)
10255         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10256         Resolve registrations separately.
10257         (spam-register-routine): Format comments.
10258         (spam-unregister-routine, spam-register-routine): Always call with
10259         specific-articles, no default list.
10260         (spam-summary-prepare-exit): Use the spam-classifications function.
10262         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10263         gnus-encrypt.el.
10265         * encrypt.el: Copied from gnus-encrypt.el.
10267         * gnus-encrypt.el: Commented that it's obsolete.
10269 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10271         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10272         (gnus-score-save): Use it.
10274         * message.el (message-bury): Use `window-dedicated-p'.
10276 2004-10-15  Simon Josefsson  <jas@extundo.com>
10278         * pop3.el (top-level): Don't require nnheader.
10279         (pop3-read-timeout): Add.
10280         (pop3-accept-process-output): Add.
10281         (pop3-read-response, pop3-retr): Use it.
10283 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10285         * spam.el (spam-register-routine): Move comment.
10286         (spam-verify-bogofilter): Use 'unknown for the initial
10287         spam-bogofilter-valid state, not 'never.
10289         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10290         for netrc-machine.
10292         * nnimap.el (nnimap-open-connection): Use
10293         netrc-machine-user-or-password.
10295 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10297         * gnus-registry.el (gnus-registry-unload-hook):
10298         Set as a variable with add-hook.
10300         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10301         of news-path.
10303         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10305         * spam.el: Delete duplicate `provide'.
10306         (spam-unload-hook): Set as a variable with add-hook.
10308 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10310         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10311         in the doc string.
10313         * message.el (message-ignored-news-headers)
10314         (message-ignored-supersedes-headers)
10315         (message-ignored-resent-headers)
10316         (message-forward-ignored-headers): Improve custom type.
10318 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10320         * message.el (message-tokenize-header): Fix 2004-09-06 change
10321         which used point-min in the wrong place.
10323 2004-10-12  Simon Josefsson  <jas@extundo.com>
10325         * tls.el (tls-certtool-program): New variable.
10326         (tls-certificate-information): New function, based on
10327         ssl-certificate-information.
10329 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10331         * compface.el: Move the version of ELisp-based uncompface program
10332         to the contrib directory because of the copyright problem.
10334 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10336         * message.el (message-kill-buffer): Raise the current frame.
10338 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10340         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10342         * gnus.el (message-y-or-n-p): Autoload.
10344         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10345         (pop3-password-required, pop3-authentication-scheme)
10346         (pop3-leave-mail-on-server): Made customizable.
10347         (pop3): New custom group.
10348         (pop3-retr): Remove `sleep-for' statements.
10349         Suggested by Dave Love <fx@gnu.org>.
10351         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10352         Windows/DOS.
10354         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10355         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10356         Dave Love <fx@gnu.org>.
10358         * mml.el (mml-minibuffer-read-disposition): Require match.
10359         Suggested by Dave Love <fx@gnu.org>.
10361 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10363         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10364         doc string.
10366 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10368         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10370 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10372         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10373         instead of calling `mm-insert-inline', to decode text/* parts
10374         before displaying them.
10376 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10378         * mm-uu.el (mm-uu-text-plain-type): New variable.
10379         (mm-uu-pgp-signed-extract-1): Use it.
10380         (mm-uu-pgp-encrypted-extract-1): Use it.
10381         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10382         bind mm-uu-text-plain-type with that value.
10383         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10384         mm-uu-dissect.
10386 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10388         * gnus-group.el (gnus-update-group-mark-positions):
10389         * gnus-sum.el (gnus-update-summary-mark-positions):
10390         * message.el (message-check-news-body-syntax):
10391         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10392         of string-as-multibyte.
10394 2004-10-05  Juri Linkov  <juri@jurta.org>
10396         * gnus-group.el (gnus-update-group-mark-positions):
10397         * gnus-sum.el (gnus-update-summary-mark-positions):
10398         * message.el (message-check-news-body-syntax):
10399         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10400         8-bit unibyte values to a multibyte string for search functions.
10402 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10404         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10405         (mm-uu-dissect-text-parts): New function.
10407         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10408         dissect text parts.
10410         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10411         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10413         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10415         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10416         gnus-current-topics instead of gnus-current-topic.
10418 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10420         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10422 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10424         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10425         where approriate.
10427         * nnml.el (nnml-generate-active-info): do.
10429         * nndiary.el (nndiary-generate-active-info): do.
10431         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10432         (gnus-topic-move): do.
10434         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10435         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10437         * gnus-srvr.el (gnus-server-prepare)
10438         (gnus-server-open-all-servers): do.
10440         * gnus-msg.el (gnus-summary-cancel-article)
10441         (gnus-summary-resend-message)
10442         (gnus-summary-mail-crosspost-complaint): do.
10444         * gnus-move.el (gnus-change-server): do.
10446         * gnus-group.el (gnus-group-unmark-all-groups)
10447         (gnus-group-set-current-level): do.
10449 2004-10-04  Simon Josefsson  <jas@extundo.com>
10451         * message.el (message-generate-hashcash): Doc fix.
10453 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10455         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10456         avoid infinite recursion via gnus-get-function.
10458 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10460         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10462         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10464         * nnmail.el (nnmail-split-history): do.
10466         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10467         (nnml-request-delete-group): do.
10469         * nnslashdot.el (nnslashdot-read-groups): do.
10471         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10472         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10474         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10475         (nnspool-sift-nov-with-sed): Use last
10476         (nnspool-retrieve-headers-with-nov): Use mapc.
10477         (nnspool-request-newgroups): Use dolist.
10478         (nnspool-request-group): Use last.
10480         * nntp.el (nntp-read-server-type): Use dolist.
10482         * nnvirtual.el (nnvirtual-create-mapping)
10483         (nnvirtual-update-read-and-marked): Use dolist.
10484         (nnvirtual-convert-headers): Simplify.
10486 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10488         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10489         support for sync'ing tick marks.
10491 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10493         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10494         there's no visible header.
10496 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10498         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10499         necessary, pass full group name to gnus-request-set-marks.
10501 2004-10-01  Simon Josefsson  <jas@extundo.com>
10503         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10504         acroread.
10506 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508         * spam-report.el (spam-report-gmane): Fix interactive.
10510         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10512         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10513         when writing file.
10514         (gnus-agent-synchronize-flags): Don't default to being
10515         interactive.
10517 2004-09-30  Simon Josefsson  <jas@extundo.com>
10519         * message.el (message-generate-hashcash): Add.
10520         (message-send-mail): Use it, call mail-add-payment.
10522 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10524         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10526 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10528         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10529         gnus-requst-update-info with explicit code to sync the in-memory
10530         info read flags with the marks being sync'd to the backend.
10532         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10534 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10536         * spam.el (spam-verify-bogofilter): Add new function.
10537         (spam-check-bogofilter)
10538         (spam-bogofilter-register-with-bogofilter): Use it.
10539         (spam-verify-bogofilter): Add small fixes.
10541 2004-09-28  Simon Josefsson  <jas@extundo.com>
10543         * hashcash.el (hashcash-generate-payment): Revert.
10545 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10547         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10548         gnus-extract-references instead of gnus-split-references.
10550         * gnus-util.el (gnus-extract-references): Add new function, analogous
10551         to gnus-split-references but extracts only the message-ID without
10552         anything extra.
10554         * hashcash.el (hashcash-generate-payment)
10555         (hashcash-check-payment): Do the right thing if hashcash-path is
10556         nil (because the hashcash program could not be found).
10558         * spam.el (spam-use-hashcash): Remove comment.
10560 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10562         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10563         (gnus-cache-enter-article, gnus-cache-remove-article)
10564         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10566         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10568         * gnus-art.el (article-hide-boring-headers)
10569         (article-translate-strings, article-display-face)
10570         (gnus-article-mime-match-handle-first)
10571         (gnus-article-highlight-headers)
10572         (gnus-article-add-buttons-to-head): do.
10574 2004-09-27  Simon Josefsson  <jas@extundo.com>
10576         * hashcash.el: New version, from
10577         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10578         ../contrib/.
10580 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10584 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10586         * gnus-dup.el (gnus-dup-open): Use mapc.
10587         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10589         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10590         Reported by Stefan Wiens <s.wi@gmx.net>.
10592         * gnus.el (gnus-shutdown): Use dolist.
10594         * gnus-undo.el (gnus-undo): Use mapc.
10596         * nnrss.el (nnrss-generate-active): do.
10598         * message.el (message-cite-original-without-signature)
10599         (message-cite-original): Use mapc.
10600         (message-do-actions, message-make-forward-subject): Use dolist.
10602 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10604         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10605         deletion to remove entire duplicate line.  Fixes merged article
10606         number bug.
10608 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10610         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10611         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10612         first ask if you want to open a server and then, even when you
10613         responded with no, asking if you want to synchronize the server's
10614         flags.
10615         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10616         multi-line expressions.
10617         (gnus-agent-synchronize-group-flags): New internal function.
10618         Updates marks in memory (in the info structure) AND in the
10619         backend.
10621         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10623         * nnagent.el (nnagent-request-set-mark): Use
10624         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10625         method, to ensure that synchronization updates marks in the
10626         backend and in the info (in memory) structure.
10628 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10630         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10631         convention fully; don't miss the root article of a thread; make
10632         the X-Draft-From header with correct article numbers.
10634 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10636         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10637         unless plugged.  Disable the agent so that an open failure causes
10638         an error.
10640         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10641         Reverted 2004-09-21 change.  The backend must be opened while
10642         synchronizing flags even when the backend stores the flags
10643         locally.
10645 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10647         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10648         in `header' match.  Reported by Svend Tollak Munkejord.
10650         * message.el (message-cite-original): Fix use of
10651         `message-cite-articles-with-x-no-archive'.
10653 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10656         (gnus-window-to-buffer): Ditto.
10658         * mml.el (mml-preview-buffer): New variable.
10659         (mml-preview): Manage window layout with gnus-buffer-configuration.
10661         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10662         X-Draft-From header even if those articles aren't quoted.
10664 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10666         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10667         (gnus-request-set-mark, gnus-request-update-mark): Use new
10668         g-s-t-u-l-m to decide to use backend even when unplugged.
10670 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10672         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10673         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10675 2004-09-20  Simon Josefsson  <jas@extundo.com>
10677         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10678         "utf-16-le".
10680 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10684 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10686         * uudecode.el (uudecode-use-external): Add :version.
10688         * smime.el (smime-CA-file, smime-encrypt-cipher)
10689         (smime-dns-server): Add :version.
10691         * smiley.el (gnus-smiley-file-types): Add :version.
10693         * sha1.el (sha1-use-external): Add :version.
10695         * pgg-def.el (pgg-query-keyserver): Add :version.
10697         * nnmail.el (nnmail-fancy-expiry-targets)
10698         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10699         Add :version.
10701         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10702         (nnimap-retrieve-groups-asynchronous): Add :version.
10703         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10705         * mml.el (mml-content-disposition-parameters)
10706         (mml-insert-mime-headers-always): Add :version.
10708         * mm-util.el (mm-coding-system-priorities): Add :version.
10710         * mm-decode.el (mm-inline-text-html-with-images)
10711         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10712         (mm-verify-option): Add :version.
10713         (mm-text-html-renderer): Change :version.
10715         * message.el (message-fcc-externalize-attachments)
10716         (message-required-headers, message-draft-headers)
10717         (message-subject-trailing-was-query)
10718         (message-subject-trailing-was-ask-regexp)
10719         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10720         (message-mark-insert-end, message-archive-header)
10721         (message-archive-note, message-cross-post-default)
10722         (message-cross-post-note, message-followup-to-note)
10723         (message-cross-post-note-function, message-use-mail-followup-to)
10724         (message-subscribed-address-functions)
10725         (message-subscribed-address-file, message-subscribed-addresses)
10726         (message-subscribed-regexps, message-allow-no-recipients)
10727         (message-yank-cited-prefix, message-signature-insert-empty-line)
10728         (message-hidden-headers, message-hierarchical-addresses)
10729         (message-mail-user-agent, message-use-idna)
10730         (message-valid-fqdn-regexp)
10731         (message-strip-special-text-properties, message-header-synonyms)
10732         (message-beginning-of-line, message-tab-body-function): Add :version.
10733         (message-insert-canlock, message-wide-reply-confirm-recipients):
10734         Change :version.
10736         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10737         and :version.
10738         (mail-source-delete-old-incoming-confirm)
10739         (mail-source-movemail-program): Add :version.
10741         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10742         (gnus-agent-cache, gnus-agent): Change :version.
10744         * gnus-util.el (gnus-use-byte-compile): Change :version.
10746         * gnus-sum.el (gnus-summary-make-false-root-always)
10747         (gnus-summary-default-high-score)
10748         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10749         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10750         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10751         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10752         (gnus-sum-thread-tree-single-indent)
10753         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10754         (gnus-sum-thread-tree-leaf-with-other)
10755         (gnus-sum-thread-tree-single-leaf): Add :version.
10756         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10757         (gnus-article-loose-mime): Change :version.
10759         * gnus-start.el (gnus-backup-startup-file)
10760         (gnus-save-startup-file-via-temp-buffer): Add :version.
10762         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10763         (gnus-server-offline-face): Add :version.
10765         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10767         * gnus-msg.el (gnus-gcc-externalize-attachments)
10768         (gnus-debug-files, gnus-debug-exclude-variables)
10769         (gnus-discouraged-post-methods): Change :version.
10770         (gnus-confirm-mail-reply-to-news)
10771         (gnus-confirm-treat-mail-like-news): Add :version.
10773         * gnus-int.el (gnus-server-unopen-status): Add :version.
10775         * gnus-group.el (gnus-group-jump-to-group-prompt)
10776         (gnus-large-ephemeral-newsgroup)
10777         (gnus-fetch-old-ephemeral-headers): Add :version.
10779         * gnus-fun.el (gnus-x-face-directory)
10780         (gnus-convert-pbm-to-x-face-command)
10781         (gnus-convert-image-to-x-face-command)
10782         (gnus-convert-image-to-face-command): Add :version.
10784         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10786         * gnus-cite.el (gnus-cite-blank-line-after-header)
10787         (gnus-article-boring-faces): Add :version.
10789         * gnus-art.el (gnus-buttonized-mime-types)
10790         (gnus-inhibit-mime-unbuttonizing)
10791         (gnus-treat-display-face)
10792         (gnus-treat-body-boundary): Change :version.
10793         (gnus-body-boundary-delimiter, gnus-picon-databases)
10794         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10795         (gnus-treat-date-english, gnus-treat-fold-headers)
10796         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10797         (gnus-treat-mail-picon, gnus-treat-wash-html)
10798         (gnus-article-encrypt-protocol)
10799         (gnus-use-idna, gnus-article-over-scroll)
10800         (gnus-mime-display-multipart-alternative-as-mixed)
10801         (gnus-mime-display-multipart-related-as-mixed)
10802         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10803         (gnus-ctan-url, gnus-button-ctan-handler)
10804         (gnus-button-handle-ctan-bogus-regexp)
10805         (gnus-button-ctan-directory-regexp)
10806         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10807         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10808         (gnus-button-man-level, gnus-button-emacs-level)
10809         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10811         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10812         (gnus-agent-go-online): Change :version.
10813         (gnus-agent-expire-unagentized-dirs)
10814         (gnus-agent-auto-agentize-methods): Add :version.
10816         * flow-fill.el (fill-flowed-display-column)
10817         (fill-flowed-encode-column): Add :version.
10819         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10820         (gnus-outlook-deuglify-unwrap-max)
10821         (gnus-outlook-deuglify-cite-marks)
10822         (gnus-outlook-deuglify-unwrap-stop-chars)
10823         (gnus-outlook-deuglify-no-wrap-chars)
10824         (gnus-outlook-deuglify-attrib-cut-regexp)
10825         (gnus-outlook-deuglify-attrib-verb-regexp)
10826         (gnus-outlook-deuglify-attrib-end-regexp)
10827         (gnus-outlook-display-hook): Add :version.
10829         * binhex.el (binhex-use-external): Add :version.
10831 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10833         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10834         and `invisible'.
10836 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10838         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10839         in gnus-registry-trim.
10841 2004-09-13  Simon Josefsson  <jas@extundo.com>
10843         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10845         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10847         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10848         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10849         <yamaoka@jpl.org>.
10850         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10851         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10852         <yamaoka@jpl.org>.
10854         * sieve.el (sieve-manage-mode): Ditto.
10856 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10858         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10860 2004-09-11  Simon Josefsson  <jas@extundo.com>
10862         * dns-mode.el: Add.
10864         * mm-view.el (mm-display-dns-inline): Add.
10866         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10867         (mm-automatic-display): Ditto.
10869         * mailcap.el (mailcap-mime-data): Add text/dns.
10870         (mailcap-mime-extensions): Map .soa to text/dns.
10872 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10874         * gnus-art.el (article-decode-mime-words, article-babel)
10875         (gnus-article-highlight-signature, gnus-article-add-buttons)
10876         (gnus-signature-toggle): Remove unnecessary bindings of
10877         `inhibit-read-only' inherited from v5.10 merge.
10879 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10881         * nntp.el (nntp): New customization group.
10882         (nntp-authinfo-file): Add customization group.
10884         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10886         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10888         * gnus.el (to-address, to-list, subscribed)
10889         (large-newsgroup-initial): Ditto.
10891         * flow-fill.el (fill-flowed-display-column)
10892         (fill-flowed-encode-column): Ditto.
10894 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10896         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10897         Use point-min rather than 1.
10898         (message-send-mail): Use buffer-size rather than point-max.
10900         * gnus-sum.el (gnus-summary-search-article-forward):
10901         Signal a specific `search-failed' rather than a generic `error'.
10903         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10904         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10905         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10907 2004-09-10  Simon Josefsson  <jas@extundo.com>
10909         * nndb.el (require): Remove tcp and duplicate cl.
10911 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10913         * gnus-agent.el (directory-files-and-attributes): Move forward.
10915 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10917         * gnus-agent.el (directory-files-and-attributes): Optionally
10918         defined to support XEmacs.
10920 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10922         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10923         to avoid run-time CL dependencies.
10924         (gnus-agent-unfetch-articles): New function.
10925         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10926         article numbers even when local .overview file is missing.
10927         (gnus-agent-read-article-number): New function.  Only accepts
10928         27-bit article numbers.
10929         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10930         gnus-agent-read-article-number.
10931         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10932         from backend while recognizing that article numbers in .overview
10933         must be valid.
10934         (gnus-agent-update-files-total-fetched-for): Use
10935         directory-files-and-attributes to improve performance.
10936         * gnus-int.el (gnus-request-move-article): Use
10937         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10938         improve performance.
10940         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10941         some users confused by references to .newsrc when they only have a
10942         .newsrc.eld file.
10943         (gnus-convert-mark-converter-prompt)
10944         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10945         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10946         New function.  Used internally to only display 'gnus converting
10947         files' message when actually necessary.
10949         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10950         methods now autoloaded.
10952 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10955         identifiers.
10957 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10959         * gnus-picon.el: Fix indentation and closing parenthesis.
10961 2004-09-01  Simon Josefsson  <jas@extundo.com>
10963         * message.el (message-canlock-generate): Require sha1, not
10964         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10965         to require within a function.  Sadly, if sha1.el isn't loaded, the
10966         let binding in m-c-g will hide the defcustom definition, which is
10967         bad.)
10969         * canlock.el: Require sha1, not sha1-el.
10971         * message.el: Don't autoload sha1 (there is a autoload cookie in
10972         sha1.el).
10974         * sha1-el.el: Renamed to sha1.el.
10976 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10978         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10980 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10982         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10984 2004-08-30  Kim F. Storm  <storm@cua.dk>
10986         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10988         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10989         Add :group 'nnimap.
10991 2004-08-30  Andreas Schwab  <schwab@suse.de>
10993         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10994         ?* and ?\;.
10996         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10997         and ?\' to symbol instead of whitespace.
10999 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11001         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11003         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11004         instead of re-search-forward.
11006         * gnus-uu.el (gnus-uu-save-article): Ditto.
11007         (gnus-uu-post-encode-uuencode): Ditto.
11009         * html2text.el (html2text-clean-list-items): Ditto.
11010         (html2text-clean-dtdd): Ditto.
11011         (html2text-format-tags): Ditto.
11013         * message.el (message-send-mail-with-sendmail): Fix regexp.
11014         (message-fill-field-general): Use search-forward instead of
11015         re-search-forward.
11016         (unbold-region): Ditto.
11018         * nnrss.el (nnrss-request-article): Ditto.
11020         * nnslashdot.el (nnslashdot-request-article): Ditto.
11022         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11024         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11025         "Unrecognized menu descriptor" error in XEmacs.
11027 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11029         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11030         parent article of a sparse article in the thread hashtb.
11032 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11034         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11035         (nnmail-expand-newtext): Lowercase expanded entries if
11036         nnmail-split-lowercase-expanded is non-nil.
11038 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11040         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11042         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11043         of gnus-tmp-news-method into string under XEmacs.  It will be
11044         passed to gnus-correct-length which takes only a string argument.
11046 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11048         * gnus-util.el (gnus-bind-print-variables): New macro.
11049         (gnus-prin1): Use it.
11050         (gnus-prin1-to-string): Use it.
11051         (gnus-pp): New function.
11052         (gnus-pp-to-string): New function.
11054         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11055         Replace pp-to-string with gnus-pp-to-string.
11056         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11057         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11058         * gnus-msg.el (gnus-debug): Ditto.
11059         * gnus-score.el (gnus-score-save): Ditto.
11060         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11061         gnus-pp-to-string.
11062         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11063         with gnus-pp.
11064         * score-mode.el (gnus-score-pretty-print): Ditto.
11065         * webmail.el (webmail-debug): Ditto.
11067 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11069         * gnus-art.el (article-display-face, article-display-x-face):
11070         Use buffer-read-only.
11072 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11074         * gnus-art.el (article-hide-list-identifiers):
11075         Bind inhibit-read-only as t.
11077 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11079         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11081 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11083         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11084         (gnus-narrow-to-page): Don't assume point-min == 1.
11085         (gnus-article-edit-mode): Derive from message-mode.
11087         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11088         point-min == 1.
11090         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11091         Disable incorrect use of `assert'.
11093         * message.el (message-mode): Set comment-start-skip.
11096 2004-08-22  Sam Steingold  <sds@gnu.org>
11098         * pop3.el (pop3-leave-mail-on-server): New user variable.
11099         (pop3-movemail): Delete mail only when it is nil.
11101 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11103         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11105         * mml.el (mml-preview): Use `pop-to-buffer'.
11107         * message.el (message-goto-mail-followup-to): Insert after "To".
11108         (message-carefully-insert-headers): Add comment.
11110         * gnus.el: Remove unused variable `gnus-article-check-size'.
11112         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11114         * gnus-art.el (gnus-button-alist): Improve
11115         `gnus-button-handle-library' entry.
11117 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11119         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11120         downcase, since XEmacs capitalizes error messages differently.
11122 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11124         * nntp.el: Add (require 'gnus) due to reference to
11125         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11127 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11129         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11130         `mm-fill-flowed'.
11132         * mm-decode.el (mm-dissect-singlepart): Check it.
11134 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11136         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11137         'imap' for netrc parsing.
11139 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11141         * mailcap.el (mailcap-mime-data): Mark as risky.
11143 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11145         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11146         may be included in the encoded word.
11147         (rfc2047-encode): Don't append a space if the encoded word
11148         includes close parenthesis.
11150 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11152         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11153         of text within parentheses.
11155 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11157         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11158         (gnus-encrypt-write-file-contents): Make the password key the file
11159         name PLUS the cipher, not just the cipher.  Also remove failed
11160         passwords from the cache.
11162 2004-08-06  Simon Josefsson  <jas@extundo.com>
11164         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11165         fix.
11167 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11169         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11170         LWSP.
11172 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11174         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11175         to append in-reply-to: data to the references: header.
11177         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11178         (netrc-parse): Use gnus-encrypt.el functions.
11180         * gnus-encrypt.el: Add new file for encryption support; currently
11181         does only a few GPG ciphers and an internal XOR cipher.
11183         * password.el: Add comments on using password-read-and-add.
11184         (password-read-and-add): Add function to read and add the
11185         password to the cache at once.
11187 2004-07-28  Simon Josefsson  <jas@extundo.com>
11189         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11190         parameter (but don't use it, for now).
11192         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11193         instead of hard coding to nil.
11195 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11197         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11198         as mm-inline-image-xemacs does.
11200 2004-07-26  Simon Josefsson  <jas@extundo.com>
11202         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11203         Revert part of 2004-07-17 change below.
11205 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11208         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11210 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11213         quotes that actually start with ">" at the beginning of the
11214         lines.
11216 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11218         * rfc2047.el (rfc2047-encode-region): Fix last change.
11219         (rfc2047-encode-parameter): Remove useless concat.
11221 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11223         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11224         encode special characters; fix some kind of misconfigured headers;
11225         signal a real error if debug-on-quit or debug-on-error is non-nil.
11226         (rfc2047-encode-max-chars): New variable.
11227         (rfc2047-encode-1): Use it.
11228         (rfc2047-encode-parameter): New function.
11230         * mml.el (mml-insert-parameter): Remove an excessive space.
11232 2004-07-17  Simon Josefsson  <jas@extundo.com>
11234         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11235         Kai Grossjohann <kai@emptydomain.de>.
11236         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11237         (gnus-group-make-menu-bar): Ditto.
11239         * gnus-util.el (gnus-group-server): Add.
11241 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11243         * message.el (message-clone-locals): Clone sendmail and smtp
11244         variables.
11246 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11248         * rfc2047.el (rfc2047-encode-region): Fix last change.
11250 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11252         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11253         characters as non-special.
11255 2004-07-09  Simon Josefsson  <jas@extundo.com>
11257         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11258         Users will lose all flag changes made while unplugged with
11259         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11260         good default.  See numerous reports on ding mailing list.
11262 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11264         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11265         add generate-head-function and generate-article-function to the
11266         rfc822-forward entry.
11267         (nndoc-rfc822-forward-generate-article): New function.
11268         (nndoc-rfc822-forward-generate-head): New function.
11270         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11272 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11274         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11275         respect display group parameter and gnus-summary-expunge-below.
11276         (gnus-articles-to-read): Remove unused reference to display group
11277         parameter.
11279 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11281         * nnheader.el (nnheader-uniquify-message-id): New experimental
11282         variable.
11283         (nnheader-nov-read-message-id): Use it.
11285         * spam-report.el (spam-report-gmane): Add interactive.
11287 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11290         qp-or-base64 for the application/* types.
11292 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11294         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11296 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11298         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11299         trim value.
11301 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11303         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11304         New macro and function.
11305         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11307 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11309         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11310         after-load-alist.
11312 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11315         update info that isn't there.
11317 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11319         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11320         entry.
11322 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11324         * mm-view.el (mm-inline-render-with-function): Use multibyte
11325         buffer; decode html source by charset.
11327         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11329         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11330         Mule-UCS is loaded under XEmacs.
11331         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11333 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11335         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11337 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11339         * mm-util.el (mm-coding-system-p): Return a coding-system.
11340         (mm-mime-mule-charset-alist): Use shift_jis instead of
11341         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11342         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11343         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11344         instead of japanese-shift-jis and iso-latin-1 respectively in
11345         order to share the default value with both Emacs and XEmacs-mule.
11346         (mm-mule-charset-to-mime-charset): Make
11347         mm-coding-system-priorities effective.
11348         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11349         while predicating of candidates upon the priorities.
11351 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11353         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11354         gnus-uu-invert-processable.
11356         * gnus.el: Autoload gnus-uu-invert-processable.
11358 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11360         * mm-util.el (mm-with-multibyte-buffer): New macro.
11362         * rfc2047.el (rfc2047-encode-string): Use it.
11363         (rfc2047-encode-region): Move point to the end of the region after
11364         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11366 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11368         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11369         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11371 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11373         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11374         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11375         Karl Chen <quarl@nospam.quarl.org>.
11377 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11379         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11380         invalid addresses.
11382 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11384         * spam.el: Change section markers, revise TODO list.
11385         (spam-backends): Make new master list of all installed backends.
11386         (spam-summary-exit-behavior): Add new variable to determine how
11387         messages moves are done at summary exit.
11388         (spam-move-spam-nonspam-groups-only)
11389         (spam-process-ham-in-nonham-groups)
11390         (spam-process-ham-in-spam-groups): Remove variables, the
11391         spam-summary-exit-behavior variable should be used to manage this
11392         behavior.
11393         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11394         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11395         and spam-old-spam-articles.
11396         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11397         Add empty variables, placeholders for the backends they represent.
11398         (spam-set-difference): Move, unchanged.
11399         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11400         unless the user has a processor variable.
11401         (spam-classifications, spam-classification-valid-p)
11402         (spam-backend-properties, spam-backend-property-valid-p)
11403         (spam-backend-function-type-valid-p)
11404         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11405         (spam-report-articles-gmane, spam-report-articles-resend):
11406         Remove functions, they are not needed.
11407         (spam-install-backend-super, spam-backend-list)
11408         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11409         (spam-backend-function, spam-backend-ham-registration-function)
11410         (spam-backend-spam-registration-function)
11411         (spam-backend-ham-unregistration-function)
11412         (spam-backend-spam-unregistration-function)
11413         (spam-backend-statistical-p, spam-backend-mover-p)
11414         (spam-install-backend-alias, spam-install-checkonly-backend)
11415         (spam-install-mover-backend, spam-install-nocheck-backend)
11416         (spam-install-backend, spam-install-statistical-backend)
11417         (spam-install-statistical-checkonly-backend): Add backend installation
11418         support.
11419         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11420         (spam-group-processor-p): Use the new backend code and respect the
11421         summary exit behavior.
11422         (spam-mark-spam-as-expired-and-move-routine): Remove.
11423         (spam-summary-prepare): Change to use the new spam-old-articles
11424         variable.
11425         (spam-copy-or-move-routine, spam-copy-spam-routine)
11426         (spam-move-spam-routine, spam-copy-ham-routine)
11427         (spam-move-ham-routine): Add code to copy/move ham or spam.
11428         (spam-fetch-field-fast): Improve doc and code, plus allow the
11429         'number request.
11430         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11431         variables.
11432         (spam-split, spam-find-spam): Use the new backend code.
11433         (spam-registration-functions): Remove variable.
11434         (spam-unregister-routine): Add convenience wrapper.
11435         (spam-log-undo-registration, spam-register-routine)
11436         (spam-log-processing-to-registry)
11437         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11438         where possible.
11439         (spam-check-gmane-xref, spam-check-regex-headers)
11440         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11441         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11442         (spam-check-bogofilter-headers, spam-check-spamoracle)
11443         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11444         (spam-check-crm114-headers): Use the spam-split-group that
11445         spam-split prepares, no need to determine it every time.
11447         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11448         to the nnheader-parse-naked-head call.
11450         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11452         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11453         the nnheader-nov-read-message-id call.
11455 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11458         gnus-activate-group twice.  Suggested by Markus Peter
11459         <warp@spin.de>.
11461 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11463         * gnus-art.el (gnus-article-time-format): Exchange the order of
11464         day and month in the default value; fix customization type.
11465         (article-date-ut): Use add-text-properties.
11466         (article-make-date-line): Use message-make-date instead of
11467         current-time-string.
11469         * message.el (message-fetch-field): Don't use set-text-properties.
11470         (message-make-date): Simplify.
11472         * messagexmas.el (message-xmas-make-date): New function.
11473         (message-xmas-redefine): Defalias message-make-date to it.
11475 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11477         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11478         (rfc2047-encode-region): Treat text within parentheses as special;
11479         show the original text when error has occurred.
11481         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11482         already-computed method to gnus-activate-group.
11484         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11485         same select-methods identical Lisp objects.
11487         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11488         object when modifying the info.
11490 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11492         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11493         gnus-opened-servers since it has never been opened with the new
11494         configuration yet.
11496 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11498         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11499         arg to nnheader-generate-fake-message-id.
11501 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11503         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11504         number and build a fake message ID localized to a group and
11505         article number (so it's repeatable from that point on).
11506         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11507         ID format.
11509         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11510         nnheader-generate-fake-message-id with the article number.
11512 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11514         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11515         end-of-buffer.
11517 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11519         * message.el (message-ignored-supersedes-headers): Add Approved.
11521 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11523         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11524         goto-char.
11525         (rfc2047-encode): Fold the line before encoding.
11527 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11530         folding -- not all headers can be folded, and this should be done
11531         by the message composition mode.  Probably.  I think.
11533 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11535         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11536         fast.
11538         * gnus-ems.el (gnus-remove-image): Don't use
11539         message-text-with-property; remove only the image found first.
11541         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11542         found first.
11544 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11546         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11548 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11550         * message.el (message-text-with-property): Make it fast and accept
11551         optional arguments.
11552         (message-strip-forbidden-properties): Use it.
11553         (message-fix-before-sending): Follow the m-t-w-p change.
11555         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11557 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11559         * gnus-art.el (article-hide-headers): Don't change the buffer
11560         mistakenly when performing mml-preview even if
11561         gnus-single-article-buffer is nil.
11563 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11565         * message.el (message-expand-name-databases): New user option.
11566         (message-expand-name): Use it.
11568 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11570         * spam.el (spam-report-articles-resend)
11571         (spam-report-resend-register-routine): Allow ham reporting.
11572         (spam-report-resend-register-ham-routine): Add wrapper.
11573         (spam-registration-functions): Add ham resending functions.
11574         (spam-list-of-processors): Add ham resend processor.
11576         * gnus.el (ham-resend-to): Add new group parameter.
11577         (spam-process): Add ham resend option.
11579         * spam-report.el (spam-report-resend): Allow reporting ham.
11580         (spam-report-resend-ham): Add wrapper.
11582 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584         * message.el (message-cite-articles-with-x-no-archive): New
11585         variable.
11586         (message-cite-original): Use it.
11588 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590         * message.el (message-cite-original): Respect X-No-Archive.
11592 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11594         * gnus-art.el (article-hide-headers): Refer to the values for
11595         gnus-ignored-headers and gnus-visible-headers in the summary
11596         buffer since a user may have set them as group parameters.
11598 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11600         * assistant.el (assistant-node-name): Add convenience function.
11601         (assistant-render-text, assistant-render-node): Add error handling,
11602         plus handle multiple next nodes.
11603         (assistant-find-next-node): Comment out for now.
11604         (assistant-find-next-nodes): Add function, returns list of next
11605         nodes.
11607 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11609         * mail-source.el (mail-source-directory): Fix doc-string.
11611 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11613         * assistant.el (assistant-render-text, assistant-eval): Add :set
11614         widget type, which is different because it takes and returns a
11615         list.  Much hilarity ensues.
11617 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11619         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11621         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11622         doc-string.
11624         * gnus-start.el (gnus-activate-group): Added doc-string.
11626 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11628         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11630 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11632         * assistant.el (assistant-render-text): Try to add a :set
11633         widget, more to come.
11635         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11636         strings.
11637         (spam-report-articles-resend)
11638         (spam-register-routine): Do registration iff any articles warrant
11639         it.
11640         (spam-summary-prepare-exit): Change log message for nil group
11641         destinations.
11643 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11645         * spam.el (spam-report-resend-register-routine): Allow
11646         spam-report-resend-to to be a group parameter or a global value.
11648 2004-05-26  Simon Josefsson  <jas@extundo.com>
11650         * starttls.el: Merge with my GNUTLS based starttls.el.
11651         (starttls-gnutls-program, starttls-use-gnutls)
11652         (starttls-extra-arguments, starttls-process-connection-type)
11653         (starttls-connect, starttls-failure, starttls-success): New
11654         variables.
11655         (starttls-program, starttls-extra-args): Doc fix.
11656         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11657         functions.
11658         (starttls-negotiate, starttls-open-stream): Check
11659         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11660         function if it is set.
11662 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11664         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11665         structured fields.
11667 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11669         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11671 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11673         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11674         variable.
11675         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11676         assigning the spam-mark to new messages.
11678 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11680         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11682 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11684         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11686         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11687         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11688         default.
11690 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11692         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11693         correct data.
11695 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11697         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11698         (spam-group-processor-p): Fix function.
11699         (spam-group-processor-multiple-p)
11700         (spam-group-spam-processor-report-gmane-p)
11701         (spam-group-spam-processor-report-resend-p)
11702         (spam-group-spam-processor-bogofilter-p)
11703         (spam-group-spam-processor-blacklist-p)
11704         (spam-group-spam-processor-ifile-p)
11705         (spam-group-ham-processor-ifile-p)
11706         (spam-group-spam-processor-spamoracle-p)
11707         (spam-group-spam-processor-crm114-p)
11708         (spam-group-ham-processor-bogofilter-p)
11709         (spam-group-spam-processor-stat-p)
11710         (spam-group-ham-processor-stat-p)
11711         (spam-group-ham-processor-whitelist-p)
11712         (spam-group-ham-processor-BBDB-p)
11713         (spam-group-ham-processor-spamoracle-p)
11714         (spam-group-ham-processor-copy-p): Remove functions with some
11715         prejudice against unneeded code.
11716         (spam-report-articles-resend)
11717         (spam-report-resend-register-routine): Allow the group/topic
11718         spam-resend-to value to override spam-report-resend-to.
11719         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11720         properly now.
11722         * gnus.el (spam-resend-to): Add group/topic parameter.
11723         (spam-process): Move the OBSOLETE processors to the end of the
11724         choices.
11726 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11728         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11729         with resend-to set to nil, and then ask the user if necessary.
11730         (spam-report-resend): spam-report-resend takes a list of articles, not
11731         separate article numbers.
11733 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11735         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11736         addition to emacs-w3m.
11738 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11740         * assistant.el (assistant-authinfo-data): New function.
11741         (assistant-eval): Eval for entire assistant.
11743         * netrc.el (netrc-services-file): New variable.
11744         (netrc-parse-services): New function.
11745         (netrc-find-service-name): New function.
11746         (netrc-find-service-number): New function.
11747         (netrc-port-equal): New function.
11748         (netrc-machine): Use it.
11750         * nnimap.el (nnimap-open-connection): Use netrc.
11752         * gnus-util.el (gnus-netrc-get): Remove aliases.
11754         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11756         * assistant.el (wid-edit): Fix compilation.
11758         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11760 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11762         * gnus-util.el (gnus-set-file-modes): New function.  (small
11763         patch).
11765 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11769         * assistant.el (assistant-render-node): Fix up rendering and
11770         read-only text.
11771         (assistant-render-node): Reset.
11772         (assistant-make-read-only): Not sticky.
11774 2004-05-20  Danny Siu  <dsiu@adobe.com>
11776         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11777         centered even when gnus-auto-center-summary is t
11779 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781         * dns.el (dns-get-txt-answer): New function.
11782         (dns-read-txt): Ditto.
11783         (query-dns): Use it.
11785 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11787         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11788         active for foreign groups even if the group level is higher than
11789         the specified value.
11791 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11794         non-active groups.
11796         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11798 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11800         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11802 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11804         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11805         (spam-crm114-header, spam-crm114-spam-switch)
11806         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11807         (spam-crm114-positive-spam-header)
11808         (spam-crm114-database-directory, spam-list-of-processors)
11809         (spam-group-spam-processor-crm114-p)
11810         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11811         (spam-generic-score, spam-list-of-checks)
11812         (spam-list-of-statistical-checks, spam-registration-functions)
11813         (spam-check-crm114-headers, spam-crm114-score)
11814         (spam-check-crm114, spam-crm114-register-with-crm114)
11815         (spam-crm114-register-spam-routine)
11816         (spam-crm114-unregister-spam-routine)
11817         (spam-crm114-register-ham-routine)
11818         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11819         asjo@koldfront.dk (Adam Sjøgren).
11821         * gnus.el: Add spam-use-crm114.
11823         * spam.el (spam-list-of-processors, spam-registration-functions):
11824         Add spam-use-resend.
11825         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11826         (spam-report-articles-gmane): Add doc fix.
11827         (spam-report-articles-resend, spam-report-resend-register-routine):
11828         Add wrappers around spam-report-resend-to.
11830         * spam-report.el (spam-report-resend-to, spam-report-resend):
11831         Add support for resending spam.
11832         (spam-report-gmane): Fix line length >80.
11834         * gnus.el (spam-process): Add spam-use-resend.
11836 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11838         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11839         number of processed spam messages.
11840         (spam-ham-copy-or-move-routine): Return the number of processed
11841         ham messages.
11842         (spam-summary-prepare-exit): Use the above values to decide
11843         whether status messages shouled be displayed.
11845 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11847         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11848         `rfc2047-encoding-function-alist' in order to avoid conflicting
11849         with the old version.
11850         (rfc2047-encode-region): Concatenate words containing non-ASCII
11851         characters in structured fields; don't encode space-delimited
11852         ASCII words even in unstructured fields; don't break words at
11853         char-category boundaries.
11854         (rfc2047-encode-1): New function.
11855         (rfc2047-encode): Use it; encode text so that it occupies the
11856         maximum width within 76-column; work correctly on Q encoding for
11857         iso-2022-* charsets.
11858         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11859         sure not to break a line just after the header name.
11860         (rfc2047-b-encode-region): Removed.
11861         (rfc2047-b-encode-string): New function.
11862         (rfc2047-q-encode-region): Removed.
11863         (rfc2047-q-encode-string): New function.
11865         * mm-util.el (mm-replace-in-string): New function.
11867 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11870         get it right.
11871         (gnus-inews-make-draft): Really.
11873 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11875         * nnmh.el (nnmh-request-list-1): Don't check the link count
11876         before descending.  (small patch)
11878 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11881         stuff.
11883         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11884         on real group name.
11886         * gnus-art.el (gnus-signature-limit): Doc fix.
11888         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11890         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11892 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11894         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11895         isn't a string.
11897 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899         * gnus-draft.el (gnus-draft-send): Bind
11900         rfc2047-encode-encoded-words.
11902         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11903         (rfc2047-encodable-p): Say that =? needs encoding.
11904         (rfc2047-encode-encoded-words): New variable.
11906         * gnus-group.el (gnus-group-select-group): Doc fix.
11908         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11910         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11911         to nil.
11913         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11915         * nnheader.el (nnheader-get-lines-and-char): New function.
11917 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11919         * gnus-msg.el (gnus-summary-followup-with-original): Document
11920         yanking of region when active.
11922 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11924         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11925         groups if the group level is higher than the specified value.
11927 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11929         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11930         (gnus-group-jump-to-group): Added prefix argument using
11931         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11932         non-active group.
11934         * compface.el (uncompface): Be verbose when changing
11935         `uncompface-use-external'.
11937         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11938         handle manual section.
11940 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11942         * gnus-art.el (gnus-button-alist): Revert previous change.
11944 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11946         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11948 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11951         whether backend can accept message.
11953         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11955 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11957         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11958         Avoid creating directory when nntp-marks-is-evil is true.
11959         Reported by Reiner Steib.
11961 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11963         * gnus-picon.el (gnus-picon-style): New variable.
11964         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11965         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11966         Jesper Harder <harder@ifa.au.dk>.
11968 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970         * message.el (message-fill-field): Return point.
11971         (message-generate-headers): Go to end of field.
11973         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11974         stuff for non-living groups.
11976 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11978         * gnus-art.el (gnus-article-followup-with-original)
11979         (gnus-article-reply-with-original): gnus-mark-active-p ->
11980         gnus-region-active-p.
11982 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11984         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11985         only when there is spam or ham to be processed.
11987 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989         * mail-source.el (mail-source-delete-crash-box): Refactor.
11990         (mail-source-fetch): Use it.
11991         (mail-source-fetch-file): Ditto.
11992         (mail-source-fetch-directory): Run postscript in loop.
11993         (mail-source-fetch-pop): Delete.
11994         (mail-source-fetch-maildir): Ditto.
11995         (mail-source-fetch-imap): Ditto.
11997         * imap.el (imap-authenticators): Comment out sasl.
11999         * message.el (message-skip-to-next-address): New function.
12000         (message-fill-header-address): Refactor.
12001         (message-fill-address): Use it.
12002         (message-delete-address): Use it.
12003         (message-fill-header-general): Refactor.
12004         (message-fill-field-address): Rename.
12005         (message-narrow-to-field): Find the start of the header.
12006         (message-header-format-alist): Don't pre-fill.
12007         (message-fill-header): Removed.
12008         (message-insert-header): New function.
12009         (message-shorten-references): Use it.
12011         * rfc2047.el (rfc2047-field-value): Strip props.
12013         * mail-parse.el (mail-header-make-address): New alias.
12015         * ietf-drums.el (ietf-drums-make-address): New function.
12017         * imap.el: Add compiler directives.
12019         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12021         * gnus-art.el (article-decode-idna-rhs): Don't use
12022         message-idna-inside-rhs-p.
12024 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026         * message.el (message-idna-inside-rhs-p): Removed.
12027         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12029         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12030         false positives.
12032 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12034         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12036 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038         * nneething.el (nneething-file-name): Don't create spurious
12039         files.
12041         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12042         (gnus-inews-do-gcc): Remove sleep.
12044         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12045         part under point.
12047         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12048         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12050 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12052         * spam.el (spam-summary-prepare-exit): Fixed (length).
12054 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12056         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12057         as expired without moving it" message when there are spam
12058         messages left.
12060 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12062         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12063         header is not nil.
12065 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12067         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12068         nntp-possibly-create-directory, not nntp-possibly-change-group.
12069         (nntp-marks-changed-p): New arg SERVER.
12070         (nntp-request-update-info): Adjust caller.
12072 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12074         * nntp.el (nntp-save-marks): Pass missing arg.
12076 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12078         * nntp.el: Support marks.
12079         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12080         (nntp-marks-modtime, nntp-marks-directory): New variables.
12081         (nntp-request-set-mark, nntp-request-update-info)
12082         (nntp-possibly-create-directory, nntp-marks-changed-p)
12083         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12084         functions.
12086 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12088         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12089         (gnus-xmas-redefine): Rename.
12091         * gnus-score.el (gnus-score-insert-help): Use
12092         gnus-select-lowest-window.
12094         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12095         appt-select-lowest-window and rename to gnus-select-lowest-window.
12097         * gnus.el: do.
12099 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12101         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12102         encodings of MIME-encoded words, in order to improve
12103         interoperability with several broken MUAs.
12105 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12107         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12108         tags, only when charsets are not specified in headers.
12109         (mm-inline-text-html-render-with-w3m): Ditto.
12111         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12112         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12114 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12116         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12117         instead of MIME-decoded from fields when checking
12118         `gnus-article-address-banner-alist'.
12120 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12122         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12123         description rather than subject.
12125 2004-05-02  Steve Youngs  <steve@youngs.au.com>
12127         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
12129 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12131         * gnus.el (gnus-version-number): Bump.
12133 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12135         * gnus.el: No Gnus v0.2 is released.
12137 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139         * gnus-agent.el (gnus-agent-read-agentview): Inline
12140         gnus-uncompress-range.
12142 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12144         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12145         `exec-installed-p'.
12147 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12149         * gnus.el (spam-process, spam-autodetect-methods): Add
12150         bsfilter and bsfilter-headers.
12152         * spam.el (spam-bsfilter): New customize group.
12153         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12154         (spam-bsfilter-header, spam-bsfilter-probability-header)
12155         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12156         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12157         (spam-bsfilter-database-directory): New options.
12158         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12159         (spam-list-of-statistical-checks, spam-registration-functions):
12160         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12161         (spam-bsfilter-score): New command.
12162         (spam-check-bsfilter-headers, spam-check-bsfilter)
12163         (spam-bsfilter-register-with-bsfilter)
12164         (spam-bsfilter-register-spam-routine)
12165         (spam-bsfilter-unregister-spam-routine)
12166         (spam-bsfilter-register-ham-routine)
12167         (spam-bsfilter-unregister-ham-routine): New functions.
12168         (spam-generic-score): Support bsfilter; Accept an optional argument
12169         to recalcurate spam score even if scoring header has already been
12170         added.
12171         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12172         optional argument to recalcurate spam score even if scoring header
12173         has already been added.
12175 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12177         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12178         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12179         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12180         link is missing.
12182 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12184         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12185         (html2text-get-attr): Rewrite.
12187         * message.el (message-setup-1): Remove redundant put-text-property
12188         on mail-header-separator.
12190 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12192         * gnus-registry.el (gnus-registry-cache-whitespace)
12193         (gnus-registry-action, gnus-registry-spool-action)
12194         (gnus-registry-split-fancy-with-parent): Change message levels
12195         from 5 to 3 or 7, as needed.
12197         * spam.el (spam-summary-prepare-exit)
12198         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12199         (spam-split, spam-find-spam, spam-log-undo-registration)
12200         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12201         level from 5 to 6.
12203 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12205         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12206         2004-03-04 change).
12208 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12210         * sieve-manage.el (sieve-manage-open):
12211         * nnweb.el (nnweb-insert-html):
12212         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12213         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12214         * nnspool.el (nnspool-request-group):
12215         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12216         * nnml.el (nnml-request-update-info):
12217         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12218         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12219         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12220         (nnimap-request-set-mark):
12221         * nnfolder.el (nnfolder-request-update-info):
12222         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12223         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12224         * gnus-uu.el (gnus-uu-find-articles-matching):
12225         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12226         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12227         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12228         * gnus-nocem.el (gnus-nocem-scan-groups):
12229         * gnus-int.el (gnus-start-news-server):
12230         * gnus-group.el (gnus-group-make-kiboze-group)
12231         (gnus-group-browse-foreign-server):
12232         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12233         Use mapc when appropriate.
12235 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12237         FIXME: Make separate entries for each person.
12239         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12240         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12241         <shields@msrl.com>:
12243         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12244         may need for spam sorting and scoring.
12245         (spam-user-format-function-S): Add user format function suitable for
12246         general use.
12247         (spam-article-sort-by-spam-status): Add sorting function for summary
12248         sorting.
12249         (spam-extra-header-to-number): Add function to get a score from a
12250         header.
12251         (spam-summary-score): Add function to  get a numeric score from the
12252         headers.
12253         (spam-generic-score): Fix function doc, was in wrong place.
12254         (spam-initialize): Take symbols when it's run, and install the
12255         extra headers that spam-necessary-extra-headers thinks we need.
12257 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12259         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12260         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12262 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12264         * gnus-sum.el (gnus-set-global-variables)
12265         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12266         (gnus-article-get-xrefs, gnus-summary-best-group)
12267         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12268         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12269         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12270         Use with-current-buffer.
12272 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12274         * spam.el (spam-summary-prepare-exit): Simplify logic.
12275         (spam-fetch-article-header): Read the article header if it's not
12276         available.
12277         (spam-list-articles): Simplify logic.
12278         (spam-filelist-register-routine): Fix bug with unregister-list.
12280         * gnus-registry.el: Fix comments at beginning.
12282 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12284         * message.el (message-cater-to-broken-inn): Remove.
12285         (message-shorten-references): Make sure the total folded length of
12286         References is shorter than 998 characters to cater to a bug in INN
12287         2.3.  Also, don't pretend that references aren't folded -- this
12288         hasn't worked for a while.
12290 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12292         * gnus-agent.el (gnus-agentize):
12293         gnus-agent-send-mail-real-function no longer set to current value
12294         of message-send-mail-function but rather a lambda that calls
12295         message-send-mail-function.  The change makes the agent real-time
12296         responsive to user changes to message-send-mail-function.
12298 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12300         * legacy-gnus-agent.el
12301         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12302         help from Florian Weimer <fw@deneb.enyo.de>
12304 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12306         * nnmail.el (nnmail-cache-insert): Revert last change.
12308 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12310         * nnmail.el (nnmail-cache-insert): Always check whether
12311         nnmail-cache-ignore-groups matches a group name.
12313 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12315         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12316         (spam-find-spam, spam-log-processing-to-registry)
12317         (spam-log-registered-p, spam-log-unregistration-needed-p)
12318         (spam-log-undo-registration): Use gnus-message instead of
12319         gnus-error, none of these errors are fatal.
12321         * gnus-registry.el (gnus-registry-clean-empty-function)
12322         (gnus-registry-clean-empty): Remove only empty entries without
12323         extra data.
12325 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12327         * spam-stat.el (spam-stat-buffer-change-to-spam)
12328         (spam-stat-buffer-change-to-non-spam): Change (error) to
12329         (gnus-message 8) invocation.
12331 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12333         * nntp.el (nntp-via-netcat-command): New variable.
12334         (nntp-via-netcat-switches): New variable.
12335         (nntp-open-via-rlogin-and-netcat): New function.
12336         (nntp-open-connection-function): Doc fix.
12337         (nntp-telnet-command): Doc fix.
12338         (nntp-end-of-line): Doc fix.
12339         (nntp-via-rlogin-command): Doc fix.
12340         (nntp-via-user-name): Doc fix.
12341         (nntp-via-address): Doc fix.
12343 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12345         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12346         error in Emacs 21.1.
12348 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12350         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12352 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12354         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12355         (gnus-agent-with-refreshed-group): New macro.
12356         (gnus-agent-rename-group): New function.
12357         (gnus-agent-delete-group): New function.
12358         (gnus-agent-save-group-info): Use gnus-command-method when
12359         `method' parameter is nil.  Don't write nil entries into the
12360         active file.
12361         (gnus-agent-get-group-info): New function.
12362         (gnus-agent-fetch-articles): Use
12363         gnus-agent-update-files-total-fetched-for to increment disk space
12364         used.
12365         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12366         gnus-agent-update-view-total-fetched-for to increment disk space
12367         used.
12368         (gnus-agent-get-local): Added optional parameters to avoid calling
12369         gnus-group-real-name and gnus-find-method-for-group.
12370         (gnus-agent-set-local): Delete stored entry if either min, or max,
12371         are nil.
12372         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12373         quit, use gnus-agent-regenerate-group to record existance of any
12374         articles fetched to disk before the quit occurred.
12375         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12376         gnus-agent-update-view-total-fetched-for, and
12377         gnus-agent-update-files-total-fetched-for to decrement disk space
12378         used.
12379         (gnus-agent-retrieve-headers): Use
12380         gnus-agent-update-view-total-fetched-for to increment disk space
12381         used.
12382         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12383         with gnus-agent-update-files-total-fetched-for to decrement disk
12384         space and fresh group buffer.
12385         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12386         (gnus-agent-need-update-total-fetched-for): New variable.
12387         (gnus-agent-update-files-total-fetched-for): New function.
12388         (gnus-agent-update-view-total-fetched-for): New function.
12389         (gnus-agent-total-fetched-for): New function.
12391         * gnus-cache.el (gnus-cache-save-buffers): Use
12392         gnus-cache-update-overview-total-fetched-for to change disk space
12393         used by this group.
12394         (gnus-cache-possibly-enter-article): Use
12395         gnus-cache-update-file-total-fetched-for to increment disk space
12396         used by this group.
12397         (gnus-cache-possibly-remove-article): Use
12398         gnus-cache-update-file-total-fetched-for to decrement disk space
12399         used by this group.
12400         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12401         (gnus-cache-rename-group): New function.
12402         (gnus-cache-delete-group): New function.
12403         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12404         (gnus-cache-need-update-total-fetched-for): New variable.
12405         (gnus-cache-with-refreshed-group): New macro.
12406         (gnus-cache-update-file-total-fetched-for): New function.
12407         (gnus-cache-update-overview-total-fetched-for): New function.
12408         (gnus-cache-rename-group-total-fetched-for): New function.
12409         (gnus-cache-delete-group-total-fetched-for): New function.
12410         (gnus-cache-total-fetched-for): New function.
12412         * gnus-group.el: Require gnus-sum and autoload functions to
12413         resolve warnings when gnus-group.el compiled alone.
12414         (gnus-group-line-format): Documented new %F
12415         (size of Fetched data) group line format; identifies disk space
12416         used by agent and cache.
12417         (gnus-group-line-format-alist): Defined new F format.
12418         (gnus-total-fetched-for): New function.
12419         (gnus-group-delete-group): No longer update
12420         gnus-cache-active-altered as gnus-request-delete-group now keeps
12421         the cache in sync.
12422         (gnus-group-list-active): Let the agent store a server's active
12423         list if currently plugged.
12425         * gnus-int.el (gnus-request-delete-group):
12426         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12427         local disk in sync with the server.
12428         (gnus-request-rename-group):
12429         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12430         local disk in sync with the server.
12432         * gnus-start.el (gnus-get-unread-articles):
12433         Cosmetic simplification to logic.
12435         * gnus-util.el (gnus-rename-file): New function.
12437 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12439         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12441 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12443         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12444         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12446 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12448         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12449         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12451 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12453         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12455 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12457         * spam.el (spam-set-difference): Add function to replace
12458         gnus-set-difference in spam.el.
12459         (spam-summary-prepare-exit): Use spam-set-difference.
12461 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12463         * gnus-registry.el (gnus-registry-cache-file): Update to use
12464         gnus-dribble-directory OR gnus-home-directory OR ~.
12465         (gnus-registry-split-fancy-with-parent): Fix doc.
12467 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * message.el (message-exchange-point-and-mark): Use
12470         message-mark-active-p.  Suggested by Jesper Harder
12471         <harder@ifa.au.dk>.
12473 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12475         * message.el (message-exchange-point-and-mark): Don't activate
12476         region if it was inactive.  Suggested by Hiroshi Fujishima
12477         <pooh@nature.tsukuba.ac.jp>.
12479 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12481         * gnus-art.el (article-display-face): Display Faces in the same
12482         order as X-Faces.
12484 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12486         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12488 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12490         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12491         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12492         (gnus-article-mime-hierarchy): Remove.
12493         (gnus-article-mime-hierarchy-next): Remove.
12494         (gnus-article-mode): Revert 2004-03-19 change.
12495         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12496         (gnus-insert-mime-button): Revert 2004-03-19 change.
12497         (gnus-mime-accumulate-hierarchy): Remove.
12498         (gnus-mime-enter-multipart): Remove.
12499         (gnus-mime-leave-multipart): Remove.
12500         (gnus-mime-display-part): Revert 2004-03-19 change.
12501         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12503         * mml.el (mml-preview): Revert 2004-03-19 change.
12505 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12507         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12509 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12511         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12512         t while entering a file name using the mm-with-multibyte macro.
12513         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12515         * mm-util.el (mm-with-multibyte): New macro.
12517 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12519         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12520         user option.
12521         (gnus-mime-multipart-functions): Doc and customization fix.
12522         (gnus-article-mime-hierarchy): New variable.
12523         (gnus-article-mime-hierarchy-next): New variable.
12524         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12525         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12526         gnus-article-mime-hierarchy-next to nil.
12527         (gnus-insert-mime-button): Show hierarchy numbers.
12528         (gnus-mime-accumulate-hierarchy): New function.
12529         (gnus-mime-enter-multipart): New function.
12530         (gnus-mime-leave-multipart): New function.
12531         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12532         (gnus-mime-display-alternative): Show hierarchy numbers.
12534         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12535         gnus-article-mime-hierarchy-next to nil.
12537 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12539         * dns.el: Don't require gnus-xmas.
12541 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12543         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12544         inline PGP.
12545         (mml-menu): Disable mml-quote-region if mark is inactive.
12547 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12549         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12550         when the group's active is not available.
12552 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12554         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12555         error.
12557 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12559         * imap.el (imap-store-password): New variable.
12560         (imap-interactive-login): Use it.
12561         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12563 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12565         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12566         window-start and hscroll to summary window.
12568 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12570         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12571         conversion message to newsrc-dribble when an actual conversion is
12572         performed.
12574 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12576         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12578 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12580         * mm-decode.el (mm-complicated-handles): New function reviving
12581         former definition of mm-multiple-handles.
12583         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12584         (gnus-mime-delete-part): Use it.
12586 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12588         * gnus-agent.el (gnus-agent-read-local): Bind
12589         nnheader-file-coding-system to gnus-agent-file-coding-system to
12590         avoid the implicit assumption that they will always be equal.
12591         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12592         coding-system-for-write, as the with-temp-file macro first prints
12593         to a buffer then saves the buffer.
12595 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * gnus-art.el (gnus-article-edit-part): New function.
12598         (gnus-mime-save-part-and-strip): Use it; do query instead of
12599         signaling an error; don't use mm-multiple-handles.
12600         (gnus-mime-delete-part): Ditto.
12602 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12604         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12605         old file versions.
12606         (gnus-group-prepare-hook): Removed function that converted list
12607         form of gnus-agent-expire-days to group properties.
12609         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12610         (gnus-request-accept-article): Re-indented.
12612         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12613         converters to handle old agent file formats.  Added logic for a
12614         "backup before upgrading warning".
12615         (gnus-convert-mark-converter-prompt): Developers can mark
12616         functions as needing (default), or not needing,
12617         gnus-convert-old-newsrc's "backup before upgrading warning".
12618         (gnus-convert-converter-needs-prompt): Tests whether the user
12619         should be protected from potentially irreversable changes by the
12620         function.
12622         * legacy-gnus-agent.el: New.  Provides converters that are only
12623         loaded when gnus-convert-old-newsrc needs to call them.
12625 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12627         * mail-source.el (mail-source-touch-pop): Doc fix.
12629         * message.el (message-smtpmail-send-it): Doc fix.
12631 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12633         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12635         * nnmail.el (nnmail-split-fancy): do.
12637         * gnus-kill.el (gnus-kill, gnus-execute): do.
12639 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12641         * gnus-sum.el (gnus-widget-reversible-match)
12642         (gnus-widget-reversible-to-internal)
12643         (gnus-widget-reversible-to-external): New functions.
12644         (gnus-widget-reversible): New widget.
12645         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12647 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12649         * gnus-sum.el (gnus-thread-sort-functions)
12650         (gnus-article-sort-functions): Document `(not F)' items.
12652 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12654         * spam.el (spam-use-gmane-xref): Add new backend.
12655         (spam-gmane-xref-spam-group): Add variable to control the name of the
12656         Gmane spam group.
12657         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12658         (spam-regex-headers-spam, spam-regex-headers-ham)
12659         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12660         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12661         backends and checks.
12662         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12664         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12665         an autodetect method.
12667 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12669         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12670         articles are being added to a group.
12671         (gnus-request-replace-article): Inform the agent that articles
12672         need to be uncached as the cached contents are no longer valid.
12674 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12676         * binhex.el: Don't autoload executable-find.
12678         * canlock.el: Don't autoload mail-fetch-field.
12680         * dgnushack.el: Autoload c-mode for XEmacs.
12682         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12684         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12685         rmail-dont-reply-to and rmail-output.
12687         * gnus-score.el: Don't autoload ffap-string-at-point.
12689         * gnus-setup.el: Don't autoload sc-cite-original.
12691         * imap.el: Don't autoload base64-decode-string,
12692         base64-encode-string and md5.
12694         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12695         and rmail-msg-restore-non-pruned-header.
12697         * mm-decode.el: Don't autoload executable-find.
12699         * mm-url.el: Don't autoload executable-find.
12701         * mm-view.el: Don't autoload diff-mode.
12703         * nndb.el: Don't autoload news-reply-mode, news-setup,
12704         cancel-timer and telnet.
12706         * password.el: Don't autoload run-at-time for Emacs.
12708         * sha1-el.el: Don't autoload executable-find.
12710         * sieve-mode.el: Don't autoload c-mode.
12712         * uudecode.el: Don't autoload executable-find.
12714 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12716         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12717         (gnus-agent-possibly-alter-active): Avoid null in numeric
12718         comparison.
12719         (gnus-agent-set-local): Refuse to save null in local object table.
12720         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12721         list of articles that will be marked as unread.
12723 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12725         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12727 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12729         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12730         language tags.
12732 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12734         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12735         Don't bind "obarray".
12737         * gnus-sum.el (gnus-thread-sort-functions): Added
12738         `gnus-thread-sort-by-most-recent-number' and
12739         `gnus-thread-sort-by-most-recent-date'.
12740         Reported by Kai Grossjohann <kai@emptydomain.de>.
12742 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12744         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12746 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12748         * gnus-cus.el (gnus-agent-customize-category): Removed
12749         ignore-errors macro reference that required cl to be loaded at
12750         run-time.
12752         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12753         single-interval range of the form (min . max).  Previously the
12754         range had to look like ((min . max)).  Likewise, return
12755         (min . max) rather than ((min . max)).
12756         (gnus-range-map): Use gnus-range-normalize to accept
12757         single-interval range.
12759         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12760         the cache, but not the agent, now appear with their usual face.
12762         * dgnushack.el (loaddir): New variable that is bound to the
12763         directory containing the dgnushack.el file. Use loaddir, rather
12764         than srcdir, to update load-path. Change lets dgnushack compile
12765         code in directories other than GNUS/lisp.
12767 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12769         * lpath.el: Don't bind w3m-safe-url-regexp.
12771         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12772         w3m-safe-url-regexp variable buffer-local.
12774         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12776 2004-02-27  Simon Josefsson  <jas@extundo.com>
12778         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12779         gnus-group-real-prefix.
12780         (gnus-summary-move-article): Use it, instead of
12781         gnus-group-real-prefix.
12783 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12785         * lpath.el: Bind w3m-safe-url-regexp.
12787         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12788         w3m-safe-url-regexp variable buffer-local and set it as the value
12789         of mm-w3m-safe-url-regexp.
12791         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12793         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12794         parsing gnus-posting-styles when the message is not for replying.
12796         * dgnushack.el: Autoload sgml-mode for XEmacs.
12798         * nnrss.el (nnrss-opml-export): Use
12799         mm-set-buffer-file-coding-system instead of
12800         set-buffer-file-coding-system.
12802 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12804         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12805         of checkdoc.el).
12806         * nnrss.el: do.
12807         * gnus-mlspl.el: do.
12808         * gnus-ml.el: do.
12809         * gnus-srvr.el: do.
12811         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12813 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12815         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12816         Corrections to custom-manual links.
12818         * gnus-art.el (gnus-article): Ditto.
12820         * mm-decode.el (mime-display, mime-security): Ditto.
12822 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12824         * flow-fill.el: Typo.
12826 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12828         * spam-wash.el: New file.
12830 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12832         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12834 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12836         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12837         to be run with new-articles as LIST1, not LIST2.
12838         (spam-registration-functions): Add spam-use-ham-copy as a nil
12839         registration backend.
12841 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12843         * spam-stat.el (spam-stat-washing-hook): New option.
12844         (spam-stat-buffer-words): Use it.
12845         (spam-stat-process-directory, spam-stat-test-directory): Use
12846         insert-file-contents-literally.
12847         (spam-stat-coding-system): New variable.
12848         (spam-stat-load, spam-stat-save): Use it.
12850 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12852         * spam-report.el (spam-report-plug-agent): Quote
12853         spam-report-url-to-file and spam-report-url-ping-plain.
12855 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12857         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12858         / in mailto URLs.
12860 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12862         * spam-report.el (spam-report-process-queue): Fix interactive use.
12863         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12864         (spam-report-unplug-agent): Doc fixes.
12865         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12866         (spam-report-agentize, spam-report-deagentize): Autoload
12868 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12870         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12872         * message.el (message-setup-fill-variables): Add mml tags to
12873         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12874         <ajk@iu.edu>.
12875         (message-mode): Don't modify paragraph-separate there.
12877 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12879         * compface.el (uncompface-use-external): Default to undecided.
12880         (uncompface-use-external-threshold): New variable.
12881         (uncompface-float-time): New macro.
12882         (uncompface): Determine whether to use the external decoder if
12883         uncompface-use-external is undecided.
12885 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12888         after images.
12890         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12892 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12894         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12896         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12898         * gnus-sum.el (gnus-summary-limit-to-age)
12899         (gnus-summary-limit-children): do.
12901         * gnus-int.el (gnus-request-scan): do.
12903         * gnus-group.el (gnus-group-suspend): do.
12905         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12907         * gnus-cite.el (gnus-cite-parse-attributions): do.
12909         * gnus-agent.el (gnus-summary-set-agent-mark)
12910         (gnus-agent-regenerate-group): do.
12912         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12914         * binhex.el (binhex-decode-region-internal): do.
12916 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * gnus-fun.el (gnus-face-properties-alist): New user option.
12919         (gnus-display-x-face-in-from): Use it.
12921         * gnus-art.el (article-display-face): Ditto.
12923         * compface.el (uncompface-use-external): Default to nil.
12925 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12927         * nntp.el (nntp-erase-buffer): New function.
12928         (nntp-retrieve-data, nntp-send-command)
12929         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12930         (nntp-possibly-change-group): Use it.
12932         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12933         with-current-buffer.
12935 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12937         * compface.el: Merge the ELisp-based uncompface program.
12938         (compface): New customization group.
12939         (uncompface-use-external): New user option.
12940         (uncompface): Call uncompface-internal if uncompface-use-external
12941         is nil.
12942         (uncompface-internal): New function.  Note that there are also
12943         some other functions and variables added for this function.
12945 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12947         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12948         if necessary.
12950 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12952         * spam-report.el (spam-report-unplug-agent)
12953         (spam-report-plug-agent, spam-report-deagentize)
12954         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12955         Add support for the Agent in spam-report: when unplugged, report to a
12956         file; when plugged, submit all the requests.
12958         * spam.el (spam-register-routine): Fix message about
12959         registration.
12961 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12963         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12964         dependencies.
12965         (rfc2047-encode): Use it.
12967         * gnus-art.el (gnus-button-marker-list): Move before first
12968         reference.
12970         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12971         (imap-parse-body): Fix format string mismatch.
12973         * gnus-score.el (gnus-summary-increase-score): do.
12975         * nnrss.el (nnrss-close): New function.
12977 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12979         * nnrss.el (nnrss-make-filename): New function.
12980         (nnrss-request-delete-group, nnrss-read-server-data)
12981         (nnrss-save-server-data, nnrss-read-group-data)
12982         (nnrss-save-group-data): Use it.
12983         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12984         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12985         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12987 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12989         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12991 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12993         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12994         files.
12996         * message.el (message-generate-headers-first): Don't quote nil
12997         and t in docstrings.
12999         * imap.el (imap-id): do.
13001         * gnus-agent.el (gnus-agent-consider-all-articles)
13002         (gnus-agent-queue-mail): do.
13004 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13006         * spam-report.el (spam-report-process-queue): New function.
13007         Process requests from `spam-report-requests-file'.
13008         (spam-report-process-queue): Doc fix.
13010 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13012         * spam.el (spam-register-routine)
13013         (spam-log-processing-to-registry, spam-log-registered-p)
13014         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13015         Change "check" to "spam-check" for semi-clarity.
13017 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13019         * pop3.el: Require nnheader.
13021         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13023         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13025         * gnus-picon.el: Require cl.
13027         * gnus-fun.el: Require gnus-ems and gnus-util.
13029         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13031         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13033         * gnus-art.el (gnus-article-edit-mode): Define before first
13034         reference.
13036 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13038         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13039         (gnus-uu-post-encoded): Use point-at-bol.
13041         * gnus-topic.el (gnus-group-active-topic-p): do.
13043         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13045         * gnus-group.el (gnus-group-kill-region): do.
13047         * gnus-art.el (article-date-ut): do.
13049         * message.el (message-fetch-field): Remove redundant
13050         case-fold-search binding.
13051         (message-narrow-to-field): Simplify.
13053 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13055         * spam.el (spam-directory): Derive from `gnus-directory'.
13057         * spam-report.el (spam-report-url-to-file)
13058         (spam-report-requests-file): New function and variable for offline
13059         reporting.
13060         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13061         and user defined function.
13062         (spam-report-url-ping-mm-url): Remove doubled slash.
13064 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13066         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13068 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13070         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13071         format string mismatch.
13073         * sieve.el (sieve-deactivate-all): do.
13075         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13077         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13079         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13081         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13083 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13085         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13086         the list of checks.
13088 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13090         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13091         padding.
13093 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13095         * mm-view.el (mm-fill-flowed): New variable.
13096         (mm-inline-text): Use it.
13098 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13100         * spam.el (spam-spamassassin-register-ham-routine)
13101         (spam-spamassassin-register-spam-routine): Fix function names.
13103 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13105         * gnus.el (gnus-tmp-grouplens): Remove.
13106         (gnus-summary-line-format): Remove grouplens.
13108         * gnus-group.el (gnus-group-line-format): Ditto.
13110         * gnus-spec.el (gnus-format-specs): Ditto.
13111         (gnus-update-format-specifications): Flush the group format spec
13112         cache if there's the grouplens stuff.
13113         (gnus-parse-simple-format): Replace %l with the empty string.
13115 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13117         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13118         omission.
13120 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13122         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13123         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13125 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13127         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13128         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13129         New macros and functions.
13130         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13131         Handle > NLINK_MAX messages.
13132         * nnmaildir.el (nnmaildir-request-set-mark): Use
13133         nnmaildir--emlink-p and nnmaildir--eexist-p.
13135 2004-01-25  Alex Schroeder  <alex@gnu.org>
13137         * spam-stat.el (spam-stat-process-directory-age): New option.
13138         (spam-stat-process-directory): Use it.
13140 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13142         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13143         (spam-stat-save): Accept prefix argument.
13145 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13147         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13148         links" error.
13150 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13152         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
13153         the rest of the and/or forms.
13155 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13157         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13158         compatibility with old .newsrc.eld files.
13160         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
13162         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13164         * gnus-start.el (gnus-1): do.
13166         * gnus-group.el (gnus-group-line-format-alist): do.
13168         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13170         * gnus-gl.el: Remove.
13172 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13174         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13175         marks consisting of a single range {for example, (3 . 5)} rather
13176         than a list of a single range { ((3 . 5)) }.
13178 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13180         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13181         with-current-buffer.
13182         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13183         avoid consing a string.
13185         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13186         Remove obsolete entries for big5 and gb2312.
13188 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13190         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13191         uncompressed list.
13193 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13195         * spam-stat.el (spam-stat-strip-xref): New function.
13196         (spam-stat-process-directory): Use it.
13198         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13199         here -- it's done in message-fetch-field.
13201 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13203         * gnus-agent.el (gnus-agent-queue-mail)
13204         (gnus-agent-prompt-send-queue): New variables.
13205         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13206         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13207         "nndraft:queue" along to gnus-draft-send.  Use
13208         gnus-agent-prompt-send-queue.
13209         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13210         is "nndraft:queue".  Suggested by Gaute Strokkenes
13211         <gs234@srcf.ucam.org>
13213         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13214         (agent-enable-undownloaded-faces): Added
13215         (gnus-agent-cat-groups): Use eval-and-compile, not
13216         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13217         method of gnus-agent-cat-groups even when the buffer has been
13218         evaled.
13219         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13220         delete gnus-agent-save-active-1.
13221         (gnus-agent-save-groups): Deleted.  Identical to
13222         gnus-agent-save-active.
13223         (gnus-agent-write-active): No longer adjust agent's copy of active
13224         file as agent's adjustments are now stored in their own
13225         file.  Removed optional parameter.
13226         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13227         servers.  Add use of min/max range limits from server's local
13228         file.
13229         (gnus-agent-save-alist): Removed unused optional argument.
13230         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13231         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13232         (gnus-agent-set-local): A per-server file that keeps min/max range
13233         limits for articles known to the agent.  Provides a fast mechanism
13234         for altering many active ranges.
13235         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13236         active file (local makes it unnecessary).
13237         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13239         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13240         (agent-enable-undownloaded-faces): Added
13242         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13243         disable it when sending to "nndraft:queue".
13244         (gnus-group-send-queue): Add safety check to avoid sending queue
13245         when unplugged.
13247         * gnus-group.el (gnus-group-catchup): Use new
13248         gnus-sequence-of-unread-articles, not
13249         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13250         numbers of articles.  Use gnus-range-map to avoid having to
13251         uncompress the unread list.
13252         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13253         Fixed invalid ange-ftp reference.
13255         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13256         (gnus-sorted-range-intersection): Intersection of two ranges
13257         without requiring that they first be uncompressed.
13259         * gnus-start.el (gnus-activate-group): Unless blocked by the
13260         caller, possibly expand the active range to include both cached
13261         and agentized articles.
13262         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13263         multiple version-dependent converters.
13264         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13265         gnus-agent-save-active.
13266         (gnus-save-newsrc-file): Save dirty agent range limits.
13268         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13269         gnus-agent-possibly-alter-active.
13270         (gnus-adjust-marked-articles): Faster handling of simple lists
13272 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13274         * spam-stat.el (spam-stat-test-directory): New optional argument
13275         displays a list of files detected.  Suggested by Andrew Cohen
13276         <cohen@andy.bu.edu>.
13277         (spam-stat-buffer-words-with-scores): Don't narrow and change
13278         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13280 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13282         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13283         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13284         (spam-spamassassin-arguments)
13285         (spam-spamassassin-spam-flag-header)
13286         (spam-spamassassin-positive-spam-flag-header)
13287         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13288         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13289         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13290         (spam-list-of-processors, spam-list-of-checks)
13291         (spam-list-of-statistical-checks, spam-registration-functions)
13292         (spam-check-spamassassin-headers, spam-check-spamassassin)
13293         (spam-spamassassin-score)
13294         (spam-spamassassin-register-with-sa-learn)
13295         (spam-spamassassin-register-spam-routine)
13296         (spam-spamassassin-register-ham-routine)
13297         (spam-assassin-register-spam-routine)
13298         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13299         (spam-bogofilter-score): Fix to show article before scoring.
13301 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13303         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13304         default scoring function.
13305         (spam-generic-score): Call spam-spamassassin-score if
13306         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13307         spam-bogofilter-score otherwise.
13309         * gnus.el (spam-process, spam-autodetect-methods): Add
13310         spamassassin and spamassassin-headers.
13312 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13314         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13315         Suppress unnecessary messages.
13317 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13319         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13320         make-hash-table.
13322 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13324         * canlock.el (base64-encode-string): Don't autoload it.
13326 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         * run-at-time.el: Remove useless (require 'itimer),
13329         eval-and-compile and (featurep 'xemacs).
13331 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13333         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13334         GROUP is a virtual group.
13336 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13338         * gnus.el: Autoload `message-y-or-n-p'.
13340 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13342         * pgg-parse.el: Remove unnecessary (require 'custom).
13344         * pgg-def.el: do.
13346         * nnmail.el: do.
13348         * gnus-undo.el: do.
13350         * gnus-picon.el: do.
13352         * gnus-util.el: do.
13354 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13356         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13358 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13360         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13361         handle, as well as a list.
13363         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13364         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13365         (mm-w3m-cid-retrieve): Simplify.
13367 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13369         * message.el (message-kill-to-signature): Allow prefix arg to
13370         specify number of lines to keep before signature.
13372 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13374         (message-kill-to-signature): Change docstring.
13376 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13378         * canlock.el: Always require sha1-el.
13379         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13381         * message.el: Autoload sha1 only when compiling.
13383         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13384         eudc-expand-inline for XEmacs.
13386 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13388         * message.el (message-canlock-generate): Require sha1-el.
13390 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13392         * message.el (message-expand-name): Silence the byte compiler.
13394         * lpath.el: Add detect-coding-system.
13396         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13397         cus-edit.
13399 2004-01-13  Simon Josefsson  <jas@extundo.com>
13401         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13402         Invoke gnus-score-mode.  Reported by
13403         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13405         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13406         Jim Blandy <jimb@redhat.com> (tiny change).
13408 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13410         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13412 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13414         * spam.el (spam-get-article-as-string): Update to use
13415         gnus-request-article-this-buffer, much simpler.
13416         (spam-get-article-as-buffer): Remove.
13418 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13420         * message.el (message-expand-name): Use EUDC if the user uses that.
13422 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13424         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13425         character for the encoding to avoid consing a string.
13427         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13428         unnecessarily.
13430         * mm-util.el (mm-replace-chars-in-string): Remove.
13432         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13433         of mm-replace-chars-in-string.
13435 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13437         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13439         * mm-util.el (mm-subst-char-in-string): Support inplace.
13441         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13442         a new string in every iteration.  Use shy groups.
13444 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13446         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13447         * gnus-soup.el (gnus-soup-group-brew):
13448         * gnus-msg.el (gnus-put-message):
13449         * gnus-move.el (gnus-group-move-group-to-server):
13450         * gnus-kill.el (gnus-batch-score):
13451         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13452         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13453         (gnus-group-update-group, gnus-group-read-group)
13454         (gnus-group-make-group, gnus-group-make-help-group)
13455         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13456         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13457         (gnus-group-sort-by-unread, gnus-group-catchup)
13458         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13459         (gnus-group-yank-group, gnus-group-set-info)
13460         (gnus-group-list-groups):
13461         * gnus.el (gnus-generate-new-group-name):
13462         * gnus-delay.el (gnus-delay-send-queue):
13463         * nnvirtual.el (nnvirtual-catchup-group):
13464         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13465         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13466         (gnus-group-prepare-topics, gnus-topic-check-topology):
13467         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13468         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13469         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13470         (gnus-group-make-articles-read):
13471         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13472         (gnus-group-change-level, gnus-kill-newsgroup)
13473         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13474         (gnus-get-unread-articles, gnus-make-articles-unread)
13475         (gnus-make-ascending-articles-unread): Use accessor
13476         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13477         to get group information for improved readability.
13480 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13482         * gnus-art.el (article-decode-mime-words, article-babel)
13483         (gnus-article-highlight-signature, gnus-article-add-buttons)
13484         (gnus-signature-toggle): Use gnus-with-article-buffer.
13486         * gnus-art.el (gnus-article-highlight-headers)
13487         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13489         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13490         (gnus-article-set-globals, gnus-request-article-this-buffer)
13491         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13492         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13493         (gnus-mime-display-alternative): Use with-current-buffer.
13495 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13497         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13498         also under 80 char limit, and call gnus-error if needed.
13499         (spam-fetch-article-header): Fix - it was a
13500         buffer-local variable (gnus-newsgroup-data).
13501         (spam-find-spam): Use spam-generate-fake-headers, forget about
13502         spam-insert-fake-headers.
13503         (spam-insert-fake-headers): Remove.
13505 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13507         * deuglify.el (gnus-article-outlook-unwrap-lines)
13508         (gnus-outlook-rearrange-article)
13509         (gnus-outlook-repair-attribution-outlook)
13510         (gnus-outlook-repair-attribution-block)
13511         (gnus-outlook-repair-attribution-other): Remove redundant
13512         save-excursion.
13514 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13516         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13517         (spam-fetch-field-subject-fast)
13518         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13519         (spam-fetch-article-header): Add functions to deal with Gnus
13520         internals for fast retrieval of article header data.
13521         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13523 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13525         * pop3.el (pop3-md5): Remove.
13526         (pop3-apop): Replace pop3-md5 with md5.
13528         * mm-bodies.el: base64 is always built-in.
13530         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13531         with-current-buffer.
13533 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13535         * canlock.el (canlock-insert-header): Remove excessive grouping in
13536         regexp.
13538         * gnus-sum.el (gnus-summary-read-document): Ditto.
13540         * gnus-uu.el (gnus-uu-part-number): Ditto.
13542         * html2text.el (html2text-remove-tags): Ditto.
13543         (html2text-format-tags): Ditto.
13544         (html2text-format-single-elements): Ditto.
13546         * mml.el (mml-parse-1): Ditto.
13548 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13550         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13552         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13554         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13556         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13558 2003-11-15  Simon Josefsson  <jas@extundo.com>
13560         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13561         (pgg-gpg-lookup-key): Use regexp match instead of
13562         split-string (split-string is different between emacs 21.2 and
13563         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13565 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13567         * gnus-art.el (gnus-mime-view-all-parts)
13568         (gnus-article-part-wrapper, gnus-article-view-part): Use
13569         with-current-buffer.
13571 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13573         * spam.el (spam-disable-spam-split-during-ham-respool)
13574         (spam-spamoracle-database, spam-cache-lookups)
13575         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13576         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13577         (spam-group-ham-marks, spam-group-spam-marks)
13578         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13579         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13580         also add spam-use-blackholes to the statistical checks.
13581         (spam-fetch-field-fast): Add interface to fetching fields, may
13582         become a macro.
13583         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13584         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13585         (spam-insert-fake-headers): Fake an article when needed.
13586         (spam-find-spam): Fake article when possible.
13587         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13588         (spam-check-bogofilter-headers): Use message-fetch-field instead
13589         of nnmail-fetch-field.
13591 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13593         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13595 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13597         * spam.el (spam-split): Do not require spam-use-CHECK to be
13598         enabled if that check is passed to spam-split explicitly; also
13599         fix so 'spam doesn't get converted to spam-split-group when
13600         spam-split-symbolic-return is t.
13601         (spam-find-spam): Find registrations of the article and use those
13602         instead of re-running spam-split to find the spam/ham
13603         classification of the article.
13604         (spam-log-processing-to-registry, spam-log-registered-p)
13605         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13606         Use gnus-error instead of gnus-message.
13607         (spam-log-registration-type): Add function to determine the
13608         classification of a message based on registry entries; will
13609         return nil if both 'spam and 'ham are found.
13610         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13611         a reasonably fast local cache without the loading errors.
13612         (spam-cache-lookups): Set to t by default.
13613         (spam-find-spam): Don't try to guess spam-cache-lookups.
13614         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13615         spam-caches entry.
13616         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13617         caching of whitelist/blacklist entries.
13618         (spam-check-whitelist, spam-check-blacklist): Invoke
13619         spam-from-listed-p with a type, not a cache variable.
13620         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13622 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13624         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13626         * nnmail.el (nnmail-split-fancy): do.
13628         * mml.el (mml-parse): do.
13630         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13631         (gnus-score-adaptive): do.
13633 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13635         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13636         (gnus-mime-button-map): Don't set keymap parent.
13637         (gnus-button-ctan-directory-regexp): Use shy grouping.
13638         (gnus-prev-page-map): Don't set keymap parent.
13639         (gnus-prev-page-map): Remove duplicated one.
13640         (gnus-next-page-map): Don't set keymap parent.
13641         (gnus-mime-security-button-map): Ditto.
13643         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13644         version number.
13646         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13648 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * canlock.el (canlock-sha1-function): Remove.
13651         (canlock-sha1-function-for-verify): Remove.
13652         (canlock-openssl-program): Remove.
13653         (canlock-openssl-args): Remove.
13654         (canlock-ignore-errors): Remove.
13655         (canlock-sha1-with-openssl): Remove.
13656         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13657         (canlock-verify): Don't use canlock-ignore-errors.
13659         * sha1-el.el (sha1-string-external): Make it can return a string
13660         in binary form.
13661         (sha1-region-external): Ditto.
13662         (sha1-string-internal): Ditto.
13663         (sha1-region-internal): Ditto.
13664         (sha1-region): Ditto.
13665         (sha1-string): Ditto.
13666         (sha1): Ditto.
13668 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670         * spam.el (spam-report-articles-gmane): New command.
13672 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13674         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13676         * run-at-time.el (run-at-time-saved): Remove.
13677         (run-at-time): Doc fix.
13679 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13681         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13682         (gnus-summary-limit-map): Add it.
13683         (gnus-summary-make-menu-bar): do.
13685 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13687         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13688         Make attempt at some caching support (done for BBDB only now).
13689         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13690         addresses to be checked.
13691         (spam-clear-cache-BBDB): Add function, to be invoked by
13692         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13693         (spam-check-BBDB): Check and use the caches, if
13694         spam-cache-lookups is on, remove superfluous (provide).
13696 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13698         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13700 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13702         * run-at-time.el (run-at-time-saved): Move to after the definition
13703         of `run-at-time'.
13705         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13707 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13709         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13710         mm-w3m-local-map-property.
13712         * mm-view.el (mm-w3m-mode-map): Remove.
13713         (mm-w3m-local-map-property): Remove.
13714         (mm-inline-text-html-render-with-w3m): Don't use
13715         mm-w3m-local-map-property.
13717 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13719         * run-at-time.el: New file.
13721         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13722         under Emacs.
13724         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13725         of gnus-set-text-properties.
13727         * gnus-uu.el (gnus-uu-save-article): Ditto.
13729         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13731         * gnus-cite.el (gnus-cite-parse): Ditto.
13733         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13734         of gnus-.
13736         * gnus-xmas.el (run-at-time): Require run-at-time.
13738         * gnus.el: Changed calls to nnheader-run-at-time and
13739         password-run-at-time throughout to use run-at-time directly.
13741         * password.el: Removed definition of run-at-time.
13743         * nnheaderxm.el: Remove definition of run-at-time.
13745 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13747         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13748         in prompt.
13750 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13752         * messagexmas.el (message-xmas-redefine): Alias
13753         `message-make-caesar-translation-table' to
13754         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13755         version.
13757         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13758         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13759         `gnus-xmas-set-text-properties'.
13760         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13761         `gnus-xmas-completing-read'.
13762         (gnus-xmas-completing-read): Removed.
13763         (gnus-xmas-open-network-stream): Removed.
13765         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13766         XEmacs version.
13768         * dns.el (dns-make-network-process): Use `open-network-stream'
13769         instead of `gnus-xmas-open-network-stream'.
13771         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13773         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13775 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13777         * gnus-art.el (gnus-mime-display-alternative)
13778         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13779         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13780         Don't use gnus-local-map-property.
13782         * gnus-util.el (gnus-local-map-property): Remove.
13784         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13785         gnus-completing-read-maybe-default with completing-read.
13787         * gnus-util.el (gnus-completing-read): do.
13788         (gnus-completing-read-maybe-default): Remove.
13790 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13792         * password.el: Only autoload `run-at-time' if not XEmacs.
13793         Only autoload the itimer functions if XEmacs.
13795 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13797         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13798         XEmacsen.
13800         * dgnushack.el: Autoload executable-find for XEmacs.
13802 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13804         * gnus-art.el (gnus-read-string): Remove.
13805         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13806         read-string.
13808 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13810         * netrc.el: Autoload password-read.
13811         (netrc): Add configuration group.
13812         (netrc-encoding-method, netrc-openssl-path): Add
13813         variables for encoding and decoding of files with symmetric
13814         ciphers.
13815         (netrc-encode): Add assistant function to encode a file with
13816         netrc-encoding-method.
13817         (netrc-parse): Add interactive parameter, added optional
13818         decoding if netrc-encoding-method is non-nil but otherwise
13819         behavior is standard.
13820         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13821         Do s/encode/encrypt/ everywhere.
13823         * spam.el: Remove executable-find autoload.
13825 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13827         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13829         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13831 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13833         * gnus-art.el (gnus-treat-ansi-sequences,
13834         (article-treat-ansi-sequences): New variable and function.
13835         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13837         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13838         Use it.
13840 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13842         * mm-util.el (mm-quote-arg): Remove.
13844         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13845         shell-quote-argument.
13847         * gnus-uu.el (gnus-uu-command): do.
13849         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13851         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13852         with make-char.
13854         * mm-util.el (mm-make-char): Remove.
13856         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13857         add-minor-mode.
13859         * gnus-undo.el (gnus-undo-mode): do.
13861         * gnus-topic.el (gnus-topic-mode): do.
13863         * gnus-sum.el (gnus-dead-summary-mode): do.
13865         * gnus-start.el (gnus-slave-mode): do.
13867         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13869         * gnus-ml.el (gnus-mailing-list-mode): do.
13871         * gnus-gl.el (gnus-grouplens-mode): do.
13873         * gnus-draft.el (gnus-draft-mode): do.
13875         * gnus-dired.el (gnus-dired-mode): do.
13877         * gnus-ems.el (gnus-add-minor-mode): Remove.
13879         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13880         Replace gnus-char-width with char-width.
13882         * gnus-ems.el (gnus-char-width): Remove.
13884         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13885         Replace gnus-char-width with char-width.
13887         * gnus-ems.el (gnus-char-width): Remove.
13889         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13890         definition.
13891         Remove Emacs 20 hash table compatibility code.
13893         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13894         20 compatibility code.
13896         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13898         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13900         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13901         with point-at-{eol,bol}.
13903         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13905         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13907         * flow-fill.el (fill-flowed-point-at-bol)
13908         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13910         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13911         Replace with point-at-{eol,bol} throughout all files.
13913 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13915         * ntlm.el (ntlm-string-as-unibyte): New macro.
13916         (ntlm-build-auth-response): Use it.
13918         Remove Emacs 20 stuff:
13919         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13920         (butlast, mapc, remove): Remove the compiler macros.
13921         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13922         of delq and copy-sequence.
13923         * gnus-art.el (popup-menu): Remove the compiler macro.
13924         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13925         Emacs 20.
13927 2004-01-05  Simon Josefsson  <jas@extundo.com>
13929         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13930         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13931         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13932         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13933         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13934         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13935         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13936         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13937         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13938         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13939         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13940         string-xor into ntlm-string-xor.  Suggested by
13941         Jesper Harder <harder@myrealbox.com>.
13943         * ntlm.el: Don't include poem.
13945         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13946         Jesper Harder <harder@myrealbox.com>.
13948         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13950         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13951         probably breaks emacs with DL patch, but do we care? Is anyone
13952         still using the DL stuff?)
13954         * sieve-manage.el: Use the password package.
13955         (sieve-manage-read-passwd): Remove.
13956         (sieve-manage-interactive-login): Use password.  Re-add
13957         condition-case around loop.
13959         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13960         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13961         the password package.
13963 2003-02-19  Simon Josefsson  <jas@extundo.com>
13965         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13966         token.
13968 2002-08-07  Simon Josefsson  <jas@extundo.com>
13970         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13971         (sieve-manage-authenticators):
13972         (sieve-manage-authenticator-alist): Add some SASL mechs.
13973         (sieve-sasl-auth): New function.
13974         (sieve-manage-cram-md5-auth):
13975         (sieve-manage-plain-auth): Rewrite using SASL library.
13976         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13977         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13978         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13979         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13981 2004-01-05  Simon Josefsson  <jas@extundo.com>
13983         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13984         New files.
13986 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988         * gnus-group.el (gnus-no-groups-message): Update.
13990         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13992 2003-11-09  Simon Josefsson  <jas@extundo.com>
13994         * imap.el: Support for ID IMAP extension (RFC 2971).
13995         (imap-local-variables): Add imap-id.
13996         (imap-id): New variable.
13997         (imap-id): New function.
13998         (imap-parse-response): Parse untagged ID response.
13999         * nnimap.el (nnimap-id): New variable.
14000         (nnimap-open-connection): Use it.
14002 2003-12-28  Simon Josefsson  <jas@extundo.com>
14004         * gnus-score.el (gnus-score-edit-all-score): New.
14005         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14007 2004-01-04  Simon Josefsson  <jas@extundo.com>
14009         * password.el: Add.
14011 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14013         * dns.el (dns-query-types): Fix typo.
14014         (dns-query-types): New function
14015         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14016         PTR and SOA replies, see RFC 1035.
14018 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14022         * Moved to Changelog.2.
14024 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14026         * gnus.el (gnus-version-number): Bump version.
14028 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14030         * gnus.el: No Gnus v0.1 is released.
14032 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14034         * gnus.el: No Gnus v0.0 is released.
14036 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14038         * gnus.el (gnus-version-number): Bump.
14039         (gnus-version): No.
14041 See ChangeLog.2 for earlier changes.
14043     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14045   This file is part of GNU Emacs.
14047   GNU Emacs is free software: you can redistribute it and/or modify
14048   it under the terms of the GNU General Public License as published by
14049   the Free Software Foundation, either version 3 of the License, or
14050   (at your option) any later version.
14052   GNU Emacs is distributed in the hope that it will be useful,
14053   but WITHOUT ANY WARRANTY; without even the implied warranty of
14054   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14055   GNU General Public License for more details.
14057   You should have received a copy of the GNU General Public License
14058   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14060 ;; Local Variables:
14061 ;; coding: utf-8
14062 ;; fill-column: 79
14063 ;; add-log-time-zone-rule: t
14064 ;; End:
14066 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4