(gnus-before-startup-hook): Fix doc string. Reported
[gnus.git] / lisp / ChangeLog
blob0e26d604597e28667c2e4881316b5577bfb3b1a2
1 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4         by Stephen Berman <stephen.berman@gmx.net>.
6 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8         * mm-util.el (mm-substring-no-properties): New function.
9         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11         (mm-string-to-multibyte): Doc fix.
13         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17         * mml.el (mml-attach-file): Strip text properties from file name.
18         (Bug#1574)
20 2008-12-16  Glenn Morris  <rgm@gnu.org>
22         * mm-util.el (mm-charset-override-alist): Declare for compiler.
24 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
27         knows since the charset specified might be a bogus alias that
28         mm-charset-synonym-alist provides.
30 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
32         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
33         "ISO_8859-1".
35         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
37 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
39         * mm-util.el (mm-charset-eval-alist):
40         Define it before mm-charset-to-coding-system.
41         (mm-charset-to-coding-system): Add optional argument `silent';
42         define it before mm-charset-override-alist.
43         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
44         default value if it can be used in Emacs currently running;
45         silence mm-charset-to-coding-system.
47 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
49         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
50         `allow-override' which says whether to use `mm-charset-override-alist'.
51         (rfc2047-decode-encoded-words): Use it.
53         * mm-util.el (mm-charset-override-alist): Fix custom type;
54         add `(gb2312 . gbk)' to choices.
56 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
58         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
59         fast.
61         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
63         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
65 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
67         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
68         on links.
70         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
72 2008-12-03  Lute Kamstra  <lute@gnu.org>
74         * sha1.el: Remove leading * from docstrings of defcustoms,
75         deffaces, defconsts and defuns.
77 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
79         * message.el (message-idna-to-ascii-rhs-1): Protect against local
80         users' addresses that don't have domain parts.
81         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
82         rather than message-narrow-to-head since there will be the message
83         header separator.
85 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
88         since the result is inserted in a unibyte buffer anyway.
89         (nnimap-demule-use-string-to-multibyte): Remove.
90         (nnimap-demule): Alias it to mm-string-to-multibyte.
92 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
94         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
95         variable for debugging bug#464 and bug#1174.
96         (nnimap-demule): Use it.
98 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
100         * gnus-score.el (gnus-score-find-trace): Handle default score in total
101         score calculation correctly.
103 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * message.el (message-send-mail): Just set the buffer to unibyte
106         rather than use mm-with-unibyte-current-buffer which does a lot more.
107         (message-send-mail-partially): Don't bother with
108         mm-with-unibyte-current-buffer since it's already been made unibyte by
109         message-send-mail.
111 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
113         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
115 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
117         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
119 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
121         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
122         require itself and to remove `with-no-warnings'.
124 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
126         * starttls.el (starttls-any-program-available): Get the name of the
127         available TLS layer program.
128         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
129         well as the host name in the "opening" message.
131         * auth-source.el (auth-source-cache, auth-source-do-cache)
132         (auth-source-user-or-password): Cache passwords and logins by default,
133         allow override with `auth-source-do-cache'.
134         (auth-source-forget-user-or-password): Allow users to remove cache
135         entries if needed.
137 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
139         * md4.el (md4-buffer): Fix typo in docstring.
140         (md4, md4-64): Doc fixes.
141         (md4-pack-int32): Reflow docstring.
143 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
145         * ietf-drums.el (ietf-drums-remove-comments): Localize second
146         condition-case to only the forward-sexp call.
148 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
150         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
151         quotes contained.  Make it more robust regardless by an extra
152         condition-case wrapper.
154 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
156         * lpath.el: No need to fbind codepage-setup for Emacs 23.
158 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
160         * nnml.el (nnml-request-expire-articles): Check if the function set to
161         `nnmail-expiry-target' returns the symbol `delete'.
163         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
165         * nnmail.el (nnmail-expiry-target): Fix custom type.
167 2008-10-02  Glenn Morris  <rgm@gnu.org>
169         * mm-util.el (mm-codepage-setup): Tweak codepage error.
170         Silence compiler warning.
172 2008-10-01  Magnus Henoch  <mange@freemail.hu>
174         * tls.el (open-tls-stream): Show the actual command being
175         executed, instead of the format string.
177 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
179         * lpath.el: Fbind codepage-setup for Emacs 23.
181 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
183         * mml.el (mml-menu): Don't assume mml2015 is bound.
185 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
187         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
188         exists.
190 2008-09-27  Glenn Morris  <rgm@gnu.org>
192         * gnus-util.el (mail-header-remove-comments): Autoload it.
194 2008-09-27  Andreas Schwab  <schwab@suse.de>
196         * gnus-util.el (gnus-split-references): Strip comments.
197         (gnus-parent-id): Likewise.
199 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
201         * message.el (message-confirm-send): Fix version.
203 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
205         * message.el (message-idna-to-ascii-rhs-1): Use
206         mail-extract-address-components rather than mail-header-parse-addresses
207         that is an alias by default to ietf-drums-parse-addresses that does not
208         support non-ASCII names in headers' contents.
210 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
212         * message.el (message-confirm-send): Fixed variable documentation to
213         avoid the "y/n" wording.
215 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
217         * message.el (message-set-auto-save-file-name): Save to a different
218         filename so multiple messages (especially drafts) can be recovered.
220 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
222         * message.el (message-confirm-send): Add appropriate version.
224 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
226         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
227         defvar.
229 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
231         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
232         (mm-pkcs7-enveloped-magic): Ditto.
234 2008-09-17  Simon Josefsson  <simon@josefsson.org>
236         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
237         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
239 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
241         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
242         default, it's better.
244 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
246         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
247         summary line gnus-number property and ignore them (with a warning
248         message).
250 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
252         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
253         macro caddr in the interactive form since it won't be expanded.
255 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
257         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
258         `charset'; fix name of function called recursively.
259         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
261 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
263         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
264         (gnus-mime-set-charset-parameters): New function.
265         (gnus-mime-view-part-as-charset): Use it to correctly display part
266         specifying wrong charset.
268 2008-09-08  David Engster  <dengste@eml.cc>
270         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
271         in completing-read for back end server.
273 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
275         * message.el (message-confirm-send): New variable to confirm sending a
276         message.
277         (message-send): Use it.
279 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
281         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
283 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
285         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
287 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
289         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
290         prevent tracking too many groups.
291         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
292         Use it.
294 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
296         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
297         moving point to the bottom of the window in order to avoid recentering.
299 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
301         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
303         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
304         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
305         (gnus-article-beginning-of-window): Fix calculation.
307 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
309         * gnus-msg.el (gnus-summary-supersede-article)
310         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
311         value of gnus-newsgroup-charset to decode non-MIME encoded text in
312         message header.
314 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
316         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
317         pending output coming after the status change.
319 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
321         * message.el:
322         * gnus-start.el:
323         * gnus-registry.el: Remove VMS support.
325 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
328         macro.
329         (rfc2104-hash): Use it.
331 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
333         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
334         (gnus-summary-sort-by-most-recent-date): New commands.
335         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
336         and menu entries.
338 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
340         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
341         don't redisplay article for raw contents; remove plural articles stuff.
343         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
344         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
345         on gnus-summary-save-article; display results properly.
347 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
349         * lpath.el: No need to fbind ns-focus-frame.
351 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
353         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
355 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
357         * gnus-art.el (gnus-summary-save-in-pipe): Consider
358         gnus-save-all-headers.
360 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
362         * gnus-util.el (ns-focus-frame): Remove declaration.
363         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
364         like x.
366 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
368         * rfc2104.el (rfc2104-zero): Delete defconst.
369         (rfc2104-hex-alist): Likewise.
370         (rfc2104-hex-to-int): Delete func.
371         (rfc2104-hexstring-to-bitstring): Likewise.
372         (rfc2104-nybbles): New defconst.
373         (rfc2104-hash): Rewrite for speed.
375 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
377         * tls.el (open-tls-stream): Make it work with the 2nd argument
378         BUFFER that is a string but does not exist as a buffer object, as
379         mentioned in the doc-string.
381 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
383         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
384         SXEmacs.
386 2008-07-16  Glenn Morris  <rgm@gnu.org>
388         * gnus-util.el (ns-focus-frame): Declare for compiler.
390 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
392         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
393         set as a group parameter.
394         (gnus-summary-save-in-pipe): Work when it is called independently.
395         (gnus-summary-pipe-to-muttprint): Don't modify
396         gnus-summary-pipe-output-default-command.
398 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * message.el (message-send-mail-with-sendmail):
401         Display the error message.
403 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
405         * gnus-art.el (gnus-default-article-saver):
406         Add gnus-summary-save-in-pipe to choices.
407         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
408         gnus-summary-pipe-output-default-command as the default command.
409         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
410         instead of gnus-last-shell-command.
412         * gnus-sum.el (gnus-summary-pipe-output-default-command):
413         New user option.
414         (gnus-summary-muttprint-program): Mention the value will be changed.
415         (gnus-summary-save-article): Force showing of all headers.
416         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
418 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
420         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
422 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
424         * nnimap.el (nnimap-id):
425         * sieve-manage.el (sieve-manage-open): Doc fixes.
427 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
429         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
430         if available.
432 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
436         * nnkiboze.el (nnkiboze-generate-group):
437         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
439         * nnmairix.el: Require CL.
441 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
443         * dgnushack.el: Autoload get-display-table and put-display-table for
444         XEmacs 21.5.
446         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
447         21.4 and SXEmacs.
449 2008-06-15  David Engster  <dengste@eml.cc>
451         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
453 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
455         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
456         New macros that expand to an `aset'/`aref' call under Emacs, and to a
457         runtime choice under XEmacs.
459         * gnus-sum.el (gnus-summary-set-display-table):
460         Use `gnus-put-display-table', `gnus-get-display-table',
461         `gnus-set-display-table' for the display table, instead of `aset'.
463         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
464         Use `gnus-put-display-table', `gnus-get-display-table',
465         `gnus-set-display-table' for the display table.
467 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
469         * nnmairix.el: Add autoloads.
471 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
473         * nnmairix.el (nnmairix-delete-recreate-group)
474         (nnmairix-update-and-clear-marks): Fix error messages.
476 2008-06-14  David Engster  <dengste@eml.cc>
478         * nnmairix.el: Upgrade to version 0.6.
479         (nnmairix-group-toggle-propmarks-this-group)
480         (nnmairix-group-toggle-readmarks-this-group)
481         (nnmairix-group-delete-recreate-this-group)
482         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
483         (nnmairix-remove-tick-mark-original-article): New commands.
484         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
485         (nnmairix-propagate-marks-to-nnmairix-groups)
486         (nnmairix-only-use-registry, nnmairix-allowfast-default)
487         (nnmairix-marks-cache, nnmairix-version-output): New variables.
488         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
489         functions needed for marks propagation and manipulation of read marks.
490         (nnmairix-update-groups): New function.
491         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
492         (nnmairix-determine-original-group-from-registry)
493         (nnmairix-determine-original-group-from-path)
494         (nnmairix-get-group-from-file-path, nnmairix-map-range)
495         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
496         New helper functions.
497         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
498         keystrokes for new commands.
499         (nnmairix-delete-and-create-on-change): Doc string cleanup.
500         (nnmairix-request-group): Check allow-fast group parameter.
501         (nnmairix-request-create-group): Set allow-fast group parameter if
502         nnmairix-allowfast-default is set.
503         (nnmairix-close-group): Propagate marks upon closing if needed.
504         (nnmairix-group-toggle-threads-this-group): Use new.
505         nnmairix-group-toggle-parameter helper function.
506         (nnmairix-search): Better check for empty search result.
507         (nnmairix-goto-original-article): Use new helper functions for
508         determining original article.
509         (nnmairix-show-original-article): Make sure message-id is in brackets.
510         (nnmairix-call-mairix-binary): Change variable name.
511         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
512         helper function.
513         (nnmairix-widget-toggle-activate): Fix doc string.
515 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
517         * nnir.el: Require edmacro when compiling with XEmacs.
518         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
519         available in Emacs 21.
521 2008-06-11  Glenn Morris  <rgm@gnu.org>
523         * gnus-util.el (x-focus-frame):
524         * gnus.el (image-size):
525         * mm-decode.el (image-size): Declare.
527         * gnus-picon.el (declare-function): Add compat definition.
528         (image-size): Declare.
530         * gnus-group.el (tool-bar-map):
531         * gnus-sum.el (tool-bar-map): Define for compiler.
533         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
535         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
537         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
538         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
539         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
540         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
541         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
542         * sieve-manage.el, spam-report.el, spam.el:
543         Remove unnecessary eval-and-compile of autoloads.
545 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
547         * auth-source.el: Precise Tramp doc.
549 2008-06-07  Glenn Morris  <rgm@gnu.org>
551         * nnmairix.el: Remove unnecessary eval-when-compile.
553 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * lpath.el: Fbind propertize for XEmacs 21.4.
557 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
559         * nnir.el: Move here from ../contrib.
561 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
563         * gnus-util.el (gnus-read-shell-command): New function.
564         * mm-decode.el (mm-pipe-part):
565         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
567 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
569         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
571 2008-06-03  Glenn Morris  <rgm@gnu.org>
573        * pop3.el (nnheader-accept-process-output): Autoload it.
575 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
578         are not 2-digit hexadecimal characters that follow `%'s.
580 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
582         * message.el (message-bogus-recipient-p): Fix type in doc string.
583         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
584         (message-bogus-addresses): Rename from message-bogus-address-regexp.
585         Improve custom options.
586         (message-bogus-recipient-p): Adjust accordingly.
588 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
590         * parse-time.el (parse-time-months, parse-time-weekdays): Add
591         long-form month and day names.
593 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * dgnushack.el: Autoload debug, eudc-expand-inline and
596         pgg-snarf-keys-region for XEmacs.
598         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
600         * nnmairix.el: Require edmacro when compiling with XEmacs.
602 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
604         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
605         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
607 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
609         * auth-source.el: Add more docs.
611         * netrc.el (netrc-machine): Always match if the port is not given.
613 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615         * nnheader.el (nnheader-read-timeout): Change the default timeout from
616         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
617         retrieval faster in some cases, but might make CPU usage larger.  If
618         this has any bad side effects, we might revert this change.
620         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
621         seems to make mail retrieval much, much faster.
622         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
623         unconditionally.
625         * gnus-draft.el (gnus-group-send-queue): Bind
626         message-send-mail-partially-limit to nil to avoid being prompted.
628 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
630         * mml.el (mml-attach-buffer): Prompt for `disposition'.
632         * message.el (message-bogus-address-regexp): Fix and improve custom
633         type.
634         (message-setup-hook): Add message-check-recipients as custom option.
636 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
638         * message.el (message-cite-function): Remove bogus autoload which crept
639         in during merge from v5-10.
641 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
643         * nnimap.el (nnimap-open-connection): Fix login/password bug.
645         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
647         * auth-source.el: Preliminary Tramp docs.
648         (auth-sources): Change the default auth-sources to use
649         EPA .gpg files.
651 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
653         * nntp.el: Autoload `auth-source-user-or-password'.
654         (nntp-send-authinfo): Use it.
656         * nnimap.el: Autoload `auth-source-user-or-password'.
657         (nnimap-open-connection): Use it.
659         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
660         for the gnus-message function.
661         (auth-source-user-or-password): Use it.
663 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
666         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
667         (rfc2104-hash): Use it.
669 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
671         * gnus-art.el (gnus-article-toggle-truncate-lines):
672         Don't use `iff' in docstring.
674 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
676         * gnus-registry.el: Adjusted copyright dates and added a keyword.
678         * gnus-util.el (gnus-extract-address-component-name)
679         (gnus-extract-address-component-email): Convenience functions around
680         `gnus-extract-address-components'.
682         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
683         Use `gnus-extract-address-component-email' to fix bug of comparing full
684         sender name to `user-mail-address'.
686 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
688         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
689         catch/throw to optimize.
690         (gnus-registry-find-keywords): Just use member to find a keyword.
692 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
695         is current before calling gnus-server-prepare.
696         (gnus-server-setup-buffer, gnus-server-update-server)
697         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
699 2008-05-04  Juri Linkov  <juri@jurta.org>
701         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
702         (mailcap-file-default-commands): Use mailcap-replace-in-string
703         instead of replace-regexp-in-string, and mailcap-delete-duplicates
704         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
706 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
708         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
710 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
712         * gnus.el: Bump version to 0.11
714 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
716         * gnus.el: No Gnus v0.10 is released.
718 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
721         hooks.
722         (gnus-update-read-articles): Speed up non-marks-using users.
723         (gnus-use-marks): Define gnus-use-marks.
724         (gnus-propagate-marks): Rename variable to something more sensible.
726 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
728         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
729         (gmm-image-load-path-for-library): Fix typos in docstrings.
730         (gmm-message): Reflow docstring.
732 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
734         * mail-source.el (mail-source-set-1, mail-source-bind):
735         Move auth-source code out of the macro to clean it up and fix bugs.
737 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
739         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
740         by sender if it's equal to user-mail-address, it's likely to be
741         useless.
743         * mail-source.el (mail-source-bind): Don't use user or password if they
744         are not bound.  Unintern them if they are nil.  Don't use server unless
745         it's bound, and default it to empty string otherwise.
747 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
749         * mail-source.el: Load auth-source.el.
750         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
751         get user name or password, if auth-sources is set up.
753         * gnus-registry.el (gnus-registry-split-strategy): New variable for
754         strategy of splitting with parent.
755         (gnus-registry-split-fancy-with-parent)
756         (gnus-registry-post-process-groups): Use it and fix prior
757         bug (returning a list as the split result).
759         * auth-source.el (auth-sources): Remove server parameter.
760         (auth-source-pick, auth-source-user-or-password)
761         (auth-source-user-or-password-imap)
762         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
763         (auth-source-user-or-password-sftp)
764         (auth-source-user-or-password-smtp): Remove server parameter.
766 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
768         * smime.el (smime-sign-region, smime-encrypt-region)
769         (smime-decrypt-region):
770         Remove redundant calls to `generate-new-buffer-name'.
772 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
774         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
775         Don't use QP for message/rfc822.
776         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
778 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * sieve-manage.el (sieve-string-bytes): Remove.
781         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
782         correct byte-length only if the process's coding-system is the same as
783         the one used internally by Emacs to represent strings.
785 2008-04-22  Juri Linkov  <juri@jurta.org>
787         * mailcap.el (mailcap-file-default-commands): New function.
789 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
791         * message.el (message-signature-separator, message-cite-function):
792         Change custom version.
794 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
796         * tls.el (tls-program): Add -ign_eof argument to call the openssl
797         commands.
798         (tls-checktrust): Ditto.
800 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
802         * mm-decode.el (mm-display-external): Make temp file read-only.
804 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
806         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
807         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
808         `C-c C-f d'.
810 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
812         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
814 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
816         * gnus.el: Bump version to 0.9.
818 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
820         * gnus.el: No Gnus v0.8 is released.
822 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * mail-source.el (mail-source-value):
825         Prefer fboundp to functionp so it works with macros as well.
827 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
830         Fix last change in case the element is not even a symbol.
832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
835         Prefer fboundp to functionp so it works with macros as well.
837 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
839         * auth-source.el: Added docs.
840         (auth-sources): Modify format to support server.
841         (auth-source-pick, auth-source-user-or-password)
842         (auth-source-user-or-password-imap)
843         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
844         (auth-source-user-or-password-sftp)
845         (auth-source-user-or-password-smtp): Add server parameter.
847 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
849         * gnus-registry.el: Initialize the registry when gnus-registry-install
850         is t.
852 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
854         * compface.el (uncompface): Make buffer unibyte.
856 2008-04-05  Glenn Morris  <rgm@gnu.org>
858         * gnus-ems.el (mm-disable-multibyte): Autoload it.
860 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
863         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
865         * nnheader.el (nnheader-init-server-buffer): Change buffer's
866         multibyteness after rather than before erasing it.
868         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
869         mm-with-multibyte.
870         (gnus-request-article-this-buffer): Make sure the proper decoding is
871         used if gnus-original-article-buffer happens to be unibyte.
873         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
874         default-enable-multibyte-characters.
876         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
877         default-enable-multibyte-characters.
879         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
881         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
883 2008-04-02  Simon Josefsson  <simon@josefsson.org>
885         * imap.el (imap-enable-exchange-bug-workaround): New variable.
886         (imap-message-copyuid-1): Use it.
887         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
888         J. Williams in
889         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
891         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
892         imap-enable-exchange-bug-workaround.
893         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
895 2008-04-01  Simon Josefsson  <simon@josefsson.org>
897         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
898         a 100 byte status-checks into a 2-3MB transfer for each group.
899         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
900         to enable bug workaround or not.
901         (nnimap-find-minmax-uid): Only enable workaround conditionally.
903 2008-03-31  Glenn Morris  <rgm@gnu.org>
905         * message.el (mml2015-use): Declare for compiler.
906         (message-info): Require mml2015 when appropriate.
908 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
910         * Makefile.in (EMACS_COMP): Quote directory name that might contain
911         whitespace.
913 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
916         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
917         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
918         (nntp-service-to-port): New function.
919         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
920         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
921         (nntp-open-netcat-stream): New function.
922         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
924 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
926         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
928 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
932 2008-03-28  Magnus Henoch  <mange@freemail.hu>
934         * dns.el (dns-write): Use set-buffer-multibyte.
936 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
938         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
940 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
942         * message.el (message-signature-separator): Change default.
943         Improve custom type.
944         (message-cite-function): Change default to
945         message-cite-original-without-signature.
947         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
948         toggle.
950         * message.el (message-check-news-body-syntax): Fix signature check.
951         (message-setup-1): Mark buffer as unmodified _after_ running
952         message-setup-hook and handling message-alternative-emails.
953         (message-shorten-references): Be more strict when building list of
954         valid references to comply with GNKSA.
956         * gnus-group.el (gnus-read-ephemeral-bug-group)
957         (gnus-read-ephemeral-debian-bug-group)
958         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
960         * message.el (message-info): Don't use booleanp which isn't supported
961         in Emacs 21 and XEmacs.
963 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
965         * gnus-group.el (gnus-gmane-group-download-format): Rename from
966         gnus-group-gmane-group-download-format.
967         (gnus-group-read-ephemeral-gmane-group): Rename from
968         gnus-group-read-ephemeral-gmane-group.
969         (gnus-read-ephemeral-gmane-group-url): Rename from
970         gnus-group-read-ephemeral-gmane-group-url.
971         (gnus-bug-group-download-format-alist): New variable.
972         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
973         (gnus-read-ephemeral-emacs-bug-group): New commands.
975 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
977         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
978         (gnus-visible-headers): Improve custom type.
980 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
982         * mml.el (mml-menu): Add workarounds for XEmacs.
984         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
985         X-Boundary header.
987         * message.el (message-simplify-recipients): Fix previous commit.
989 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * mm-util.el (mm-set-buffer-multibyte): New function.
992         * mm-decode.el (mm-copy-to-buffer): Use it.
994 2008-03-19  Glenn Morris  <rgm@gnu.org>
996         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
997         Accidentally removed in the sync process with Emacs.
999 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1001         * message.el (message-alter-recipients-discard-bogus-full-name):
1002         New function.
1003         (message-alter-recipients-function): New variable.
1004         (message-get-reply-headers): Use it.
1005         (message-replace-header): New helper function.
1006         (message-recipients-without-full-name): New variable.
1007         (message-simplify-recipients): New command.
1009         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1011         * message.el (message-info): Handle EasyPG manual.
1013         * mml.el (mml-menu): Add entry for EasyPG.
1015 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1017         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1018         parameter.
1020         * message.el (message-disassociate-draft): Specify drafts group name
1021         fully.
1023 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1025         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1026         unnecessary duplicates from the match list.
1028 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1030         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1032         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1034         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1035         args of `how-many' of which the XEmacs version doesn't take; declare
1036         Info-index-next as function.
1038 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1040         * gnus-score.el (gnus-score-headers): Fix handling of
1041         gnus-inhibit-slow-scoring.
1043         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1044         string.
1045         (gnus-button-url-regexp): Improve handling of parenthesis.
1046         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1047         (gnus-button-handle-info-keystrokes): Handle index entries.
1049 2008-03-15  Glenn Morris  <rgm@gnu.org>
1051         * parse-time.el (parse-time-string): Simplify.
1053 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1055         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1056         Incoming* files.
1058 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1060         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1061         (auth-source-pick): Use it.
1063 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * binhex.el (binhex-decode-region-internal):
1066         * uudecode.el (uudecode-decode-region-internal):
1067         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1068         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1069         setting default-enable-multibyte-characters.
1071 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1073         * auth-source.el (auth-source-protocols)
1074         (auth-source-protocols-customize, auth-source-choices): Added and
1075         modified variable customizations and defaults.
1076         (auth-source-pick, auth-source-user-or-password)
1077         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1078         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1079         (auth-source-user-or-password-sftp)
1080         (auth-source-user-or-password-smtp): Use new variables and provide an
1081         interface to netrc.el.
1083 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1085         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1086         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1087         Make sure the nntp port to specify is a string.
1089 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         * nntp.el: Use with-current-buffer.
1092         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1093         dubious mm-with-unibyte-current-buffer.
1094         (nntp-with-open-group-function): New function extracted from
1095         nntp-with-open-group macro.
1096         (nntp-with-open-group): Use the function, so it's easier to debug.
1097         Add indentation and debugging info.
1098         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1099         the use of the netcat alternatives.
1101         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1102         Avoid mm-string-as-multibyte as well.
1104         * nnweb.el (nnweb-insert-html):
1105         Remove use of nnheader-string-as-multibyte.
1107         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1108         (nnheader-string-as-multibyte): Remove.
1110         * mm-view.el: Use inhibit-read-only.
1111         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1112         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1113         or unibyte-string.
1115         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1116         (mm-uu-yenc-extract): Use with-current-buffer.
1118         * gnus-soup.el (gnus-soup-send-packet): Don't use
1119         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1121         * nnmh.el: Use with-current-buffer.
1122         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1123         mm-string-as-multibyte on the output of mm-encode-coding-string.
1125         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1126         (nnimap-request-move-article): Use with-current-buffer.
1128         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1129         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1130         conversion uses string-make-unibyte rather than string-as-unibyte.
1132         * gnus-msg.el: Use with-current-buffer.
1134         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1136 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1138         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1139         string for caching if it is 'PIN.
1141 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1143         * lpath.el: Consider the case without Emacs/W3.
1145 2008-03-08  Glenn Morris  <rgm@gnu.org>
1147         * time-date.el (date-to-time, time-subtract, time-add)
1148         (safe-date-to-time): Doc fixes.
1150 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1152         * mail-source.el (mail-source-delete-old-incoming-confirm):
1153         Change default to nil.
1154         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1156 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1158         * lpath.el: Rearrange.
1160         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1161         (gnus-article-goto-prev-page): Work for articles having ^L's.
1163         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1165         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1167 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1169         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1170         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1171         (gnus-bookmark-jump): Adjust some variable names.
1173 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1175         * auth-source.el: New package.
1176         (auth-source-choices): Add customization entry point variable.
1178         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1179         bug.
1181 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1183         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1184         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1185         (gnus-registry-install-shortcuts): Rename from
1186         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1187         the `gnus-registry-mark-map' keymap dynamically from
1188         `gnus-registry-marks'.  The generated functions update the summary line
1189         when a registry mark is added or deleted, and will call
1190         `gnus-registry-install-p' (see the comments in the code).
1191         (gnus-registry-user-format-function-M): Use concat intelligently.
1193         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1194         the registry mark functions.
1196 2008-03-05  Glenn Morris  <rgm@gnu.org>
1198         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1199         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1200         gnus-art.
1201         (top-level): No need to load own source when compiling.
1203 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1205         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1206         Suggested by <chris.anderton@zetnet.co.uk>.
1208 2008-03-04  Glenn Morris  <rgm@gnu.org>
1210         * gnus-sum.el (top-level): No need to require gnus when compiling,
1211         since unconditionally required near start of file.
1212         (gnus-summary-display-while-building): Move definition before use.
1214 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1216         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1217         formatting function.
1219 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1221         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1222         with plists.
1223         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1224         Use new format.
1226 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1228         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1229         `where-is-internal' that returns a range of key sequences.
1231 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1233         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1235         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1236         (gnus-summary-jump-to-group): Consider windows on other displayed
1237         frames as well.  Similar changes might be needed elsewhere, but that's
1238         the one I've bumped into during my use.
1240         * nndoc.el (nndoc-oe-dbx-type-p):
1241         * gnus-msg.el (gnus-debug):
1242         * gnus-group.el (gnus-update-group-mark-positions):
1243         Use mm-string-to-multibyte.
1245 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1247         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1248         doesn't handle NotDashEscaped.
1250         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1251         (mml-dnd-attach-options): Fix typo in custom choice.
1253         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1254         nndoc-article-type to mbox.
1255         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1257         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1258         to nil, instead of html2text.
1260         * imap.el (imap-debug): Add `imap-ping-server'.
1262         * gnus-bookmark.el: Add FIXMEs.
1264         * message.el (message-form-letter-separator)
1265         (message-send-form-letter-delay): New variables.
1266         (message-send-form-letter): Use them.  New command to send form
1267         letters.  Requested by Uwe Siart.
1268         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1270 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1272         * Update copyright years.
1274 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1276         Sync from EMACS_22_BASE.
1278         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1280 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1282         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1283         empty author.
1285 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1287         * gnus-registry.el (gnus-registry-marks): Add variable for
1288         customization of marks and their appearance.
1289         (gnus-registry-read-mark): Use it.
1290         (gnus-registry-do-marks): Add utility function to loop through
1291         `gnus-registry-marks'.
1292         (gnus-registry-install-shortcuts-and-menus): Add function to install
1293         shortcuts and menus.
1294         (gnus-registry-initialize): Use it.
1295         (gnus-registry-default-mark): Clarify documentation.
1297 2008-02-29  Glenn Morris  <rgm@gnu.org>
1299         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1300         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1301         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1302         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1303         Change defcustom :version from 23.0 to 23.1.
1305 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1307         * gnus-registry.el (gnus-registry-follow-group-p)
1308         (gnus-registry-post-process-groups): Add functions to aid registry
1309         splitting and improve logging.  Clarify behavior in function
1310         documentation.
1311         (gnus-registry-split-fancy-with-parent): Use them.
1313 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * gnus-art.el: Use with-current-buffer.
1317 2008-02-27  David Engster  <dengste@eml.cc>
1319         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1320         Express real group name in the response.
1322 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1324         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1325         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1326         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1327         autoload gnus-registry-fetch-group when compiling.
1328         (nnmairix-request-group-with-article-number-correction): Remove
1329         unreferenced argument passed to nnmairix-call-backend.
1331 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1333         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1334         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1335         Wilde.
1337 2008-02-27  Glenn Morris  <rgm@gnu.org>
1339         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1340         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1341         variables to defconsts.  Convert comments to doc-strings.
1342         (nnmairix-last-server, nnmairix-current-server): Convert from free
1343         variables to defvars.  Convert comments to doc-strings.
1344         (gnus-registry-fetch-group): Autoload.
1345         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1346         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1347         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1348         caddr.
1349         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1350         nnmairix-request-group-with-article-number-correction call.
1351         (nnmairix-fast, nnmairix-group): New, less general names, for free
1352         variables passed from nnmairix-request-group to
1353         nnmairix-request-group-with-article-number-correction.  Declare.
1354         (nnmairix-request-group-with-article-number-correction):
1355         Use nnmairix-fast, nnmairix-group rather than fast, group.
1357 2008-02-26  David Engster  <dengste@eml.cc>
1359         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1360         version 0.5.
1362 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1364         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1365         instead of making an extra function call.  Don't add the current group
1366         to articles only when they have the group.  Use
1367         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1368         Reported by David <de_bb@arcor.de>.
1370 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1372         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1373         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1375 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * mail-source.el (mail-source-delete-incoming): Change default.
1378         Supplement doc string.
1380         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1382 2008-02-14  Glenn Morris  <rgm@gnu.org>
1384         * time-date.el (format-seconds): New function.
1386 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1388         * nnmail.el (nnmail-message-id-cache-file): Derive from
1389         `gnus-home-directory'.
1391 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1393         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1394         Document negative prefix.
1396         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1398 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400         * message.el (message-unsent-separator): Add the Exim bounce
1401         separator.
1403 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1405         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1406         list.
1407         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1408         recipient/signer list.
1410 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1412         * Makefile.in (datarootdir): Define.
1413         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1414         name that might contain whitespace.
1416 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1418         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1419         fbound (Emacs 23 unicode), signal an error.
1421 2008-02-08  Glenn Morris  <rgm@gnu.org>
1423         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1425 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1427         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1428         ports to the calls to `netrc-machine-user-or-password' in addition to
1429         "imap" and "imaps".
1431 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1433         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1435         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1437 2008-02-01  Kenichi Handa  <handa@m17n.org>
1439         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1440         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1441         (rfc2104-hash): Convert the result of concat to unibyte string.
1443 2008-02-01  Dave Love  <fx@gnu.org>
1445         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1446         coding-system-for-read.
1447         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1449 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1451         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1452         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1453         <hanche@math.ntnu.no>.
1455 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1457         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1459         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1461 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1463         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1464         * message.el (message-beginning-of-line): Use featurep instead of bound
1465         tests in order to resolve conditionals at compile time.
1467 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1469         * mail-source.el (mail-sources): Add `group' choice.
1471         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1472         parameter `in-group' to control into which group the articles go.
1473         Add treatment of `group' mail-source.
1475 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1477         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1479         * mm-decode.el (mm-dissect-buffer): Decode description.
1481         * mml.el (mml-to-mime): Encode message header first.
1483 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1485         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1486         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1488         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1489         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1491 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1493         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1495 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1497         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1498         prefix keys.
1499         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1500         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1501         gnus-xmas.el.
1503         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1504         (gnus-xmas-article-describe-bindings): New function.
1505         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1506         gnus-xmas-article-describe-bindings.
1508         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1510 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1512         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1513         Add new variables for article mark management.
1514         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1515         list of extra data entries which, when present, will indicate that the
1516         article ID should not be trimmed from the registry.
1517         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1518         functions.
1519         (gnus-registry-read-mark): New function to read a mark name from the
1520         user.
1521         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1522         (gnus-registry-set-article-mark-internal): New functions to add and
1523         remove marks.
1524         (gnus-registry-get-article-marks): New function to show the marks for
1525         an article, or retrieve them for further use.
1527 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1529         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1530         keys when no argument is given.
1532 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1534         * imap.el (imap-ping-server): New variable.
1535         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1536         (imap-ping-server): Minor doc string fixes.
1538 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1540         * imap.el (imap-ping-server): New function.
1541         (imap-opened): Call imap-ping-server.
1543 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1545         * gnus-sum.el (gnus-article-sort-by-random)
1546         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1547         jidanni@jidanni.org.
1549 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1551         * gnus-art.el (gnus-article-describe-bindings): New function.
1552         (gnus-article-read-summary-keys): Use it.
1553         (gnus-article-mode-map): Bind `C-h b' to it.
1555 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1557         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1558         XEmacs.
1559         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1560         against non-character events.
1562         * lpath.el: Fbind map-keymap for Emacs 21.
1564 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1566         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1567         command.
1568         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1569         instead of END.  Change name of the temp file.
1570         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1571         customizable.
1573 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1575         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1576         bind `S W' to gnus-article-wide-reply-with-original; set default
1577         binding to gnus-article-read-summary-send-keys.
1578         (gnus-article-read-summary-keys): Fix the order of keys; display
1579         continuation keys correctly in the echo area; describe bindings
1580         correctly when keys end with `C-h'.
1581         (gnus-article-read-summary-send-keys): New function.
1582         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1583         for gnus-article-read-summary-send-keys; display continuation keys
1584         correctly in the echo area.
1585         (gnus-article-reply-with-original): Ignore prefix argument.
1586         (gnus-article-wide-reply-with-original): New function.
1588         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1589         Emacs 21.
1591 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1593         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1594         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1596 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1598         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1599         (gnus-group-read-ephemeral-gmane-group): New command.
1601 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1603         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1605 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1607         * message.el (message-send-mail-function): Increase custom version.
1609         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1610         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1612 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1614         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1615         for the cases where imap-authenticate is called with a nil buffer
1616         parameter.
1618 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1620         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1621         html parts correctly; support forwarded messages.
1622         (gnus-article-browse-html-article): Remove work buffers.
1624         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1625         compiling.
1626         (netrc-bound-and-true-p): New macro.
1627         (netrc-parse): Use it instead of bound-and-true-p that is not available
1628         in XEmacs 21.4.
1630 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1632         * gnus-registry.el (gnus-registry-mark-article)
1633         (gnus-registry-article-marks): Add functionality to mark articles
1634         through the Gnus registry.
1636         * encrypt.el: Clarify documentation for the new pgg method.
1637         (encrypt-file-alist): Add PGG option.
1638         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1639         functionality.  Abstract password key and messaging to external
1640         functions.
1641         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1642         (encrypt-message-method-and-cipher): Add new convenience external
1643         functions.
1644         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1645         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1647         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1648         (netrc-parse): Use encrypt-file-alist to determine if
1649         encrypt-find-model or encrypt-insert-file-contents should be used.
1651         * encrypt.el: Clarify documentation.  Load password-cache or
1652         password, whichever one is found first, instead of autoloading.
1654 2007-12-19  Glenn Morris  <rgm@gnu.org>
1656         * mml.el (message-options-set, message-narrow-to-head)
1657         (message-in-body-p, message-mail-p, message-encode-message-body):
1658         Autoload.
1659         (message-remove-header, message-narrow-to-headers-or-head)
1660         (message-subscribed-p, message-make-mail-followup-to)
1661         (message-position-on-field, message-news-p)
1662         (message-options-set-recipient, message-generate-headers)
1663         (message-sort-headers): Declare as functions.
1665 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1667         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1668         convention in doc string.
1670 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1672         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1673         title to html parts.
1674         (gnus-article-browse-html-article): Pass message header to it.
1676         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1678 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1680         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1681         or password compatible with XEmacs.
1683 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1685         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1686         format document.
1687         (gnus-mime-delete-part): Don't write description line if empty.
1688         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1690 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1692         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1693         (gnus-summary-mark-read-and-unread-as-read)
1694         (gnus-summary-mark-current-read-and-unread-as-read)
1695         (gnus-summary-mark-unread-as-ticked): Doc fix.
1696         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1698 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1700         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1701         Christoph Conrad <christoph.conrad@gmx.de>.
1703 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1705         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1706         yes-or-no-p.
1708 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1710         * mm-decode.el (mm-add-meta-html-tag): New function.
1711         (mm-save-part-to-file, mm-pipe-part): Use it.
1713         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1714         gnus-y-or-n-p instead of y-or-n-p.
1715         (gnus-article-browse-html-parts): Work with message/external-body; use
1716         mm-add-meta-html-tag.
1718 2007-12-11  Glenn Morris  <rgm@gnu.org>
1720         * gnus-cache.el: Require gnus-sum not just when compiling.
1722         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1724         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1725         definitions before use.
1727         * mm-decode.el: Require gnus-util.
1728         (mm-remove-part): Only call delete-annotation on XEmacs.
1730         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1732         * nnmail.el: Require gnus-int.
1734         * spam.el: Move `require's before `eval-when-compile's.
1736         * gnus-ems.el (gnus-alive-p):
1737         * gnus-fun.el (message-goto-eoh):
1738         * gnus-util.el (gnus-group-name-decode):
1739         * mail-source.el (gnus-compress-sequence):
1740         * message.el (Info-goto-node, format-spec):
1741         * mm-bodies.el (message-options-get):
1742         * mm-decode.el (mm-view-pkcs7):
1743         * mm-util.el (gmm-write-region):
1744         * mml-smime.el (mml-compute-boundary)
1745         (gnus-completing-read-with-default):
1746         * mml.el (widget-button-press, gnus-make-hashtable):
1747         * mml1991.el (mm-decode-content-transfer-encoding)
1748         (mm-encode-content-transfer-encoding)
1749         (message-options-get, message-options-set):
1750         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1751         * nnfolder.el (gnus-request-group):
1752         * nnheader.el (ietf-drums-unfold-fws):
1753         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1754         * smime.el (gnus-run-mode-hooks):
1755         * spam-stat.el (gnus-message): Autoload.
1757         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1758         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1759         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1760         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1761         Add declare-function compatibility definition.
1763         * gnus-cache.el (nnvirtual-find-group-art):
1764         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1765         (gnus-add-image, gnus-add-wash-type):
1766         * gnus-group.el (nnkiboze-score-file):
1767         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1768         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1769         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1770         (message-tokenize-header, gnus-get-buffer-create)
1771         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1772         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1773         * gnus.el (gnus-group-decoded-name):
1774         * mail-source.el (imap-capability):
1775         * mm-bodies.el (message-options-set):
1776         * mm-decode.el (gnus-configure-windows):
1777         * mm-extern.el (message-goto-body):
1778         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1779         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1780         (epg-sub-key-validity, message-options-set):
1781         * mml.el (widget-event-point, gnus-configure-windows):
1782         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1783         * mml2015.el (epg-check-configuration, epg-configuration)
1784         (message-options-set):
1785         * nndb.el (nndb-request-article):
1786         * nnfolder.el (gnus-request-create-group):
1787         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1788         * nnmaildir.el (gnus-group-mark-article-read):
1789         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1790         * rfc1843.el (message-fetch-field):
1791         * spam.el (gnus-extract-address-components):
1792         Declare as functions.
1794 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1796         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1798         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1800         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1801         bind show-trailing-whitespace for XEmacs.
1803 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1805         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1806         new no-op macro for backward compatibility.
1808         * imap.el (imap-string-to-integer): New function.
1810 2007-12-09  Glenn Morris  <rgm@gnu.org>
1812         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1814         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1815         * message.el, mm-view.el, sieve-manage.el, smime.el:
1816         Add declare-function compatibility definition.
1818         * gnus-art.el (w3-region, w3m-region, Info-menu):
1819         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1820         * gnus-sum.el (gnus-get-predicate):
1821         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1822         * message.el (mail-abbrev-in-expansion-header-p):
1823         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1824         (w3m-detect-meta-charset, w3m-region):
1825         * sieve-manage.el (password-read, password-cache-add)
1826         (password-cache-remove):
1827         * smime.el (password-read-and-add): Declare as functions.
1829 2007-12-08  David Kastrup  <dak@gnu.org>
1831         * gnus-sum.el (gnus-summary-simplify-subject-query):
1832         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1833         `message'.
1835 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1837         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1838         it to bind idna-program, installation-directory, defined-colors, and
1839         face-attribute for XEmacs of the version that compiles defcustom forms.
1841 2007-12-07  Glenn Morris  <rgm@gnu.org>
1843         * gnus-art.el (article-make-date-line): Revert previous change.
1845 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1847         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1849 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1851         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1852         Call gnus-add-to-range ranges only once with a prepared article-list.
1854 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1856         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1857         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1858         group names with backslashes.  Reported by Tassilo Horn
1859         <tassilo@member.fsf.org>.
1861 2007-12-06  Deepak Goel  <deego3@gmail.com>
1863         * gnus-art.el (article-make-date-line):
1864         * gnus-start.el (gnus-load):
1865         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1867 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1869         * gnus-art.el (gnus-use-idna)
1870         * gnus-start.el (gnus-site-init-file)
1871         * message.el (message-use-idna)
1872         * mm-uu.el (mm-uu-hide-markers)
1873         * smiley.el (smiley-style): Revert changes that suppress warnings.
1875 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1877         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1878         specify charset to html source.  Reported by Christoph Conrad
1879         <christoph.conrad@gmx.de>.
1881 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1883         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1884         idna-program in order to suppress byte compile warning issued by XEmacs
1885         that came to byte compile the default value section of defcustom forms
1886         recently.
1888         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1889         value of installation-directory.
1891         * message.el (message-use-idna): Don't directly refer to the value of
1892         idna-program.
1894         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1896         * smiley.el (smiley-style): Don't directly call face-attribute.
1898 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1900         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1902         * gnus-dired.el: Reduce Gnus dependencies.
1903         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1904         require.  Use autoloads instead.
1905         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1906         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1907         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1908         (gnus-dired-mode): Adjust doc string.
1909         (gnus-dired-mail-mode): New variable.
1910         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1911         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1912         (gnus-dired-mail-buffers): New function.  Return mail or message
1913         composition buffers.
1914         (gnus-dired-attach): Use it.
1915         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1916         NO-DECODE.
1917         (gnus-dired-print): Use `gnus-print-buffer' depending on
1918         `gnus-dired-mail-mode'.
1920 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1922         * rfc2047.el (rfc2047-encoded-word-regexp)
1923         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1924         explaining what regexp patterns are for.
1926 2007-12-04  Glenn Morris  <rgm@gnu.org>
1928         * password.el: Move to password-cache.el.
1930         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1931         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1932         * mml-smime.el (password-read, password-cache-add)
1933         (password-cache-remove):
1934         No need to autoload, since mml-sec requires password.
1936         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1937         * message.el (gnus-extract-address-components):
1938         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1940         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1941         password.
1943 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1945         * mailcap.el: Reduce dependencies.
1946         (mail-header-parse-content-type): Autoload.
1947         (mailcap-delete-duplicates): New alias.
1948         (mailcap-mime-info): Add optional argument NO-DECODE.
1949         (mailcap-mime-types): Use mailcap-delete-duplicates.
1951         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1953 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1955         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1956         (imap-parse-status): Upcase status-att for servers that sends them
1957         lower-case (e.g., MS Exchange 2007).
1959 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1962         function.
1964         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1965         (gnus-uu-yenc-article): New function.
1967         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1969         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1970         buffer.
1972 2007-12-02  Glenn Morris  <rgm@gnu.org>
1974         * binhex.el (binhex): New custom group.
1975         (binhex-decoder-program, binhex-decoder-switches)
1976         (binhex-use-external): Move to the binhex custom group.
1978         * uudecode.el (uudecode): New custom group.
1979         (uudecode-decoder-program, uudecode-decoder-switches)
1980         (uudecode-use-external): Move to the uudecode custom group.
1982         * netrc.el (top-level): Don't load `encrypt' features.
1983         (netrc-parse): Don't use encrypt.
1984         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1986         * encrypt.el: Remove file.
1988 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1990         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1991         matches on patches.
1993         * gnus-art.el (gnus-article-browse-html-article): Mention
1994         `mm-text-html-renderer' in the doc string.
1996         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1997         string.  Add comments.
1999         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2000         if rhs is ASCII.
2002 2007-12-01  Glenn Morris  <rgm@gnu.org>
2004         * mail-source.el (top-level): Require format-spec before
2005         eval-when-compile.
2007 2007-11-30  Glenn Morris  <rgm@gnu.org>
2009         * encrypt.el: Require password, rather than autoloading password-read.
2011 2007-11-29  Glenn Morris  <rgm@gnu.org>
2013         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
2014         (sasl-make-client, sasl-next-step, sasl-step-data)
2015         (sasl-step-set-data): Declare as functions.
2017 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
2019         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2021 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2023         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2024         certs should be verified and what is to be done in the event of a
2025         verification failure.
2027         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2028         caller can indicate whether the cache should be disregarded for this
2029         call.  This way the result of the call is reproducible at all times and
2030         can be considered a canonical server name for the supplied method.
2031         (gnus-agent-method-p): Canonicalize server names by pushing their
2032         method through `gnus-method-to-server' using the no-cache argument.
2034         * gnus-srvr.el (gnus-server-insert-server-line): Call
2035         `gnus-method-to-server' with `no-cache' argument.
2037         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2038         gnus-agent-possibly-synchronize-flags as this should be called when the
2039         server is actually being opened.
2040         (gnus-agent-possibly-synchronize-flags)
2041         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2042         flags file of an agentized server to the latter function.
2044         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2045         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2046         after a connection has been established successfully.
2048 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2050         * gnus-art.el (article-display-face): Force to display face if called
2051         interactively; check if gnus-article-x-face-too-ugly matches author.
2052         (article-display-x-face): Display face even if From header is missing
2053         as article-display-face does.
2055 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2057         * hashcash.el (message-narrow-to-headers-or-head)
2058         (message-fetch-field, message-goto-eoh)
2059         (message-narrow-to-headers): Declare as functions.
2061 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2063         * mail-source.el (mail-sources): Default to fetch from file for
2064         compatibility with default of nnmail-spool-file.
2066 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2069         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2070         to look for encoded word that should be encoded again.
2071         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2072         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2073         encoding pattern.
2074         (rfc2047-decode-region): Switch strict regexp and loose one according
2075         to rfc2047-allow-irregular-q-encoded-words.
2077 2007-11-25  Romain Francoise  <romain@orebokech.com>
2079         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2081 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2083         * tls.el (tls-program): Provide more custom choices from
2084         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2085         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2087 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2089         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2090         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2092         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2093         `nnmail-spool-file'.
2095         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2096         `nnmail-spool-file'.
2098         * gnus-move.el (gnus-change-server): Ditto.
2100         * gnus-kill.el (gnus-batch-score): Ditto.
2102         * gnus-cache.el (gnus-jog-cache): Ditto.
2104         * gnus-msg.el (gnus-summary-reply):
2105         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2107 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2109         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2110         version.  Minor improvement to doc strings.
2111         (tls-program): Add comment.
2113 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2115         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2116         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2117         mismatch between the hostname provided in the certificate and the name
2118         of the host connnecting to.
2119         (open-tls-stream): Use them.  Check certificates against trusted root
2120         certificates.
2122 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2124         * gnus-cache.el (gnus-cache-generate-nov-databases):
2125         Use nnml-generate-nov-databases-directory instead of
2126         nnml-generate-nov-databases-1.
2128 2007-11-24  Glenn Morris  <rgm@gnu.org>
2130         * message.el (message-tool-bar-retro): Update for rename
2131         mail_send.xpm->mail-send.xpm.
2133 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2135         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2136         `smime-ldap-search' for Emacs 22 and up.
2138 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2142         * message.el (message-send-mail-function): Fix error convention.
2143         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2144         (message-widen-reply, message-send-mail, message-talkative-question)
2145         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2146         (message-clone-locals, message-send-news): Use with-current-buffer.
2147         (message-insert-or-toggle-importance): Remove unused var `valid'.
2148         (message-make-references): Remove unused var `new-references'.
2149         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2151 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2153         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2154         (spam-split-symbolic-return-positive): Reflow docstring.
2155         (spam-backends, spam-summary-exit-behavior)
2156         (spam-mark-ham-unread-before-move-from-spam-group)
2157         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2158         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2159         (spam-clear-cache, spam-backend-check, spam-install-backend)
2160         (spam-install-statistical-backend, spam-list-of-processors)
2161         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2162         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2163         (spam-check-crm114, spam-initialize, spam-unload-hook):
2164         Fix typos in docstrings.
2166 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2168         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2169         been checked if they have never been read and those group levels are
2170         higher than the one that a user specified.
2172 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2174         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2175         foreign groups unless a group level is specified by a user.
2176         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2178 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2180         * message.el (message-send-mail-function): Require sendmail.
2182 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2184         * message.el (message-send-mail-function): Check for smtpmail too.
2186         * utf7.el (utf7-encode, utf7-decode): Use coding system
2187         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2189         * message.el (message-send-mail-function): New function.
2190         (message-send-mail-function): Set default using
2191         message-send-mail-function.  Adjust doc string.
2192         (message-send-mail-with-mailclient): New function.
2194 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2196         * smime.el (from):
2197         * rfc2047.el (message-posting-charset):
2198         * qp.el (mm-use-ultra-safe-encoding):
2199         * pop3.el (parse-time-months):
2200         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2201         * nnml.el (files):
2202         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2203         (jka-compr-compression-info-list, ange-ftp-path-format)
2204         (efs-path-regexp):
2205         * nndiary.el (files):
2206         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2207         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2208         (epg-digest-algorithm-alist, inhibit-redisplay)
2209         (password-cache-expiry):
2210         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2211         (pgg-output-buffer, password-cache-expiry):
2212         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2213         (efs-path-regexp):
2214         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2215         (inhibit-redisplay):
2216         * mm-uu.el (file-name, start-point, end-point, entry)
2217         (gnus-newsgroup-name, gnus-newsgroup-charset):
2218         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2219         (latin-unity-ucs-list):
2220         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2221         (mm-uu-binhex-decode-function):
2222         * message.el (gnus-message-group-art, gnus-list-identifiers)
2223         (rmail-enable-mime-composing, gnus-local-organization)
2224         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2225         (gnus-read-active-file, facemenu-add-face-function)
2226         (facemenu-remove-face-function, gnus-article-decoded-p)
2227         (tool-bar-mode):
2228         * mail-source.el (display-time-mail-function):
2229         * gnus-util.el (nnmail-pathname-coding-system)
2230         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2231         (gnus-original-article-buffer, gnus-user-agent)
2232         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2233         (xemacs-codename, sxemacs-codename, emacs-program-version):
2234         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2235         * gnus-start.el (gnus-agent-covered-methods)
2236         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2237         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2238         (gnus-newsgroup-headers, gnus-group-list-mode)
2239         (gnus-group-mark-positions, gnus-newsgroup-data)
2240         (gnus-newsgroup-unreads, nnoo-state-alist)
2241         (gnus-current-select-method, mail-sources)
2242         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2243         (nnmail-spool-file, gnus-cache-active-hashtb):
2244         * gnus-mh.el (mh-lib-progs):
2245         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2246         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2247         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2248         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2249         (gnus-group-buffer):
2250         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2251         (font-lock-set-defaults):
2252         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2253         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2254         (gnus-summary-post-menu, total-parts, type, condition, length):
2255         * gnus-agent.el (gnus-agent-read-agentview):
2256         * flow-fill.el (show-trailing-whitespace):
2257         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2258         eval-and-compile wrappers for byte compiler pacifiers.
2260         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2261         (mm-display-inline-fontify): Check for featurep 'xemacs not
2262         extent-list.
2264         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2265         itimer-list.
2266         (mm-create-image-xemacs): Only do something for XEmacs.
2267         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2269         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2271         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2272         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2274 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2276         * nnimap.el (nnimap-split-download-body):
2277         * gnus-demon.el (gnus-demon):
2278         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2280 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2282         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2283         macros.
2284         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2285         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2286         copy data from unibyte buffer to multibyte current buffer.
2287         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2288         to copy data from unibyte current buffer to multibyte buffer.
2289         (nntp-make-process-buffer): Make process buffer unibyte.
2291         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2293 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2295         * pop3.el (pop3-open-server): Accept and process data more robustly at
2296         connexion start to avoid spurious "POP SSL connexion failed" errors.
2298 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2300         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2301         read group names.
2303 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2305         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2307 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2309         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2310         (nnmail-save-active): Use a unibyte buffer when saving active file,
2311         which may contain non-ASCII group names.
2313         * nnml.el (nnml-request-group): Decode group names in messages.
2315 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2317         * message.el (message-citation-line-function)
2318         (message-insert-formatted-citation-line): Fix spelling of
2319         `message-insert-formated-citation-line'.
2321 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2323         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2325 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2327         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2328         nnmail-pathname-coding-system.
2330         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2331         that a user enters; decode group names in messages.
2333         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2335 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2337         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2339         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2341         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2342         risky local variable.
2344         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2346 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2348         * encrypt.el: Improve documentation to fix function name typo.
2349         Reported by Daiki Ueno <ueno@unixuser.org>.
2351 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2353         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2354         even if the point is not in the last page of an article.
2355         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2356         back to the previous page.
2358 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2360         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2362 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2364         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2366 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * message.el (message-check-news-body-syntax): Avoid
2369         mm-string-as-multibyte.
2370         (message-hide-headers): Don't assume (point-min)==1.
2372 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2374         * message.el (message-remove-blank-cited-lines): Fix if remove is
2375         given.
2376         (message-bogus-address-regexp): New variable.
2377         (message-bogus-recipient-p): New function.
2378         (message-check-recipients): New command.
2379         (message-syntax-checks): Add `bogus-recipient'.
2380         (message-fix-before-sending): Add `bogus-recipient'.
2382         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2383         (gnus-treat-body-boundary): Don't test window-system.
2385 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2387         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2389 2007-10-28  Miles Bader  <miles@gnu.org>
2391         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2392         at compile-time too.
2394 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2396         * gnus-msg.el (gnus-message-setup-hook): Add
2397         `message-remove-blank-cited-lines' to options.
2399 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2401         * message.el (message-remove-blank-cited-lines): New function.
2402         Suggested by Karl Plästerer.
2404 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2406         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2407         mapc.
2409         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2410         (top-level): Use mapc to set functions to be traced for debugging.
2412         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2413         called for effect with while loop.
2415         * message.el (message-talkative-question): Replace mapcar called for
2416         effect with mapc.
2418         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2419         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2420         called for effect with dolist.
2422         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2424         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2425         gnus-extra-headers and nnmail-extra-headers.
2427         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2428         called for effect with dolist.
2429         (top-level): Use mapc to set functions to be traced for debugging.
2431         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2432         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2433         dolist.
2435         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2436         Replace mapcar called for effect with mapc.
2437         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2438         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2439         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2440         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2442         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2443         remove-if that's a cl function.
2445         * webmail.el (webmail-debug): Replace mapcar called for effect with
2446         dolist.
2448         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2449         with mapc.
2451 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2453         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2454         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2455         with while loop.
2457         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2458         functions from article-* functions.
2459         (gnus-multi-decode-header): Replace mapcar called for effect with
2460         dolist.
2462         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2463         (gnus-bookmark-show-details): Replace mapcar called for effect with
2464         while loop.
2466         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2467         called for effect with while loop.
2469         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2470         with dolist.
2472         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2473         mapcar called for effect with dolist.
2475         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2477         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2478         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2479         Replace mapcar called for effect with dolist.
2480         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2481         mapc.
2483         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2484         Replace mapcar called for effect with dolist.
2485         (gnus-topic-list): Replace mapcar called for effect with mapc.
2487         * gnus.el: Use mapc instead of mapcar to add autoloads.
2489 2007-10-23  Richard Stallman  <rms@gnu.org>
2491         * gnus-group.el (gnus-group-highlight): Mark as risky.
2493 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2495         * gnus.el (gnus-server-to-method): Return method found first in
2496         gnus-newsrc-alist.
2498         * gnus-art.el (gnus-article-highlight-signature)
2499         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2500         button overlay without the front stickiness.
2502 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2504         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2505         overview buffer needed a catch to receive its throw.
2506         (gnus-agent-flush-cache): Declared as interactive to make this function
2507         easier to use.
2509 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2511         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2512         `next-line'.
2514 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2517         exclude address matching message-dont-reply-to-names.
2519 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * gnus-util.el (gnus-string<): New function.
2523         * gnus-sum.el (gnus-article-sort-by-author)
2524         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2526 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2528         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2529         the frame-focus tag is set in gnus-buffer-configuration.
2531 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2533         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2534         the front stickiness.
2536 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2539         url pattern; remove duplicate one.
2540         (gnus-article-extend-url-button): New function.
2541         (gnus-article-add-buttons): Use it.
2542         (gnus-button-push): Use concatenated url that it makes.
2544 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2546         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2548 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2551         Don't hardcode point-min==1.
2553 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2555         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2556         Fix comment about "iso8859-1".
2558 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2560         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2561         ones returned from the verify-function.
2563         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2564         mml2015-extract-cleartext-signature if extraction failed.
2566 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2568         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2569         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2570         failed.
2572 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2574         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2576 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2578         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2579         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2580         recommends to use EasyPG instead of PGG.
2582         * pgg.el: Revert to revision 6.23.2.16
2584         * pgg-def.el: Revert to revision 6.6.2.14.
2586         * pgg-gpg.el: Revert to revision 6.23.2.34.
2588 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2590         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2591         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2592         thread for both the null and zero (kill/expire thread) universal prefix
2593         cases.
2594         (gnus-summary-expire-thread): Add new function to expire a thread,
2595         using gnus-summary-kill-thread.
2596         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2597         shortcuts for gnus-summary-expire-thread.
2598         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2599         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2601 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2603         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2604         extras value, so an extras entry can be deleted.
2605         (gnus-registry-delete-extra-entry): Use it.
2606         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2607         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2608         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2609         storage through the gnus-registry, and provide an appropriate API for
2610         it.
2612 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2614         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2615         Suggested by Leo <sdl.web@gmail.com>.
2617         * gnus.el: Do.
2619 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2621         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2622         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2624         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2626         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2627         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2629 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2631         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2632         newline.
2633         (nnmbox-request-accept-article): Don't change article in source buffer;
2634         narrow to header to use message-fetch-field rather than
2635         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2636         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2637         as delimiters; make sure article ends with newline.
2638         (nnmbox-delete-mail): Correct last position of article to be deleted;
2639         ignore X-Gnus-Newsgroup header in article body.
2640         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2641         positions; make sure article ends with newline.
2643         * message.el (message-display-abbrev): Don't infloop when a user
2644         inserts SPC in the beginning of header.
2646         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2647         coding-system-for-read and coding-system-for-write for XEmacs having no
2648         file-coding feature.
2650         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2652 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2654         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2655         list of groups not followed by default.  Fix type to be regexp.
2656         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2658 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2660         * hmac-def.el (define-hmac-function): Switch from old-style to
2661         new-style backquotes.
2663         * md4.el (md4-make-step): Likewise.
2665 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2667         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2668         raw-text coding system when saving .newsrc file, which may contain
2669         non-ASCII group names.
2671 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2673         * gnus-cus.el (gnus-score-extra): New widget.
2674         (gnus-score-extra-convert): New function.
2675         (gnus-score-customize): Use it for Extra.
2677 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2679         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2680         (mml2015-mailcrypt-clear-verify): Use it.
2681         (mml2015-gpg-clear-verify): Use it.
2682         (mml2015-pgg-clear-verify): Use it.
2683         (mml2015-epg-clear-verify): Replace the current part with the output
2684         from GnuPG; don't extract the plaintext by itself.
2686         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2687         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2688         mml2015-clear-verify-function; don't touch the armor headers or
2689         dash-escaped text here.
2691 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2693         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2694         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2695         parts, or application/octet-stream as a last resort.
2696         (gnus-mime-view-part-as-type): Don't toggle display.
2697         (gnus-mime-view-part-as-charset): Don't turn off display before
2698         querying charset.
2700         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2701         stuff to undisplayer function in Emacs.
2702         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2704         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2705         text/calendar parts.
2707 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2709         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2710         decoding text/calendar parts.
2712         * message.el (message-forward-make-body-mime): Always mark body as
2713         having no illegible text; remove signed-or-encrypted argument.
2714         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2716         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2717         (mml-generate-mime-1): Don't encode body if it is specified to be in
2718         raw form; don't make buffer be unibyte when inserting multibyte string.
2720 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * sha1.el: Fix up comment style.
2723         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2724         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2726         * hex-util.el: Fix up comment style.
2727         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2729         * gnus-salt.el: Use with-current-buffer.
2730         (gnus-pick-setup-message): Fix long-standing typo.
2732 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2734         * imap.el (imap-logout-timeout): New variable.
2735         (imap-logout, imap-logout-wait): New functions.
2736         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2738         * nnimap.el (nnimap-logout-timeout): New server variable.
2739         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2740         nnimap-logout-timeout.
2742         * gnus-art.el (gnus-article-summary-command-nosave)
2743         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2745 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2747         * gnus.el (gnus-maximum-newsgroup): New variable.
2749         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2750         according to gnus-maximum-newsgroup.
2752         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2753         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2754         Limit the range of articles according to gnus-maximum-newsgroup.
2756 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2758         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2759         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2760         Don't perform gnus-configure-windows here; reuse existing sticky
2761         article buffer.
2763         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2764         it doesn't exist in gnus-article-mode.
2766 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2768         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2769         (gnus-agent-decoded-group-name): New function.
2770         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2771         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2773 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2775         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2776         Add binding for gnus-sticky-article.
2777         (gnus-summary-exit): Don't kill sticky article buffers.
2779         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2780         article buffer.
2781         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2782         (gnus-kill-sticky-article-buffers): New commands.
2784 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2786         * nntp.el (nntp-xref-number-is-evil): New server variable.
2787         (nntp-find-group-and-number): If it is non-nil, don't trust article
2788         numbers in the Xref header.
2790 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2792         * gnus-agent.el (gnus-agent-read-group): New function.
2793         (gnus-agent-flush-group, gnus-agent-expire-group)
2794         (gnus-agent-regenerate-group): Use it.
2795         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2796         nnmail-pathname-coding-system.
2798 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2800         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2802         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2803         that are unread as unread, and also as selected so that information of
2804         marks having been changed by a user may be updated when exiting group.
2806 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2808         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2809         calculated ignoring signature parts to gnus-treat-article.
2811 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2813         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2814         a point here in order to keep the window start.
2815         (gnus-insert-mime-security-button): Make a button overlay without the
2816         front stickiness.
2817         (gnus-mime-display-security): Goto the end of a button.
2819         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2821 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2823         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2824         group-name-at-point.
2825         (gnus-group-completing-read): New function that offers decoded
2826         non-ASCII group names for completion.
2827         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2828         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2829         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2830         (gnus-group-fetch-control): Use it.
2831         (gnus-fetch-group): Use group-name-at-point for the initial value
2832         rather than the default value; use gnus-alive-p.
2834         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2835         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2836         (gnus-summary-post-news): Use gnus-group-completing-read.
2838         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2839         (gnus-read-move-group-name): Decode group name for completion.
2841 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2843         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2844         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2845         Yamaoka slightly modified the code).
2847 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2849         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2850         (nnmail-split-incoming): Bind it.
2852         * nnml.el (nnml-group-name-charset): New function.
2853         (nnml-decoded-group-name): Use it; don't decode group name if
2854         nnmail-group-names-not-encoded-p is non-nil.
2855         (nnml-encoded-group-name): New function.
2856         (nnml-group-pathname): Inline nnml-decoded-group-name.
2857         (nnml-request-expire-articles): Decode group name in message.
2858         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2859         nnmail-pathname-coding-system.
2860         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2861         not decoded ones according to nnmail-group-names-not-encoded-p.
2862         (nnml-generate-active-info): Use nnml-encoded-group-name.
2864 2007-08-08  Glenn Morris  <rgm@gnu.org>
2866         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2867         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2868         doc-strings and comments.
2870 2007-07-25  Glenn Morris  <rgm@gnu.org>
2872         * Relicense all FSF files to GPLv3 or later.
2874 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2876         * gnus-sum.el (gnus-summary-move-article): Make
2877         gnus-summary-respool-article work.
2879 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2881         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2882         string.
2884 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2886         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2887         that should be ignored when comparing distant RSS articles with local
2888         ones.
2889         (nnrss-make-hash-index): New function.  Create a hash index according
2890         to the ignored fields.
2891         (nnrss-check-group): Use it.
2893 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2895         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2897         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2899         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2900         the new optional argument ENCODED is non-nil.
2901         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2902         coding system for encoding group name.
2903         (gnus-group-make-rss-group): Pass un-encoded group name to
2904         gnus-group-make-group.
2905         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2906         encoded.
2908         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2909         Encode group name to which articles are moved or copied.
2910         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2911         coding system for encoding Newsgroup, Followup-To and Xref headers.
2913         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2914         marks; use nnheader-file-coding-system to write a file.
2915         (nnagent-retrieve-headers): Bind file-name-coding-system to
2916         nnmail-pathname-coding-system.
2918         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2920         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2921         (nnml-request-article, nnml-request-create-group)
2922         (nnml-request-rename-group, nnml-find-id)
2923         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2924         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2925         (nnml-save-marks): Use nnml-group-pathname instead of
2926         nnmail-group-pathname.
2928         (nnml-request-create-group, nnml-request-expire-articles)
2929         (nnml-request-move-article, nnml-request-delete-group)
2930         (nnml-deletable-article-p, nnml-possibly-create-directory)
2931         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2932         (nnml-open-marks): Bind file-name-coding-system to
2933         nnmail-pathname-coding-system.
2935         (nnml-request-article): Pass server argument to nnml-find-group-number.
2936         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2937         server argument to nnml-possibly-create-directory.
2938         (nnml-request-accept-article): Pass server argument to
2939         nnml-active-number and nnml-save-mail.
2940         (nnml-find-group-number): Pass server argument to nnml-find-id.
2941         (nnml-request-update-info): Pass server argument to
2942         nnml-marks-changed-p.
2944         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2945         (nnml-save-mail, nnml-active-number): Add server argument.
2947         (nnml-request-delete-group): Warn if group is missing.
2948         (nnml-get-nov-buffer): Decode group name.
2949         (nnml-generate-active-info): Encode group name.
2950         (nnml-open-marks): Decode group name in messages.
2952 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2954         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2955         if it is not specified.
2956         (gnus-article-pipe-part, gnus-article-save-part)
2957         (gnus-article-interactively-view-part, gnus-article-copy-part)
2958         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2959         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2960         (gnus-article-replace-part, gnus-article-delete-part)
2961         (gnus-article-view-part-as-type): Pass raw prefix argument to
2962         gnus-article-part-wrapper.
2964 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2966         * gnus-agent.el (gnus-agent-save-active): Bind
2967         nnheader-file-coding-system to gnus-agent-file-coding-system.
2969         * gnus-cache.el (gnus-cache-save-buffers)
2970         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2971         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2972         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2973         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2974         (gnus-cache-generate-active, gnus-cache-rename-group)
2975         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2976         (gnus-cache-update-overview-total-fetched-for): Bind
2977         file-name-coding-system to nnmail-pathname-coding-system.
2978         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2979         variables.
2980         (gnus-cache-decoded-group-name): New function.
2981         (gnus-cache-file-name): Use it.
2982         (gnus-cache-generate-active): Use non-decoded group name for active.
2984         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2985         right place.
2986         (gnus-write-active-file): Don't break non-ASCII group names.
2988         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2989         nnmail-pathname-coding-system.
2991         * lpath.el: Bind default-file-name-coding-system,
2992         file-name-coding-system and language-info-alist for XEmacs.
2994         * gnus-uu.el (gnus-uu-decode-save): Typo.
2996 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2998         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3000 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3002         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3003         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3004         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3005         (gnus-agent-flush-group, gnus-agent-flush-cache)
3006         (gnus-agent-fetch-headers, gnus-agent-load-alist)
3007         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3008         (gnus-agent-retrieve-headers, gnus-agent-request-article)
3009         (gnus-agent-regenerate-group)
3010         (gnus-agent-update-files-total-fetched-for)
3011         (gnus-agent-update-view-total-fetched-for): Bind
3012         file-name-coding-system to nnmail-pathname-coding-system.
3013         (gnus-agent-group-pathname): Don't encode file names by
3014         nnmail-pathname-coding-system.
3015         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3016         coding-system-for-write instead of buffer-file-coding-system to
3017         gnus-agent-file-coding-system.
3019         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3020         Decode group name.
3022         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3024         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3025         (gnus-read-newsrc-el-file): Make group names unibyte.
3027         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3028         nnmail-pathname-coding-system.
3030         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3031         (nnrss-request-delete-group): Bind file-name-coding-system to
3032         nnmail-pathname-coding-system.
3033         (nnrss-read-server-data, nnrss-read-group-data): Bind
3034         file-name-coding-system correctly.
3035         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3037         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3038         (nntp-server-to-method-cache): New variable.
3039         (nntp-group-pathname): New function that decodes non-ASCII group names.
3040         (nntp-possibly-create-directory, nntp-marks-changed-p)
3041         (nntp-save-marks, nntp-open-marks): Use it.
3042         (nntp-possibly-create-directory, nntp-open-marks):
3043         Bind file-name-coding-system to nnmail-pathname-coding-system.
3044         (nntp-open-marks): Decode group names when bootstrapping marks.
3046         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3047         Newsgroups and Folowup-To headers.
3049 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3051         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3052         (gnus-server-closed-face, gnus-server-denied-face)
3053         (gnus-server-offline-face): Remove variable.
3054         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3056         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3057         of modifying message-stack directly for XEmacs.
3059         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3060         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3061         if the coding-system argument is nil for XEmacs.
3063         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3064         mm-charset-override-alist.
3066         * rfc2047.el: Don't require base64; require rfc2045 for the function
3067         rfc2045-encode-string.
3068         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3069         to quote the parameter value.
3071 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3073         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3074         form in gnus-group-name-charset-method-alist.
3076         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3077         overrides the default layout edit-form.
3079         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3081         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3083 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3085         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3086         as unfetched articles.
3088 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3090         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3092 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3094         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3095         original back end that keeps marks in the local system.
3097 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3099         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3100         arg of pop-to-buffer for XEmacs.
3101         (gnus-article-read-summary-keys): Ditto; don't restore window
3102         configuration if summary command ends up with neither article buffer
3103         nor summary buffer; describe bindings if summary keys end with C-h.
3105 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3107         * message.el (message-fix-before-sending): Skip raw message part to be
3108         forwarded while checking illegible text.
3109         (message-forward-make-body-mime, message-forward-make-body): Mark
3110         signed or encrypted raw message as having no illegible text.
3112 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3114         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3115         (gnus-message-with-timestamp-1): New macro.
3116         (gnus-message-with-timestamp): New function.
3117         (gnus-message): Use them.
3119         * nnheader.el (nnheader-message): Use them.
3121 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3123         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3124         .newsrc.eld file.
3126 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3128         * gnus-agent.el (gnus-agent-fetch-headers)
3129         (gnus-agent-retrieve-headers): Bind
3130         gnus-decode-encoded-address-function to identity.
3132         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3133         available also when the server returns simply a dot.
3135         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3137 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3139         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3141 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3143         * gnus-ems.el (gnus-x-splash): Make it work.
3145         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3146         from being used.
3148         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3150 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3152         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3153         4th and the 5th arguments.
3155         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3156         the front stickiness.
3157         (gnus-article-summary-command-nosave): Correct the order of the
3158         arguments passed to pop-to-buffer.
3159         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3160         summary command ends up with the article buffer.
3162         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3163         the same faces.
3165 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3167         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3169 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3171         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3172         * gnus-sum.el (gnus-summary-highlight):
3173         * pgg.el (pgg-sign-region, pgg-sign):
3174         * mail-source.el (mail-source-delete-old-incoming-confirm):
3175         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3177 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3179         * gnus-art.el (gnus-mime-view-part-externally)
3180         (gnus-mime-view-part-internally): Fix predicate function passed to
3181         completing-read.
3183         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3185         * gnus.el (gnus-update-message-archive-method): Add :version.
3187 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3189         * gnus.el (gnus-update-message-archive-method): New variable.
3191         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3192         according to gnus-message-archive-method if
3193         gnus-update-message-archive-method is non-nil.
3195 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3197         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3198         by Loic Dachary <loic@dachary.org>.
3199         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3201 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3203         * message.el (message-pop-to-buffer): Add switch-function argument.
3204         (message-mail): Pass switch-function argument to it.
3206 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3208         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3209         Improve doc string.
3211 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3213         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3214         (gnus-header-content)
3215         * gnus-cite.el (gnus-cite-10)
3216         * gnus-srvr.el (gnus-server-closed)
3217         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3218         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3219         (gnus-group-mail-3-empty, gnus-group-mail-low)
3220         (gnus-group-mail-low-empty, gnus-splash)
3221         * message.el (message-header-to, message-header-cc)
3222         (message-header-subject, message-header-other, message-header-name)
3223         (message-header-xheader, message-separator, message-cited-text)
3224         (message-mml): Lighten colors of faces used for dark background.
3226 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3228         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3229         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3231 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3233         * message.el (message-narrow-to-headers-or-head):
3234         Ignore mail-header-separator in the body.
3236 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3238         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3239         same as window size.
3241 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3243         * message.el (message-font-lock-keywords): Use message-header-xheader
3244         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3245         ahead of the anything pattern, to get it recognised.
3247 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3249         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3250         spam.el loads uses it in the compiled defadvice form.
3252 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3254         * gnus-sum.el (gnus-articles-to-read)
3255         (gnus-summary-insert-old-articles): Don't truncate group name for
3256         `read-string'.
3258         * gnus-util.el (gnus-limit-string): Delete this function.
3260         * gnus-sum.el (gnus-simplify-subject-fully): Use
3261         `truncate-string-to-width' instead.
3263 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3265         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3266         if, on summary exit, the next group has to be selected.
3267         (gnus-summary-exit): Use it.
3269 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3271         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3272         non-break space.
3274 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3276         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3277         Check if group is not a directory.
3278         (nnfolder-request-expire-articles): Don't delete articles if the target
3279         group is not available.
3281         * nnml.el (nnml-request-create-group): Properly check if group is not a
3282         file.
3283         (nnml-request-expire-articles): Don't delete articles if the target
3284         group is not available.
3286         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3287         Don't quote characters that are within parentheses.
3289 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3291         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3292         (gnus-handle-ephemeral-exit): Select article according to it.
3294 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3296         * message.el (message-insert-formated-citation-line): Remove newline.
3297         (message-citation-line-format): Add final \n here so that the user can
3298         avoid a blank line.
3300 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3302         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3303         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3304         Update lanl/arXiv support.
3306 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3308         * gnus.el: Bump version number.
3310 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * gnus.el (gnus-version-number): Bump version.
3314 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3316         * gnus.el: No Gnus v0.6 is released.
3318 2007-04-27  Didier Verna  <didier@xemacs.org>
3320         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3321         * gmm-utils.el (gmm-regexp-concat): here.
3322         * message.el: Don't require 'gnus-util.
3323         (message-dont-reply-to-names): Handle name change above.
3324         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3326 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3328         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3329         since the initial value varies according to the system.
3331 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3333         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3335 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3337         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3339 2007-04-24  Didier Verna  <didier@xemacs.org>
3341         Improve the type of gnus-ignored-from-addresses.
3342         * gnus-util.el (gnus-orify-regexp): New function.
3343         * message.el (gnus-util): Require it.
3344         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3345         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3346         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3348 2007-04-24  Didier Verna  <didier@xemacs.org>
3350         * gnus-sum.el:
3351         * gnus-utils.el: Fix some trailing whitespaces.
3353 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3356         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3357         article's Message-ID; refer parent article in summary buffer.
3359         * message.el (message-bounce): Call mime-to-mml.
3361         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3362         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3363         optimize and/or forms properly.
3365 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3367         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3368         URL.
3370 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3372         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3374 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3376         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3377         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3378         displayed of multipart/alternative part if it is invoked from summary
3379         buffer.
3381         * mm-view.el (mm-inline-text-html-render-with-w3m)
3382         (mm-inline-text-html-render-with-w3m-standalone)
3383         (mm-inline-render-with-function): Use mail-parse-charset by default.
3385 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3387         * parse-time.el (parse-time-string-chars): Check if CHAR
3388         is less than the length of parse-time-syntax.
3390 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3392         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3393         from gnus-newsgroup-processable.
3395 2007-04-16  Didier Verna  <didier@xemacs.org>
3397         * gnus-msg.el (gnus-configure-posting-styles): Handle
3398         message-signature-directory properly with :file syntax.  Reported by
3399         "Leo".
3401 2007-04-11  Didier Verna  <didier@xemacs.org>
3403         New user option: message-signature-directory.
3404         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3405         * message.el (message-insert-signature): Ditto.
3406         * message.el (message-signature-file): Doc update.
3407         * message.el (message-signature-directory): New.
3409 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3411         * gnus-msg.el (gnus-inews-yank-articles): Use
3412         message-exchange-point-and-mark instead of exchange-point-and-mark.
3414 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3416         * message.el (message-yank-original): Make sure cited text ends with
3417         newline; don't exchange point and mark.
3419 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3421         * tls.el (open-tls-stream): Properly handle case where there
3422         is no associated buffer.
3424 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3426         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3427         message-yank-original, make sure (< mark TEXT point).
3429 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3431         * message.el (message-fill-column): New variable.
3432         (message-mode): Use it.  Add comment on a possible new hook.
3434         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3435         (nnmail-get-new-mail): Reformat.
3437         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3439         * gmm-utils.el: Fix Commentary.
3440         (gmm-tool-bar-from-list): Fix typo in doc string.
3442 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3444         * message.el (message-yank-original): Don't switch point and mark
3445         unnecessarily to put point and mark as documented.
3447 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3450         from the message heads.
3452 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3454         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3455         article buffer does not have a window.  This may not be the best
3456         solution but is certainly better than setting the start of the null,
3457         that is the current, window.
3459 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3461         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3462         (gnus-draft-setup): Run it.
3464         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3465         gnus-score-fast-scoring.  Allow regexp.
3466         (gnus-score-headers): Use it.
3468         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3469         XEmacs.
3471         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3472         string.
3473         (gnus-button-alist): Also catch `<f1> k ...'.
3474         (gnus-treat-display-x-face): Fix doc string.
3476 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3478         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3479         evaluation of gnus-extended-version to ensure correct generation of the
3480         User-Agent header when message-generate-headers-first is used.
3482 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3484         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3485         hashcash-path is nil.  Don't call callback with incorrect number of
3486         parameters if val is 0.
3488 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3490         * message.el (message-required-news-headers):
3491         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3493 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3495         * tls.el (open-tls-stream): In handshake-waiting loop,
3496         don't wait more if there is output available to process.
3498 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3500         * tls.el (tls-program): Doc fix.
3502 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3504         * message.el (message-generate-new-buffers): Change the meaning of the
3505         nil value; add `standard' to the choices; treat t as `unique'; improve
3506         doc string.
3507         (gnus-select-frame-set-input-focus): Autoload.
3508         (message-buffer-name): Search for the existing message buffer if
3509         message-generate-new-buffers is nil or `standard'; treat the value t of
3510         message-generate-new-buffers as `unique'.
3511         (message-pop-to-buffer): Raise the frame already displaying the message
3512         buffer; clear the echo area after querying.
3513         (message-setup): Pass the `continue' argument to compose-mail.
3514         (message-mail): Prefer `switch-function' if it is given; search for the
3515         existing message buffer if the `continue' argument is non-nil; pass
3516         continue and switch-function arguments to compose-mail by way of
3517         message-setup.
3518         (message-mail-other-window): Adjust argument of message-setup.
3519         (message-mail-other-frame): Ditto.
3521 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3523         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3524         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3525         to turn font-lock on when turning gnus-message-citation-mode on.
3527 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3529         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3530         (mml-smime-function-alist): New variable; add epg as the backend.
3531         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3532         mml-smime- functions instead.
3533         * mm-view.el: Require smime.
3535 2007-03-05  Didier Verna  <didier@xemacs.org>
3537         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3538         instead of just inheritance for posting styles.
3539         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3541 2007-02-24  Chris Moore  <dooglus@gmail.com>
3543         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3544         * pgg-pgp.el (pgg-pgp-encrypt-region):
3545         * pgg-gpg.el (pgg-gpg-encrypt-region):
3546         Check pgg-encrypt-for-me if no other recipients.
3548 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3550         * tls.el (tls-certtool-program): Fix custom type.
3552 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3554         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3555         and point-at-eol instead of line-(beginning|end)-position.
3557         * assistant.el (assistant-parse-buffer): Ditto.
3559         * netrc.el (netrc-parse-services): Ditto.
3561 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3563         * mml2015.el (mml2015-epg-find-usable-key): New function.
3564         (mml2015-epg-sign): Use it.
3565         (mml2015-epg-encrypt): Use it.
3567 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * message.el (message-make-in-reply-to): Quote name containing
3570         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3571         if there are special characters.  Reported by NAKAJI Hiroyuki
3572         <nakaji@jp.freebsd.org>.
3574 2007-02-27  Didier Verna  <didier@xemacs.org>
3576         Include the group parameters as well as the topic ones in the
3577         inheritance filter process.
3578         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3579         argument GROUP-PARAMS-LIST.
3580         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3582 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3584         * nntp.el (nntp-never-echoes-commands)
3585         (nntp-open-connection-functions-never-echo-commands): New variables.
3586         (nntp-send-command): Use them.
3588 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3590         * mml2015.el (mml2015-epg-verify): Simplified.
3592 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3594         * mml.el (mml-content-disposition-alist): New user option.
3595         (mml-content-disposition): New function.
3596         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3597         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3599 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3601         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3602         verification.
3604 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3606         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3607         articles posted in the last 24 hours.
3609 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3611         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3613 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3615         * nntp.el (nntp-send-command): Don't wait for echoes when
3616         nntp-open-ssl-stream is used.
3618 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3620         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3621         (gnus-message-add-citation-keywords)
3622         (gnus-message-remove-citation-keywords): Remove.
3623         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3624         directly, make the variables in font-lock-defaults buffer-local, add
3625         gnus-message-citation-keywords to them and then update the value of
3626         font-lock-keywords.
3628 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3630         * message.el (message-cite-original-1): Don't call
3631         gnus-article-highlight-citation.
3633         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3634         citations; fix line count.
3636 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3638         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3639         (gnus-message-add-citation-keywords)
3640         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3641         versions of font-lock-add-keywords and font-lock-remove-keywords to
3642         work with XEmacs correctly.
3644 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3646         * gnus-cite.el (gnus-cite-face-list): Set the values of
3647         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3648         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3649         (gnus-message-cite-prefix-regexp): New variable.
3650         (gnus-message-search-citation-line): Use it; protect against long
3651         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3652         the 0th match data for Emacs.
3653         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3654         (gnus-message-add-citation-keywords): Append keywords rather than
3655         prepending; emulate font-lock-add-keywords if it is not available.
3656         (gnus-message-remove-citation-keywords): Emulate
3657         font-lock-remove-keywords if it is not available.
3659         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3661         * message.el (message-cite-prefix-regexp): Set the value of
3662         gnus-message-cite-prefix-regexp.
3664 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3666         * nnweb.el (nnweb-google-parse-1): Update parser.
3668 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3670         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3672 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3674         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3675         regexp.
3677 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3679         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3680         string-to-multibyte.
3681         (uudecode-decode-region-internal): Use it.
3683         * lpath.el: Fbind string-as-multibyte for XEmacs.
3685 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3687         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3688         custom choice.
3690         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3692 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3694         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3696         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3697         `write-region' to respect `mm-inhibit-file-name-handlers'.
3699 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3701         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3702         Use gnus-home-directory instead of "~/" or "$HOME".
3704 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3706         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3707         to mention filename.
3708         Add comments at beginning regarding usage.
3709         (encrypt-write-file-contents): Change interactive so a string is
3710         acceptable.  If the file has no associated model, show an error instead
3711         of a nonsense prompt.
3713 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3715         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3716         Thanks to Yoshihiko Yamada for kind notification of this typo.
3718 2007-01-12  Kenichi Handa  <handa@m17n.org>
3720         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3721         multibyte buffer.
3723 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3725         * gnus-score.el (gnus-score-fast-scoring): New variable.
3726         (gnus-score-headers): Use it.
3728         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3730         * message.el (message-cite-original-1): Call
3731         gnus-article-highlight-citation if requested.
3732         (message-make-from): Allow name and address as optional arguments.
3734         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3736         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3737         bugs to doc string.
3738         (gnus-button-alist): Add mid\\|message-id.
3739         (gnus-button-fetch-group): Extend for use in
3740         `browse-url-browser-function'.
3741         (gnus-button-url-regexp): Try to catch paired parentheses like in
3742         Wikipedia URLs.
3744         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3745         Suggested by Simon Krahnke <overlord@gmx.li>.
3747 2007-01-13  Romain Francoise  <romain@orebokech.com>
3749         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3750         Update copyright.
3752 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3754         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3756 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3758         * gnus-registry.el (gnus-registry-unfollowed-groups)
3759         (gnus-registry-split-fancy-with-parent): Fix documentation.
3761 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3764         from nnweb groups.
3766 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3769         Xref urls.  Erase buffer before requesting head.
3771 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3773         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3774         customizable.
3776 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3778         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3779         no signing key is found.
3780         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3781         no encrypting and/or signing key is found.
3783 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3785         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3787 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3789         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3790         headers read from disk with the ones newly found in the current search.
3791         This should no longer cause problems, because the article numbers in
3792         Gmane's `nov.php' output are ignored since the previous change.
3794 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3796         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3798 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3800         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3801         replace-regexp-in-string; bind url-version; fbind display-images-p and
3802         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3803         find-face and set-itimer-function for Emacs; bind itimer-list for
3804         Emacs.
3806         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3808 2007-01-01  Romain Francoise  <romain@orebokech.com>
3810         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3812 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3814         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3815         `define-minor-mode' macro definition expanded properly.
3816         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3817         exclude it there.
3819         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3820         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3821         `fboundp' test.
3822         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3823         This is OK to autoload in (S)XEmacs now.
3825 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3828         keystroke.
3829         (gnus-summary-limit-to-singletons): Fix typo.
3831         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3832         else fails.
3834 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3836         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3837         docstring.
3839         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3840         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3841         (gnus-summary-insert-dormant-articles): Fix typo in message.
3843 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3845         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3846         nil for XEmacs.
3847         (gnus-message-citation-mode): Don't autoload in XEmacs.
3849         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3851 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3853         * nnimap.el (nnimap-expunge-search-string): Mention
3854         nnimap-search-uids-not-since-is-evil in docstring.
3856 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3858         * spam.el: Revert to make-obsolete-variable because
3859         define-obsolete-variable-alias is not supported in Emacs 21.
3861         * spam.el (spam-ifile-path, spam-ifile-database-path)
3862         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3863         make-obsolete-variable.
3864         (spam-bsfilter-path, spam-bsfilter-program)
3865         (spam-spamassassin-path, spam-spamassassin-program)
3866         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3867         use "path" inappropriately.
3868         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3869         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3870         variable names.
3872 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3874         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3875         summary buffer.
3877         * password.el (password-cache-remove): Use clear-string to burn
3878         password, if available.
3880 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3882         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3884         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3886         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3887         (gnus-message-highlight-citation): Move defcustom here from
3888         gnus-cite.el.
3889         (gnus-message-citation-mode): Autoload.
3891         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3892         checks to make it compile with XEmacs.
3893         (gnus-message-citation-mode): New minor mode.
3894         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3895         (gnus-message-highlight-citation): New variables.
3896         (gnus-message-search-citation-line)
3897         (gnus-message-add-citation-keywords)
3898         (gnus-message-remove-citation-keywords)
3899         (turn-on-gnus-message-citation-mode)
3900         (turn-off-gnus-message-citation-mode): New functions.
3902 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3904         * gnus-cite.el: Enable highlighting of different citation levels in
3905         message-mode.
3907 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3909         * message.el (message-make-fqdn): Fix comment.
3910         (message-bogus-system-names): Add ".local".
3912         * spam.el (spam-ifile-path, spam-ifile-program)
3913         (spam-ifile-database-path, spam-ifile-database)
3914         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3915         Don't use "path" inappropriately.
3916         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3917         strings.
3918         (spam-check-ifile, spam-ifile-register-with-ifile)
3919         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3920         new variable names.
3922         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3923         (gnus-treat-display-smileys): Simplify using
3924         gnus-image-type-available-p.
3926         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3927         available.
3929         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3930         `display-images-p' if available.
3932 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3934         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3935         one after turning on the buffer's multibyteness instead of decoding
3936         them directly in the unibyte buffer that causes unexpected conversion
3937         in Emacs 23 (unicode).
3939 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3941         * message.el (message-generate-hashcash): Fix custom type.
3943 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3945         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3947 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3949         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3950         disconnect icons.  Add help text.
3952 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3954         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3955         negated to be consistent with the others we handle.
3957 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3960         version of gnus-summary-buffer to something, so that we can use two
3961         article buffers at the same time.
3963 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3965         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3966         trigger all the extra headers.
3967         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3968         sorting.
3970 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3972         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3973         solid groups.
3975 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3977         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3979 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3981         * legacy-gnus-agent.el: Add Copyright notice.
3983 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3985         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3987 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3991         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3992         to make it work reliably in CVS Emacs.
3993         (gnus-summary-limit-strange-charsets-predicate)
3994         (gnus-summary-limit-to-predicate): New functions.
3996 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3998         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3999         specifying array size.
4000         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4001         array if it is too small.
4002         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4003         (gnus-sort-threads-loop): New function.
4005 2006-12-06  Chris Moore  <dooglus@gmail.com>
4007         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4008         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4010 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
4012         * mm-url.el (mm-url-predefined-programs): Call curl with correct
4013         options.
4015 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4018         DOS-ing the recipient.
4020         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4021         the headers when creating the mapping to avoid mismappings.
4022         (nnweb-gmane-create-mapping): Always nix out old mapping.
4024 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4026         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4027         and mm-verify-option to never.
4029 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4031         * message.el (message-signed-or-encrypted-p): New function.
4032         (message-forward-make-body): Use it.
4034         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4035         Replace encode-coding-string with mm-encode-coding-string.
4037 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4039         * nneething.el (nneething-decode-file-name): Replace
4040         decode-coding-string with mm-decode-coding-string.
4042         * gnus-int.el (gnus-open-server): Say failed server's name.
4044 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4047         strings to a single string.  Quote `errors-file-name'.
4048         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4049         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4050         Adjust calls.  Use `shell-quote-argument'.
4052 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4054         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4055         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4057         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4058         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4059         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4060         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4061         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4062         (gnus-subscribe-newsgroup, gnus-1):
4063         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4064         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4065         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4066         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4068 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4071         keystroke.
4072         (gnus-summary-limit-to-bodies): Implement headersp.
4074 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4078 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4080         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4082 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084         * message.el (message-generate-hashcash): Expand range of values to
4085         include `opportunistic'.
4086         (message-send-mail): Use it.
4088 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4090         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4091         and comment it.
4093         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4095 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4097         * gnus-util.el (gnus-extract-address-components): Improve comment.
4099 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4101         * gnus-util.el (gnus-extract-address-components): Work with address in
4102         which the name portion contains @.
4104         * lpath.el: Fbind custom-autoload.
4106 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4108         * gnus.el (gnus-start): Move custom group up.
4109         (gnus-select-method): Don't autoload, but make it available for
4110         `customize-variable'.
4111         (gnus-getenv-nntpserver): Don't autoload.
4113 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4115         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4117 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4119         * message.el (message-sendmail-extra-arguments): New variable.
4120         (message-send-mail-with-sendmail): Use it.
4122 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4124         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4125         mm-with-unibyte-current-buffer to make string unibyte.
4127         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4128         mm-string-as-multibyte.
4130 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4132         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4133         Reported by Werner Koch <wk@gnupg.org>.
4135 2006-11-14  Daiki Ueno  <ueno@p360>
4137         * mml2015.el: Autoload epa-select-keys when compiling.
4139 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4141         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4142         message-options.
4143         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4145 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4147         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4148         EasyPG (< 0.0.6).
4149         (mml2015-always-trust): New user option.
4150         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4151         prompt.
4153 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4155         * nntp.el (nntp-authinfo-force): New variable.
4156         (nntp-send-authinfo): Use it.
4158 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4160         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4161         decode encoded words.  Improve prompt.  Add comment about forwarding.
4162         (message-replacement-char): Move up.
4164 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4166         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4167         instead of gnus-intersection because arguments of gnus-sorted-nunion
4168         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4170 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4172         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4173         (message-simplify-subject-functions): Enable
4174         message-strip-subject-encoded-words by default.
4176 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4178         * message.el (message-strip-subject-encoded-words): New function
4179         (message-simplify-subject-functions): New variable.
4180         (message-simplify-subject): Use it.  Fix typo in doc string.
4181         Support message-strip-subject-encoded-words.
4183 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4185         * gnus-diary.el (gnus-diary-delay-format-function):
4186         * nndiary.el (nndiary-reminders):
4187         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4189 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4191         * gnus-art.el (article-hide-boring-headers): Fetch date from
4192         gnus-original-article-buffer to avoid problems with localized date
4193         strings.
4195 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4197         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4199 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4201         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4202         New variables.
4203         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4204         (mm-charset-synonym-alist): Move some entries to
4205         mm-codepage-iso-8859-list.
4206         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4207         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4209 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4213 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4215         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4216         with Emacs 21 and XEmacs.
4218 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4220         * spam.el (spam-parse-address): New function for better parsing,
4221         catching errors, etc.
4222         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4224 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4226         * mm-view.el: Add interactive arg to html2text autoload.
4228 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4230         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4232 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4234         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4235         variables.
4236         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4237         (mm-charset-synonym-alist): Move some entries to
4238         mm-codepage-iso-8859-list.
4240         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4242 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4244         * message.el (message-citation-line-format)
4245         (message-insert-formated-citation-line): Fix implementation of %E, %N
4246         and %n according to the doc string.
4248 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4250         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4251         car-safe to avoid bad parses.
4253 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4255         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4256         names.
4258         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4260 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4262         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4263         header.
4265         * message.el (message-draft-headers): Add Date.
4266         (message-headers-to-generate): Fix typo in docstring.
4268         * nndraft.el (nndraft-required-headers): New variable.
4269         (nndraft-generate-headers): Use it.
4271         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4273 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4275         * gnus-registry.el (gnus-registry-wash-for-keywords)
4276         (gnus-registry-find-keywords): New functions to allow easy searching of
4277         articles that are in the registry.
4279 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4281         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4282         ietf-drums-parse-address instead of gnus-extract-address-components.
4283         Reported by Damien Elmes <damien@repose.cx>.
4285 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4287         * gnus.el (gnus-mime): Remove unused custom group.
4289 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4291         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4292         "blank line" when searching for end of armor headers.
4294 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4296         * gmm-utils.el (gmm-write-region): Fix variable name.
4298 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4300         * gmm-utils.el (gmm-write-region): New function based on compatibility
4301         code from `mm-make-temp-file'.
4303         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4305         * nnmaildir.el (nnmaildir--update-nov)
4306         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4307         Use `gmm-write-region'.
4309 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4311         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4312         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4314         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4316         * message.el (message-replacement-char): New variable.
4317         (message-fix-before-sending): Use it.
4318         (message-simplify-subject): New function to remove duplicate code.
4319         (message-reply, message-followup): Use it.
4321         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4322         gnus-summary-limit-to-articles.
4324 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4326         * gnus-util.el (gnus-with-local-quit): New macro.
4328         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4330 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4332         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4333         ignore non-string data.
4335 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4337         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4338         non-string data (needs to be done in the registry too).
4340 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4342         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4343         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4344         (gnus-registry-split-fancy-with-parent)
4345         (gnus-registry-fetch-simplified-message-subject-fast)
4346         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4347         Remove text properties on ingress into the registry and when it's saved.
4348         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4349         registry from entries with no groups.
4351 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4353         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4354         function to remove string properties.
4356 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4358         * gmm-utils.el (gmm): Adjust custom version.
4360         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4361         custom version.
4363         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4365 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4367         * gnus-art.el (gnus-insert-prev-page-button)
4368         (gnus-insert-next-page-button): Simplify.  Reformat.
4370 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4372         * gnus-art.el (gnus-insert-prev-page-button)
4373         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4375 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4377         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4379 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4381         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4382         gnus-article-button-face to MIME and security buttons.
4384 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4386         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4387         readable.
4389 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4391         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4393 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4395         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4396         `browse-url-of-file' instead of `browse-url'.
4398 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4400         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4401         regexp.  Articles containing quotation were cut prematurely.
4403 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * message.el (message-cite-original-1): Use nobody by default for the
4406         value of From header.
4407         (message-reply): Ditto.
4409 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4411         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4412         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4413         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4415 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4417         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4418         mails in the doc string.  Add some URLs in comment.
4419         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4421 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4423         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4424         backslashes handling and the way to find boundaries of quoted strings.
4426 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4428         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4429         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4430         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4431         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4433 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4435         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4436         doc string.
4437         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4439 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4441         * lpath.el: Fbind epg-check-configuration.
4443 2006-09-06  Simon Josefsson  <jas@extundo.com>
4445         * mml2015.el (mml2015-use): Doc fix, mention epg.
4447 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4449         * mml2015.el (mml2015-use): Default to epg, if available.
4451 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4453         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4454         message-sender.
4455         (mml1991-epg-encrypt): Ditto.
4456         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4457         message-sender.
4458         (mml2015-epg-encrypt): Ditto.
4460 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4462         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4463         several common directories.
4465 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4467         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4468         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4470 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4472         * gnus-art.el (article-decode-encoded-words): Make it fast.
4474 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4476         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4478         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4479         in quoted string into `\'.
4481 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4483         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4484         Use standard-syntax-table.
4486 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4488         * gnus-art.el (gnus-decode-address-function): New variable.
4489         (article-decode-encoded-words): Use it to decode headers which are
4490         assumed to contain addresses.
4491         (gnus-mime-delete-part): Remove useless `or'.
4493         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4494         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4495         (gnus-nov-parse-line): Use it to decode From header.
4496         (gnus-get-newsgroup-headers): Ditto.
4497         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4499         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4500         (mail-decode-encoded-address-string): New alias.
4502         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4503         New function.
4504         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4505         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4506         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4507         (rfc2047-decode-string): Ditto.
4508         (rfc2047-decode-address-region): New function.
4509         (rfc2047-decode-address-string): New function.
4511 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4513         * message.el (message-caesar-buffer-body): Allow rotating headers.
4515         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4517         * message.el (message-insert-formated-citation-line): Fix %f.
4518         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4520 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4522         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4523         (gnus-bookmark-mouse-available-p): New macro.
4524         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4525         (gnus-bookmark-bmenu-show-infos): Use it.
4526         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4527         (gnus-bookmark-bmenu-hide-infos): Ditto.
4528         (gnus-bookmark-remove-properties): New function.
4529         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4530         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4531         (gnus-bookmark-write-file): Bind coding-system-for-write.
4532         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4533         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4534         group before selecting it.
4535         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4536         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4537         quit-window if it is not available; use gnus-mouse-2 and bind it to
4538         gnus-bookmark-bmenu-select-by-mouse.
4539         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4540         (gnus-bookmark-bmenu-select-by-mouse): New function.
4542 2006-08-13  Romain Francoise  <romain@orebokech.com>
4544         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4545         space.
4547 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4549         * compface.el (uncompface): Use binary rather than raw-text-unix.
4551 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4553         * compface.el (uncompface): Make sure the eol conversion doesn't take
4554         place when communicating with the external programs.  Reported by
4555         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4557 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4559         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4561 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4563         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4564         Make it more robust by parsing author and date independently.
4566 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4568         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4570 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4572         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4573         first matching secret key.
4574         (mml2015-epg-encrypt): Ditto.
4576         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4577         first matching secret key.
4578         (mml1991-epg-encrypt): Ditto.
4580         * mml2015.el (mml2015-encrypt-to-self): New user option.
4581         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4582         mml2015-epg-encrypt-to-self is set.
4584         * mml1991.el (mml1991-encrypt-to-self): New variable.
4585         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4586         mml1991-epg-encrypt-to-self is set.
4588         * mml2015.el (mml2015-signers): New user option.
4589         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4590         (mml2015-epg-encrypt): Allow to select signing keys.
4592         * mml1991.el (mml1991-signers): New variable.
4593         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4594         (mml1991-epg-encrypt): Allow to select signing keys.
4596 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4598         * nnheader.el (nnheader-insert-head): Make it work even if the file
4599         uses CRLF for the line-break code.
4601 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4603         * mml2015.el: Require mml-sec instead of password.
4604         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4605         (mml2015-cache-passphrase): Inherit the default value from
4606         mml-secure-cache-passphrase.
4607         (mml2015-passphrase-cache-expiry): Inherit the default value from
4608         mml-secure-passphrase-cache-expiry.
4610         * mml1991.el: Require mml-sec instead of password.
4611         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4612         (mml1991-cache-passphrase): Inherit the default value from
4613         mml-secure-cache-passphrase.
4614         (mml1991-passphrase-cache-expiry): Inherit the default value from
4615         mml-secure-passphrase-cache-expiry.
4617         * mml-sec.el: Require password.
4618         (mml-secure-verbose): New user option.
4619         (mml-secure-cache-passphrase): New user option.
4620         (mml-secure-passphrase-cache-expiry): New user option.
4622 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4624         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4625         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4626         andreas@altroot.de (Andreas Vögele).
4628         FIXME: Use `tiny change'?
4630 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4632         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4633         workaround for the url package included with Emacs.
4635         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4637 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4639         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4640         correctly.  This fixes a bug caused by the 2006-05-12 change.
4642 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4644         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4645         some information about the error when saying that the `bogus' mail
4646         group will be used.
4648 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4650         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4651         string.
4653 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4655         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4657 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4659         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4661 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4663         * mml1991.el (mml1991-function-alist): Add epg.
4664         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4665         (mml1991-epg-encrypt): New functions.
4667 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4669         * mml2015.el (mml2015-verbose): New variable.
4670         (mml2015-cache-passphrase): Ditto.
4671         (mml2015-passphrase-cache-expiry): Ditto.
4672         (mml2015-function-alist): Add epg.
4673         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4674         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4675         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4676         functions.
4678 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4680         * message.el (message-cite-original-1): Preserve region when removing
4681         quoted text due to X-No-Archive in order to avoid bogus attribution
4682         when citing multiple messages.
4684 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4686         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4687         Kenneth Jacker <khj@be.cs.appstate.edu>.
4689 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4691         * gnus-diary.el (gnus-user-format-function-d)
4692         (gnus-user-format-function-D): Autoload.
4694         * imap.el (Commentary): Fix typo.
4696         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4697         2006-04-22 contribution.
4699 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4701         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4702         It didn't really fix the bogosity I'm seeing with solid web groups.
4704 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4706         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4707         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4708         created using server names.  If we use the feature without declaring
4709         it, Gnus does not properly manage server and group state.
4711         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4712         bound.
4714 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4716         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4717         looking up the method using GROUP's prefix before inventing a new one.
4718         It is used on killed/unknown groups in various places where returning
4719         an all-new method isn't expected by the caller.
4721         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4722         and match semantics of gnus-group-real-prefix.
4724 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4726         * nnmail.el (nnmail-broken-references-mailers): New variable.
4727         (nnmail-ignore-broken-references): New function generalizing
4728         nnmail-fix-eudora-headers.
4729         (nnmail-fix-eudora-headers): Now obsolete.
4731         * gnus-art.el (gnus-button-handle-custom): Support
4732         `customize-apropos*'.
4734 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4738         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4739         articles.
4741 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4743         * message.el (message-cite-reply-above): New variable.
4744         (message-yank-original): Use it.
4746 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4748         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4750 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4752         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4753         as read.
4755         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4757 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4759         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4760         (gnus-bookmark-default-file): Use gnus-directory.
4761         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4762         Remove "*" in doc string.
4763         (gnus-bookmark-write-file): Simplify.
4764         (gnus-bookmark-maybe-sort-alist): Use `when'.
4765         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4766         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4767         FIXME about Emacs 21 and XEmacs compatibility.
4768         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4769         compatibility.
4770         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4771         compatibility.
4772         (gnus-bookmark-menu-heading): Fix version.
4774 2006-06-19  Bastien Guerry  <bzg@altern.org>
4776         * gnus-bookmark.el: New file.
4778 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4780         * message.el (message-syntax-checks): Doc fix.
4782 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4784         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4785         unsubscribed groups as if they were killed ones.  It causes duplicate
4786         entries in gnus-newsrc-alist.
4788 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4790         * message.el (message-syntax-checks): Doc fix.
4791         (message-send-mail): Add check for continuation headers.
4792         (message-check-news-header-syntax): Fix regexp used to check for
4793         continuation headers.
4795 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4799 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4801         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4803 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4805         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4806         default-truncate-lines.
4808 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4810         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4811         to fill the utf-8 entry.
4813         * lpath.el: Fbind unicode-precedence-list.
4815 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4817         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4819 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4821         * gnus-agent.el (directory-files-and-attributes): Move all the way
4822         forward (the third and final move).
4823         (gnus-agent-read-agentview): Trap reconstruction errors due to
4824         nonexistant directory.  Handle by returning nil.
4826 2006-05-30  Didier Verna  <didier@xemacs.org>
4828         * message.el (message-dont-reply-to-names): Update the custom type.
4829         * message.el (message-dont-reply-to-names): New defsubst: potentially
4830         convert a list of regexps into a single one.
4831         * message.el (message-get-reply-headers): Use it.
4832         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4834 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4836         * gnus-agent.el (directory-files-and-attributes): Move forward.
4838 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4840         * gnus-ml.el (gnus-mailing-list-subscribe)
4841         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4842         (gnus-mailing-list-message): Fix doc strings.
4844 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4846         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4847         of doing it manually.
4849 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4851         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4852         comment.
4854 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4856         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4857         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4858         (gnus-agent-read-local): All symbols allocated in my-obarray
4859         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4860         (gnus-agent-regenerate-group): Check numeric names to see if they are
4861         messages or groups.
4862         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4863         better way of do this...)
4865         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4866         'dummy.group' (there should be a better way of do this...)
4868 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4871         (gnus-saved-headers): Ditto.
4872         (gnus-default-article-saver): Mention functions may have properties.
4873         (gnus-article-save): Override gnus-save-all-headers and
4874         gnus-saved-headers by :headers property which saver function may have.
4875         (gnus-summary-save-in-file): Add :headers property.
4876         (gnus-summary-write-to-file): Ditto.
4878         * gnus-sum.el (gnus-summary-save-article): Bind
4879         gnus-prompt-before-saving to t when saving many articles in a file;
4880         always show all headers.
4882         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4884 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4886         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4887         marks.
4889         * message.el (message-indent-citation): Add optional arguments to allow
4890         using it outside of message buffers.
4892         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4893         (gnus-article-treat-unfold-headers): Use it.
4894         (gnus-article-truncate-lines): New variable.
4895         (gnus-article-mode): Use it.
4896         (gnus-article-toggle-truncate-lines): New function.
4898         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4899         gnus-article-toggle-truncate-lines.
4901         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4902         coding system in XEmacs, use binary.
4904 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4906         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4907         after-load-alist.
4909         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4910         this function should save decoded articles.
4911         (gnus-summary-write-to-file): Use property to specify this function
4912         should save decoded articles and specify gnus-summary-save-in-file
4913         should be used to save articles other than the first one when saving
4914         many articles.
4915         (gnus-summary-save-body-in-file): Use property to specify this
4916         function should save decoded articles.
4917         (gnus-summary-write-body-to-file): Use property to specify this
4918         function should save decoded articles and specify
4919         gnus-summary-save-body-in-file should be used to save articles other
4920         than the first one when saving many articles.
4922         * gnus-sum.el (gnus-summary-save-article): Simplify.
4924 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4926         * gnus-art.el (gnus-default-article-saver): Add
4927         gnus-summary-write-body-to-file.
4928         (gnus-article-save-coding-system): Don't use coding system object
4929         in XEmacs.
4930         (gnus-read-save-file-name): Add optional `dir-var' argument which
4931         specifies directory in which files are saved; work even if optional
4932         `variable' argument is not specified.
4933         (gnus-summary-write-to-file): Read file name.
4934         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4935         (gnus-summary-write-body-to-file): New function.
4937         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4938         (gnus-summary-local-variables): Add it.
4939         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4940         (gnus-summary-save-article): Remove optional `decode' argument;
4941         determine whether to decode articles by the value of
4942         gnus-default-article-saver; when saving many files using
4943         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4944         it first and use gnus-summary-save-in-file or
4945         gnus-summary-save-body-in-file thereafter unless
4946         gnus-prompt-before-saving is always; move point to article which
4947         will be saved.
4948         (gnus-summary-save-article-file): Revert.
4949         (gnus-summary-write-article-file): Revert.
4950         (gnus-summary-save-article-body-file): Revert.
4951         (gnus-summary-write-article-body-file): New function.
4953 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4955         * gnus-art.el (gnus-default-article-saver): Doc fix.
4956         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4957         from gnus-summary-save-article-coding-system, and default to a
4958         certain coding system.
4959         (gnus-output-to-file): Add coding cookie and encode text according
4960         to gnus-article-save-coding-system; don't use mm-append-to-file.
4962         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4963         gnus-art.el and rename to gnus-article-save-coding-system.
4964         (gnus-summary-save-article): Require gnus-art; don't show all
4965         headers if it decodes articles; don't add coding cookie here;
4966         don't bind mm-text-coding-system-for-write.
4967         (gnus-summary-save-article-file): Save decoded articles.
4968         (gnus-summary-write-article-file): When saving many files, use
4969         gnus-summary-write-to-file first and gnus-summary-save-in-file
4970         thereafter unless gnus-prompt-before-saving is always.
4971         (gnus-summary-save-article-body-file): Save decoded articles.
4973         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4975 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4977         * nnrss.el (nnrss-check-group): Bind hash-index.
4979 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4981         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4982         its hash index.  Store this hash in `nnrss-group-data'.
4983         (nnrss-read-group-data): Update accordingly.
4985 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4987         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4988         entry.
4990         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4991         gnus-article-browse-html-article.
4993 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4995         * gnus-sum.el (gnus-summary-mime-map): Add
4996         gnus-article-browse-html-article.
4998         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5000 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
5002         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5003         suitable coding systems in customize.
5005 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5007         * mail-source.el (mail-sources): Fix custom type.
5009 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5011         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5012         (gnus-summary-expire-articles-now): Shorten prompt.
5014         * gmm-utils.el (wid-edit): Require.
5015         (defun-gmm): Renamed from `gmm-defun-compat'.
5016         (gmm-image-search-load-path): Use it.
5017         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
5019 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5021         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5022         variable.
5023         (gnus-summary-save-article): Add optional `decode' argument.  If
5024         it is set and gnus-summary-save-article-coding-system is non-nil,
5025         save decoded article.
5026         (gnus-summary-write-article-file): Save decoded article if
5027         gnus-summary-save-article-coding-system is non-nil.
5029         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5030         type.
5032 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5034         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5036 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5038         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5039         first to test gnus-single-article-buffer which may be buffer-local.
5041         * gnus-sum.el (gnus-summary-setup-buffer): Make
5042         gnus-single-article-buffer buffer-local and nil in ephemeral
5043         group; make gnus-article-buffer, gnus-article-current, and
5044         gnus-original-article-buffer always buffer-local.
5045         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5046         group.
5047         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5049 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5051         * nnml.el (nnml-request-compact-group): Compressed files might not
5052         have .gz extension.
5054 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5057         (mm-copy-to-buffer): Use with-current-buffer.
5058         (mm-display-part): Simplify.
5059         (mm-inlinable-p): Add optional arg `type'.
5061 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5063         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5064         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5065         Try harder to show the attachment internally or externally using
5066         gnus-mime-view-part-as-type.
5068 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5070         * message.el (message-from-style, message-signature-separator)
5071         (message-user-organization-file, message-send-mail-function)
5072         (message-citation-line-function, message-yank-prefix)
5073         (message-indent-citation-function, message-signature)
5074         (message-signature-file, message-signature-insert-empty-line):
5075         Remove autoloads.
5077         * gnus-art.el (gnus-buttonized-mime-types): Remove
5078         "multipart/signed".  Revert 2006-04-26 change.
5080 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082         * gnus.el (gnus-version-number): Bump version.
5084 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5086         * gnus.el: No Gnus v0.5 is released.
5088 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5090         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5091         fetching articles by message-id.
5093 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095         * message.el (hashcash): Require hashcash as normal.
5097         * ecomplete.el (ecomplete-highlight-match-line): Use
5098         point-at-eol.
5099         (ecomplete-highlight-match-line): Use `highlight', because that
5100         face exists in both Emacs and XEmacs.
5102         * message.el (message-display-abbrev): Use point-at-bol.
5104         * mail-source.el: Don't require timer/timer-funcs.
5106         * gnus-async.el: Ditto.
5108         * password.el: Ditto.
5110         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5112         * mm-url.el: Ditto.
5114         * gnus-xmas.el: Don't require timer-funcs.
5116         * mm-util.el: Require timer/timer-funcs.
5118 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5120         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5121         Close.
5123 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5125         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5126         unibyte after clear-decrypt function runs.
5128         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5129         returns as a unibyte string.
5131 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5133         * lpath.el: Revert.
5135         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5136         (pgg-gpg-process-sentinel): Revert.
5138         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5139         (pgg-pgp-lookup-key): Revert.
5141         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5142         (pgg-pgp5-lookup-key): Revert.
5144         * pgg.el (pgg-fetch-key): Revert.
5146 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5148         * lpath.el: Fbind string-as-multibyte for XEmacs.
5150         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5151         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5152         (mml1991-pgg-encrypt): Ditto.
5154         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5155         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5156         a multibyte buffer.
5158         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5159         (pgg-pgp-lookup-key): Ditto.
5161         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5162         (pgg-pgp5-lookup-key): Ditto.
5164         * pgg.el (pgg-fetch-key): Ditto.
5166 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5168         * message.el (message-user-organization-file): Check several
5169         locations of the organization file.
5171         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5172         Add gnus-article-view-part-as-type.
5174         * gnus-art.el (gnus-article-view-part-as-type): New function.
5176         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5177         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5179         * mml.el: Simplify autoload.
5180         (mml-mode): defvar dnd-protocol-alist instead of using
5181         symbol-value.
5182         (mml-default-directory): New variable.
5183         (mml-minibuffer-read-file): Use it.
5184         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5186         * message.el (message-citation-line-format): New variable.
5187         (message-insert-formated-citation-line): New function.
5188         (message-citation-line-function): Add
5189         `message-insert-formated-citation-line' to custom type.
5191         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5192         to doc string.
5194         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5195         depending on mm-verify-option.
5197 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5199         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5200         binding pgg-* variables; reimplement the section which prevents
5201         MIME header from being signed.
5202         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5203         pgg-text-mode; remove a blank line at the top of body.
5205         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5206         lines at the top of body; use gnus-newsgroup-charset if there's no
5207         Charset header.
5209 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5211         * message.el (message-self-insert-commands): Doc fix.
5213         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5214         (mm-uu-pgp-encrypted-test): Ditto.
5215         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5216         between header and body; return application/pgp-encrypted handle
5217         if decryption failed; decode decrypted body by charset.
5219         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5220         element match to application/pgp-*.
5222 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5224         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5225         HTML.
5227 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229         * mail-source.el (mail-source-call-script): Message the error
5230         string.
5232 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234         * gnus-util.el (gnus-byte-compile): Use it.
5236 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5238         * gnus-util.el (kill-empty-logs): New function.
5240 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242         * message.el (message-mail-alias-type): Doc fix.
5243         (message-mail-alias-type-p): New function.
5244         (message-send): Use it.
5245         (message-mode): Ditto.
5246         (message-strip-forbidden-properties): Ditto.
5248         * ecomplete.el (ecomplete-database-file-coding-system): New
5249         variable.
5250         (ecomplete-save): Use it.
5251         (ecomplete-setup): Use it.
5253 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5255         * message.el (message-self-insert-commands): New variable.
5256         (message-strip-forbidden-properties): Use it.
5258 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5261         that doesn't make XEmacs choke.
5263 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5265         * gnus-util.el (gnus-replace-in-string):
5266         Prefer replace-regexp-in-string over of replace-in-string.
5268 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         * gnus-util.el (gnus-select-frame-set-input-focus):
5271         Use select-frame-set-input-focus if it is available in XEmacs; use
5272         definition defined in Emacs 22 for old Emacsen.
5274         * dgnushack.el: Autoload unmorse-region for XEmacs.
5276         * lpath.el: Bind cursor-in-non-selected-windows and
5277         select-frame-set-input-focus for XEmacs.
5279 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5281         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5283 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5285         * gnus-registry.el (gnus-registry-cache-save): Remove text
5286         properties when saving via the temp buffer.
5288 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5290         * message.el (message-generate-hashcash): Honor custom type.
5292 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294         * message.el (message-generate-hashcash): Default to non-nil when
5295         hashcash is found.
5297         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5298         (gnus-refer-thread-limit): Increase default to 500.
5300         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5302         * flow-fill.el (fill-flowed): Allow delete-space.
5304 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5306         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5307         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5308         Remove autoloads.
5310 2006-04-18  Simon Josefsson  <jas@extundo.com>
5312         * message.el (message-generate-hashcash): Default to.
5314 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5316         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5317         concatenating segments rather than before concatenating them.
5319 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5321         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5323 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5327         * message.el (message-forward-make-body-plain): Allow
5328         message-forward-ignored-headers to be a list.
5329         (message-remove-ignored-headers): Factor out into function.
5330         (message-forward-make-body-mml): Use it.
5332         * imap.el (imap-quote-specials): New function.
5333         (imap-login-auth): Quote specials.
5335         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5336         (rfc2231-parse-string): Allow concatanation of parameters that
5337         aren't contiguous.  The test case is
5338           (mail-header-parse-content-type "message/external-body;
5339             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5340             access-type=LOCAL-FILE;
5341             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5343 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * nntp.el (nntp-accept-process-output): Return the value of
5346         `nnheader-accept-process-output'.
5348 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5351         (gnus-button-alist): Recognize more diff formats.
5352         (gnus-button-patch): Strip directory.
5354 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5356         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5357         Emacs 22 when setting focus.
5359 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361         * gnus-art.el (gnus-article-treat-types): Do treatment of
5362         text/x-verbatim parts.
5363         (gnus-button-patch): New command.
5365         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5366         addresses that contain invalid characters.
5368 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370         * message.el (message-put-addresses-in-ecomplete): Use
5371         gnus-replace-in-string.
5372         (message-is-yours-p): Use the more correct
5373         mail-header-parse-address instead of
5374         mail-extract-address-components.
5375         (message-put-addresses-in-ecomplete): Fix typo.
5377         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5378         keystroke.
5380         * gnus-art.el (gnus-treatment-function-alist): Change order of
5381         newsgroups/generic header folding to avoid double-folding.
5383         * message.el (message-hidden-headers): Add X-Draft-From.
5385         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5386         command.
5387         (gnus-summary-repeat-search-article-backward): New command.
5389         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5390         groups in the parent topic.
5392 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5394         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5395         (spam-extra-header-to-number): Return the CRM114 number as a
5396         number instead of a string.
5398 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400         * gnus-art.el (gnus-face-properties-alist): Moved here from
5401         gnus-fun.
5403         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5405 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407         * message.el (message-strip-forbidden-properties): Only display on
5408         self-insert-command.
5410         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5411         reindent.
5412         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5414 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5416         * smiley.el (smiley-style): Fix typo.
5418 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420         * hashcash.el (hashcash-insert-payment-async-2): Use
5421         message-goto-eoh instead of doing it manually.
5422         (mail-add-payment): Use message-narrow-to-header instead of trying
5423         to do the same itself.
5425         * message.el (message-hidden-headers): Add Face.
5427         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5428         reparenting code.
5429         (gnus-summary-reparent-children): Refactored out code.
5430         (gnus-summary-thread-map): New keystroke.
5431         (gnus-summary-reparent-children): Make into command.
5433         * smiley.el (smiley-style): Default to `medium' if using a large
5434         font.
5436         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5437         does it itself.
5439         * message.el (message-point-in-header-p): Simplify definition.
5441 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443         * nnagent.el (nnagent-request-set-mark): Silence log file
5444         writing.
5445         (nnagent-request-set-mark): Use write-region instead of
5446         append-to-file.
5448         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5449         strange select method.
5451         * ecomplete.el (ecomplete-display-matches): Get highlightling
5452         right.
5453         (ecomplete-display-matches): Use literals.
5454         (ecomplete-display-matches): Disable message logging.
5456         * message.el (message-display-abbrev): Small optimization.
5458         * ecomplete.el (ecomplete-display-matches): Allow automatic
5459         display.
5461         * message.el (message-strip-forbidden-properties): Display
5462         abbrevs.
5463         (message-display-abbrev): Get automatic display right.
5465         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5466         keystrokes.
5468 2006-04-13  Romain Francoise  <romain@orebokech.com>
5470         TODO: Backport to v5-10!
5472         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5473         Moved here (and renamed) from gnus-registry.el.
5475         * gnus-registry.el: Require gnus-util.
5476         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5478 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480         * gnus-group.el (gnus-group-catchup-current): Change
5481         if-then-else-if-then-else into cond.
5482         (gnus-group-catchup): Indent.
5483         (group-name-at-point): New function.
5484         (gnus-fetch-group): Provide default from thing at point.
5486 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488         * message.el (message-display-abbrev): Fix regexp.
5490         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5491         choosing.
5492         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5493         dead variables.
5495         * message.el (message-newline-and-indent): Remove debugging.
5496         (message-display-abbrev): Use new implementation.
5498 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5500         * gnus-art.el (gnus-article-mode): Set
5501         cursor-in-non-selected-windows to nil.
5503         * smiley.el: Revert previous change.
5504         (smiley-data-directory): defvar it before using it in the
5505         defcustom of `smiley-style'.
5507 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509         * message.el (message-newline-and-indent): New function.
5511         * ecomplete.el: Implement more bits.
5513         * message.el (message-put-addresses-in-ecomplete): Clean up the
5514         string.
5516         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5518         * gnus-sum.el (gnus-summary-save-parts): Bind
5519         gnus-summary-save-parts-counter and use it to make unique file
5520         names.
5522         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5524         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5525         parameter to say whether to actually parse the individual
5526         addresses.
5528         * message.el (message-put-addresses-in-ecomplete): New function.
5529         (ecomplete): Require.
5530         (message-mail-alias-type): Add ecomplete as an option.
5532 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5534         * flow-fill.el (fill-flowed): Remove trailing space from blank
5535         quoted lines.
5537 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539         * smiley.el (smiley-style): Move definition later to avoid a
5540         compilation warning.
5542 2006-04-12  Kenichi Handa  <handa@m17n.org>
5544         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5545         buffer and then decode the buffer text if necessary.
5546         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5547         first, and after mm-encode-body, change the buffer to unibyte.
5548         Use mm-disable-multibyte instead of set-buffer-multibyte.
5550 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5552         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5553         Content-Type header instead of Content-Disposition header.
5554         (gnus-mime-inline-part): Ditto.
5555         (gnus-mime-view-part-as-charset): Ignore charset that the part
5556         specifies.
5558         * mm-decode.el (mm-display-part): Work with external parts and
5559         usual parts similarly.
5561         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5562         instead of gnus-display-mime.
5564         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5565         instead of with-temp-buffer.
5567         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5568         tag to summarized topics part in order to encode non-ASCII text.
5570 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5572         * smiley.el (smiley-style): New variable.
5573         (smiley-directory): New function.
5574         (smiley-data-directory): Derive from `smiley-style' using
5575         `smiley-directory'.
5576         (smiley-regexp-alist): Add new entries.
5578         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5579         (gnus-article-browse-delete-temp): Add :version.
5581 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5583         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5584         the sieve region.
5586 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588         * gnus.el (gnus-version-number): Bump version.
5590 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5592         * gnus.el: No Gnus v0.4 is released.
5594 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5597         layout.
5599         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5600         unknown charset.
5602         * message.el (message-header-synonyms): Add Original-To to the
5603         default.
5605         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5606         optional parameter.
5608 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5610         * gnus-fun.el (gnus): Require it for gnus-directory.
5612 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5614         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5616 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5618         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5620 2006-04-05  Simon Josefsson  <jas@extundo.com>
5622         * password.el (password-reset): New function.
5624 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5626         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5627         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5629 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5631         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5632         Some whitespace was matched into the url, which broke browsing hits
5633         > 100 when mm-url-use-external was nil.
5635 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5637         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5638         gnus-extra-headers for 'Newsgroups.
5640         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5641         bound.
5643 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5645         * pgg-gpg.el: Clean up process buffers every time gpg processes
5646         complete.
5648 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5650         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5651         doc string.
5653 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5655         * pgg-gpg.el (pgg-gpg-process-filter)
5656         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5658         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5659         lines, temporary fix.
5661 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5663         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5665 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5667         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5668         default-enable-multibyte-characters.  This reverts the change from
5669         revision 6.17 which is no longer necessary because the passphrase
5670         is sent separately now.  GnuPG messages are unreadable under
5671         multibyte locales with default-enable-multibyte-characters set to
5672         nil.
5674 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5676         * message.el (message-tool-bar-gnome): Move "spell".
5678 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5681         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5682         instead.
5684 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5687         newsgroups handling for NNTP overviews which don't include
5688         Newsgroups.
5690 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5692         * message.el (message-resend): Bind message-generate-hashcash to nil.
5694 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5696         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5697         when searching for already-paid recipients.
5699 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5701         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5702         passphrases when it is not needed.
5703         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5704         passphrase stuff from gpg, should only be necessary when you use
5705         gpg with a smartcard.
5707 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5709         * mml.el (mml-insert-mime): Ignore cached contents of
5710         message/external-body part.
5712         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5713         (mm-insert-part): Ditto.
5715 2006-03-23  Simon Josefsson  <jas@extundo.com>
5717         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5718         Reiner.
5719         (pgg-gpg-use-agent-p): Use it again.
5721 2006-03-23  Simon Josefsson  <jas@extundo.com>
5723         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5724         older emacsen.
5725         (pgg-gpg-use-agent-p): Don't use it.
5727 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5729         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5730         if we can.
5732 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5734         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5735         (pgg-gpg-update-agent): New function.
5736         (pgg-gpg-use-agent-p): New function.
5737         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5738         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5739         (pgg-gpg-sign-region): Use it.
5741 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5744         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5746 2006-03-21  Simon Josefsson  <jas@extundo.com>
5748         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5749         <wilde@sha-bang.de>.
5750         (pgg-gpg-use-agent): New variable.
5751         (pgg-gpg-process-region): Use it.
5752         (pgg-gpg-encrypt-region): Likewise.
5753         (pgg-gpg-encrypt-symmetric-region): Likewise.
5754         (pgg-gpg-decrypt-region): Likewise.
5755         (pgg-gpg-sign-region): Likewise.
5756         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5758 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5760         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5762         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5763         Add comment on version.
5765 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5767         * smiley.el: Add missing test smiley.
5769 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5771         * mm-decode.el (mm-with-part): New macro.
5772         (mm-get-part): Use it; work with message/external-body as well.
5773         (mm-save-part): Treat name and filename equally.
5775         * mm-extern.el (mm-extern-cache-contents): New function.
5776         (mm-inline-external-body): Use it; force the part to be displayed;
5777         move undisplayer added to the cached handle to the parent.
5779         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5780         (gnus-mime-view-part-as-type): Work with message/external-body.
5782         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5784 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5786         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5787         images in image-load-path.  [Sync with image.el, revision 1.60, in
5788         Emacs.]
5790 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5792         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5793         path rather than symbol.  Always return list of directories.
5794         Guarantee that image directory comes first.  [Sync with image.el,
5795         revision 1.59, in Emacs.]
5797         * message.el (message-make-tool-bar): Adjust to new API of
5798         `gmm-image-load-path-for-library'.
5800         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5802         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5804 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5806         * gnus-art.el (gnus-article-only-boring-p):
5807         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5808         intangible text.
5809         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5811 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5813         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5814         `defun' instead of `gmm-defun-compat'.
5816 2006-03-14  Simon Josefsson  <jas@extundo.com>
5818         * message.el (message-unique-id): Don't use message-number-base36
5819         if (user-uid) is a float.
5820         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5822 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5824         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5826         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5827         empty line between a part and a message part.
5829 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5831         * smiley.el: Add more test smileys.
5832         (smiley-data-directory, smiley-regexp-alist)
5833         (gnus-smiley-file-types): Fix doc strings.
5834         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5835         adding new elements.
5836         (smiley-mouse-map): Unused code.  Make it a comment.
5838 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5840         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5841         scan latest NoCeM messages instead of old ones.
5842         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5843         delimiters that are recently used.
5844         (gnus-nocem-load-cache): Add autoload cookie.
5846         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5848         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5849         level which is larger than gnus-use-nocem is specified.
5851         * gnus-group.el (gnus-group-get-new-news): Ditto.
5853 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5855         * gnus-util.el (gnus-tool-bar-update): New function.
5857         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5858         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5860         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5862         * gnus-group.el (gnus-group-redraw-when-idle)
5863         (gnus-group-redraw-check): Remove.
5864         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5866 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5868         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5869         if optional last element is specified in splits (FIELD VALUE...).
5871 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5873         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5874         to gmm-image-load-path-for-library.  Call with no-error argument.
5875         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5877         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5879         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5881         * gmm-utils.el (gmm-image-load-path): Remove alias.
5883 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5885         * gmm-utils.el (gmm-image-load-path): Add alias.
5887         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5888         nnml-generate-nov-databases-1.
5889         (nnml-generate-nov-databases): Use it.
5890         (nnml-generate-nov-databases-directory): Document no-active
5891         argument.
5893         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5894         directory if path is t.  Add no-error.
5896         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5897         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5899         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5900         resetting gnus-article-browse-html-temp-list.
5902         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5903         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5904         Add example to docstring.  Rename local variables.  Move error
5905         checks to default case in cond and simplify.
5907 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5910         handle is multipart when calling it recursively.
5911         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5913 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5915         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5916         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5918 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5920         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5921         is loaded.
5923         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5924         loaded.
5926 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5929         to "Emacs 23 (unicode)" in doc string.
5931         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5932         "Emacs 23 (unicode)" in comment.
5934 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5936         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5938         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5939         characters 160 through 255 in Emacs 23.
5941 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5943         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5944         gnus-article-browse-html-temp.
5945         (gnus-article-browse-delete-temp): Make it customizable.  Add
5946         `file'.  Adjust doc string.
5947         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5948         query for each file.  Adjust doc string.
5949         (gnus-article-browse-html-parts): Add
5950         `gnus-article-browse-delete-temp-files' to
5951         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5953 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5955         * gnus-art.el (gnus-article-browse-html-temp)
5956         (gnus-article-browse-delete-temp): New variables.
5957         (gnus-article-browse-delete-temp-files): New function.
5958         (gnus-article-browse-html-parts): Use it.
5960 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5962         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5964         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5965         string.
5967         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5968         gnus-summary-insert-new-articles when unplugged.  Remove
5969         gnus-summary-search-article-forward.
5971         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5972         display-visual-class instead of display-color-cells.
5974 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5976         * dgnushack.el: Autoload customize-group for XEmacs.
5978         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5979         message/* containing non-ASCII text properly.
5981 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5983         * message.el: Require gmm-utils, remove autoloads.
5984         (message-tool-bar): Set default based on
5985         gmm-tool-bar-style.
5986         (message-tool-bar-gnome): Add gmm-customize-mode.
5988         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5989         gmm-tool-bar-style.
5990         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5992         * gnus-group.el (gnus-group-tool-bar): Set default based on
5993         gmm-tool-bar-style.
5994         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5996         * gmm-utils.el (gmm-image-directory): Rename variable from
5997         gmm-image-load-path.
5998         (gmm-image-load-path): Use gmm-image-directory.
5999         (gmm-customize-mode): New function.
6000         (gmm-tool-bar-style): New variable.
6002         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6003         gnus-group-redraw-line-number.
6004         (gnus-group-redraw-check): Simplify.
6005         (gnus-group-tool-bar-update): Remove redraw check.
6006         (gnus-group-make-tool-bar): Add redraw check.
6008 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6010         * gnus-art.el (gnus-button): Add missing parentheses.
6012 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * lpath.el: Fbind line-number-at-pos.
6016 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6018         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6020 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6022         * gnus-art.el (gnus-button): New face.
6023         (gnus-article-button-face): Use it.
6025         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6026         gnus-summary-next-page.  Re-order.
6028         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6029         next-node are now included.
6030         (gnus-group-redraw-line-number): New internal variable.
6031         (gnus-group-redraw-check): Helper function for updating the tool
6032         bar.
6033         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6035         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6037         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6038         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6039         Use it to match format of Spamassassin 3.0 and later.  Reported by
6040         IRIE Tetsuya <irie@t.email.ne.jp>.
6041         (spam-check-bogofilter)
6042         (spam-bogofilter-register-with-bogofilter): Fix args of
6043         `gnus-error' calls.
6045 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6047         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6048         unnecessary interaction when sending queued mails.  Reported by
6049         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6051 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6053         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6054         first or last are nil.
6056 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6058         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6060 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6064 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066         * dns.el (query-dns): Protect more against buggy tcp output.
6068 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6070         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6071         nov.php.
6073 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6075         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6076         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6077         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6078         output on the server side.
6079         (nnweb-google-create-mapping): Update regexps and add some
6080         progress indication.
6082 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6084         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6085         gnus-agent-toggle-plugged.  Re-order icons.
6086         (gnus-group-tool-bar-gnome): Add
6087         gnus-group-{prev,next}-unread-group.
6088         (gnus-group-tool-bar-gnome): Re-order icons.
6090         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6091         gnus-summary-insert-new-articles.
6093         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6094         comments.
6096         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6097         also available in Emacs 21.3.
6099         * message.el (message-fix-before-sending): Change "Emacs 22" to
6100         "Emacs 23 (unicode)" in comment.
6102         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6103         "Emacs 23 (unicode)" in comment.
6105         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6106         comment.
6107         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6109         * mm-view.el (mm-fill-flowed): Add :version.
6111 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6114         and load-path.
6116 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6118         * message.el: Autoload gmm-image-load-path.
6119         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6120         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6121         consitency.
6123         * gmm-utils.el (gmm-image-load-path): Also search in
6124         "../etc/images".  Don't set gmm-image-load-path if we don't find
6125         the image.
6127 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6129         * gmm-utils.el (gmm-image-load-path): Don't make
6130         `gmm-image-load-path' include subdirectories which the second arg
6131         `image' might specify.
6133         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6134         subdirectory to icon file names.
6136         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6138 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6140         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6141         gmm-image-load-path calls.
6143         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6145         * message.el (message-make-tool-bar): Ditto.
6147         * mml.el (mml-preview): Added comment concerning tool bar icons.
6149         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6150         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6152         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6153         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6155         * message.el (message-tool-bar-gnome): Use new icon names.
6156         (message-make-tool-bar): Use `gmm-image-load-path'.
6158         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6159         functions from MH-E.
6160         (gmm-image-load-path): New variable from MH-E.
6161         (gmm-image-load-path): New function from MH-E.  Added arguments
6162         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6163         *-image-load-path-called-flag.
6165 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6167         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6169 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6171         * nnimap.el (nnimap-request-move-article): Change folder back to
6172         source group before deleting.
6174 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6176         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6178         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6179         mm-url.
6181         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6183 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6186         coding system which mm-charset-to-coding-system returns for a
6187         given charset is valid.
6189 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6191         * html2text.el (html2text-remove-tag-list):
6192         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6194 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6196         * gnus-cus.el: Revert 2005-10-17 change.
6198 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6200         * gnus-art.el (article-strip-banner): Call
6201         article-really-strip-banner only when the regexp match is made.
6203 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6205         * gnus-art.el (article-strip-banner): Use
6206         gnus-extract-address-components instead of
6207         mail-header-parse-addresses to make it work with non-ASCII text;
6208         remove mail-encode-encoded-word-string.
6210         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6211         values which are surrounded with \"...\"; make it never cause a
6212         Lisp error; give up parsing of parameters if it failed in
6213         extracting type.
6215 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6217         * smime.el (smime-cert-by-ldap-1): Fix bug where
6218         `smime-ldap-search' returns results without userCertificates.
6220 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6222         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6224 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6226         * spam.el (spam-check-spamassassin-headers): Adapt format for
6227         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6228         <ari@mbf.ocn.ne.jp>.
6229         (spam-list-of-processors): Add spam-use-gmane.
6231 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6233         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6234         make-temp-file; make it work with XEmacs as well.
6236         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6237         mm-make-temp-file.
6239         * mm-decode.el (mm-display-external): Use the 3rd arg of
6240         mm-make-temp-file.
6241         (mm-create-image-xemacs): Ditto.
6243 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6245         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6246         with message-narrow-to-headers.
6247         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6248         (gnus-draft-check-draft-articles): New function.
6249         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6251 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6253         * gnus-art.el (gnus-article-browse-html-parts):
6254         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6255         Don't use suffix argument for mm-make-temp-file for Emacs 21
6256         compatibility.  Remove useless `format'.
6258 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6260         * nnweb.el (nnweb-google-wash-article): Update regexps.
6261         (nnweb-group-alist): Use defvoo instead of defvar.
6263 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6265         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6266         re-loading nn* modules.
6268 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6270         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6271         for `tool-bar-mode' and don't check it's default-value.
6273         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6275         * message.el (message-make-tool-bar): Ditto.
6277         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6278         `substring'.  Shorten tmp-file name.
6280         * gnus.el: Remove bogus comment.
6282 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6284         * gnus-art.el (gnus-article-browse-html-parts): New function.
6285         (gnus-article-browse-html-article): New function for viewing html
6286         articles with a browser.
6288 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6290         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6291         in elisp.
6292         (pgg-gpg-encrypt-symmetric-region): Ditto.
6293         (pgg-gpg-sign-region): Ditto.
6295         * pgg-def.el (pgg-text-mode): New variable.
6297         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6298         (mml2015-pgg-encrypt): Ditto.
6300         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6301         (mml1991-pgg-encrypt): Ditto.
6303 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6305         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6306         message-make-date instead of current-time-string.
6308         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6309         to gnus-decoded which mm-uu might set.
6311 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6313         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6314         don't decode quoted parameters; remove misimported Emacs code.
6315         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6316         (rfc2231-decode-encoded-string): Don't use split-string which
6317         behaves differently according to Emacs version; use
6318         mm-decode-coding-region to convert charset to coding-system.
6319         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6320         (rfc2231-encode-string): Remove misimported Emacs code.
6322 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6324         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6325         when calling mail-header-parse-content-type.
6326         (article-de-quoted-unreadable): Ditto.
6327         (article-de-base64-unreadable): Ditto.
6328         (article-wash-html): Ditto.
6330         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6331         calling mail-header-parse-content-type and
6332         mail-header-parse-content-disposition.
6333         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6334         mail-header-parse-content-type.
6336         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6337         insert charset and format parameters; encode description after
6338         inserting it to buffer.
6339         (mml-insert-parameter): Fold lines properly even if a parameter is
6340         segmented into two or more lines; change the max column to 76.
6342         * rfc1843.el (rfc1843-decode-article-body): Don't use
6343         ignore-errors when calling mail-header-parse-content-type.
6345         * rfc2231.el (rfc2231-parse-string): Return at least type if
6346         possible; don't cause an error even if it fails in parsing of
6347         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6348         (rfc2231-encode-string): Don't break lines at the beginning, leave
6349         it to mml-insert-parameter.
6351         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6352         calling mail-header-parse-content-type.
6354 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6356         * spam-report.el (spam-report-gmane-use-article-number):
6357         Improve doc string.
6358         (spam-report-gmane-internal): Check if a suitable header was found
6359         in the article.
6361 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6363         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6364         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6366 2006-02-05  Romain Francoise  <romain@orebokech.com>
6368         Update copyright notices of all files in the gnus directory.
6370 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6372         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6374 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6376         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6377         segmented lines of parameter value to cope with Thunderbird 1.5
6378         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6379         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6380         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6382 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6384         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6385         parts.
6387 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6389         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6390         there's only one active file for all servers.
6391         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6392         solid groups.  Gnus might have used a FAST request to select the group.
6393         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6394         and nnweb-search redundantly in the active file.
6395         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6396         (nnweb-request-create-group): Don't use ARGS.
6397         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6398         initialisations.  Let nnoo do the work.
6400 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6402         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6403         Say the part has been decoded.
6405         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6407 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6409         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6410         mailcap-viewer-test-cache when there's no 'test clause, since that
6411         will invert the meaning of a "nil" test previously determined by
6412         mailcap-mailcap-entry-passes-test.
6414 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6416         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6417         compiling.
6419         * gnus-sum.el: Ditto.
6421         * message.el: Don't bind tool-bar-map when compiling.
6423 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6425         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6427 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6429         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6430         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6431         current Google Groups.
6433 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6435         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6436         and tool-bar-mode.
6438         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6439         and tool-bar-mode.
6441         * message.el (message-tool-bar-update): Simplify.
6442         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6444         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6445         gnus-summary-buffer.
6446         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6447         gnus-summary-reply.
6449         * gmm-utils.el (gmm): Add :version.
6451 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6453         * Makefile.in (clean): New rule.
6454         (distclean): Use it.
6456 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6458         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6459         autoload.
6461 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6463         * gmm-utils.el (gmm-verbose): Add :group.
6465 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6467         * message.el: Change some comments WRT tool-bars.
6469         * gnus-sum.el (gnus-summary-tool-bar)
6470         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6471         (gnus-summary-tool-bar-zap-list): New variables.
6472         (gnus-summary-make-tool-bar): Complete rewrite using
6473         `gmm-tool-bar-from-list'.
6475         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6476         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6477         variables.
6478         (gnus-group-make-tool-bar): Complete rewrite using
6479         `gmm-tool-bar-from-list'.
6480         (gnus-group-tool-bar-update): New function.
6482         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6484 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6486         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6487         is dissected into a single part of which the type is the same as
6488         the given one; decode charset.
6490 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6492         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6493         into alists as symbol not string, since that's what
6494         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6495         look for.
6497 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6499         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6500         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6502         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6504 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6506         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6507         (gnus-xmas-mime-security-button-menu): New function.
6509         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6510         (gnus-mime-security-button-menu): New definition.
6511         (gnus-mime-security-button-map): Use them.
6512         (gnus-mime-security-button-menu): New function.
6513         (gnus-insert-mime-security-button): Addition to help echo.
6514         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6515         (gnus-mime-security-pipe-part): New functions.
6517         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6518         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6520         * mm-decode.el (mm-handle-set-disposition): Remove.
6521         (mm-handle-set-description): Remove.
6523 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6525         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6526         (mm-w3m-standalone-supports-m17n-p): New function.
6527         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6528         w3m usage.
6530         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6531         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6533 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6535         * message.el (message-tool-bar-zap-list): Use
6536         gmm-tool-bar-zap-list as custom type.
6537         (message-tool-bar-update): New function.
6538         (message-tool-bar, message-tool-bar-gnome)
6539         (message-tool-bar-retro): Add message-tool-bar-update.
6540         (message-tool-bar-gnome): Add flyspell-buffer.
6542         * gnus-util.el (gnus-error): Describe `args'.
6544         * gmm-utils.el (gmm-error): Describe `args'.
6545         (gmm-tool-bar-zap-list): New widget.
6546         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6548 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6551         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6552         the number of recursive calls.
6554         * mm-decode.el (mm-handle-set-disposition): New macro.
6555         (mm-handle-set-description): New macro.
6557 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6560         encoding.
6562 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * message.el (message-tool-bar-zap-list, message-tool-bar)
6565         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6566         (message-tool-bar-local-item-from-menu): Remove.
6567         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6568         (message-make-tool-bar): New function.
6569         (message-mode): Use `message-make-tool-bar'.
6571         * gmm-utils.el: New file.
6572         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6573         (gmm-lazy): New widget copied from `nnmail.el'.
6574         (gmm-tool-bar-from-list): New function for creating customizable
6575         tool bars.
6576         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6577         output.
6578         (gmm): Add :prefix to defgroup.
6580 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6582         * gmm-utils.el (gmm-widget-p): New function.
6584 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6586         * mml.el (mml-attach-file): Describe `description' in doc string.
6587         (mml-menu): Add Emacs MIME manual and PGG manual.
6589 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6591         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6593 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6595         * nntp.el (nntp-end-of-line): Doc fix.
6597 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6599         * imap.el (imap-open): Handle case where buffer is a buffer
6600         object.
6602 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * gnus-delay.el (gnus-delay): Don't autoload.
6605         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6606         to be re-loaded when customizing the `gnus-delay' group.
6608 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6610         * message.el (message-insert-citation-line): Use newlines.
6612 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6614         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6615         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6616         these routines, so the passphrase can be managed externally and
6617         passed in to the system.
6618         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6619         pgg-add-passphrase-to-cache function.
6621         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6622         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6623         these routines, so the passphrase can be managed externally and
6624         passed in to the system.
6625         (pgg-pgp5-sign-region): Use new name of
6626         pgg-add-passphrase-to-cache function.
6628 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6630         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6631         part of the decoded armor to find the key-identifier.
6632         (pgg-gpg-lookup-key-owner): New function to return the
6633         human-readable identifier of a key owner.
6634         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6635         itself.
6636         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6637         the key value) if we have a key and can match it against a secret
6638         key.  Also, added a note pointing out fact that the prompt only
6639         indicates the first matching key.
6641         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6642         pgg-decrypt-region.
6643         (pgg-add-passphrase-to-cache): Rename from
6644         `pgg-add-passphrase-cache' to reduce confusion (all callers
6645         changed).
6646         (pgg-remove-passphrase-from-cache): Rename from
6647         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6648         changed).
6649         (pgg-read-passphrase, pgg-add-passphrase-cache)
6650         (pgg-remove-passphrase-cache): Add informative docstrings.
6651         (pgg-decrypt): Convey provided passphrase in subordinate call to
6652         pgg-decrypt-region.
6654 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6656         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6657         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6658         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6659         'passphrase' argument, so the passphrase can be managed externally
6660         and then passed in to the system.
6662         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6663         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6664         so the passphrase cache can be used reliably with identifiers
6665         besides a pgp packet's key id.
6667         * pgg-gpg.el (pgg-gpg-encrypt-region)
6668         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6669         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6670         these routines, so the passphrase can be managed externally and
6671         passed in to the system.
6673         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6674         'notruncate' argument, so the passphrase cache can be used
6675         reliably with identifiers besides a pgp packet's key id.
6677 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6679         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6680         symmetric encryption.
6681         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6682         encrypted session key.
6683         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6684         message ask for the passphrase in a proper way.
6686         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6687         New user commands for symmetric encryption.
6689 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6691         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6693         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6695 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6697         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6699 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6701         * mm-decode.el (mm-inlined-types): Add application/pgp.
6702         (mm-automatic-display): Ditto.
6704         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6705         part as text.
6707 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6709         * nnrss.el: Update copyright.
6710         (nnrss-opml-import): Query whether to subscribe to each entry.
6712         * gnus-art.el:
6713         * gnus-sum.el:
6714         * gnus-xmas.el:
6715         * messagexmas.el:
6716         * mm-uu.el:
6717         * mm-view.el: Update copyright.
6719 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6721         * message.el (message-info): New function.
6722         (message-mode-menu): Add it.
6723         Update copyright.
6725         * ChangeLog: Fix and update copyright.
6727 2006-01-13  Romain Francoise  <romain@orebokech.com>
6729         * message.el (message-forward-subject-name-subject): Prefer the
6730         address to 'nowhere' if the sender has no name.
6731         Fix typo.  Update copyright year.
6733 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6735         * gnus-art.el (article-wash-html): Use
6736         gnus-summary-show-article-charset-alist if a numeric arg is given.
6737         (gnus-article-wash-html-with-w3m-standalone): New function.
6739         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6740         mm-inline-text-html-render-with-w3m-standalone.
6741         (mm-text-html-washer-alist): Map w3m-standalone to
6742         gnus-article-wash-html-with-w3m-standalone.
6743         (mm-inline-text-html-render-with-w3m-standalone): New function.
6745 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6747         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6748         Improve LaTeX.
6750 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6752         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6753         (nnrss-request-article): Render text/plain parts as HTML.
6755         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6756         the buffer.
6758 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6760         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6761         custom definition of `gnus-posting-styles'.
6763         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6764         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6766 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6768         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6769         Use nntp for bug archive.
6771 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6773         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6774         parts.
6775         (nnrss-normalize-date): New function converts ISO 8601 date into
6776         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6777         (nnrss-check-group): Use it.
6779 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6781         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6783         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6784         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6785         (nnrss-insert-w3): Ditto.
6787 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6789         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6790         the articles to be forwarded including the case where neither a
6791         number of articles nor a region is specified.
6793 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6795         * nnrss.el (nnrss-request-article): Fix last change; fill
6796         text/plain parts.
6798 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6800         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6801         in text/plain part.
6802         (nnrss-check-group): Don't add excessive newline to dc:subject.
6804 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6806         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6807         article.
6809 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6811         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6812         (nnml-use-compressed-files, nnml-save-mail): Support other
6813         comression programs such as bzip2.
6815 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817         * dns.el (query-dns): Make sure we check the buffer size before
6818         removing tcp headers.
6820 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6822         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6823         remove MIME buttons associated with multipart/alternative parts.
6824         (gnus-mime-display-alternative): Tag buttons using `article-type'
6825         text property.
6827         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6828         associated with multipart/alternative parts.
6830         * gnus-art.el (gnus-signature-separator): Fix custom type.
6832         * mm-decode.el (mm-inlined-types): Fix custom type.
6833         (mm-keep-viewer-alive-types): Ditto.
6834         (mm-automatic-display): Ditto.
6835         (mm-attachment-override-types): Ditto.
6836         (mm-inline-override-types): Ditto.
6837         (mm-automatic-external-display): Ditto.
6839 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6841         * spam-report.el (spam-report-user-mail-address)
6842         (spam-report-user-agent): New variables.
6843         (spam-report-url-ping-plain): Use spam-report-user-agent.
6845 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6847         * gnus-art.el (gnus-button-handle-custom): Do not just use
6848         `customize-apropos' for any "M-x customize-*" button but the
6849         function called for.  Accept both the function name and its
6850         argument in order to achieve this.
6851         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6852         function name to `gnus-button-handle-custom' in case of "M-x
6853         customize-*" buttons.
6855 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6858         multipart/alternative and add xref to mm-discouraged-alternatives
6859         in doc string.
6861         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6862         gnus-buttonized-mime-types in doc string.
6864 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6866         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6867         Suggest image/.* in the doc string.
6869 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6871         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6872         message-marks (Debian bug #342521).
6874 2005-12-12  Simon Josefsson  <jas@extundo.com>
6876         * password.el (password-read-from-cache): Add.
6877         (password-read): Use it.
6879 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6881         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6882         us-ascii as a MIME charset.
6884         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6885         against the case where the 2nd arg TYPE is nil.
6887 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6889         * pop3.el (pop3-stream-type): Fix custom version.
6891         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6893 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6895         * mm-decode.el (mm-display-external): Add missing cdr.
6897 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6899         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6900         RFC1524) if it is in mailcap or add a suffix according to
6901         mailcap-mime-extensions when generating a temp filename; postpone
6902         deleting a temp file for 2 seconds for some wrappers, shell
6903         scripts, and so on, which might exit right after having started a
6904         viewer command as a background job.
6906 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6908         * nntp.el (nntp-marks-directory): Fix custom group.
6910         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6911         steps when < 10.
6913         * gnus-start.el (gnus-no-server-1): Mention
6914         `gnus-level-default-subscribed' in doc string.
6916 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6918         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6919         parens.
6921 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6923         * gnus-xmas.el (gnus-use-toolbar): Revert.
6924         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6925         gnus-use-toolbar is default.
6927         * messagexmas.el (message-use-toolbar): Revert.
6928         (message-setup-toolbar): Use global default-toolbar if
6929         message-use-toolbar is default.
6931 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6933         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6934         according to default-toolbar-visible-p.
6936         * messagexmas.el (message-use-toolbar): Ditto.
6938 2005-11-26  Dave Love  <fx@gnu.org>
6940         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6941         (tls-program, tls-success): Provide openssl alternative.
6943         * starttls.el: Doc fixes.
6944         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6945         SERVICE to PORT.
6947         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6948         port null or service name.
6949         (starttls-negotiate): Autoload.
6951 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6953         * message.el (message-kill-to-signature): Fix interactive spec.
6955 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6957         * pop3.el (pop3-open-server): Recognize a string as a service name.
6959 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6961         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6963 2005-11-23  Dave Love  <fx@gnu.org>
6965         Add pop3s, pop3/starttls.
6967         * pop3.el (pop3-authentication-scheme): Clarify doc.
6968         (open-tls-stream, starttls-open-stream): Autoload.
6969         (pop3-stream-type): New.
6970         (pop3-open-server): Use it.
6972         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6973         for POP.
6974         (mail-source-keyword-map): Add :stream for POP.
6975         (mail-source-fetch-pop): Use pop3-stream-type.
6977 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6979         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6980         of current-time-string.
6982 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6984         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6985         date header.
6987 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6989         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6990         it can seriously impact performance as it bypasses the agent's
6991         local caches.
6993 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6995         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6996         must be explicitly online rather than "not explicitly offline" for
6997         its flags to be synchronized.
6999         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7000         that gnus-uu-unmark-thread will function correctly.
7002         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7003         1024K is instead displayed as 1M.
7005 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7009 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7011         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7013 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7015         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7016         error message to display actual error condition.
7017         (gnus-agent-save-local): Avoid saving symbols that are bound to
7018         nil as they simply result in a warning message in
7019         gnus-agent-read-local.
7021 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7023         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7024         rather than make-variable-buffer-local for file-precious-flag.
7026 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7028         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7029         for duplicates which are removed.  The invalid sort check then
7030         triggers a rescan after the sort as sorting may have moved
7031         duplicate entries such that they can be cheaply detected.
7033 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7035         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7037 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7039         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7040         internal variable to a custom variable.  Changed default value
7041         from compressed(2) to uncompressed(1).
7042         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7043         support for uncompressed agentview files.  Taken together, reading
7044         the agentview file should now be 6-7 times faster.
7046 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7048         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7049         as a buffer-local variable.  This avoids creating truncated
7050         dribble files as a result of a hang up, eg.
7052 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7054         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7055         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7056         XEmacs.
7058 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7060         * gnus-start.el (gnus-start-draft-setup): Enforce
7061         `gnus-draft-mode' for nndraft:drafts at startup.
7063         * gnus.el (gnus-splash): Change custom group.
7064         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7065         allow-list argument.
7067         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7068         string.
7070 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7072         * gnus-art.el (gnus-default-article-saver): Add user-defined
7073         `function' to custom type.
7075 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7077         * imap.el (imap-open): Handle case where buffer is a buffer
7078         object.
7080 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7082         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7083         long lines.
7084         (gnus-cache-delete-group): Wrap doc strings.
7086         * gnus-agent.el (gnus-agent-rename-group)
7087         (gnus-agent-delete-group): Wrap doc strings.
7089 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7091         * messagexmas.el (message-use-toolbar): Change the valid values
7092         into default, top, bottom, left, and right.
7093         (message-toolbar-thickness): New variable.
7094         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7095         well.
7096         (message-setup-toolbar): Make it work.
7098         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7099         (gnus-use-toolbar): Change the valid values into default, top,
7100         bottom, left, and right.
7101         (gnus-toolbar-thickness): New variable.
7102         (gnus-xmas-setup-toolbar): New function.
7103         (gnus-xmas-setup-group-toolbar): Use it.
7104         (gnus-xmas-setup-summary-toolbar): Use it.
7106 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108         * gnus-start.el (gnus-1): Add "native" to
7109         gnus-predefined-server-alist.
7111         * gnus.el (gnus-method-to-server): Don't add "native" to the
7112         lists here, because that leads to problems when
7113         gnus-select-method is bound.
7115 2005-11-09  Simon Josefsson  <jas@extundo.com>
7117         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7118         use (not sort-by-date) instead.
7120 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * gnus-delay.el (gnus-delay-group): Don't autoload.
7123         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7124         to be re-loaded when customizing the `gnus-delay' group.
7126 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7128         * message.el: Revert last changes.
7129         (message-insert-citation-line): Use newlines.
7131 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7133         * message.el (message-courtesy-message)
7134         (message-mark-insert-begin, message-mark-insert-end)
7135         (message-elide-ellipsis, message-cancel-message)
7136         (message-add-header, message-change-subject)
7137         (message-cross-post-followup-to-header)
7138         (message-cross-post-insert-note, message-reduce-to-to-cc)
7139         (message-widen-reply, message-delete-not-region)
7140         (message-kill-to-signature, message-insert-signature)
7141         (message-insert-importance-high, message-insert-importance-low)
7142         (message-insert-or-toggle-importance)
7143         (message-insert-disposition-notification-to)
7144         (message-indent-citation, message-yank-original)
7145         (message-cite-original-without-signature, message-cite-original)
7146         (message-insert-citation-line, message-position-on-field)
7147         (message-fix-before-sending, message-send-mail-partially)
7148         (message-send-mail, message-send-mail-with-sendmail)
7149         (message-send-mail-with-qmail, message-send-news)
7150         (message-check-news-header-syntax, message-generate-headers)
7151         (message-insert-courtesy-copy, message-fill-address)
7152         (message-fill-header, message-shorten-references)
7153         (message-setup-1, message-cancel-news)
7154         (message-forward-make-body-plain, message-forward-make-body-mime)
7155         (message-forward-make-body-mml, message-encode-message-body)
7156         (message-forward-make-body-digest-plain)
7157         (message-forward-make-body-digest-mime)
7158         (message-use-alternative-email-as-from): Insert `hard-newline'
7159         instead of ordinary newlines.
7161 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * message.el (message-generate-headers): Downcase the argument
7164         given to message-check-element.
7166 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7168         * nntp.el (nntp-authinfo-rejected): New error condition.
7169         (nntp-wait-for): Use new error condition to signal authentication
7170         error.
7171         (nntp-retrieve-data): Rethrow new error condition to break out of
7172         recursive call to nntp-send-authinfo.
7174 2005-11-08  Romain Francoise  <romain@orebokech.com>
7176         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7177         (gnus-summary-exit-map): Bind to `Z p'.
7178         (gnus-summary-make-menu-bar): Add menu item.
7180 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7182         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7183         (gnus-treat-*): Add `first' in all doc strings.
7185         * gnus-group.el (gnus-group-compact-group): Fix typo.
7187 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7189         * gnus.el (gnus-parameters-case-fold-search): New variable.
7190         (gnus-parameters-get-parameter): Use it.
7192         * gnus-score.el (gnus-home-score-file): Doc fix.
7194 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7196         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7198 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7200         * mm-util.el (mm-special-display-p): New function.
7202         * mml.el (mml-preview): Use it; doc fix.
7204 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7206         * imap.el (imap-open): Handle case where buffer is a buffer object.
7208 2005-10-29  Romain Francoise  <romain@orebokech.com>
7210         * message.el (message-fix-before-sending): Fix comment.
7212 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7214         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7216 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7218         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7219         Used in gnus-score.el.
7221 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7223         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7225 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7227         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7228         whitespace removed in revision 7.8.  Use concatenated string to
7229         protect trailing whitespace.
7231 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7233         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7234         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7235         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7236         Courier IMAP ("some version from 2004").  Mostly based on similar
7237         code in the same function.
7239 2005-10-26  Didier Verna  <didier@xemacs.org>
7241         * gnus-group.el (gnus-group-compact-group): Invalidate original
7242         article buffer.
7243         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7244         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7245         NOV database and in article itself.
7246         Invalidate article backlog.
7248 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7250         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7252 2005-10-26  Simon Josefsson  <jas@extundo.com>
7254         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7255         part of 2004-07-25 change.
7257 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7259         * message.el (message-display-completion-list): New function.
7260         (message-expand-group): Use it; make sure the Completions buffer
7261         is modifiable.
7262 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7264         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7265         user-mail-name is an empty string.
7267 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7269         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7270         depending on gnus-score-decay-constant.
7272         * encrypt.el (encrypt-insert-file-contents)
7273         (encrypt-write-file-contents): Don't use `gnus-message'.
7275         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7276         arguments.
7277         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7278         arguments to mm-uu-verbatim-marks-extract.
7279         (mm-uu-hide-markers): New variable.
7280         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7282         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7283         (gnus-convert-image-to-face-command): Use "convert" by default to
7284         allow other input image formats.
7285         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7286         accordingly.
7288 2005-10-23  Simon Josefsson  <jas@extundo.com>
7290         * imap.el (imap-gssapi-program): Align command line parameters
7291         with latest GNU SASL.
7292         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7294 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7297         HTML.
7298         (nnslashdot-request-article): Ditto.
7300         * lpath.el (featurep): Add nobreak-char-display.
7302 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7304         * mail-source.el (mail-source-fetch-pop): Require pop3.
7305         (mail-source-check-pop): Ditto.
7307 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7309         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7310         errors.
7312 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7314         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7315         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7317         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7319         * mm-bodies.el (mm-decode-string): Call
7320         `mm-charset-to-coding-system' with allow-override argument.
7322 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7324         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7325         (rfc2047-charset-to-coding-system): New function.
7326         (rfc2047-decode-encoded-words): New function.
7327         (rfc2047-decode-region): Use them.
7328         (rfc2047-decode-cte): Remove.
7329         (rfc2047-parse-and-decode): Remove.
7330         (rfc2047-decode): Remove.
7332 2005-10-15  Kenichi Handa  <handa@m17n.org>
7334         * rfc2047.el (rfc2047-decode-cte): New function.
7335         (rfc2047-decode-region): Change the way to decode successive
7336         encoded-words: decode B- or Q-encoding in each encoded-word,
7337         concatenate them, and decode it as charset.
7339 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7341         * lpath.el: Fbind codepage-setup for XEmacs.
7343 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7345         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7346         widget-move-and-invoke.
7347         (gnus-custom-mode): Use gnus-custom-map.
7349 2005-10-15  Bill Wohler  <wohler@newt.com>
7351         * message.el (message-tool-bar-map): Renamed image file from
7352         mail_send to mail/send.
7354 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7356         * message.el (message-expand-group): Pass the common
7357         prefix substring of completion to `display-completion-list'.
7359 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7361         * mml-sec.el (mml-secure-method): New internal variable.
7362         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7363         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7364         functions using mml-secure-method.
7366         * mml.el (mml-mode-map): Add key bindings for those functions.
7367         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7368         Harder <harder@myrealbox.com>.
7369         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7370         end of message if point is the headers of the message.
7372         * message.el (message-in-body-p): New function.
7374         * assistant.el: Autoload gnus-util and netrc.
7376         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7377         Use `mm-charset-override-alist' only when decoding.
7379         * mm-bodies.el (mm-decode-body): Call
7380         `mm-charset-to-coding-system' with allow-override argument.
7382         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7383         `filename' from Content-Disposition if Content-Type doesn't
7384         provide `name'.
7385         (gnus-mime-view-part-as-type): Set default instead of
7386         initial-input.
7388 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7390         * format-spec.el (format-spec): Propagate text properties of % spec.
7392 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7394         * gnus-art.el (gnus-treat-predicate): Add `first'.
7396 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7398         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7399         (mm-charset-override-alist): New variable.
7400         (mm-charset-to-coding-system): Use it.
7401         (mm-codepage-setup): New helper function.
7402         (mm-charset-eval-alist): New variable.
7403         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7404         about unknown charsets.
7406         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7408 2005-10-04  David Hansen  <david.hansen@gmx.net>
7410         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7411         (nnrss-check-group): Ditto.
7413 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7415         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7416         Rename x-gnus-verbatim to x-verbatim.
7417         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7419         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7420         x-verbatim.
7422         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7424         * gnus-util.el (gnus-remove-duplicates): Remove.
7426         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7427         instead of gnus-remove-duplicates.
7429         * message.el (message-remove-duplicates): Remove.
7430         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7431         message-remove-duplicates.
7433         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7434         available, else use implementation from `delete-dups'.
7436         * message.el (message-insert-expires): New function.
7437         (message-mode-map): Add key binding.
7438         (message-mode-field-menu): Add menu entry.
7439         (message-mode): Document it.
7440         (message-make-expires-date): Use `message-make-date'.
7442 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7444         * message.el (message-make-expires-date): New function.
7446 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7448         * Makefile.in (list-installed-shadows): New entry.
7449         (install): Use it.
7450         (remove-installed-shadows): New entry.
7452         * dgnushack.el (dgnushack-default-load-path): New variable.
7453         (dgnushack-find-lisp-shadows): New function.
7454         (dgnushack-remove-lisp-shadows): New function.
7456 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7458         * Makefile.in (install-el-elc): New entry.
7459         (install): Use it so that .el files are necessarily installed.
7461 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7463         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7465 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7468         function rather than the diff-mode.el package.
7469         (mm-display-external): Use with-current-buffer.
7470         (mm-viewer-completion-map, mm-viewer-completion-map):
7471         Move initialization inside declaration.
7473 2005-09-29  Simon Josefsson  <jas@extundo.com>
7475         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7476         autoload mail-check-payment.
7477         (spam-check-hashcash): Define unconditionally, since hashcash.el
7478         is part of Gnus now.  Ignore errors from payment checking.
7480 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7482         * message.el (message-bold-region, message-unbold-region): Rename
7483         from `bold-region' and `unbold-region'.
7485         * message.el: Remove useless autoloads.
7487 2005-09-28  Simon Josefsson  <jas@extundo.com>
7489         * message.el (message-use-idna): Default to t.
7490         (message-use-idna): Test whether encoding works too.  Doc fix.
7492 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7494         * nntp.el (nntp-warn-about-losing-connection): Remove.
7496 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7498         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7499         customizable.  Change default value.
7500         (mm-uu-diff-groups-regexp): Change default value.
7501         (mm-uu-type-alist): Add doc string.
7502         (mm-uu-configure): Add doc string.  Make it interactive.
7503         (mm-uu-tex-groups-regexp): New variable.
7504         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7505         (mm-uu-type-alist): Add LaTeX documents.
7506         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7507         of "text/verbatim".
7508         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7510         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7511         instead of "text/verbatim".
7513         * message.el (message-mark-inserted-region)
7514         (message-mark-insert-file): Use slrn style marks when called with
7515         prefix argument.
7517 2005-09-27  Simon Josefsson  <jas@extundo.com>
7519         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7521 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7523         * message.el (message-remove-duplicates): New function.
7524         Implementation borrowed from `gnus-remove-duplicates'.
7525         (message-idna-to-ascii-rhs): Also encode idna addresses in
7526         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7527         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7528         only ask about the same idna domain once per header and also tell
7529         in what header to replace the idna domain.
7531         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7532         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7533         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7534         a header is decoded and not just the last one.
7536 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7538         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7539         has been decoded.
7541         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7542         (mm-insert-part): Don't modify text if it has been decoded.
7544         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7545         decoded.
7547         * mm-view.el (mm-inline-text): Don't strip text props unless
7548         decoding enriched or richtext parts.
7550 2005-09-25  Romain Francoise  <romain@orebokech.com>
7552         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7553         * gnus-start.el (gnus-subscribe-interactively):
7554         * gnus-uu.el (gnus-uu-grab-articles):
7555         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7556         space.
7558 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7560         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7561         * mm-view.el (mm-view-pkcs7-decrypt):
7562         * gnus-sum.el (gnus-summary-limit-to-extra)
7563         (gnus-summary-respool-article, gnus-read-move-group-name):
7564         * gnus-score.el (gnus-summary-increase-score):
7565         * gnus-util.el (gnus-completing-read-with-default):
7566         * gnus-art.el (gnus-read-save-file-name)
7567         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7568         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7569         * message.el (message-check-news-header-syntax):
7570         Follow convention for reading with the minibuffer.
7572 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7574         * spam-report.el (spam-report-url-ping-plain):
7575         Use gnus-extended-version as User-Agent.
7577         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7578         default value is nil.
7580         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7581         (mm-uu-verbatim-marks-extract): New function.
7582         (mm-uu-extract): New face.
7583         (mm-uu-copy-to-buffer): Use it.
7585         * spam-report.el (spam-report-gmane-ham): Renamed from
7586         `spam-report-gmane-unspam'.
7587         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7588         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7590         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7591         Autoload.
7592         (spam-report-gmane-unregister-routine): Renamed
7593         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7595 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7597         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7598         (spam-report-gmane-unregister-routine): Add support for gmane
7599         unregistration.
7601         * spam-report.el (spam-report-gmane-unspam)
7602         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7603         (spam-report-gmane): Change to take a single article and do unspam
7604         registration.
7606 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7608         * mm-url.el (mm-url-decode-entities): Fix regexp.
7610 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7613         default to nil, to be able to use Gnus at all.  If the default
7614         switches to something else, then the function should be fixed not
7615         be exceedingly slow.
7617 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7619         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7620         fail hard.
7622         * spam-report.el: Add better Keywords line.
7624         * spam.el: Add Maintainer and better Keywords line.
7626 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7628         * gnus-art.el (gnus-article-replace-part)
7629         (gnus-mime-replace-part): New functions.
7630         (gnus-mime-action-alist, gnus-mime-button-commands)
7631         (gnus-mime-save-part-and-strip): Added file argument.
7632         (gnus-article-part-wrapper): Added interactive argument.
7634         * gnus-sum.el (gnus-summary-mime-map): Add
7635         `gnus-article-replace-part'.
7637 2005-09-19  Didier Verna  <didier@xemacs.org>
7639         The nnml compaction feature:
7640         * nnml.el (nnml-request-compact-group): New function.
7641         * nnml.el (nnml-request-compact): New function.
7642         * gnus-int.el (gnus-request-compact-group): New function.
7643         * gnus-int.el (gnus-request-compact): New function.
7644         * gnus-group.el (gnus-group-compact-group): New function.
7645         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7646         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7647         * gnus-srvr.el (gnus-server-compact-server): New function.
7648         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7649         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7651 2005-09-18  Deepak Goel  <deego@gnufans.org>
7653         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7654         format spec.
7656 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7658         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7660 2005-09-15  Romain Francoise  <romain@orebokech.com>
7662         * message.el (message-fill-paragraph): Clarify docstring.
7664 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7666         * gnus-art.el (gnus-mime-display-part): Protect against broken
7667         MIME messages.
7669 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7671         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7672         before parsing header.
7674 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7676         * html2text.el (html2text-replace-list): Add new entities.
7678 2005-09-11  Romain Francoise  <romain@orebokech.com>
7680         * message.el (message-alternative-emails): Improve docstring.
7681         (message-setup-1): Call `message-use-alternative-email-as-from'
7682         after `message-setup-hook' to give it precedence over posting
7683         styles, etc.
7684         (message-use-alternative-email-as-from): Add docstring.  Remove
7685         the original From header if present.
7687         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7688         (nnml-save-mail): Use it.
7690         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7691         articles.  Add new argument `silent'.
7692         (gnus-uu-mark-all): Report the total number of marked articles.
7694 2005-09-10  Romain Francoise  <romain@orebokech.com>
7696         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7697         (gnus-uu-mark-series): Likewise.
7699 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7701         * spam-report.el (spam-report-gmane): Fix generation of spam
7702         report URL.
7704 2005-09-10  Simon Josefsson  <jas@extundo.com>
7706         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7707         t, based on discussion on the ding list with Robert Epprecht
7708         <epprecht@solnet.ch>.
7710 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7712         * spam-report.el (spam-report-gmane): Make it work without
7713         X-Report-Spam header.  Gmane now only provides Archived-At.
7714         This is only used if `spam-report-gmane-use-article-number' is nil.
7715         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7717         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7718         make `gnus-summary-sort-by-recipient' work with threading.
7720         * nnweb.el (nnweb-google-wash-article): Print a message if article
7721         is not available.
7723 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7725         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7726         change.  Decode text/* parts content before displaying.
7728 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7730         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7732 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7734         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7736         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7737         url-package-name, url-package-version,
7738         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7739         w3m-display-inline-images, and w3m-minor-mode-map.
7741 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7743         * message.el (message-tab-body-function): Fix mismatched custom type.
7745         * gnus.el (gnus-group-change-level-function): Ditto.
7747         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7749         * gnus-art.el (gnus-signature-limit)
7750         (gnus-article-mime-part-function): Ditto.
7752 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7754         * mml.el (mml-mode): Silence the byte compiler.
7756         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7757         using `(sit-for 0)' before moving the point to the specified part;
7758         skip unbuttonized parts.
7759         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7760         return to the summary window if gnus-auto-select-part is non-nil.
7762 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7764         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7765         variables.
7766         (mml-dnd-attach-file, mml-mode): Use them.
7768         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7769         Make fetching article by MID work again for Google Groups.  Added
7770         FIXME concerning gnus-group-make-web-group.
7772         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7773         Don't depend on Gnus by using mail-extract-address-components if
7774         gnus-extract-address-components is not bound.
7776 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778         * gnus-art.el (gnus-mime-display-security): Don't display the
7779         signature, but only the signed part.
7781 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7783         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7785         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7786         list, not listp.
7788 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7790         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7791         when encoding.
7793         * mm-bodies.el (mm-decode-content-transfer-encoding):
7794         De-canonicalize CRLF for all text content types, not just
7795         text/plain.
7797 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7800         valid article; point arrow and cursor at the MIME button.
7802 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7804         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7805         Suggested by Dan Christensen <jdc@uwo.ca>.
7807         * mm-decode.el (mm-save-part): Enable change of prompt.
7809 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7811         * gnus-msg.el (gnus-inews-add-send-actions): Made
7812         `message-post-method' lambda parameter ARG `&optional'.
7814 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7816         * gnus-sum.el (gnus-summary-mime-map): Added
7817         gnus-article-save-part-and-strip, gnus-article-delete-part and
7818         gnus-article-jump-to-part.
7820         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7821         (gnus-article-edit-part): Use it.
7822         (gnus-article-part-wrapper): Added no-handle argument.
7823         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7824         functions.
7826 2005-08-29  Romain Francoise  <romain@orebokech.com>
7828         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7829         docstring.
7830         (gnus-face-from-file): Likewise.
7832 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7834         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7835         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7836         non-nil.
7837         (gnus-auto-select-part): New variable.
7838         (gnus-article-jump-to-part): New function.
7839         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7840         (gnus-mime-delete-part): Allow selecting specified part after
7841         deleting or stripping parts.
7842         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7843         part if argument is bogus.
7845 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7847         * gnus-art.el (w3m-minor-mode-map):
7848         * gnus-spec.el (gnus-newsrc-file-version):
7849         * gnus-util.el (nnmail-active-file-coding-system)
7850         (gnus-original-article-buffer, gnus-user-agent):
7851         * gnus.el (gnus-ham-process-destinations)
7852         (gnus-parameter-ham-marks-alist)
7853         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7854         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7855         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7856         * mm-decode.el (gnus-current-window-configuration):
7857         * mm-extern.el (gnus-article-mime-handles):
7858         * mm-url.el (url-current-object, url-package-name)
7859         (url-package-version):
7860         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7861         (smime-keys, w3m-cid-retrieve-function-alist)
7862         (w3m-current-buffer, w3m-display-inline-images)
7863         (w3m-minor-mode-map):
7864         * mml-smime.el (gnus-extract-address-components):
7865         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7866         (gnus-newsrc-hashtb, message-default-charset)
7867         (message-deletable-headers, message-options)
7868         (message-posting-charset, message-required-mail-headers)
7869         (message-required-news-headers):
7870         * mml1991.el (mc-pgp-always-sign):
7871         * mml2015.el (mc-pgp-always-sign):
7872         * nnheader.el (nnmail-extra-headers):
7873         * rfc1843.el (gnus-decode-encoded-word-function)
7874         (gnus-decode-header-function, gnus-newsgroup-name):
7875         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7877 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7879         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7880         the end of the date treatments.
7882 2005-08-15  Simon Josefsson  <jas@extundo.com>
7884         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7885         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7886         Capello and Romain Francoise.
7887         (pgg-fetch-key-function): Removed, not used?
7888         (pgg-insert-url-with-w3): Require url, to get
7889         url-insert-file-contents regardless of where it is defined.
7891 2005-08-13  Romain Francoise  <romain@orebokech.com>
7893         * message.el (message-cite-original-1): New function.
7894         (message-cite-original): Use it.
7895         (message-cite-original-without-signature): Ditto.
7897 2005-08-08  Romain Francoise  <romain@orebokech.com>
7899         * message.el (message-yank-empty-prefix): New variable.
7900         (message-indent-citation): Use it.
7901         (message-cite-original-without-signature): Respect X-No-Archive.
7903 2005-08-08  Simon Josefsson  <jas@extundo.com>
7905         * pgg.el: Autoload url-insert-file-contents instead of loading
7906         w3/url.
7907         (pgg-insert-url-with-w3): Don't load url here.
7909 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7911         * message.el (message-kill-to-signature): Don't insert newline at
7912         bol.
7913         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7915 2005-08-06  Romain Francoise  <romain@orebokech.com>
7917         * message.el (message-user-fqdn): Fix typo in docstring.
7919 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7921         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7923         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7925 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7927         * mm-bodies.el (mm-encode-body): Use coding system rather than
7928         charset to encode text.
7930         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7931         number of charsets if utf-8 is available (XEmacs).
7933 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7935         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7936         taken from `gnus-button-mid-or-mail-regexp'.
7937         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7938         (gnus-button-alist): Improve regexp for domain part of the MIDs
7939         for news:localpart@domain buttons.
7940         (gnus-button-ctan-directory-regexp): Update.
7942 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7944         * sieve-manage.el (sieve-manage-interactive-login): Use
7945         make-local-variable rather than make-variable-buffer-local.
7946         (sieve-manage-open): Ditto.
7947         (sieve-manage-authenticate): Ditto.
7949         * mml.el (mml-generate-mime-1): Make the content type default to
7950         text/plain if the filename is not specified.
7952 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7954         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7955         instead of insert-buffer.
7957         * message.el (message-yank-original): Ditto; set the mark at the
7958         end of the yanked message.
7960 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7962         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7963         lines to scroll rather than to stop it.
7965         * mml.el (mml-generate-default-type): Add doc string.
7966         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7967         default to application/octet-stream when determining the content
7968         type if it is not specified for the part or the mml contents; add
7969         a comment about mml-generate-default-type.
7971 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7973         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7974         make it default to application/octet-stream when determining the
7975         content type if it is not specified for the external contents.
7977 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7979         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7980         segmented parameter but also other parameters might be there.
7982 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7984         * mm-decode.el (mm-display-external): Delete temp file, directory
7985         and buffer immediately if the external process is exited.
7987 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7989         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7990         fewer lines than that of scroll-margin.
7991         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7993 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7995         * gnus-art.el (gnus-article-next-page): Revert.
7996         (gnus-article-beginning-of-window): New macro.
7997         (gnus-article-next-page-1): Use it.
7998         (gnus-article-prev-page): Ditto.
7999         (gnus-article-edit-part): Use insert-buffer-substring instead of
8000         insert-buffer.
8001         (gnus-article-edit-exit): Ditto.
8003         * gnus-util.el (gnus-beginning-of-window): Remove.
8004         (gnus-end-of-window): Remove.
8006         * lpath.el: Don't bind header-line-format and scroll-margin.
8008 2005-07-25  Simon Josefsson  <jas@extundo.com>
8010         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8011         to have the url package without w3.  Reported by Daiki Ueno
8012         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8014 2005-07-20  Didier Verna  <didier@xemacs.org>
8016         * gnus-diary.el: Remove the description comment (nndiary is now
8017         properly documented in the Gnus manual).
8018         Fix the spelling of "Back End".
8019         * nndiary.el: Ditto.
8020         Fix the copyright notice.
8022 2005-07-18  Romain Francoise  <romain@orebokech.com>
8024         * gnus-sum.el (gnus-summary-to-prefix)
8025         (gnus-summary-newsgroup-prefix): New variables.
8026         (gnus-summary-from-or-to-or-newsgroups): Use them.
8028 2005-07-17  Romain Francoise  <romain@orebokech.com>
8030         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8031         space as it's generally not especially interesting to the user.
8033 2005-07-16  Romain Francoise  <romain@orebokech.com>
8035         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8036         nil to avoid prompting and file modification if one of the
8037         messages at the top of the nnfolder file contains a copyright
8038         notice.
8039         Update copyright notice.
8041         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8042         instead of `current-time-string' as the latter creates a time
8043         string that is not RFC 2822 compliant (it lacks the zone).
8044         Update copyright notice.
8046 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8048         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8049         for text/rtf.  Display default in prompt.  Pass default for M-n.
8051         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8053 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055         * gnus-msg.el (gnus-button-mailto): Remove
8056         save-selected-window-window hackery because it relies on
8057         save-selected-window internals.
8059 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8061         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8062         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8063         (gnus-article-prev-page): Ditto.
8065         * gnus-util.el (gnus-beginning-of-window): New function.
8066         (gnus-end-of-window): New function.
8068         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8070 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8072         * gnus-score.el (gnus-score-edit-all-score): Set
8073         gnus-score-edit-exit-function to gnus-score-edit-done and call
8074         gnus-message.
8076 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078         * gnus-msg.el (gnus-button-mailto): Remove
8079         save-selected-window-window hackery because it relies on
8080         save-selected-window internals.
8082 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8084         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8085         add-minor-mode.
8086         (gnus-binary-mode): Ditto.
8088         * gnus-topic.el (gnus-topic-mode): Ditto.
8090 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8092         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8093         (gnus-article-prev-page): Take scroll-margin into consideration.
8095 2005-07-04  Lute Kamstra  <lute@gnu.org>
8097         Update FSF's address in GPL notices.
8099 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8101         * gnus.el (gnus-exit):
8102         * gnus-group.el (gnus-group-icons):
8103         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8105         * gnus-nocem.el (gnus-nocem):
8106         * message.el (message-various, message-buffers, message-sending)
8107         (message-interface, message-forwarding, message-insertion)
8108         (message-headers, message-news, message-mail):
8109         * pgg-gpg.el (pgg-gpg):
8110         * pgg-parse.el (pgg-parse):
8111         * pgg-pgp.el (pgg-pgp):
8112         * pgg-pgp5.el (pgg-pgp5):
8113         * pop3.el (pop3): Finish `defgroup' description with period.
8115 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8117         * gnus-art.el (article-display-face): Improve the efficiency.
8118         (article-display-x-face): Ditto; remove grey x-face stuff.
8120 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8122         * gnus-art.el (article-display-face): Correct the position in
8123         which Faces are inserted.
8125 2005-06-29  Didier Verna  <didier@xemacs.org>
8127         * gnus-art.el (article-display-face): Display faces in correct
8128         order.
8130 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8132         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8133         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8134         (gnus-nocem-check-article): Fetch the Type header.
8135         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8136         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8137         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8138         make sure gnus-nocem-hashtb is initialized.
8139         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8140         (gnus-nocem-unwanted-article-p): Ditto.
8142         * pgg.el (pgg-verify): Return the verification result.
8144 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8147         is ascii.
8149 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8151         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8152         `show-nonbreak-escape'.
8154 2005-06-23  Lute Kamstra  <lute@gnu.org>
8156         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8158         * dig.el (dig-mode):
8159         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8161 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8163         * nnimap.el (nnimap-split-download-body): Fix spellings.
8165 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8167         * gnus-art.el (gnus-article-encrypt-body):
8168         * gnus-cus.el (gnus-score-customize):
8169         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8170         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8172 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8174         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8175         header by looking for magic "MII" at the beginnig.
8177 2005-06-16  Miles Bader  <miles@gnu.org>
8179         * gnus-xmas.el (gnus-xmas-group-startup-message):
8180         Use renamed gnus-splash face.
8182         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8183         (assistant-field-face): New backward-compatibility alias for renamed
8184         face.
8185         (assistant-render-text): Use renamed assistant-field face.
8187         * spam.el (spam): Remove "-face" suffix from face name.
8188         (spam-face): New backward-compatibility alias for renamed face.
8189         (spam-face, spam-initialize): Use renamed spam face.
8191         * message.el (message-header-to, message-header-cc)
8192         (message-header-subject, message-header-newsgroups)
8193         (message-header-other, message-header-name)
8194         (message-header-xheader, message-separator, message-cited-text)
8195         (message-mml): Remove "-face" suffix from face names.
8196         (message-header-to-face, message-header-cc-face)
8197         (message-header-subject-face, message-header-newsgroups-face)
8198         (message-header-other-face, message-header-name-face)
8199         (message-header-xheader-face, message-separator-face)
8200         (message-cited-text-face, message-mml-face):
8201         New backward-compatibility aliases for renamed faces.
8202         (message-font-lock-keywords): Use renamed message faces.
8204         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8205         (sieve-test-commands, sieve-tagged-arguments):
8206         Remove "-face" suffix from face names.
8207         (sieve-control-commands-face, sieve-action-commands-face)
8208         (sieve-test-commands-face, sieve-tagged-arguments-face):
8209         New backward-compatibility aliases for renamed faces.
8210         (sieve-control-commands-face, sieve-action-commands-face)
8211         (sieve-test-commands-face, sieve-tagged-arguments-face):
8212         Use renamed sieve faces.
8214         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8215         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8216         (gnus-group-news-3-empty, gnus-group-news-4)
8217         (gnus-group-news-4-empty, gnus-group-news-5)
8218         (gnus-group-news-5-empty, gnus-group-news-6)
8219         (gnus-group-news-6-empty, gnus-group-news-low)
8220         (gnus-group-news-low-empty, gnus-group-mail-1)
8221         (gnus-group-mail-1-empty, gnus-group-mail-2)
8222         (gnus-group-mail-2-empty, gnus-group-mail-3)
8223         (gnus-group-mail-3-empty, gnus-group-mail-low)
8224         (gnus-group-mail-low-empty, gnus-summary-selected)
8225         (gnus-summary-cancelled, gnus-summary-high-ticked)
8226         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8227         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8228         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8229         (gnus-summary-low-undownloaded)
8230         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8231         (gnus-summary-low-unread, gnus-summary-normal-unread)
8232         (gnus-summary-high-read, gnus-summary-low-read)
8233         (gnus-summary-normal-read, gnus-splash):
8234         Remove "-face" suffix from face names.
8235         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8236         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8237         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8238         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8239         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8240         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8241         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8242         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8243         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8244         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8245         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8246         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8247         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8248         (gnus-summary-normal-ticked-face)
8249         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8250         (gnus-summary-normal-ancient-face)
8251         (gnus-summary-high-undownloaded-face)
8252         (gnus-summary-low-undownloaded-face)
8253         (gnus-summary-normal-undownloaded-face)
8254         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8255         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8256         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8257         (gnus-splash-face):
8258         New backward-compatibility aliases for renamed faces.
8259         (gnus-group-startup-message): Use renamed gnus faces.
8261         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8262         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8263         (gnus-server-agent): Remove "-face" suffix from face names.
8264         (gnus-server-agent-face, gnus-server-opened-face)
8265         (gnus-server-closed-face, gnus-server-denied-face)
8266         (gnus-server-offline-face):
8267         New backward-compatibility aliases for renamed faces.
8268         (gnus-server-agent-face, gnus-server-opened-face)
8269         (gnus-server-closed-face, gnus-server-denied-face)
8270         (gnus-server-offline-face): Use renamed gnus faces.
8272         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8273         Remove "-face" suffix from face names.
8274         (gnus-picon-xbm-face, gnus-picon-face):
8275         New backward-compatibility aliases for renamed faces.
8277         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8278         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8279         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8280         (gnus-cite-11): Remove "-face" suffix from face names.
8281         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8282         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8283         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8284         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8285         New backward-compatibility aliases for renamed faces.
8286         (gnus-cite-attribution-face, gnus-cite-face-list)
8287         (gnus-article-boring-faces): Use renamed gnus faces.
8289         * gnus-art.el (gnus-signature, gnus-header-from)
8290         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8291         (gnus-header-content): Remove "-face" suffix from face names.
8292         (gnus-signature-face, gnus-header-from-face)
8293         (gnus-header-subject-face, gnus-header-newsgroups-face)
8294         (gnus-header-name-face, gnus-header-content-face):
8295         New backward-compatibility aliases for renamed faces.
8296         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8298         * gnus-sum.el (gnus-summary-selected-face)
8299         (gnus-summary-highlight): Use renamed gnus faces.
8300         * gnus-group.el (gnus-group-highlight): Likewise.
8302 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8304         * gnus-sieve.el (gnus-sieve-article-add-rule):
8305         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8306         * spam-stat.el (spam-stat-buffer-change-to-spam)
8307         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8309         * message.el (message-is-yours-p):
8310         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8312 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8314         * mm-view.el (mm-inline-text): Withdraw the last change.
8316 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8318         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8319         executing enriched-decode.
8321 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8323         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8324         charset of tar files.
8326 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8328         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8330 2005-06-04  Lute Kamstra  <lute@gnu.org>
8332         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8333         information is never recorded.
8335 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8337         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8339 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8341         * pop3.el (pop3-apop): Run md5 in the binary mode.
8343         * starttls.el (starttls-set-process-query-on-exit-flag):
8344         Use eval-and-compile.
8346 2005-05-31  Simon Josefsson  <jas@extundo.com>
8348         * smime.el (smime-replace-in-string): Define.
8349         (smime-cert-by-ldap-1): Use it.
8351 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8353         * gnus-art.el (article-display-x-face): Replace
8354         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8356         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8357         set-process-query-on-exit-flag or process-kill-without-query.
8359         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8360         loop instead of replace-regexp.
8362         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8363         instead of process-kill-without-query if it is available.
8365         * lpath.el: Fbind ldap-search-entries.
8367         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8368         instead of find-file-hooks if it is available.
8370         * mml1991.el: Bind pgg-default-user-id when compiling.
8372         * mml2015.el: Bind pgg-default-user-id when compiling.
8374         * nndraft.el (nndraft-request-associate-buffer):
8375         Use write-contents-functions instead of write-contents-hooks if it is
8376         available.
8378         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8379         instead of find-file-hooks if it is available.
8381         * nntp.el (nntp-open-connection): Replace
8382         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8383         (nntp-open-ssl-stream): Ditto.
8384         (nntp-open-tls-stream): Ditto.
8386         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8387         set-process-query-on-exit-flag or process-kill-without-query.
8388         (starttls-open-stream-gnutls): Use it instead of
8389         process-kill-without-query.
8390         (starttls-open-stream): Ditto.
8392 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8394         * smime.el (smime-cert-by-ldap-1): Don't use
8395         replace-regexp-in-string.
8397 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8399         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8401         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8402         in PEM format.  Adjust to the XEmacs compability.
8404 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8406         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8407         by `string-to-number'.
8408         * gnus-agent.el (gnus-agent-regenerate-group)
8409         (gnus-agent-fetch-articles): Ditto.
8410         * gnus-art.el (gnus-button-fetch-group): Ditto.
8411         * gnus-cache.el (gnus-cache-generate-active)
8412         (gnus-cache-articles-in-group): Ditto.
8413         * gnus-group.el (gnus-group-set-current-level)
8414         (gnus-group-insert-group-line): Ditto.
8415         * gnus-score.el (gnus-score-set-expunge-below)
8416         (gnus-score-set-mark-below, gnus-summary-score-effect)
8417         (gnus-summary-score-entry): Ditto.
8418         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8419         (gnus-soup-pack): Ditto.
8420         * gnus-spec.el (gnus-xmas-format): Ditto.
8421         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8422         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8423         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8424         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8425         * nndb.el (nndb-get-remote-expire-response): Ditto.
8426         * nndiary.el (nndiary-parse-schedule-value)
8427         (nndiary-string-to-number, nndiary-request-replace-article)
8428         (nndiary-request-article): Ditto.
8429         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8430         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8431         * nneething.el (nneething-make-head): Ditto.
8432         * nnfolder.el (nnfolder-request-article)
8433         (nnfolder-retrieve-headers): Ditto.
8434         * nnheader.el (nnheader-file-to-number): Ditto.
8435         * nnkiboze.el (nnkiboze-request-article): Ditto.
8436         * nnmail.el (nnmail-process-unix-mail-format)
8437         (nnmail-process-babyl-mail-format): Ditto.
8438         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8439         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8440         (nnmh-request-create-group, nnmh-request-list-1)
8441         (nnmh-request-group, nnmh-request-article): Ditto.
8442         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8443         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8444         * nnsoup.el (nnsoup-make-active): Ditto.
8445         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8446         * nntp.el (nntp-find-group-and-number)
8447         (nntp-retrieve-headers-with-xover): Ditto.
8448         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8449         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8450         (pgg-format-key-identifier): Ditto.
8451         * pop3.el (pop3-last, pop3-stat): Ditto.
8452         * qp.el (quoted-printable-decode-region): Ditto.
8454         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8455         of concat.
8457 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8459         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8461         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8463         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8465         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8467         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8469         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8471         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8472         (gnus-carpal-mode): Ditto.
8474         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8475         (gnus-browse-mode): Ditto.
8477         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8479         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8481 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8483         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8485 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8487         * gnus-util.el (gnus-run-mode-hooks): New function.
8489         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8491         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8492         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8494 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8496         * gnus-agent.el (gnus-agent-make-mode-line-string):
8497         Use mode-line-highlight as mouse-face.
8499 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8501         * canlock.el (canlock): Change the parent group to news.
8503         * deuglify.el (gnus-outlook-deuglify): Add :group.
8505         * dig.el (dig): Add :group.
8507         * dns-mode.el (dns-mode): Add :group.
8509         * encrypt.el (encrypt): Add :group.
8511         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8512         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8513         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8514         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8515         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8517         * gnus-diary.el (gnus-diary): Add :group.
8519         * gnus.el (gnus-group-news-1-face): Add :group.
8520         (gnus-group-news-1-empty-face): Ditto.
8521         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8522         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8523         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8524         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8525         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8526         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8527         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8528         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8529         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8530         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8531         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8532         (gnus-summary-high-ticked-face): Ditto.
8533         (gnus-summary-low-ticked-face): Ditto.
8534         (gnus-summary-normal-ticked-face): Ditto.
8535         (gnus-summary-high-ancient-face): Ditto.
8536         (gnus-summary-low-ancient-face): Ditto.
8537         (gnus-summary-normal-ancient-face): Ditto.
8538         (gnus-summary-high-undownloaded-face): Ditto.
8539         (gnus-summary-low-undownloaded-face): Ditto.
8540         (gnus-summary-normal-undownloaded-face): Ditto.
8541         (gnus-summary-high-unread-face): Ditto.
8542         (gnus-summary-low-unread-face): Ditto.
8543         (gnus-summary-normal-unread-face): Ditto.
8544         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8545         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8547         * hashcash.el (hashcash): New custom group.
8548         (hashcash-default-payment): Add :group.
8549         (hashcash-payment-alist): Ditto.
8550         (hashcash-default-accept-payment): Ditto.
8551         (hashcash-accept-resources): Ditto.
8552         (hashcash-path): Ditto.
8553         (hashcash-extra-generate-parameters): Ditto.
8554         (hashcash-double-spend-database): Ditto.
8555         (hashcash-in-news): Ditto.
8557         * message.el (message-minibuffer-local-map): Add :group.
8559         * netrc.el (netrc): Add :group.
8561         * sieve-manage.el (sieve-manage-log): Add :group.
8562         (sieve-manage-default-user): Diito.
8563         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8564         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8565         (sieve-manage-authenticators): Ditto.
8566         (sieve-manage-authenticator-alist): Ditto.
8567         (sieve-manage-default-port): Ditto.
8569         * sieve-mode.el (sieve-control-commands-face): Add :group.
8570         (sieve-action-commands-face): Ditto.
8571         (sieve-test-commands-face): Ditto.
8572         (sieve-tagged-arguments-face): Ditto.
8574         * smime.el (smime): Add :group.
8576         * spam-report.el (spam-report): Add :group.
8578         * spam.el (spam, spam-face): Add :group.
8580 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8583         return \n.\n.\n at the end of articles.  Protect against that.
8584         (nntp-with-open-group): Allow debugging.
8586         * nnheader.el (mail-header-set-extra): Make into a function
8587         because I just could't understand how to quote the list properly.
8589         * dns.el (query-dns-cached): New function.
8591 2005-05-26  Lute Kamstra  <lute@gnu.org>
8593         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8595 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8597         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8599         * gnus-art.el: Don't autoload mail-extract-address-components.
8601         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8602         eval-and-compile to evaluate it.
8604         * hashcash.el: Don't autoload executable-find.
8606         * nndb.el: Don't declare the nndb back end two or more times; don't
8607         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8609         * nntp.el: Autoload format-spec instead of format; use
8610         eval-and-compile to evaluate autoload forms.
8612 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8614         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8616 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618         * gnus.el (gnus-version-number): Bump version.
8620 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8622         * gnus.el: No Gnus v0.3 is released.
8624 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626         * lpath.el (featurep): Bind show-nonbreak-escape.
8628 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8630         * gnus-art.el (gnus-article-edit-part): Disable undo.
8632 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8634         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8635         gnus-article-date-lapsed-new-header is t if date timer is active;
8636         skip headers in which the original date value is empty.
8637         (gnus-article-save-original-date): Redefine it as a macro.
8638         (gnus-display-mime): Use it.
8640 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8642         * gnus-art.el (article-date-ut): Support converting date in
8643         forwarded parts as well.
8644         (gnus-article-save-original-date): New function.
8645         (gnus-display-mime): Use it.
8647 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8649         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8650         enclosure element of <item>.
8652 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8654         * message.el (message-kill-buffer-query): Renamed from
8655         `message-kill-buffer-query-if-modified'.  Added :version.
8657 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8660         window layout.
8662 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8664         * mml.el: Autoload dnd when compiling.
8666 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8668         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8669         x-dnd-*.
8671 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8673         * qp.el (quoted-printable-encode-region): Save excursion.
8675 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8677         * message.el (message-kill-buffer-query-if-modified): Add new variable
8678         so the user can kill a modified message buffer quickly.
8679         (message-kill-buffer): Use it.
8681 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8683         * lpath.el: Fbind display-time-event-handler; don't fbind
8684         string-to-multibyte.
8686         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8688 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8690         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8691         contained in text because xml.el decodes entities) with LFs.
8693 2005-04-11  Lute Kamstra  <lute@gnu.org>
8695         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8696         differently.
8698 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8700         * mm-util.el (mm-detect-coding-region): Typo.
8702 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8704         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8706 2005-04-06  Deepak Goel  <deego@gnufans.org>
8708         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8709         user-function allow user modifications of the scores.
8710         (spam-stat-score-buffer-user): New function, to allow
8711         user-computed modifications to the score.
8712         (spam-stat-score-buffer-user-functions): List of additional
8713         scoring functions.
8714         (spam-stat-error-holder): Global temporary error holder.
8715         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8716         variable.
8718 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8720         * gnus-registry.el (gnus-registry-clean-empty-function)
8721         (gnus-registry-trim, gnus-registry-fetch-groups)
8722         (gnus-registry-delete-group): Groups that match
8723         `gnus-registry-ignored-groups' are removed from the registry
8724         entries, not just ignored for splitting.  This helps clean up the
8725         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8726         to get all the groups a message ID is in.
8728         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8729         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8730         (spam-stat-score-buffer-user-functions): Add :number custom type.
8732 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8735         argument in XEmacs.
8737         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8738         (nnrss-request-group): Decode group name first.
8739         (nnrss-request-article): Make a text/plain article if mml-to-mime
8740         failed.
8741         (nnrss-get-encoding): Return a compatible encoding according to
8742         nnrss-compatible-encoding-alist.
8743         (nnrss-find-el): Use consp instead of listp.
8744         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8746 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8748         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8749         which Emacs 20 doesn't support.
8750         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8752 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8754         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8755         silence the byte compiler inside the defun.
8757         * gnus-demon.el (parse-time-string): Add autoload.
8759         * gnus-delay.el (parse-time-string): Add autoload.
8761         * gnus-art.el (parse-time-string): Add autoload.
8763         * nnultimate.el (parse-time): Require for `parse-time-string'.
8765 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8767         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8769         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8771         * smime.el (smime-ldap-host-list): Add :version.
8773 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8775         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8776         pass it to `gnus-browse-read-group'.
8777         (gnus-browse-read-group): Add NUMBER argument and pass it to
8778         `gnus-group-read-ephemeral-group'.
8780         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8781         argument and pass it to `gnus-group-read-group'.
8783 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8785         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8786         mm-xemacs-find-mime-charset-1 if we have the mule feature
8787         available at runtime.
8789 2005-03-25  Werner Lemberg  <wl@gnu.org>
8791         * nnmaildir.el: Replace `illegal' with `invalid'.
8793 2005-03-23  Lute Kamstra  <lute@gnu.org>
8795         * time-date.el: Add comment on time value formats.
8796         Don't require parse-time.
8797         (with-decoded-time-value): New macro.
8798         (encode-time-value): New function.
8799         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8800         (days-to-time): Return a valid time value when arg is huge.
8801         (time-since): Use time-subtract.
8802         (time-to-number-of-days): Use time-to-seconds.
8804 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * gnus-start.el (gnus-display-time-event-handler):
8807         Check display-time-timer at runtime rather than only at load time
8808         in case display-time-mode is turned off in the mean time.
8810 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8812         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8813         used.
8815         * nneething.el (nneething-map-file-directory): Derive from
8816         `gnus-directory'.
8818         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8819         the To/Cc button.
8821 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * nnmaildir.el (nnmaildir-request-accept-article):
8824         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8826 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8828         * gnus-async.el: Require timer-funcs at compile time when in
8829         XEmacs for `run-with-idle-timer'.
8831 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8833         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8834         autoloaded function.
8836 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8840 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8842         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8844 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8847         gnus-expert-user to default.
8849 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8851         * nnimap.el (nnimap-open-server): Ditto.
8853         * imap.el (imap-authenticate): Fix typo.
8855 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8857         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8858         buffer (since IMAP server might return FETCH response out of
8859         order, and the nntp buffer must be sorted).
8861 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8863         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8864         comparison on string.
8866         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8867         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8868         (gnus-agent-summary-fetch-series): Modified to protect against
8869         gnus-agent-summary-fetch-group clearing processable flags.
8870         (gnus-agent-synchronize-group-flags): Update live group buffer as
8871         synchronization may occur due to the user toggle the plugged
8872         status.
8873         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8874         successfully downloaded.
8875         (gnus-agent-expire-group-1): Avoid using markers when the overview
8876         is in ascending order; greatly improves performance.
8877         (gnus-agent-regenerate-group): Use
8878         gnus-agent-synchronize-group-flags to reset read status in both
8879         gnus and server.
8880         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8882 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8884         * message.el: Don't autoload former message-utils variables.
8885         (message-strip-subject-trailing-was): Change doc string.
8887         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8888         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8889         (nnweb-google-search): Add "hl=en" here.
8890         (nnweb-google-parse-1, nnweb-google-create-mapping):
8891         Don't hardcode URL.
8893 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8895         * message.el (message-get-reply-headers, message-followup):
8896         Mention related variables `message-use-followup-to' and
8897         `message-use-mail-followup-to', in the information buffer.
8899         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8900         of broken groups(-beta).google.com.
8902 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8904         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8905         parameter to invoked gnus-request-move-article; remove the
8906         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8907         all at once instead of once per article.
8908         (gnus-summary-remove-process-mark): Accept a list of articles as
8909         well as a single article for processing.
8911         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8912         parameter.
8914         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8916         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8918         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8919         parameter.
8921         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8922         parameter.
8924         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8925         parameter and remove the gnus-sum-hint-move-is-internal variable.
8927         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8928         parameter.
8930         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8931         parameter.
8933         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8934         parameter.
8936         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8938         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8939         parameter.
8941         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8942         parameter.
8944 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8947         a more conservative way.
8949 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8951         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8952         buffer, so it moves the window's cursor.
8954 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8956         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8957         `mm-dissect-multipart' and receive the from field as an (optional)
8958         argument from `mm-dissect-multipart'.
8959         (mm-dissect-multipart): Receive the from field as an argument and
8960         pass it on when we call `mm-dissect-buffer' on MIME parts.
8961         Fixes verification/decryption of signed/encrypted MIME parts.
8963 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8965         * gnus-sum.el (gnus-summary-move-article): Set
8966         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8967         whatever it calls (right now, only nnimap-request-move article
8968         respects it).
8970         * nnimap.el (nnimap-request-move-article): When
8971         gnus-sum-hint-move-is-internal is set, don't do the extra
8972         nnimap-request-article.
8974 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8976         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8978         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8979         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8981         * gnus-sum.el (gnus-summary-caesar-message):
8982         Apply `gnus-treat-article' after rotation.
8984         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8985         doc string.
8987 2005-02-22  Simon Josefsson  <jas@extundo.com>
8989         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8990         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8991         <arne@arnested.dk>.
8992         (encrypt): Add password-cache and password-cache-expiry as group
8993         members.
8995 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8997         * smime.el (smime-ldap-host-list): Doc fix.
8998         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8999         cache) password.
9000         (smime-sign-region): Use it.
9001         (smime-decrypt-region): Use it.
9002         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9003         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9004         fails.
9005         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9006         certificate from DER to PEM format rather than calling openssl.
9008         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9010         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9011         for signing/encryption.
9013         * mml.el (mml-parse-1): Use them.
9015 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9017         * nnrss.el (nnrss-verbose): Removed.
9018         (nnrss-request-group): Use `nnheader-message' instead.
9020 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9022         * nnrss.el (nnrss-verbose): New variable.
9023         (nnrss-request-group): Make it say nnrss is requesting a group.
9025 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9027         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9028         Handle news URL with given port correctly.
9030 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9032         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9033         containing special characters.
9035         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9037         * mml.el (mime-to-mml): Ditto.
9039         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9040         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9041         (rfc2047-decode-region): Quote decoded words containing special
9042         characters when rfc2047-quote-decoded-words-containing-tspecials
9043         is non-nil.
9045 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9047         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9049         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9051 2005-02-15  Simon Josefsson  <jas@extundo.com>
9053         * nnimap.el (nnimap-debug): Doc fix.
9055         * imap.el (imap-debug): Doc fix.
9057 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9059         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9061 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9063         * gnus.el (spam-contents): Improve docs for spam-contents
9064         parameter in its variable incarnation.
9066 2005-02-14  Simon Josefsson  <jas@extundo.com>
9068         * smime-ldap.el: Use require instead of load-library for ldap.
9069         (smime-ldap-search): Indent.
9070         (smime-ldap-search-internal): Shorten line.
9072         * smime.el (smime-cert-by-dns): Add doc-string.
9073         (smime-cert-by-ldap-1): Indent.
9075         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9076         mml-smime-get-dns-ldap.
9077         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9079 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9081         * smime.el: Require smime-ldap.
9082         (smime-ldap-host-list): New variable.
9083         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9085         * mml-smime.el (mml-smime-encrypt-query): New function.
9086         (mml-smime-encrypt-query): Use it.
9088         * smime-ldap.el: New file.
9090 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9092         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9094 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9096         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9097         argument in doc string.  Make query for type more clear.
9099 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9101         * gnus.el (gnus-group-startup-message): Search for gnus images in
9102         etc/images/gnus.
9103         * mm-util.el (mm-image-load-path): Likewise.
9104         * smiley.el (smiley-data-directory): Search for smilies in
9105         etc/images/smilies.
9107 2005-02-09  Kim F. Storm  <storm@cua.dk>
9109         Change Emacs release version from 21.4 to 22.1 throughout.
9110         Change Emacs development version from 21.3.50 to 22.0.50.
9112 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9114         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9116         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9117         non-Mule XEmacs as well.
9118         (mm-decompress-buffer): Signal an error intentionally if it does
9119         not decompress compressed data because auto-compression-mode is
9120         disabled.
9122 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9124         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9125         an ID in the registry even if it has no groups.
9127 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9129         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9130         merge it into mm-decompress-buffer.
9131         (gnus-mime-copy-part): Use the MIME part charset, the value which
9132         a user specified or gnus-newsgroup-charset for decoding, like
9133         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9134         save-buffer what was used.  Suggested by Kevin Ryde
9135         <user42@zip.com.au>.
9136         (gnus-mime-inline-part): Allow the name parameter as well as the
9137         filename parameter; force decompressing of compressed data; always
9138         display contents being not decoded as unibyte.
9140         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9141         as well as the filename parameter.
9143         * mm-util.el (mm-decompress-buffer): Merge
9144         gnus-mime-jka-compr-maybe-uncompress.
9145         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9146         of compressed data.
9148 2005-02-08  Simon Josefsson  <jas@extundo.com>
9150         * imap.el (imap-log): Doc fix.
9152 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9154         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9155         the coding cookies; decompress compressed parts.
9157         * mml.el (mml-generate-mime-1): Add the charset parameter according
9158         to the value which a user specified manually or the coding cookie.
9160         * mm-util.el (mm-string-to-multibyte): New function.
9161         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9162         (mm-coding-system-to-mime-charset): New function.
9163         (mm-decompress-buffer): New function.
9164         (mm-find-buffer-file-coding-system): New function.
9166         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9167         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9168         parts.
9170 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9172         * mm-view.el (mm-display-inline-fontify): Decode a part according
9173         to the charset parameter.
9175 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9177         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9178         prefix arg is neither nil nor a number, as info specifies.
9180 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9182         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9183         timestamps.
9185 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9187         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9188         groups error checking and notify user.
9190 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9192         * message.el (message-send-mail-function): Check existence of
9193         sendmail-program first before using default value
9194         `message-send-mail-with-sendmail'.  Otherwise use more generic
9195         `smtpmail-send-it'.
9197 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9199         * nntp.el (nntp-request-update-info): Always return nil.
9201 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9203         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9205 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9207         * message.el (message-beginning-of-line): Change the behavior when
9208         invoked between BOL and : so that it first moves backward.
9210 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9212         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9213         article buffer when editing of the article is discarded.
9214         (gnus-article-prepare): Revert.
9216 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9218         * gnus-art.el (gnus-article-prepare):
9219         Remove message-strip-forbidden-properties from the local hook.
9221 2005-01-27  Simon Josefsson  <jas@extundo.com>
9223         * password.el (password-cache-add): Only start one timer per key.
9224         Reported by Derek Atkins <warlord@MIT.EDU>.
9226 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9228         * run-at-time.el: Removed.  It is no longer needed as
9229         timer-funcs.el in the xemacs-base package has a working version of
9230         `run-at-time'.
9232         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9234         * password.el: Require timer-funcs instead of run-at-time in
9235         XEmacs.
9236         Remove `password-run-at-time' macro.
9237         (password-cache-add): Use `run-at-time' instead of
9238         `password-run-at-time'.
9240         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9241         Remove `nnheader-cancel-function-timers' alias,
9242         `cancel-function-timers' exists in XEmacs in timer-funcs.
9244         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9245         for `run-with-idle-timer'.
9247         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9248         for `run-at-time'.
9250         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9251         for `with-timeout'.
9253         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9254         the same as for XEmacs 21.4.
9255         No need to ignore `run-with-idle-timer', this function exists in
9256         XEmacs now in timer-funcs.el in the xemacs-base package.
9257         (dgnushack-compile): No need to delete
9258         run-at-time.el from the list of files to compile because it
9259         doesn't exist anymore.
9261 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9263         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9264         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9266 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9268         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9269         sensitively.
9271 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9273         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9275 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9277         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9278         which will be inserted according to the multibyteness of a buffer
9279         rather than the type of contents.  Suggested by ARISAWA Akihiro
9280         <ari@mbf.ocn.ne.jp>.
9282         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9283         of string which old xml.el may return rather than a string.
9285 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9287         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9289 2005-01-16  Simon Josefsson  <jas@extundo.com>
9291         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9292         idn/idna.el isn't available.
9293         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9294         <michael@waxrat.com>.
9296         * hashcash.el: Remove non-FSF copyright header.
9298         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9299         (hashcash-generate-payment): Use it.
9300         (hashcash-generate-payment-async): Use it.
9302 2005-01-15  Simon Josefsson  <jas@extundo.com>
9304         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9305         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9307         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9308         gnus-summary-idna-message.
9309         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9310         (gnus-summary-idna-message): New function.
9312 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9314         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9315         gnus-novice-user.
9317 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9319         * nnrss.el (nnrss-request-delete-group): Delete entries in
9320         nnrss-group-alist as well.
9321         (nnrss-save-server-data): Insert newline.
9323 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9325         * gnus.el (gnus-user-agent): Use list of symbols instead of
9326         symbols.  Display full version number for (S)XEmacs.  Optionally
9327         display (S)XEmacs codename.
9329         * gnus-util.el (gnus-emacs-version): Update for new
9330         `gnus-user-agent'.
9332         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9333         Gnus version.
9335 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9337         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9338         which is unreadable in some setups.
9340 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9342         * gnus-spec.el (gnus-update-format-specifications): Flush the
9343         group format spec cache if it doesn't support decoded group names.
9345 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9347         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9348         Allow to apply decay on score files matching a regexp.
9350 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9352         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9353         compatibility in %g and %c.
9355 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9357         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9358         name for only %g and %c.
9359         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9360         of gnus-tmp-group to decoded group name.
9361         (gnus-group-make-rss-group): Exclude `/'s from group names.
9363 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9365         * nnrss.el (nnrss-get-encoding): Fix regexp.
9367 2004-12-27  Simon Josefsson  <jas@extundo.com>
9369         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9370         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9371         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9373 2004-12-17  Kim F. Storm  <storm@cua.dk>
9375         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9377         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9379 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9381         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9383 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9385         * nnrss.el: Require rfc2047 and mml.
9386         (nnrss-file-coding-system): New variable.
9387         (nnrss-format-string): Redefine it as an inline function.
9388         (nnrss-decode-group-name): New function.
9389         (nnrss-string-as-multibyte): Remove.
9390         (nnrss-retrieve-headers): Decode group name; don't use
9391         nnrss-format-string.
9392         (nnrss-request-group): Decode group name.
9393         (nnrss-request-article): Decode group name; allow a Message-ID as
9394         well as an article number; don't use nnrss-format-string; encode a
9395         Message-ID string which may contain non-ASCII characters; use
9396         mml-to-mime to compose a MIME article.
9397         (nnrss-request-expire-articles): Decode group name.
9398         (nnrss-request-delete-group): Decode group name.
9399         (nnrss-fetch): Clarify error message.
9400         (nnrss-read-server-data): Use insert-file-contents instead of load;
9401         bind file-name-coding-system; use multibyte buffer.
9402         (nnrss-save-server-data): Bind coding-system-for-write to the
9403         value of nnrss-file-coding-system; bind file-name-coding-system;
9404         add coding cookie.
9405         (nnrss-read-group-data): Use insert-file-contents instead of load;
9406         bind file-name-coding-system; use multibyte buffer.
9407         (nnrss-save-group-data): Bind coding-system-for-write to the
9408         value of nnrss-file-coding-system; bind file-name-coding-system.
9409         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9410         make it work with non-ASCII text.
9411         (nnrss-find-el): Make it work with old xml.el as well.
9413 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9415         * nnrss.el (nnrss-get-encoding): New function.
9416         (nnrss-fetch): Use unibyte buffer initially; bind
9417         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9418         decode contents according to the encoding attribute.
9419         (nnrss-save-group-data): Add coding cookie.
9420         (nnrss-mime-encode-string): New function.
9421         (nnrss-check-group): Use it to encode subject and author.
9423 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9425         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9426         imaginary variable.
9428 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9430         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9431         correctly even if there are wide characters.
9433 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9435         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9436         downcased symbol names; make a new cache instead of reusing
9437         bbdb-hashtable.
9439 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9441         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9442         concatenating segments rather than before concatenating them.
9443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9445         * message.el (message-get-reply-headers): Bind `extra'.
9447 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449         * message.el (message-extra-wide-headers): New variable.
9450         (message-get-reply-headers): Use it.
9452 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9454         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9455         (gnus-agent-group-pathname): Ditto.
9457         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9459         * gnus-group.el (gnus-group-make-group): Decode group name.
9460         (gnus-group-make-rss-group): Register the group data after opening
9461         the nnrss group.
9463 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9465         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9466         by expiry now get marked as read.
9468 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9470         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9472 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9474         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9475         unify Latin characters in XEmacs.
9476         (mm-find-mime-charset-region): Use it.
9478 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9480         * gnus-util.el (gnus-delete-directory): New function.
9482         * gnus-agent.el (gnus-agent-delete-group): Use it.
9484         * gnus-cache.el (gnus-cache-delete-group): Use it.
9486 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9488         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9489         names.
9491 2004-12-16  Simon Josefsson  <jas@extundo.com>
9493         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9495 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9497         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9499         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9500         (gnus-group-set-current-level): Decode group name.
9502 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9504         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9505         failed.
9507 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9509         * gnus-group.el (gnus-group-delete-group): Decode group name.
9510         (gnus-group-make-rss-group): Encode group name.
9511         (gnus-group-catchup-current): Decode group name.
9512         (gnus-group-kill-group): Decode group name.
9514 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9516         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9518 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9520         * gnus-group.el (gnus-group-make-rss-group):
9521         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9523         * gnus-start.el (gnus-setup-news): Honor user's setting to
9524         gnus-message-archive-method.  Suggested by Lute Kamstra
9525         <lute@gnu.org>.
9527 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9529         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9530         global counterparts of the buffer-local variables.
9532 2004-11-16  Romain Francoise  <romain@orebokech.com>
9534         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9535         counterparts of the buffer-local variables.
9537 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9539         * message.el (message-forbidden-properties): Fixed typo in doc
9540         string.
9542 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9544         * gnus-util.el (gnus-replace-in-string): Added doc string.
9546         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9547         to avoid problems when splitting mails with many recipients.
9549 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9552         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9554 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9556         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9557         if there is no hashtable in memory or file modification time is
9558         newer than cached timestamp.
9560 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9562         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9563         not-matching option.
9565 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9567         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9568         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9569         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9570         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9571         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9572         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9574 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9576         * message.el (message-forward-make-body-mml): Remove headers
9577         according to message-forward-ignored-headers if a message is decoded.
9579 2004-12-02  Romain Francoise  <romain@orebokech.com>
9581         * message.el (message-forward-make-body-plain): Always remove
9582         headers according to message-forward-ignored-headers.
9584 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9586         * spam.el (spam-summary-prepare-exit): Remove the
9587         gnus-summary-limit pop for now, it has problems with ham marks for
9588         me.
9590 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9592         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9593         correctly.
9595 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9597         * format-spec.el (format-spec): Message the char.
9599 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9601         * gnus-art.el (gnus-split-methods): Reformat comments.
9603         * spam.el (spam-summary-prepare-exit): Remove article limits
9604         before exiting the summary buffer.
9606 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9608         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9609         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9611         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9612         order to silence the byte compiler.
9614         * spam.el: Fix the way to silence the byte compiler, which
9615         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9616         bbdb-search-simple, spam-BBDB-register-routine,
9617         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9618         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9619         spam-stat-buffer-is-spam, spam-stat-load,
9620         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9621         spam-stat-save and spam-stat-split-fancy.
9623 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9625         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9626         which may confuse users.
9627         (canlock-password-for-verify): Ditto.
9629         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9631         * gnus-art.el (gnus-emphasis-alist): Ditto.
9633         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9635         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9637         * gnus-start.el (gnus-save-killed-list): Ditto.
9639         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9640         (gnus-sum-thread-tree-root): Ditto.
9641         (gnus-sum-thread-tree-false-root): Ditto.
9642         (gnus-sum-thread-tree-single-indent): Ditto.
9644         * message.el (message-courtesy-message): Ditto.
9645         (message-archive-note): Ditto.
9646         (message-subscribed-address-file): Ditto.
9647         (message-user-fqdn): Ditto.
9649         * spam-report.el (spam-report-gmane-regex): Ditto.
9651         * spam.el (spam-blackhole-good-server-regex): Ditto.
9653 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9655         * mml.el (mml-preview): Widen the message buffer before copying
9656         the contents to the preview buffer; sort headers before previewing.
9658         * message.el (message-hidden-headers): Fix the way to avoid a bug
9659         in the `repeat' widget in Emacs 21.3 or earlier.
9661 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9663         * message.el (message-hidden-headers): Default to "^References:".
9664         Improve customization type.  Suggested by Reiner Steib
9665         <Reiner.Steib@gmx.de>.
9667 2004-11-25  Romain Francoise  <romain@orebokech.com>
9669         * message.el (message-strip-forbidden-properties): Remove check for
9670         obsolete `message-hidden' text property, hidden headers are not
9671         accessible in the buffer anymore.
9673 2004-11-22  Romain Francoise  <romain@orebokech.com>
9675         * message.el (message-header-format-alist): Add `From' in list
9676         so that it can be sorted.
9677         (message-fix-before-sending): Widen and sort headers before
9678         sending.
9679         (message-hide-headers): Use narrowing to hide headers by moving
9680         them to the top of the buffer and narrowing to the region
9681         underneath.
9683 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685         * message.el (message-strip-forbidden-properties): Bind
9686         buffer-read-only (etc) to nil.
9688 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9690         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9691         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9693 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9695         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9697 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699         * dns.el (query-dns): Use sit-for to time instead of
9700         accept-process-output, since that doesn't seem to work on udp
9701         sockets.
9703 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9705         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9707 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9709         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9710         doc string.  Improve doc string.
9712 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9714         * nntp.el (nntp-request-update-info): Return nil if
9715         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9716         may not call gnus-activate-group which uselessly issues the GROUP
9717         commands for all nntp groups and wastes time.  Reported by Romain
9718         Francoise <romain@orebokech.com>.
9720         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9722 2004-11-15  Simon Josefsson  <jas@extundo.com>
9724         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9725         headers separately.
9726         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9727         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9729 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9731         * gnus-start.el (gnus-convert-old-newsrc):
9732         Assign legacy-gnus-agent to 5.10.7.
9734 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9737         start of the lines.
9739 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9741         * hashcash.el (hashcash-default-payment): Change default to 20
9742         (hashcash-default-accept-payment): Change default to 20
9743         (hashcash-process-alist): New variable
9744         (hashcash-generate-payment-async): Add
9745         (hashcash-already-paid-p): Add
9746         (hashcash-insert-payment): Don't generate payments twice
9747         (hashcash-insert-payment-async): Add
9748         (hashcash-insert-payment-async-2): Add
9749         (hashcash-cancel-async): Add
9750         (hashcash-wait-async): Add
9751         (hashcash-processes-running-p): Add
9752         (hashcash-wait-or-cancel): Add
9753         (mail-add-payment): New optional argument.  Conditionally start
9754         asynchronous calculation.
9755         (mail-add-payment-async): Add
9757         * message.el (message-send-mail): Wait for asynchronous hashcash
9758         results.  Don't clobber existing X-Hashcash headers.
9759         (message-setup-1): Call mail-add-payment-async when
9760         message-generate-hashcash is non-nil.
9762 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9764         * message.el (message-use-alternative-email-as-from): Examine the
9765         From header as well; use message-make-from in order to include a
9766         user's full name.
9768 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9770         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9771         default; improve customization type.
9772         (gnus-emphasis-custom-with-format): New macro.
9773         (gnus-emphasis-custom-value-to-external): New function.
9774         (gnus-emphasis-custom-value-to-internal): New function.
9776 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778         * dns.el (query-dns): Resolve reverse addresses.
9780 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782         * gnus-group.el (gnus-group-get-new-news): Use it.
9784         * gnus-start.el (gnus-check-reasonable-setup): New function.
9786 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9788         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9789         "Args out of range" error.  Reported by Arnaud Giersch
9790         <arnaud.giersch@free.fr>.
9792 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9794         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9796 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9798         * spam.el (spam group): Add :version.
9800         * pgg-def.el (pgg group): Add :version.
9802 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9804         * gnus-art.el (gnus-article-edit-article): Don't associate the
9805         article buffer with a draft file.  This is a temporary measure
9806         against the 2004-08-22 change to gnus-article-edit-mode.
9808 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9810         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9811         (html2text-format-tags): Remove unused variable `attr'.
9813 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9815         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9817         * tls.el (tls-process-connection-type, tls-success)
9818         (tls-certtool-program): Add :version.
9820         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9821         (starttls-extra-arguments, starttls-process-connection-type)
9822         (starttls-connect, starttls-failure, starttls-success): Add :version.
9824         * spam-stat.el (spam-stat): Add :version.
9826         * sieve.el (sieve): Add :version.
9828         * sha1.el (sha1): Add :version.
9829         (sha1-use-external): Remove redundant version.
9831         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9832         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9833         (nnmail-split-fancy-match-partial-words)
9834         (nnmail-split-lowercase-expanded): Add :version.
9836         * nndiary.el (nndiary): Add :version.
9838         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9840         * mml-sec.el (mml-default-sign-method)
9841         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9842         Add :version.
9844         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9846         * mm-url.el (mm-url-use-external, mm-url-program)
9847         (mm-url-arguments): Add :version.
9849         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9850         (mm-attachment-file-modes, mm-decrypt-option)
9851         (mm-w3m-safe-url-regexp): Add :version.
9853         * message.el (message-cite-prefix-regexp)
9854         (message-sendmail-envelope-from, message-minibuffer-local-map)
9855         (message-user-fqdn, message-completion-alist): Add :version.
9857         * gnus-win.el (gnus-configure-windows-hook)
9858         (gnus-use-frames-on-any-display): Add :version.
9860         * gnus-art.el (gnus-article-address-banner-alist)
9861         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9862         (gnus-treat-from-picon, gnus-treat-mail-picon)
9863         (gnus-treat-x-pgp-sig): Add :version.
9865         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9866         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9867         (gnus-summary-article-delete-hook)
9868         (gnus-summary-display-while-building): Add :version.
9870         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9871         (gnus-get-top-new-news-hook): Add :version.
9873         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9874         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9876         * gnus-registry.el (gnus-registry): Add :version.
9878         * gnus-spec.el (gnus-use-correct-string-widths)
9879         (gnus-make-format-preserve-properties): Add :version.
9881         * gnus.el (gnus-group-charter-alist)
9882         (gnus-group-fetch-control-use-browse-url)
9883         (gnus-install-group-spam-parameters): Add :version.
9885         * gnus-diary.el (gnus-diary): Add :version.
9887         * gnus-delay.el (gnus-delay): Add :version.
9889         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9890         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9891         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9892         Add :version.
9894         * gnus-agent.el (gnus-agent-max-fetch-size)
9895         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9896         (gnus-agent-prompt-send-queue): Add :version.
9898         * deuglify.el (gnus-outlook-deuglify): Add :version.
9900         * html2text.el: Beautify code.  Improve doc strings.  Some
9901         checkdoc cleanup.
9902         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9904 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9906         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9908 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9910         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9911         when package is loaded.
9913         * spam.el (spam-summary-score-preferred-header): Add global preference
9914         for people who want to override the default SpamAssassin over
9915         Bogofilter preference (when both are set).
9916         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9917         (spam-user-format-function-S): Check
9918         spam-summary-score-preferred-header.
9919         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9920         (spam-user-format-function-S): Format the score correctly.
9922 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9924         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9925         signature file.  Suggested by Manoj Srivastava
9926         <srivasta@golden-gryphon.com>.
9928         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9929         iso-2022-jp even in the Japanese language environment.
9930         Suggested by Jason Rumney <jasonr@gnu.org>.
9932 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9934         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9935         use the same characters as the dummy marks; make it free from
9936         getting affected by the language environment.
9937         (gnus-summary-read-group-1): Update mark positions only when the
9938         format spec is updated.
9940         * gnus-spec.el (gnus-update-format-specifications): Return a list
9941         of updated types.
9943 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9945         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9946         of boundp to check if display-warning is available.
9948 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9950         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9952 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9954         * nnspool.el (nnspool-spool-directory): Use news-path if the
9955         news-directory variable is not bound.
9957         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9958         function instead of display-warning if it is not available.
9960 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9962         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9963         v5-10: Use `point-at-bol'.
9965 2004-10-26  Simon Josefsson  <jas@extundo.com>
9967         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9968         <chenggao@gmail.com>.
9970 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9972         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9973         instead.
9975 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9977         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9978         to remove a server from the nnimap-server-buffer-alist.
9979         (nnimap-open-connection, nnimap-close-server): Use it.
9981         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9983 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9985         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9986         running the major-mode function.
9988 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9990         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9991         dummy marks in the right way.
9993 2004-10-18  David Edmondson  <dme@dme.org>
9995         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9996         excessively.
9998 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10000         * gnus-util.el (gnus-split-references): Accept a nil references
10001         string and go on blissfully.
10003         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10004         cases where the references string is non-nil but has no references.
10006         * encrypt.el: Add autoload tags.
10008         * spam.el (spam-resolve-registrations-routine): Remove article
10009         from unregistration list too.  Reported by David Hanak
10010         <dhanak@isis.vanderbilt.edu>
10012 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10014         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10015         nil.  Changed custom type.
10017 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10019         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10021         * gnus-sum.el (gnus-summary-move-article): Use it.
10023 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10025         * encrypt.el: Add autoload cookies.
10027         * spam.el (spam-backend-article-list-property)
10028         (spam-backend-get-article-todo-list)
10029         (spam-backend-put-article-todo-list)
10030         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10031         Resolve registrations separately.
10032         (spam-register-routine): Format comments.
10033         (spam-unregister-routine, spam-register-routine): Always call with
10034         specific-articles, no default list.
10035         (spam-summary-prepare-exit): Use the spam-classifications function.
10037         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10038         gnus-encrypt.el.
10040         * encrypt.el: Copied from gnus-encrypt.el.
10042         * gnus-encrypt.el: Commented that it's obsolete.
10044 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10046         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10047         (gnus-score-save): Use it.
10049         * message.el (message-bury): Use `window-dedicated-p'.
10051 2004-10-15  Simon Josefsson  <jas@extundo.com>
10053         * pop3.el (top-level): Don't require nnheader.
10054         (pop3-read-timeout): Add.
10055         (pop3-accept-process-output): Add.
10056         (pop3-read-response, pop3-retr): Use it.
10058 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10060         * spam.el (spam-register-routine): Move comment.
10061         (spam-verify-bogofilter): Use 'unknown for the initial
10062         spam-bogofilter-valid state, not 'never.
10064         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10065         for netrc-machine.
10067         * nnimap.el (nnimap-open-connection): Use
10068         netrc-machine-user-or-password.
10070 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10072         * gnus-registry.el (gnus-registry-unload-hook):
10073         Set as a variable with add-hook.
10075         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10076         of news-path.
10078         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10080         * spam.el: Delete duplicate `provide'.
10081         (spam-unload-hook): Set as a variable with add-hook.
10083 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10085         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10086         in the doc string.
10088         * message.el (message-ignored-news-headers)
10089         (message-ignored-supersedes-headers)
10090         (message-ignored-resent-headers)
10091         (message-forward-ignored-headers): Improve custom type.
10093 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10095         * message.el (message-tokenize-header): Fix 2004-09-06 change
10096         which used point-min in the wrong place.
10098 2004-10-12  Simon Josefsson  <jas@extundo.com>
10100         * tls.el (tls-certtool-program): New variable.
10101         (tls-certificate-information): New function, based on
10102         ssl-certificate-information.
10104 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10106         * compface.el: Move the version of ELisp-based uncompface program
10107         to the contrib directory because of the copyright problem.
10109 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10111         * message.el (message-kill-buffer): Raise the current frame.
10113 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10115         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10117         * gnus.el (message-y-or-n-p): Autoload.
10119         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10120         (pop3-password-required, pop3-authentication-scheme)
10121         (pop3-leave-mail-on-server): Made customizable.
10122         (pop3): New custom group.
10123         (pop3-retr): Remove `sleep-for' statements.
10124         Suggested by Dave Love <fx@gnu.org>.
10126         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10127         Windows/DOS.
10129         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10130         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10131         Dave Love <fx@gnu.org>.
10133         * mml.el (mml-minibuffer-read-disposition): Require match.
10134         Suggested by Dave Love <fx@gnu.org>.
10136 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10138         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10139         doc string.
10141 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10143         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10145 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10147         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10148         instead of calling `mm-insert-inline', to decode text/* parts
10149         before displaying them.
10151 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10153         * mm-uu.el (mm-uu-text-plain-type): New variable.
10154         (mm-uu-pgp-signed-extract-1): Use it.
10155         (mm-uu-pgp-encrypted-extract-1): Use it.
10156         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10157         bind mm-uu-text-plain-type with that value.
10158         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10159         mm-uu-dissect.
10161 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10163         * gnus-group.el (gnus-update-group-mark-positions):
10164         * gnus-sum.el (gnus-update-summary-mark-positions):
10165         * message.el (message-check-news-body-syntax):
10166         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10167         of string-as-multibyte.
10169 2004-10-05  Juri Linkov  <juri@jurta.org>
10171         * gnus-group.el (gnus-update-group-mark-positions):
10172         * gnus-sum.el (gnus-update-summary-mark-positions):
10173         * message.el (message-check-news-body-syntax):
10174         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10175         8-bit unibyte values to a multibyte string for search functions.
10177 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10179         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10180         (mm-uu-dissect-text-parts): New function.
10182         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10183         dissect text parts.
10185         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10186         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10188         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10190         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10191         gnus-current-topics instead of gnus-current-topic.
10193 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10195         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10197 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10199         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10200         where approriate.
10202         * nnml.el (nnml-generate-active-info): do.
10204         * nndiary.el (nndiary-generate-active-info): do.
10206         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10207         (gnus-topic-move): do.
10209         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10210         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10212         * gnus-srvr.el (gnus-server-prepare)
10213         (gnus-server-open-all-servers): do.
10215         * gnus-msg.el (gnus-summary-cancel-article)
10216         (gnus-summary-resend-message)
10217         (gnus-summary-mail-crosspost-complaint): do.
10219         * gnus-move.el (gnus-change-server): do.
10221         * gnus-group.el (gnus-group-unmark-all-groups)
10222         (gnus-group-set-current-level): do.
10224 2004-10-04  Simon Josefsson  <jas@extundo.com>
10226         * message.el (message-generate-hashcash): Doc fix.
10228 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10230         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10231         avoid infinite recursion via gnus-get-function.
10233 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10235         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10237         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10239         * nnmail.el (nnmail-split-history): do.
10241         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10242         (nnml-request-delete-group): do.
10244         * nnslashdot.el (nnslashdot-read-groups): do.
10246         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10247         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10249         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10250         (nnspool-sift-nov-with-sed): Use last
10251         (nnspool-retrieve-headers-with-nov): Use mapc.
10252         (nnspool-request-newgroups): Use dolist.
10253         (nnspool-request-group): Use last.
10255         * nntp.el (nntp-read-server-type): Use dolist.
10257         * nnvirtual.el (nnvirtual-create-mapping)
10258         (nnvirtual-update-read-and-marked): Use dolist.
10259         (nnvirtual-convert-headers): Simplify.
10261 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10263         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10264         support for sync'ing tick marks.
10266 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10269         there's no visible header.
10271 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10273         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10274         necessary, pass full group name to gnus-request-set-marks.
10276 2004-10-01  Simon Josefsson  <jas@extundo.com>
10278         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10279         acroread.
10281 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283         * spam-report.el (spam-report-gmane): Fix interactive.
10285         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10287         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10288         when writing file.
10289         (gnus-agent-synchronize-flags): Don't default to being
10290         interactive.
10292 2004-09-30  Simon Josefsson  <jas@extundo.com>
10294         * message.el (message-generate-hashcash): Add.
10295         (message-send-mail): Use it, call mail-add-payment.
10297 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10299         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10301 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10303         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10304         gnus-requst-update-info with explicit code to sync the in-memory
10305         info read flags with the marks being sync'd to the backend.
10307         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10309 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10311         * spam.el (spam-verify-bogofilter): Add new function.
10312         (spam-check-bogofilter)
10313         (spam-bogofilter-register-with-bogofilter): Use it.
10314         (spam-verify-bogofilter): Add small fixes.
10316 2004-09-28  Simon Josefsson  <jas@extundo.com>
10318         * hashcash.el (hashcash-generate-payment): Revert.
10320 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10322         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10323         gnus-extract-references instead of gnus-split-references.
10325         * gnus-util.el (gnus-extract-references): Add new function, analogous
10326         to gnus-split-references but extracts only the message-ID without
10327         anything extra.
10329         * hashcash.el (hashcash-generate-payment)
10330         (hashcash-check-payment): Do the right thing if hashcash-path is
10331         nil (because the hashcash program could not be found).
10333         * spam.el (spam-use-hashcash): Remove comment.
10335 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10337         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10338         (gnus-cache-enter-article, gnus-cache-remove-article)
10339         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10341         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10343         * gnus-art.el (article-hide-boring-headers)
10344         (article-translate-strings, article-display-face)
10345         (gnus-article-mime-match-handle-first)
10346         (gnus-article-highlight-headers)
10347         (gnus-article-add-buttons-to-head): do.
10349 2004-09-27  Simon Josefsson  <jas@extundo.com>
10351         * hashcash.el: New version, from
10352         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10353         ../contrib/.
10355 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10357         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10359 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10361         * gnus-dup.el (gnus-dup-open): Use mapc.
10362         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10364         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10365         Reported by Stefan Wiens <s.wi@gmx.net>.
10367         * gnus.el (gnus-shutdown): Use dolist.
10369         * gnus-undo.el (gnus-undo): Use mapc.
10371         * nnrss.el (nnrss-generate-active): do.
10373         * message.el (message-cite-original-without-signature)
10374         (message-cite-original): Use mapc.
10375         (message-do-actions, message-make-forward-subject): Use dolist.
10377 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10379         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10380         deletion to remove entire duplicate line.  Fixes merged article
10381         number bug.
10383 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10385         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10386         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10387         first ask if you want to open a server and then, even when you
10388         responded with no, asking if you want to synchronize the server's
10389         flags.
10390         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10391         multi-line expressions.
10392         (gnus-agent-synchronize-group-flags): New internal function.
10393         Updates marks in memory (in the info structure) AND in the
10394         backend.
10396         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10398         * nnagent.el (nnagent-request-set-mark): Use
10399         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10400         method, to ensure that synchronization updates marks in the
10401         backend and in the info (in memory) structure.
10403 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10405         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10406         convention fully; don't miss the root article of a thread; make
10407         the X-Draft-From header with correct article numbers.
10409 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10411         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10412         unless plugged.  Disable the agent so that an open failure causes
10413         an error.
10415         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10416         Reverted 2004-09-21 change.  The backend must be opened while
10417         synchronizing flags even when the backend stores the flags
10418         locally.
10420 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10422         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10423         in `header' match.  Reported by Svend Tollak Munkejord.
10425         * message.el (message-cite-original): Fix use of
10426         `message-cite-articles-with-x-no-archive'.
10428 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10430         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10431         (gnus-window-to-buffer): Ditto.
10433         * mml.el (mml-preview-buffer): New variable.
10434         (mml-preview): Manage window layout with gnus-buffer-configuration.
10436         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10437         X-Draft-From header even if those articles aren't quoted.
10439 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10441         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10442         (gnus-request-set-mark, gnus-request-update-mark): Use new
10443         g-s-t-u-l-m to decide to use backend even when unplugged.
10445 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10447         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10448         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10450 2004-09-20  Simon Josefsson  <jas@extundo.com>
10452         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10453         "utf-16-le".
10455 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10459 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10461         * uudecode.el (uudecode-use-external): Add :version.
10463         * smime.el (smime-CA-file, smime-encrypt-cipher)
10464         (smime-dns-server): Add :version.
10466         * smiley.el (gnus-smiley-file-types): Add :version.
10468         * sha1.el (sha1-use-external): Add :version.
10470         * pgg-def.el (pgg-query-keyserver): Add :version.
10472         * nnmail.el (nnmail-fancy-expiry-targets)
10473         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10474         Add :version.
10476         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10477         (nnimap-retrieve-groups-asynchronous): Add :version.
10478         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10480         * mml.el (mml-content-disposition-parameters)
10481         (mml-insert-mime-headers-always): Add :version.
10483         * mm-util.el (mm-coding-system-priorities): Add :version.
10485         * mm-decode.el (mm-inline-text-html-with-images)
10486         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10487         (mm-verify-option): Add :version.
10488         (mm-text-html-renderer): Change :version.
10490         * message.el (message-fcc-externalize-attachments)
10491         (message-required-headers, message-draft-headers)
10492         (message-subject-trailing-was-query)
10493         (message-subject-trailing-was-ask-regexp)
10494         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10495         (message-mark-insert-end, message-archive-header)
10496         (message-archive-note, message-cross-post-default)
10497         (message-cross-post-note, message-followup-to-note)
10498         (message-cross-post-note-function, message-use-mail-followup-to)
10499         (message-subscribed-address-functions)
10500         (message-subscribed-address-file, message-subscribed-addresses)
10501         (message-subscribed-regexps, message-allow-no-recipients)
10502         (message-yank-cited-prefix, message-signature-insert-empty-line)
10503         (message-hidden-headers, message-hierarchical-addresses)
10504         (message-mail-user-agent, message-use-idna)
10505         (message-valid-fqdn-regexp)
10506         (message-strip-special-text-properties, message-header-synonyms)
10507         (message-beginning-of-line, message-tab-body-function): Add :version.
10508         (message-insert-canlock, message-wide-reply-confirm-recipients):
10509         Change :version.
10511         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10512         and :version.
10513         (mail-source-delete-old-incoming-confirm)
10514         (mail-source-movemail-program): Add :version.
10516         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10517         (gnus-agent-cache, gnus-agent): Change :version.
10519         * gnus-util.el (gnus-use-byte-compile): Change :version.
10521         * gnus-sum.el (gnus-summary-make-false-root-always)
10522         (gnus-summary-default-high-score)
10523         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10524         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10525         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10526         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10527         (gnus-sum-thread-tree-single-indent)
10528         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10529         (gnus-sum-thread-tree-leaf-with-other)
10530         (gnus-sum-thread-tree-single-leaf): Add :version.
10531         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10532         (gnus-article-loose-mime): Change :version.
10534         * gnus-start.el (gnus-backup-startup-file)
10535         (gnus-save-startup-file-via-temp-buffer): Add :version.
10537         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10538         (gnus-server-offline-face): Add :version.
10540         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10542         * gnus-msg.el (gnus-gcc-externalize-attachments)
10543         (gnus-debug-files, gnus-debug-exclude-variables)
10544         (gnus-discouraged-post-methods): Change :version.
10545         (gnus-confirm-mail-reply-to-news)
10546         (gnus-confirm-treat-mail-like-news): Add :version.
10548         * gnus-int.el (gnus-server-unopen-status): Add :version.
10550         * gnus-group.el (gnus-group-jump-to-group-prompt)
10551         (gnus-large-ephemeral-newsgroup)
10552         (gnus-fetch-old-ephemeral-headers): Add :version.
10554         * gnus-fun.el (gnus-x-face-directory)
10555         (gnus-convert-pbm-to-x-face-command)
10556         (gnus-convert-image-to-x-face-command)
10557         (gnus-convert-image-to-face-command): Add :version.
10559         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10561         * gnus-cite.el (gnus-cite-blank-line-after-header)
10562         (gnus-article-boring-faces): Add :version.
10564         * gnus-art.el (gnus-buttonized-mime-types)
10565         (gnus-inhibit-mime-unbuttonizing)
10566         (gnus-treat-display-face)
10567         (gnus-treat-body-boundary): Change :version.
10568         (gnus-body-boundary-delimiter, gnus-picon-databases)
10569         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10570         (gnus-treat-date-english, gnus-treat-fold-headers)
10571         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10572         (gnus-treat-mail-picon, gnus-treat-wash-html)
10573         (gnus-article-encrypt-protocol)
10574         (gnus-use-idna, gnus-article-over-scroll)
10575         (gnus-mime-display-multipart-alternative-as-mixed)
10576         (gnus-mime-display-multipart-related-as-mixed)
10577         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10578         (gnus-ctan-url, gnus-button-ctan-handler)
10579         (gnus-button-handle-ctan-bogus-regexp)
10580         (gnus-button-ctan-directory-regexp)
10581         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10582         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10583         (gnus-button-man-level, gnus-button-emacs-level)
10584         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10586         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10587         (gnus-agent-go-online): Change :version.
10588         (gnus-agent-expire-unagentized-dirs)
10589         (gnus-agent-auto-agentize-methods): Add :version.
10591         * flow-fill.el (fill-flowed-display-column)
10592         (fill-flowed-encode-column): Add :version.
10594         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10595         (gnus-outlook-deuglify-unwrap-max)
10596         (gnus-outlook-deuglify-cite-marks)
10597         (gnus-outlook-deuglify-unwrap-stop-chars)
10598         (gnus-outlook-deuglify-no-wrap-chars)
10599         (gnus-outlook-deuglify-attrib-cut-regexp)
10600         (gnus-outlook-deuglify-attrib-verb-regexp)
10601         (gnus-outlook-deuglify-attrib-end-regexp)
10602         (gnus-outlook-display-hook): Add :version.
10604         * binhex.el (binhex-use-external): Add :version.
10606 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10608         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10609         and `invisible'.
10611 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10613         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10614         in gnus-registry-trim.
10616 2004-09-13  Simon Josefsson  <jas@extundo.com>
10618         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10620         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10622         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10623         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10624         <yamaoka@jpl.org>.
10625         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10626         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10627         <yamaoka@jpl.org>.
10629         * sieve.el (sieve-manage-mode): Ditto.
10631 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10633         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10635 2004-09-11  Simon Josefsson  <jas@extundo.com>
10637         * dns-mode.el: Add.
10639         * mm-view.el (mm-display-dns-inline): Add.
10641         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10642         (mm-automatic-display): Ditto.
10644         * mailcap.el (mailcap-mime-data): Add text/dns.
10645         (mailcap-mime-extensions): Map .soa to text/dns.
10647 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10649         * gnus-art.el (article-decode-mime-words, article-babel)
10650         (gnus-article-highlight-signature, gnus-article-add-buttons)
10651         (gnus-signature-toggle): Remove unnecessary bindings of
10652         `inhibit-read-only' inherited from v5.10 merge.
10654 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10656         * nntp.el (nntp): New customization group.
10657         (nntp-authinfo-file): Add customization group.
10659         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10661         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10663         * gnus.el (to-address, to-list, subscribed)
10664         (large-newsgroup-initial): Ditto.
10666         * flow-fill.el (fill-flowed-display-column)
10667         (fill-flowed-encode-column): Ditto.
10669 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10671         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10672         Use point-min rather than 1.
10673         (message-send-mail): Use buffer-size rather than point-max.
10675         * gnus-sum.el (gnus-summary-search-article-forward):
10676         Signal a specific `search-failed' rather than a generic `error'.
10678         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10679         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10680         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10682 2004-09-10  Simon Josefsson  <jas@extundo.com>
10684         * nndb.el (require): Remove tcp and duplicate cl.
10686 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * gnus-agent.el (directory-files-and-attributes): Move forward.
10690 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10692         * gnus-agent.el (directory-files-and-attributes): Optionally
10693         defined to support XEmacs.
10695 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10697         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10698         to avoid run-time CL dependencies.
10699         (gnus-agent-unfetch-articles): New function.
10700         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10701         article numbers even when local .overview file is missing.
10702         (gnus-agent-read-article-number): New function.  Only accepts
10703         27-bit article numbers.
10704         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10705         gnus-agent-read-article-number.
10706         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10707         from backend while recognizing that article numbers in .overview
10708         must be valid.
10709         (gnus-agent-update-files-total-fetched-for): Use
10710         directory-files-and-attributes to improve performance.
10711         * gnus-int.el (gnus-request-move-article): Use
10712         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10713         improve performance.
10715         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10716         some users confused by references to .newsrc when they only have a
10717         .newsrc.eld file.
10718         (gnus-convert-mark-converter-prompt)
10719         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10720         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10721         New function.  Used internally to only display 'gnus converting
10722         files' message when actually necessary.
10724         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10725         methods now autoloaded.
10727 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10729         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10730         identifiers.
10732 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10734         * gnus-picon.el: Fix indentation and closing parenthesis.
10736 2004-09-01  Simon Josefsson  <jas@extundo.com>
10738         * message.el (message-canlock-generate): Require sha1, not
10739         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10740         to require within a function.  Sadly, if sha1.el isn't loaded, the
10741         let binding in m-c-g will hide the defcustom definition, which is
10742         bad.)
10744         * canlock.el: Require sha1, not sha1-el.
10746         * message.el: Don't autoload sha1 (there is a autoload cookie in
10747         sha1.el).
10749         * sha1-el.el: Renamed to sha1.el.
10751 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10753         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10755 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10759 2004-08-30  Kim F. Storm  <storm@cua.dk>
10761         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10763         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10764         Add :group 'nnimap.
10766 2004-08-30  Andreas Schwab  <schwab@suse.de>
10768         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10769         ?* and ?\;.
10771         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10772         and ?\' to symbol instead of whitespace.
10774 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10778         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10779         instead of re-search-forward.
10781         * gnus-uu.el (gnus-uu-save-article): Ditto.
10782         (gnus-uu-post-encode-uuencode): Ditto.
10784         * html2text.el (html2text-clean-list-items): Ditto.
10785         (html2text-clean-dtdd): Ditto.
10786         (html2text-format-tags): Ditto.
10788         * message.el (message-send-mail-with-sendmail): Fix regexp.
10789         (message-fill-field-general): Use search-forward instead of
10790         re-search-forward.
10791         (unbold-region): Ditto.
10793         * nnrss.el (nnrss-request-article): Ditto.
10795         * nnslashdot.el (nnslashdot-request-article): Ditto.
10797         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10799         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10800         "Unrecognized menu descriptor" error in XEmacs.
10802 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10804         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10805         parent article of a sparse article in the thread hashtb.
10807 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10809         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10810         (nnmail-expand-newtext): Lowercase expanded entries if
10811         nnmail-split-lowercase-expanded is non-nil.
10813 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10815         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10817         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10818         of gnus-tmp-news-method into string under XEmacs.  It will be
10819         passed to gnus-correct-length which takes only a string argument.
10821 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * gnus-util.el (gnus-bind-print-variables): New macro.
10824         (gnus-prin1): Use it.
10825         (gnus-prin1-to-string): Use it.
10826         (gnus-pp): New function.
10827         (gnus-pp-to-string): New function.
10829         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10830         Replace pp-to-string with gnus-pp-to-string.
10831         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10832         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10833         * gnus-msg.el (gnus-debug): Ditto.
10834         * gnus-score.el (gnus-score-save): Ditto.
10835         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10836         gnus-pp-to-string.
10837         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10838         with gnus-pp.
10839         * score-mode.el (gnus-score-pretty-print): Ditto.
10840         * webmail.el (webmail-debug): Ditto.
10842 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10844         * gnus-art.el (article-display-face, article-display-x-face):
10845         Use buffer-read-only.
10847 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10849         * gnus-art.el (article-hide-list-identifiers):
10850         Bind inhibit-read-only as t.
10852 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10854         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10856 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10859         (gnus-narrow-to-page): Don't assume point-min == 1.
10860         (gnus-article-edit-mode): Derive from message-mode.
10862         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10863         point-min == 1.
10865         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10866         Disable incorrect use of `assert'.
10868         * message.el (message-mode): Set comment-start-skip.
10871 2004-08-22  Sam Steingold  <sds@gnu.org>
10873         * pop3.el (pop3-leave-mail-on-server): New user variable.
10874         (pop3-movemail): Delete mail only when it is nil.
10876 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10878         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10880         * mml.el (mml-preview): Use `pop-to-buffer'.
10882         * message.el (message-goto-mail-followup-to): Insert after "To".
10883         (message-carefully-insert-headers): Add comment.
10885         * gnus.el: Remove unused variable `gnus-article-check-size'.
10887         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10889         * gnus-art.el (gnus-button-alist): Improve
10890         `gnus-button-handle-library' entry.
10892 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10894         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10895         downcase, since XEmacs capitalizes error messages differently.
10897 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10899         * nntp.el: Add (require 'gnus) due to reference to
10900         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10902 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10904         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10905         `mm-fill-flowed'.
10907         * mm-decode.el (mm-dissect-singlepart): Check it.
10909 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10911         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10912         'imap' for netrc parsing.
10914 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10916         * mailcap.el (mailcap-mime-data): Mark as risky.
10918 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10920         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10921         may be included in the encoded word.
10922         (rfc2047-encode): Don't append a space if the encoded word
10923         includes close parenthesis.
10925 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10927         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10928         of text within parentheses.
10930 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10932         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10933         (gnus-encrypt-write-file-contents): Make the password key the file
10934         name PLUS the cipher, not just the cipher.  Also remove failed
10935         passwords from the cache.
10937 2004-08-06  Simon Josefsson  <jas@extundo.com>
10939         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10940         fix.
10942 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10945         LWSP.
10947 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10949         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10950         to append in-reply-to: data to the references: header.
10952         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10953         (netrc-parse): Use gnus-encrypt.el functions.
10955         * gnus-encrypt.el: Add new file for encryption support; currently
10956         does only a few GPG ciphers and an internal XOR cipher.
10958         * password.el: Add comments on using password-read-and-add.
10959         (password-read-and-add): Add function to read and add the
10960         password to the cache at once.
10962 2004-07-28  Simon Josefsson  <jas@extundo.com>
10964         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10965         parameter (but don't use it, for now).
10967         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10968         instead of hard coding to nil.
10970 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10972         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10973         as mm-inline-image-xemacs does.
10975 2004-07-26  Simon Josefsson  <jas@extundo.com>
10977         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10978         Revert part of 2004-07-17 change below.
10980 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10982         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10983         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10985 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10988         quotes that actually start with ">" at the beginning of the
10989         lines.
10991 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10993         * rfc2047.el (rfc2047-encode-region): Fix last change.
10994         (rfc2047-encode-parameter): Remove useless concat.
10996 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10998         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10999         encode special characters; fix some kind of misconfigured headers;
11000         signal a real error if debug-on-quit or debug-on-error is non-nil.
11001         (rfc2047-encode-max-chars): New variable.
11002         (rfc2047-encode-1): Use it.
11003         (rfc2047-encode-parameter): New function.
11005         * mml.el (mml-insert-parameter): Remove an excessive space.
11007 2004-07-17  Simon Josefsson  <jas@extundo.com>
11009         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11010         Kai Grossjohann <kai@emptydomain.de>.
11011         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11012         (gnus-group-make-menu-bar): Ditto.
11014         * gnus-util.el (gnus-group-server): Add.
11016 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11018         * message.el (message-clone-locals): Clone sendmail and smtp
11019         variables.
11021 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11023         * rfc2047.el (rfc2047-encode-region): Fix last change.
11025 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11027         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11028         characters as non-special.
11030 2004-07-09  Simon Josefsson  <jas@extundo.com>
11032         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11033         Users will lose all flag changes made while unplugged with
11034         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11035         good default.  See numerous reports on ding mailing list.
11037 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11039         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11040         add generate-head-function and generate-article-function to the
11041         rfc822-forward entry.
11042         (nndoc-rfc822-forward-generate-article): New function.
11043         (nndoc-rfc822-forward-generate-head): New function.
11045         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11047 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11049         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11050         respect display group parameter and gnus-summary-expunge-below.
11051         (gnus-articles-to-read): Remove unused reference to display group
11052         parameter.
11054 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056         * nnheader.el (nnheader-uniquify-message-id): New experimental
11057         variable.
11058         (nnheader-nov-read-message-id): Use it.
11060         * spam-report.el (spam-report-gmane): Add interactive.
11062 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11065         qp-or-base64 for the application/* types.
11067 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11069         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11071 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11073         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11074         trim value.
11076 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11078         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11079         New macro and function.
11080         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11082 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11084         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11085         after-load-alist.
11087 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11090         update info that isn't there.
11092 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11094         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11095         entry.
11097 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11099         * mm-view.el (mm-inline-render-with-function): Use multibyte
11100         buffer; decode html source by charset.
11102         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11104         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11105         Mule-UCS is loaded under XEmacs.
11106         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11108 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11110         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11112 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11114         * mm-util.el (mm-coding-system-p): Return a coding-system.
11115         (mm-mime-mule-charset-alist): Use shift_jis instead of
11116         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11117         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11118         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11119         instead of japanese-shift-jis and iso-latin-1 respectively in
11120         order to share the default value with both Emacs and XEmacs-mule.
11121         (mm-mule-charset-to-mime-charset): Make
11122         mm-coding-system-priorities effective.
11123         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11124         while predicating of candidates upon the priorities.
11126 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11128         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11129         gnus-uu-invert-processable.
11131         * gnus.el: Autoload gnus-uu-invert-processable.
11133 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11135         * mm-util.el (mm-with-multibyte-buffer): New macro.
11137         * rfc2047.el (rfc2047-encode-string): Use it.
11138         (rfc2047-encode-region): Move point to the end of the region after
11139         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11141 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11143         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11144         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11146 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11148         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11149         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11150         Karl Chen <quarl@nospam.quarl.org>.
11152 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11154         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11155         invalid addresses.
11157 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11159         * spam.el: Change section markers, revise TODO list.
11160         (spam-backends): Make new master list of all installed backends.
11161         (spam-summary-exit-behavior): Add new variable to determine how
11162         messages moves are done at summary exit.
11163         (spam-move-spam-nonspam-groups-only)
11164         (spam-process-ham-in-nonham-groups)
11165         (spam-process-ham-in-spam-groups): Remove variables, the
11166         spam-summary-exit-behavior variable should be used to manage this
11167         behavior.
11168         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11169         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11170         and spam-old-spam-articles.
11171         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11172         Add empty variables, placeholders for the backends they represent.
11173         (spam-set-difference): Move, unchanged.
11174         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11175         unless the user has a processor variable.
11176         (spam-classifications, spam-classification-valid-p)
11177         (spam-backend-properties, spam-backend-property-valid-p)
11178         (spam-backend-function-type-valid-p)
11179         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11180         (spam-report-articles-gmane, spam-report-articles-resend):
11181         Remove functions, they are not needed.
11182         (spam-install-backend-super, spam-backend-list)
11183         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11184         (spam-backend-function, spam-backend-ham-registration-function)
11185         (spam-backend-spam-registration-function)
11186         (spam-backend-ham-unregistration-function)
11187         (spam-backend-spam-unregistration-function)
11188         (spam-backend-statistical-p, spam-backend-mover-p)
11189         (spam-install-backend-alias, spam-install-checkonly-backend)
11190         (spam-install-mover-backend, spam-install-nocheck-backend)
11191         (spam-install-backend, spam-install-statistical-backend)
11192         (spam-install-statistical-checkonly-backend): Add backend installation
11193         support.
11194         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11195         (spam-group-processor-p): Use the new backend code and respect the
11196         summary exit behavior.
11197         (spam-mark-spam-as-expired-and-move-routine): Remove.
11198         (spam-summary-prepare): Change to use the new spam-old-articles
11199         variable.
11200         (spam-copy-or-move-routine, spam-copy-spam-routine)
11201         (spam-move-spam-routine, spam-copy-ham-routine)
11202         (spam-move-ham-routine): Add code to copy/move ham or spam.
11203         (spam-fetch-field-fast): Improve doc and code, plus allow the
11204         'number request.
11205         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11206         variables.
11207         (spam-split, spam-find-spam): Use the new backend code.
11208         (spam-registration-functions): Remove variable.
11209         (spam-unregister-routine): Add convenience wrapper.
11210         (spam-log-undo-registration, spam-register-routine)
11211         (spam-log-processing-to-registry)
11212         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11213         where possible.
11214         (spam-check-gmane-xref, spam-check-regex-headers)
11215         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11216         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11217         (spam-check-bogofilter-headers, spam-check-spamoracle)
11218         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11219         (spam-check-crm114-headers): Use the spam-split-group that
11220         spam-split prepares, no need to determine it every time.
11222         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11223         to the nnheader-parse-naked-head call.
11225         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11227         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11228         the nnheader-nov-read-message-id call.
11230 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11233         gnus-activate-group twice.  Suggested by Markus Peter
11234         <warp@spin.de>.
11236 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * gnus-art.el (gnus-article-time-format): Exchange the order of
11239         day and month in the default value; fix customization type.
11240         (article-date-ut): Use add-text-properties.
11241         (article-make-date-line): Use message-make-date instead of
11242         current-time-string.
11244         * message.el (message-fetch-field): Don't use set-text-properties.
11245         (message-make-date): Simplify.
11247         * messagexmas.el (message-xmas-make-date): New function.
11248         (message-xmas-redefine): Defalias message-make-date to it.
11250 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11252         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11253         (rfc2047-encode-region): Treat text within parentheses as special;
11254         show the original text when error has occurred.
11256         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11257         already-computed method to gnus-activate-group.
11259         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11260         same select-methods identical Lisp objects.
11262         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11263         object when modifying the info.
11265 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11267         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11268         gnus-opened-servers since it has never been opened with the new
11269         configuration yet.
11271 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11274         arg to nnheader-generate-fake-message-id.
11276 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11278         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11279         number and build a fake message ID localized to a group and
11280         article number (so it's repeatable from that point on).
11281         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11282         ID format.
11284         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11285         nnheader-generate-fake-message-id with the article number.
11287 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11289         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11290         end-of-buffer.
11292 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11294         * message.el (message-ignored-supersedes-headers): Add Approved.
11296 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11298         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11299         goto-char.
11300         (rfc2047-encode): Fold the line before encoding.
11302 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11305         folding -- not all headers can be folded, and this should be done
11306         by the message composition mode.  Probably.  I think.
11308 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11310         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11311         fast.
11313         * gnus-ems.el (gnus-remove-image): Don't use
11314         message-text-with-property; remove only the image found first.
11316         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11317         found first.
11319 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11321         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11323 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11325         * message.el (message-text-with-property): Make it fast and accept
11326         optional arguments.
11327         (message-strip-forbidden-properties): Use it.
11328         (message-fix-before-sending): Follow the m-t-w-p change.
11330         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11332 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11334         * gnus-art.el (article-hide-headers): Don't change the buffer
11335         mistakenly when performing mml-preview even if
11336         gnus-single-article-buffer is nil.
11338 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11340         * message.el (message-expand-name-databases): New user option.
11341         (message-expand-name): Use it.
11343 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11345         * spam.el (spam-report-articles-resend)
11346         (spam-report-resend-register-routine): Allow ham reporting.
11347         (spam-report-resend-register-ham-routine): Add wrapper.
11348         (spam-registration-functions): Add ham resending functions.
11349         (spam-list-of-processors): Add ham resend processor.
11351         * gnus.el (ham-resend-to): Add new group parameter.
11352         (spam-process): Add ham resend option.
11354         * spam-report.el (spam-report-resend): Allow reporting ham.
11355         (spam-report-resend-ham): Add wrapper.
11357 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359         * message.el (message-cite-articles-with-x-no-archive): New
11360         variable.
11361         (message-cite-original): Use it.
11363 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365         * message.el (message-cite-original): Respect X-No-Archive.
11367 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11369         * gnus-art.el (article-hide-headers): Refer to the values for
11370         gnus-ignored-headers and gnus-visible-headers in the summary
11371         buffer since a user may have set them as group parameters.
11373 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11375         * assistant.el (assistant-node-name): Add convenience function.
11376         (assistant-render-text, assistant-render-node): Add error handling,
11377         plus handle multiple next nodes.
11378         (assistant-find-next-node): Comment out for now.
11379         (assistant-find-next-nodes): Add function, returns list of next
11380         nodes.
11382 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11384         * mail-source.el (mail-source-directory): Fix doc-string.
11386 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11388         * assistant.el (assistant-render-text, assistant-eval): Add :set
11389         widget type, which is different because it takes and returns a
11390         list.  Much hilarity ensues.
11392 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11394         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11396         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11397         doc-string.
11399         * gnus-start.el (gnus-activate-group): Added doc-string.
11401 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11403         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11405 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11407         * assistant.el (assistant-render-text): Try to add a :set
11408         widget, more to come.
11410         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11411         strings.
11412         (spam-report-articles-resend)
11413         (spam-register-routine): Do registration iff any articles warrant
11414         it.
11415         (spam-summary-prepare-exit): Change log message for nil group
11416         destinations.
11418 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11420         * spam.el (spam-report-resend-register-routine): Allow
11421         spam-report-resend-to to be a group parameter or a global value.
11423 2004-05-26  Simon Josefsson  <jas@extundo.com>
11425         * starttls.el: Merge with my GNUTLS based starttls.el.
11426         (starttls-gnutls-program, starttls-use-gnutls)
11427         (starttls-extra-arguments, starttls-process-connection-type)
11428         (starttls-connect, starttls-failure, starttls-success): New
11429         variables.
11430         (starttls-program, starttls-extra-args): Doc fix.
11431         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11432         functions.
11433         (starttls-negotiate, starttls-open-stream): Check
11434         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11435         function if it is set.
11437 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11439         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11440         structured fields.
11442 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11444         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11446 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11448         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11449         variable.
11450         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11451         assigning the spam-mark to new messages.
11453 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11455         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11457 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11459         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11461         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11462         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11463         default.
11465 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11467         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11468         correct data.
11470 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11472         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11473         (spam-group-processor-p): Fix function.
11474         (spam-group-processor-multiple-p)
11475         (spam-group-spam-processor-report-gmane-p)
11476         (spam-group-spam-processor-report-resend-p)
11477         (spam-group-spam-processor-bogofilter-p)
11478         (spam-group-spam-processor-blacklist-p)
11479         (spam-group-spam-processor-ifile-p)
11480         (spam-group-ham-processor-ifile-p)
11481         (spam-group-spam-processor-spamoracle-p)
11482         (spam-group-spam-processor-crm114-p)
11483         (spam-group-ham-processor-bogofilter-p)
11484         (spam-group-spam-processor-stat-p)
11485         (spam-group-ham-processor-stat-p)
11486         (spam-group-ham-processor-whitelist-p)
11487         (spam-group-ham-processor-BBDB-p)
11488         (spam-group-ham-processor-spamoracle-p)
11489         (spam-group-ham-processor-copy-p): Remove functions with some
11490         prejudice against unneeded code.
11491         (spam-report-articles-resend)
11492         (spam-report-resend-register-routine): Allow the group/topic
11493         spam-resend-to value to override spam-report-resend-to.
11494         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11495         properly now.
11497         * gnus.el (spam-resend-to): Add group/topic parameter.
11498         (spam-process): Move the OBSOLETE processors to the end of the
11499         choices.
11501 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11503         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11504         with resend-to set to nil, and then ask the user if necessary.
11505         (spam-report-resend): spam-report-resend takes a list of articles, not
11506         separate article numbers.
11508 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11510         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11511         addition to emacs-w3m.
11513 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515         * assistant.el (assistant-authinfo-data): New function.
11516         (assistant-eval): Eval for entire assistant.
11518         * netrc.el (netrc-services-file): New variable.
11519         (netrc-parse-services): New function.
11520         (netrc-find-service-name): New function.
11521         (netrc-find-service-number): New function.
11522         (netrc-port-equal): New function.
11523         (netrc-machine): Use it.
11525         * nnimap.el (nnimap-open-connection): Use netrc.
11527         * gnus-util.el (gnus-netrc-get): Remove aliases.
11529         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11531         * assistant.el (wid-edit): Fix compilation.
11533         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11535 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11537         * gnus-util.el (gnus-set-file-modes): New function.  (small
11538         patch).
11540 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11542         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11544         * assistant.el (assistant-render-node): Fix up rendering and
11545         read-only text.
11546         (assistant-render-node): Reset.
11547         (assistant-make-read-only): Not sticky.
11549 2004-05-20  Danny Siu  <dsiu@adobe.com>
11551         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11552         centered even when gnus-auto-center-summary is t
11554 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556         * dns.el (dns-get-txt-answer): New function.
11557         (dns-read-txt): Ditto.
11558         (query-dns): Use it.
11560 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11562         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11563         active for foreign groups even if the group level is higher than
11564         the specified value.
11566 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11569         non-active groups.
11571         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11573 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11575         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11577 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11579         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11580         (spam-crm114-header, spam-crm114-spam-switch)
11581         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11582         (spam-crm114-positive-spam-header)
11583         (spam-crm114-database-directory, spam-list-of-processors)
11584         (spam-group-spam-processor-crm114-p)
11585         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11586         (spam-generic-score, spam-list-of-checks)
11587         (spam-list-of-statistical-checks, spam-registration-functions)
11588         (spam-check-crm114-headers, spam-crm114-score)
11589         (spam-check-crm114, spam-crm114-register-with-crm114)
11590         (spam-crm114-register-spam-routine)
11591         (spam-crm114-unregister-spam-routine)
11592         (spam-crm114-register-ham-routine)
11593         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11594         asjo@koldfront.dk (Adam Sjøgren).
11596         * gnus.el: Add spam-use-crm114.
11598         * spam.el (spam-list-of-processors, spam-registration-functions):
11599         Add spam-use-resend.
11600         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11601         (spam-report-articles-gmane): Add doc fix.
11602         (spam-report-articles-resend, spam-report-resend-register-routine):
11603         Add wrappers around spam-report-resend-to.
11605         * spam-report.el (spam-report-resend-to, spam-report-resend):
11606         Add support for resending spam.
11607         (spam-report-gmane): Fix line length >80.
11609         * gnus.el (spam-process): Add spam-use-resend.
11611 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11613         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11614         number of processed spam messages.
11615         (spam-ham-copy-or-move-routine): Return the number of processed
11616         ham messages.
11617         (spam-summary-prepare-exit): Use the above values to decide
11618         whether status messages shouled be displayed.
11620 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11622         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11623         `rfc2047-encoding-function-alist' in order to avoid conflicting
11624         with the old version.
11625         (rfc2047-encode-region): Concatenate words containing non-ASCII
11626         characters in structured fields; don't encode space-delimited
11627         ASCII words even in unstructured fields; don't break words at
11628         char-category boundaries.
11629         (rfc2047-encode-1): New function.
11630         (rfc2047-encode): Use it; encode text so that it occupies the
11631         maximum width within 76-column; work correctly on Q encoding for
11632         iso-2022-* charsets.
11633         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11634         sure not to break a line just after the header name.
11635         (rfc2047-b-encode-region): Removed.
11636         (rfc2047-b-encode-string): New function.
11637         (rfc2047-q-encode-region): Removed.
11638         (rfc2047-q-encode-string): New function.
11640         * mm-util.el (mm-replace-in-string): New function.
11642 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11645         get it right.
11646         (gnus-inews-make-draft): Really.
11648 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11650         * nnmh.el (nnmh-request-list-1): Don't check the link count
11651         before descending.  (small patch)
11653 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11656         stuff.
11658         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11659         on real group name.
11661         * gnus-art.el (gnus-signature-limit): Doc fix.
11663         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11665         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11667 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11669         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11670         isn't a string.
11672 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674         * gnus-draft.el (gnus-draft-send): Bind
11675         rfc2047-encode-encoded-words.
11677         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11678         (rfc2047-encodable-p): Say that =? needs encoding.
11679         (rfc2047-encode-encoded-words): New variable.
11681         * gnus-group.el (gnus-group-select-group): Doc fix.
11683         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11685         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11686         to nil.
11688         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11690         * nnheader.el (nnheader-get-lines-and-char): New function.
11692 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11694         * gnus-msg.el (gnus-summary-followup-with-original): Document
11695         yanking of region when active.
11697 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11699         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11700         groups if the group level is higher than the specified value.
11702 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11704         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11705         (gnus-group-jump-to-group): Added prefix argument using
11706         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11707         non-active group.
11709         * compface.el (uncompface): Be verbose when changing
11710         `uncompface-use-external'.
11712         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11713         handle manual section.
11715 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717         * gnus-art.el (gnus-button-alist): Revert previous change.
11719 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11721         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11723 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11726         whether backend can accept message.
11728         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11730 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11732         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11733         Avoid creating directory when nntp-marks-is-evil is true.
11734         Reported by Reiner Steib.
11736 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11738         * gnus-picon.el (gnus-picon-style): New variable.
11739         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11740         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11741         Jesper Harder <harder@ifa.au.dk>.
11743 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745         * message.el (message-fill-field): Return point.
11746         (message-generate-headers): Go to end of field.
11748         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11749         stuff for non-living groups.
11751 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11753         * gnus-art.el (gnus-article-followup-with-original)
11754         (gnus-article-reply-with-original): gnus-mark-active-p ->
11755         gnus-region-active-p.
11757 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11759         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11760         only when there is spam or ham to be processed.
11762 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11764         * mail-source.el (mail-source-delete-crash-box): Refactor.
11765         (mail-source-fetch): Use it.
11766         (mail-source-fetch-file): Ditto.
11767         (mail-source-fetch-directory): Run postscript in loop.
11768         (mail-source-fetch-pop): Delete.
11769         (mail-source-fetch-maildir): Ditto.
11770         (mail-source-fetch-imap): Ditto.
11772         * imap.el (imap-authenticators): Comment out sasl.
11774         * message.el (message-skip-to-next-address): New function.
11775         (message-fill-header-address): Refactor.
11776         (message-fill-address): Use it.
11777         (message-delete-address): Use it.
11778         (message-fill-header-general): Refactor.
11779         (message-fill-field-address): Rename.
11780         (message-narrow-to-field): Find the start of the header.
11781         (message-header-format-alist): Don't pre-fill.
11782         (message-fill-header): Removed.
11783         (message-insert-header): New function.
11784         (message-shorten-references): Use it.
11786         * rfc2047.el (rfc2047-field-value): Strip props.
11788         * mail-parse.el (mail-header-make-address): New alias.
11790         * ietf-drums.el (ietf-drums-make-address): New function.
11792         * imap.el: Add compiler directives.
11794         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11796         * gnus-art.el (article-decode-idna-rhs): Don't use
11797         message-idna-inside-rhs-p.
11799 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801         * message.el (message-idna-inside-rhs-p): Removed.
11802         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11804         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11805         false positives.
11807 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11809         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11811 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813         * nneething.el (nneething-file-name): Don't create spurious
11814         files.
11816         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11817         (gnus-inews-do-gcc): Remove sleep.
11819         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11820         part under point.
11822         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11823         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11825 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11827         * spam.el (spam-summary-prepare-exit): Fixed (length).
11829 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11831         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11832         as expired without moving it" message when there are spam
11833         messages left.
11835 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11837         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11838         header is not nil.
11840 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11842         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11843         nntp-possibly-create-directory, not nntp-possibly-change-group.
11844         (nntp-marks-changed-p): New arg SERVER.
11845         (nntp-request-update-info): Adjust caller.
11847 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11849         * nntp.el (nntp-save-marks): Pass missing arg.
11851 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11853         * nntp.el: Support marks.
11854         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11855         (nntp-marks-modtime, nntp-marks-directory): New variables.
11856         (nntp-request-set-mark, nntp-request-update-info)
11857         (nntp-possibly-create-directory, nntp-marks-changed-p)
11858         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11859         functions.
11861 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11863         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11864         (gnus-xmas-redefine): Rename.
11866         * gnus-score.el (gnus-score-insert-help): Use
11867         gnus-select-lowest-window.
11869         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11870         appt-select-lowest-window and rename to gnus-select-lowest-window.
11872         * gnus.el: do.
11874 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11876         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11877         encodings of MIME-encoded words, in order to improve
11878         interoperability with several broken MUAs.
11880 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11882         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11883         tags, only when charsets are not specified in headers.
11884         (mm-inline-text-html-render-with-w3m): Ditto.
11886         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11887         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11889 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11891         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11892         instead of MIME-decoded from fields when checking
11893         `gnus-article-address-banner-alist'.
11895 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11897         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11898         description rather than subject.
11900 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11902         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11904 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906         * gnus.el (gnus-version-number): Bump.
11908 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11910         * gnus.el: No Gnus v0.2 is released.
11912 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914         * gnus-agent.el (gnus-agent-read-agentview): Inline
11915         gnus-uncompress-range.
11917 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11919         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11920         `exec-installed-p'.
11922 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11924         * gnus.el (spam-process, spam-autodetect-methods): Add
11925         bsfilter and bsfilter-headers.
11927         * spam.el (spam-bsfilter): New customize group.
11928         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11929         (spam-bsfilter-header, spam-bsfilter-probability-header)
11930         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11931         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11932         (spam-bsfilter-database-directory): New options.
11933         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11934         (spam-list-of-statistical-checks, spam-registration-functions):
11935         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11936         (spam-bsfilter-score): New command.
11937         (spam-check-bsfilter-headers, spam-check-bsfilter)
11938         (spam-bsfilter-register-with-bsfilter)
11939         (spam-bsfilter-register-spam-routine)
11940         (spam-bsfilter-unregister-spam-routine)
11941         (spam-bsfilter-register-ham-routine)
11942         (spam-bsfilter-unregister-ham-routine): New functions.
11943         (spam-generic-score): Support bsfilter; Accept an optional argument
11944         to recalcurate spam score even if scoring header has already been
11945         added.
11946         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11947         optional argument to recalcurate spam score even if scoring header
11948         has already been added.
11950 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11952         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11953         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11954         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11955         link is missing.
11957 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11959         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11960         (html2text-get-attr): Rewrite.
11962         * message.el (message-setup-1): Remove redundant put-text-property
11963         on mail-header-separator.
11965 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11967         * gnus-registry.el (gnus-registry-cache-whitespace)
11968         (gnus-registry-action, gnus-registry-spool-action)
11969         (gnus-registry-split-fancy-with-parent): Change message levels
11970         from 5 to 3 or 7, as needed.
11972         * spam.el (spam-summary-prepare-exit)
11973         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11974         (spam-split, spam-find-spam, spam-log-undo-registration)
11975         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11976         level from 5 to 6.
11978 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11980         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11981         2004-03-04 change).
11983 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11985         * sieve-manage.el (sieve-manage-open):
11986         * nnweb.el (nnweb-insert-html):
11987         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11988         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11989         * nnspool.el (nnspool-request-group):
11990         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11991         * nnml.el (nnml-request-update-info):
11992         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11993         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11994         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11995         (nnimap-request-set-mark):
11996         * nnfolder.el (nnfolder-request-update-info):
11997         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11998         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11999         * gnus-uu.el (gnus-uu-find-articles-matching):
12000         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12001         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12002         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12003         * gnus-nocem.el (gnus-nocem-scan-groups):
12004         * gnus-int.el (gnus-start-news-server):
12005         * gnus-group.el (gnus-group-make-kiboze-group)
12006         (gnus-group-browse-foreign-server):
12007         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12008         Use mapc when appropriate.
12010 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12012         FIXME: Make separate entries for each person.
12014         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12015         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12016         <shields@msrl.com>:
12018         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12019         may need for spam sorting and scoring.
12020         (spam-user-format-function-S): Add user format function suitable for
12021         general use.
12022         (spam-article-sort-by-spam-status): Add sorting function for summary
12023         sorting.
12024         (spam-extra-header-to-number): Add function to get a score from a
12025         header.
12026         (spam-summary-score): Add function to  get a numeric score from the
12027         headers.
12028         (spam-generic-score): Fix function doc, was in wrong place.
12029         (spam-initialize): Take symbols when it's run, and install the
12030         extra headers that spam-necessary-extra-headers thinks we need.
12032 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12034         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12035         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12037 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12039         * gnus-sum.el (gnus-set-global-variables)
12040         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12041         (gnus-article-get-xrefs, gnus-summary-best-group)
12042         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12043         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12044         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12045         Use with-current-buffer.
12047 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12049         * spam.el (spam-summary-prepare-exit): Simplify logic.
12050         (spam-fetch-article-header): Read the article header if it's not
12051         available.
12052         (spam-list-articles): Simplify logic.
12053         (spam-filelist-register-routine): Fix bug with unregister-list.
12055         * gnus-registry.el: Fix comments at beginning.
12057 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12059         * message.el (message-cater-to-broken-inn): Remove.
12060         (message-shorten-references): Make sure the total folded length of
12061         References is shorter than 998 characters to cater to a bug in INN
12062         2.3.  Also, don't pretend that references aren't folded -- this
12063         hasn't worked for a while.
12065 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12067         * gnus-agent.el (gnus-agentize):
12068         gnus-agent-send-mail-real-function no longer set to current value
12069         of message-send-mail-function but rather a lambda that calls
12070         message-send-mail-function.  The change makes the agent real-time
12071         responsive to user changes to message-send-mail-function.
12073 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12075         * legacy-gnus-agent.el
12076         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12077         help from Florian Weimer <fw@deneb.enyo.de>
12079 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12081         * nnmail.el (nnmail-cache-insert): Revert last change.
12083 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12085         * nnmail.el (nnmail-cache-insert): Always check whether
12086         nnmail-cache-ignore-groups matches a group name.
12088 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12090         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12091         (spam-find-spam, spam-log-processing-to-registry)
12092         (spam-log-registered-p, spam-log-unregistration-needed-p)
12093         (spam-log-undo-registration): Use gnus-message instead of
12094         gnus-error, none of these errors are fatal.
12096         * gnus-registry.el (gnus-registry-clean-empty-function)
12097         (gnus-registry-clean-empty): Remove only empty entries without
12098         extra data.
12100 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12102         * spam-stat.el (spam-stat-buffer-change-to-spam)
12103         (spam-stat-buffer-change-to-non-spam): Change (error) to
12104         (gnus-message 8) invocation.
12106 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12108         * nntp.el (nntp-via-netcat-command): New variable.
12109         (nntp-via-netcat-switches): New variable.
12110         (nntp-open-via-rlogin-and-netcat): New function.
12111         (nntp-open-connection-function): Doc fix.
12112         (nntp-telnet-command): Doc fix.
12113         (nntp-end-of-line): Doc fix.
12114         (nntp-via-rlogin-command): Doc fix.
12115         (nntp-via-user-name): Doc fix.
12116         (nntp-via-address): Doc fix.
12118 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12120         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12121         error in Emacs 21.1.
12123 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12125         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12127 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12128         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12129         (gnus-agent-with-refreshed-group): New macro.
12130         (gnus-agent-rename-group): New function.
12131         (gnus-agent-delete-group): New function.
12132         (gnus-agent-save-group-info): Use gnus-command-method when
12133         `method' parameter is nil.  Don't write nil entries into the
12134         active file.
12135         (gnus-agent-get-group-info): New function.
12136         (gnus-agent-fetch-articles): Use
12137         gnus-agent-update-files-total-fetched-for to increment disk space
12138         used.
12139         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12140         gnus-agent-update-view-total-fetched-for to increment disk space
12141         used.
12142         (gnus-agent-get-local): Added optional parameters to avoid calling
12143         gnus-group-real-name and gnus-find-method-for-group.
12144         (gnus-agent-set-local): Delete stored entry if either min, or max,
12145         are nil.
12146         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12147         quit, use gnus-agent-regenerate-group to record existance of any
12148         articles fetched to disk before the quit occurred.
12149         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12150         gnus-agent-update-view-total-fetched-for, and
12151         gnus-agent-update-files-total-fetched-for to decrement disk space
12152         used.
12153         (gnus-agent-retrieve-headers): Use
12154         gnus-agent-update-view-total-fetched-for to increment disk space
12155         used.
12156         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12157         with gnus-agent-update-files-total-fetched-for to decrement disk
12158         space and fresh group buffer.
12159         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12160         (gnus-agent-need-update-total-fetched-for): New variable.
12161         (gnus-agent-update-files-total-fetched-for): New function.
12162         (gnus-agent-update-view-total-fetched-for): New function.
12163         (gnus-agent-total-fetched-for): New function.
12165         * gnus-cache.el (gnus-cache-save-buffers): Use
12166         gnus-cache-update-overview-total-fetched-for to change disk space
12167         used by this group.
12168         (gnus-cache-possibly-enter-article): Use
12169         gnus-cache-update-file-total-fetched-for to increment disk space
12170         used by this group.
12171         (gnus-cache-possibly-remove-article): Use
12172         gnus-cache-update-file-total-fetched-for to decrement disk space
12173         used by this group.
12174         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12175         (gnus-cache-rename-group): New function.
12176         (gnus-cache-delete-group): New function.
12177         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12178         (gnus-cache-need-update-total-fetched-for): New variable.
12179         (gnus-cache-with-refreshed-group): New macro.
12180         (gnus-cache-update-file-total-fetched-for): New function.
12181         (gnus-cache-update-overview-total-fetched-for): New function.
12182         (gnus-cache-rename-group-total-fetched-for): New function.
12183         (gnus-cache-delete-group-total-fetched-for): New function.
12184         (gnus-cache-total-fetched-for): New function.
12186         * gnus-group.el: Require gnus-sum and autoload functions to
12187         resolve warnings when gnus-group.el compiled alone.
12188         (gnus-group-line-format): Documented new %F
12189         (size of Fetched data) group line format; identifies disk space
12190         used by agent and cache.
12191         (gnus-group-line-format-alist): Defined new F format.
12192         (gnus-total-fetched-for): New function.
12193         (gnus-group-delete-group): No longer update
12194         gnus-cache-active-altered as gnus-request-delete-group now keeps
12195         the cache in sync.
12196         (gnus-group-list-active): Let the agent store a server's active
12197         list if currently plugged.
12199         * gnus-int.el (gnus-request-delete-group):
12200         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12201         local disk in sync with the server.
12202         (gnus-request-rename-group):
12203         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12204         local disk in sync with the server.
12206         * gnus-start.el (gnus-get-unread-articles):
12207         Cosmetic simplification to logic.
12209         * gnus-util.el (gnus-rename-file): New function.
12211 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12213         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12215 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12217         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12218         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12220 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12222         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12223         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12225 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12227         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12229 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12231         * spam.el (spam-set-difference): Add function to replace
12232         gnus-set-difference in spam.el.
12233         (spam-summary-prepare-exit): Use spam-set-difference.
12235 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12237         * gnus-registry.el (gnus-registry-cache-file): Update to use
12238         gnus-dribble-directory OR gnus-home-directory OR ~.
12239         (gnus-registry-split-fancy-with-parent): Fix doc.
12241 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12243         * message.el (message-exchange-point-and-mark): Use
12244         message-mark-active-p.  Suggested by Jesper Harder
12245         <harder@ifa.au.dk>.
12247 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12249         * message.el (message-exchange-point-and-mark): Don't activate
12250         region if it was inactive.  Suggested by Hiroshi Fujishima
12251         <pooh@nature.tsukuba.ac.jp>.
12253 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12255         * gnus-art.el (article-display-face): Display Faces in the same
12256         order as X-Faces.
12258 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12260         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12262 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12264         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12265         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12266         (gnus-article-mime-hierarchy): Remove.
12267         (gnus-article-mime-hierarchy-next): Remove.
12268         (gnus-article-mode): Revert 2004-03-19 change.
12269         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12270         (gnus-insert-mime-button): Revert 2004-03-19 change.
12271         (gnus-mime-accumulate-hierarchy): Remove.
12272         (gnus-mime-enter-multipart): Remove.
12273         (gnus-mime-leave-multipart): Remove.
12274         (gnus-mime-display-part): Revert 2004-03-19 change.
12275         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12277         * mml.el (mml-preview): Revert 2004-03-19 change.
12279 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12281         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12283 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12285         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12286         t while entering a file name using the mm-with-multibyte macro.
12287         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12289         * mm-util.el (mm-with-multibyte): New macro.
12291 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12293         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12294         user option.
12295         (gnus-mime-multipart-functions): Doc and customization fix.
12296         (gnus-article-mime-hierarchy): New variable.
12297         (gnus-article-mime-hierarchy-next): New variable.
12298         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12299         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12300         gnus-article-mime-hierarchy-next to nil.
12301         (gnus-insert-mime-button): Show hierarchy numbers.
12302         (gnus-mime-accumulate-hierarchy): New function.
12303         (gnus-mime-enter-multipart): New function.
12304         (gnus-mime-leave-multipart): New function.
12305         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12306         (gnus-mime-display-alternative): Show hierarchy numbers.
12308         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12309         gnus-article-mime-hierarchy-next to nil.
12311 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12313         * dns.el: Don't require gnus-xmas.
12315 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12317         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12318         inline PGP.
12319         (mml-menu): Disable mml-quote-region if mark is inactive.
12321 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12323         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12324         when the group's active is not available.
12326 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12328         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12329         error.
12331 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12333         * imap.el (imap-store-password): New variable.
12334         (imap-interactive-login): Use it.
12335         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12337 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12339         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12340         window-start and hscroll to summary window.
12342 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12344         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12345         conversion message to newsrc-dribble when an actual conversion is
12346         performed.
12348 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12350         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12352 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12354         * mm-decode.el (mm-complicated-handles): New function reviving
12355         former definition of mm-multiple-handles.
12357         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12358         (gnus-mime-delete-part): Use it.
12360 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12362         * gnus-agent.el (gnus-agent-read-local): Bind
12363         nnheader-file-coding-system to gnus-agent-file-coding-system to
12364         avoid the implicit assumption that they will always be equal.
12365         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12366         coding-system-for-write, as the with-temp-file macro first prints
12367         to a buffer then saves the buffer.
12369 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12371         * gnus-art.el (gnus-article-edit-part): New function.
12372         (gnus-mime-save-part-and-strip): Use it; do query instead of
12373         signaling an error; don't use mm-multiple-handles.
12374         (gnus-mime-delete-part): Ditto.
12376 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12378         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12379         old file versions.
12380         (gnus-group-prepare-hook): Removed function that converted list
12381         form of gnus-agent-expire-days to group properties.
12383         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12384         (gnus-request-accept-article): Re-indented.
12386         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12387         converters to handle old agent file formats.  Added logic for a
12388         "backup before upgrading warning".
12389         (gnus-convert-mark-converter-prompt): Developers can mark
12390         functions as needing (default), or not needing,
12391         gnus-convert-old-newsrc's "backup before upgrading warning".
12392         (gnus-convert-converter-needs-prompt): Tests whether the user
12393         should be protected from potentially irreversable changes by the
12394         function.
12396         * legacy-gnus-agent.el: New.  Provides converters that are only
12397         loaded when gnus-convert-old-newsrc needs to call them.
12399 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12401         * mail-source.el (mail-source-touch-pop): Doc fix.
12403         * message.el (message-smtpmail-send-it): Doc fix.
12405 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12407         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12409         * nnmail.el (nnmail-split-fancy): do.
12411         * gnus-kill.el (gnus-kill, gnus-execute): do.
12413 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12415         * gnus-sum.el (gnus-widget-reversible-match)
12416         (gnus-widget-reversible-to-internal)
12417         (gnus-widget-reversible-to-external): New functions.
12418         (gnus-widget-reversible): New widget.
12419         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12421 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12423         * gnus-sum.el (gnus-thread-sort-functions)
12424         (gnus-article-sort-functions): Document `(not F)' items.
12426 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12428         * spam.el (spam-use-gmane-xref): Add new backend.
12429         (spam-gmane-xref-spam-group): Add variable to control the name of the
12430         Gmane spam group.
12431         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12432         (spam-regex-headers-spam, spam-regex-headers-ham)
12433         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12434         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12435         backends and checks.
12436         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12438         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12439         an autodetect method.
12441 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12443         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12444         articles are being added to a group.
12445         (gnus-request-replace-article): Inform the agent that articles
12446         need to be uncached as the cached contents are no longer valid.
12448 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12450         * binhex.el: Don't autoload executable-find.
12452         * canlock.el: Don't autoload mail-fetch-field.
12454         * dgnushack.el: Autoload c-mode for XEmacs.
12456         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12458         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12459         rmail-dont-reply-to and rmail-output.
12461         * gnus-score.el: Don't autoload ffap-string-at-point.
12463         * gnus-setup.el: Don't autoload sc-cite-original.
12465         * imap.el: Don't autoload base64-decode-string,
12466         base64-encode-string and md5.
12468         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12469         and rmail-msg-restore-non-pruned-header.
12471         * mm-decode.el: Don't autoload executable-find.
12473         * mm-url.el: Don't autoload executable-find.
12475         * mm-view.el: Don't autoload diff-mode.
12477         * nndb.el: Don't autoload news-reply-mode, news-setup,
12478         cancel-timer and telnet.
12480         * password.el: Don't autoload run-at-time for Emacs.
12482         * sha1-el.el: Don't autoload executable-find.
12484         * sieve-mode.el: Don't autoload c-mode.
12486         * uudecode.el: Don't autoload executable-find.
12488 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12490         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12491         (gnus-agent-possibly-alter-active): Avoid null in numeric
12492         comparison.
12493         (gnus-agent-set-local): Refuse to save null in local object table.
12494         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12495         list of articles that will be marked as unread.
12497 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12499         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12501 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12503         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12504         language tags.
12506 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12508         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12509         Don't bind "obarray".
12511         * gnus-sum.el (gnus-thread-sort-functions): Added
12512         `gnus-thread-sort-by-most-recent-number' and
12513         `gnus-thread-sort-by-most-recent-date'.
12514         Reported by Kai Grossjohann <kai@emptydomain.de>.
12516 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12518         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12520 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12522         * gnus-cus.el (gnus-agent-customize-category): Removed
12523         ignore-errors macro reference that required cl to be loaded at
12524         run-time.
12526         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12527         single-interval range of the form (min . max).  Previously the
12528         range had to look like ((min . max)).  Likewise, return
12529         (min . max) rather than ((min . max)).
12530         (gnus-range-map): Use gnus-range-normalize to accept
12531         single-interval range.
12533         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12534         the cache, but not the agent, now appear with their usual face.
12536         * dgnushack.el (loaddir): New variable that is bound to the
12537         directory containing the dgnushack.el file. Use loaddir, rather
12538         than srcdir, to update load-path. Change lets dgnushack compile
12539         code in directories other than GNUS/lisp.
12541 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12543         * lpath.el: Don't bind w3m-safe-url-regexp.
12545         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12546         w3m-safe-url-regexp variable buffer-local.
12548         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12550 2004-02-27  Simon Josefsson  <jas@extundo.com>
12552         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12553         gnus-group-real-prefix.
12554         (gnus-summary-move-article): Use it, instead of
12555         gnus-group-real-prefix.
12557 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12559         * lpath.el: Bind w3m-safe-url-regexp.
12561         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12562         w3m-safe-url-regexp variable buffer-local and set it as the value
12563         of mm-w3m-safe-url-regexp.
12565         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12567         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12568         parsing gnus-posting-styles when the message is not for replying.
12570         * dgnushack.el: Autoload sgml-mode for XEmacs.
12572         * nnrss.el (nnrss-opml-export): Use
12573         mm-set-buffer-file-coding-system instead of
12574         set-buffer-file-coding-system.
12576 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12578         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12579         of checkdoc.el).
12580         * nnrss.el: do.
12581         * gnus-mlspl.el: do.
12582         * gnus-ml.el: do.
12583         * gnus-srvr.el: do.
12585         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12587 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12589         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12590         Corrections to custom-manual links.
12592         * gnus-art.el (gnus-article): Ditto.
12594         * mm-decode.el (mime-display, mime-security): Ditto.
12596 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12598         * flow-fill.el: Typo.
12600 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12602         * spam-wash.el: New file.
12604 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12606         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12608 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12610         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12611         to be run with new-articles as LIST1, not LIST2.
12612         (spam-registration-functions): Add spam-use-ham-copy as a nil
12613         registration backend.
12615 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12617         * spam-stat.el (spam-stat-washing-hook): New option.
12618         (spam-stat-buffer-words): Use it.
12619         (spam-stat-process-directory, spam-stat-test-directory): Use
12620         insert-file-contents-literally.
12621         (spam-stat-coding-system): New variable.
12622         (spam-stat-load, spam-stat-save): Use it.
12624 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12626         * spam-report.el (spam-report-plug-agent): Quote
12627         spam-report-url-to-file and spam-report-url-ping-plain.
12629 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12631         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12632         / in mailto URLs.
12634 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12636         * spam-report.el (spam-report-process-queue): Fix interactive use.
12637         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12638         (spam-report-unplug-agent): Doc fixes.
12639         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12640         (spam-report-agentize, spam-report-deagentize): Autoload
12642 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12646         * message.el (message-setup-fill-variables): Add mml tags to
12647         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12648         <ajk@iu.edu>.
12649         (message-mode): Don't modify paragraph-separate there.
12651 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12653         * compface.el (uncompface-use-external): Default to undecided.
12654         (uncompface-use-external-threshold): New variable.
12655         (uncompface-float-time): New macro.
12656         (uncompface): Determine whether to use the external decoder if
12657         uncompface-use-external is undecided.
12659 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12662         after images.
12664         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12666 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12668         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12670         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12672         * gnus-sum.el (gnus-summary-limit-to-age)
12673         (gnus-summary-limit-children): do.
12675         * gnus-int.el (gnus-request-scan): do.
12677         * gnus-group.el (gnus-group-suspend): do.
12679         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12681         * gnus-cite.el (gnus-cite-parse-attributions): do.
12683         * gnus-agent.el (gnus-summary-set-agent-mark)
12684         (gnus-agent-regenerate-group): do.
12686         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12688         * binhex.el (binhex-decode-region-internal): do.
12690 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12692         * gnus-fun.el (gnus-face-properties-alist): New user option.
12693         (gnus-display-x-face-in-from): Use it.
12695         * gnus-art.el (article-display-face): Ditto.
12697         * compface.el (uncompface-use-external): Default to nil.
12699 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12701         * nntp.el (nntp-erase-buffer): New function.
12702         (nntp-retrieve-data, nntp-send-command)
12703         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12704         (nntp-possibly-change-group): Use it.
12706         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12707         with-current-buffer.
12709 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12711         * compface.el: Merge the ELisp-based uncompface program.
12712         (compface): New customization group.
12713         (uncompface-use-external): New user option.
12714         (uncompface): Call uncompface-internal if uncompface-use-external
12715         is nil.
12716         (uncompface-internal): New function.  Note that there are also
12717         some other functions and variables added for this function.
12719 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12721         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12722         if necessary.
12724 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12726         * spam-report.el (spam-report-unplug-agent)
12727         (spam-report-plug-agent, spam-report-deagentize)
12728         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12729         Add support for the Agent in spam-report: when unplugged, report to a
12730         file; when plugged, submit all the requests.
12732         * spam.el (spam-register-routine): Fix message about
12733         registration.
12735 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12737         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12738         dependencies.
12739         (rfc2047-encode): Use it.
12741         * gnus-art.el (gnus-button-marker-list): Move before first
12742         reference.
12744         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12745         (imap-parse-body): Fix format string mismatch.
12747         * gnus-score.el (gnus-summary-increase-score): do.
12749         * nnrss.el (nnrss-close): New function.
12751 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12753         * nnrss.el (nnrss-make-filename): New function.
12754         (nnrss-request-delete-group, nnrss-read-server-data)
12755         (nnrss-save-server-data, nnrss-read-group-data)
12756         (nnrss-save-group-data): Use it.
12757         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12758         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12759         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12761 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12763         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12765 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12767         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12768         files.
12770         * message.el (message-generate-headers-first): Don't quote nil
12771         and t in docstrings.
12773         * imap.el (imap-id): do.
12775         * gnus-agent.el (gnus-agent-consider-all-articles)
12776         (gnus-agent-queue-mail): do.
12778 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12780         * spam-report.el (spam-report-process-queue): New function.
12781         Process requests from `spam-report-requests-file'.
12782         (spam-report-process-queue): Doc fix.
12784 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12786         * spam.el (spam-register-routine)
12787         (spam-log-processing-to-registry, spam-log-registered-p)
12788         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12789         Change "check" to "spam-check" for semi-clarity.
12791 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12793         * pop3.el: Require nnheader.
12795         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12797         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12799         * gnus-picon.el: Require cl.
12801         * gnus-fun.el: Require gnus-ems and gnus-util.
12803         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12805         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12807         * gnus-art.el (gnus-article-edit-mode): Define before first
12808         reference.
12810 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12812         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12813         (gnus-uu-post-encoded): Use point-at-bol.
12815         * gnus-topic.el (gnus-group-active-topic-p): do.
12817         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12819         * gnus-group.el (gnus-group-kill-region): do.
12821         * gnus-art.el (article-date-ut): do.
12823         * message.el (message-fetch-field): Remove redundant
12824         case-fold-search binding.
12825         (message-narrow-to-field): Simplify.
12827 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12829         * spam.el (spam-directory): Derive from `gnus-directory'.
12831         * spam-report.el (spam-report-url-to-file)
12832         (spam-report-requests-file): New function and variable for offline
12833         reporting.
12834         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12835         and user defined function.
12836         (spam-report-url-ping-mm-url): Remove doubled slash.
12838 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12840         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12842 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12844         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12845         format string mismatch.
12847         * sieve.el (sieve-deactivate-all): do.
12849         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12851         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12853         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12855         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12857 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12859         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12860         the list of checks.
12862 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12864         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12865         padding.
12867 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12869         * mm-view.el (mm-fill-flowed): New variable.
12870         (mm-inline-text): Use it.
12872 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12874         * spam.el (spam-spamassassin-register-ham-routine)
12875         (spam-spamassassin-register-spam-routine): Fix function names.
12877 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12879         * gnus.el (gnus-tmp-grouplens): Remove.
12880         (gnus-summary-line-format): Remove grouplens.
12882         * gnus-group.el (gnus-group-line-format): Ditto.
12884         * gnus-spec.el (gnus-format-specs): Ditto.
12885         (gnus-update-format-specifications): Flush the group format spec
12886         cache if there's the grouplens stuff.
12887         (gnus-parse-simple-format): Replace %l with the empty string.
12889 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12891         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12892         omission.
12894 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12896         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12897         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12899 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12901         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12902         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12903         New macros and functions.
12904         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12905         Handle > NLINK_MAX messages.
12906         * nnmaildir.el (nnmaildir-request-set-mark): Use
12907         nnmaildir--emlink-p and nnmaildir--eexist-p.
12909 2004-01-25  Alex Schroeder  <alex@gnu.org>
12911         * spam-stat.el (spam-stat-process-directory-age): New option.
12912         (spam-stat-process-directory): Use it.
12914 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12916         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12917         (spam-stat-save): Accept prefix argument.
12919 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12921         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12922         links" error.
12924 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12926         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12927         the rest of the and/or forms.
12929 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12931         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12932         compatibility with old .newsrc.eld files.
12934         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12936         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12938         * gnus-start.el (gnus-1): do.
12940         * gnus-group.el (gnus-group-line-format-alist): do.
12942         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12944         * gnus-gl.el: Remove.
12946 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12948         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12949         marks consisting of a single range {for example, (3 . 5)} rather
12950         than a list of a single range { ((3 . 5)) }.
12952 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12954         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12955         with-current-buffer.
12956         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12957         avoid consing a string.
12959         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12960         Remove obsolete entries for big5 and gb2312.
12962 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12964         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12965         uncompressed list.
12967 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12969         * spam-stat.el (spam-stat-strip-xref): New function.
12970         (spam-stat-process-directory): Use it.
12972         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12973         here -- it's done in message-fetch-field.
12975 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12977         * gnus-agent.el (gnus-agent-queue-mail)
12978         (gnus-agent-prompt-send-queue): New variables.
12979         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12980         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12981         "nndraft:queue" along to gnus-draft-send.  Use
12982         gnus-agent-prompt-send-queue.
12983         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12984         is "nndraft:queue".  Suggested by Gaute Strokkenes
12985         <gs234@srcf.ucam.org>
12987         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12988         (agent-enable-undownloaded-faces): Added
12989         (gnus-agent-cat-groups): Use eval-and-compile, not
12990         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12991         method of gnus-agent-cat-groups even when the buffer has been
12992         evaled.
12993         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12994         delete gnus-agent-save-active-1.
12995         (gnus-agent-save-groups): Deleted.  Identical to
12996         gnus-agent-save-active.
12997         (gnus-agent-write-active): No longer adjust agent's copy of active
12998         file as agent's adjustments are now stored in their own
12999         file.  Removed optional parameter.
13000         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13001         servers.  Add use of min/max range limits from server's local
13002         file.
13003         (gnus-agent-save-alist): Removed unused optional argument.
13004         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13005         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13006         (gnus-agent-set-local): A per-server file that keeps min/max range
13007         limits for articles known to the agent.  Provides a fast mechanism
13008         for altering many active ranges.
13009         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13010         active file (local makes it unnecessary).
13011         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13013         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13014         (agent-enable-undownloaded-faces): Added
13016         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13017         disable it when sending to "nndraft:queue".
13018         (gnus-group-send-queue): Add safety check to avoid sending queue
13019         when unplugged.
13021         * gnus-group.el (gnus-group-catchup): Use new
13022         gnus-sequence-of-unread-articles, not
13023         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13024         numbers of articles.  Use gnus-range-map to avoid having to
13025         uncompress the unread list.
13026         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13027         Fixed invalid ange-ftp reference.
13029         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13030         (gnus-sorted-range-intersection): Intersection of two ranges
13031         without requiring that they first be uncompressed.
13033         * gnus-start.el (gnus-activate-group): Unless blocked by the
13034         caller, possibly expand the active range to include both cached
13035         and agentized articles.
13036         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13037         multiple version-dependent converters.
13038         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13039         gnus-agent-save-active.
13040         (gnus-save-newsrc-file): Save dirty agent range limits.
13042         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13043         gnus-agent-possibly-alter-active.
13044         (gnus-adjust-marked-articles): Faster handling of simple lists
13046 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13048         * spam-stat.el (spam-stat-test-directory): New optional argument
13049         displays a list of files detected.  Suggested by Andrew Cohen
13050         <cohen@andy.bu.edu>.
13051         (spam-stat-buffer-words-with-scores): Don't narrow and change
13052         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13054 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13056         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13057         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13058         (spam-spamassassin-arguments)
13059         (spam-spamassassin-spam-flag-header)
13060         (spam-spamassassin-positive-spam-flag-header)
13061         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13062         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13063         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13064         (spam-list-of-processors, spam-list-of-checks)
13065         (spam-list-of-statistical-checks, spam-registration-functions)
13066         (spam-check-spamassassin-headers, spam-check-spamassassin)
13067         (spam-spamassassin-score)
13068         (spam-spamassassin-register-with-sa-learn)
13069         (spam-spamassassin-register-spam-routine)
13070         (spam-spamassassin-register-ham-routine)
13071         (spam-assassin-register-spam-routine)
13072         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13073         (spam-bogofilter-score): Fix to show article before scoring.
13075 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13077         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13078         default scoring function.
13079         (spam-generic-score): Call spam-spamassassin-score if
13080         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13081         spam-bogofilter-score otherwise.
13083         * gnus.el (spam-process, spam-autodetect-methods): Add
13084         spamassassin and spamassassin-headers.
13086 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13088         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13089         Suppress unnecessary messages.
13091 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13093         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13094         make-hash-table.
13096 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13098         * canlock.el (base64-encode-string): Don't autoload it.
13100 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * run-at-time.el: Remove useless (require 'itimer),
13103         eval-and-compile and (featurep 'xemacs).
13105 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13107         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13108         GROUP is a virtual group.
13110 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13112         * gnus.el: Autoload `message-y-or-n-p'.
13114 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13116         * pgg-parse.el: Remove unnecessary (require 'custom).
13118         * pgg-def.el: do.
13120         * nnmail.el: do.
13122         * gnus-undo.el: do.
13124         * gnus-picon.el: do.
13126         * gnus-util.el: do.
13128 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13130         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13132 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13134         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13135         handle, as well as a list.
13137         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13138         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13139         (mm-w3m-cid-retrieve): Simplify.
13141 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13143         * message.el (message-kill-to-signature): Allow prefix arg to
13144         specify number of lines to keep before signature.
13146 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13148         (message-kill-to-signature): Change docstring.
13150 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13152         * canlock.el: Always require sha1-el.
13153         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13155         * message.el: Autoload sha1 only when compiling.
13157         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13158         eudc-expand-inline for XEmacs.
13160 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13162         * message.el (message-canlock-generate): Require sha1-el.
13164 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13166         * message.el (message-expand-name): Silence the byte compiler.
13168         * lpath.el: Add detect-coding-system.
13170         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13171         cus-edit.
13173 2004-01-13  Simon Josefsson  <jas@extundo.com>
13175         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13176         Invoke gnus-score-mode.  Reported by
13177         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13179         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13180         Jim Blandy <jimb@redhat.com> (tiny change).
13182 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13184         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13186 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13188         * spam.el (spam-get-article-as-string): Update to use
13189         gnus-request-article-this-buffer, much simpler.
13190         (spam-get-article-as-buffer): Remove.
13192 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13194         * message.el (message-expand-name): Use EUDC if the user uses that.
13196 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13198         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13199         character for the encoding to avoid consing a string.
13201         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13202         unnecessarily.
13204         * mm-util.el (mm-replace-chars-in-string): Remove.
13206         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13207         of mm-replace-chars-in-string.
13209 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13211         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13213         * mm-util.el (mm-subst-char-in-string): Support inplace.
13215         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13216         a new string in every iteration.  Use shy groups.
13218 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13220         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13221         * gnus-soup.el (gnus-soup-group-brew):
13222         * gnus-msg.el (gnus-put-message):
13223         * gnus-move.el (gnus-group-move-group-to-server):
13224         * gnus-kill.el (gnus-batch-score):
13225         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13226         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13227         (gnus-group-update-group, gnus-group-read-group)
13228         (gnus-group-make-group, gnus-group-make-help-group)
13229         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13230         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13231         (gnus-group-sort-by-unread, gnus-group-catchup)
13232         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13233         (gnus-group-yank-group, gnus-group-set-info)
13234         (gnus-group-list-groups):
13235         * gnus.el (gnus-generate-new-group-name):
13236         * gnus-delay.el (gnus-delay-send-queue):
13237         * nnvirtual.el (nnvirtual-catchup-group):
13238         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13239         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13240         (gnus-group-prepare-topics, gnus-topic-check-topology):
13241         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13242         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13243         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13244         (gnus-group-make-articles-read):
13245         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13246         (gnus-group-change-level, gnus-kill-newsgroup)
13247         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13248         (gnus-get-unread-articles, gnus-make-articles-unread)
13249         (gnus-make-ascending-articles-unread): Use accessor
13250         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13251         to get group information for improved readability.
13254 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13256         * gnus-art.el (article-decode-mime-words, article-babel)
13257         (gnus-article-highlight-signature, gnus-article-add-buttons)
13258         (gnus-signature-toggle): Use gnus-with-article-buffer.
13260         * gnus-art.el (gnus-article-highlight-headers)
13261         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13263         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13264         (gnus-article-set-globals, gnus-request-article-this-buffer)
13265         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13266         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13267         (gnus-mime-display-alternative): Use with-current-buffer.
13269 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13271         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13272         also under 80 char limit, and call gnus-error if needed.
13273         (spam-fetch-article-header): Fix - it was a
13274         buffer-local variable (gnus-newsgroup-data).
13275         (spam-find-spam): Use spam-generate-fake-headers, forget about
13276         spam-insert-fake-headers.
13277         (spam-insert-fake-headers): Remove.
13279 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13281         * deuglify.el (gnus-article-outlook-unwrap-lines)
13282         (gnus-outlook-rearrange-article)
13283         (gnus-outlook-repair-attribution-outlook)
13284         (gnus-outlook-repair-attribution-block)
13285         (gnus-outlook-repair-attribution-other): Remove redundant
13286         save-excursion.
13288 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13290         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13291         (spam-fetch-field-subject-fast)
13292         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13293         (spam-fetch-article-header): Add functions to deal with Gnus
13294         internals for fast retrieval of article header data.
13295         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13297 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13299         * pop3.el (pop3-md5): Remove.
13300         (pop3-apop): Replace pop3-md5 with md5.
13302         * mm-bodies.el: base64 is always built-in.
13304         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13305         with-current-buffer.
13307 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * canlock.el (canlock-insert-header): Remove excessive grouping in
13310         regexp.
13312         * gnus-sum.el (gnus-summary-read-document): Ditto.
13314         * gnus-uu.el (gnus-uu-part-number): Ditto.
13316         * html2text.el (html2text-remove-tags): Ditto.
13317         (html2text-format-tags): Ditto.
13318         (html2text-format-single-elements): Ditto.
13320         * mml.el (mml-parse-1): Ditto.
13322 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13324         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13326         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13328         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13330         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13332 2003-11-15  Simon Josefsson  <jas@extundo.com>
13334         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13335         (pgg-gpg-lookup-key): Use regexp match instead of
13336         split-string (split-string is different between emacs 21.2 and
13337         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13339 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13341         * gnus-art.el (gnus-mime-view-all-parts)
13342         (gnus-article-part-wrapper, gnus-article-view-part): Use
13343         with-current-buffer.
13345 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13347         * spam.el (spam-disable-spam-split-during-ham-respool)
13348         (spam-spamoracle-database, spam-cache-lookups)
13349         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13350         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13351         (spam-group-ham-marks, spam-group-spam-marks)
13352         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13353         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13354         also add spam-use-blackholes to the statistical checks.
13355         (spam-fetch-field-fast): Add interface to fetching fields, may
13356         become a macro.
13357         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13358         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13359         (spam-insert-fake-headers): Fake an article when needed.
13360         (spam-find-spam): Fake article when possible.
13361         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13362         (spam-check-bogofilter-headers): Use message-fetch-field instead
13363         of nnmail-fetch-field.
13365 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13367         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13369 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13371         * spam.el (spam-split): Do not require spam-use-CHECK to be
13372         enabled if that check is passed to spam-split explicitly; also
13373         fix so 'spam doesn't get converted to spam-split-group when
13374         spam-split-symbolic-return is t.
13375         (spam-find-spam): Find registrations of the article and use those
13376         instead of re-running spam-split to find the spam/ham
13377         classification of the article.
13378         (spam-log-processing-to-registry, spam-log-registered-p)
13379         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13380         Use gnus-error instead of gnus-message.
13381         (spam-log-registration-type): Add function to determine the
13382         classification of a message based on registry entries; will
13383         return nil if both 'spam and 'ham are found.
13384         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13385         a reasonably fast local cache without the loading errors.
13386         (spam-cache-lookups): Set to t by default.
13387         (spam-find-spam): Don't try to guess spam-cache-lookups.
13388         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13389         spam-caches entry.
13390         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13391         caching of whitelist/blacklist entries.
13392         (spam-check-whitelist, spam-check-blacklist): Invoke
13393         spam-from-listed-p with a type, not a cache variable.
13394         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13396 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13398         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13400         * nnmail.el (nnmail-split-fancy): do.
13402         * mml.el (mml-parse): do.
13404         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13405         (gnus-score-adaptive): do.
13407 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13410         (gnus-mime-button-map): Don't set keymap parent.
13411         (gnus-button-ctan-directory-regexp): Use shy grouping.
13412         (gnus-prev-page-map): Don't set keymap parent.
13413         (gnus-prev-page-map): Remove duplicated one.
13414         (gnus-next-page-map): Don't set keymap parent.
13415         (gnus-mime-security-button-map): Ditto.
13417         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13418         version number.
13420         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13422 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13424         * canlock.el (canlock-sha1-function): Remove.
13425         (canlock-sha1-function-for-verify): Remove.
13426         (canlock-openssl-program): Remove.
13427         (canlock-openssl-args): Remove.
13428         (canlock-ignore-errors): Remove.
13429         (canlock-sha1-with-openssl): Remove.
13430         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13431         (canlock-verify): Don't use canlock-ignore-errors.
13433         * sha1-el.el (sha1-string-external): Make it can return a string
13434         in binary form.
13435         (sha1-region-external): Ditto.
13436         (sha1-string-internal): Ditto.
13437         (sha1-region-internal): Ditto.
13438         (sha1-region): Ditto.
13439         (sha1-string): Ditto.
13440         (sha1): Ditto.
13442 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444         * spam.el (spam-report-articles-gmane): New command.
13446 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13448         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13450         * run-at-time.el (run-at-time-saved): Remove.
13451         (run-at-time): Doc fix.
13453 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13455         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13456         (gnus-summary-limit-map): Add it.
13457         (gnus-summary-make-menu-bar): do.
13459 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13461         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13462         Make attempt at some caching support (done for BBDB only now).
13463         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13464         addresses to be checked.
13465         (spam-clear-cache-BBDB): Add function, to be invoked by
13466         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13467         (spam-check-BBDB): Check and use the caches, if
13468         spam-cache-lookups is on, remove superfluous (provide).
13470 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13472         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13474 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13476         * run-at-time.el (run-at-time-saved): Move to after the definition
13477         of `run-at-time'.
13479         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13481 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13483         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13484         mm-w3m-local-map-property.
13486         * mm-view.el (mm-w3m-mode-map): Remove.
13487         (mm-w3m-local-map-property): Remove.
13488         (mm-inline-text-html-render-with-w3m): Don't use
13489         mm-w3m-local-map-property.
13491 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493         * run-at-time.el: New file.
13495         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13496         under Emacs.
13498         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13499         of gnus-set-text-properties.
13501         * gnus-uu.el (gnus-uu-save-article): Ditto.
13503         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13505         * gnus-cite.el (gnus-cite-parse): Ditto.
13507         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13508         of gnus-.
13510         * gnus-xmas.el (run-at-time): Require run-at-time.
13512         * gnus.el: Changed calls to nnheader-run-at-time and
13513         password-run-at-time throughout to use run-at-time directly.
13515         * password.el: Removed definition of run-at-time.
13517         * nnheaderxm.el: Remove definition of run-at-time.
13519 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13521         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13522         in prompt.
13524 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13526         * messagexmas.el (message-xmas-redefine): Alias
13527         `message-make-caesar-translation-table' to
13528         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13529         version.
13531         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13532         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13533         `gnus-xmas-set-text-properties'.
13534         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13535         `gnus-xmas-completing-read'.
13536         (gnus-xmas-completing-read): Removed.
13537         (gnus-xmas-open-network-stream): Removed.
13539         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13540         XEmacs version.
13542         * dns.el (dns-make-network-process): Use `open-network-stream'
13543         instead of `gnus-xmas-open-network-stream'.
13545         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13547         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13549 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13551         * gnus-art.el (gnus-mime-display-alternative)
13552         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13553         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13554         Don't use gnus-local-map-property.
13556         * gnus-util.el (gnus-local-map-property): Remove.
13558         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13559         gnus-completing-read-maybe-default with completing-read.
13561         * gnus-util.el (gnus-completing-read): do.
13562         (gnus-completing-read-maybe-default): Remove.
13564 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13566         * password.el: Only autoload `run-at-time' if not XEmacs.
13567         Only autoload the itimer functions if XEmacs.
13569 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13571         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13572         XEmacsen.
13574         * dgnushack.el: Autoload executable-find for XEmacs.
13576 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13578         * gnus-art.el (gnus-read-string): Remove.
13579         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13580         read-string.
13582 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13584         * netrc.el: Autoload password-read.
13585         (netrc): Add configuration group.
13586         (netrc-encoding-method, netrc-openssl-path): Add
13587         variables for encoding and decoding of files with symmetric
13588         ciphers.
13589         (netrc-encode): Add assistant function to encode a file with
13590         netrc-encoding-method.
13591         (netrc-parse): Add interactive parameter, added optional
13592         decoding if netrc-encoding-method is non-nil but otherwise
13593         behavior is standard.
13594         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13595         Do s/encode/encrypt/ everywhere.
13597         * spam.el: Remove executable-find autoload.
13599 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13601         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13603         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13605 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13607         * gnus-art.el (gnus-treat-ansi-sequences,
13608         (article-treat-ansi-sequences): New variable and function.
13609         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13611         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13612         Use it.
13614 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13616         * mm-util.el (mm-quote-arg): Remove.
13618         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13619         shell-quote-argument.
13621         * gnus-uu.el (gnus-uu-command): do.
13623         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13625         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13626         with make-char.
13628         * mm-util.el (mm-make-char): Remove.
13630         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13631         add-minor-mode.
13633         * gnus-undo.el (gnus-undo-mode): do.
13635         * gnus-topic.el (gnus-topic-mode): do.
13637         * gnus-sum.el (gnus-dead-summary-mode): do.
13639         * gnus-start.el (gnus-slave-mode): do.
13641         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13643         * gnus-ml.el (gnus-mailing-list-mode): do.
13645         * gnus-gl.el (gnus-grouplens-mode): do.
13647         * gnus-draft.el (gnus-draft-mode): do.
13649         * gnus-dired.el (gnus-dired-mode): do.
13651         * gnus-ems.el (gnus-add-minor-mode): Remove.
13653         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13654         Replace gnus-char-width with char-width.
13656         * gnus-ems.el (gnus-char-width): Remove.
13658         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13659         Replace gnus-char-width with char-width.
13661         * gnus-ems.el (gnus-char-width): Remove.
13663         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13664         definition.
13665         Remove Emacs 20 hash table compatibility code.
13667         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13668         20 compatibility code.
13670         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13672         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13674         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13675         with point-at-{eol,bol}.
13677         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13679         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13681         * flow-fill.el (fill-flowed-point-at-bol)
13682         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13684         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13685         Replace with point-at-{eol,bol} throughout all files.
13687 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13689         * ntlm.el (ntlm-string-as-unibyte): New macro.
13690         (ntlm-build-auth-response): Use it.
13692         Remove Emacs 20 stuff:
13693         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13694         (butlast, mapc, remove): Remove the compiler macros.
13695         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13696         of delq and copy-sequence.
13697         * gnus-art.el (popup-menu): Remove the compiler macro.
13698         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13699         Emacs 20.
13701 2004-01-05  Simon Josefsson  <jas@extundo.com>
13703         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13704         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13705         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13706         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13707         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13708         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13709         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13710         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13711         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13712         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13713         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13714         string-xor into ntlm-string-xor.  Suggested by
13715         Jesper Harder <harder@myrealbox.com>.
13717         * ntlm.el: Don't include poem.
13719         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13720         Jesper Harder <harder@myrealbox.com>.
13722         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13724         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13725         probably breaks emacs with DL patch, but do we care? Is anyone
13726         still using the DL stuff?)
13728         * sieve-manage.el: Use the password package.
13729         (sieve-manage-read-passwd): Remove.
13730         (sieve-manage-interactive-login): Use password.  Re-add
13731         condition-case around loop.
13733         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13734         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13735         the password package.
13737 2003-02-19  Simon Josefsson  <jas@extundo.com>
13739         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13740         token.
13742 2002-08-07  Simon Josefsson  <jas@extundo.com>
13744         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13745         (sieve-manage-authenticators):
13746         (sieve-manage-authenticator-alist): Add some SASL mechs.
13747         (sieve-sasl-auth): New function.
13748         (sieve-manage-cram-md5-auth):
13749         (sieve-manage-plain-auth): Rewrite using SASL library.
13750         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13751         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13752         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13753         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13755 2004-01-05  Simon Josefsson  <jas@extundo.com>
13757         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13758         New files.
13760 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13762         * gnus-group.el (gnus-no-groups-message): Update.
13764         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13766 2003-11-09  Simon Josefsson  <jas@extundo.com>
13768         * imap.el: Support for ID IMAP extension (RFC 2971).
13769         (imap-local-variables): Add imap-id.
13770         (imap-id): New variable.
13771         (imap-id): New function.
13772         (imap-parse-response): Parse untagged ID response.
13773         * nnimap.el (nnimap-id): New variable.
13774         (nnimap-open-connection): Use it.
13776 2003-12-28  Simon Josefsson  <jas@extundo.com>
13778         * gnus-score.el (gnus-score-edit-all-score): New.
13779         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13781 2004-01-04  Simon Josefsson  <jas@extundo.com>
13783         * password.el: Add.
13785 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13787         * dns.el: Add support for AAAA records (see RFC 3596)
13789         * Fix typo PRT -> PTR
13791         * Parse MX, PTR and SOA replies (see RFC 1035)
13793 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13795         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13797         * Moved to Changelog.2.
13799 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13801         * gnus.el (gnus-version-number): Bump version.
13803 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13805         * gnus.el: No Gnus v0.1 is released.
13807 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13809         * gnus.el: No Gnus v0.0 is released.
13811 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813         * gnus.el (gnus-version-number): Bump.
13814         (gnus-version): No.
13816 See ChangeLog.2 for earlier changes.
13818     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13820   This file is part of GNU Emacs.
13822   GNU Emacs is free software: you can redistribute it and/or modify
13823   it under the terms of the GNU General Public License as published by
13824   the Free Software Foundation, either version 3 of the License, or
13825   (at your option) any later version.
13827   GNU Emacs is distributed in the hope that it will be useful,
13828   but WITHOUT ANY WARRANTY; without even the implied warranty of
13829   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13830   GNU General Public License for more details.
13832   You should have received a copy of the GNU General Public License
13833   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13835 ;; Local Variables:
13836 ;; coding: utf-8
13837 ;; fill-column: 79
13838 ;; add-log-time-zone-rule: t
13839 ;; End:
13841 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4