* nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blobe77b8e79235065b0169ea2101bb57f0155966929
1 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4         now.
6 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9         coding system in XEmacs; add a workaround for XEmacs.
11 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14         of current-language-environment.
16 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
19         available at runtime.
21 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23         * gnus-art.el (article-date-ut): Fix end point of narrowing.
25 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
27         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
28         the greatest positive fixnum value doesn't work under an XEmacs with
29         bignum support; use the most-positive-fixnum constant instead,
30         available since Emacs 21.1 with cl and XEmacs 21.1.
32 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
34         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
35         XEmacs gets not to work.
37 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
39         * mm-util.el (mm-coding-system-priorities): Allow the value like
40         "Japanese (UTF-8)" of current-language-environment.
42 2009-01-09  Glenn Morris  <rgm@gnu.org>
44         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
45         with last-command-event.
47 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
49         * message.el (message-fix-before-sending): Amend comment.
51 2009-01-07  David Engster  <dengste@eml.cc>
53         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
54         simplified server definitions by converting it via
55         gnus-server-to-method.
57 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
59         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
60         parameter's operands.
62 2009-01-06  David Engster  <dengste@eml.cc>
64         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
65         primary select method (for gnus-group-mark-article-as-read).
67 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
69         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
70         `(gnus)Face', not `(gnus)X-Face'.
72 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
74         * mm-util.el (mm-ucs-to-char): New function.
76         * mm-url.el (mm-url-decode-entities): Use it.
78 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
80         * message.el (message-fix-before-sending): Add `eight-bit' to
81         illegible-text check.
83 2009-01-03  Michael Olson  <mwolson@gnu.org>
85         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
86         `headers' is nil.  This can occur if the IMAP server does not have
87         permissions to read messages from a folder, but can write new messages
88         to the folder.
89         (nnimap-request-article-part): Do not insert `data' if it is nil.
91 2009-01-01  Dave Love  <fx@gnu.org>
93         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
95         * nnimap.el: Fix author email.
96         (nnimap-split-rule): Add FIXME comment.
97         (nnimap-debug): Fix doc string.
99 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
101         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
102         overlay-arrow-position and overlay-arrow-string buffer-local; no need
103         to check if those variables exist (first appeared in Emacs 18.50).
105 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
107         * mm-util.el (mm-line-number-at-pos): New function.
109         * spam-report.el (spam-report-process-queue): Use it.
111 2008-12-24  David Engster  <dengste@eml.cc>
113         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
114         parameters that haven't existed as variables as buffer-local variables.
116 2008-12-23  Dave Love  <fx@gnu.org>
118         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
119         cadar.
121         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
122         imap-starttls-p.
123         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
125 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
127         * spam-report.el (spam-report-gmane-max-requests): New constant.
128         (spam-report-gmane-wait): New variable.
129         (spam-report-gmane-ham, spam-report-gmane-spam)
130         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
131         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
132         the server.
134         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
135         Add explanations.
137         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
138         nnheader-accept-process-output and nnheader-read-timeout if available.
139         (pop3-movemail): Use it.
141         * message.el (message-check-news-body-syntax): Fix signature check if
142         there's an attachment.
144 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * mm-util.el: Add comments to the mm- emulating functions.
148 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
150         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
151         by Stephen Berman <stephen.berman@gmx.net>.
153 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
155         * mm-util.el (mm-substring-no-properties): New function.
156         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
157         (mm-special-display-p): Enable those lambda forms to be byte compiled.
158         (mm-string-to-multibyte): Doc fix.
160         * mml.el (mml-attach-file): Use mm-substring-no-properties.
162 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
164         * mml.el (mml-attach-file): Strip text properties from file name.
165         (Bug#1574)
167 2008-12-16  Glenn Morris  <rgm@gnu.org>
169         * mm-util.el (mm-charset-override-alist): Declare for compiler.
171 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
174         knows since the charset specified might be a bogus alias that
175         mm-charset-synonym-alist provides.
177 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
179         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
180         "ISO_8859-1".
182         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
184 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
186         * mm-util.el (mm-charset-eval-alist):
187         Define it before mm-charset-to-coding-system.
188         (mm-charset-to-coding-system): Add optional argument `silent';
189         define it before mm-charset-override-alist.
190         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
191         default value if it can be used in Emacs currently running;
192         silence mm-charset-to-coding-system.
194 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
196         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
197         `allow-override' which says whether to use `mm-charset-override-alist'.
198         (rfc2047-decode-encoded-words): Use it.
200         * mm-util.el (mm-charset-override-alist): Fix custom type;
201         add `(gb2312 . gbk)' to choices.
203 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
205         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
206         fast.
208         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
210 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
212         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
213         on links.
215         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
217 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * message.el (message-idna-to-ascii-rhs-1): Protect against local
220         users' addresses that don't have domain parts.
221         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
222         rather than message-narrow-to-head since there will be the message
223         header separator.
225 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
228         since the result is inserted in a unibyte buffer anyway.
229         (nnimap-demule-use-string-to-multibyte): Remove.
230         (nnimap-demule): Alias it to mm-string-to-multibyte.
232 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
234         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
235         variable for debugging bug#464 and bug#1174.
236         (nnimap-demule): Use it.
238 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
240         * gnus-score.el (gnus-score-find-trace): Handle default score in total
241         score calculation correctly.
243 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * message.el (message-send-mail): Just set the buffer to unibyte
246         rather than use mm-with-unibyte-current-buffer which does a lot more.
247         (message-send-mail-partially): Don't bother with
248         mm-with-unibyte-current-buffer since it's already been made unibyte by
249         message-send-mail.
251 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
253         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
255 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
257         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
259 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
261         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
262         require itself and to remove `with-no-warnings'.
264 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
266         * starttls.el (starttls-any-program-available): Get the name of the
267         available TLS layer program.
268         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
269         well as the host name in the "opening" message.
271         * auth-source.el (auth-source-cache, auth-source-do-cache)
272         (auth-source-user-or-password): Cache passwords and logins by default,
273         allow override with `auth-source-do-cache'.
274         (auth-source-forget-user-or-password): Allow users to remove cache
275         entries if needed.
277 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
279         * ietf-drums.el (ietf-drums-remove-comments): Localize second
280         condition-case to only the forward-sexp call.
282 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
284         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
285         quotes contained.  Make it more robust regardless by an extra
286         condition-case wrapper.
288 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
290         * nnml.el (nnml-request-expire-articles): Check if the function set to
291         `nnmail-expiry-target' returns the symbol `delete'.
293         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
295         * nnmail.el (nnmail-expiry-target): Fix custom type.
297 2008-10-02  Glenn Morris  <rgm@gnu.org>
299         * mm-util.el (mm-codepage-setup): Tweak codepage error.
300         Silence compiler warning.
302 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
304         * mml.el (mml-menu): Don't assume mml2015 is bound.
306 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
309         exists.
311 2008-09-27  Glenn Morris  <rgm@gnu.org>
313         * gnus-util.el (mail-header-remove-comments): Autoload it.
315 2008-09-27  Andreas Schwab  <schwab@suse.de>
317         * gnus-util.el (gnus-split-references): Strip comments.
318         (gnus-parent-id): Likewise.
320 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
322         * message.el (message-confirm-send): Fix version.
324 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
326         * message.el (message-idna-to-ascii-rhs-1): Use
327         mail-extract-address-components rather than mail-header-parse-addresses
328         that is an alias by default to ietf-drums-parse-addresses that does not
329         support non-ASCII names in headers' contents.
331 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
333         * message.el (message-confirm-send): Fixed variable documentation to
334         avoid the "y/n" wording.
336 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
338         * message.el (message-set-auto-save-file-name): Save to a different
339         filename so multiple messages (especially drafts) can be recovered.
341 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
343         * message.el (message-confirm-send): Add appropriate version.
345 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
347         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
348         defvar.
350 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
352         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
353         (mm-pkcs7-enveloped-magic): Ditto.
355 2008-09-17  Simon Josefsson  <simon@josefsson.org>
357         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
358         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
360 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
362         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
363         default, it's better.
365 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
367         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
368         summary line gnus-number property and ignore them (with a warning
369         message).
371 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
373         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
374         macro caddr in the interactive form since it won't be expanded.
376 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
378         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
379         `charset'; fix name of function called recursively.
380         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
382 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
384         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
385         (gnus-mime-set-charset-parameters): New function.
386         (gnus-mime-view-part-as-charset): Use it to correctly display part
387         specifying wrong charset.
389 2008-09-08  David Engster  <dengste@eml.cc>
391         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
392         in completing-read for back end server.
394 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
396         * message.el (message-confirm-send): New variable to confirm sending a
397         message.
398         (message-send): Use it.
400 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
402         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
404 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
406         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
408 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
410         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
411         prevent tracking too many groups.
412         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
413         Use it.
415 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
417         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
418         moving point to the bottom of the window in order to avoid recentering.
420 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
422         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
423         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
424         (gnus-article-beginning-of-window): Fix calculation.
426 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
428         * gnus-msg.el (gnus-summary-supersede-article)
429         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
430         value of gnus-newsgroup-charset to decode non-MIME encoded text in
431         message header.
433 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
435         * message.el:
436         * gnus-start.el:
437         * gnus-registry.el: Remove VMS support.
439 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
441         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
442         macro.
443         (rfc2104-hash): Use it.
445 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
447         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
448         (gnus-summary-sort-by-most-recent-date): New commands.
449         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
450         and menu entries.
452 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
455         don't redisplay article for raw contents; remove plural articles stuff.
457         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
458         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
459         on gnus-summary-save-article; display results properly.
461 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
463         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
465 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
467         * gnus-art.el (gnus-summary-save-in-pipe): Consider
468         gnus-save-all-headers.
470 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
472         * gnus-util.el (ns-focus-frame): Remove declaration.
473         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
474         like x.
476 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
478         * rfc2104.el (rfc2104-zero): Delete defconst.
479         (rfc2104-hex-alist): Likewise.
480         (rfc2104-hex-to-int): Delete func.
481         (rfc2104-hexstring-to-bitstring): Likewise.
482         (rfc2104-nybbles): New defconst.
483         (rfc2104-hash): Rewrite for speed.
485 2008-07-16  Glenn Morris  <rgm@gnu.org>
487         * gnus-util.el (ns-focus-frame): Declare for compiler.
489 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
491         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
492         set as a group parameter.
493         (gnus-summary-save-in-pipe): Work when it is called independently.
494         (gnus-summary-pipe-to-muttprint): Don't modify
495         gnus-summary-pipe-output-default-command.
497 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
499         * message.el (message-send-mail-with-sendmail):
500         Display the error message.
502 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
504         * gnus-art.el (gnus-default-article-saver):
505         Add gnus-summary-save-in-pipe to choices.
506         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
507         gnus-summary-pipe-output-default-command as the default command.
508         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
509         instead of gnus-last-shell-command.
511         * gnus-sum.el (gnus-summary-pipe-output-default-command):
512         New user option.
513         (gnus-summary-muttprint-program): Mention the value will be changed.
514         (gnus-summary-save-article): Force showing of all headers.
515         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
517 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
519         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
521 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
523         * nnimap.el (nnimap-id):
524         * sieve-manage.el (sieve-manage-open): Doc fixes.
526 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
528         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
529         if available.
531 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
533         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
535         * nnkiboze.el (nnkiboze-generate-group):
536         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
538         * nnmairix.el: Require CL.
540 2008-06-15  David Engster  <dengste@eml.cc>
542         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
544 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
546         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
547         New macros that expand to an `aset'/`aref' call under Emacs, and to a
548         runtime choice under XEmacs.
550         * gnus-sum.el (gnus-summary-set-display-table):
551         Use `gnus-put-display-table', `gnus-get-display-table',
552         `gnus-set-display-table' for the display table, instead of `aset'.
554 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
556         * nnmairix.el: Add autoloads.
558 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
560         * nnmairix.el (nnmairix-delete-recreate-group)
561         (nnmairix-update-and-clear-marks): Fix error messages.
563 2008-06-14  David Engster  <dengste@eml.cc>
565         * nnmairix.el: Upgrade to version 0.6.
566         (nnmairix-group-toggle-propmarks-this-group)
567         (nnmairix-group-toggle-readmarks-this-group)
568         (nnmairix-group-delete-recreate-this-group)
569         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
570         (nnmairix-remove-tick-mark-original-article): New commands.
571         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
572         (nnmairix-propagate-marks-to-nnmairix-groups)
573         (nnmairix-only-use-registry, nnmairix-allowfast-default)
574         (nnmairix-marks-cache, nnmairix-version-output): New variables.
575         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
576         functions needed for marks propagation and manipulation of read marks.
577         (nnmairix-update-groups): New function.
578         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
579         (nnmairix-determine-original-group-from-registry)
580         (nnmairix-determine-original-group-from-path)
581         (nnmairix-get-group-from-file-path, nnmairix-map-range)
582         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
583         New helper functions.
584         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
585         keystrokes for new commands.
586         (nnmairix-delete-and-create-on-change): Doc string cleanup.
587         (nnmairix-request-group): Check allow-fast group parameter.
588         (nnmairix-request-create-group): Set allow-fast group parameter if
589         nnmairix-allowfast-default is set.
590         (nnmairix-close-group): Propagate marks upon closing if needed.
591         (nnmairix-group-toggle-threads-this-group): Use new.
592         nnmairix-group-toggle-parameter helper function.
593         (nnmairix-search): Better check for empty search result.
594         (nnmairix-goto-original-article): Use new helper functions for
595         determining original article.
596         (nnmairix-show-original-article): Make sure message-id is in brackets.
597         (nnmairix-call-mairix-binary): Change variable name.
598         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
599         helper function.
600         (nnmairix-widget-toggle-activate): Fix doc string.
602 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
604         * nnir.el: Require edmacro when compiling with XEmacs.
605         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
606         available in Emacs 21.
608 2008-06-11  Glenn Morris  <rgm@gnu.org>
610         * gnus-util.el (x-focus-frame):
611         * gnus.el (image-size):
612         * mm-decode.el (image-size): Declare.
614         * gnus-picon.el (declare-function): Add compat definition.
615         (image-size): Declare.
617         * gnus-group.el (tool-bar-map):
618         * gnus-sum.el (tool-bar-map): Define for compiler.
620         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
622         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
624         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
625         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
626         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
627         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
628         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
629         * sieve-manage.el, spam-report.el, spam.el:
630         Remove unnecessary eval-and-compile of autoloads.
632 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
634         * auth-source.el: Precise Tramp doc.
636 2008-06-07  Glenn Morris  <rgm@gnu.org>
638         * nnmairix.el: Remove unnecessary eval-when-compile.
640 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
642         * nnir.el: New file.
644 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * gnus-util.el (gnus-read-shell-command): New function.
647         * mm-decode.el (mm-pipe-part):
648         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
650 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
652         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
654 2008-06-03  Glenn Morris  <rgm@gnu.org>
656         * pop3.el (nnheader-accept-process-output): Autoload it.
658 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
660         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
661         are not 2-digit hexadecimal characters that follow `%'s.
663 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
665         * message.el (message-bogus-recipient-p): Fix type in doc string.
666         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
667         (message-bogus-addresses): Rename from message-bogus-address-regexp.
668         Improve custom options.
669         (message-bogus-recipient-p): Adjust accordingly.
671 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
673         * nnmairix.el: Require edmacro when compiling with XEmacs.
675 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
677         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
678         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
680 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
682         * auth-source.el: Add more docs.
684 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686         * nnheader.el (nnheader-read-timeout): Change the default timeout from
687         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
688         retrieval faster in some cases, but might make CPU usage larger.  If
689         this has any bad side effects, we might revert this change.
691         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
692         seems to make mail retrieval much, much faster.
693         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
694         unconditionally.
696         * gnus-draft.el (gnus-group-send-queue): Bind
697         message-send-mail-partially-limit to nil to avoid being prompted.
699 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
701         * mml.el (mml-attach-buffer): Prompt for `disposition'.
703         * message.el (message-bogus-address-regexp): Fix and improve custom
704         type.
705         (message-setup-hook): Add message-check-recipients as custom option.
707 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
709         * message.el (message-cite-function): Remove bogus autoload which crept
710         in during merge from v5-10.
712 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
714         * nnimap.el (nnimap-open-connection): Fix login/password bug.
716         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
718         * auth-source.el: Preliminary Tramp docs.
719         (auth-sources): Change the default auth-sources to use
720         EPA .gpg files.
722 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
724         * nntp.el: Autoload `auth-source-user-or-password'.
725         (nntp-send-authinfo): Use it.
727         * nnimap.el: Autoload `auth-source-user-or-password'.
728         (nnimap-open-connection): Use it.
730         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
731         for the gnus-message function.
732         (auth-source-user-or-password): Use it.
734 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
737         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
738         (rfc2104-hash): Use it.
740 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
742         * gnus-art.el (gnus-article-toggle-truncate-lines):
743         Don't use `iff' in docstring.
745 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
747         * gnus-registry.el: Adjusted copyright dates and added a keyword.
749         * gnus-util.el (gnus-extract-address-component-name)
750         (gnus-extract-address-component-email): Convenience functions around
751         `gnus-extract-address-components'.
753         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
754         Use `gnus-extract-address-component-email' to fix bug of comparing full
755         sender name to `user-mail-address'.
757 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
759         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
760         catch/throw to optimize.
761         (gnus-registry-find-keywords): Just use member to find a keyword.
763 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
766         is current before calling gnus-server-prepare.
767         (gnus-server-setup-buffer, gnus-server-update-server)
768         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
770 2008-05-04  Juri Linkov  <juri@jurta.org>
772         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
773         (mailcap-file-default-commands): Use mailcap-replace-in-string
774         instead of replace-regexp-in-string, and mailcap-delete-duplicates
775         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
777 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
779         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
781 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
784         hooks.
785         (gnus-update-read-articles): Speed up non-marks-using users.
786         (gnus-use-marks): Define gnus-use-marks.
787         (gnus-propagate-marks): Rename variable to something more sensible.
789 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
791         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
792         (gmm-image-load-path-for-library): Fix typos in docstrings.
793         (gmm-message): Reflow docstring.
795 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
797         * mail-source.el (mail-source-set-1, mail-source-bind):
798         Move auth-source code out of the macro to clean it up and fix bugs.
800 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
802         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
803         by sender if it's equal to user-mail-address, it's likely to be
804         useless.
806         * mail-source.el (mail-source-bind): Don't use user or password if they
807         are not bound.  Unintern them if they are nil.  Don't use server unless
808         it's bound, and default it to empty string otherwise.
810 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
812         * mail-source.el: Load auth-source.el.
813         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
814         get user name or password, if auth-sources is set up.
816         * gnus-registry.el (gnus-registry-split-strategy): New variable for
817         strategy of splitting with parent.
818         (gnus-registry-split-fancy-with-parent)
819         (gnus-registry-post-process-groups): Use it and fix prior
820         bug (returning a list as the split result).
822         * auth-source.el (auth-sources): Remove server parameter.
823         (auth-source-pick, auth-source-user-or-password)
824         (auth-source-user-or-password-imap)
825         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
826         (auth-source-user-or-password-sftp)
827         (auth-source-user-or-password-smtp): Remove server parameter.
829 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
831         * smime.el (smime-sign-region, smime-encrypt-region)
832         (smime-decrypt-region):
833         Remove redundant calls to `generate-new-buffer-name'.
835 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
837         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
838         Don't use QP for message/rfc822.
839         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
841 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * sieve-manage.el (sieve-string-bytes): Remove.
844         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
845         correct byte-length only if the process's coding-system is the same as
846         the one used internally by Emacs to represent strings.
848 2008-04-22  Juri Linkov  <juri@jurta.org>
850         * mailcap.el (mailcap-file-default-commands): New function.
852 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
854         * message.el (message-signature-separator, message-cite-function):
855         Change custom version.
857 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
859         * mm-decode.el (mm-display-external): Make temp file read-only.
861 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
863         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
864         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
865         `C-c C-f d'.
867 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
869         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
871 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
873         * auth-source.el: Added docs.
874         (auth-sources): Modify format to support server.
875         (auth-source-pick, auth-source-user-or-password)
876         (auth-source-user-or-password-imap)
877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
878         (auth-source-user-or-password-sftp)
879         (auth-source-user-or-password-smtp): Add server parameter.
881 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
883         * gnus-registry.el: Initialize the registry when gnus-registry-install
884         is t.
886 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
888         * compface.el (uncompface): Make buffer unibyte.
890 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * mail-source.el (mail-source-value):
893         Prefer fboundp to functionp so it works with macros as well.
895 2008-04-05  Glenn Morris  <rgm@gnu.org>
897         * gnus-ems.el (mm-disable-multibyte): Autoload it.
899 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
902         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
904         * nnheader.el (nnheader-init-server-buffer): Change buffer's
905         multibyteness after rather than before erasing it.
907         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
908         mm-with-multibyte.
909         (gnus-request-article-this-buffer): Make sure the proper decoding is
910         used if gnus-original-article-buffer happens to be unibyte.
912         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
913         default-enable-multibyte-characters.
915         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
916         default-enable-multibyte-characters.
918         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
920         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
922 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
925         Fix last change in case the element is not even a symbol.
927 2008-04-02  Simon Josefsson  <simon@josefsson.org>
929         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
930         imap-enable-exchange-bug-workaround.
931         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
933 2008-04-01  Simon Josefsson  <simon@josefsson.org>
935         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
936         a 100 byte status-checks into a 2-3MB transfer for each group.
937         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
938         to enable bug workaround or not.
939         (nnimap-find-minmax-uid): Only enable workaround conditionally.
941 2008-03-31  Glenn Morris  <rgm@gnu.org>
943         * message.el (mml2015-use): Declare for compiler.
944         (message-info): Require mml2015 when appropriate.
946 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
949         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
950         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
951         (nntp-service-to-port): New function.
952         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
953         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
954         (nntp-open-netcat-stream): New function.
955         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
957 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
959         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
961 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
965 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
967         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
969 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
971         * message.el (message-signature-separator): Change default.
972         Improve custom type.
973         (message-cite-function): Change default to
974         message-cite-original-without-signature.
976         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
977         toggle.
979         * message.el (message-check-news-body-syntax): Fix signature check.
980         (message-setup-1): Mark buffer as unmodified _after_ running
981         message-setup-hook and handling message-alternative-emails.
982         (message-shorten-references): Be more strict when building list of
983         valid references to comply with GNKSA.
985         * gnus-group.el (gnus-read-ephemeral-bug-group)
986         (gnus-read-ephemeral-debian-bug-group)
987         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
989         * message.el (message-info): Don't use booleanp which isn't supported
990         in Emacs 21 and XEmacs.
992 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
994         * gnus-group.el (gnus-gmane-group-download-format): Rename from
995         gnus-group-gmane-group-download-format.
996         (gnus-group-read-ephemeral-gmane-group): Rename from
997         gnus-group-read-ephemeral-gmane-group.
998         (gnus-read-ephemeral-gmane-group-url): Rename from
999         gnus-group-read-ephemeral-gmane-group-url.
1000         (gnus-bug-group-download-format-alist): New variable.
1001         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1002         (gnus-read-ephemeral-emacs-bug-group): New commands.
1004 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1006         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1007         (gnus-visible-headers): Improve custom type.
1009 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1011         * mml.el (mml-menu): Add workarounds for XEmacs.
1013         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1014         X-Boundary header.
1016         * message.el (message-simplify-recipients): Fix previous commit.
1018 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * mm-util.el (mm-set-buffer-multibyte): New function.
1021         * mm-decode.el (mm-copy-to-buffer): Use it.
1023         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1024         Prefer fboundp to functionp so it works with macros as well.
1026 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1028         * message.el (message-alter-recipients-discard-bogus-full-name):
1029         New function.
1030         (message-alter-recipients-function): New variable.
1031         (message-get-reply-headers): Use it.
1032         (message-replace-header): New helper function.
1033         (message-recipients-without-full-name): New variable.
1034         (message-simplify-recipients): New command.
1036         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1038         * message.el (message-info): Handle EasyPG manual.
1040         * mml.el (mml-menu): Add entry for EasyPG.
1042 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
1044         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1045         parameter.
1047         * message.el (message-disassociate-draft): Specify drafts group name
1048         fully.
1050 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1052         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1053         unnecessary duplicates from the match list.
1055 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1057         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1058         args of `how-many' of which the XEmacs version doesn't take; declare
1059         Info-index-next as function.
1061 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1063         * gnus-score.el (gnus-score-headers): Fix handling of
1064         gnus-inhibit-slow-scoring.
1066         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1067         string.
1068         (gnus-button-url-regexp): Improve handling of parenthesis.
1069         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1070         (gnus-button-handle-info-keystrokes): Handle index entries.
1072 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1074         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1075         Incoming* files.
1077 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1079         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1080         (auth-source-pick): Use it.
1082 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1084         * auth-source.el (auth-source-protocols)
1085         (auth-source-protocols-customize, auth-source-choices): Added and
1086         modified variable customizations and defaults.
1087         (auth-source-pick, auth-source-user-or-password)
1088         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1089         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1090         (auth-source-user-or-password-sftp)
1091         (auth-source-user-or-password-smtp): Use new variables and provide an
1092         interface to netrc.el.
1094 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1096         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1097         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1098         Make sure the nntp port to specify is a string.
1100 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * nntp.el: Use with-current-buffer.
1103         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1104         dubious mm-with-unibyte-current-buffer.
1105         (nntp-with-open-group-function): New function extracted from
1106         nntp-with-open-group macro.
1107         (nntp-with-open-group): Use the function, so it's easier to debug.
1108         Add indentation and debugging info.
1109         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1110         the use of the netcat alternatives.
1112         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1113         Avoid mm-string-as-multibyte as well.
1115         * nnweb.el (nnweb-insert-html):
1116         Remove use of nnheader-string-as-multibyte.
1118         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1119         (nnheader-string-as-multibyte): Remove.
1121         * mm-view.el: Use inhibit-read-only.
1122         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1123         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1124         or unibyte-string.
1126         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1127         (mm-uu-yenc-extract): Use with-current-buffer.
1129         * gnus-soup.el (gnus-soup-send-packet): Don't use
1130         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1132         * nnmh.el: Use with-current-buffer.
1133         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1134         mm-string-as-multibyte on the output of mm-encode-coding-string.
1136         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1137         (nnimap-request-move-article): Use with-current-buffer.
1139         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1140         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1141         conversion uses string-make-unibyte rather than string-as-unibyte.
1143         * gnus-msg.el: Use with-current-buffer.
1145         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1147 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1149         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1150         string for caching if it is 'PIN.
1152 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1154         * mail-source.el (mail-source-delete-old-incoming-confirm):
1155         Change default to nil.
1156         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1158 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
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-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1272         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1273         empty author.
1275 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1277         * gnus-registry.el (gnus-registry-marks): Add variable for
1278         customization of marks and their appearance.
1279         (gnus-registry-read-mark): Use it.
1280         (gnus-registry-do-marks): Add utility function to loop through
1281         `gnus-registry-marks'.
1282         (gnus-registry-install-shortcuts-and-menus): Add function to install
1283         shortcuts and menus.
1284         (gnus-registry-initialize): Use it.
1285         (gnus-registry-default-mark): Clarify documentation.
1287 2008-02-29  Glenn Morris  <rgm@gnu.org>
1289         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1290         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1291         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1292         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1293         Change defcustom :version from 23.0 to 23.1.
1295 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1297         * gnus-registry.el (gnus-registry-follow-group-p)
1298         (gnus-registry-post-process-groups): Add functions to aid registry
1299         splitting and improve logging.  Clarify behavior in function
1300         documentation.
1301         (gnus-registry-split-fancy-with-parent): Use them.
1303 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * gnus-art.el: Use with-current-buffer.
1307 2008-02-27  David Engster  <dengste@eml.cc>
1309         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1310         Express real group name in the response.
1312 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1314         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1315         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1316         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1317         autoload gnus-registry-fetch-group when compiling.
1318         (nnmairix-request-group-with-article-number-correction): Remove
1319         unreferenced argument passed to nnmairix-call-backend.
1321 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1323         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1324         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1325         Wilde.
1327 2008-02-27  Glenn Morris  <rgm@gnu.org>
1329         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1330         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1331         variables to defconsts.  Convert comments to doc-strings.
1332         (nnmairix-last-server, nnmairix-current-server): Convert from free
1333         variables to defvars.  Convert comments to doc-strings.
1334         (gnus-registry-fetch-group): Autoload.
1335         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1336         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1337         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1338         caddr.
1339         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1340         nnmairix-request-group-with-article-number-correction call.
1341         (nnmairix-fast, nnmairix-group): New, less general names, for free
1342         variables passed from nnmairix-request-group to
1343         nnmairix-request-group-with-article-number-correction.  Declare.
1344         (nnmairix-request-group-with-article-number-correction):
1345         Use nnmairix-fast, nnmairix-group rather than fast, group.
1347 2008-02-26  David Engster  <dengste@eml.cc>
1349         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1350         version 0.5.
1352 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1354         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1355         instead of making an extra function call.  Don't add the current group
1356         to articles only when they have the group.  Use
1357         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1358         Reported by David <de_bb@arcor.de>.
1360 2008-02-24  Miles Bader  <miles@gnu.org>
1362         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1363         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1364         (mm-find-mime-charset-region):
1365         * mm-bodies.el (mm-encode-body):
1366         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1368 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1370         * mail-source.el (mail-source-delete-incoming): Change default.
1371         Supplement doc string.
1373         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1375 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * nnmail.el (nnmail-message-id-cache-file): Derive from
1378         `gnus-home-directory'.
1380 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1382         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1383         Document negative prefix.
1385         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1387 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389         * message.el (message-unsent-separator): Add the Exim bounce
1390         separator.
1392 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1394         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1395         list.
1396         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1397         recipient/signer list.
1399 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1401         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1402         fbound (Emacs 23 unicode), signal an error.
1404 2008-02-08  Glenn Morris  <rgm@gnu.org>
1406         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1408 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1410         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1411         ports to the calls to `netrc-machine-user-or-password' in addition to
1412         "imap" and "imaps".
1414 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1416         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1417         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1418         <hanche@math.ntnu.no>.
1420 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1422         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1424 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1426         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1428         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1430 2008-02-01  Miles Bader  <miles@gnu.org>
1432         * mml.el (mml-parse-1): Remove apparently vestigial use of
1433         `mm-hack-charsets'.
1434         * mm-bodies.el (mm-encode-body): Likewise.
1436 2008-02-01  Kenichi Handa  <handa@m17n.org>
1438         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1439         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1440         (rfc2104-hash): Convert the result of concat to unibyte string.
1442 2008-02-01  Dave Love  <fx@gnu.org>
1444         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1445         coding-system-for-read.
1446         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1448         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1449         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1450         (mm-find-mime-charset-region): Remove hack-charsets stuff.
1452 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1454         * mail-source.el (mail-sources): Add `group' choice.
1456         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1457         parameter `in-group' to control into which group the articles go.
1458         Add treatment of `group' mail-source.
1460 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1462         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1463         * message.el (message-beginning-of-line): Use featurep instead of bound
1464         tests in order to resolve conditionals at compile time.
1466 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1468         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1470         * mm-decode.el (mm-dissect-buffer): Decode description.
1472         * mml.el (mml-to-mime): Encode message header first.
1474 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1477         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1479 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1481         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1483 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1485         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1486         prefix keys.
1487         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1488         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1489         gnus-xmas.el.
1491 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1493         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1494         Add new variables for article mark management.
1495         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1496         list of extra data entries which, when present, will indicate that the
1497         article ID should not be trimmed from the registry.
1498         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1499         functions.
1500         (gnus-registry-read-mark): New function to read a mark name from the
1501         user.
1502         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1503         (gnus-registry-set-article-mark-internal): New functions to add and
1504         remove marks.
1505         (gnus-registry-get-article-marks): New function to show the marks for
1506         an article, or retrieve them for further use.
1508 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1510         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1511         keys when no argument is given.
1513 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1515         * gnus-sum.el (gnus-article-sort-by-random)
1516         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1517         jidanni@jidanni.org.
1519 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1521         * gnus-art.el (gnus-article-describe-bindings): New function.
1522         (gnus-article-read-summary-keys): Use it.
1523         (gnus-article-mode-map): Bind `C-h b' to it.
1525 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1527         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1528         XEmacs.
1529         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1530         against non-character events.
1532 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1534         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1535         command.
1536         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1537         instead of END.  Change name of the temp file.
1538         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1539         customizable.
1541 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1543         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1544         bind `S W' to gnus-article-wide-reply-with-original; set default
1545         binding to gnus-article-read-summary-send-keys.
1546         (gnus-article-read-summary-keys): Fix the order of keys; display
1547         continuation keys correctly in the echo area; describe bindings
1548         correctly when keys end with `C-h'.
1549         (gnus-article-read-summary-send-keys): New function.
1550         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1551         for gnus-article-read-summary-send-keys; display continuation keys
1552         correctly in the echo area.
1553         (gnus-article-reply-with-original): Ignore prefix argument.
1554         (gnus-article-wide-reply-with-original): New function.
1556 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1558         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1559         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1561 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1563         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1564         (gnus-group-read-ephemeral-gmane-group): New command.
1566 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1568         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1570 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1572         * message.el (message-send-mail-function): Increase custom version.
1574         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1575         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1577 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1579         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1580         html parts correctly; support forwarded messages.
1581         (gnus-article-browse-html-article): Remove work buffers.
1583         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1584         compiling.
1585         (netrc-bound-and-true-p): New macro.
1586         (netrc-parse): Use it instead of bound-and-true-p that is not available
1587         in XEmacs 21.4.
1589 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1591         * gnus-registry.el (gnus-registry-mark-article)
1592         (gnus-registry-article-marks): Add functionality to mark articles
1593         through the Gnus registry.
1595         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1596         (netrc-parse): Use encrypt-file-alist to determine if
1597         encrypt-find-model or encrypt-insert-file-contents should be used.
1599 2007-12-19  Glenn Morris  <rgm@gnu.org>
1601         * mml.el (message-options-set, message-narrow-to-head)
1602         (message-in-body-p, message-mail-p, message-encode-message-body):
1603         Autoload.
1604         (message-remove-header, message-narrow-to-headers-or-head)
1605         (message-subscribed-p, message-make-mail-followup-to)
1606         (message-position-on-field, message-news-p)
1607         (message-options-set-recipient, message-generate-headers)
1608         (message-sort-headers): Declare as functions.
1610 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1612         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1613         convention in doc string.
1615 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1617         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1618         title to html parts.
1619         (gnus-article-browse-html-article): Pass message header to it.
1621         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1623 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1625         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1626         or password compatible with XEmacs.
1628 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1630         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1631         format document.
1632         (gnus-mime-delete-part): Don't write description line if empty.
1633         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1635 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1637         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1638         (gnus-summary-mark-read-and-unread-as-read)
1639         (gnus-summary-mark-current-read-and-unread-as-read)
1640         (gnus-summary-mark-unread-as-ticked): Doc fix.
1641         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1643 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1645         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1646         Christoph Conrad <christoph.conrad@gmx.de>.
1648 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1650         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1651         yes-or-no-p.
1653 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1655         * mm-decode.el (mm-add-meta-html-tag): New function.
1656         (mm-save-part-to-file, mm-pipe-part): Use it.
1658         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1659         gnus-y-or-n-p instead of y-or-n-p.
1660         (gnus-article-browse-html-parts): Work with message/external-body; use
1661         mm-add-meta-html-tag.
1663 2007-12-11  Glenn Morris  <rgm@gnu.org>
1665         * gnus-cache.el: Require gnus-sum not just when compiling.
1667         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1669         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1670         definitions before use.
1672         * mm-decode.el: Require gnus-util.
1673         (mm-remove-part): Only call delete-annotation on XEmacs.
1675         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1677         * nnmail.el: Require gnus-int.
1679         * spam.el: Move `require's before `eval-when-compile's.
1681         * gnus-ems.el (gnus-alive-p):
1682         * gnus-fun.el (message-goto-eoh):
1683         * gnus-util.el (gnus-group-name-decode):
1684         * mail-source.el (gnus-compress-sequence):
1685         * message.el (Info-goto-node, format-spec):
1686         * mm-bodies.el (message-options-get):
1687         * mm-decode.el (mm-view-pkcs7):
1688         * mm-util.el (gmm-write-region):
1689         * mml-smime.el (mml-compute-boundary)
1690         (gnus-completing-read-with-default):
1691         * mml.el (widget-button-press, gnus-make-hashtable):
1692         * mml1991.el (mm-decode-content-transfer-encoding)
1693         (mm-encode-content-transfer-encoding)
1694         (message-options-get, message-options-set):
1695         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1696         * nnfolder.el (gnus-request-group):
1697         * nnheader.el (ietf-drums-unfold-fws):
1698         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1699         * smime.el (gnus-run-mode-hooks):
1700         * spam-stat.el (gnus-message): Autoload.
1702         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1703         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1704         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1705         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1706         Add declare-function compatibility definition.
1708         * gnus-cache.el (nnvirtual-find-group-art):
1709         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1710         (gnus-add-image, gnus-add-wash-type):
1711         * gnus-group.el (nnkiboze-score-file):
1712         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1713         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1714         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1715         (message-tokenize-header, gnus-get-buffer-create)
1716         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1717         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1718         * gnus.el (gnus-group-decoded-name):
1719         * mail-source.el (imap-capability):
1720         * mm-bodies.el (message-options-set):
1721         * mm-decode.el (gnus-configure-windows):
1722         * mm-extern.el (message-goto-body):
1723         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1724         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1725         (epg-sub-key-validity, message-options-set):
1726         * mml.el (widget-event-point, gnus-configure-windows):
1727         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1728         * mml2015.el (epg-check-configuration, epg-configuration)
1729         (message-options-set):
1730         * nndb.el (nndb-request-article):
1731         * nnfolder.el (gnus-request-create-group):
1732         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1733         * nnmaildir.el (gnus-group-mark-article-read):
1734         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1735         * rfc1843.el (message-fetch-field):
1736         * spam.el (gnus-extract-address-components):
1737         Declare as functions.
1739 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1741         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1743 2007-12-09  Glenn Morris  <rgm@gnu.org>
1745         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1747         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1748         * message.el, mm-view.el, sieve-manage.el, smime.el:
1749         Add declare-function compatibility definition.
1751         * gnus-art.el (w3-region, w3m-region, Info-menu):
1752         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1753         * gnus-sum.el (gnus-get-predicate):
1754         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1755         * message.el (mail-abbrev-in-expansion-header-p):
1756         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1757         (w3m-detect-meta-charset, w3m-region):
1758         * sieve-manage.el (password-read, password-cache-add)
1759         (password-cache-remove):
1760         * smime.el (password-read-and-add): Declare as functions.
1762 2007-12-08  David Kastrup  <dak@gnu.org>
1764         * gnus-sum.el (gnus-summary-simplify-subject-query):
1765         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1766         `message'.
1768 2007-12-07  Glenn Morris  <rgm@gnu.org>
1770         * gnus-art.el (article-make-date-line): Revert previous change.
1772 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1774         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1776 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1778         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1779         Call gnus-add-to-range ranges only once with a prepared article-list.
1781 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1783         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1784         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1785         group names with backslashes.  Reported by Tassilo Horn
1786         <tassilo@member.fsf.org>.
1788 2007-12-06  Deepak Goel  <deego3@gmail.com>
1790         * gnus-art.el (article-make-date-line):
1791         * gnus-start.el (gnus-load):
1792         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1794 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1796         * gnus-art.el (gnus-use-idna)
1797         * gnus-start.el (gnus-site-init-file)
1798         * message.el (message-use-idna)
1799         * mm-uu.el (mm-uu-hide-markers)
1800         * smiley.el (smiley-style): Revert changes that suppress warnings.
1802 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1804         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1805         specify charset to html source.  Reported by Christoph Conrad
1806         <christoph.conrad@gmx.de>.
1808 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1810         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1811         idna-program in order to suppress byte compile warning issued by XEmacs
1812         that came to byte compile the default value section of defcustom forms
1813         recently.
1815         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1816         value of installation-directory.
1818         * message.el (message-use-idna): Don't directly refer to the value of
1819         idna-program.
1821         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1823         * smiley.el (smiley-style): Don't directly call face-attribute.
1825 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1827         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1829         * gnus-dired.el: Reduce Gnus dependencies.
1830         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1831         require.  Use autoloads instead.
1832         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1833         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1834         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1835         (gnus-dired-mode): Adjust doc string.
1836         (gnus-dired-mail-mode): New variable.
1837         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1838         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1839         (gnus-dired-mail-buffers): New function.  Return mail or message
1840         composition buffers.
1841         (gnus-dired-attach): Use it.
1842         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1843         NO-DECODE.
1844         (gnus-dired-print): Use `gnus-print-buffer' depending on
1845         `gnus-dired-mail-mode'.
1847 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1849         * rfc2047.el (rfc2047-encoded-word-regexp)
1850         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1851         explaining what regexp patterns are for.
1853 2007-12-04  Glenn Morris  <rgm@gnu.org>
1855         * password.el: Move to ../password-cache.el.
1857         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1858         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1859         * mml-smime.el (password-read, password-cache-add)
1860         (password-cache-remove):
1861         No need to autoload, since mml-sec requires password.
1863         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1864         * message.el (gnus-extract-address-components):
1865         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1867         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1868         password.
1870 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1872         * mailcap.el: Reduce dependencies.
1873         (mail-header-parse-content-type): Autoload.
1874         (mailcap-delete-duplicates): New alias.
1875         (mailcap-mime-info): Add optional argument NO-DECODE.
1876         (mailcap-mime-types): Use mailcap-delete-duplicates.
1878         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1880 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1883         function.
1885         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1886         (gnus-uu-yenc-article): New function.
1888         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1890         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1891         buffer.
1893 2007-12-02  Glenn Morris  <rgm@gnu.org>
1895         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1896         Move to ../net.
1898         * binhex.el, uudecode.el: Move to ../mail.
1900         * encrypt.el: Remove file.
1902 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1904         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1905         matches on patches.
1907         * gnus-art.el (gnus-article-browse-html-article): Mention
1908         `mm-text-html-renderer' in the doc string.
1910         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1911         string.  Add comments.
1913         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1914         if rhs is ASCII.
1916 2007-12-01  Glenn Morris  <rgm@gnu.org>
1918         * dig.el, dns.el: Move to ../net.
1919         * format-spec.el, hex-util.el, sha1.el: Move to ../.
1921         * mail-source.el (top-level): Require format-spec before
1922         eval-when-compile.
1924 2007-11-30  Glenn Morris  <rgm@gnu.org>
1926         * encrypt.el: Require password, rather than autoloading password-read.
1928 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1930         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1931         caller can indicate whether the cache should be disregarded for this
1932         call.  This way the result of the call is reproducible at all times and
1933         can be considered a canonical server name for the supplied method.
1934         (gnus-agent-method-p): Canonicalize server names by pushing their
1935         method through `gnus-method-to-server' using the no-cache argument.
1937         * gnus-srvr.el (gnus-server-insert-server-line): Call
1938         `gnus-method-to-server' with `no-cache' argument.
1940         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1941         gnus-agent-possibly-synchronize-flags as this should be called when the
1942         server is actually being opened.
1943         (gnus-agent-possibly-synchronize-flags)
1944         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1945         flags file of an agentized server to the latter function.
1947         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1948         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1949         after a connection has been established successfully.
1951 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1953         * gnus-art.el (article-display-face): Force to display face if called
1954         interactively; check if gnus-article-x-face-too-ugly matches author.
1955         (article-display-x-face): Display face even if From header is missing
1956         as article-display-face does.
1958 2007-11-28  Richard Stallman  <rms@gnu.org>
1960         * md4.el: Move to ../.
1961         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1963 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1965         * mail-source.el (mail-sources): Default to fetch from file for
1966         compatibility with default of nnmail-spool-file.
1968 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1970         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1971         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1972         to look for encoded word that should be encoded again.
1973         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1974         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1975         encoding pattern.
1976         (rfc2047-decode-region): Switch strict regexp and loose one according
1977         to rfc2047-allow-irregular-q-encoded-words.
1979 2007-11-26  Simon Josefsson  <simon@josefsson.org>
1981         * imap.el: Move to ../net directory.
1983 2007-11-25  Romain Francoise  <romain@orebokech.com>
1985         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1987 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1989         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1990         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1992         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1993         `nnmail-spool-file'.
1995         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1996         `nnmail-spool-file'.
1998         * gnus-move.el (gnus-change-server): Ditto.
2000         * gnus-kill.el (gnus-batch-score): Ditto.
2002         * gnus-cache.el (gnus-jog-cache): Ditto.
2004         * gnus-msg.el (gnus-summary-reply):
2005         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2007 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2009         * gnus-cache.el (gnus-cache-generate-nov-databases):
2010         Use nnml-generate-nov-databases-directory instead of
2011         nnml-generate-nov-databases-1.
2013 2007-11-24  Glenn Morris  <rgm@gnu.org>
2015         * message.el (message-tool-bar-retro): Update for rename
2016         mail_send.xpm->mail-send.xpm.
2018 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2020         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2021         `smime-ldap-search' for Emacs 22 and up.
2023 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2025         * hashcash.el: Move to ../mail directory.
2027         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
2029         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2030         `smime-ldap-search' for Emacs 22 and up.
2032 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2034         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2036         * message.el (message-send-mail-function): Fix error convention.
2037         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2038         (message-widen-reply, message-send-mail, message-talkative-question)
2039         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2040         (message-clone-locals, message-send-news): Use with-current-buffer.
2041         (message-insert-or-toggle-importance): Remove unused var `valid'.
2042         (message-make-references): Remove unused var `new-references'.
2043         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2045 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2047         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2048         (spam-split-symbolic-return-positive): Reflow docstring.
2049         (spam-backends, spam-summary-exit-behavior)
2050         (spam-mark-ham-unread-before-move-from-spam-group)
2051         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2052         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2053         (spam-clear-cache, spam-backend-check, spam-install-backend)
2054         (spam-install-statistical-backend, spam-list-of-processors)
2055         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2056         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2057         (spam-check-crm114, spam-initialize, spam-unload-hook):
2058         Fix typos in docstrings.
2060 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2063         been checked if they have never been read and those group levels are
2064         higher than the one that a user specified.
2066 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2069         foreign groups unless a group level is specified by a user.
2070         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2072 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2074         * message.el (message-send-mail-function): Require sendmail.
2076 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2078         * message.el (message-send-mail-function): Check for smtpmail too.
2080         * utf7.el (utf7-encode, utf7-decode): Use coding system
2081         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2083         * message.el (message-send-mail-function): New function.
2084         (message-send-mail-function): Set default using
2085         message-send-mail-function.  Adjust doc string.
2086         (message-send-mail-with-mailclient): New function.
2088 2007-11-17  Richard Stallman  <rms@gnu.org>
2090         * assistant.el: Remove file.
2092 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2094         * smime.el (from):
2095         * rfc2047.el (message-posting-charset):
2096         * qp.el (mm-use-ultra-safe-encoding):
2097         * pop3.el (parse-time-months):
2098         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2099         * nnml.el (files):
2100         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2101         (jka-compr-compression-info-list, ange-ftp-path-format)
2102         (efs-path-regexp):
2103         * nndiary.el (files):
2104         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2105         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2106         (epg-digest-algorithm-alist, inhibit-redisplay)
2107         (password-cache-expiry):
2108         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2109         (pgg-output-buffer, password-cache-expiry):
2110         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2111         (efs-path-regexp):
2112         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2113         (inhibit-redisplay):
2114         * mm-uu.el (file-name, start-point, end-point, entry)
2115         (gnus-newsgroup-name, gnus-newsgroup-charset):
2116         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2117         (latin-unity-ucs-list):
2118         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2119         (mm-uu-binhex-decode-function):
2120         * message.el (gnus-message-group-art, gnus-list-identifiers)
2121         (rmail-enable-mime-composing, gnus-local-organization)
2122         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2123         (gnus-read-active-file, facemenu-add-face-function)
2124         (facemenu-remove-face-function, gnus-article-decoded-p)
2125         (tool-bar-mode):
2126         * mail-source.el (display-time-mail-function):
2127         * gnus-util.el (nnmail-pathname-coding-system)
2128         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2129         (gnus-original-article-buffer, gnus-user-agent)
2130         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2131         (xemacs-codename, sxemacs-codename, emacs-program-version):
2132         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2133         * gnus-start.el (gnus-agent-covered-methods)
2134         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2135         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2136         (gnus-newsgroup-headers, gnus-group-list-mode)
2137         (gnus-group-mark-positions, gnus-newsgroup-data)
2138         (gnus-newsgroup-unreads, nnoo-state-alist)
2139         (gnus-current-select-method, mail-sources)
2140         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2141         (nnmail-spool-file, gnus-cache-active-hashtb):
2142         * gnus-mh.el (mh-lib-progs):
2143         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2144         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2145         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2146         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2147         (gnus-group-buffer):
2148         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2149         (font-lock-set-defaults):
2150         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2151         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2152         (gnus-summary-post-menu, total-parts, type, condition, length):
2153         * gnus-agent.el (gnus-agent-read-agentview):
2154         * flow-fill.el (show-trailing-whitespace):
2155         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2156         eval-and-compile wrappers for byte compiler pacifiers.
2158         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2159         (mm-display-inline-fontify): Check for featurep 'xemacs not
2160         extent-list.
2162         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2163         itimer-list.
2164         (mm-create-image-xemacs): Only do something for XEmacs.
2165         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2167         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2169         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2170         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2172 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2174         * nnimap.el (nnimap-split-download-body):
2175         * gnus-demon.el (gnus-demon):
2176         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2178 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2180         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2181         macros.
2182         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2183         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2184         copy data from unibyte buffer to multibyte current buffer.
2185         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2186         to copy data from unibyte current buffer to multibyte buffer.
2187         (nntp-make-process-buffer): Make process buffer unibyte.
2189         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2191 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2193         * pop3.el (pop3-open-server): Accept and process data more robustly at
2194         connexion start to avoid spurious "POP SSL connexion failed" errors.
2196 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2198         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2199         read group names.
2201 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2203         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2205 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2207         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2208         (nnmail-save-active): Use a unibyte buffer when saving active file,
2209         which may contain non-ASCII group names.
2211         * nnml.el (nnml-request-group): Decode group names in messages.
2213 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2215         * message.el (message-citation-line-function)
2216         (message-insert-formatted-citation-line): Fix spelling of
2217         `message-insert-formated-citation-line'.
2219 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2221         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2223 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2225         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2226         nnmail-pathname-coding-system.
2228         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2229         that a user enters; decode group names in messages.
2231         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2233 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2235         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2237         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2239         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2240         risky local variable.
2242         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2244 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2246         * encrypt.el: Improve documentation to fix function name typo.
2247         Reported by Daiki Ueno <ueno@unixuser.org>.
2249 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2251         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2252         even if the point is not in the last page of an article.
2253         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2254         back to the previous page.
2256 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2258         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2260 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2262         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2264 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * message.el (message-check-news-body-syntax): Avoid
2267         mm-string-as-multibyte.
2268         (message-hide-headers): Don't assume (point-min)==1.
2270 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2272         * message.el (message-remove-blank-cited-lines): Fix if remove is
2273         given.
2274         (message-bogus-address-regexp): New variable.
2275         (message-bogus-recipient-p): New function.
2276         (message-check-recipients): New command.
2277         (message-syntax-checks): Add `bogus-recipient'.
2278         (message-fix-before-sending): Add `bogus-recipient'.
2280         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2281         (gnus-treat-body-boundary): Don't test window-system.
2283 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2285         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2287 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2289         * gnus.el: Bump version to Gnus v5.13.
2291 2007-10-28  Miles Bader  <miles@gnu.org>
2293         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2294         at compile-time too.
2296 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2298         * gnus-msg.el (gnus-message-setup-hook): Add
2299         `message-remove-blank-cited-lines' to options.
2301 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2303         * message.el (message-remove-blank-cited-lines): New function.
2304         Suggested by Karl Plästerer.
2306 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2308         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2309         mapc.
2311         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2312         (top-level): Use mapc to set functions to be traced for debugging.
2314         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2315         called for effect with while loop.
2317         * message.el (message-talkative-question): Replace mapcar called for
2318         effect with mapc.
2320         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2321         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2322         called for effect with dolist.
2324         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2326         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2327         gnus-extra-headers and nnmail-extra-headers.
2329         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2330         called for effect with dolist.
2331         (top-level): Use mapc to set functions to be traced for debugging.
2333         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2334         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2335         dolist.
2337         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2338         Replace mapcar called for effect with mapc.
2339         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2340         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2341         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2342         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2344         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2345         remove-if that's a cl function.
2347         * webmail.el (webmail-debug): Replace mapcar called for effect with
2348         dolist.
2350 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2352         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2353         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2354         with while loop.
2356         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2357         functions from article-* functions.
2358         (gnus-multi-decode-header): Replace mapcar called for effect with
2359         dolist.
2361         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2362         (gnus-bookmark-show-details): Replace mapcar called for effect with
2363         while loop.
2365         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2366         called for effect with while loop.
2368         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2369         with dolist.
2371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2372         mapcar called for effect with dolist.
2374         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2376         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2377         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2378         Replace mapcar called for effect with dolist.
2379         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2380         mapc.
2382         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2383         Replace mapcar called for effect with dolist.
2384         (gnus-topic-list): Replace mapcar called for effect with mapc.
2386         * gnus.el: Use mapc instead of mapcar to add autoloads.
2388 2007-10-23  Richard Stallman  <rms@gnu.org>
2390         * gnus-group.el (gnus-group-highlight): Mark as risky.
2392 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2394         * gnus.el (gnus-server-to-method): Return method found first in
2395         gnus-newsrc-alist.
2397         * gnus-art.el (gnus-article-highlight-signature)
2398         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2399         button overlay without the front stickiness.
2401 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2403         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2404         overview buffer needed a catch to receive its throw.
2405         (gnus-agent-flush-cache): Declared as interactive to make this function
2406         easier to use.
2408 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2410         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2411         `next-line'.
2413 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2415         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2416         exclude address matching message-dont-reply-to-names.
2418 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2420         * gnus-util.el (gnus-string<): New function.
2422         * gnus-sum.el (gnus-article-sort-by-author)
2423         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2425 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2427         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2428         the frame-focus tag is set in gnus-buffer-configuration.
2430 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2432         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2433         the front stickiness.
2435 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2437         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2438         url pattern; remove duplicate one.
2439         (gnus-article-extend-url-button): New function.
2440         (gnus-article-add-buttons): Use it.
2441         (gnus-button-push): Use concatenated url that it makes.
2443 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2445         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2446         (sieve-manage-open): Use `mapc' instead of `mapcar'.
2448 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2451         Don't hardcode point-min==1.
2453 2007-09-30  David Kastrup  <dak@gnu.org>
2455         * gnus-art.el (gnus-article-reply-with-original)
2456         (gnus-article-followup-with-original): When `transient-mark-mode' is
2457         off, refrain from active-region behavior for followups.
2459 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2461         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2462         Fix comment about "iso8859-1".
2464 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
2466         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2467         ones returned from the verify-function.
2469         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2470         mml2015-extract-cleartext-signature if extraction failed.
2472 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2474         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2475         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2476         failed.
2478 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2480         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2482 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2484         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2485         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2486         thread for both the null and zero (kill/expire thread) universal prefix
2487         cases.
2488         (gnus-summary-expire-thread): Add new function to expire a thread,
2489         using gnus-summary-kill-thread.
2490         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2491         shortcuts for gnus-summary-expire-thread.
2492         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2493         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2495 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2497         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2498         extras value, so an extras entry can be deleted.
2499         (gnus-registry-delete-extra-entry): Use it.
2500         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2501         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2502         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2503         storage through the gnus-registry, and provide an appropriate API for
2504         it.
2506 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2508         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2509         Suggested by Leo <sdl.web@gmail.com>.
2511         * gnus.el: Do.
2513 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2515         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2516         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2518         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2520         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2521         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2523 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2525         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2526         newline.
2527         (nnmbox-request-accept-article): Don't change article in source buffer;
2528         narrow to header to use message-fetch-field rather than
2529         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2530         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2531         as delimiters; make sure article ends with newline.
2532         (nnmbox-delete-mail): Correct last position of article to be deleted;
2533         ignore X-Gnus-Newsgroup header in article body.
2534         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2535         positions; make sure article ends with newline.
2537         * message.el (message-display-abbrev): Don't infloop when a user
2538         inserts SPC in the beginning of header.
2540 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2542         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2543         list of groups not followed by default.  Fix type to be regexp.
2544         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2546 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2548         * hmac-def.el (define-hmac-function): Switch from old-style to
2549         new-style backquotes.
2551         * md4.el (md4-make-step): Likewise.
2553 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2556         raw-text coding system when saving .newsrc file, which may contain
2557         non-ASCII group names.
2559 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2561         * gnus-cus.el (gnus-score-extra): New widget.
2562         (gnus-score-extra-convert): New function.
2563         (gnus-score-customize): Use it for Extra.
2565 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2567         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2568         (mml2015-mailcrypt-clear-verify): Use it.
2569         (mml2015-gpg-clear-verify): Use it.
2570         (mml2015-pgg-clear-verify): Use it.
2571         (mml2015-epg-clear-verify): Replace the current part with the output
2572         from GnuPG; don't extract the plaintext by itself.
2574         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2575         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2576         mml2015-clear-verify-function; don't touch the armor headers or
2577         dash-escaped text here.
2579 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2581         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2582         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2583         parts, or application/octet-stream as a last resort.
2584         (gnus-mime-view-part-as-type): Don't toggle display.
2585         (gnus-mime-view-part-as-charset): Don't turn off display before
2586         querying charset.
2588         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2589         stuff to undisplayer function in Emacs.
2590         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2592         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2593         text/calendar parts.
2595 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2597         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2598         decoding text/calendar parts.
2600         * message.el (message-forward-make-body-mime): Always mark body as
2601         having no illegible text; remove signed-or-encrypted argument.
2602         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2604         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2605         (mml-generate-mime-1): Don't encode body if it is specified to be in
2606         raw form; don't make buffer be unibyte when inserting multibyte string.
2608 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * sha1.el: Fix up comment style.
2611         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2612         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2614         * hex-util.el: Fix up comment style.
2615         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2617         * gnus-salt.el: Use with-current-buffer.
2618         (gnus-pick-setup-message): Fix long-standing typo.
2620 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2622         * imap.el (imap-logout-timeout): New variable.
2623         (imap-logout, imap-logout-wait): New functions.
2624         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2626         * nnimap.el (nnimap-logout-timeout): New server variable.
2627         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2628         nnimap-logout-timeout.
2630         * gnus-art.el (gnus-article-summary-command-nosave)
2631         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2633 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2635         * gnus.el (gnus-maximum-newsgroup): New variable.
2637         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2638         according to gnus-maximum-newsgroup.
2640         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2641         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2642         Limit the range of articles according to gnus-maximum-newsgroup.
2644 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2646         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2647         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2648         Don't perform gnus-configure-windows here; reuse existing sticky
2649         article buffer.
2651         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2652         it doesn't exist in gnus-article-mode.
2654 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2656         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2657         (gnus-agent-decoded-group-name): New function.
2658         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2659         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2661 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2663         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2664         Add binding for gnus-sticky-article.
2665         (gnus-summary-exit): Don't kill sticky article buffers.
2667         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2668         article buffer.
2669         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2670         (gnus-kill-sticky-article-buffers): New commands.
2672 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2674         * nntp.el (nntp-xref-number-is-evil): New server variable.
2675         (nntp-find-group-and-number): If it is non-nil, don't trust article
2676         numbers in the Xref header.
2678 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2680         * gnus-agent.el (gnus-agent-read-group): New function.
2681         (gnus-agent-flush-group, gnus-agent-expire-group)
2682         (gnus-agent-regenerate-group): Use it.
2683         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2684         nnmail-pathname-coding-system.
2686 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2688         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2690         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2691         that are unread as unread, and also as selected so that information of
2692         marks having been changed by a user may be updated when exiting group.
2694 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2696         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2698 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2700         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2701         calculated ignoring signature parts to gnus-treat-article.
2703 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2705         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2706         a point here in order to keep the window start.
2707         (gnus-insert-mime-security-button): Make a button overlay without the
2708         front stickiness.
2709         (gnus-mime-display-security): Goto the end of a button.
2711         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2713 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2715         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2716         group-name-at-point.
2717         (gnus-group-completing-read): New function that offers decoded
2718         non-ASCII group names for completion.
2719         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2720         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2721         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2722         (gnus-group-fetch-control): Use it.
2723         (gnus-fetch-group): Use group-name-at-point for the initial value
2724         rather than the default value; use gnus-alive-p.
2726         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2727         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2728         (gnus-summary-post-news): Use gnus-group-completing-read.
2730         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2731         (gnus-read-move-group-name): Decode group name for completion.
2733 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
2735         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2736         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2737         Yamaoka slightly modified the code).
2739 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2741         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2742         (nnmail-split-incoming): Bind it.
2744         * nnml.el (nnml-group-name-charset): New function.
2745         (nnml-decoded-group-name): Use it; don't decode group name if
2746         nnmail-group-names-not-encoded-p is non-nil.
2747         (nnml-encoded-group-name): New function.
2748         (nnml-group-pathname): Inline nnml-decoded-group-name.
2749         (nnml-request-expire-articles): Decode group name in message.
2750         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2751         nnmail-pathname-coding-system.
2752         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2753         not decoded ones according to nnmail-group-names-not-encoded-p.
2754         (nnml-generate-active-info): Use nnml-encoded-group-name.
2756 2007-08-08  Glenn Morris  <rgm@gnu.org>
2758         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2759         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2760         doc-strings and comments.
2762 2007-07-25  Glenn Morris  <rgm@gnu.org>
2764         * Relicense all FSF files to GPLv3 or later.
2766 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2768         * gnus-sum.el (gnus-summary-move-article): Make
2769         gnus-summary-respool-article work.
2771 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2773         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2774         string.
2776 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2778         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2779         that should be ignored when comparing distant RSS articles with local
2780         ones.
2781         (nnrss-make-hash-index): New function.  Create a hash index according
2782         to the ignored fields.
2783         (nnrss-check-group): Use it.
2785 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2787         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2789         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2791         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2792         the new optional argument ENCODED is non-nil.
2793         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2794         coding system for encoding group name.
2795         (gnus-group-make-rss-group): Pass un-encoded group name to
2796         gnus-group-make-group.
2797         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2798         encoded.
2800         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2801         Encode group name to which articles are moved or copied.
2802         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2803         coding system for encoding Newsgroup, Followup-To and Xref headers.
2805         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2806         marks; use nnheader-file-coding-system to write a file.
2807         (nnagent-retrieve-headers): Bind file-name-coding-system to
2808         nnmail-pathname-coding-system.
2810         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2812         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2813         (nnml-request-article, nnml-request-create-group)
2814         (nnml-request-rename-group, nnml-find-id)
2815         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2816         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2817         (nnml-save-marks): Use nnml-group-pathname instead of
2818         nnmail-group-pathname.
2820         (nnml-request-create-group, nnml-request-expire-articles)
2821         (nnml-request-move-article, nnml-request-delete-group)
2822         (nnml-deletable-article-p, nnml-possibly-create-directory)
2823         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2824         (nnml-open-marks): Bind file-name-coding-system to
2825         nnmail-pathname-coding-system.
2827         (nnml-request-article): Pass server argument to nnml-find-group-number.
2828         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2829         server argument to nnml-possibly-create-directory.
2830         (nnml-request-accept-article): Pass server argument to
2831         nnml-active-number and nnml-save-mail.
2832         (nnml-find-group-number): Pass server argument to nnml-find-id.
2833         (nnml-request-update-info): Pass server argument to
2834         nnml-marks-changed-p.
2836         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2837         (nnml-save-mail, nnml-active-number): Add server argument.
2839         (nnml-request-delete-group): Warn if group is missing.
2840         (nnml-get-nov-buffer): Decode group name.
2841         (nnml-generate-active-info): Encode group name.
2842         (nnml-open-marks): Decode group name in messages.
2844 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2846         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2847         if it is not specified.
2848         (gnus-article-pipe-part, gnus-article-save-part)
2849         (gnus-article-interactively-view-part, gnus-article-copy-part)
2850         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2851         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2852         (gnus-article-replace-part, gnus-article-delete-part)
2853         (gnus-article-view-part-as-type): Pass raw prefix argument to
2854         gnus-article-part-wrapper.
2856 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2858         * gnus-agent.el (gnus-agent-save-active): Bind
2859         nnheader-file-coding-system to gnus-agent-file-coding-system.
2861         * gnus-cache.el (gnus-cache-save-buffers)
2862         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2863         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2864         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2865         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2866         (gnus-cache-generate-active, gnus-cache-rename-group)
2867         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2868         (gnus-cache-update-overview-total-fetched-for): Bind
2869         file-name-coding-system to nnmail-pathname-coding-system.
2870         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2871         variables.
2872         (gnus-cache-decoded-group-name): New function.
2873         (gnus-cache-file-name): Use it.
2874         (gnus-cache-generate-active): Use non-decoded group name for active.
2876         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2877         right place.
2878         (gnus-write-active-file): Don't break non-ASCII group names.
2880         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2881         nnmail-pathname-coding-system.
2883         * gnus-uu.el (gnus-uu-decode-save): Typo.
2885 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2887         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2889 2007-07-14  David Kastrup  <dak@gnu.org>
2891         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2892         finishing actions if we did not edit the article.
2894 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2896         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2897         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2898         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2899         (gnus-agent-flush-group, gnus-agent-flush-cache)
2900         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2901         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2902         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2903         (gnus-agent-regenerate-group)
2904         (gnus-agent-update-files-total-fetched-for)
2905         (gnus-agent-update-view-total-fetched-for): Bind
2906         file-name-coding-system to nnmail-pathname-coding-system.
2907         (gnus-agent-group-pathname): Don't encode file names by
2908         nnmail-pathname-coding-system.
2909         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2910         coding-system-for-write instead of buffer-file-coding-system to
2911         gnus-agent-file-coding-system.
2913         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2914         Decode group name.
2916         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2918         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2919         (gnus-read-newsrc-el-file): Make group names unibyte.
2921         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2922         nnmail-pathname-coding-system.
2924         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2925         (nnrss-request-delete-group): Bind file-name-coding-system to
2926         nnmail-pathname-coding-system.
2927         (nnrss-read-server-data, nnrss-read-group-data): Bind
2928         file-name-coding-system correctly.
2929         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2931         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2932         (nntp-server-to-method-cache): New variable.
2933         (nntp-group-pathname): New function that decodes non-ASCII group names.
2934         (nntp-possibly-create-directory, nntp-marks-changed-p)
2935         (nntp-save-marks, nntp-open-marks): Use it.
2936         (nntp-possibly-create-directory, nntp-open-marks):
2937         Bind file-name-coding-system to nnmail-pathname-coding-system.
2938         (nntp-open-marks): Decode group names when bootstrapping marks.
2940         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2941         Newsgroups and Folowup-To headers.
2943 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2945         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2946         (gnus-server-closed-face, gnus-server-denied-face)
2947         (gnus-server-offline-face): Remove variable.
2948         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2950         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2951         of modifying message-stack directly for XEmacs.
2953         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2954         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2955         if the coding-system argument is nil for XEmacs.
2957         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2958         mm-charset-override-alist.
2960         * rfc2047.el: Don't require base64; require rfc2045 for the function
2961         rfc2045-encode-string.
2962         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2963         to quote the parameter value.
2965 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2968         form in gnus-group-name-charset-method-alist.
2970         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2971         overrides the default layout edit-form.
2973         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2975         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2977 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2979         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2980         as unfetched articles.
2982 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2984         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2986 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2988         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2989         original back end that keeps marks in the local system.
2991 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2993         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2994         arg of pop-to-buffer for XEmacs.
2995         (gnus-article-read-summary-keys): Ditto; don't restore window
2996         configuration if summary command ends up with neither article buffer
2997         nor summary buffer; describe bindings if summary keys end with C-h.
2999 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * message.el (message-fix-before-sending): Skip raw message part to be
3002         forwarded while checking illegible text.
3003         (message-forward-make-body-mime, message-forward-make-body): Mark
3004         signed or encrypted raw message as having no illegible text.
3006 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3008         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3009         (gnus-message-with-timestamp-1): New macro.
3010         (gnus-message-with-timestamp): New function.
3011         (gnus-message): Use them.
3013         * nnheader.el (nnheader-message): Use them.
3015 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3017         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3018         .newsrc.eld file.
3020 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3022         * gnus-agent.el (gnus-agent-fetch-headers)
3023         (gnus-agent-retrieve-headers): Bind
3024         gnus-decode-encoded-address-function to identity.
3026         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3027         available also when the server returns simply a dot.
3029         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3031 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3033         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3035 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3037         * gnus-ems.el (gnus-x-splash): Make it work.
3039         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3040         from being used.
3042 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3045         the front stickiness.
3046         (gnus-article-summary-command-nosave): Correct the order of the
3047         arguments passed to pop-to-buffer.
3048         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3049         summary command ends up with the article buffer.
3051         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3052         the same faces.
3054 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3056         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3058 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3060         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3061         * gnus-sum.el (gnus-summary-highlight):
3062         * mail-source.el (mail-source-delete-old-incoming-confirm):
3063         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3065 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3067         * gnus-art.el (gnus-mime-view-part-externally)
3068         (gnus-mime-view-part-internally): Fix predicate function passed to
3069         completing-read.
3071         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3073         * gnus.el (gnus-update-message-archive-method): Add :version.
3075 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3077         * gnus.el (gnus-update-message-archive-method): New variable.
3079         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3080         according to gnus-message-archive-method if
3081         gnus-update-message-archive-method is non-nil.
3083 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3085         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3086         by Loic Dachary <loic@dachary.org>.
3087         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3089 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3091         * message.el (message-pop-to-buffer): Add switch-function argument.
3092         (message-mail): Pass switch-function argument to it.
3094 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3096         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3097         Improve doc string.
3099 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3101         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3102         (gnus-header-content)
3103         * gnus-cite.el (gnus-cite-10)
3104         * gnus-srvr.el (gnus-server-closed)
3105         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3106         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3107         (gnus-group-mail-3-empty, gnus-group-mail-low)
3108         (gnus-group-mail-low-empty, gnus-splash)
3109         * message.el (message-header-to, message-header-cc)
3110         (message-header-subject, message-header-other, message-header-name)
3111         (message-header-xheader, message-separator, message-cited-text)
3112         (message-mml): Lighten colors of faces used for dark background.
3114 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3116         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3117         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3119 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3121         * message.el (message-narrow-to-headers-or-head):
3122         Ignore mail-header-separator in the body.
3124 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3126         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3127         same as window size.
3129 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3131         * message.el (message-font-lock-keywords): Use message-header-xheader
3132         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3133         ahead of the anything pattern, to get it recognised.
3135 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3137         * gnus-sum.el (gnus-articles-to-read)
3138         (gnus-summary-insert-old-articles): Don't truncate group name for
3139         `read-string'.
3141         * gnus-util.el (gnus-limit-string): Delete this function.
3143         * gnus-sum.el (gnus-simplify-subject-fully): Use
3144         `truncate-string-to-width' instead.
3146 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3148         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3149         if, on summary exit, the next group has to be selected.
3150         (gnus-summary-exit): Use it.
3152 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3154         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3155         non-break space.
3157 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3159         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3160         Check if group is not a directory.
3161         (nnfolder-request-expire-articles): Don't delete articles if the target
3162         group is not available.
3164         * nnml.el (nnml-request-create-group): Properly check if group is not a
3165         file.
3166         (nnml-request-expire-articles): Don't delete articles if the target
3167         group is not available.
3169         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3170         Don't quote characters that are within parentheses.
3172 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3174         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3175         (gnus-handle-ephemeral-exit): Select article according to it.
3177 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3179         * message.el (message-insert-formated-citation-line): Remove newline.
3180         (message-citation-line-format): Add final \n here so that the user can
3181         avoid a blank line.
3183 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3185         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3186         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3187         Update lanl/arXiv support.
3189 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3191         * gnus.el: Bump version number.
3193 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195         * gnus.el (gnus-version-number): Bump version.
3197 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3199         * gnus.el: No Gnus v0.6 is released.
3201 2007-04-27  Didier Verna  <didier@xemacs.org>
3203         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3204         * gmm-utils.el (gmm-regexp-concat): here.
3205         * message.el: Don't require 'gnus-util.
3206         (message-dont-reply-to-names): Handle name change above.
3207         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3209 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3211         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3212         since the initial value varies according to the system.
3214 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3216         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3218 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3220         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3222 2007-04-24  Didier Verna  <didier@xemacs.org>
3224         Improve the type of gnus-ignored-from-addresses.
3225         * gnus-util.el (gnus-orify-regexp): New function.
3226         * message.el (gnus-util): Require it.
3227         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3228         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3231 2007-04-24  Didier Verna  <didier@xemacs.org>
3233         * gnus-sum.el:
3234         * gnus-utils.el: Fix some trailing whitespaces.
3236 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3238         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3239         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3240         article's Message-ID; refer parent article in summary buffer.
3242         * message.el (message-bounce): Call mime-to-mml.
3244 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3246         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3248 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3250         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3251         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3252         displayed of multipart/alternative part if it is invoked from summary
3253         buffer.
3255         * mm-view.el (mm-inline-text-html-render-with-w3m)
3256         (mm-inline-text-html-render-with-w3m-standalone)
3257         (mm-inline-render-with-function): Use mail-parse-charset by default.
3259 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3261         * parse-time.el (parse-time-string-chars): Check if CHAR
3262         is less than the length of parse-time-syntax.
3264 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3266         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3267         from gnus-newsgroup-processable.
3269 2007-04-16  Didier Verna  <didier@xemacs.org>
3271         * gnus-msg.el (gnus-configure-posting-styles): Handle
3272         message-signature-directory properly with :file syntax.  Reported by
3273         "Leo".
3275 2007-04-11  Didier Verna  <didier@xemacs.org>
3277         New user option: message-signature-directory.
3278         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3279         * message.el (message-insert-signature): Ditto.
3280         * message.el (message-signature-file): Doc update.
3281         * message.el (message-signature-directory): New.
3283 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3285         * gnus-msg.el (gnus-inews-yank-articles): Use
3286         message-exchange-point-and-mark instead of exchange-point-and-mark.
3288 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3290         * message.el (message-yank-original): Make sure cited text ends with
3291         newline; don't exchange point and mark.
3293 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3295         * tls.el (open-tls-stream): Properly handle case where there
3296         is no associated buffer.
3298 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3300         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3301         message-yank-original, make sure (< mark TEXT point).
3303 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3305         * message.el (message-fill-column): New variable.
3306         (message-mode): Use it.  Add comment on a possible new hook.
3308         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3309         (nnmail-get-new-mail): Reformat.
3311         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3313         * gmm-utils.el: Fix Commentary.
3314         (gmm-tool-bar-from-list): Fix typo in doc string.
3316 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3318         * message.el (message-yank-original): Don't switch point and mark
3319         unnecessarily to put point and mark as documented.
3321 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3324         from the message heads.
3326 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3328         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3329         article buffer does not have a window.  This may not be the best
3330         solution but is certainly better than setting the start of the null,
3331         that is the current, window.
3333 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3335         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3336         (gnus-draft-setup): Run it.
3338         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3339         gnus-score-fast-scoring.  Allow regexp.
3340         (gnus-score-headers): Use it.
3342         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3343         XEmacs.
3345         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3346         string.
3347         (gnus-button-alist): Also catch `<f1> k ...'.
3348         (gnus-treat-display-x-face): Fix doc string.
3350 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3352         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3353         evaluation of gnus-extended-version to ensure correct generation of the
3354         User-Agent header when message-generate-headers-first is used.
3356 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3358         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3359         hashcash-path is nil.  Don't call callback with incorrect number of
3360         parameters if val is 0.
3362 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3364         * message.el (message-required-news-headers):
3365         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3367 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3369         * message.el (message-generate-new-buffers): Change the meaning of the
3370         nil value; add `standard' to the choices; treat t as `unique'; improve
3371         doc string.
3372         (gnus-select-frame-set-input-focus): Autoload.
3373         (message-buffer-name): Search for the existing message buffer if
3374         message-generate-new-buffers is nil or `standard'; treat the value t of
3375         message-generate-new-buffers as `unique'.
3376         (message-pop-to-buffer): Raise the frame already displaying the message
3377         buffer; clear the echo area after querying.
3378         (message-setup): Pass the `continue' argument to compose-mail.
3379         (message-mail): Prefer `switch-function' if it is given; search for the
3380         existing message buffer if the `continue' argument is non-nil; pass
3381         continue and switch-function arguments to compose-mail by way of
3382         message-setup.
3383         (message-mail-other-window): Adjust argument of message-setup.
3384         (message-mail-other-frame): Ditto.
3386 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3388         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3389         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3390         to turn font-lock on when turning gnus-message-citation-mode on.
3392 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3394         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3395         (mml-smime-function-alist): New variable; add epg as the backend.
3396         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3397         mml-smime- functions instead.
3398         * mm-view.el: Require smime.
3400 2007-03-05  Didier Verna  <didier@xemacs.org>
3402         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3403         instead of just inheritance for posting styles.
3404         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3406 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3408         * tls.el (tls-certtool-program): Fix custom type.
3410 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3412         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3413         and point-at-eol instead of line-(beginning|end)-position.
3415         * assistant.el (assistant-parse-buffer): Ditto.
3417 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3419         * mml2015.el (mml2015-epg-find-usable-key): New function.
3420         (mml2015-epg-sign): Use it.
3421         (mml2015-epg-encrypt): Use it.
3423 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3425         * message.el (message-make-in-reply-to): Quote name containing
3426         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3427         if there are special characters.  Reported by NAKAJI Hiroyuki
3428         <nakaji@jp.freebsd.org>.
3430 2007-02-27  Didier Verna  <didier@xemacs.org>
3432         Include the group parameters as well as the topic ones in the
3433         inheritance filter process.
3434         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3435         argument GROUP-PARAMS-LIST.
3436         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3438 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3440         * nntp.el (nntp-never-echoes-commands)
3441         (nntp-open-connection-functions-never-echo-commands): New variables.
3442         (nntp-send-command): Use them.
3444 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3446         * mml2015.el (mml2015-epg-verify): Simplified.
3448 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3450         * mml.el (mml-content-disposition-alist): New user option.
3451         (mml-content-disposition): New function.
3452         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3453         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3455 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3457         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3458         verification.
3460 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3462         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3463         articles posted in the last 24 hours.
3465 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3467         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3469 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3471         * nntp.el (nntp-send-command): Don't wait for echoes when
3472         nntp-open-ssl-stream is used.
3474 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3476         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3477         (gnus-message-add-citation-keywords)
3478         (gnus-message-remove-citation-keywords): Remove.
3479         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3480         directly, make the variables in font-lock-defaults buffer-local, add
3481         gnus-message-citation-keywords to them and then update the value of
3482         font-lock-keywords.
3484 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3486         * message.el (message-cite-original-1): Don't call
3487         gnus-article-highlight-citation.
3489         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3490         citations; fix line count.
3492 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3494         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3495         (gnus-message-add-citation-keywords)
3496         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3497         versions of font-lock-add-keywords and font-lock-remove-keywords to
3498         work with XEmacs correctly.
3500 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3502         * gnus-cite.el (gnus-cite-face-list): Set the values of
3503         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3504         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3505         (gnus-message-cite-prefix-regexp): New variable.
3506         (gnus-message-search-citation-line): Use it; protect against long
3507         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3508         the 0th match data for Emacs.
3509         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3510         (gnus-message-add-citation-keywords): Append keywords rather than
3511         prepending; emulate font-lock-add-keywords if it is not available.
3512         (gnus-message-remove-citation-keywords): Emulate
3513         font-lock-remove-keywords if it is not available.
3515         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3517         * message.el (message-cite-prefix-regexp): Set the value of
3518         gnus-message-cite-prefix-regexp.
3520 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3522         * nnweb.el (nnweb-google-parse-1): Update parser.
3524 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3526         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3528 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3530         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3531         regexp.
3533 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3535         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3536         string-to-multibyte.
3537         (uudecode-decode-region-internal): Use it.
3539 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3541         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3542         custom choice.
3544         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3546 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3548         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3550         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3551         `write-region' to respect `mm-inhibit-file-name-handlers'.
3553 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3555         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3556         Use gnus-home-directory instead of "~/" or "$HOME".
3558 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3560         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3561         to mention filename.
3562         Add comments at beginning regarding usage.
3563         (encrypt-write-file-contents): Change interactive so a string is
3564         acceptable.  If the file has no associated model, show an error instead
3565         of a nonsense prompt.
3567 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3569         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3570         Thanks to Yoshihiko Yamada for kind notification of this typo.
3572 2007-01-12  Kenichi Handa  <handa@m17n.org>
3574         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3575         multibyte buffer.
3577 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3579         * gnus-score.el (gnus-score-fast-scoring): New variable.
3580         (gnus-score-headers): Use it.
3582         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3584         * message.el (message-cite-original-1): Call
3585         gnus-article-highlight-citation if requested.
3586         (message-make-from): Allow name and address as optional arguments.
3588         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3590         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3591         bugs to doc string.
3592         (gnus-button-alist): Add mid\\|message-id.
3593         (gnus-button-fetch-group): Extend for use in
3594         `browse-url-browser-function'.
3595         (gnus-button-url-regexp): Try to catch paired parentheses like in
3596         Wikipedia URLs.
3598         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3599         Suggested by Simon Krahnke <overlord@gmx.li>.
3601 2007-01-13  Romain Francoise  <romain@orebokech.com>
3603         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3604         Update copyright.
3606 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3608         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3610 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3612         * gnus-registry.el (gnus-registry-unfollowed-groups)
3613         (gnus-registry-split-fancy-with-parent): Fix documentation.
3615 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3618         from nnweb groups.
3620 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3623         Xref urls.  Erase buffer before requesting head.
3625         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3627 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3629         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3630         customizable.
3632 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3634         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3635         no signing key is found.
3636         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3637         no encrypting and/or signing key is found.
3639 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3641         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3643 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3645         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3646         headers read from disk with the ones newly found in the current search.
3647         This should no longer cause problems, because the article numbers in
3648         Gmane's `nov.php' output are ignored since the previous change.
3650 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3652         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3654 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3656         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3658 2007-01-01  Romain Francoise  <romain@orebokech.com>
3660         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3662 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3664         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3665         `define-minor-mode' macro definition expanded properly.
3666         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3667         exclude it there.
3669         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3670         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3671         `fboundp' test.
3672         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3673         This is OK to autoload in (S)XEmacs now.
3675 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3678         keystroke.
3679         (gnus-summary-limit-to-singletons): Fix typo.
3681         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3682         else fails.
3684 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3686         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3687         docstring.
3689         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3690         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3691         (gnus-summary-insert-dormant-articles): Fix typo in message.
3693 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3695         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3696         nil for XEmacs.
3697         (gnus-message-citation-mode): Don't autoload in XEmacs.
3699         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3701 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3703         * nnimap.el (nnimap-expunge-search-string): Mention
3704         nnimap-search-uids-not-since-is-evil in docstring.
3706 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3708         * spam.el: Revert to make-obsolete-variable because
3709         define-obsolete-variable-alias is not supported in Emacs 21.
3711         * spam.el (spam-ifile-path, spam-ifile-database-path)
3712         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3713         make-obsolete-variable.
3714         (spam-bsfilter-path, spam-bsfilter-program)
3715         (spam-spamassassin-path, spam-spamassassin-program)
3716         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3717         use "path" inappropriately.
3718         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3719         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3720         variable names.
3722 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3724         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3725         summary buffer.
3727         * password.el (password-cache-remove): Use clear-string to burn
3728         password, if available.
3730 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3732         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3734         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3736         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3737         (gnus-message-highlight-citation): Move defcustom here from
3738         gnus-cite.el.
3739         (gnus-message-citation-mode): Autoload.
3741         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3742         checks to make it compile with XEmacs.
3743         (gnus-message-citation-mode): New minor mode.
3744         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3745         (gnus-message-highlight-citation): New variables.
3746         (gnus-message-search-citation-line)
3747         (gnus-message-add-citation-keywords)
3748         (gnus-message-remove-citation-keywords)
3749         (turn-on-gnus-message-citation-mode)
3750         (turn-off-gnus-message-citation-mode): New functions.
3752 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3754         * gnus-cite.el: Enable highlighting of different citation levels in
3755         message-mode.
3757 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3759         * message.el (message-make-fqdn): Fix comment.
3760         (message-bogus-system-names): Add ".local".
3762         * spam.el (spam-ifile-path, spam-ifile-program)
3763         (spam-ifile-database-path, spam-ifile-database)
3764         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3765         Don't use "path" inappropriately.
3766         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3767         strings.
3768         (spam-check-ifile, spam-ifile-register-with-ifile)
3769         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3770         new variable names.
3772         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3773         (gnus-treat-display-smileys): Simplify using
3774         gnus-image-type-available-p.
3776         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3777         available.
3779 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3781         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3782         one after turning on the buffer's multibyteness instead of decoding
3783         them directly in the unibyte buffer that causes unexpected conversion
3784         in Emacs 23 (unicode).
3786 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3788         * message.el (message-generate-hashcash): Fix custom type.
3790 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3792         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3794 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3796         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3797         disconnect icons.  Add help text.
3799 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3801         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3802         negated to be consistent with the others we handle.
3804 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3807         version of gnus-summary-buffer to something, so that we can use two
3808         article buffers at the same time.
3810 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3812         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3813         trigger all the extra headers.
3814         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3815         sorting.
3817 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3819         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3820         solid groups.
3822 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3824         * legacy-gnus-agent.el: Add Copyright notice.
3826 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3828         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3830 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3834         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3835         to make it work reliably in CVS Emacs.
3836         (gnus-summary-limit-strange-charsets-predicate)
3837         (gnus-summary-limit-to-predicate): New functions.
3839 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3841         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3842         specifying array size.
3843         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3844         array if it is too small.
3845         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3846         (gnus-sort-threads-loop): New function.
3848 2006-12-06  Chris Moore  <dooglus@gmail.com>
3850         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3851         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3853 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3855         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3856         options.
3858 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3861         DOS-ing the recipient.
3863         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3864         the headers when creating the mapping to avoid mismappings.
3865         (nnweb-gmane-create-mapping): Always nix out old mapping.
3867 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3869         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3870         and mm-verify-option to never.
3872 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3874         * message.el (message-signed-or-encrypted-p): New function.
3875         (message-forward-make-body): Use it.
3877         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3878         Replace encode-coding-string with mm-encode-coding-string.
3880 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3882         * nneething.el (nneething-decode-file-name): Replace
3883         decode-coding-string with mm-decode-coding-string.
3885         * gnus-int.el (gnus-open-server): Say failed server's name.
3887 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3889         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3890         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3892         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3893         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3894         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3895         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3896         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3897         (gnus-subscribe-newsgroup, gnus-1):
3898         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3899         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3900         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3901         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3903 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3906         keystroke.
3907         (gnus-summary-limit-to-bodies): Implement headersp.
3909 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3913 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3915         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3917 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919         * message.el (message-generate-hashcash): Expand range of values to
3920         include `opportunistic'.
3921         (message-send-mail): Use it.
3923 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3925         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3926         and comment it.
3928         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3930 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3932         * gnus-util.el (gnus-extract-address-components): Improve comment.
3934 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * gnus-util.el (gnus-extract-address-components): Work with address in
3937         which the name portion contains @.
3939 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3941         * gnus.el (gnus-start): Move custom group up.
3942         (gnus-select-method): Don't autoload, but make it available for
3943         `customize-variable'.
3944         (gnus-getenv-nntpserver): Don't autoload.
3946 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3948         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3950 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3952         * message.el (message-sendmail-extra-arguments): New variable.
3953         (message-send-mail-with-sendmail): Use it.
3955 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3957         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3958         mm-with-unibyte-current-buffer to make string unibyte.
3960         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3961         mm-string-as-multibyte.
3963 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3965         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3966         Reported by Werner Koch <wk@gnupg.org>.
3968 2006-11-14  Daiki Ueno  <ueno@p360>
3970         * mml2015.el: Autoload epa-select-keys when compiling.
3972 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3974         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3975         message-options.
3976         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3978 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3980         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3981         EasyPG (< 0.0.6).
3982         (mml2015-always-trust): New user option.
3983         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3984         prompt.
3986 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3988         * nntp.el (nntp-authinfo-force): New variable.
3989         (nntp-send-authinfo): Use it.
3991 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3993         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3994         decode encoded words.  Improve prompt.  Add comment about forwarding.
3995         (message-replacement-char): Move up.
3997 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3999         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4000         instead of gnus-intersection because arguments of gnus-sorted-nunion
4001         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4003 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4005         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4006         (message-simplify-subject-functions): Enable
4007         message-strip-subject-encoded-words by default.
4009 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4011         * message.el (message-strip-subject-encoded-words): New function
4012         (message-simplify-subject-functions): New variable.
4013         (message-simplify-subject): Use it.  Fix typo in doc string.
4014         Support message-strip-subject-encoded-words.
4016 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4018         * gnus-diary.el (gnus-diary-delay-format-function):
4019         * nndiary.el (nndiary-reminders):
4020         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4022 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4024         * gnus-art.el (article-hide-boring-headers): Fetch date from
4025         gnus-original-article-buffer to avoid problems with localized date
4026         strings.
4028 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4030         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4032 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4034         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4035         New variables.
4036         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4037         (mm-charset-synonym-alist): Move some entries to
4038         mm-codepage-iso-8859-list.
4039         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4040         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4042 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4044         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4046 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4048         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4049         with Emacs 21 and XEmacs.
4051 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4053         * spam.el (spam-parse-address): New function for better parsing,
4054         catching errors, etc.
4055         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4057 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4059         * mm-view.el: Add interactive arg to html2text autoload.
4061 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4063         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4065 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4067         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4068         variables.
4069         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4070         (mm-charset-synonym-alist): Move some entries to
4071         mm-codepage-iso-8859-list.
4073         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4075 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4077         * message.el (message-citation-line-format)
4078         (message-insert-formated-citation-line): Fix implementation of %E, %N
4079         and %n according to the doc string.
4081 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4083         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4084         car-safe to avoid bad parses.
4086 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4088         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4089         names.
4091         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4093 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4095         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4096         header.
4098         * message.el (message-draft-headers): Add Date.
4099         (message-headers-to-generate): Fix typo in docstring.
4101         * nndraft.el (nndraft-required-headers): New variable.
4102         (nndraft-generate-headers): Use it.
4104         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4106 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4108         * gnus-registry.el (gnus-registry-wash-for-keywords)
4109         (gnus-registry-find-keywords): New functions to allow easy searching of
4110         articles that are in the registry.
4112 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4114         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4115         ietf-drums-parse-address instead of gnus-extract-address-components.
4116         Reported by Damien Elmes <damien@repose.cx>.
4118 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4120         * gnus.el (gnus-mime): Remove unused custom group.
4122 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4124         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4125         "blank line" when searching for end of armor headers.
4127 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4129         * gmm-utils.el (gmm-write-region): Fix variable name.
4131 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4133         * gmm-utils.el (gmm-write-region): New function based on compatibility
4134         code from `mm-make-temp-file'.
4136         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4138         * nnmaildir.el (nnmaildir--update-nov)
4139         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4140         Use `gmm-write-region'.
4142 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4144         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4145         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4147         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4149         * message.el (message-replacement-char): New variable.
4150         (message-fix-before-sending): Use it.
4151         (message-simplify-subject): New function to remove duplicate code.
4152         (message-reply, message-followup): Use it.
4154         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4155         gnus-summary-limit-to-articles.
4157 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4159         * gnus-util.el (gnus-with-local-quit): New macro.
4161         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4163 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4165         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4166         ignore non-string data.
4168 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4170         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4171         non-string data (needs to be done in the registry too).
4173 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4175         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4176         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4177         (gnus-registry-split-fancy-with-parent)
4178         (gnus-registry-fetch-simplified-message-subject-fast)
4179         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4180         Remove text properties on ingress into the registry and when it's saved.
4181         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4182         registry from entries with no groups.
4184 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4186         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4187         function to remove string properties.
4189 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4191         * gmm-utils.el (gmm): Adjust custom version.
4193         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4194         custom version.
4196         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4198 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4200         * gnus-art.el (gnus-insert-prev-page-button)
4201         (gnus-insert-next-page-button): Simplify.  Reformat.
4203 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4205         * gnus-art.el (gnus-insert-prev-page-button)
4206         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4208 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4210         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4212 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4214         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4215         gnus-article-button-face to MIME and security buttons.
4217 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4219         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4220         readable.
4222 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4224         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4225         `browse-url-of-file' instead of `browse-url'.
4227 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4229         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4230         regexp.  Articles containing quotation were cut prematurely.
4232 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4234         * message.el (message-cite-original-1): Use nobody by default for the
4235         value of From header.
4236         (message-reply): Ditto.
4238 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4240         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4241         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4242         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4244 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4246         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4247         mails in the doc string.  Add some URLs in comment.
4248         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4250 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4252         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4253         backslashes handling and the way to find boundaries of quoted strings.
4255 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4257         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4258         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4259         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4260         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4262 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4264         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4265         doc string.
4266         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4268 2006-09-06  Simon Josefsson  <jas@extundo.com>
4270         * mml2015.el (mml2015-use): Doc fix, mention epg.
4272 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4274         * mml2015.el (mml2015-use): Default to epg, if available.
4276 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4278         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4279         message-sender.
4280         (mml1991-epg-encrypt): Ditto.
4281         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4282         message-sender.
4283         (mml2015-epg-encrypt): Ditto.
4285 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4287         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4288         several common directories.
4290 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4292         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4293         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4295 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4297         * gnus-art.el (article-decode-encoded-words): Make it fast.
4299 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4301         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4303         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4304         in quoted string into `\'.
4306 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4308         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4309         Use standard-syntax-table.
4311 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4313         * gnus-art.el (gnus-decode-address-function): New variable.
4314         (article-decode-encoded-words): Use it to decode headers which are
4315         assumed to contain addresses.
4316         (gnus-mime-delete-part): Remove useless `or'.
4318         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4319         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4320         (gnus-nov-parse-line): Use it to decode From header.
4321         (gnus-get-newsgroup-headers): Ditto.
4322         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4324         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4325         (mail-decode-encoded-address-string): New alias.
4327         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4328         New function.
4329         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4330         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4331         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4332         (rfc2047-decode-string): Ditto.
4333         (rfc2047-decode-address-region): New function.
4334         (rfc2047-decode-address-string): New function.
4336 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4338         * message.el (message-caesar-buffer-body): Allow rotating headers.
4340         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4342         * message.el (message-insert-formated-citation-line): Fix %f.
4343         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4345 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4347         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4348         (gnus-bookmark-mouse-available-p): New macro.
4349         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4350         (gnus-bookmark-bmenu-show-infos): Use it.
4351         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4352         (gnus-bookmark-bmenu-hide-infos): Ditto.
4353         (gnus-bookmark-remove-properties): New function.
4354         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4355         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4356         (gnus-bookmark-write-file): Bind coding-system-for-write.
4357         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4358         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4359         group before selecting it.
4360         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4361         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4362         quit-window if it is not available; use gnus-mouse-2 and bind it to
4363         gnus-bookmark-bmenu-select-by-mouse.
4364         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4365         (gnus-bookmark-bmenu-select-by-mouse): New function.
4367 2006-08-13  Romain Francoise  <romain@orebokech.com>
4369         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4370         space.
4372 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4374         * compface.el (uncompface): Use binary rather than raw-text-unix.
4376 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4378         * compface.el (uncompface): Make sure the eol conversion doesn't take
4379         place when communicating with the external programs.  Reported by
4380         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4382 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4384         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4386 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4388         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4389         Make it more robust by parsing author and date independently.
4391 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4393         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4395 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4397         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4398         first matching secret key.
4399         (mml2015-epg-encrypt): Ditto.
4401         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4402         first matching secret key.
4403         (mml1991-epg-encrypt): Ditto.
4405         * mml2015.el (mml2015-encrypt-to-self): New user option.
4406         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4407         mml2015-epg-encrypt-to-self is set.
4409         * mml1991.el (mml1991-encrypt-to-self): New variable.
4410         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4411         mml1991-epg-encrypt-to-self is set.
4413         * mml2015.el (mml2015-signers): New user option.
4414         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4415         (mml2015-epg-encrypt): Allow to select signing keys.
4417         * mml1991.el (mml1991-signers): New variable.
4418         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4419         (mml1991-epg-encrypt): Allow to select signing keys.
4421 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4423         * nnheader.el (nnheader-insert-head): Make it work even if the file
4424         uses CRLF for the line-break code.
4426 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4428         * mml2015.el: Require mml-sec instead of password.
4429         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4430         (mml2015-cache-passphrase): Inherit the default value from
4431         mml-secure-cache-passphrase.
4432         (mml2015-passphrase-cache-expiry): Inherit the default value from
4433         mml-secure-passphrase-cache-expiry.
4435         * mml1991.el: Require mml-sec instead of password.
4436         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4437         (mml1991-cache-passphrase): Inherit the default value from
4438         mml-secure-cache-passphrase.
4439         (mml1991-passphrase-cache-expiry): Inherit the default value from
4440         mml-secure-passphrase-cache-expiry.
4442         * mml-sec.el: Require password.
4443         (mml-secure-verbose): New user option.
4444         (mml-secure-cache-passphrase): New user option.
4445         (mml-secure-passphrase-cache-expiry): New user option.
4447 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4449         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4450         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4451         andreas@altroot.de (Andreas Vögele).
4453         FIXME: Use `tiny change'?
4455 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4457         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4458         workaround for the url package included with Emacs.
4460         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4462 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4464         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4465         correctly.  This fixes a bug caused by the 2006-05-12 change.
4467 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4469         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4470         some information about the error when saying that the `bogus' mail
4471         group will be used.
4473 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4475         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4476         string.
4478 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4480         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4482 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4484         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4486 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4488         * mml1991.el (mml1991-function-alist): Add epg.
4489         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4490         (mml1991-epg-encrypt): New functions.
4492 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4494         * mml2015.el (mml2015-verbose): New variable.
4495         (mml2015-cache-passphrase): Ditto.
4496         (mml2015-passphrase-cache-expiry): Ditto.
4497         (mml2015-function-alist): Add epg.
4498         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4499         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4500         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4501         functions.
4503 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4505         * message.el (message-cite-original-1): Preserve region when removing
4506         quoted text due to X-No-Archive in order to avoid bogus attribution
4507         when citing multiple messages.
4509 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4511         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4512         Kenneth Jacker <khj@be.cs.appstate.edu>.
4514 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4516         * gnus-diary.el (gnus-user-format-function-d)
4517         (gnus-user-format-function-D): Autoload.
4519         * imap.el (Commentary): Fix typo.
4521         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4522         2006-04-22 contribution.
4524 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4526         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4527         It didn't really fix the bogosity I'm seeing with solid web groups.
4529 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4531         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4532         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4533         created using server names.  If we use the feature without declaring
4534         it, Gnus does not properly manage server and group state.
4536         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4537         bound.
4539 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4541         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4542         looking up the method using GROUP's prefix before inventing a new one.
4543         It is used on killed/unknown groups in various places where returning
4544         an all-new method isn't expected by the caller.
4546         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4547         and match semantics of gnus-group-real-prefix.
4549 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4551         * nnmail.el (nnmail-broken-references-mailers): New variable.
4552         (nnmail-ignore-broken-references): New function generalizing
4553         nnmail-fix-eudora-headers.
4554         (nnmail-fix-eudora-headers): Now obsolete.
4556         * gnus-art.el (gnus-button-handle-custom): Support
4557         `customize-apropos*'.
4559 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4563         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4564         articles.
4566 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4568         * message.el (message-cite-reply-above): New variable.
4569         (message-yank-original): Use it.
4571 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4573         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4575 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4577         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4578         as read.
4580         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4582 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4584         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4585         (gnus-bookmark-default-file): Use gnus-directory.
4586         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4587         Remove "*" in doc string.
4588         (gnus-bookmark-write-file): Simplify.
4589         (gnus-bookmark-maybe-sort-alist): Use `when'.
4590         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4591         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4592         FIXME about Emacs 21 and XEmacs compatibility.
4593         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4594         compatibility.
4595         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4596         compatibility.
4597         (gnus-bookmark-menu-heading): Fix version.
4599 2006-06-19  Bastien Guerry  <bzg@altern.org>
4601         * gnus-bookmark.el: New file.
4603 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * message.el (message-syntax-checks): Doc fix.
4607 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4609         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4610         unsubscribed groups as if they were killed ones.  It causes duplicate
4611         entries in gnus-newsrc-alist.
4613 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4615         * message.el (message-syntax-checks): Doc fix.
4616         (message-send-mail): Add check for continuation headers.
4617         (message-check-news-header-syntax): Fix regexp used to check for
4618         continuation headers.
4620 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4622         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4624 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4626         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4628 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4630         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4631         default-truncate-lines.
4633 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4635         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4636         to fill the utf-8 entry.
4638 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4640         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4642 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4644         * gnus-agent.el (directory-files-and-attributes): Move all the way
4645         forward (the third and final move).
4646         (gnus-agent-read-agentview): Trap reconstruction errors due to
4647         nonexistant directory.  Handle by returning nil.
4649 2006-05-30  Didier Verna  <didier@xemacs.org>
4651         * message.el (message-dont-reply-to-names): Update the custom type.
4652         * message.el (message-dont-reply-to-names): New defsubst: potentially
4653         convert a list of regexps into a single one.
4654         * message.el (message-get-reply-headers): Use it.
4655         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4657 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4659         * gnus-agent.el (directory-files-and-attributes): Move forward.
4661 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4663         * gnus-ml.el (gnus-mailing-list-subscribe)
4664         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4665         (gnus-mailing-list-message): Fix doc strings.
4667 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4669         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4670         of doing it manually.
4672 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4674         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4675         comment.
4677 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4679         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4680         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4681         (gnus-agent-read-local): All symbols allocated in my-obarray
4682         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4683         (gnus-agent-regenerate-group): Check numeric names to see if they are
4684         messages or groups.
4685         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4686         better way of do this...)
4688         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4689         'dummy.group' (there should be a better way of do this...)
4691 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4693         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4694         (gnus-saved-headers): Ditto.
4695         (gnus-default-article-saver): Mention functions may have properties.
4696         (gnus-article-save): Override gnus-save-all-headers and
4697         gnus-saved-headers by :headers property which saver function may have.
4698         (gnus-summary-save-in-file): Add :headers property.
4699         (gnus-summary-write-to-file): Ditto.
4701         * gnus-sum.el (gnus-summary-save-article): Bind
4702         gnus-prompt-before-saving to t when saving many articles in a file;
4703         always show all headers.
4705 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4707         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4708         marks.
4710         * message.el (message-indent-citation): Add optional arguments to allow
4711         using it outside of message buffers.
4713         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4714         (gnus-article-treat-unfold-headers): Use it.
4715         (gnus-article-truncate-lines): New variable.
4716         (gnus-article-mode): Use it.
4717         (gnus-article-toggle-truncate-lines): New function.
4719         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4720         gnus-article-toggle-truncate-lines.
4722         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4723         coding system in XEmacs, use binary.
4725 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4727         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4728         after-load-alist.
4730         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4731         this function should save decoded articles.
4732         (gnus-summary-write-to-file): Use property to specify this function
4733         should save decoded articles and specify gnus-summary-save-in-file
4734         should be used to save articles other than the first one when saving
4735         many articles.
4736         (gnus-summary-save-body-in-file): Use property to specify this
4737         function should save decoded articles.
4738         (gnus-summary-write-body-to-file): Use property to specify this
4739         function should save decoded articles and specify
4740         gnus-summary-save-body-in-file should be used to save articles other
4741         than the first one when saving many articles.
4743         * gnus-sum.el (gnus-summary-save-article): Simplify.
4745 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4747         * gnus-art.el (gnus-default-article-saver): Add
4748         gnus-summary-write-body-to-file.
4749         (gnus-article-save-coding-system): Don't use coding system object
4750         in XEmacs.
4751         (gnus-read-save-file-name): Add optional `dir-var' argument which
4752         specifies directory in which files are saved; work even if optional
4753         `variable' argument is not specified.
4754         (gnus-summary-write-to-file): Read file name.
4755         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4756         (gnus-summary-write-body-to-file): New function.
4758         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4759         (gnus-summary-local-variables): Add it.
4760         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4761         (gnus-summary-save-article): Remove optional `decode' argument;
4762         determine whether to decode articles by the value of
4763         gnus-default-article-saver; when saving many files using
4764         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4765         it first and use gnus-summary-save-in-file or
4766         gnus-summary-save-body-in-file thereafter unless
4767         gnus-prompt-before-saving is always; move point to article which
4768         will be saved.
4769         (gnus-summary-save-article-file): Revert.
4770         (gnus-summary-write-article-file): Revert.
4771         (gnus-summary-save-article-body-file): Revert.
4772         (gnus-summary-write-article-body-file): New function.
4774 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4776         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4778 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4780         * gnus-art.el (gnus-default-article-saver): Doc fix.
4781         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4782         from gnus-summary-save-article-coding-system, and default to a
4783         certain coding system.
4784         (gnus-output-to-file): Add coding cookie and encode text according
4785         to gnus-article-save-coding-system; don't use mm-append-to-file.
4787         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4788         gnus-art.el and rename to gnus-article-save-coding-system.
4789         (gnus-summary-save-article): Require gnus-art; don't show all
4790         headers if it decodes articles; don't add coding cookie here;
4791         don't bind mm-text-coding-system-for-write.
4792         (gnus-summary-save-article-file): Save decoded articles.
4793         (gnus-summary-write-article-file): When saving many files, use
4794         gnus-summary-write-to-file first and gnus-summary-save-in-file
4795         thereafter unless gnus-prompt-before-saving is always.
4796         (gnus-summary-save-article-body-file): Save decoded articles.
4798 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4800         * nnrss.el (nnrss-check-group): Bind hash-index.
4802 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4804         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4805         its hash index.  Store this hash in `nnrss-group-data'.
4806         (nnrss-read-group-data): Update accordingly.
4808 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4810         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4811         entry.
4813         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4814         gnus-article-browse-html-article.
4816 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4818         * gnus-sum.el (gnus-summary-mime-map): Add
4819         gnus-article-browse-html-article.
4820 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4822         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4823         suitable coding systems in customize.
4825 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4827         * mail-source.el (mail-sources): Fix custom type.
4829 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4831         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4832         (gnus-summary-expire-articles-now): Shorten prompt.
4834         * gmm-utils.el (wid-edit): Require.
4835         (defun-gmm): Renamed from `gmm-defun-compat'.
4836         (gmm-image-search-load-path): Use it.
4837         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4839 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4841         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4842         variable.
4843         (gnus-summary-save-article): Add optional `decode' argument.  If
4844         it is set and gnus-summary-save-article-coding-system is non-nil,
4845         save decoded article.
4846         (gnus-summary-write-article-file): Save decoded article if
4847         gnus-summary-save-article-coding-system is non-nil.
4849         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4850         type.
4852 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4854         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4856 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4858         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4859         first to test gnus-single-article-buffer which may be buffer-local.
4861         * gnus-sum.el (gnus-summary-setup-buffer): Make
4862         gnus-single-article-buffer buffer-local and nil in ephemeral
4863         group; make gnus-article-buffer, gnus-article-current, and
4864         gnus-original-article-buffer always buffer-local.
4865         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4866         group.
4867         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4869 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4871         * nnml.el (nnml-request-compact-group): Compressed files might not
4872         have .gz extension.
4874 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4877         (mm-copy-to-buffer): Use with-current-buffer.
4878         (mm-display-part): Simplify.
4879         (mm-inlinable-p): Add optional arg `type'.
4881 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4884         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4885         Try harder to show the attachment internally or externally using
4886         gnus-mime-view-part-as-type.
4888 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4890         * message.el (message-from-style, message-signature-separator)
4891         (message-user-organization-file, message-send-mail-function)
4892         (message-citation-line-function, message-yank-prefix)
4893         (message-indent-citation-function, message-signature)
4894         (message-signature-file, message-signature-insert-empty-line):
4895         Remove autoloads.
4897         * gnus-art.el (gnus-buttonized-mime-types): Remove
4898         "multipart/signed".  Revert 2006-04-26 change.
4900 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902         * gnus.el (gnus-version-number): Bump version.
4904 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4906         * gnus.el: No Gnus v0.5 is released.
4908 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4910         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4911         fetching articles by message-id.
4913 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915         * message.el (hashcash): Require hashcash as normal.
4917         * ecomplete.el (ecomplete-highlight-match-line): Use
4918         point-at-eol.
4919         (ecomplete-highlight-match-line): Use `highlight', because that
4920         face exists in both Emacs and XEmacs.
4922         * message.el (message-display-abbrev): Use point-at-bol.
4924         * mail-source.el: Don't require timer/timer-funcs.
4926         * gnus-async.el: Ditto.
4928         * password.el: Ditto.
4930         * mm-url.el: Ditto.
4932         * mm-util.el: Require timer/timer-funcs.
4934 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4936         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4937         Close.
4939 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4942         unibyte after clear-decrypt function runs.
4944         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4945         returns as a unibyte string.
4947 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4949         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4950         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4951         (mml1991-pgg-encrypt): Ditto.
4953 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4955         * message.el (message-user-organization-file): Check several
4956         locations of the organization file.
4958         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4959         Add gnus-article-view-part-as-type.
4961         * gnus-art.el (gnus-article-view-part-as-type): New function.
4963         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4964         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4966         * mml.el: Simplify autoload.
4967         (mml-mode): defvar dnd-protocol-alist instead of using
4968         symbol-value.
4969         (mml-default-directory): New variable.
4970         (mml-minibuffer-read-file): Use it.
4971         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4973         * message.el (message-citation-line-format): New variable.
4974         (message-insert-formated-citation-line): New function.
4975         (message-citation-line-function): Add
4976         `message-insert-formated-citation-line' to custom type.
4978         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4979         to doc string.
4981         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4982         depending on mm-verify-option.
4984 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4986         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4987         binding pgg-* variables; reimplement the section which prevents
4988         MIME header from being signed.
4989         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4990         pgg-text-mode; remove a blank line at the top of body.
4992         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4993         lines at the top of body; use gnus-newsgroup-charset if there's no
4994         Charset header.
4996 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4998         * message.el (message-self-insert-commands): Doc fix.
5000         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5001         (mm-uu-pgp-encrypted-test): Ditto.
5002         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5003         between header and body; return application/pgp-encrypted handle
5004         if decryption failed; decode decrypted body by charset.
5006         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5007         element match to application/pgp-*.
5009 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5011         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5012         HTML.
5014 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016         * mail-source.el (mail-source-call-script): Message the error
5017         string.
5019 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021         * gnus-util.el (gnus-byte-compile): Use it.
5023 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5025         * gnus-util.el (kill-empty-logs): New function.
5027 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029         * message.el (message-mail-alias-type): Doc fix.
5030         (message-mail-alias-type-p): New function.
5031         (message-send): Use it.
5032         (message-mode): Ditto.
5033         (message-strip-forbidden-properties): Ditto.
5035         * ecomplete.el (ecomplete-database-file-coding-system): New
5036         variable.
5037         (ecomplete-save): Use it.
5038         (ecomplete-setup): Use it.
5040 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5042         * message.el (message-self-insert-commands): New variable.
5043         (message-strip-forbidden-properties): Use it.
5045 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5048         that doesn't make XEmacs choke.
5050 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5052         * gnus-util.el (gnus-replace-in-string):
5053         Prefer replace-regexp-in-string over of replace-in-string.
5055 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5057         * gnus-util.el (gnus-select-frame-set-input-focus):
5058         Use select-frame-set-input-focus if it is available in XEmacs; use
5059         definition defined in Emacs 22 for old Emacsen.
5061 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5063         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5065 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5067         * gnus-registry.el (gnus-registry-cache-save): Remove text
5068         properties when saving via the temp buffer.
5070 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5072         * message.el (message-generate-hashcash): Honor custom type.
5074 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076         * message.el (message-generate-hashcash): Default to non-nil when
5077         hashcash is found.
5079         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5080         (gnus-refer-thread-limit): Increase default to 500.
5082         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5084         * flow-fill.el (fill-flowed): Allow delete-space.
5086 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5088         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5089         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5090         Remove autoloads.
5092 2006-04-18  Simon Josefsson  <jas@extundo.com>
5094         * message.el (message-generate-hashcash): Default to.
5096 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5098         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5099         concatenating segments rather than before concatenating them.
5101 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5103         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5105         * imap.el (imap-quote-specials): New function.
5106         (imap-login-auth): Quote specials.
5108 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5112         * message.el (message-forward-make-body-plain): Allow
5113         message-forward-ignored-headers to be a list.
5114         (message-remove-ignored-headers): Factor out into function.
5115         (message-forward-make-body-mml): Use it.
5116         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5117         (rfc2231-parse-string): Allow concatanation of parameters that
5118         aren't contiguous.  The test case is
5119           (mail-header-parse-content-type "message/external-body;
5120             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5121             access-type=LOCAL-FILE;
5122             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5124 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * nntp.el (nntp-accept-process-output): Return the value of
5127         `nnheader-accept-process-output'.
5129 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5132         (gnus-button-alist): Recognize more diff formats.
5133         (gnus-button-patch): Strip directory.
5135 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5137         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5138         Emacs 22 when setting focus.
5140 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142         * gnus-art.el (gnus-article-treat-types): Do treatment of
5143         text/x-verbatim parts.
5144         (gnus-button-patch): New command.
5146         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5147         addresses that contain invalid characters.
5149 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151         * message.el (message-put-addresses-in-ecomplete): Use
5152         gnus-replace-in-string.
5153         (message-is-yours-p): Use the more correct
5154         mail-header-parse-address instead of
5155         mail-extract-address-components.
5156         (message-put-addresses-in-ecomplete): Fix typo.
5158         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5159         keystroke.
5161         * gnus-art.el (gnus-treatment-function-alist): Change order of
5162         newsgroups/generic header folding to avoid double-folding.
5164         * message.el (message-hidden-headers): Add X-Draft-From.
5166         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5167         command.
5168         (gnus-summary-repeat-search-article-backward): New command.
5170         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5171         groups in the parent topic.
5173 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5175         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5176         (spam-extra-header-to-number): Return the CRM114 number as a
5177         number instead of a string.
5179 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181         * gnus-art.el (gnus-face-properties-alist): Moved here from
5182         gnus-fun.
5184         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5186 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188         * message.el (message-strip-forbidden-properties): Only display on
5189         self-insert-command.
5191         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5192         reindent.
5193         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5195 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5197         * smiley.el (smiley-style): Fix typo.
5199 2006-03-23  Kenichi Handa  <handa@m17n.org>
5201         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5202         instead of set-buffer-multibyte.
5204 2006-03-23  Kenichi Handa  <handa@m17n.org>
5206         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5207         buffer and then decode the buffer text if necessary.
5208         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5209         first, and after mm-encode-body, change the buffer to unibyte.
5211 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213         * hashcash.el (hashcash-insert-payment-async-2): Use
5214         message-goto-eoh instead of doing it manually.
5215         (mail-add-payment): Use message-narrow-to-header instead of trying
5216         to do the same itself.
5218         * message.el (message-hidden-headers): Add Face.
5220         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5221         reparenting code.
5222         (gnus-summary-reparent-children): Refactored out code.
5223         (gnus-summary-thread-map): New keystroke.
5224         (gnus-summary-reparent-children): Make into command.
5226         * smiley.el (smiley-style): Default to `medium' if using a large
5227         font.
5229         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5230         does it itself.
5232         * message.el (message-point-in-header-p): Simplify definition.
5234 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236         * nnagent.el (nnagent-request-set-mark): Silence log file
5237         writing.
5238         (nnagent-request-set-mark): Use write-region instead of
5239         append-to-file.
5241         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5242         strange select method.
5244         * ecomplete.el (ecomplete-display-matches): Get highlightling
5245         right.
5246         (ecomplete-display-matches): Use literals.
5247         (ecomplete-display-matches): Disable message logging.
5249         * message.el (message-display-abbrev): Small optimization.
5251         * ecomplete.el (ecomplete-display-matches): Allow automatic
5252         display.
5254         * message.el (message-strip-forbidden-properties): Display
5255         abbrevs.
5256         (message-display-abbrev): Get automatic display right.
5258         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5259         keystrokes.
5261 2006-04-13  Romain Francoise  <romain@orebokech.com>
5263         TODO: Backport to v5-10!
5265         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5266         Moved here (and renamed) from gnus-registry.el.
5268         * gnus-registry.el: Require gnus-util.
5269         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5271 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273         * gnus-group.el (gnus-group-catchup-current): Change
5274         if-then-else-if-then-else into cond.
5275         (gnus-group-catchup): Indent.
5276         (group-name-at-point): New function.
5277         (gnus-fetch-group): Provide default from thing at point.
5279 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281         * message.el (message-display-abbrev): Fix regexp.
5283         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5284         choosing.
5285         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5286         dead variables.
5288         * message.el (message-newline-and-indent): Remove debugging.
5289         (message-display-abbrev): Use new implementation.
5291 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5293         * gnus-art.el (gnus-article-mode): Set
5294         cursor-in-non-selected-windows to nil.
5296         * smiley.el: Revert previous change.
5297         (smiley-data-directory): defvar it before using it in the
5298         defcustom of `smiley-style'.
5300 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302         * message.el (message-newline-and-indent): New function.
5304         * ecomplete.el: Implement more bits.
5306         * message.el (message-put-addresses-in-ecomplete): Clean up the
5307         string.
5309         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5311         * gnus-sum.el (gnus-summary-save-parts): Bind
5312         gnus-summary-save-parts-counter and use it to make unique file
5313         names.
5315         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5317         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5318         parameter to say whether to actually parse the individual
5319         addresses.
5321         * message.el (message-put-addresses-in-ecomplete): New function.
5322         (ecomplete): Require.
5323         (message-mail-alias-type): Add ecomplete as an option.
5325 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5327         * flow-fill.el (fill-flowed): Remove trailing space from blank
5328         quoted lines.
5330 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332         * smiley.el (smiley-style): Move definition later to avoid a
5333         compilation warning.
5335 2006-04-12  Kenichi Handa  <handa@m17n.org>
5337         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5338         buffer and then decode the buffer text if necessary.
5339         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5340         first, and after mm-encode-body, change the buffer to unibyte.
5341         Use mm-disable-multibyte instead of set-buffer-multibyte.
5343 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5345         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5346         Content-Type header instead of Content-Disposition header.
5347         (gnus-mime-inline-part): Ditto.
5348         (gnus-mime-view-part-as-charset): Ignore charset that the part
5349         specifies.
5351         * mm-decode.el (mm-display-part): Work with external parts and
5352         usual parts similarly.
5354         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5355         instead of gnus-display-mime.
5357         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5358         instead of with-temp-buffer.
5360         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5361         tag to summarized topics part in order to encode non-ASCII text.
5363 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5365         * smiley.el (smiley-style): New variable.
5366         (smiley-directory): New function.
5367         (smiley-data-directory): Derive from `smiley-style' using
5368         `smiley-directory'.
5369         (smiley-regexp-alist): Add new entries.
5371         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5372         (gnus-article-browse-delete-temp): Add :version.
5374 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5376         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5377         the sieve region.
5379 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381         * gnus.el (gnus-version-number): Bump version.
5383 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5385         * gnus.el: No Gnus v0.4 is released.
5387 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5390         layout.
5392         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5393         unknown charset.
5395         * message.el (message-header-synonyms): Add Original-To to the
5396         default.
5398         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5399         optional parameter.
5401 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5403         * gnus-fun.el (gnus): Require it for gnus-directory.
5405 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5407         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5409 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5411         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5413 2006-04-05  Simon Josefsson  <jas@extundo.com>
5415         * password.el (password-reset): New function.
5417 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5419         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5420         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5422 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5424         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5425         Some whitespace was matched into the url, which broke browsing hits
5426         > 100 when mm-url-use-external was nil.
5428 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5431         gnus-extra-headers for 'Newsgroups.
5433         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5434         bound.
5436 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5438         * pgg-gpg.el: Clean up process buffers every time gpg processes
5439         complete.
5441 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5443         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5444         doc string.
5446 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5448         * pgg-gpg.el (pgg-gpg-process-filter)
5449         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5451         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5452         lines, temporary fix.
5454 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5456         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5458 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5460         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5461         default-enable-multibyte-characters.  This reverts the change from
5462         revision 6.17 which is no longer necessary because the passphrase
5463         is sent separately now.  GnuPG messages are unreadable under
5464         multibyte locales with default-enable-multibyte-characters set to
5465         nil.
5467 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5469         * message.el (message-tool-bar-gnome): Move "spell".
5471 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5473         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5474         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5475         instead.
5477 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5479         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5480         newsgroups handling for NNTP overviews which don't include
5481         Newsgroups.
5483 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5485         * message.el (message-resend): Bind message-generate-hashcash to nil.
5487 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5489         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5490         when searching for already-paid recipients.
5492 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5494         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5495         passphrases when it is not needed.
5496         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5497         passphrase stuff from gpg, should only be necessary when you use
5498         gpg with a smartcard.
5500 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5502         * mml.el (mml-insert-mime): Ignore cached contents of
5503         message/external-body part.
5505         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5506         (mm-insert-part): Ditto.
5508 2006-03-23  Simon Josefsson  <jas@extundo.com>
5510         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5511         Reiner.
5512         (pgg-gpg-use-agent-p): Use it again.
5514 2006-03-23  Simon Josefsson  <jas@extundo.com>
5516         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5517         older emacsen.
5518         (pgg-gpg-use-agent-p): Don't use it.
5520 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5522         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5523         if we can.
5525 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5527         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5528         (pgg-gpg-update-agent): New function.
5529         (pgg-gpg-use-agent-p): New function.
5530         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5531         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5532         (pgg-gpg-sign-region): Use it.
5534 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5536         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5537         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5539 2006-03-21  Simon Josefsson  <jas@extundo.com>
5541         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5542         <wilde@sha-bang.de>.
5543         (pgg-gpg-use-agent): New variable.
5544         (pgg-gpg-process-region): Use it.
5545         (pgg-gpg-encrypt-region): Likewise.
5546         (pgg-gpg-encrypt-symmetric-region): Likewise.
5547         (pgg-gpg-decrypt-region): Likewise.
5548         (pgg-gpg-sign-region): Likewise.
5549         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5551 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5553         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5556         Add comment on version.
5558 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5560         * smiley.el: Add missing test smiley.
5562 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5564         * mm-decode.el (mm-with-part): New macro.
5565         (mm-get-part): Use it; work with message/external-body as well.
5566         (mm-save-part): Treat name and filename equally.
5568         * mm-extern.el (mm-extern-cache-contents): New function.
5569         (mm-inline-external-body): Use it; force the part to be displayed;
5570         move undisplayer added to the cached handle to the parent.
5572         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5573         (gnus-mime-view-part-as-type): Work with message/external-body.
5575         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5577 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5579         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5580         images in image-load-path.  [Sync with image.el, revision 1.60, in
5581         Emacs.]
5583 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5585         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5586         path rather than symbol.  Always return list of directories.
5587         Guarantee that image directory comes first.  [Sync with image.el,
5588         revision 1.59, in Emacs.]
5590         * message.el (message-make-tool-bar): Adjust to new API of
5591         `gmm-image-load-path-for-library'.
5593         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5595         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5597 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5599         * gnus-art.el (gnus-article-only-boring-p):
5600         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5601         intangible text.
5602         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5604 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5606         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5607         `defun' instead of `gmm-defun-compat'.
5609 2006-03-14  Simon Josefsson  <jas@extundo.com>
5611         * message.el (message-unique-id): Don't use message-number-base36
5612         if (user-uid) is a float.
5613         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5615 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5617         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5619         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5620         empty line between a part and a message part.
5622 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5624         * smiley.el: Add more test smileys.
5625         (smiley-data-directory, smiley-regexp-alist)
5626         (gnus-smiley-file-types): Fix doc strings.
5627         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5628         adding new elements.
5629         (smiley-mouse-map): Unused code.  Make it a comment.
5631 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5633         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5634         scan latest NoCeM messages instead of old ones.
5635         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5636         delimiters that are recently used.
5637         (gnus-nocem-load-cache): Add autoload cookie.
5639         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5641         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5642         level which is larger than gnus-use-nocem is specified.
5644         * gnus-group.el (gnus-group-get-new-news): Ditto.
5646 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5648         * gnus-util.el (gnus-tool-bar-update): New function.
5650         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5651         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5653         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5655         * gnus-group.el (gnus-group-redraw-when-idle)
5656         (gnus-group-redraw-check): Remove.
5657         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5659 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5661         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5662         if optional last element is specified in splits (FIELD VALUE...).
5664 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5666         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5667         to gmm-image-load-path-for-library.  Call with no-error argument.
5668         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5672         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5674         * gmm-utils.el (gmm-image-load-path): Remove alias.
5676 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5678         * gmm-utils.el (gmm-image-load-path): Add alias.
5680         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5681         nnml-generate-nov-databases-1.
5682         (nnml-generate-nov-databases): Use it.
5683         (nnml-generate-nov-databases-directory): Document no-active
5684         argument.
5686         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5687         directory if path is t.  Add no-error.
5689         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5690         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5692         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5693         resetting gnus-article-browse-html-temp-list.
5695         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5696         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5697         Add example to docstring.  Rename local variables.  Move error
5698         checks to default case in cond and simplify.
5700 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5703         handle is multipart when calling it recursively.
5704         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5706 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5708         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5709         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5711 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5713         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5714         is loaded.
5716         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5717         loaded.
5719 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5721         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5722         to "Emacs 23 (unicode)" in doc string.
5724         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5725         "Emacs 23 (unicode)" in comment.
5727 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5729         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5731         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5732         characters 160 through 255 in Emacs 23.
5734 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5736         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5737         gnus-article-browse-html-temp.
5738         (gnus-article-browse-delete-temp): Make it customizable.  Add
5739         `file'.  Adjust doc string.
5740         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5741         query for each file.  Adjust doc string.
5742         (gnus-article-browse-html-parts): Add
5743         `gnus-article-browse-delete-temp-files' to
5744         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5746 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5748         * gnus-art.el (gnus-article-browse-html-temp)
5749         (gnus-article-browse-delete-temp): New variables.
5750         (gnus-article-browse-delete-temp-files): New function.
5751         (gnus-article-browse-html-parts): Use it.
5753 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5755         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5757         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5758         string.
5760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5761         gnus-summary-insert-new-articles when unplugged.  Remove
5762         gnus-summary-search-article-forward.
5764         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5765         display-visual-class instead of display-color-cells.
5767 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5769         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5770         message/* containing non-ASCII text properly.
5772 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5774         * message.el: Require gmm-utils, remove autoloads.
5775         (message-tool-bar): Set default based on
5776         gmm-tool-bar-style.
5777         (message-tool-bar-gnome): Add gmm-customize-mode.
5779         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5780         gmm-tool-bar-style.
5781         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5783         * gnus-group.el (gnus-group-tool-bar): Set default based on
5784         gmm-tool-bar-style.
5785         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5787         * gmm-utils.el (gmm-image-directory): Rename variable from
5788         gmm-image-load-path.
5789         (gmm-image-load-path): Use gmm-image-directory.
5790         (gmm-customize-mode): New function.
5791         (gmm-tool-bar-style): New variable.
5793         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5794         gnus-group-redraw-line-number.
5795         (gnus-group-redraw-check): Simplify.
5796         (gnus-group-tool-bar-update): Remove redraw check.
5797         (gnus-group-make-tool-bar): Add redraw check.
5799 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5801         * gnus-art.el (gnus-button): Add missing parentheses.
5803 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5805         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5807 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5809         * gnus-art.el (gnus-button): New face.
5810         (gnus-article-button-face): Use it.
5812         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5813         gnus-summary-next-page.  Re-order.
5815         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5816         next-node are now included.
5817         (gnus-group-redraw-line-number): New internal variable.
5818         (gnus-group-redraw-check): Helper function for updating the tool
5819         bar.
5820         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5822         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5824         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5825         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5826         Use it to match format of Spamassassin 3.0 and later.  Reported by
5827         IRIE Tetsuya <irie@t.email.ne.jp>.
5828         (spam-check-bogofilter)
5829         (spam-bogofilter-register-with-bogofilter): Fix args of
5830         `gnus-error' calls.
5832 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5834         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5835         unnecessary interaction when sending queued mails.  Reported by
5836         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5838 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5840         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5841         first or last are nil.
5843 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5845         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5847 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5851 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853         * dns.el (query-dns): Protect more against buggy tcp output.
5855 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5857         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5858         nov.php.
5860 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5862         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5863         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5864         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5865         output on the server side.
5866         (nnweb-google-create-mapping): Update regexps and add some
5867         progress indication.
5869 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5871         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5872         gnus-agent-toggle-plugged.  Re-order icons.
5873         (gnus-group-tool-bar-gnome): Add
5874         gnus-group-{prev,next}-unread-group.
5875         (gnus-group-tool-bar-gnome): Re-order icons.
5877         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5878         gnus-summary-insert-new-articles.
5880         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5881         comments.
5883         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5884         also available in Emacs 21.3.
5886         * message.el (message-fix-before-sending): Change "Emacs 22" to
5887         "Emacs 23 (unicode)" in comment.
5889         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5890         "Emacs 23 (unicode)" in comment.
5892         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5893         comment.
5894         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5896         * mm-view.el (mm-fill-flowed): Add :version.
5898 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5900         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5901         and load-path.
5903 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5905         * message.el: Autoload gmm-image-load-path.
5906         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5907         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5908         consitency.
5910         * gmm-utils.el (gmm-image-load-path): Also search in
5911         "../etc/images".  Don't set gmm-image-load-path if we don't find
5912         the image.
5914 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * gmm-utils.el (gmm-image-load-path): Don't make
5917         `gmm-image-load-path' include subdirectories which the second arg
5918         `image' might specify.
5920         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5921         subdirectory to icon file names.
5923         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5925 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5927         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5928         gmm-image-load-path calls.
5930         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5932         * message.el (message-make-tool-bar): Ditto.
5934         * mml.el (mml-preview): Added comment concerning tool bar icons.
5936         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5937         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5939         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5940         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5942         * message.el (message-tool-bar-gnome): Use new icon names.
5943         (message-make-tool-bar): Use `gmm-image-load-path'.
5945         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5946         functions from MH-E.
5947         (gmm-image-load-path): New variable from MH-E.
5948         (gmm-image-load-path): New function from MH-E.  Added arguments
5949         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5950         *-image-load-path-called-flag.
5952 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5954         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5956 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5958         * nnimap.el (nnimap-request-move-article): Change folder back to
5959         source group before deleting.
5961 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5963         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5965         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5966         mm-url.
5968         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5970 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5972         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5973         coding system which mm-charset-to-coding-system returns for a
5974         given charset is valid.
5976 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5978         * html2text.el (html2text-remove-tag-list):
5979         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5981 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5983         * gnus-cus.el: Revert 2005-10-17 change.
5985 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5987         * gnus-art.el (article-strip-banner): Call
5988         article-really-strip-banner only when the regexp match is made.
5990 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5992         * gnus-art.el (article-strip-banner): Use
5993         gnus-extract-address-components instead of
5994         mail-header-parse-addresses to make it work with non-ASCII text;
5995         remove mail-encode-encoded-word-string.
5997         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5998         values which are surrounded with \"...\"; make it never cause a
5999         Lisp error; give up parsing of parameters if it failed in
6000         extracting type.
6002 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6004         * smime.el (smime-cert-by-ldap-1): Fix bug where
6005         `smime-ldap-search' returns results without userCertificates.
6007 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6009         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6011 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6013         * spam.el (spam-check-spamassassin-headers): Adapt format for
6014         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6015         <ari@mbf.ocn.ne.jp>.
6016         (spam-list-of-processors): Add spam-use-gmane.
6018 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6020         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6021         make-temp-file; make it work with XEmacs as well.
6023         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6024         mm-make-temp-file.
6026         * mm-decode.el (mm-display-external): Use the 3rd arg of
6027         mm-make-temp-file.
6028         (mm-create-image-xemacs): Ditto.
6030 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6032         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6033         with message-narrow-to-headers.
6034         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6035         (gnus-draft-check-draft-articles): New function.
6036         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6038 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6040         * gnus-art.el (gnus-article-browse-html-parts):
6041         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6042         Don't use suffix argument for mm-make-temp-file for Emacs 21
6043         compatibility.  Remove useless `format'.
6045 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6047         * nnweb.el (nnweb-google-wash-article): Update regexps.
6048         (nnweb-group-alist): Use defvoo instead of defvar.
6050 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6053         re-loading nn* modules.
6055 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6057         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6058         for `tool-bar-mode' and don't check it's default-value.
6060         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6062         * message.el (message-make-tool-bar): Ditto.
6064         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6065         `substring'.  Shorten tmp-file name.
6067         * gnus.el: Remove bogus comment.
6069 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6071         * gnus-art.el (gnus-article-browse-html-parts): New function.
6072         (gnus-article-browse-html-article): New function for viewing html
6073         articles with a browser.
6075 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6077         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6078         (mml2015-pgg-encrypt): Ditto.
6080         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6081         (mml1991-pgg-encrypt): Ditto.
6083 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6085         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6086         message-make-date instead of current-time-string.
6088         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6089         to gnus-decoded which mm-uu might set.
6091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6093         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6094         don't decode quoted parameters; remove misimported Emacs code.
6095         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6096         (rfc2231-decode-encoded-string): Don't use split-string which
6097         behaves differently according to Emacs version; use
6098         mm-decode-coding-region to convert charset to coding-system.
6099         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6100         (rfc2231-encode-string): Remove misimported Emacs code.
6102 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6104         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6105         when calling mail-header-parse-content-type.
6106         (article-de-quoted-unreadable): Ditto.
6107         (article-de-base64-unreadable): Ditto.
6108         (article-wash-html): Ditto.
6110         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6111         calling mail-header-parse-content-type and
6112         mail-header-parse-content-disposition.
6113         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6114         mail-header-parse-content-type.
6116         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6117         insert charset and format parameters; encode description after
6118         inserting it to buffer.
6119         (mml-insert-parameter): Fold lines properly even if a parameter is
6120         segmented into two or more lines; change the max column to 76.
6122         * rfc1843.el (rfc1843-decode-article-body): Don't use
6123         ignore-errors when calling mail-header-parse-content-type.
6125         * rfc2231.el (rfc2231-parse-string): Return at least type if
6126         possible; don't cause an error even if it fails in parsing of
6127         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6128         (rfc2231-encode-string): Don't break lines at the beginning, leave
6129         it to mml-insert-parameter.
6131         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6132         calling mail-header-parse-content-type.
6134 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6136         * spam-report.el (spam-report-gmane-use-article-number):
6137         Improve doc string.
6138         (spam-report-gmane-internal): Check if a suitable header was found
6139         in the article.
6141 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6143         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6144         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6146 2006-02-05  Romain Francoise  <romain@orebokech.com>
6148         Update copyright notices of all files in the gnus directory.
6150 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6152         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6154 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6156         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6157         segmented lines of parameter value to cope with Thunderbird 1.5
6158         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6159         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6160         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6162 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6164         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6165         parts.
6167 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6169         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6170         there's only one active file for all servers.
6171         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6172         solid groups.  Gnus might have used a FAST request to select the group.
6173         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6174         and nnweb-search redundantly in the active file.
6175         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6176         (nnweb-request-create-group): Don't use ARGS.
6177         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6178         initialisations.  Let nnoo do the work.
6180 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6182         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6183         Say the part has been decoded.
6185         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6187 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6189         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6190         mailcap-viewer-test-cache when there's no 'test clause, since that
6191         will invert the meaning of a "nil" test previously determined by
6192         mailcap-mailcap-entry-passes-test.
6194 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6196         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6197         compiling.
6199         * gnus-sum.el: Ditto.
6201         * message.el: Don't bind tool-bar-map when compiling.
6203 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6205         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6207 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6209         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6210         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6211         current Google Groups.
6213 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6215         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6216         and tool-bar-mode.
6218         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6219         and tool-bar-mode.
6221         * message.el (message-tool-bar-update): Simplify.
6222         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6224         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6225         gnus-summary-buffer.
6226         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6227         gnus-summary-reply.
6229         * gmm-utils.el (gmm): Add :version.
6231 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6233         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6234         autoload.
6236 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6238         * gmm-utils.el (gmm-verbose): Add :group.
6240 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6242         * message.el: Change some comments WRT tool-bars.
6244         * gnus-sum.el (gnus-summary-tool-bar)
6245         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6246         (gnus-summary-tool-bar-zap-list): New variables.
6247         (gnus-summary-make-tool-bar): Complete rewrite using
6248         `gmm-tool-bar-from-list'.
6250         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6251         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6252         variables.
6253         (gnus-group-make-tool-bar): Complete rewrite using
6254         `gmm-tool-bar-from-list'.
6255         (gnus-group-tool-bar-update): New function.
6257         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6259 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6261         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6262         is dissected into a single part of which the type is the same as
6263         the given one; decode charset.
6265 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6267         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6268         into alists as symbol not string, since that's what
6269         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6270         look for.
6272 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6274         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6275         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6277         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6279 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6281         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6282         (gnus-mime-security-button-menu): New definition.
6283         (gnus-mime-security-button-map): Use them.
6284         (gnus-mime-security-button-menu): New function.
6285         (gnus-insert-mime-security-button): Addition to help echo.
6286         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6287         (gnus-mime-security-pipe-part): New functions.
6289         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6290         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6292         * mm-decode.el (mm-handle-set-disposition): Remove.
6293         (mm-handle-set-description): Remove.
6295 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6297         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6298         (mm-w3m-standalone-supports-m17n-p): New function.
6299         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6300         w3m usage.
6302         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6303         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6305 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6307         * message.el (message-tool-bar-zap-list): Use
6308         gmm-tool-bar-zap-list as custom type.
6309         (message-tool-bar-update): New function.
6310         (message-tool-bar, message-tool-bar-gnome)
6311         (message-tool-bar-retro): Add message-tool-bar-update.
6312         (message-tool-bar-gnome): Add flyspell-buffer.
6314         * gnus-util.el (gnus-error): Describe `args'.
6316         * gmm-utils.el (gmm-error): Describe `args'.
6317         (gmm-tool-bar-zap-list): New widget.
6318         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6320 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6322         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6323         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6324         the number of recursive calls.
6326         * mm-decode.el (mm-handle-set-disposition): New macro.
6327         (mm-handle-set-description): New macro.
6329 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6331         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6332         encoding.
6334 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6336         * message.el (message-tool-bar-zap-list, message-tool-bar)
6337         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6338         (message-tool-bar-local-item-from-menu): Remove.
6339         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6340         (message-make-tool-bar): New function.
6341         (message-mode): Use `message-make-tool-bar'.
6343         * gmm-utils.el: New file.
6344         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6345         (gmm-lazy): New widget copied from `nnmail.el'.
6346         (gmm-tool-bar-from-list): New function for creating customizable
6347         tool bars.
6348         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6349         output.
6350         (gmm): Add :prefix to defgroup.
6352 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6354         * gmm-utils.el (gmm-widget-p): New function.
6356 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6358         * mml.el (mml-attach-file): Describe `description' in doc string.
6359         (mml-menu): Add Emacs MIME manual and PGG manual.
6361 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6363         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6365 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6367         * nntp.el (nntp-end-of-line): Doc fix.
6369 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6371         * imap.el (imap-open): Handle case where buffer is a buffer
6372         object.
6374 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6376         * gnus-delay.el (gnus-delay): Don't autoload.
6377         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6378         to be re-loaded when customizing the `gnus-delay' group.
6380 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6382         * message.el (message-insert-citation-line): Use newlines.
6384 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6386         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6388         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6390 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6392         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6394 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6396         * mm-decode.el (mm-inlined-types): Add application/pgp.
6397         (mm-automatic-display): Ditto.
6399         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6400         part as text.
6402 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * nnrss.el: Update copyright.
6405         (nnrss-opml-import): Query whether to subscribe to each entry.
6407         * gnus-art.el:
6408         * gnus-sum.el:
6409         * mm-uu.el:
6410         * mm-view.el: Update copyright.
6412 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6414         * message.el (message-info): New function.
6415         (message-mode-menu): Add it.
6416         Update copyright.
6418         * ChangeLog: Fix and update copyright.
6420 2006-01-13  Romain Francoise  <romain@orebokech.com>
6422         * message.el (message-forward-subject-name-subject): Prefer the
6423         address to 'nowhere' if the sender has no name.
6424         Fix typo.  Update copyright year.
6426 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * gnus-art.el (article-wash-html): Use
6429         gnus-summary-show-article-charset-alist if a numeric arg is given.
6430         (gnus-article-wash-html-with-w3m-standalone): New function.
6432         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6433         mm-inline-text-html-render-with-w3m-standalone.
6434         (mm-text-html-washer-alist): Map w3m-standalone to
6435         gnus-article-wash-html-with-w3m-standalone.
6436         (mm-inline-text-html-render-with-w3m-standalone): New function.
6438 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6440         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6441         Improve LaTeX.
6443 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6445         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6446         (nnrss-request-article): Render text/plain parts as HTML.
6448         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6449         the buffer.
6451 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6453         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6454         custom definition of `gnus-posting-styles'.
6456         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6457         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6459 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6461         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6462         Use nntp for bug archive.
6464 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6466         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6467         parts.
6468         (nnrss-normalize-date): New function converts ISO 8601 date into
6469         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6470         (nnrss-check-group): Use it.
6472 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6474         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6476         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6477         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6478         (nnrss-insert-w3): Ditto.
6480 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6483         the articles to be forwarded including the case where neither a
6484         number of articles nor a region is specified.
6486 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * nnrss.el (nnrss-request-article): Fix last change; fill
6489         text/plain parts.
6491 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6493         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6494         in text/plain part.
6495         (nnrss-check-group): Don't add excessive newline to dc:subject.
6497 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6499         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6500         article.
6502 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6504         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6505         (nnml-use-compressed-files, nnml-save-mail): Support other
6506         comression programs such as bzip2.
6508 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510         * dns.el (query-dns): Make sure we check the buffer size before
6511         removing tcp headers.
6513 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6515         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6516         remove MIME buttons associated with multipart/alternative parts.
6517         (gnus-mime-display-alternative): Tag buttons using `article-type'
6518         text property.
6520         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6521         associated with multipart/alternative parts.
6523         * gnus-art.el (gnus-signature-separator): Fix custom type.
6525         * mm-decode.el (mm-inlined-types): Fix custom type.
6526         (mm-keep-viewer-alive-types): Ditto.
6527         (mm-automatic-display): Ditto.
6528         (mm-attachment-override-types): Ditto.
6529         (mm-inline-override-types): Ditto.
6530         (mm-automatic-external-display): Ditto.
6532 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6534         * spam-report.el (spam-report-user-mail-address)
6535         (spam-report-user-agent): New variables.
6536         (spam-report-url-ping-plain): Use spam-report-user-agent.
6538 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6540         * gnus-art.el (gnus-button-handle-custom): Do not just use
6541         `customize-apropos' for any "M-x customize-*" button but the
6542         function called for.  Accept both the function name and its
6543         argument in order to achieve this.
6544         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6545         function name to `gnus-button-handle-custom' in case of "M-x
6546         customize-*" buttons.
6548 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6551         multipart/alternative and add xref to mm-discouraged-alternatives
6552         in doc string.
6554         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6555         gnus-buttonized-mime-types in doc string.
6557 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6559         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6560         Suggest image/.* in the doc string.
6562 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6565         message-marks (Debian bug #342521).
6567 2005-12-12  Simon Josefsson  <jas@extundo.com>
6569         * password.el (password-read-from-cache): Add.
6570         (password-read): Use it.
6572 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6574         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6575         us-ascii as a MIME charset.
6577         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6578         against the case where the 2nd arg TYPE is nil.
6580 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6582         * pop3.el (pop3-stream-type): Fix custom version.
6584         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6586 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6588         * mm-decode.el (mm-display-external): Add missing cdr.
6590 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6592         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6593         RFC1524) if it is in mailcap or add a suffix according to
6594         mailcap-mime-extensions when generating a temp filename; postpone
6595         deleting a temp file for 2 seconds for some wrappers, shell
6596         scripts, and so on, which might exit right after having started a
6597         viewer command as a background job.
6599 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * nntp.el (nntp-marks-directory): Fix custom group.
6603         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6604         steps when < 10.
6606         * gnus-start.el (gnus-no-server-1): Mention
6607         `gnus-level-default-subscribed' in doc string.
6609 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6611         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6612         parens.
6614 2005-11-26  Dave Love  <fx@gnu.org>
6616         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6617         (tls-program, tls-success): Provide openssl alternative.
6619         * starttls.el: Doc fixes.
6620         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6621         SERVICE to PORT.
6623         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6624         port null or service name.
6625         (starttls-negotiate): Autoload.
6627 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * message.el (message-kill-to-signature): Fix interactive spec.
6631 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6633         * pop3.el (pop3-open-server): Recognize a string as a service name.
6635 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6637         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6639 2005-11-23  Dave Love  <fx@gnu.org>
6641         Add pop3s, pop3/starttls.
6643         * pop3.el (pop3-authentication-scheme): Clarify doc.
6644         (open-tls-stream, starttls-open-stream): Autoload.
6645         (pop3-stream-type): New.
6646         (pop3-open-server): Use it.
6648         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6649         for POP.
6650         (mail-source-keyword-map): Add :stream for POP.
6651         (mail-source-fetch-pop): Use pop3-stream-type.
6653 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6655         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6656         of current-time-string.
6658 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6660         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6661         date header.
6663 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6665         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6666         it can seriously impact performance as it bypasses the agent's
6667         local caches.
6669 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6671         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6672         must be explicitly online rather than "not explicitly offline" for
6673         its flags to be synchronized.
6675         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6676         that gnus-uu-unmark-thread will function correctly.
6678         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6679         1024K is instead displayed as 1M.
6681 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6685 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6687         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6689 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6691         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6692         error message to display actual error condition.
6693         (gnus-agent-save-local): Avoid saving symbols that are bound to
6694         nil as they simply result in a warning message in
6695         gnus-agent-read-local.
6697 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6699         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6700         rather than make-variable-buffer-local for file-precious-flag.
6702 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6704         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6705         for duplicates which are removed.  The invalid sort check then
6706         triggers a rescan after the sort as sorting may have moved
6707         duplicate entries such that they can be cheaply detected.
6709 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6713 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6715         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6716         internal variable to a custom variable.  Changed default value
6717         from compressed(2) to uncompressed(1).
6718         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6719         support for uncompressed agentview files.  Taken together, reading
6720         the agentview file should now be 6-7 times faster.
6722 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6724         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6725         as a buffer-local variable.  This avoids creating truncated
6726         dribble files as a result of a hang up, eg.
6728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6730         * gnus-start.el (gnus-start-draft-setup): Enforce
6731         `gnus-draft-mode' for nndraft:drafts at startup.
6733         * gnus.el (gnus-splash): Change custom group.
6734         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6735         allow-list argument.
6737         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6738         string.
6740 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6742         * gnus-art.el (gnus-default-article-saver): Add user-defined
6743         `function' to custom type.
6745 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6747         * imap.el (imap-open): Handle case where buffer is a buffer
6748         object.
6750 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6752         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6753         long lines.
6754         (gnus-cache-delete-group): Wrap doc strings.
6756         * gnus-agent.el (gnus-agent-rename-group)
6757         (gnus-agent-delete-group): Wrap doc strings.
6759 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761         * gnus-start.el (gnus-1): Add "native" to
6762         gnus-predefined-server-alist.
6764         * gnus.el (gnus-method-to-server): Don't add "native" to the
6765         lists here, because that leads to problems when
6766         gnus-select-method is bound.
6768 2005-11-09  Simon Josefsson  <jas@extundo.com>
6770         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6771         use (not sort-by-date) instead.
6773 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * gnus-delay.el (gnus-delay-group): Don't autoload.
6776         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6777         to be re-loaded when customizing the `gnus-delay' group.
6779 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6781         * message.el: Revert last changes.
6782         (message-insert-citation-line): Use newlines.
6784 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6786         * message.el (message-courtesy-message)
6787         (message-mark-insert-begin, message-mark-insert-end)
6788         (message-elide-ellipsis, message-cancel-message)
6789         (message-add-header, message-change-subject)
6790         (message-cross-post-followup-to-header)
6791         (message-cross-post-insert-note, message-reduce-to-to-cc)
6792         (message-widen-reply, message-delete-not-region)
6793         (message-kill-to-signature, message-insert-signature)
6794         (message-insert-importance-high, message-insert-importance-low)
6795         (message-insert-or-toggle-importance)
6796         (message-insert-disposition-notification-to)
6797         (message-indent-citation, message-yank-original)
6798         (message-cite-original-without-signature, message-cite-original)
6799         (message-insert-citation-line, message-position-on-field)
6800         (message-fix-before-sending, message-send-mail-partially)
6801         (message-send-mail, message-send-mail-with-sendmail)
6802         (message-send-mail-with-qmail, message-send-news)
6803         (message-check-news-header-syntax, message-generate-headers)
6804         (message-insert-courtesy-copy, message-fill-address)
6805         (message-fill-header, message-shorten-references)
6806         (message-setup-1, message-cancel-news)
6807         (message-forward-make-body-plain, message-forward-make-body-mime)
6808         (message-forward-make-body-mml, message-encode-message-body)
6809         (message-forward-make-body-digest-plain)
6810         (message-forward-make-body-digest-mime)
6811         (message-use-alternative-email-as-from): Insert `hard-newline'
6812         instead of ordinary newlines.
6814 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6816         * message.el (message-generate-headers): Downcase the argument
6817         given to message-check-element.
6819 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6821         * nntp.el (nntp-authinfo-rejected): New error condition.
6822         (nntp-wait-for): Use new error condition to signal authentication
6823         error.
6824         (nntp-retrieve-data): Rethrow new error condition to break out of
6825         recursive call to nntp-send-authinfo.
6827 2005-11-08  Romain Francoise  <romain@orebokech.com>
6829         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6830         (gnus-summary-exit-map): Bind to `Z p'.
6831         (gnus-summary-make-menu-bar): Add menu item.
6833 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6835         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6836         (gnus-treat-*): Add `first' in all doc strings.
6838         * gnus-group.el (gnus-group-compact-group): Fix typo.
6840 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6842         * gnus.el (gnus-parameters-case-fold-search): New variable.
6843         (gnus-parameters-get-parameter): Use it.
6845         * gnus-score.el (gnus-home-score-file): Doc fix.
6847 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6849         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6851 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * mm-util.el (mm-special-display-p): New function.
6855         * mml.el (mml-preview): Use it; doc fix.
6857 2005-10-29  Romain Francoise  <romain@orebokech.com>
6859         * message.el (message-fix-before-sending): Fix comment.
6861 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6863         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6865 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6867         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6868         Used in gnus-score.el.
6870 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6872         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6874 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6876         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6877         whitespace removed in revision 7.8.  Use concatenated string to
6878         protect trailing whitespace.
6880 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6882         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6883         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6884         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6885         Courier IMAP ("some version from 2004").  Mostly based on similar
6886         code in the same function.
6888 2005-10-26  Didier Verna  <didier@xemacs.org>
6890         * gnus-group.el (gnus-group-compact-group): Invalidate original
6891         article buffer.
6892         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6893         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6894         NOV database and in article itself.
6895         Invalidate article backlog.
6897 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6899         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6901 2005-10-26  Simon Josefsson  <jas@extundo.com>
6903         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6904         part of 2004-07-25 change.
6906 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6908         * message.el (message-display-completion-list): New function.
6909         (message-expand-group): Use it; make sure the Completions buffer
6910         is modifiable.
6912 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6914         * imap.el (imap-open): Handle case where buffer is a buffer object.
6916 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6918         * pgg-def.el:
6919         * pgg-gpg.el:
6920         * pgg-parse.el:
6921         * pgg-pgp.el:
6922         * pgg-pgp5.el:
6923         * pgg.el: Move to the parent lisp directory.
6925 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6927         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6928         user-mail-name is an empty string.
6930 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6932         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6933         depending on gnus-score-decay-constant.
6935         * encrypt.el (encrypt-insert-file-contents)
6936         (encrypt-write-file-contents): Don't use `gnus-message'.
6938         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6939         arguments.
6940         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6941         arguments to mm-uu-verbatim-marks-extract.
6942         (mm-uu-hide-markers): New variable.
6943         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6945         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6946         (gnus-convert-image-to-face-command): Use "convert" by default to
6947         allow other input image formats.
6948         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6949         accordingly.
6951 2005-10-23  Simon Josefsson  <jas@extundo.com>
6953         * imap.el (imap-gssapi-program): Align command line parameters
6954         with latest GNU SASL.
6955         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6957 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6960         HTML.
6961         (nnslashdot-request-article): Ditto.
6963 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6965         * mail-source.el (mail-source-fetch-pop): Require pop3.
6966         (mail-source-check-pop): Ditto.
6968 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6970         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6971         errors.
6973 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6975         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6976         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6978         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6980         * mm-bodies.el (mm-decode-string): Call
6981         `mm-charset-to-coding-system' with allow-override argument.
6983 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6985         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6986         (rfc2047-charset-to-coding-system): New function.
6987         (rfc2047-decode-encoded-words): New function.
6988         (rfc2047-decode-region): Use them.
6989         (rfc2047-decode-cte): Remove.
6990         (rfc2047-parse-and-decode): Remove.
6991         (rfc2047-decode): Remove.
6993 2005-10-15  Kenichi Handa  <handa@m17n.org>
6995         * rfc2047.el (rfc2047-decode-cte): New function.
6996         (rfc2047-decode-region): Change the way to decode successive
6997         encoded-words: decode B- or Q-encoding in each encoded-word,
6998         concatenate them, and decode it as charset.
7000 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7002         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7003         widget-move-and-invoke.
7004         (gnus-custom-mode): Use gnus-custom-map.
7006 2005-10-15  Bill Wohler  <wohler@newt.com>
7008         * message.el (message-tool-bar-map): Renamed image file from
7009         mail_send to mail/send.
7011 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7013         * message.el (message-expand-group): Pass the common
7014         prefix substring of completion to `display-completion-list'.
7016 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7018         * mml-sec.el (mml-secure-method): New internal variable.
7019         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7020         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7021         functions using mml-secure-method.
7023         * mml.el (mml-mode-map): Add key bindings for those functions.
7024         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7025         Harder <harder@myrealbox.com>.
7026         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7027         end of message if point is the headers of the message.
7029         * message.el (message-in-body-p): New function.
7031         * assistant.el: Autoload gnus-util and netrc.
7033         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7034         Use `mm-charset-override-alist' only when decoding.
7036         * mm-bodies.el (mm-decode-body): Call
7037         `mm-charset-to-coding-system' with allow-override argument.
7039         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7040         `filename' from Content-Disposition if Content-Type doesn't
7041         provide `name'.
7042         (gnus-mime-view-part-as-type): Set default instead of
7043         initial-input.
7045 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7047         * format-spec.el (format-spec): Propagate text properties of % spec.
7049 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7051         * gnus-art.el (gnus-treat-predicate): Add `first'.
7053 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7055         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7056         (mm-charset-override-alist): New variable.
7057         (mm-charset-to-coding-system): Use it.
7058         (mm-codepage-setup): New helper function.
7059         (mm-charset-eval-alist): New variable.
7060         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7061         about unknown charsets.
7063 2005-10-04  David Hansen  <david.hansen@gmx.net>
7065         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7066         (nnrss-check-group): Ditto.
7068 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7070         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7071         Rename x-gnus-verbatim to x-verbatim.
7072         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7074         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7075         x-verbatim.
7077         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7079         * gnus-util.el (gnus-remove-duplicates): Remove.
7081         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7082         instead of gnus-remove-duplicates.
7084         * message.el (message-remove-duplicates): Remove.
7085         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7086         message-remove-duplicates.
7088         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7089         available, else use implementation from `delete-dups'.
7091         * message.el (message-insert-expires): New function.
7092         (message-mode-map): Add key binding.
7093         (message-mode-field-menu): Add menu entry.
7094         (message-mode): Document it.
7095         (message-make-expires-date): Use `message-make-date'.
7097 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7099         * message.el (message-make-expires-date): New function.
7101 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7103         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7105 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7108         function rather than the diff-mode.el package.
7109         (mm-display-external): Use with-current-buffer.
7110         (mm-viewer-completion-map, mm-viewer-completion-map):
7111         Move initialization inside declaration.
7113 2005-09-29  Simon Josefsson  <jas@extundo.com>
7115         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7116         autoload mail-check-payment.
7117         (spam-check-hashcash): Define unconditionally, since hashcash.el
7118         is part of Gnus now.  Ignore errors from payment checking.
7120 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7122         * message.el (message-bold-region, message-unbold-region): Rename
7123         from `bold-region' and `unbold-region'.
7125         * message.el: Remove useless autoloads.
7127 2005-09-28  Simon Josefsson  <jas@extundo.com>
7129         * message.el (message-use-idna): Default to t.
7130         (message-use-idna): Test whether encoding works too.  Doc fix.
7132 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         * nntp.el (nntp-warn-about-losing-connection): Remove.
7136 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7138         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7139         customizable.  Change default value.
7140         (mm-uu-diff-groups-regexp): Change default value.
7141         (mm-uu-type-alist): Add doc string.
7142         (mm-uu-configure): Add doc string.  Make it interactive.
7143         (mm-uu-tex-groups-regexp): New variable.
7144         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7145         (mm-uu-type-alist): Add LaTeX documents.
7146         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7147         of "text/verbatim".
7148         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7150         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7151         instead of "text/verbatim".
7153         * message.el (message-mark-inserted-region)
7154         (message-mark-insert-file): Use slrn style marks when called with
7155         prefix argument.
7157 2005-09-27  Simon Josefsson  <jas@extundo.com>
7159         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7161 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7163         * message.el (message-remove-duplicates): New function.
7164         Implementation borrowed from `gnus-remove-duplicates'.
7165         (message-idna-to-ascii-rhs): Also encode idna addresses in
7166         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7167         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7168         only ask about the same idna domain once per header and also tell
7169         in what header to replace the idna domain.
7171         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7172         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7173         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7174         a header is decoded and not just the last one.
7176 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7179         has been decoded.
7181         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7182         (mm-insert-part): Don't modify text if it has been decoded.
7184         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7185         decoded.
7187         * mm-view.el (mm-inline-text): Don't strip text props unless
7188         decoding enriched or richtext parts.
7190 2005-09-25  Romain Francoise  <romain@orebokech.com>
7192         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7193         * gnus-start.el (gnus-subscribe-interactively):
7194         * gnus-uu.el (gnus-uu-grab-articles):
7195         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7196         space.
7198 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7200         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7201         * mm-view.el (mm-view-pkcs7-decrypt):
7202         * gnus-sum.el (gnus-summary-limit-to-extra)
7203         (gnus-summary-respool-article, gnus-read-move-group-name):
7204         * gnus-score.el (gnus-summary-increase-score):
7205         * gnus-util.el (gnus-completing-read-with-default):
7206         * gnus-art.el (gnus-read-save-file-name)
7207         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7208         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7209         * message.el (message-check-news-header-syntax):
7210         Follow convention for reading with the minibuffer.
7212 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7214         * spam-report.el (spam-report-url-ping-plain):
7215         Use gnus-extended-version as User-Agent.
7217         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7218         default value is nil.
7220         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7221         (mm-uu-verbatim-marks-extract): New function.
7222         (mm-uu-extract): New face.
7223         (mm-uu-copy-to-buffer): Use it.
7225         * spam-report.el (spam-report-gmane-ham): Renamed from
7226         `spam-report-gmane-unspam'.
7227         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7228         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7230         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7231         Autoload.
7232         (spam-report-gmane-unregister-routine): Renamed
7233         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7235 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7237         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7238         (spam-report-gmane-unregister-routine): Add support for gmane
7239         unregistration.
7241         * spam-report.el (spam-report-gmane-unspam)
7242         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7243         (spam-report-gmane): Change to take a single article and do unspam
7244         registration.
7246 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7248         * mm-url.el (mm-url-decode-entities): Fix regexp.
7250 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7253         default to nil, to be able to use Gnus at all.  If the default
7254         switches to something else, then the function should be fixed not
7255         be exceedingly slow.
7257 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7259         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7260         fail hard.
7262         * spam-report.el: Add better Keywords line.
7264         * spam.el: Add Maintainer and better Keywords line.
7266 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * gnus-art.el (gnus-article-replace-part)
7269         (gnus-mime-replace-part): New functions.
7270         (gnus-mime-action-alist, gnus-mime-button-commands)
7271         (gnus-mime-save-part-and-strip): Added file argument.
7272         (gnus-article-part-wrapper): Added interactive argument.
7274         * gnus-sum.el (gnus-summary-mime-map): Add
7275         `gnus-article-replace-part'.
7277 2005-09-19  Didier Verna  <didier@xemacs.org>
7279         The nnml compaction feature:
7280         * nnml.el (nnml-request-compact-group): New function.
7281         * nnml.el (nnml-request-compact): New function.
7282         * gnus-int.el (gnus-request-compact-group): New function.
7283         * gnus-int.el (gnus-request-compact): New function.
7284         * gnus-group.el (gnus-group-compact-group): New function.
7285         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7286         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7287         * gnus-srvr.el (gnus-server-compact-server): New function.
7288         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7289         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7291 2005-09-18  Deepak Goel  <deego@gnufans.org>
7293         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7294         format spec.
7296 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7298         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7300 2005-09-15  Romain Francoise  <romain@orebokech.com>
7302         * message.el (message-fill-paragraph): Clarify docstring.
7304 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7306         * gnus-art.el (gnus-mime-display-part): Protect against broken
7307         MIME messages.
7309 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7311         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7312         before parsing header.
7314 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7316         * html2text.el (html2text-replace-list): Add new entities.
7318 2005-09-11  Romain Francoise  <romain@orebokech.com>
7320         * message.el (message-alternative-emails): Improve docstring.
7321         (message-setup-1): Call `message-use-alternative-email-as-from'
7322         after `message-setup-hook' to give it precedence over posting
7323         styles, etc.
7324         (message-use-alternative-email-as-from): Add docstring.  Remove
7325         the original From header if present.
7327         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7328         (nnml-save-mail): Use it.
7330         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7331         articles.  Add new argument `silent'.
7332         (gnus-uu-mark-all): Report the total number of marked articles.
7334 2005-09-10  Romain Francoise  <romain@orebokech.com>
7336         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7337         (gnus-uu-mark-series): Likewise.
7339 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7341         * spam-report.el (spam-report-gmane): Fix generation of spam
7342         report URL.
7344 2005-09-10  Simon Josefsson  <jas@extundo.com>
7346         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7347         t, based on discussion on the ding list with Robert Epprecht
7348         <epprecht@solnet.ch>.
7350 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7352         * spam-report.el (spam-report-gmane): Make it work without
7353         X-Report-Spam header.  Gmane now only provides Archived-At.
7354         This is only used if `spam-report-gmane-use-article-number' is nil.
7355         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7357         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7358         make `gnus-summary-sort-by-recipient' work with threading.
7360         * nnweb.el (nnweb-google-wash-article): Print a message if article
7361         is not available.
7363 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7365         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7366         change.  Decode text/* parts content before displaying.
7368 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7370         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7372 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7374         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7376 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7378         * message.el (message-tab-body-function): Fix mismatched custom type.
7380         * gnus.el (gnus-group-change-level-function): Ditto.
7382         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7384         * gnus-art.el (gnus-signature-limit)
7385         (gnus-article-mime-part-function): Ditto.
7387 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7389         * mml.el (mml-mode): Silence the byte compiler.
7391         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7392         using `(sit-for 0)' before moving the point to the specified part;
7393         skip unbuttonized parts.
7394         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7395         return to the summary window if gnus-auto-select-part is non-nil.
7397 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7399         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7400         variables.
7401         (mml-dnd-attach-file, mml-mode): Use them.
7403         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7404         Make fetching article by MID work again for Google Groups.  Added
7405         FIXME concerning gnus-group-make-web-group.
7407         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7408         Don't depend on Gnus by using mail-extract-address-components if
7409         gnus-extract-address-components is not bound.
7411 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413         * gnus-art.el (gnus-mime-display-security): Don't display the
7414         signature, but only the signed part.
7416 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7418         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7420         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7421         list, not listp.
7423 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7425         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7426         when encoding.
7428         * mm-bodies.el (mm-decode-content-transfer-encoding):
7429         De-canonicalize CRLF for all text content types, not just
7430         text/plain.
7432 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7434         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7435         valid article; point arrow and cursor at the MIME button.
7437 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7439         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7440         Suggested by Dan Christensen <jdc@uwo.ca>.
7442         * mm-decode.el (mm-save-part): Enable change of prompt.
7444 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7446         * gnus-msg.el (gnus-inews-add-send-actions): Made
7447         `message-post-method' lambda parameter ARG `&optional'.
7449 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7451         * gnus-sum.el (gnus-summary-mime-map): Added
7452         gnus-article-save-part-and-strip, gnus-article-delete-part and
7453         gnus-article-jump-to-part.
7455         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7456         (gnus-article-edit-part): Use it.
7457         (gnus-article-part-wrapper): Added no-handle argument.
7458         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7459         functions.
7461 2005-08-29  Romain Francoise  <romain@orebokech.com>
7463         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7464         docstring.
7465         (gnus-face-from-file): Likewise.
7467 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7469         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7470         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7471         non-nil.
7472         (gnus-auto-select-part): New variable.
7473         (gnus-article-jump-to-part): New function.
7474         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7475         (gnus-mime-delete-part): Allow selecting specified part after
7476         deleting or stripping parts.
7477         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7478         part if argument is bogus.
7480 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7482         * gnus-art.el (w3m-minor-mode-map):
7483         * gnus-spec.el (gnus-newsrc-file-version):
7484         * gnus-util.el (nnmail-active-file-coding-system)
7485         (gnus-original-article-buffer, gnus-user-agent):
7486         * gnus.el (gnus-ham-process-destinations)
7487         (gnus-parameter-ham-marks-alist)
7488         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7489         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7490         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7491         * mm-decode.el (gnus-current-window-configuration):
7492         * mm-extern.el (gnus-article-mime-handles):
7493         * mm-url.el (url-current-object, url-package-name)
7494         (url-package-version):
7495         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7496         (smime-keys, w3m-cid-retrieve-function-alist)
7497         (w3m-current-buffer, w3m-display-inline-images)
7498         (w3m-minor-mode-map):
7499         * mml-smime.el (gnus-extract-address-components):
7500         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7501         (gnus-newsrc-hashtb, message-default-charset)
7502         (message-deletable-headers, message-options)
7503         (message-posting-charset, message-required-mail-headers)
7504         (message-required-news-headers):
7505         * mml1991.el (mc-pgp-always-sign):
7506         * mml2015.el (mc-pgp-always-sign):
7507         * nnheader.el (nnmail-extra-headers):
7508         * rfc1843.el (gnus-decode-encoded-word-function)
7509         (gnus-decode-header-function, gnus-newsgroup-name):
7510         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7512 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7514         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7515         the end of the date treatments.
7517 2005-08-15  Simon Josefsson  <jas@extundo.com>
7519         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7520         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7521         Capello and Romain Francoise.
7522         (pgg-fetch-key-function): Removed, not used?
7523         (pgg-insert-url-with-w3): Require url, to get
7524         url-insert-file-contents regardless of where it is defined.
7526 2005-08-13  Romain Francoise  <romain@orebokech.com>
7528         * message.el (message-cite-original-1): New function.
7529         (message-cite-original): Use it.
7530         (message-cite-original-without-signature): Ditto.
7532 2005-08-08  Romain Francoise  <romain@orebokech.com>
7534         * message.el (message-yank-empty-prefix): New variable.
7535         (message-indent-citation): Use it.
7536         (message-cite-original-without-signature): Respect X-No-Archive.
7538 2005-08-08  Simon Josefsson  <jas@extundo.com>
7540         * pgg.el: Autoload url-insert-file-contents instead of loading
7541         w3/url.
7542         (pgg-insert-url-with-w3): Don't load url here.
7544 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7546         * message.el (message-kill-to-signature): Don't insert newline at
7547         bol.
7548         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7550 2005-08-06  Romain Francoise  <romain@orebokech.com>
7552         * message.el (message-user-fqdn): Fix typo in docstring.
7554 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7556         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7558         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7560 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7562         * mm-bodies.el (mm-encode-body): Use coding system rather than
7563         charset to encode text.
7565         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7566         number of charsets if utf-8 is available (XEmacs).
7568 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7570         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7571         taken from `gnus-button-mid-or-mail-regexp'.
7572         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7573         (gnus-button-alist): Improve regexp for domain part of the MIDs
7574         for news:localpart@domain buttons.
7575         (gnus-button-ctan-directory-regexp): Update.
7577 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7579         * sieve-manage.el (sieve-manage-interactive-login): Use
7580         make-local-variable rather than make-variable-buffer-local.
7581         (sieve-manage-open): Ditto.
7582         (sieve-manage-authenticate): Ditto.
7584         * mml.el (mml-generate-mime-1): Make the content type default to
7585         text/plain if the filename is not specified.
7587 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7590         instead of insert-buffer.
7592         * message.el (message-yank-original): Ditto; set the mark at the
7593         end of the yanked message.
7595 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7597         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7598         lines to scroll rather than to stop it.
7600         * mml.el (mml-generate-default-type): Add doc string.
7601         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7602         default to application/octet-stream when determining the content
7603         type if it is not specified for the part or the mml contents; add
7604         a comment about mml-generate-default-type.
7606 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7608         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7609         make it default to application/octet-stream when determining the
7610         content type if it is not specified for the external contents.
7612 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7614         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7615         segmented parameter but also other parameters might be there.
7617 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7619         * mm-decode.el (mm-display-external): Delete temp file, directory
7620         and buffer immediately if the external process is exited.
7622 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7624         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7625         fewer lines than that of scroll-margin.
7626         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7628 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7630         * gnus-art.el (gnus-article-next-page): Revert.
7631         (gnus-article-beginning-of-window): New macro.
7632         (gnus-article-next-page-1): Use it.
7633         (gnus-article-prev-page): Ditto.
7634         (gnus-article-edit-part): Use insert-buffer-substring instead of
7635         insert-buffer.
7636         (gnus-article-edit-exit): Ditto.
7638         * gnus-util.el (gnus-beginning-of-window): Remove.
7639         (gnus-end-of-window): Remove.
7641 2005-07-25  Simon Josefsson  <jas@extundo.com>
7643         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7644         to have the url package without w3.  Reported by Daiki Ueno
7645         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7647 2005-07-20  Didier Verna  <didier@xemacs.org>
7649         * gnus-diary.el: Remove the description comment (nndiary is now
7650         properly documented in the Gnus manual).
7651         Fix the spelling of "Back End".
7652         * nndiary.el: Ditto.
7653         Fix the copyright notice.
7655 2005-07-18  Romain Francoise  <romain@orebokech.com>
7657         * gnus-sum.el (gnus-summary-to-prefix)
7658         (gnus-summary-newsgroup-prefix): New variables.
7659         (gnus-summary-from-or-to-or-newsgroups): Use them.
7661 2005-07-17  Romain Francoise  <romain@orebokech.com>
7663         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7664         space as it's generally not especially interesting to the user.
7666 2005-07-16  Romain Francoise  <romain@orebokech.com>
7668         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7669         nil to avoid prompting and file modification if one of the
7670         messages at the top of the nnfolder file contains a copyright
7671         notice.
7672         Update copyright notice.
7674         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7675         instead of `current-time-string' as the latter creates a time
7676         string that is not RFC 2822 compliant (it lacks the zone).
7677         Update copyright notice.
7679 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7681         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7682         for text/rtf.  Display default in prompt.  Pass default for M-n.
7684         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7686 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688         * gnus-msg.el (gnus-button-mailto): Remove
7689         save-selected-window-window hackery because it relies on
7690         save-selected-window internals.
7692 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7694         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7695         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7696         (gnus-article-prev-page): Ditto.
7698         * gnus-util.el (gnus-beginning-of-window): New function.
7699         (gnus-end-of-window): New function.
7701 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7703         * gnus-score.el (gnus-score-edit-all-score): Set
7704         gnus-score-edit-exit-function to gnus-score-edit-done and call
7705         gnus-message.
7707 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709         * gnus-msg.el (gnus-button-mailto): Remove
7710         save-selected-window-window hackery because it relies on
7711         save-selected-window internals.
7713 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7715         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7716         add-minor-mode.
7717         (gnus-binary-mode): Ditto.
7719         * gnus-topic.el (gnus-topic-mode): Ditto.
7721 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7723         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7724         (gnus-article-prev-page): Take scroll-margin into consideration.
7726 2005-07-04  Lute Kamstra  <lute@gnu.org>
7728         Update FSF's address in GPL notices.
7730 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7732         * gnus.el (gnus-exit):
7733         * gnus-group.el (gnus-group-icons):
7734         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7736         * gnus-nocem.el (gnus-nocem):
7737         * message.el (message-various, message-buffers, message-sending)
7738         (message-interface, message-forwarding, message-insertion)
7739         (message-headers, message-news, message-mail):
7740         * pgg-gpg.el (pgg-gpg):
7741         * pgg-parse.el (pgg-parse):
7742         * pgg-pgp.el (pgg-pgp):
7743         * pgg-pgp5.el (pgg-pgp5):
7744         * pop3.el (pop3): Finish `defgroup' description with period.
7746 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * gnus-art.el (article-display-face): Improve the efficiency.
7749         (article-display-x-face): Ditto; remove grey x-face stuff.
7751 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7753         * gnus-art.el (article-display-face): Correct the position in
7754         which Faces are inserted.
7756 2005-06-29  Didier Verna  <didier@xemacs.org>
7758         * gnus-art.el (article-display-face): Display faces in correct
7759         order.
7761 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7764         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7765         (gnus-nocem-check-article): Fetch the Type header.
7766         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7767         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7768         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7769         make sure gnus-nocem-hashtb is initialized.
7770         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7771         (gnus-nocem-unwanted-article-p): Ditto.
7773         * pgg.el (pgg-verify): Return the verification result.
7775 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7777         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7778         is ascii.
7780 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7782         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7783         `show-nonbreak-escape'.
7785 2005-06-23  Lute Kamstra  <lute@gnu.org>
7787         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7789         * dig.el (dig-mode):
7790         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7792 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7794         * nnimap.el (nnimap-split-download-body): Fix spellings.
7796 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7798         * gnus-art.el (gnus-article-encrypt-body):
7799         * gnus-cus.el (gnus-score-customize):
7800         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7801         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7803 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7805         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7806         header by looking for magic "MII" at the beginnig.
7808 2005-06-16  Miles Bader  <miles@gnu.org>
7810         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7811         (assistant-field-face): New backward-compatibility alias for renamed
7812         face.
7813         (assistant-render-text): Use renamed assistant-field face.
7815         * spam.el (spam): Remove "-face" suffix from face name.
7816         (spam-face): New backward-compatibility alias for renamed face.
7817         (spam-face, spam-initialize): Use renamed spam face.
7819         * message.el (message-header-to, message-header-cc)
7820         (message-header-subject, message-header-newsgroups)
7821         (message-header-other, message-header-name)
7822         (message-header-xheader, message-separator, message-cited-text)
7823         (message-mml): Remove "-face" suffix from face names.
7824         (message-header-to-face, message-header-cc-face)
7825         (message-header-subject-face, message-header-newsgroups-face)
7826         (message-header-other-face, message-header-name-face)
7827         (message-header-xheader-face, message-separator-face)
7828         (message-cited-text-face, message-mml-face):
7829         New backward-compatibility aliases for renamed faces.
7830         (message-font-lock-keywords): Use renamed message faces.
7832         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7833         (sieve-test-commands, sieve-tagged-arguments):
7834         Remove "-face" suffix from face names.
7835         (sieve-control-commands-face, sieve-action-commands-face)
7836         (sieve-test-commands-face, sieve-tagged-arguments-face):
7837         New backward-compatibility aliases for renamed faces.
7838         (sieve-control-commands-face, sieve-action-commands-face)
7839         (sieve-test-commands-face, sieve-tagged-arguments-face):
7840         Use renamed sieve faces.
7842         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7843         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7844         (gnus-group-news-3-empty, gnus-group-news-4)
7845         (gnus-group-news-4-empty, gnus-group-news-5)
7846         (gnus-group-news-5-empty, gnus-group-news-6)
7847         (gnus-group-news-6-empty, gnus-group-news-low)
7848         (gnus-group-news-low-empty, gnus-group-mail-1)
7849         (gnus-group-mail-1-empty, gnus-group-mail-2)
7850         (gnus-group-mail-2-empty, gnus-group-mail-3)
7851         (gnus-group-mail-3-empty, gnus-group-mail-low)
7852         (gnus-group-mail-low-empty, gnus-summary-selected)
7853         (gnus-summary-cancelled, gnus-summary-high-ticked)
7854         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7855         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7856         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7857         (gnus-summary-low-undownloaded)
7858         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7859         (gnus-summary-low-unread, gnus-summary-normal-unread)
7860         (gnus-summary-high-read, gnus-summary-low-read)
7861         (gnus-summary-normal-read, gnus-splash):
7862         Remove "-face" suffix from face names.
7863         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7864         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7865         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7866         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7867         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7868         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7869         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7870         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7871         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7872         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7873         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7874         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7875         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7876         (gnus-summary-normal-ticked-face)
7877         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7878         (gnus-summary-normal-ancient-face)
7879         (gnus-summary-high-undownloaded-face)
7880         (gnus-summary-low-undownloaded-face)
7881         (gnus-summary-normal-undownloaded-face)
7882         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7883         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7884         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7885         (gnus-splash-face):
7886         New backward-compatibility aliases for renamed faces.
7887         (gnus-group-startup-message): Use renamed gnus faces.
7889         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7890         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7891         (gnus-server-agent): Remove "-face" suffix from face names.
7892         (gnus-server-agent-face, gnus-server-opened-face)
7893         (gnus-server-closed-face, gnus-server-denied-face)
7894         (gnus-server-offline-face):
7895         New backward-compatibility aliases for renamed faces.
7896         (gnus-server-agent-face, gnus-server-opened-face)
7897         (gnus-server-closed-face, gnus-server-denied-face)
7898         (gnus-server-offline-face): Use renamed gnus faces.
7900         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7901         Remove "-face" suffix from face names.
7902         (gnus-picon-xbm-face, gnus-picon-face):
7903         New backward-compatibility aliases for renamed faces.
7905         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7906         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7907         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7908         (gnus-cite-11): Remove "-face" suffix from face names.
7909         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7910         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7911         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7912         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7913         New backward-compatibility aliases for renamed faces.
7914         (gnus-cite-attribution-face, gnus-cite-face-list)
7915         (gnus-article-boring-faces): Use renamed gnus faces.
7917         * gnus-art.el (gnus-signature, gnus-header-from)
7918         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7919         (gnus-header-content): Remove "-face" suffix from face names.
7920         (gnus-signature-face, gnus-header-from-face)
7921         (gnus-header-subject-face, gnus-header-newsgroups-face)
7922         (gnus-header-name-face, gnus-header-content-face):
7923         New backward-compatibility aliases for renamed faces.
7924         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7926         * gnus-sum.el (gnus-summary-selected-face)
7927         (gnus-summary-highlight): Use renamed gnus faces.
7928         * gnus-group.el (gnus-group-highlight): Likewise.
7930 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7932         * gnus-sieve.el (gnus-sieve-article-add-rule):
7933         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7934         * spam-stat.el (spam-stat-buffer-change-to-spam)
7935         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7937         * message.el (message-is-yours-p):
7938         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7940 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7942         * mm-view.el (mm-inline-text): Withdraw the last change.
7944 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7946         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7947         executing enriched-decode.
7949 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7951         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7952         charset of tar files.
7954 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7956         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7958 2005-06-04  Lute Kamstra  <lute@gnu.org>
7960         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7961         information is never recorded.
7963 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7967 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7969         * pop3.el (pop3-apop): Run md5 in the binary mode.
7971         * starttls.el (starttls-set-process-query-on-exit-flag):
7972         Use eval-and-compile.
7974 2005-05-31  Simon Josefsson  <jas@extundo.com>
7976         * smime.el (smime-replace-in-string): Define.
7977         (smime-cert-by-ldap-1): Use it.
7979 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7981         * gnus-art.el (article-display-x-face): Replace
7982         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7984         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7985         set-process-query-on-exit-flag or process-kill-without-query.
7987         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7988         loop instead of replace-regexp.
7990         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7991         instead of process-kill-without-query if it is available.
7993         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7994         instead of find-file-hooks if it is available.
7996         * mml1991.el: Bind pgg-default-user-id when compiling.
7998         * mml2015.el: Bind pgg-default-user-id when compiling.
8000         * nndraft.el (nndraft-request-associate-buffer):
8001         Use write-contents-functions instead of write-contents-hooks if it is
8002         available.
8004         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8005         instead of find-file-hooks if it is available.
8007         * nntp.el (nntp-open-connection): Replace
8008         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8009         (nntp-open-ssl-stream): Ditto.
8010         (nntp-open-tls-stream): Ditto.
8012         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8013         set-process-query-on-exit-flag or process-kill-without-query.
8014         (starttls-open-stream-gnutls): Use it instead of
8015         process-kill-without-query.
8016         (starttls-open-stream): Ditto.
8018 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8020         * smime.el (smime-cert-by-ldap-1): Don't use
8021         replace-regexp-in-string.
8023 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8025         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8027         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8028         in PEM format.  Adjust to the XEmacs compability.
8030 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8032         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8033         by `string-to-number'.
8034         * gnus-agent.el (gnus-agent-regenerate-group)
8035         (gnus-agent-fetch-articles): Ditto.
8036         * gnus-art.el (gnus-button-fetch-group): Ditto.
8037         * gnus-cache.el (gnus-cache-generate-active)
8038         (gnus-cache-articles-in-group): Ditto.
8039         * gnus-group.el (gnus-group-set-current-level)
8040         (gnus-group-insert-group-line): Ditto.
8041         * gnus-score.el (gnus-score-set-expunge-below)
8042         (gnus-score-set-mark-below, gnus-summary-score-effect)
8043         (gnus-summary-score-entry): Ditto.
8044         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8045         (gnus-soup-pack): Ditto.
8046         * gnus-spec.el (gnus-xmas-format): Ditto.
8047         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8048         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8049         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8050         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8051         * nndb.el (nndb-get-remote-expire-response): Ditto.
8052         * nndiary.el (nndiary-parse-schedule-value)
8053         (nndiary-string-to-number, nndiary-request-replace-article)
8054         (nndiary-request-article): Ditto.
8055         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8056         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8057         * nneething.el (nneething-make-head): Ditto.
8058         * nnfolder.el (nnfolder-request-article)
8059         (nnfolder-retrieve-headers): Ditto.
8060         * nnheader.el (nnheader-file-to-number): Ditto.
8061         * nnkiboze.el (nnkiboze-request-article): Ditto.
8062         * nnmail.el (nnmail-process-unix-mail-format)
8063         (nnmail-process-babyl-mail-format): Ditto.
8064         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8065         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8066         (nnmh-request-create-group, nnmh-request-list-1)
8067         (nnmh-request-group, nnmh-request-article): Ditto.
8068         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8069         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8070         * nnsoup.el (nnsoup-make-active): Ditto.
8071         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8072         * nntp.el (nntp-find-group-and-number)
8073         (nntp-retrieve-headers-with-xover): Ditto.
8074         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8075         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8076         (pgg-format-key-identifier): Ditto.
8077         * pop3.el (pop3-last, pop3-stat): Ditto.
8078         * qp.el (quoted-printable-decode-region): Ditto.
8080         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8081         of concat.
8083 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8085         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8087         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8089         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8091         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8093         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8095         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8097         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8098         (gnus-carpal-mode): Ditto.
8100         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8101         (gnus-browse-mode): Ditto.
8103         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8105         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8107 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8109         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8111 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * gnus-util.el (gnus-run-mode-hooks): New function.
8115         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8117 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8119         * gnus-agent.el (gnus-agent-make-mode-line-string):
8120         Use mode-line-highlight as mouse-face.
8122 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8124         * canlock.el (canlock): Change the parent group to news.
8126         * deuglify.el (gnus-outlook-deuglify): Add :group.
8128         * dig.el (dig): Add :group.
8130         * dns-mode.el (dns-mode): Add :group.
8132         * encrypt.el (encrypt): Add :group.
8134         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8135         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8136         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8137         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8138         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8140         * gnus-diary.el (gnus-diary): Add :group.
8142         * gnus.el (gnus-group-news-1-face): Add :group.
8143         (gnus-group-news-1-empty-face): Ditto.
8144         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8145         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8146         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8147         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8148         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8149         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8150         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8151         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8152         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8153         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8154         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8155         (gnus-summary-high-ticked-face): Ditto.
8156         (gnus-summary-low-ticked-face): Ditto.
8157         (gnus-summary-normal-ticked-face): Ditto.
8158         (gnus-summary-high-ancient-face): Ditto.
8159         (gnus-summary-low-ancient-face): Ditto.
8160         (gnus-summary-normal-ancient-face): Ditto.
8161         (gnus-summary-high-undownloaded-face): Ditto.
8162         (gnus-summary-low-undownloaded-face): Ditto.
8163         (gnus-summary-normal-undownloaded-face): Ditto.
8164         (gnus-summary-high-unread-face): Ditto.
8165         (gnus-summary-low-unread-face): Ditto.
8166         (gnus-summary-normal-unread-face): Ditto.
8167         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8168         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8170         * hashcash.el (hashcash): New custom group.
8171         (hashcash-default-payment): Add :group.
8172         (hashcash-payment-alist): Ditto.
8173         (hashcash-default-accept-payment): Ditto.
8174         (hashcash-accept-resources): Ditto.
8175         (hashcash-path): Ditto.
8176         (hashcash-extra-generate-parameters): Ditto.
8177         (hashcash-double-spend-database): Ditto.
8178         (hashcash-in-news): Ditto.
8180         * message.el (message-minibuffer-local-map): Add :group.
8182         * netrc.el (netrc): Add :group.
8184         * sieve-manage.el (sieve-manage-log): Add :group.
8185         (sieve-manage-default-user): Diito.
8186         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8187         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8188         (sieve-manage-authenticators): Ditto.
8189         (sieve-manage-authenticator-alist): Ditto.
8190         (sieve-manage-default-port): Ditto.
8192         * sieve-mode.el (sieve-control-commands-face): Add :group.
8193         (sieve-action-commands-face): Ditto.
8194         (sieve-test-commands-face): Ditto.
8195         (sieve-tagged-arguments-face): Ditto.
8197         * smime.el (smime): Add :group.
8199         * spam-report.el (spam-report): Add :group.
8201         * spam.el (spam, spam-face): Add :group.
8203 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8206         return \n.\n.\n at the end of articles.  Protect against that.
8207         (nntp-with-open-group): Allow debugging.
8209         * nnheader.el (mail-header-set-extra): Make into a function
8210         because I just could't understand how to quote the list properly.
8212         * dns.el (query-dns-cached): New function.
8214 2005-05-26  Lute Kamstra  <lute@gnu.org>
8216         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8218 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8220         * gnus-art.el: Don't autoload mail-extract-address-components.
8222         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8223         eval-and-compile to evaluate it.
8225         * hashcash.el: Don't autoload executable-find.
8227         * nndb.el: Don't declare the nndb back end two or more times; don't
8228         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8230         * nntp.el: Autoload format-spec instead of format; use
8231         eval-and-compile to evaluate autoload forms.
8233 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8235         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8237 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239         * gnus.el (gnus-version-number): Bump version.
8241 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8243         * gnus.el: No Gnus v0.3 is released.
8245 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8247         * gnus-art.el (gnus-article-edit-part): Disable undo.
8249 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8251         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8252         gnus-article-date-lapsed-new-header is t if date timer is active;
8253         skip headers in which the original date value is empty.
8254         (gnus-article-save-original-date): Redefine it as a macro.
8255         (gnus-display-mime): Use it.
8257 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8259         * gnus-art.el (article-date-ut): Support converting date in
8260         forwarded parts as well.
8261         (gnus-article-save-original-date): New function.
8262         (gnus-display-mime): Use it.
8264 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8266         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8267         enclosure element of <item>.
8269 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8271         * message.el (message-kill-buffer-query): Renamed from
8272         `message-kill-buffer-query-if-modified'.  Added :version.
8274 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8277         window layout.
8279 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8281         * mml.el: Autoload dnd when compiling.
8283 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8285         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8286         x-dnd-*.
8288 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8290         * qp.el (quoted-printable-encode-region): Save excursion.
8292 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8294         * message.el (message-kill-buffer-query-if-modified): Add new variable
8295         so the user can kill a modified message buffer quickly.
8296         (message-kill-buffer): Use it.
8298 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8301         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8303 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8305         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8306         contained in text because xml.el decodes entities) with LFs.
8308 2005-04-11  Lute Kamstra  <lute@gnu.org>
8310         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8311         differently.
8313 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8315         * mm-util.el (mm-detect-coding-region): Typo.
8317 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8319         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8321 2005-04-06  Deepak Goel  <deego@gnufans.org>
8323         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8324         user-function allow user modifications of the scores.
8325         (spam-stat-score-buffer-user): New function, to allow
8326         user-computed modifications to the score.
8327         (spam-stat-score-buffer-user-functions): List of additional
8328         scoring functions.
8329         (spam-stat-error-holder): Global temporary error holder.
8330         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8331         variable.
8333 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8335         * gnus-registry.el (gnus-registry-clean-empty-function)
8336         (gnus-registry-trim, gnus-registry-fetch-groups)
8337         (gnus-registry-delete-group): Groups that match
8338         `gnus-registry-ignored-groups' are removed from the registry
8339         entries, not just ignored for splitting.  This helps clean up the
8340         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8341         to get all the groups a message ID is in.
8343         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8344         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8345         (spam-stat-score-buffer-user-functions): Add :number custom type.
8347 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8349         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8350         argument in XEmacs.
8352         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8353         (nnrss-request-group): Decode group name first.
8354         (nnrss-request-article): Make a text/plain article if mml-to-mime
8355         failed.
8356         (nnrss-get-encoding): Return a compatible encoding according to
8357         nnrss-compatible-encoding-alist.
8358         (nnrss-find-el): Use consp instead of listp.
8359         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8361 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8364         which Emacs 20 doesn't support.
8365         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8367 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8369         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8370         silence the byte compiler inside the defun.
8372         * gnus-demon.el (parse-time-string): Add autoload.
8374         * gnus-delay.el (parse-time-string): Add autoload.
8376         * gnus-art.el (parse-time-string): Add autoload.
8378         * nnultimate.el (parse-time): Require for `parse-time-string'.
8380 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8382         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8384         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8386         * smime.el (smime-ldap-host-list): Add :version.
8388 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8390         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8391         pass it to `gnus-browse-read-group'.
8392         (gnus-browse-read-group): Add NUMBER argument and pass it to
8393         `gnus-group-read-ephemeral-group'.
8395         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8396         argument and pass it to `gnus-group-read-group'.
8398 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8400         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8401         mm-xemacs-find-mime-charset-1 if we have the mule feature
8402         available at runtime.
8404 2005-03-25  Werner Lemberg  <wl@gnu.org>
8406         * nnmaildir.el: Replace `illegal' with `invalid'.
8408 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8410         * gnus-start.el (gnus-display-time-event-handler):
8411         Check display-time-timer at runtime rather than only at load time
8412         in case display-time-mode is turned off in the mean time.
8414 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8416         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8417         used.
8419         * nneething.el (nneething-map-file-directory): Derive from
8420         `gnus-directory'.
8422         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8423         the To/Cc button.
8425 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8427         * nnmaildir.el (nnmaildir-request-accept-article):
8428         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8430 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8432         * gnus-async.el: Require timer-funcs at compile time when in
8433         XEmacs for `run-with-idle-timer'.
8435 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8437         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8438         autoloaded function.
8440 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8444 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8446         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8448 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8451         gnus-expert-user to default.
8453 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8455         * nnimap.el (nnimap-open-server): Ditto.
8457         * imap.el (imap-authenticate): Fix typo.
8459 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8461         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8462         buffer (since IMAP server might return FETCH response out of
8463         order, and the nntp buffer must be sorted).
8465 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8467         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8468         comparison on string.
8470         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8471         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8472         (gnus-agent-summary-fetch-series): Modified to protect against
8473         gnus-agent-summary-fetch-group clearing processable flags.
8474         (gnus-agent-synchronize-group-flags): Update live group buffer as
8475         synchronization may occur due to the user toggle the plugged
8476         status.
8477         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8478         successfully downloaded.
8479         (gnus-agent-expire-group-1): Avoid using markers when the overview
8480         is in ascending order; greatly improves performance.
8481         (gnus-agent-regenerate-group): Use
8482         gnus-agent-synchronize-group-flags to reset read status in both
8483         gnus and server.
8484         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8486 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8488         * message.el: Don't autoload former message-utils variables.
8489         (message-strip-subject-trailing-was): Change doc string.
8491         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8492         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8493         (nnweb-google-search): Add "hl=en" here.
8494         (nnweb-google-parse-1, nnweb-google-create-mapping):
8495         Don't hardcode URL.
8497 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8499         * message.el (message-get-reply-headers, message-followup):
8500         Mention related variables `message-use-followup-to' and
8501         `message-use-mail-followup-to', in the information buffer.
8503         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8504         of broken groups(-beta).google.com.
8506 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8508         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8509         parameter to invoked gnus-request-move-article; remove the
8510         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8511         all at once instead of once per article.
8512         (gnus-summary-remove-process-mark): Accept a list of articles as
8513         well as a single article for processing.
8515         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8516         parameter.
8518         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8520         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8522         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8523         parameter.
8525         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8526         parameter.
8528         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8529         parameter and remove the gnus-sum-hint-move-is-internal variable.
8531         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8532         parameter.
8534         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8535         parameter.
8537         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8538         parameter.
8540         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8542         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8543         parameter.
8545         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8546         parameter.
8548 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8551         a more conservative way.
8553 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8556         buffer, so it moves the window's cursor.
8558 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8560         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8561         `mm-dissect-multipart' and receive the from field as an (optional)
8562         argument from `mm-dissect-multipart'.
8563         (mm-dissect-multipart): Receive the from field as an argument and
8564         pass it on when we call `mm-dissect-buffer' on MIME parts.
8565         Fixes verification/decryption of signed/encrypted MIME parts.
8567 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8569         * gnus-sum.el (gnus-summary-move-article): Set
8570         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8571         whatever it calls (right now, only nnimap-request-move article
8572         respects it).
8574         * nnimap.el (nnimap-request-move-article): When
8575         gnus-sum-hint-move-is-internal is set, don't do the extra
8576         nnimap-request-article.
8578 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8580         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8582         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8583         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8585         * gnus-sum.el (gnus-summary-caesar-message):
8586         Apply `gnus-treat-article' after rotation.
8588         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8589         doc string.
8591 2005-02-22  Simon Josefsson  <jas@extundo.com>
8593         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8594         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8595         <arne@arnested.dk>.
8596         (encrypt): Add password-cache and password-cache-expiry as group
8597         members.
8599 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8601         * smime.el (smime-ldap-host-list): Doc fix.
8602         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8603         cache) password.
8604         (smime-sign-region): Use it.
8605         (smime-decrypt-region): Use it.
8606         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8607         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8608         fails.
8609         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8610         certificate from DER to PEM format rather than calling openssl.
8612         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8614         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8615         for signing/encryption.
8617         * mml.el (mml-parse-1): Use them.
8619 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8621         * nnrss.el (nnrss-verbose): Removed.
8622         (nnrss-request-group): Use `nnheader-message' instead.
8624 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8626         * nnrss.el (nnrss-verbose): New variable.
8627         (nnrss-request-group): Make it say nnrss is requesting a group.
8629 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8631         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8632         Handle news URL with given port correctly.
8634 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8636         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8637         containing special characters.
8639         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8641         * mml.el (mime-to-mml): Ditto.
8643         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8644         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8645         (rfc2047-decode-region): Quote decoded words containing special
8646         characters when rfc2047-quote-decoded-words-containing-tspecials
8647         is non-nil.
8649 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8651         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8653         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8655 2005-02-15  Simon Josefsson  <jas@extundo.com>
8657         * nnimap.el (nnimap-debug): Doc fix.
8659         * imap.el (imap-debug): Doc fix.
8661 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8663         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8665 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8667         * gnus.el (spam-contents): Improve docs for spam-contents
8668         parameter in its variable incarnation.
8670 2005-02-14  Simon Josefsson  <jas@extundo.com>
8672         * smime-ldap.el: Use require instead of load-library for ldap.
8673         (smime-ldap-search): Indent.
8674         (smime-ldap-search-internal): Shorten line.
8676         * smime.el (smime-cert-by-dns): Add doc-string.
8677         (smime-cert-by-ldap-1): Indent.
8679         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8680         mml-smime-get-dns-ldap.
8681         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8683 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8685         * smime.el: Require smime-ldap.
8686         (smime-ldap-host-list): New variable.
8687         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8689         * mml-smime.el (mml-smime-encrypt-query): New function.
8690         (mml-smime-encrypt-query): Use it.
8692         * smime-ldap.el: New file.
8694 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8696         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8698 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8700         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8701         argument in doc string.  Make query for type more clear.
8703 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8705         * gnus.el (gnus-group-startup-message): Search for gnus images in
8706         etc/images/gnus.
8707         * mm-util.el (mm-image-load-path): Likewise.
8708         * smiley.el (smiley-data-directory): Search for smilies in
8709         etc/images/smilies.
8711 2005-02-09  Kim F. Storm  <storm@cua.dk>
8713         Change Emacs release version from 21.4 to 22.1 throughout.
8714         Change Emacs development version from 21.3.50 to 22.0.50.
8716 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8720         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8721         non-Mule XEmacs as well.
8722         (mm-decompress-buffer): Signal an error intentionally if it does
8723         not decompress compressed data because auto-compression-mode is
8724         disabled.
8726 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8728         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8729         an ID in the registry even if it has no groups.
8731 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8733         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8734         merge it into mm-decompress-buffer.
8735         (gnus-mime-copy-part): Use the MIME part charset, the value which
8736         a user specified or gnus-newsgroup-charset for decoding, like
8737         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8738         save-buffer what was used.  Suggested by Kevin Ryde
8739         <user42@zip.com.au>.
8740         (gnus-mime-inline-part): Allow the name parameter as well as the
8741         filename parameter; force decompressing of compressed data; always
8742         display contents being not decoded as unibyte.
8744         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8745         as well as the filename parameter.
8747         * mm-util.el (mm-decompress-buffer): Merge
8748         gnus-mime-jka-compr-maybe-uncompress.
8749         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8750         of compressed data.
8752 2005-02-08  Simon Josefsson  <jas@extundo.com>
8754         * imap.el (imap-log): Doc fix.
8756 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8758         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8759         the coding cookies; decompress compressed parts.
8761         * mml.el (mml-generate-mime-1): Add the charset parameter according
8762         to the value which a user specified manually or the coding cookie.
8764         * mm-util.el (mm-string-to-multibyte): New function.
8765         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8766         (mm-coding-system-to-mime-charset): New function.
8767         (mm-decompress-buffer): New function.
8768         (mm-find-buffer-file-coding-system): New function.
8770         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8771         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8772         parts.
8774 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8776         * mm-view.el (mm-display-inline-fontify): Decode a part according
8777         to the charset parameter.
8779 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8781         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8782         prefix arg is neither nil nor a number, as info specifies.
8784 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8786         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8787         timestamps.
8789 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8791         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8792         groups error checking and notify user.
8794 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8796         * message.el (message-send-mail-function): Check existence of
8797         sendmail-program first before using default value
8798         `message-send-mail-with-sendmail'.  Otherwise use more generic
8799         `smtpmail-send-it'.
8801 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8803         * nntp.el (nntp-request-update-info): Always return nil.
8805 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8809 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8811         * message.el (message-beginning-of-line): Change the behavior when
8812         invoked between BOL and : so that it first moves backward.
8814 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8817         article buffer when editing of the article is discarded.
8818         (gnus-article-prepare): Revert.
8820 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8822         * gnus-art.el (gnus-article-prepare):
8823         Remove message-strip-forbidden-properties from the local hook.
8825 2005-01-27  Simon Josefsson  <jas@extundo.com>
8827         * password.el (password-cache-add): Only start one timer per key.
8828         Reported by Derek Atkins <warlord@MIT.EDU>.
8830 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8832         * run-at-time.el: Removed.  It is no longer needed as
8833         timer-funcs.el in the xemacs-base package has a working version of
8834         `run-at-time'.
8836         * password.el: Require timer-funcs instead of run-at-time in
8837         XEmacs.
8838         Remove `password-run-at-time' macro.
8839         (password-cache-add): Use `run-at-time' instead of
8840         `password-run-at-time'.
8842         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8843         for `run-with-idle-timer'.
8845         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8846         for `run-at-time'.
8848         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8849         for `with-timeout'.
8851 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8853         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8854         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8856 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8858         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8859         sensitively.
8861 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8863         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8865 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8867         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8868         which will be inserted according to the multibyteness of a buffer
8869         rather than the type of contents.  Suggested by ARISAWA Akihiro
8870         <ari@mbf.ocn.ne.jp>.
8872         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8873         of string which old xml.el may return rather than a string.
8875 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8877         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8879 2005-01-16  Simon Josefsson  <jas@extundo.com>
8881         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8882         idn/idna.el isn't available.
8883         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8884         <michael@waxrat.com>.
8886         * hashcash.el: Remove non-FSF copyright header.
8888         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8889         (hashcash-generate-payment): Use it.
8890         (hashcash-generate-payment-async): Use it.
8892 2005-01-15  Simon Josefsson  <jas@extundo.com>
8894         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8895         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8897         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8898         gnus-summary-idna-message.
8899         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8900         (gnus-summary-idna-message): New function.
8902 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8904         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8905         gnus-novice-user.
8907 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8909         * nnrss.el (nnrss-request-delete-group): Delete entries in
8910         nnrss-group-alist as well.
8911         (nnrss-save-server-data): Insert newline.
8913 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8915         * gnus.el (gnus-user-agent): Use list of symbols instead of
8916         symbols.  Display full version number for (S)XEmacs.  Optionally
8917         display (S)XEmacs codename.
8919         * gnus-util.el (gnus-emacs-version): Update for new
8920         `gnus-user-agent'.
8922         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8923         Gnus version.
8925 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8927         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8928         which is unreadable in some setups.
8930 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * gnus-spec.el (gnus-update-format-specifications): Flush the
8933         group format spec cache if it doesn't support decoded group names.
8935 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8937         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8938         Allow to apply decay on score files matching a regexp.
8940 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8942         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8943         compatibility in %g and %c.
8945 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8948         name for only %g and %c.
8949         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8950         of gnus-tmp-group to decoded group name.
8951         (gnus-group-make-rss-group): Exclude `/'s from group names.
8953 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8955         * nnrss.el (nnrss-get-encoding): Fix regexp.
8957 2004-12-27  Simon Josefsson  <jas@extundo.com>
8959         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8960         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8961         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8963 2004-12-17  Kim F. Storm  <storm@cua.dk>
8965         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8967         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8969 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8971         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8973 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8975         * nnrss.el: Require rfc2047 and mml.
8976         (nnrss-file-coding-system): New variable.
8977         (nnrss-format-string): Redefine it as an inline function.
8978         (nnrss-decode-group-name): New function.
8979         (nnrss-string-as-multibyte): Remove.
8980         (nnrss-retrieve-headers): Decode group name; don't use
8981         nnrss-format-string.
8982         (nnrss-request-group): Decode group name.
8983         (nnrss-request-article): Decode group name; allow a Message-ID as
8984         well as an article number; don't use nnrss-format-string; encode a
8985         Message-ID string which may contain non-ASCII characters; use
8986         mml-to-mime to compose a MIME article.
8987         (nnrss-request-expire-articles): Decode group name.
8988         (nnrss-request-delete-group): Decode group name.
8989         (nnrss-fetch): Clarify error message.
8990         (nnrss-read-server-data): Use insert-file-contents instead of load;
8991         bind file-name-coding-system; use multibyte buffer.
8992         (nnrss-save-server-data): Bind coding-system-for-write to the
8993         value of nnrss-file-coding-system; bind file-name-coding-system;
8994         add coding cookie.
8995         (nnrss-read-group-data): Use insert-file-contents instead of load;
8996         bind file-name-coding-system; use multibyte buffer.
8997         (nnrss-save-group-data): Bind coding-system-for-write to the
8998         value of nnrss-file-coding-system; bind file-name-coding-system.
8999         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9000         make it work with non-ASCII text.
9001         (nnrss-find-el): Make it work with old xml.el as well.
9003 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9005         * nnrss.el (nnrss-get-encoding): New function.
9006         (nnrss-fetch): Use unibyte buffer initially; bind
9007         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9008         decode contents according to the encoding attribute.
9009         (nnrss-save-group-data): Add coding cookie.
9010         (nnrss-mime-encode-string): New function.
9011         (nnrss-check-group): Use it to encode subject and author.
9013 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9015         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9016         imaginary variable.
9018 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9020         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9021         correctly even if there are wide characters.
9023 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9025         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9026         downcased symbol names; make a new cache instead of reusing
9027         bbdb-hashtable.
9029 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9031         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9032         concatenating segments rather than before concatenating them.
9033         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9035         * message.el (message-get-reply-headers): Bind `extra'.
9037 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039         * message.el (message-extra-wide-headers): New variable.
9040         (message-get-reply-headers): Use it.
9042 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9044         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9045         (gnus-agent-group-pathname): Ditto.
9047         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9049         * gnus-group.el (gnus-group-make-group): Decode group name.
9050         (gnus-group-make-rss-group): Register the group data after opening
9051         the nnrss group.
9053 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9055         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9056         by expiry now get marked as read.
9058 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9060         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9062 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9064         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9065         unify Latin characters in XEmacs.
9066         (mm-find-mime-charset-region): Use it.
9068 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9070         * gnus-util.el (gnus-delete-directory): New function.
9072         * gnus-agent.el (gnus-agent-delete-group): Use it.
9074         * gnus-cache.el (gnus-cache-delete-group): Use it.
9076 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9078         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9079         names.
9081 2004-12-16  Simon Josefsson  <jas@extundo.com>
9083         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9085 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9087         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9089         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9090         (gnus-group-set-current-level): Decode group name.
9092 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9094         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9095         failed.
9097 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9099         * gnus-group.el (gnus-group-delete-group): Decode group name.
9100         (gnus-group-make-rss-group): Encode group name.
9101         (gnus-group-catchup-current): Decode group name.
9102         (gnus-group-kill-group): Decode group name.
9104 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9108 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9110         * gnus-group.el (gnus-group-make-rss-group):
9111         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9113         * gnus-start.el (gnus-setup-news): Honor user's setting to
9114         gnus-message-archive-method.  Suggested by Lute Kamstra
9115         <lute@gnu.org>.
9117 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9119         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9120         global counterparts of the buffer-local variables.
9122 2004-11-16  Romain Francoise  <romain@orebokech.com>
9124         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9125         counterparts of the buffer-local variables.
9127 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9129         * message.el (message-forbidden-properties): Fixed typo in doc
9130         string.
9132 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9134         * gnus-util.el (gnus-replace-in-string): Added doc string.
9136         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9137         to avoid problems when splitting mails with many recipients.
9139 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9142         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9144 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9146         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9147         if there is no hashtable in memory or file modification time is
9148         newer than cached timestamp.
9150 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9152         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9153         not-matching option.
9155 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9157         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9158         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9159         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9160         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9161         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9162         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9164 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9166         * message.el (message-forward-make-body-mml): Remove headers
9167         according to message-forward-ignored-headers if a message is decoded.
9169 2004-12-02  Romain Francoise  <romain@orebokech.com>
9171         * message.el (message-forward-make-body-plain): Always remove
9172         headers according to message-forward-ignored-headers.
9174 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9176         * spam.el (spam-summary-prepare-exit): Remove the
9177         gnus-summary-limit pop for now, it has problems with ham marks for
9178         me.
9180 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9182         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9183         correctly.
9185 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9187         * format-spec.el (format-spec): Message the char.
9189 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9191         * gnus-art.el (gnus-split-methods): Reformat comments.
9193         * spam.el (spam-summary-prepare-exit): Remove article limits
9194         before exiting the summary buffer.
9196 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9198         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9199         order to silence the byte compiler.
9201         * spam.el: Fix the way to silence the byte compiler, which
9202         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9203         bbdb-search-simple, spam-BBDB-register-routine,
9204         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9205         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9206         spam-stat-buffer-is-spam, spam-stat-load,
9207         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9208         spam-stat-save and spam-stat-split-fancy.
9210 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9212         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9213         which may confuse users.
9214         (canlock-password-for-verify): Ditto.
9216         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9218         * gnus-art.el (gnus-emphasis-alist): Ditto.
9220         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9222         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9224         * gnus-start.el (gnus-save-killed-list): Ditto.
9226         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9227         (gnus-sum-thread-tree-root): Ditto.
9228         (gnus-sum-thread-tree-false-root): Ditto.
9229         (gnus-sum-thread-tree-single-indent): Ditto.
9231         * message.el (message-courtesy-message): Ditto.
9232         (message-archive-note): Ditto.
9233         (message-subscribed-address-file): Ditto.
9234         (message-user-fqdn): Ditto.
9236         * spam-report.el (spam-report-gmane-regex): Ditto.
9238         * spam.el (spam-blackhole-good-server-regex): Ditto.
9240 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9242         * mml.el (mml-preview): Widen the message buffer before copying
9243         the contents to the preview buffer; sort headers before previewing.
9245         * message.el (message-hidden-headers): Fix the way to avoid a bug
9246         in the `repeat' widget in Emacs 21.3 or earlier.
9248 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9250         * message.el (message-hidden-headers): Default to "^References:".
9251         Improve customization type.  Suggested by Reiner Steib
9252         <Reiner.Steib@gmx.de>.
9254 2004-11-25  Romain Francoise  <romain@orebokech.com>
9256         * message.el (message-strip-forbidden-properties): Remove check for
9257         obsolete `message-hidden' text property, hidden headers are not
9258         accessible in the buffer anymore.
9260 2004-11-22  Romain Francoise  <romain@orebokech.com>
9262         * message.el (message-header-format-alist): Add `From' in list
9263         so that it can be sorted.
9264         (message-fix-before-sending): Widen and sort headers before
9265         sending.
9266         (message-hide-headers): Use narrowing to hide headers by moving
9267         them to the top of the buffer and narrowing to the region
9268         underneath.
9270 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272         * message.el (message-strip-forbidden-properties): Bind
9273         buffer-read-only (etc) to nil.
9275 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9277         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9278         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9280 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9282         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9284 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286         * dns.el (query-dns): Use sit-for to time instead of
9287         accept-process-output, since that doesn't seem to work on udp
9288         sockets.
9290 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9292         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9294 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9296         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9297         doc string.  Improve doc string.
9299 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9301         * nntp.el (nntp-request-update-info): Return nil if
9302         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9303         may not call gnus-activate-group which uselessly issues the GROUP
9304         commands for all nntp groups and wastes time.  Reported by Romain
9305         Francoise <romain@orebokech.com>.
9307         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9309 2004-11-15  Simon Josefsson  <jas@extundo.com>
9311         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9312         headers separately.
9313         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9314         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9316 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9318         * gnus-start.el (gnus-convert-old-newsrc):
9319         Assign legacy-gnus-agent to 5.10.7.
9321 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9324         start of the lines.
9326 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9328         * hashcash.el (hashcash-default-payment): Change default to 20
9329         (hashcash-default-accept-payment): Change default to 20
9330         (hashcash-process-alist): New variable
9331         (hashcash-generate-payment-async): Add
9332         (hashcash-already-paid-p): Add
9333         (hashcash-insert-payment): Don't generate payments twice
9334         (hashcash-insert-payment-async): Add
9335         (hashcash-insert-payment-async-2): Add
9336         (hashcash-cancel-async): Add
9337         (hashcash-wait-async): Add
9338         (hashcash-processes-running-p): Add
9339         (hashcash-wait-or-cancel): Add
9340         (mail-add-payment): New optional argument.  Conditionally start
9341         asynchronous calculation.
9342         (mail-add-payment-async): Add
9344         * message.el (message-send-mail): Wait for asynchronous hashcash
9345         results.  Don't clobber existing X-Hashcash headers.
9346         (message-setup-1): Call mail-add-payment-async when
9347         message-generate-hashcash is non-nil.
9349 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9351         * message.el (message-use-alternative-email-as-from): Examine the
9352         From header as well; use message-make-from in order to include a
9353         user's full name.
9355 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9357         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9358         default; improve customization type.
9359         (gnus-emphasis-custom-with-format): New macro.
9360         (gnus-emphasis-custom-value-to-external): New function.
9361         (gnus-emphasis-custom-value-to-internal): New function.
9363 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365         * dns.el (query-dns): Resolve reverse addresses.
9367 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369         * gnus-group.el (gnus-group-get-new-news): Use it.
9371         * gnus-start.el (gnus-check-reasonable-setup): New function.
9373 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9375         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9376         "Args out of range" error.  Reported by Arnaud Giersch
9377         <arnaud.giersch@free.fr>.
9379 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9381         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9383 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9385         * spam.el (spam group): Add :version.
9387         * pgg-def.el (pgg group): Add :version.
9389 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9391         * gnus-art.el (gnus-article-edit-article): Don't associate the
9392         article buffer with a draft file.  This is a temporary measure
9393         against the 2004-08-22 change to gnus-article-edit-mode.
9395 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9397         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9398         (html2text-format-tags): Remove unused variable `attr'.
9400 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9402         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9404         * spam-stat.el (spam-stat): Add :version.
9406         * sieve.el (sieve): Add :version.
9408         * sha1.el (sha1): Add :version.
9409         (sha1-use-external): Remove redundant version.
9411         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9412         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9413         (nnmail-split-fancy-match-partial-words)
9414         (nnmail-split-lowercase-expanded): Add :version.
9416         * nndiary.el (nndiary): Add :version.
9418         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9420         * mml-sec.el (mml-default-sign-method)
9421         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9422         Add :version.
9424         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9426         * mm-url.el (mm-url-use-external, mm-url-program)
9427         (mm-url-arguments): Add :version.
9429         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9430         (mm-attachment-file-modes, mm-decrypt-option)
9431         (mm-w3m-safe-url-regexp): Add :version.
9433         * message.el (message-cite-prefix-regexp)
9434         (message-sendmail-envelope-from, message-minibuffer-local-map)
9435         (message-user-fqdn, message-completion-alist): Add :version.
9437         * gnus-win.el (gnus-configure-windows-hook)
9438         (gnus-use-frames-on-any-display): Add :version.
9440         * gnus-art.el (gnus-article-address-banner-alist)
9441         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9442         (gnus-treat-from-picon, gnus-treat-mail-picon)
9443         (gnus-treat-x-pgp-sig): Add :version.
9445         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9446         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9447         (gnus-summary-article-delete-hook)
9448         (gnus-summary-display-while-building): Add :version.
9450         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9451         (gnus-get-top-new-news-hook): Add :version.
9453         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9454         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9456         * gnus-registry.el (gnus-registry): Add :version.
9458         * gnus-spec.el (gnus-use-correct-string-widths)
9459         (gnus-make-format-preserve-properties): Add :version.
9461         * gnus.el (gnus-group-charter-alist)
9462         (gnus-group-fetch-control-use-browse-url)
9463         (gnus-install-group-spam-parameters): Add :version.
9465         * gnus-diary.el (gnus-diary): Add :version.
9467         * gnus-delay.el (gnus-delay): Add :version.
9469         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9470         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9471         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9472         Add :version.
9474         * gnus-agent.el (gnus-agent-max-fetch-size)
9475         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9476         (gnus-agent-prompt-send-queue): Add :version.
9478         * deuglify.el (gnus-outlook-deuglify): Add :version.
9480         * html2text.el: Beautify code.  Improve doc strings.  Some
9481         checkdoc cleanup.
9482         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9484 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9486         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9488 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9490         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9491         when package is loaded.
9493         * spam.el (spam-summary-score-preferred-header): Add global preference
9494         for people who want to override the default SpamAssassin over
9495         Bogofilter preference (when both are set).
9496         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9497         (spam-user-format-function-S): Check
9498         spam-summary-score-preferred-header.
9499         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9500         (spam-user-format-function-S): Format the score correctly.
9502 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9504         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9505         signature file.  Suggested by Manoj Srivastava
9506         <srivasta@golden-gryphon.com>.
9508         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9509         iso-2022-jp even in the Japanese language environment.
9510         Suggested by Jason Rumney <jasonr@gnu.org>.
9512 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9514         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9515         use the same characters as the dummy marks; make it free from
9516         getting affected by the language environment.
9517         (gnus-summary-read-group-1): Update mark positions only when the
9518         format spec is updated.
9520         * gnus-spec.el (gnus-update-format-specifications): Return a list
9521         of updated types.
9523 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9525         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9526         of boundp to check if display-warning is available.
9528 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9530         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9532 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * nnspool.el (nnspool-spool-directory): Use news-path if the
9535         news-directory variable is not bound.
9537         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9538         function instead of display-warning if it is not available.
9540 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9542         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9543         v5-10: Use `point-at-bol'.
9545 2004-10-26  Simon Josefsson  <jas@extundo.com>
9547         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9548         <chenggao@gmail.com>.
9550 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9552         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9553         instead.
9555 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9557         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9558         to remove a server from the nnimap-server-buffer-alist.
9559         (nnimap-open-connection, nnimap-close-server): Use it.
9561         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9563 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9566         running the major-mode function.
9568 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9570         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9571         dummy marks in the right way.
9573 2004-10-18  David Edmondson  <dme@dme.org>
9575         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9576         excessively.
9578 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9580         * gnus-util.el (gnus-split-references): Accept a nil references
9581         string and go on blissfully.
9583         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9584         cases where the references string is non-nil but has no references.
9586         * encrypt.el: Add autoload tags.
9588         * spam.el (spam-resolve-registrations-routine): Remove article
9589         from unregistration list too.  Reported by David Hanak
9590         <dhanak@isis.vanderbilt.edu>
9592 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9594         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9595         nil.  Changed custom type.
9597 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9599         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9601         * gnus-sum.el (gnus-summary-move-article): Use it.
9603 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9605         * encrypt.el: Add autoload cookies.
9607         * spam.el (spam-backend-article-list-property)
9608         (spam-backend-get-article-todo-list)
9609         (spam-backend-put-article-todo-list)
9610         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9611         Resolve registrations separately.
9612         (spam-register-routine): Format comments.
9613         (spam-unregister-routine, spam-register-routine): Always call with
9614         specific-articles, no default list.
9615         (spam-summary-prepare-exit): Use the spam-classifications function.
9617         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9618         gnus-encrypt.el.
9620         * encrypt.el: Copied from gnus-encrypt.el.
9622         * gnus-encrypt.el: Commented that it's obsolete.
9624 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9626         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9627         (gnus-score-save): Use it.
9629         * message.el (message-bury): Use `window-dedicated-p'.
9631 2004-10-15  Simon Josefsson  <jas@extundo.com>
9633         * pop3.el (top-level): Don't require nnheader.
9634         (pop3-read-timeout): Add.
9635         (pop3-accept-process-output): Add.
9636         (pop3-read-response, pop3-retr): Use it.
9638 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9640         * spam.el (spam-register-routine): Move comment.
9641         (spam-verify-bogofilter): Use 'unknown for the initial
9642         spam-bogofilter-valid state, not 'never.
9644         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9645         for netrc-machine.
9647         * nnimap.el (nnimap-open-connection): Use
9648         netrc-machine-user-or-password.
9650 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9652         * gnus-registry.el (gnus-registry-unload-hook):
9653         Set as a variable with add-hook.
9655         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9656         of news-path.
9658         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9660         * spam.el: Delete duplicate `provide'.
9661         (spam-unload-hook): Set as a variable with add-hook.
9663 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9665         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9666         in the doc string.
9668         * message.el (message-ignored-news-headers)
9669         (message-ignored-supersedes-headers)
9670         (message-ignored-resent-headers)
9671         (message-forward-ignored-headers): Improve custom type.
9673 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9675         * message.el (message-tokenize-header): Fix 2004-09-06 change
9676         which used point-min in the wrong place.
9678 2004-10-12  Simon Josefsson  <jas@extundo.com>
9680         * tls.el (tls-certtool-program): New variable.
9681         (tls-certificate-information): New function, based on
9682         ssl-certificate-information.
9684 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * compface.el: Move the version of ELisp-based uncompface program
9687         to the contrib directory because of the copyright problem.
9689 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9691         * message.el (message-kill-buffer): Raise the current frame.
9693 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9695         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9697         * gnus.el (message-y-or-n-p): Autoload.
9699         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9700         (pop3-password-required, pop3-authentication-scheme)
9701         (pop3-leave-mail-on-server): Made customizable.
9702         (pop3): New custom group.
9703         (pop3-retr): Remove `sleep-for' statements.
9704         Suggested by Dave Love <fx@gnu.org>.
9706         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9707         Windows/DOS.
9709         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9710         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9711         Dave Love <fx@gnu.org>.
9713         * mml.el (mml-minibuffer-read-disposition): Require match.
9714         Suggested by Dave Love <fx@gnu.org>.
9716 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9718         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9719         doc string.
9721 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9725 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9727         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9728         instead of calling `mm-insert-inline', to decode text/* parts
9729         before displaying them.
9731 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9733         * mm-uu.el (mm-uu-text-plain-type): New variable.
9734         (mm-uu-pgp-signed-extract-1): Use it.
9735         (mm-uu-pgp-encrypted-extract-1): Use it.
9736         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9737         bind mm-uu-text-plain-type with that value.
9738         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9739         mm-uu-dissect.
9741 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9743         * gnus-group.el (gnus-update-group-mark-positions):
9744         * gnus-sum.el (gnus-update-summary-mark-positions):
9745         * message.el (message-check-news-body-syntax):
9746         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9747         of string-as-multibyte.
9749 2004-10-05  Juri Linkov  <juri@jurta.org>
9751         * gnus-group.el (gnus-update-group-mark-positions):
9752         * gnus-sum.el (gnus-update-summary-mark-positions):
9753         * message.el (message-check-news-body-syntax):
9754         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9755         8-bit unibyte values to a multibyte string for search functions.
9757 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9759         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9760         (mm-uu-dissect-text-parts): New function.
9762         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9763         dissect text parts.
9765         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9766         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9768         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9770         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9771         gnus-current-topics instead of gnus-current-topic.
9773 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9775         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9777 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9779         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9780         where approriate.
9782         * nnml.el (nnml-generate-active-info): do.
9784         * nndiary.el (nndiary-generate-active-info): do.
9786         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9787         (gnus-topic-move): do.
9789         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9790         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9792         * gnus-srvr.el (gnus-server-prepare)
9793         (gnus-server-open-all-servers): do.
9795         * gnus-msg.el (gnus-summary-cancel-article)
9796         (gnus-summary-resend-message)
9797         (gnus-summary-mail-crosspost-complaint): do.
9799         * gnus-move.el (gnus-change-server): do.
9801         * gnus-group.el (gnus-group-unmark-all-groups)
9802         (gnus-group-set-current-level): do.
9804 2004-10-04  Simon Josefsson  <jas@extundo.com>
9806         * message.el (message-generate-hashcash): Doc fix.
9808 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9810         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9811         avoid infinite recursion via gnus-get-function.
9813 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9815         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9817         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9819         * nnmail.el (nnmail-split-history): do.
9821         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9822         (nnml-request-delete-group): do.
9824         * nnslashdot.el (nnslashdot-read-groups): do.
9826         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9827         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9829         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9830         (nnspool-sift-nov-with-sed): Use last
9831         (nnspool-retrieve-headers-with-nov): Use mapc.
9832         (nnspool-request-newgroups): Use dolist.
9833         (nnspool-request-group): Use last.
9835         * nntp.el (nntp-read-server-type): Use dolist.
9837         * nnvirtual.el (nnvirtual-create-mapping)
9838         (nnvirtual-update-read-and-marked): Use dolist.
9839         (nnvirtual-convert-headers): Simplify.
9841 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9843         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9844         support for sync'ing tick marks.
9846 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9848         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9849         there's no visible header.
9851 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9853         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9854         necessary, pass full group name to gnus-request-set-marks.
9856 2004-10-01  Simon Josefsson  <jas@extundo.com>
9858         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9859         acroread.
9861 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863         * spam-report.el (spam-report-gmane): Fix interactive.
9865         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9867         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9868         when writing file.
9869         (gnus-agent-synchronize-flags): Don't default to being
9870         interactive.
9872 2004-09-30  Simon Josefsson  <jas@extundo.com>
9874         * message.el (message-generate-hashcash): Add.
9875         (message-send-mail): Use it, call mail-add-payment.
9877 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9879         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9881 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9883         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9884         gnus-requst-update-info with explicit code to sync the in-memory
9885         info read flags with the marks being sync'd to the backend.
9887         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9889 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9891         * spam.el (spam-verify-bogofilter): Add new function.
9892         (spam-check-bogofilter)
9893         (spam-bogofilter-register-with-bogofilter): Use it.
9894         (spam-verify-bogofilter): Add small fixes.
9896 2004-09-28  Simon Josefsson  <jas@extundo.com>
9898         * hashcash.el (hashcash-generate-payment): Revert.
9900 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9902         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9903         gnus-extract-references instead of gnus-split-references.
9905         * gnus-util.el (gnus-extract-references): Add new function, analogous
9906         to gnus-split-references but extracts only the message-ID without
9907         anything extra.
9909         * hashcash.el (hashcash-generate-payment)
9910         (hashcash-check-payment): Do the right thing if hashcash-path is
9911         nil (because the hashcash program could not be found).
9913         * spam.el (spam-use-hashcash): Remove comment.
9915 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9917         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9918         (gnus-cache-enter-article, gnus-cache-remove-article)
9919         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9921         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9923         * gnus-art.el (article-hide-boring-headers)
9924         (article-translate-strings, article-display-face)
9925         (gnus-article-mime-match-handle-first)
9926         (gnus-article-highlight-headers)
9927         (gnus-article-add-buttons-to-head): do.
9929 2004-09-27  Simon Josefsson  <jas@extundo.com>
9931         * hashcash.el: New version, from
9932         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9933         ../contrib/.
9935 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9937         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9939 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9941         * gnus-dup.el (gnus-dup-open): Use mapc.
9942         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9944         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9945         Reported by Stefan Wiens <s.wi@gmx.net>.
9947         * gnus.el (gnus-shutdown): Use dolist.
9949         * gnus-undo.el (gnus-undo): Use mapc.
9951         * nnrss.el (nnrss-generate-active): do.
9953         * message.el (message-cite-original-without-signature)
9954         (message-cite-original): Use mapc.
9955         (message-do-actions, message-make-forward-subject): Use dolist.
9957 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9959         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9960         deletion to remove entire duplicate line.  Fixes merged article
9961         number bug.
9963 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9965         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9966         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9967         first ask if you want to open a server and then, even when you
9968         responded with no, asking if you want to synchronize the server's
9969         flags.
9970         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9971         multi-line expressions.
9972         (gnus-agent-synchronize-group-flags): New internal function.
9973         Updates marks in memory (in the info structure) AND in the
9974         backend.
9976         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9978         * nnagent.el (nnagent-request-set-mark): Use
9979         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9980         method, to ensure that synchronization updates marks in the
9981         backend and in the info (in memory) structure.
9983 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9985         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9986         convention fully; don't miss the root article of a thread; make
9987         the X-Draft-From header with correct article numbers.
9989 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9991         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9992         unless plugged.  Disable the agent so that an open failure causes
9993         an error.
9995         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9996         Reverted 2004-09-21 change.  The backend must be opened while
9997         synchronizing flags even when the backend stores the flags
9998         locally.
10000 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10002         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10003         in `header' match.  Reported by Svend Tollak Munkejord.
10005         * message.el (message-cite-original): Fix use of
10006         `message-cite-articles-with-x-no-archive'.
10008 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10010         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10011         (gnus-window-to-buffer): Ditto.
10013         * mml.el (mml-preview-buffer): New variable.
10014         (mml-preview): Manage window layout with gnus-buffer-configuration.
10016         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10017         X-Draft-From header even if those articles aren't quoted.
10019 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10021         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10022         (gnus-request-set-mark, gnus-request-update-mark): Use new
10023         g-s-t-u-l-m to decide to use backend even when unplugged.
10025 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10027         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10028         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10030 2004-09-20  Simon Josefsson  <jas@extundo.com>
10032         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10033         "utf-16-le".
10035 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10039 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10041         * uudecode.el (uudecode-use-external): Add :version.
10043         * smime.el (smime-CA-file, smime-encrypt-cipher)
10044         (smime-dns-server): Add :version.
10046         * smiley.el (gnus-smiley-file-types): Add :version.
10048         * sha1.el (sha1-use-external): Add :version.
10050         * pgg-def.el (pgg-query-keyserver): Add :version.
10052         * nnmail.el (nnmail-fancy-expiry-targets)
10053         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10054         Add :version.
10056         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10057         (nnimap-retrieve-groups-asynchronous): Add :version.
10058         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10060         * mml.el (mml-content-disposition-parameters)
10061         (mml-insert-mime-headers-always): Add :version.
10063         * mm-util.el (mm-coding-system-priorities): Add :version.
10065         * mm-decode.el (mm-inline-text-html-with-images)
10066         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10067         (mm-verify-option): Add :version.
10068         (mm-text-html-renderer): Change :version.
10070         * message.el (message-fcc-externalize-attachments)
10071         (message-required-headers, message-draft-headers)
10072         (message-subject-trailing-was-query)
10073         (message-subject-trailing-was-ask-regexp)
10074         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10075         (message-mark-insert-end, message-archive-header)
10076         (message-archive-note, message-cross-post-default)
10077         (message-cross-post-note, message-followup-to-note)
10078         (message-cross-post-note-function, message-use-mail-followup-to)
10079         (message-subscribed-address-functions)
10080         (message-subscribed-address-file, message-subscribed-addresses)
10081         (message-subscribed-regexps, message-allow-no-recipients)
10082         (message-yank-cited-prefix, message-signature-insert-empty-line)
10083         (message-hidden-headers, message-hierarchical-addresses)
10084         (message-mail-user-agent, message-use-idna)
10085         (message-valid-fqdn-regexp)
10086         (message-strip-special-text-properties, message-header-synonyms)
10087         (message-beginning-of-line, message-tab-body-function): Add :version.
10088         (message-insert-canlock, message-wide-reply-confirm-recipients):
10089         Change :version.
10091         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10092         and :version.
10093         (mail-source-delete-old-incoming-confirm)
10094         (mail-source-movemail-program): Add :version.
10096         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10097         (gnus-agent-cache, gnus-agent): Change :version.
10099         * gnus-util.el (gnus-use-byte-compile): Change :version.
10101         * gnus-sum.el (gnus-summary-make-false-root-always)
10102         (gnus-summary-default-high-score)
10103         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10104         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10105         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10106         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10107         (gnus-sum-thread-tree-single-indent)
10108         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10109         (gnus-sum-thread-tree-leaf-with-other)
10110         (gnus-sum-thread-tree-single-leaf): Add :version.
10111         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10112         (gnus-article-loose-mime): Change :version.
10114         * gnus-start.el (gnus-backup-startup-file)
10115         (gnus-save-startup-file-via-temp-buffer): Add :version.
10117         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10118         (gnus-server-offline-face): Add :version.
10120         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10122         * gnus-msg.el (gnus-gcc-externalize-attachments)
10123         (gnus-debug-files, gnus-debug-exclude-variables)
10124         (gnus-discouraged-post-methods): Change :version.
10125         (gnus-confirm-mail-reply-to-news)
10126         (gnus-confirm-treat-mail-like-news): Add :version.
10128         * gnus-int.el (gnus-server-unopen-status): Add :version.
10130         * gnus-group.el (gnus-group-jump-to-group-prompt)
10131         (gnus-large-ephemeral-newsgroup)
10132         (gnus-fetch-old-ephemeral-headers): Add :version.
10134         * gnus-fun.el (gnus-x-face-directory)
10135         (gnus-convert-pbm-to-x-face-command)
10136         (gnus-convert-image-to-x-face-command)
10137         (gnus-convert-image-to-face-command): Add :version.
10139         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10141         * gnus-cite.el (gnus-cite-blank-line-after-header)
10142         (gnus-article-boring-faces): Add :version.
10144         * gnus-art.el (gnus-buttonized-mime-types)
10145         (gnus-inhibit-mime-unbuttonizing)
10146         (gnus-treat-display-face)
10147         (gnus-treat-body-boundary): Change :version.
10148         (gnus-body-boundary-delimiter, gnus-picon-databases)
10149         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10150         (gnus-treat-date-english, gnus-treat-fold-headers)
10151         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10152         (gnus-treat-mail-picon, gnus-treat-wash-html)
10153         (gnus-article-encrypt-protocol)
10154         (gnus-use-idna, gnus-article-over-scroll)
10155         (gnus-mime-display-multipart-alternative-as-mixed)
10156         (gnus-mime-display-multipart-related-as-mixed)
10157         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10158         (gnus-ctan-url, gnus-button-ctan-handler)
10159         (gnus-button-handle-ctan-bogus-regexp)
10160         (gnus-button-ctan-directory-regexp)
10161         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10162         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10163         (gnus-button-man-level, gnus-button-emacs-level)
10164         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10166         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10167         (gnus-agent-go-online): Change :version.
10168         (gnus-agent-expire-unagentized-dirs)
10169         (gnus-agent-auto-agentize-methods): Add :version.
10171         * flow-fill.el (fill-flowed-display-column)
10172         (fill-flowed-encode-column): Add :version.
10174         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10175         (gnus-outlook-deuglify-unwrap-max)
10176         (gnus-outlook-deuglify-cite-marks)
10177         (gnus-outlook-deuglify-unwrap-stop-chars)
10178         (gnus-outlook-deuglify-no-wrap-chars)
10179         (gnus-outlook-deuglify-attrib-cut-regexp)
10180         (gnus-outlook-deuglify-attrib-verb-regexp)
10181         (gnus-outlook-deuglify-attrib-end-regexp)
10182         (gnus-outlook-display-hook): Add :version.
10184         * binhex.el (binhex-use-external): Add :version.
10186 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10188         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10189         and `invisible'.
10191 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10193         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10194         in gnus-registry-trim.
10196 2004-09-13  Simon Josefsson  <jas@extundo.com>
10198         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10200         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10202         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10203         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10204         <yamaoka@jpl.org>.
10205         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10206         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10207         <yamaoka@jpl.org>.
10209         * sieve.el (sieve-manage-mode): Ditto.
10211 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10213         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10215 2004-09-11  Simon Josefsson  <jas@extundo.com>
10217         * dns-mode.el: Add.
10219         * mm-view.el (mm-display-dns-inline): Add.
10221         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10222         (mm-automatic-display): Ditto.
10224         * mailcap.el (mailcap-mime-data): Add text/dns.
10225         (mailcap-mime-extensions): Map .soa to text/dns.
10227 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10229         * gnus-art.el (article-decode-mime-words, article-babel)
10230         (gnus-article-highlight-signature, gnus-article-add-buttons)
10231         (gnus-signature-toggle): Remove unnecessary bindings of
10232         `inhibit-read-only' inherited from v5.10 merge.
10234 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10236         * nntp.el (nntp): New customization group.
10237         (nntp-authinfo-file): Add customization group.
10239         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10241         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10243         * gnus.el (to-address, to-list, subscribed)
10244         (large-newsgroup-initial): Ditto.
10246         * flow-fill.el (fill-flowed-display-column)
10247         (fill-flowed-encode-column): Ditto.
10249 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10252         Use point-min rather than 1.
10253         (message-send-mail): Use buffer-size rather than point-max.
10255         * gnus-sum.el (gnus-summary-search-article-forward):
10256         Signal a specific `search-failed' rather than a generic `error'.
10258         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10259         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10260         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10262 2004-09-10  Simon Josefsson  <jas@extundo.com>
10264         * nndb.el (require): Remove tcp and duplicate cl.
10266 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * gnus-agent.el (directory-files-and-attributes): Move forward.
10270 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10272         * gnus-agent.el (directory-files-and-attributes): Optionally
10273         defined to support XEmacs.
10275 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10277         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10278         to avoid run-time CL dependencies.
10279         (gnus-agent-unfetch-articles): New function.
10280         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10281         article numbers even when local .overview file is missing.
10282         (gnus-agent-read-article-number): New function.  Only accepts
10283         27-bit article numbers.
10284         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10285         gnus-agent-read-article-number.
10286         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10287         from backend while recognizing that article numbers in .overview
10288         must be valid.
10289         (gnus-agent-update-files-total-fetched-for): Use
10290         directory-files-and-attributes to improve performance.
10291         * gnus-int.el (gnus-request-move-article): Use
10292         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10293         improve performance.
10295         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10296         some users confused by references to .newsrc when they only have a
10297         .newsrc.eld file.
10298         (gnus-convert-mark-converter-prompt)
10299         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10300         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10301         New function.  Used internally to only display 'gnus converting
10302         files' message when actually necessary.
10304         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10305         methods now autoloaded.
10307 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10310         identifiers.
10312 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10314         * gnus-picon.el: Fix indentation and closing parenthesis.
10316 2004-09-01  Simon Josefsson  <jas@extundo.com>
10318         * message.el (message-canlock-generate): Require sha1, not
10319         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10320         to require within a function.  Sadly, if sha1.el isn't loaded, the
10321         let binding in m-c-g will hide the defcustom definition, which is
10322         bad.)
10324         * canlock.el: Require sha1, not sha1-el.
10326         * message.el: Don't autoload sha1 (there is a autoload cookie in
10327         sha1.el).
10329         * sha1-el.el: Renamed to sha1.el.
10331 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10333         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10335 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10339 2004-08-30  Kim F. Storm  <storm@cua.dk>
10341         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10343         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10344         Add :group 'nnimap.
10346 2004-08-30  Andreas Schwab  <schwab@suse.de>
10348         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10349         ?* and ?\;.
10351         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10352         and ?\' to symbol instead of whitespace.
10354 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10356         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10358         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10359         instead of re-search-forward.
10361         * gnus-uu.el (gnus-uu-save-article): Ditto.
10362         (gnus-uu-post-encode-uuencode): Ditto.
10364         * html2text.el (html2text-clean-list-items): Ditto.
10365         (html2text-clean-dtdd): Ditto.
10366         (html2text-format-tags): Ditto.
10368         * message.el (message-send-mail-with-sendmail): Fix regexp.
10369         (message-fill-field-general): Use search-forward instead of
10370         re-search-forward.
10371         (unbold-region): Ditto.
10373         * nnrss.el (nnrss-request-article): Ditto.
10375         * nnslashdot.el (nnslashdot-request-article): Ditto.
10377         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10379         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10380         "Unrecognized menu descriptor" error in XEmacs.
10382 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10384         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10385         parent article of a sparse article in the thread hashtb.
10387 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10389         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10390         (nnmail-expand-newtext): Lowercase expanded entries if
10391         nnmail-split-lowercase-expanded is non-nil.
10393 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10395         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10397         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10398         of gnus-tmp-news-method into string under XEmacs.  It will be
10399         passed to gnus-correct-length which takes only a string argument.
10401 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * gnus-util.el (gnus-bind-print-variables): New macro.
10404         (gnus-prin1): Use it.
10405         (gnus-prin1-to-string): Use it.
10406         (gnus-pp): New function.
10407         (gnus-pp-to-string): New function.
10409         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10410         Replace pp-to-string with gnus-pp-to-string.
10411         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10412         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10413         * gnus-msg.el (gnus-debug): Ditto.
10414         * gnus-score.el (gnus-score-save): Ditto.
10415         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10416         gnus-pp-to-string.
10417         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10418         with gnus-pp.
10419         * score-mode.el (gnus-score-pretty-print): Ditto.
10420         * webmail.el (webmail-debug): Ditto.
10422 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10424         * gnus-art.el (article-display-face, article-display-x-face):
10425         Use buffer-read-only.
10427 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * gnus-art.el (article-hide-list-identifiers):
10430         Bind inhibit-read-only as t.
10432 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10434         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10436 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10438         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10439         (gnus-narrow-to-page): Don't assume point-min == 1.
10440         (gnus-article-edit-mode): Derive from message-mode.
10442         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10443         point-min == 1.
10445         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10446         Disable incorrect use of `assert'.
10448         * message.el (message-mode): Set comment-start-skip.
10451 2004-08-22  Sam Steingold  <sds@gnu.org>
10453         * pop3.el (pop3-leave-mail-on-server): New user variable.
10454         (pop3-movemail): Delete mail only when it is nil.
10456 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10458         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10460         * mml.el (mml-preview): Use `pop-to-buffer'.
10462         * message.el (message-goto-mail-followup-to): Insert after "To".
10463         (message-carefully-insert-headers): Add comment.
10465         * gnus.el: Remove unused variable `gnus-article-check-size'.
10467         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10469         * gnus-art.el (gnus-button-alist): Improve
10470         `gnus-button-handle-library' entry.
10472 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10474         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10475         downcase, since XEmacs capitalizes error messages differently.
10477 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10479         * nntp.el: Add (require 'gnus) due to reference to
10480         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10482 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10484         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10485         `mm-fill-flowed'.
10487         * mm-decode.el (mm-dissect-singlepart): Check it.
10489 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10491         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10492         'imap' for netrc parsing.
10494 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10496         * mailcap.el (mailcap-mime-data): Mark as risky.
10498 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10500         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10501         may be included in the encoded word.
10502         (rfc2047-encode): Don't append a space if the encoded word
10503         includes close parenthesis.
10505 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10507         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10508         of text within parentheses.
10510 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10512         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10513         (gnus-encrypt-write-file-contents): Make the password key the file
10514         name PLUS the cipher, not just the cipher.  Also remove failed
10515         passwords from the cache.
10517 2004-08-06  Simon Josefsson  <jas@extundo.com>
10519         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10520         fix.
10522 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10524         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10525         LWSP.
10527 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10529         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10530         to append in-reply-to: data to the references: header.
10532         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10533         (netrc-parse): Use gnus-encrypt.el functions.
10535         * gnus-encrypt.el: Add new file for encryption support; currently
10536         does only a few GPG ciphers and an internal XOR cipher.
10538         * password.el: Add comments on using password-read-and-add.
10539         (password-read-and-add): Add function to read and add the
10540         password to the cache at once.
10542 2004-07-28  Simon Josefsson  <jas@extundo.com>
10544         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10545         parameter (but don't use it, for now).
10547         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10548         instead of hard coding to nil.
10550 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10552         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10553         as mm-inline-image-xemacs does.
10555 2004-07-26  Simon Josefsson  <jas@extundo.com>
10557         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10558         Revert part of 2004-07-17 change below.
10560 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10562         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10563         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10565 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10568         quotes that actually start with ">" at the beginning of the
10569         lines.
10571 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10573         * rfc2047.el (rfc2047-encode-region): Fix last change.
10574         (rfc2047-encode-parameter): Remove useless concat.
10576 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10578         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10579         encode special characters; fix some kind of misconfigured headers;
10580         signal a real error if debug-on-quit or debug-on-error is non-nil.
10581         (rfc2047-encode-max-chars): New variable.
10582         (rfc2047-encode-1): Use it.
10583         (rfc2047-encode-parameter): New function.
10585         * mml.el (mml-insert-parameter): Remove an excessive space.
10587 2004-07-17  Simon Josefsson  <jas@extundo.com>
10589         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10590         Kai Grossjohann <kai@emptydomain.de>.
10591         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10592         (gnus-group-make-menu-bar): Ditto.
10594         * gnus-util.el (gnus-group-server): Add.
10596 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10598         * message.el (message-clone-locals): Clone sendmail and smtp
10599         variables.
10601 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10603         * rfc2047.el (rfc2047-encode-region): Fix last change.
10605 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10608         characters as non-special.
10610 2004-07-09  Simon Josefsson  <jas@extundo.com>
10612         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10613         Users will lose all flag changes made while unplugged with
10614         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10615         good default.  See numerous reports on ding mailing list.
10617 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10619         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10620         add generate-head-function and generate-article-function to the
10621         rfc822-forward entry.
10622         (nndoc-rfc822-forward-generate-article): New function.
10623         (nndoc-rfc822-forward-generate-head): New function.
10625         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10627 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10629         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10630         respect display group parameter and gnus-summary-expunge-below.
10631         (gnus-articles-to-read): Remove unused reference to display group
10632         parameter.
10634 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636         * nnheader.el (nnheader-uniquify-message-id): New experimental
10637         variable.
10638         (nnheader-nov-read-message-id): Use it.
10640         * spam-report.el (spam-report-gmane): Add interactive.
10642 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10644         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10645         qp-or-base64 for the application/* types.
10647 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10649         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10651 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10653         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10654         trim value.
10656 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10658         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10659         New macro and function.
10660         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10662 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10664         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10665         after-load-alist.
10667 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10670         update info that isn't there.
10672 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10674         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10675         entry.
10677 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10679         * mm-view.el (mm-inline-render-with-function): Use multibyte
10680         buffer; decode html source by charset.
10682         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10684         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10685         Mule-UCS is loaded under XEmacs.
10686         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10688 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10690         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10692 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         * mm-util.el (mm-coding-system-p): Return a coding-system.
10695         (mm-mime-mule-charset-alist): Use shift_jis instead of
10696         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10697         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10698         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10699         instead of japanese-shift-jis and iso-latin-1 respectively in
10700         order to share the default value with both Emacs and XEmacs-mule.
10701         (mm-mule-charset-to-mime-charset): Make
10702         mm-coding-system-priorities effective.
10703         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10704         while predicating of candidates upon the priorities.
10706 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10708         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10709         gnus-uu-invert-processable.
10711         * gnus.el: Autoload gnus-uu-invert-processable.
10713 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10715         * mm-util.el (mm-with-multibyte-buffer): New macro.
10717         * rfc2047.el (rfc2047-encode-string): Use it.
10718         (rfc2047-encode-region): Move point to the end of the region after
10719         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10721 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10723         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10724         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10726 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10729         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10730         Karl Chen <quarl@nospam.quarl.org>.
10732 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10734         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10735         invalid addresses.
10737 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10739         * spam.el: Change section markers, revise TODO list.
10740         (spam-backends): Make new master list of all installed backends.
10741         (spam-summary-exit-behavior): Add new variable to determine how
10742         messages moves are done at summary exit.
10743         (spam-move-spam-nonspam-groups-only)
10744         (spam-process-ham-in-nonham-groups)
10745         (spam-process-ham-in-spam-groups): Remove variables, the
10746         spam-summary-exit-behavior variable should be used to manage this
10747         behavior.
10748         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10749         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10750         and spam-old-spam-articles.
10751         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10752         Add empty variables, placeholders for the backends they represent.
10753         (spam-set-difference): Move, unchanged.
10754         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10755         unless the user has a processor variable.
10756         (spam-classifications, spam-classification-valid-p)
10757         (spam-backend-properties, spam-backend-property-valid-p)
10758         (spam-backend-function-type-valid-p)
10759         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10760         (spam-report-articles-gmane, spam-report-articles-resend):
10761         Remove functions, they are not needed.
10762         (spam-install-backend-super, spam-backend-list)
10763         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10764         (spam-backend-function, spam-backend-ham-registration-function)
10765         (spam-backend-spam-registration-function)
10766         (spam-backend-ham-unregistration-function)
10767         (spam-backend-spam-unregistration-function)
10768         (spam-backend-statistical-p, spam-backend-mover-p)
10769         (spam-install-backend-alias, spam-install-checkonly-backend)
10770         (spam-install-mover-backend, spam-install-nocheck-backend)
10771         (spam-install-backend, spam-install-statistical-backend)
10772         (spam-install-statistical-checkonly-backend): Add backend installation
10773         support.
10774         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10775         (spam-group-processor-p): Use the new backend code and respect the
10776         summary exit behavior.
10777         (spam-mark-spam-as-expired-and-move-routine): Remove.
10778         (spam-summary-prepare): Change to use the new spam-old-articles
10779         variable.
10780         (spam-copy-or-move-routine, spam-copy-spam-routine)
10781         (spam-move-spam-routine, spam-copy-ham-routine)
10782         (spam-move-ham-routine): Add code to copy/move ham or spam.
10783         (spam-fetch-field-fast): Improve doc and code, plus allow the
10784         'number request.
10785         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10786         variables.
10787         (spam-split, spam-find-spam): Use the new backend code.
10788         (spam-registration-functions): Remove variable.
10789         (spam-unregister-routine): Add convenience wrapper.
10790         (spam-log-undo-registration, spam-register-routine)
10791         (spam-log-processing-to-registry)
10792         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10793         where possible.
10794         (spam-check-gmane-xref, spam-check-regex-headers)
10795         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10796         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10797         (spam-check-bogofilter-headers, spam-check-spamoracle)
10798         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10799         (spam-check-crm114-headers): Use the spam-split-group that
10800         spam-split prepares, no need to determine it every time.
10802         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10803         to the nnheader-parse-naked-head call.
10805         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10807         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10808         the nnheader-nov-read-message-id call.
10810 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10812         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10813         gnus-activate-group twice.  Suggested by Markus Peter
10814         <warp@spin.de>.
10816 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * gnus-art.el (gnus-article-time-format): Exchange the order of
10819         day and month in the default value; fix customization type.
10820         (article-date-ut): Use add-text-properties.
10821         (article-make-date-line): Use message-make-date instead of
10822         current-time-string.
10824         * message.el (message-fetch-field): Don't use set-text-properties.
10825         (message-make-date): Simplify.
10827 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10829         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10830         (rfc2047-encode-region): Treat text within parentheses as special;
10831         show the original text when error has occurred.
10833         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10834         already-computed method to gnus-activate-group.
10836         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10837         same select-methods identical Lisp objects.
10839         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10840         object when modifying the info.
10842 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10844         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10845         gnus-opened-servers since it has never been opened with the new
10846         configuration yet.
10848 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10850         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10851         arg to nnheader-generate-fake-message-id.
10853 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10855         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10856         number and build a fake message ID localized to a group and
10857         article number (so it's repeatable from that point on).
10858         (nnheader-fake-message-id-p): Change regex to accommodate new fake
10859         ID format.
10861         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10862         nnheader-generate-fake-message-id with the article number.
10864 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10866         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10867         end-of-buffer.
10869 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871         * message.el (message-ignored-supersedes-headers): Add Approved.
10873 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10875         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10876         goto-char.
10877         (rfc2047-encode): Fold the line before encoding.
10879 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10882         folding -- not all headers can be folded, and this should be done
10883         by the message composition mode.  Probably.  I think.
10885 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10887         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10888         fast.
10890         * gnus-ems.el (gnus-remove-image): Don't use
10891         message-text-with-property; remove only the image found first.
10893 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10895         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10897 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10899         * message.el (message-text-with-property): Make it fast and accept
10900         optional arguments.
10901         (message-strip-forbidden-properties): Use it.
10902         (message-fix-before-sending): Follow the m-t-w-p change.
10904         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10906 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10908         * gnus-art.el (article-hide-headers): Don't change the buffer
10909         mistakenly when performing mml-preview even if
10910         gnus-single-article-buffer is nil.
10912 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10914         * message.el (message-expand-name-databases): New user option.
10915         (message-expand-name): Use it.
10917 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10919         * spam.el (spam-report-articles-resend)
10920         (spam-report-resend-register-routine): Allow ham reporting.
10921         (spam-report-resend-register-ham-routine): Add wrapper.
10922         (spam-registration-functions): Add ham resending functions.
10923         (spam-list-of-processors): Add ham resend processor.
10925         * gnus.el (ham-resend-to): Add new group parameter.
10926         (spam-process): Add ham resend option.
10928         * spam-report.el (spam-report-resend): Allow reporting ham.
10929         (spam-report-resend-ham): Add wrapper.
10931 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933         * message.el (message-cite-articles-with-x-no-archive): New
10934         variable.
10935         (message-cite-original): Use it.
10937 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939         * message.el (message-cite-original): Respect X-No-Archive.
10941 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10943         * gnus-art.el (article-hide-headers): Refer to the values for
10944         gnus-ignored-headers and gnus-visible-headers in the summary
10945         buffer since a user may have set them as group parameters.
10947 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10949         * assistant.el (assistant-node-name): Add convenience function.
10950         (assistant-render-text, assistant-render-node): Add error handling,
10951         plus handle multiple next nodes.
10952         (assistant-find-next-node): Comment out for now.
10953         (assistant-find-next-nodes): Add function, returns list of next
10954         nodes.
10956 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10958         * mail-source.el (mail-source-directory): Fix doc-string.
10960 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10962         * assistant.el (assistant-render-text, assistant-eval): Add :set
10963         widget type, which is different because it takes and returns a
10964         list.  Much hilarity ensues.
10966 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10968         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10970         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10971         doc-string.
10973         * gnus-start.el (gnus-activate-group): Added doc-string.
10975 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10977         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10979 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10981         * assistant.el (assistant-render-text): Try to add a :set
10982         widget, more to come.
10984         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10985         strings.
10986         (spam-report-articles-resend)
10987         (spam-register-routine): Do registration iff any articles warrant
10988         it.
10989         (spam-summary-prepare-exit): Change log message for nil group
10990         destinations.
10992 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10994         * spam.el (spam-report-resend-register-routine): Allow
10995         spam-report-resend-to to be a group parameter or a global value.
10997 2004-05-26  Simon Josefsson  <jas@extundo.com>
10999         * starttls.el: Merge with my GNUTLS based starttls.el.
11000         (starttls-gnutls-program, starttls-use-gnutls)
11001         (starttls-extra-arguments, starttls-process-connection-type)
11002         (starttls-connect, starttls-failure, starttls-success): New
11003         variables.
11004         (starttls-program, starttls-extra-args): Doc fix.
11005         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11006         functions.
11007         (starttls-negotiate, starttls-open-stream): Check
11008         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11009         function if it is set.
11011 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11013         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11014         structured fields.
11016 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11018         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11020 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11022         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11023         variable.
11024         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11025         assigning the spam-mark to new messages.
11027 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11029         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11031 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11033         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11034         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11035         default.
11037 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11039         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11040         correct data.
11042 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11044         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11045         (spam-group-processor-p): Fix function.
11046         (spam-group-processor-multiple-p)
11047         (spam-group-spam-processor-report-gmane-p)
11048         (spam-group-spam-processor-report-resend-p)
11049         (spam-group-spam-processor-bogofilter-p)
11050         (spam-group-spam-processor-blacklist-p)
11051         (spam-group-spam-processor-ifile-p)
11052         (spam-group-ham-processor-ifile-p)
11053         (spam-group-spam-processor-spamoracle-p)
11054         (spam-group-spam-processor-crm114-p)
11055         (spam-group-ham-processor-bogofilter-p)
11056         (spam-group-spam-processor-stat-p)
11057         (spam-group-ham-processor-stat-p)
11058         (spam-group-ham-processor-whitelist-p)
11059         (spam-group-ham-processor-BBDB-p)
11060         (spam-group-ham-processor-spamoracle-p)
11061         (spam-group-ham-processor-copy-p): Remove functions with some
11062         prejudice against unneeded code.
11063         (spam-report-articles-resend)
11064         (spam-report-resend-register-routine): Allow the group/topic
11065         spam-resend-to value to override spam-report-resend-to.
11066         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11067         properly now.
11069         * gnus.el (spam-resend-to): Add group/topic parameter.
11070         (spam-process): Move the OBSOLETE processors to the end of the
11071         choices.
11073 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11075         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11076         with resend-to set to nil, and then ask the user if necessary.
11077         (spam-report-resend): spam-report-resend takes a list of articles, not
11078         separate article numbers.
11080 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11082         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11083         addition to emacs-w3m.
11085 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087         * assistant.el (assistant-authinfo-data): New function.
11088         (assistant-eval): Eval for entire assistant.
11090         * netrc.el (netrc-services-file): New variable.
11091         (netrc-parse-services): New function.
11092         (netrc-find-service-name): New function.
11093         (netrc-find-service-number): New function.
11094         (netrc-port-equal): New function.
11095         (netrc-machine): Use it.
11097         * nnimap.el (nnimap-open-connection): Use netrc.
11099         * gnus-util.el (gnus-netrc-get): Remove aliases.
11101         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11103         * assistant.el (wid-edit): Fix compilation.
11105         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11107 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11109         * gnus-util.el (gnus-set-file-modes): New function.  (small
11110         patch).
11112 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11114         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11116         * assistant.el (assistant-render-node): Fix up rendering and
11117         read-only text.
11118         (assistant-render-node): Reset.
11119         (assistant-make-read-only): Not sticky.
11121 2004-05-20  Danny Siu  <dsiu@adobe.com>
11123         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11124         centered even when gnus-auto-center-summary is t
11126 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128         * dns.el (dns-get-txt-answer): New function.
11129         (dns-read-txt): Ditto.
11130         (query-dns): Use it.
11132 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11135         active for foreign groups even if the group level is higher than
11136         the specified value.
11138 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11141         non-active groups.
11143         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11145 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11147         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11149 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11151         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11152         (spam-crm114-header, spam-crm114-spam-switch)
11153         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11154         (spam-crm114-positive-spam-header)
11155         (spam-crm114-database-directory, spam-list-of-processors)
11156         (spam-group-spam-processor-crm114-p)
11157         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11158         (spam-generic-score, spam-list-of-checks)
11159         (spam-list-of-statistical-checks, spam-registration-functions)
11160         (spam-check-crm114-headers, spam-crm114-score)
11161         (spam-check-crm114, spam-crm114-register-with-crm114)
11162         (spam-crm114-register-spam-routine)
11163         (spam-crm114-unregister-spam-routine)
11164         (spam-crm114-register-ham-routine)
11165         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11166         asjo@koldfront.dk (Adam Sjøgren).
11168         * gnus.el: Add spam-use-crm114.
11170         * spam.el (spam-list-of-processors, spam-registration-functions):
11171         Add spam-use-resend.
11172         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11173         (spam-report-articles-gmane): Add doc fix.
11174         (spam-report-articles-resend, spam-report-resend-register-routine):
11175         Add wrappers around spam-report-resend-to.
11177         * spam-report.el (spam-report-resend-to, spam-report-resend):
11178         Add support for resending spam.
11179         (spam-report-gmane): Fix line length >80.
11181         * gnus.el (spam-process): Add spam-use-resend.
11183 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11185         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11186         number of processed spam messages.
11187         (spam-ham-copy-or-move-routine): Return the number of processed
11188         ham messages.
11189         (spam-summary-prepare-exit): Use the above values to decide
11190         whether status messages shouled be displayed.
11192 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11194         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11195         `rfc2047-encoding-function-alist' in order to avoid conflicting
11196         with the old version.
11197         (rfc2047-encode-region): Concatenate words containing non-ASCII
11198         characters in structured fields; don't encode space-delimited
11199         ASCII words even in unstructured fields; don't break words at
11200         char-category boundaries.
11201         (rfc2047-encode-1): New function.
11202         (rfc2047-encode): Use it; encode text so that it occupies the
11203         maximum width within 76-column; work correctly on Q encoding for
11204         iso-2022-* charsets.
11205         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11206         sure not to break a line just after the header name.
11207         (rfc2047-b-encode-region): Removed.
11208         (rfc2047-b-encode-string): New function.
11209         (rfc2047-q-encode-region): Removed.
11210         (rfc2047-q-encode-string): New function.
11212         * mm-util.el (mm-replace-in-string): New function.
11214 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11217         get it right.
11218         (gnus-inews-make-draft): Really.
11220 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11222         * nnmh.el (nnmh-request-list-1): Don't check the link count
11223         before descending.  (small patch)
11225 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11227         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11228         stuff.
11230         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11231         on real group name.
11233         * gnus-art.el (gnus-signature-limit): Doc fix.
11235         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11237 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239         * gnus-draft.el (gnus-draft-send): Bind
11240         rfc2047-encode-encoded-words.
11242         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11243         (rfc2047-encodable-p): Say that =? needs encoding.
11244         (rfc2047-encode-encoded-words): New variable.
11246         * gnus-group.el (gnus-group-select-group): Doc fix.
11248         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11250         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11251         to nil.
11253         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11255         * nnheader.el (nnheader-get-lines-and-char): New function.
11257 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11259         * gnus-msg.el (gnus-summary-followup-with-original): Document
11260         yanking of region when active.
11262 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11264         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11265         groups if the group level is higher than the specified value.
11267 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11269         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11270         (gnus-group-jump-to-group): Added prefix argument using
11271         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11272         non-active group.
11274         * compface.el (uncompface): Be verbose when changing
11275         `uncompface-use-external'.
11277         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11278         handle manual section.
11280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282         * gnus-art.el (gnus-button-alist): Revert previous change.
11284 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11286         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11288 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11291         whether backend can accept message.
11293         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11295 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11297         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11298         Avoid creating directory when nntp-marks-is-evil is true.
11299         Reported by Reiner Steib.
11301 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11303         * gnus-picon.el (gnus-picon-style): New variable.
11304         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11305         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11306         Jesper Harder <harder@ifa.au.dk>.
11308 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11310         * message.el (message-fill-field): Return point.
11311         (message-generate-headers): Go to end of field.
11313         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11314         stuff for non-living groups.
11316 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11318         * gnus-art.el (gnus-article-followup-with-original)
11319         (gnus-article-reply-with-original): gnus-mark-active-p ->
11320         gnus-region-active-p.
11322 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11324         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11325         only when there is spam or ham to be processed.
11327 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329         * mail-source.el (mail-source-delete-crash-box): Refactor.
11330         (mail-source-fetch): Use it.
11331         (mail-source-fetch-file): Ditto.
11332         (mail-source-fetch-directory): Run postscript in loop.
11333         (mail-source-fetch-pop): Delete.
11334         (mail-source-fetch-maildir): Ditto.
11335         (mail-source-fetch-imap): Ditto.
11337         * imap.el (imap-authenticators): Comment out sasl.
11339         * message.el (message-skip-to-next-address): New function.
11340         (message-fill-header-address): Refactor.
11341         (message-fill-address): Use it.
11342         (message-delete-address): Use it.
11343         (message-fill-header-general): Refactor.
11344         (message-fill-field-address): Rename.
11345         (message-narrow-to-field): Find the start of the header.
11346         (message-header-format-alist): Don't pre-fill.
11347         (message-fill-header): Removed.
11348         (message-insert-header): New function.
11349         (message-shorten-references): Use it.
11351         * rfc2047.el (rfc2047-field-value): Strip props.
11353         * mail-parse.el (mail-header-make-address): New alias.
11355         * ietf-drums.el (ietf-drums-make-address): New function.
11357         * imap.el: Add compiler directives.
11359         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11361         * gnus-art.el (article-decode-idna-rhs): Don't use
11362         message-idna-inside-rhs-p.
11364 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366         * message.el (message-idna-inside-rhs-p): Removed.
11367         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11369         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11370         false positives.
11372 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11374         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11376 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378         * nneething.el (nneething-file-name): Don't create spurious
11379         files.
11381         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11382         (gnus-inews-do-gcc): Remove sleep.
11384         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11385         part under point.
11387         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11388         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11390 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11392         * spam.el (spam-summary-prepare-exit): Fixed (length).
11394 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11396         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11397         as expired without moving it" message when there are spam
11398         messages left.
11400 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11402         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11403         header is not nil.
11405 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11407         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11408         nntp-possibly-create-directory, not nntp-possibly-change-group.
11409         (nntp-marks-changed-p): New arg SERVER.
11410         (nntp-request-update-info): Adjust caller.
11412 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11414         * nntp.el (nntp-save-marks): Pass missing arg.
11416 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11418         * nntp.el: Support marks.
11419         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11420         (nntp-marks-modtime, nntp-marks-directory): New variables.
11421         (nntp-request-set-mark, nntp-request-update-info)
11422         (nntp-possibly-create-directory, nntp-marks-changed-p)
11423         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11424         functions.
11426 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11428         * gnus-score.el (gnus-score-insert-help): Use
11429         gnus-select-lowest-window.
11431         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11432         appt-select-lowest-window and rename to gnus-select-lowest-window.
11434         * gnus.el: do.
11436 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11438         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11439         encodings of MIME-encoded words, in order to improve
11440         interoperability with several broken MUAs.
11442 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11444         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11445         tags, only when charsets are not specified in headers.
11446         (mm-inline-text-html-render-with-w3m): Ditto.
11448 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11450         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11451         instead of MIME-decoded from fields when checking
11452         `gnus-article-address-banner-alist'.
11454 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11456         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11457         description rather than subject.
11459 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461         * gnus.el (gnus-version-number): Bump.
11463 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11465         * gnus.el: No Gnus v0.2 is released.
11467 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469         * gnus-agent.el (gnus-agent-read-agentview): Inline
11470         gnus-uncompress-range.
11472 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11474         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11475         `exec-installed-p'.
11477 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11479         * gnus.el (spam-process, spam-autodetect-methods): Add
11480         bsfilter and bsfilter-headers.
11482         * spam.el (spam-bsfilter): New customize group.
11483         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11484         (spam-bsfilter-header, spam-bsfilter-probability-header)
11485         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11486         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11487         (spam-bsfilter-database-directory): New options.
11488         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11489         (spam-list-of-statistical-checks, spam-registration-functions):
11490         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11491         (spam-bsfilter-score): New command.
11492         (spam-check-bsfilter-headers, spam-check-bsfilter)
11493         (spam-bsfilter-register-with-bsfilter)
11494         (spam-bsfilter-register-spam-routine)
11495         (spam-bsfilter-unregister-spam-routine)
11496         (spam-bsfilter-register-ham-routine)
11497         (spam-bsfilter-unregister-ham-routine): New functions.
11498         (spam-generic-score): Support bsfilter; Accept an optional argument
11499         to recalcurate spam score even if scoring header has already been
11500         added.
11501         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11502         optional argument to recalcurate spam score even if scoring header
11503         has already been added.
11505 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11507         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11508         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11509         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11510         link is missing.
11512 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11514         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11515         (html2text-get-attr): Rewrite.
11517         * message.el (message-setup-1): Remove redundant put-text-property
11518         on mail-header-separator.
11520 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11522         * gnus-registry.el (gnus-registry-cache-whitespace)
11523         (gnus-registry-action, gnus-registry-spool-action)
11524         (gnus-registry-split-fancy-with-parent): Change message levels
11525         from 5 to 3 or 7, as needed.
11527         * spam.el (spam-summary-prepare-exit)
11528         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11529         (spam-split, spam-find-spam, spam-log-undo-registration)
11530         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11531         level from 5 to 6.
11533 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11535         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11536         2004-03-04 change).
11538 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11540         * sieve-manage.el (sieve-manage-open):
11541         * nnweb.el (nnweb-insert-html):
11542         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11543         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11544         * nnspool.el (nnspool-request-group):
11545         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11546         * nnml.el (nnml-request-update-info):
11547         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11548         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11549         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11550         (nnimap-request-set-mark):
11551         * nnfolder.el (nnfolder-request-update-info):
11552         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11553         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11554         * gnus-uu.el (gnus-uu-find-articles-matching):
11555         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11556         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11557         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11558         * gnus-nocem.el (gnus-nocem-scan-groups):
11559         * gnus-int.el (gnus-start-news-server):
11560         * gnus-group.el (gnus-group-make-kiboze-group)
11561         (gnus-group-browse-foreign-server):
11562         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11563         Use mapc when appropriate.
11565 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11567         FIXME: Make separate entries for each person.
11569         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11570         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11571         <shields@msrl.com>:
11573         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11574         may need for spam sorting and scoring.
11575         (spam-user-format-function-S): Add user format function suitable for
11576         general use.
11577         (spam-article-sort-by-spam-status): Add sorting function for summary
11578         sorting.
11579         (spam-extra-header-to-number): Add function to get a score from a
11580         header.
11581         (spam-summary-score): Add function to  get a numeric score from the
11582         headers.
11583         (spam-generic-score): Fix function doc, was in wrong place.
11584         (spam-initialize): Take symbols when it's run, and install the
11585         extra headers that spam-necessary-extra-headers thinks we need.
11587 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11589         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11590         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11592 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11594         * gnus-sum.el (gnus-set-global-variables)
11595         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11596         (gnus-article-get-xrefs, gnus-summary-best-group)
11597         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11598         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11599         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11600         Use with-current-buffer.
11602 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11604         * spam.el (spam-summary-prepare-exit): Simplify logic.
11605         (spam-fetch-article-header): Read the article header if it's not
11606         available.
11607         (spam-list-articles): Simplify logic.
11608         (spam-filelist-register-routine): Fix bug with unregister-list.
11610         * gnus-registry.el: Fix comments at beginning.
11612 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11614         * message.el (message-cater-to-broken-inn): Remove.
11615         (message-shorten-references): Make sure the total folded length of
11616         References is shorter than 998 characters to cater to a bug in INN
11617         2.3.  Also, don't pretend that references aren't folded -- this
11618         hasn't worked for a while.
11620 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11622         * gnus-agent.el (gnus-agentize):
11623         gnus-agent-send-mail-real-function no longer set to current value
11624         of message-send-mail-function but rather a lambda that calls
11625         message-send-mail-function.  The change makes the agent real-time
11626         responsive to user changes to message-send-mail-function.
11628 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11630         * legacy-gnus-agent.el
11631         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11632         help from Florian Weimer <fw@deneb.enyo.de>
11634 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11636         * nnmail.el (nnmail-cache-insert): Revert last change.
11638 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11640         * nnmail.el (nnmail-cache-insert): Always check whether
11641         nnmail-cache-ignore-groups matches a group name.
11643 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11645         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11646         (spam-find-spam, spam-log-processing-to-registry)
11647         (spam-log-registered-p, spam-log-unregistration-needed-p)
11648         (spam-log-undo-registration): Use gnus-message instead of
11649         gnus-error, none of these errors are fatal.
11651         * gnus-registry.el (gnus-registry-clean-empty-function)
11652         (gnus-registry-clean-empty): Remove only empty entries without
11653         extra data.
11655 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11657         * spam-stat.el (spam-stat-buffer-change-to-spam)
11658         (spam-stat-buffer-change-to-non-spam): Change (error) to
11659         (gnus-message 8) invocation.
11661 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11663         * nntp.el (nntp-via-netcat-command): New variable.
11664         (nntp-via-netcat-switches): New variable.
11665         (nntp-open-via-rlogin-and-netcat): New function.
11666         (nntp-open-connection-function): Doc fix.
11667         (nntp-telnet-command): Doc fix.
11668         (nntp-end-of-line): Doc fix.
11669         (nntp-via-rlogin-command): Doc fix.
11670         (nntp-via-user-name): Doc fix.
11671         (nntp-via-address): Doc fix.
11673 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11676         error in Emacs 21.1.
11678 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11680         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11682 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11684         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11685         (gnus-agent-with-refreshed-group): New macro.
11686         (gnus-agent-rename-group): New function.
11687         (gnus-agent-delete-group): New function.
11688         (gnus-agent-save-group-info): Use gnus-command-method when
11689         `method' parameter is nil.  Don't write nil entries into the
11690         active file.
11691         (gnus-agent-get-group-info): New function.
11692         (gnus-agent-fetch-articles): Use
11693         gnus-agent-update-files-total-fetched-for to increment disk space
11694         used.
11695         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11696         gnus-agent-update-view-total-fetched-for to increment disk space
11697         used.
11698         (gnus-agent-get-local): Added optional parameters to avoid calling
11699         gnus-group-real-name and gnus-find-method-for-group.
11700         (gnus-agent-set-local): Delete stored entry if either min, or max,
11701         are nil.
11702         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11703         quit, use gnus-agent-regenerate-group to record existance of any
11704         articles fetched to disk before the quit occurred.
11705         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11706         gnus-agent-update-view-total-fetched-for, and
11707         gnus-agent-update-files-total-fetched-for to decrement disk space
11708         used.
11709         (gnus-agent-retrieve-headers): Use
11710         gnus-agent-update-view-total-fetched-for to increment disk space
11711         used.
11712         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11713         with gnus-agent-update-files-total-fetched-for to decrement disk
11714         space and fresh group buffer.
11715         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11716         (gnus-agent-need-update-total-fetched-for): New variable.
11717         (gnus-agent-update-files-total-fetched-for): New function.
11718         (gnus-agent-update-view-total-fetched-for): New function.
11719         (gnus-agent-total-fetched-for): New function.
11721         * gnus-cache.el (gnus-cache-save-buffers): Use
11722         gnus-cache-update-overview-total-fetched-for to change disk space
11723         used by this group.
11724         (gnus-cache-possibly-enter-article): Use
11725         gnus-cache-update-file-total-fetched-for to increment disk space
11726         used by this group.
11727         (gnus-cache-possibly-remove-article): Use
11728         gnus-cache-update-file-total-fetched-for to decrement disk space
11729         used by this group.
11730         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11731         (gnus-cache-rename-group): New function.
11732         (gnus-cache-delete-group): New function.
11733         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11734         (gnus-cache-need-update-total-fetched-for): New variable.
11735         (gnus-cache-with-refreshed-group): New macro.
11736         (gnus-cache-update-file-total-fetched-for): New function.
11737         (gnus-cache-update-overview-total-fetched-for): New function.
11738         (gnus-cache-rename-group-total-fetched-for): New function.
11739         (gnus-cache-delete-group-total-fetched-for): New function.
11740         (gnus-cache-total-fetched-for): New function.
11742         * gnus-group.el: Require gnus-sum and autoload functions to
11743         resolve warnings when gnus-group.el compiled alone.
11744         (gnus-group-line-format): Documented new %F
11745         (size of Fetched data) group line format; identifies disk space
11746         used by agent and cache.
11747         (gnus-group-line-format-alist): Defined new F format.
11748         (gnus-total-fetched-for): New function.
11749         (gnus-group-delete-group): No longer update
11750         gnus-cache-active-altered as gnus-request-delete-group now keeps
11751         the cache in sync.
11752         (gnus-group-list-active): Let the agent store a server's active
11753         list if currently plugged.
11755         * gnus-int.el (gnus-request-delete-group):
11756         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11757         local disk in sync with the server.
11758         (gnus-request-rename-group):
11759         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11760         local disk in sync with the server.
11762         * gnus-start.el (gnus-get-unread-articles):
11763         Cosmetic simplification to logic.
11765         * gnus-util.el (gnus-rename-file): New function.
11767 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11769         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11771 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11773         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11774         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11776 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11778         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11779         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11781 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11783         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11785 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11787         * spam.el (spam-set-difference): Add function to replace
11788         gnus-set-difference in spam.el.
11789         (spam-summary-prepare-exit): Use spam-set-difference.
11791 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11793         * gnus-registry.el (gnus-registry-cache-file): Update to use
11794         gnus-dribble-directory OR gnus-home-directory OR ~.
11795         (gnus-registry-split-fancy-with-parent): Fix doc.
11797 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11799         * message.el (message-exchange-point-and-mark): Use
11800         message-mark-active-p.  Suggested by Jesper Harder
11801         <harder@ifa.au.dk>.
11803 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11805         * message.el (message-exchange-point-and-mark): Don't activate
11806         region if it was inactive.  Suggested by Hiroshi Fujishima
11807         <pooh@nature.tsukuba.ac.jp>.
11809 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11811         * gnus-art.el (article-display-face): Display Faces in the same
11812         order as X-Faces.
11814 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11816         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11818 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11820         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11821         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11822         (gnus-article-mime-hierarchy): Remove.
11823         (gnus-article-mime-hierarchy-next): Remove.
11824         (gnus-article-mode): Revert 2004-03-19 change.
11825         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11826         (gnus-insert-mime-button): Revert 2004-03-19 change.
11827         (gnus-mime-accumulate-hierarchy): Remove.
11828         (gnus-mime-enter-multipart): Remove.
11829         (gnus-mime-leave-multipart): Remove.
11830         (gnus-mime-display-part): Revert 2004-03-19 change.
11831         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11833         * mml.el (mml-preview): Revert 2004-03-19 change.
11835 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11837         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11839 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11841         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11842         t while entering a file name using the mm-with-multibyte macro.
11843         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11845         * mm-util.el (mm-with-multibyte): New macro.
11847 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11849         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11850         user option.
11851         (gnus-mime-multipart-functions): Doc and customization fix.
11852         (gnus-article-mime-hierarchy): New variable.
11853         (gnus-article-mime-hierarchy-next): New variable.
11854         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11855         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11856         gnus-article-mime-hierarchy-next to nil.
11857         (gnus-insert-mime-button): Show hierarchy numbers.
11858         (gnus-mime-accumulate-hierarchy): New function.
11859         (gnus-mime-enter-multipart): New function.
11860         (gnus-mime-leave-multipart): New function.
11861         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11862         (gnus-mime-display-alternative): Show hierarchy numbers.
11864         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11865         gnus-article-mime-hierarchy-next to nil.
11867 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11869         * dns.el: Don't require gnus-xmas.
11871 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11873         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11874         inline PGP.
11875         (mml-menu): Disable mml-quote-region if mark is inactive.
11877 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11879         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11880         when the group's active is not available.
11882 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11884         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11885         error.
11887 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11889         * imap.el (imap-store-password): New variable.
11890         (imap-interactive-login): Use it.
11891         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11893 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11895         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11896         window-start and hscroll to summary window.
11898 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11900         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11901         conversion message to newsrc-dribble when an actual conversion is
11902         performed.
11904 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11906         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11908 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11910         * mm-decode.el (mm-complicated-handles): New function reviving
11911         former definition of mm-multiple-handles.
11913         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11914         (gnus-mime-delete-part): Use it.
11916 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11918         * gnus-agent.el (gnus-agent-read-local): Bind
11919         nnheader-file-coding-system to gnus-agent-file-coding-system to
11920         avoid the implicit assumption that they will always be equal.
11921         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11922         coding-system-for-write, as the with-temp-file macro first prints
11923         to a buffer then saves the buffer.
11925 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11927         * gnus-art.el (gnus-article-edit-part): New function.
11928         (gnus-mime-save-part-and-strip): Use it; do query instead of
11929         signaling an error; don't use mm-multiple-handles.
11930         (gnus-mime-delete-part): Ditto.
11932 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11934         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11935         old file versions.
11936         (gnus-group-prepare-hook): Removed function that converted list
11937         form of gnus-agent-expire-days to group properties.
11939         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11940         (gnus-request-accept-article): Re-indented.
11942         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11943         converters to handle old agent file formats.  Added logic for a
11944         "backup before upgrading warning".
11945         (gnus-convert-mark-converter-prompt): Developers can mark
11946         functions as needing (default), or not needing,
11947         gnus-convert-old-newsrc's "backup before upgrading warning".
11948         (gnus-convert-converter-needs-prompt): Tests whether the user
11949         should be protected from potentially irreversable changes by the
11950         function.
11952         * legacy-gnus-agent.el: New.  Provides converters that are only
11953         loaded when gnus-convert-old-newsrc needs to call them.
11955 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11957         * mail-source.el (mail-source-touch-pop): Doc fix.
11959         * message.el (message-smtpmail-send-it): Doc fix.
11961 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11963         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11965         * nnmail.el (nnmail-split-fancy): do.
11967         * gnus-kill.el (gnus-kill, gnus-execute): do.
11969 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11971         * gnus-sum.el (gnus-widget-reversible-match)
11972         (gnus-widget-reversible-to-internal)
11973         (gnus-widget-reversible-to-external): New functions.
11974         (gnus-widget-reversible): New widget.
11975         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11977 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11979         * gnus-sum.el (gnus-thread-sort-functions)
11980         (gnus-article-sort-functions): Document `(not F)' items.
11982 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11984         * spam.el (spam-use-gmane-xref): Add new backend.
11985         (spam-gmane-xref-spam-group): Add variable to control the name of the
11986         Gmane spam group.
11987         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11988         (spam-regex-headers-spam, spam-regex-headers-ham)
11989         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11990         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11991         backends and checks.
11992         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11994         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11995         an autodetect method.
11997 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11999         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12000         articles are being added to a group.
12001         (gnus-request-replace-article): Inform the agent that articles
12002         need to be uncached as the cached contents are no longer valid.
12004 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12006         * binhex.el: Don't autoload executable-find.
12008         * canlock.el: Don't autoload mail-fetch-field.
12010         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12012         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12013         rmail-dont-reply-to and rmail-output.
12015         * gnus-score.el: Don't autoload ffap-string-at-point.
12017         * gnus-setup.el: Don't autoload sc-cite-original.
12019         * imap.el: Don't autoload base64-decode-string,
12020         base64-encode-string and md5.
12022         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12023         and rmail-msg-restore-non-pruned-header.
12025         * mm-decode.el: Don't autoload executable-find.
12027         * mm-url.el: Don't autoload executable-find.
12029         * mm-view.el: Don't autoload diff-mode.
12031         * nndb.el: Don't autoload news-reply-mode, news-setup,
12032         cancel-timer and telnet.
12034         * password.el: Don't autoload run-at-time for Emacs.
12036         * sha1-el.el: Don't autoload executable-find.
12038         * sieve-mode.el: Don't autoload c-mode.
12040         * uudecode.el: Don't autoload executable-find.
12042 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12044         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12045         (gnus-agent-possibly-alter-active): Avoid null in numeric
12046         comparison.
12047         (gnus-agent-set-local): Refuse to save null in local object table.
12048         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12049         list of articles that will be marked as unread.
12051 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12053         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12055 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12057         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12058         language tags.
12060 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12062         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12063         Don't bind "obarray".
12065         * gnus-sum.el (gnus-thread-sort-functions): Added
12066         `gnus-thread-sort-by-most-recent-number' and
12067         `gnus-thread-sort-by-most-recent-date'.
12068         Reported by Kai Grossjohann <kai@emptydomain.de>.
12070 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12072         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12074 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12076         * gnus-cus.el (gnus-agent-customize-category): Removed
12077         ignore-errors macro reference that required cl to be loaded at
12078         run-time.
12080         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12081         single-interval range of the form (min . max).  Previously the
12082         range had to look like ((min . max)).  Likewise, return
12083         (min . max) rather than ((min . max)).
12084         (gnus-range-map): Use gnus-range-normalize to accept
12085         single-interval range.
12087         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12088         the cache, but not the agent, now appear with their usual face.
12090 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12092         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12093         w3m-safe-url-regexp variable buffer-local.
12095         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12097 2004-02-27  Simon Josefsson  <jas@extundo.com>
12099         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12100         gnus-group-real-prefix.
12101         (gnus-summary-move-article): Use it, instead of
12102         gnus-group-real-prefix.
12104 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12106         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12107         w3m-safe-url-regexp variable buffer-local and set it as the value
12108         of mm-w3m-safe-url-regexp.
12110         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12112         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12113         parsing gnus-posting-styles when the message is not for replying.
12115         * nnrss.el (nnrss-opml-export): Use
12116         mm-set-buffer-file-coding-system instead of
12117         set-buffer-file-coding-system.
12119 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12121         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12122         of checkdoc.el).
12123         * nnrss.el: do.
12124         * gnus-mlspl.el: do.
12125         * gnus-ml.el: do.
12126         * gnus-srvr.el: do.
12128         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12130 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12132         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12133         Corrections to custom-manual links.
12135         * gnus-art.el (gnus-article): Ditto.
12137         * mm-decode.el (mime-display, mime-security): Ditto.
12139 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12141         * flow-fill.el: Typo.
12143 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12145         * spam-wash.el: New file.
12147 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12149         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12151 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12153         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12154         to be run with new-articles as LIST1, not LIST2.
12155         (spam-registration-functions): Add spam-use-ham-copy as a nil
12156         registration backend.
12158 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12160         * spam-stat.el (spam-stat-washing-hook): New option.
12161         (spam-stat-buffer-words): Use it.
12162         (spam-stat-process-directory, spam-stat-test-directory): Use
12163         insert-file-contents-literally.
12164         (spam-stat-coding-system): New variable.
12165         (spam-stat-load, spam-stat-save): Use it.
12167 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12169         * spam-report.el (spam-report-plug-agent): Quote
12170         spam-report-url-to-file and spam-report-url-ping-plain.
12172 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12174         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12175         / in mailto URLs.
12177 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12179         * spam-report.el (spam-report-process-queue): Fix interactive use.
12180         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12181         (spam-report-unplug-agent): Doc fixes.
12182         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12183         (spam-report-agentize, spam-report-deagentize): Autoload
12185 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12187         * message.el (message-setup-fill-variables): Add mml tags to
12188         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12189         <ajk@iu.edu>.
12190         (message-mode): Don't modify paragraph-separate there.
12192 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12194         * compface.el (uncompface-use-external): Default to undecided.
12195         (uncompface-use-external-threshold): New variable.
12196         (uncompface-float-time): New macro.
12197         (uncompface): Determine whether to use the external decoder if
12198         uncompface-use-external is undecided.
12200 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12203         after images.
12205         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12207 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12209         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12211         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12213         * gnus-sum.el (gnus-summary-limit-to-age)
12214         (gnus-summary-limit-children): do.
12216         * gnus-int.el (gnus-request-scan): do.
12218         * gnus-group.el (gnus-group-suspend): do.
12220         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12222         * gnus-cite.el (gnus-cite-parse-attributions): do.
12224         * gnus-agent.el (gnus-summary-set-agent-mark)
12225         (gnus-agent-regenerate-group): do.
12227         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12229         * binhex.el (binhex-decode-region-internal): do.
12231 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * gnus-fun.el (gnus-face-properties-alist): New user option.
12234         (gnus-display-x-face-in-from): Use it.
12236         * gnus-art.el (article-display-face): Ditto.
12238         * compface.el (uncompface-use-external): Default to nil.
12240 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12242         * nntp.el (nntp-erase-buffer): New function.
12243         (nntp-retrieve-data, nntp-send-command)
12244         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12245         (nntp-possibly-change-group): Use it.
12247         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12248         with-current-buffer.
12250 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12252         * compface.el: Merge the ELisp-based uncompface program.
12253         (compface): New customization group.
12254         (uncompface-use-external): New user option.
12255         (uncompface): Call uncompface-internal if uncompface-use-external
12256         is nil.
12257         (uncompface-internal): New function.  Note that there are also
12258         some other functions and variables added for this function.
12260 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12262         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12263         if necessary.
12265 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12267         * spam-report.el (spam-report-unplug-agent)
12268         (spam-report-plug-agent, spam-report-deagentize)
12269         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12270         Add support for the Agent in spam-report: when unplugged, report to a
12271         file; when plugged, submit all the requests.
12273         * spam.el (spam-register-routine): Fix message about
12274         registration.
12276 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12278         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12279         dependencies.
12280         (rfc2047-encode): Use it.
12282         * gnus-art.el (gnus-button-marker-list): Move before first
12283         reference.
12285         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12286         (imap-parse-body): Fix format string mismatch.
12288         * gnus-score.el (gnus-summary-increase-score): do.
12290         * nnrss.el (nnrss-close): New function.
12292 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12294         * nnrss.el (nnrss-make-filename): New function.
12295         (nnrss-request-delete-group, nnrss-read-server-data)
12296         (nnrss-save-server-data, nnrss-read-group-data)
12297         (nnrss-save-group-data): Use it.
12298         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12299         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12300         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12302 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12304         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12306 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12308         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12309         files.
12311         * message.el (message-generate-headers-first): Don't quote nil
12312         and t in docstrings.
12314         * imap.el (imap-id): do.
12316         * gnus-agent.el (gnus-agent-consider-all-articles)
12317         (gnus-agent-queue-mail): do.
12319 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12321         * spam-report.el (spam-report-process-queue): New function.
12322         Process requests from `spam-report-requests-file'.
12323         (spam-report-process-queue): Doc fix.
12325 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12327         * spam.el (spam-register-routine)
12328         (spam-log-processing-to-registry, spam-log-registered-p)
12329         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12330         Change "check" to "spam-check" for semi-clarity.
12332 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12334         * pop3.el: Require nnheader.
12336         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12338         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12340         * gnus-picon.el: Require cl.
12342         * gnus-fun.el: Require gnus-ems and gnus-util.
12344         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12346         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12348         * gnus-art.el (gnus-article-edit-mode): Define before first
12349         reference.
12351 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12353         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12354         (gnus-uu-post-encoded): Use point-at-bol.
12356         * gnus-topic.el (gnus-group-active-topic-p): do.
12358         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12360         * gnus-group.el (gnus-group-kill-region): do.
12362         * gnus-art.el (article-date-ut): do.
12364         * message.el (message-fetch-field): Remove redundant
12365         case-fold-search binding.
12366         (message-narrow-to-field): Simplify.
12368 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12370         * spam.el (spam-directory): Derive from `gnus-directory'.
12372         * spam-report.el (spam-report-url-to-file)
12373         (spam-report-requests-file): New function and variable for offline
12374         reporting.
12375         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12376         and user defined function.
12377         (spam-report-url-ping-mm-url): Remove doubled slash.
12379 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12381         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12383 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12385         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12386         format string mismatch.
12388         * sieve.el (sieve-deactivate-all): do.
12390         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12392         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12394         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12396         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12398 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12400         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12401         the list of checks.
12403 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12405         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12406         padding.
12408 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12410         * mm-view.el (mm-fill-flowed): New variable.
12411         (mm-inline-text): Use it.
12413 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12415         * spam.el (spam-spamassassin-register-ham-routine)
12416         (spam-spamassassin-register-spam-routine): Fix function names.
12418 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12420         * gnus.el (gnus-tmp-grouplens): Remove.
12421         (gnus-summary-line-format): Remove grouplens.
12423         * gnus-group.el (gnus-group-line-format): Ditto.
12425         * gnus-spec.el (gnus-format-specs): Ditto.
12426         (gnus-update-format-specifications): Flush the group format spec
12427         cache if there's the grouplens stuff.
12428         (gnus-parse-simple-format): Replace %l with the empty string.
12430 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12432         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12433         omission.
12435 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12438         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12440 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12442         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12443         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12444         New macros and functions.
12445         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12446         Handle > NLINK_MAX messages.
12447         * nnmaildir.el (nnmaildir-request-set-mark): Use
12448         nnmaildir--emlink-p and nnmaildir--eexist-p.
12450 2004-01-25  Alex Schroeder  <alex@gnu.org>
12452         * spam-stat.el (spam-stat-process-directory-age): New option.
12453         (spam-stat-process-directory): Use it.
12455 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12457         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12458         (spam-stat-save): Accept prefix argument.
12460 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12462         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12463         links" error.
12465 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12467         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12468         compatibility with old .newsrc.eld files.
12470         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12472         * gnus-start.el (gnus-1): do.
12474         * gnus-group.el (gnus-group-line-format-alist): do.
12476         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12478         * gnus-gl.el: Remove.
12480 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12482         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12483         marks consisting of a single range {for example, (3 . 5)} rather
12484         than a list of a single range { ((3 . 5)) }.
12486 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12488         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12489         with-current-buffer.
12490         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12491         avoid consing a string.
12493         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12494         Remove obsolete entries for big5 and gb2312.
12496 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12498         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12499         uncompressed list.
12501 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12503         * spam-stat.el (spam-stat-strip-xref): New function.
12504         (spam-stat-process-directory): Use it.
12506         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12507         here -- it's done in message-fetch-field.
12509 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12511         * gnus-agent.el (gnus-agent-queue-mail)
12512         (gnus-agent-prompt-send-queue): New variables.
12513         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12514         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12515         "nndraft:queue" along to gnus-draft-send.  Use
12516         gnus-agent-prompt-send-queue.
12517         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12518         is "nndraft:queue".  Suggested by Gaute Strokkenes
12519         <gs234@srcf.ucam.org>
12521         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12522         (agent-enable-undownloaded-faces): Added
12523         (gnus-agent-cat-groups): Use eval-and-compile, not
12524         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12525         method of gnus-agent-cat-groups even when the buffer has been
12526         evaled.
12527         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12528         delete gnus-agent-save-active-1.
12529         (gnus-agent-save-groups): Deleted.  Identical to
12530         gnus-agent-save-active.
12531         (gnus-agent-write-active): No longer adjust agent's copy of active
12532         file as agent's adjustments are now stored in their own
12533         file.  Removed optional parameter.
12534         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12535         servers.  Add use of min/max range limits from server's local
12536         file.
12537         (gnus-agent-save-alist): Removed unused optional argument.
12538         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12539         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12540         (gnus-agent-set-local): A per-server file that keeps min/max range
12541         limits for articles known to the agent.  Provides a fast mechanism
12542         for altering many active ranges.
12543         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12544         active file (local makes it unnecessary).
12545         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12547         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12548         (agent-enable-undownloaded-faces): Added
12550         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12551         disable it when sending to "nndraft:queue".
12552         (gnus-group-send-queue): Add safety check to avoid sending queue
12553         when unplugged.
12555         * gnus-group.el (gnus-group-catchup): Use new
12556         gnus-sequence-of-unread-articles, not
12557         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12558         numbers of articles.  Use gnus-range-map to avoid having to
12559         uncompress the unread list.
12560         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12561         Fixed invalid ange-ftp reference.
12563         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12564         (gnus-sorted-range-intersection): Intersection of two ranges
12565         without requiring that they first be uncompressed.
12567         * gnus-start.el (gnus-activate-group): Unless blocked by the
12568         caller, possibly expand the active range to include both cached
12569         and agentized articles.
12570         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12571         multiple version-dependent converters.
12572         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12573         gnus-agent-save-active.
12574         (gnus-save-newsrc-file): Save dirty agent range limits.
12576         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12577         gnus-agent-possibly-alter-active.
12578         (gnus-adjust-marked-articles): Faster handling of simple lists
12580 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12582         * spam-stat.el (spam-stat-test-directory): New optional argument
12583         displays a list of files detected.  Suggested by Andrew Cohen
12584         <cohen@andy.bu.edu>.
12585         (spam-stat-buffer-words-with-scores): Don't narrow and change
12586         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12588 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12590         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12591         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12592         (spam-spamassassin-arguments)
12593         (spam-spamassassin-spam-flag-header)
12594         (spam-spamassassin-positive-spam-flag-header)
12595         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12596         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12597         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12598         (spam-list-of-processors, spam-list-of-checks)
12599         (spam-list-of-statistical-checks, spam-registration-functions)
12600         (spam-check-spamassassin-headers, spam-check-spamassassin)
12601         (spam-spamassassin-score)
12602         (spam-spamassassin-register-with-sa-learn)
12603         (spam-spamassassin-register-spam-routine)
12604         (spam-spamassassin-register-ham-routine)
12605         (spam-assassin-register-spam-routine)
12606         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12607         (spam-bogofilter-score): Fix to show article before scoring.
12609 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12611         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12612         default scoring function.
12613         (spam-generic-score): Call spam-spamassassin-score if
12614         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12615         spam-bogofilter-score otherwise.
12617         * gnus.el (spam-process, spam-autodetect-methods): Add
12618         spamassassin and spamassassin-headers.
12620 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12622         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12623         Suppress unnecessary messages.
12625 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12627         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12628         make-hash-table.
12630 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12632         * canlock.el (base64-encode-string): Don't autoload it.
12634 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12636         * run-at-time.el: Remove useless (require 'itimer),
12637         eval-and-compile and (featurep 'xemacs).
12639 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12641         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12642         GROUP is a virtual group.
12644 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12646         * gnus.el: Autoload `message-y-or-n-p'.
12648 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12650         * pgg-parse.el: Remove unnecessary (require 'custom).
12652         * pgg-def.el: do.
12654         * nnmail.el: do.
12656         * gnus-undo.el: do.
12658         * gnus-picon.el: do.
12660         * gnus-util.el: do.
12662 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12664         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12666 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12668         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12669         handle, as well as a list.
12671         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12672         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12673         (mm-w3m-cid-retrieve): Simplify.
12675 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12677         * message.el (message-kill-to-signature): Allow prefix arg to
12678         specify number of lines to keep before signature.
12680 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12682         (message-kill-to-signature): Change docstring.
12684 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12686         * canlock.el: Always require sha1-el.
12687         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12689         * message.el: Autoload sha1 only when compiling.
12691 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12693         * message.el (message-canlock-generate): Require sha1-el.
12695 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12697         * message.el (message-expand-name): Silence the byte compiler.
12699 2004-01-13  Simon Josefsson  <jas@extundo.com>
12701         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12702         Invoke gnus-score-mode.  Reported by
12703         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12705         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12706         Jim Blandy <jimb@redhat.com> (tiny change).
12708 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12710         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12712 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12714         * spam.el (spam-get-article-as-string): Update to use
12715         gnus-request-article-this-buffer, much simpler.
12716         (spam-get-article-as-buffer): Remove.
12718 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12720         * message.el (message-expand-name): Use EUDC if the user uses that.
12722 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12724         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12725         character for the encoding to avoid consing a string.
12727         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12728         unnecessarily.
12730         * mm-util.el (mm-replace-chars-in-string): Remove.
12732         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12733         of mm-replace-chars-in-string.
12735 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12737         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12739         * mm-util.el (mm-subst-char-in-string): Support inplace.
12741         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12742         a new string in every iteration.  Use shy groups.
12744 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12746         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12747         * gnus-soup.el (gnus-soup-group-brew):
12748         * gnus-msg.el (gnus-put-message):
12749         * gnus-move.el (gnus-group-move-group-to-server):
12750         * gnus-kill.el (gnus-batch-score):
12751         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12752         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12753         (gnus-group-update-group, gnus-group-read-group)
12754         (gnus-group-make-group, gnus-group-make-help-group)
12755         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12756         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12757         (gnus-group-sort-by-unread, gnus-group-catchup)
12758         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12759         (gnus-group-yank-group, gnus-group-set-info)
12760         (gnus-group-list-groups):
12761         * gnus.el (gnus-generate-new-group-name):
12762         * gnus-delay.el (gnus-delay-send-queue):
12763         * nnvirtual.el (nnvirtual-catchup-group):
12764         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12765         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12766         (gnus-group-prepare-topics, gnus-topic-check-topology):
12767         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12768         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12769         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12770         (gnus-group-make-articles-read):
12771         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12772         (gnus-group-change-level, gnus-kill-newsgroup)
12773         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12774         (gnus-get-unread-articles, gnus-make-articles-unread)
12775         (gnus-make-ascending-articles-unread): Use accessor
12776         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12777         to get group information for improved readability.
12780 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12782         * gnus-art.el (article-decode-mime-words, article-babel)
12783         (gnus-article-highlight-signature, gnus-article-add-buttons)
12784         (gnus-signature-toggle): Use gnus-with-article-buffer.
12786         * gnus-art.el (gnus-article-highlight-headers)
12787         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12789         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12790         (gnus-article-set-globals, gnus-request-article-this-buffer)
12791         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12792         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12793         (gnus-mime-display-alternative): Use with-current-buffer.
12795 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12797         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12798         also under 80 char limit, and call gnus-error if needed.
12799         (spam-fetch-article-header): Fix - it was a
12800         buffer-local variable (gnus-newsgroup-data).
12801         (spam-find-spam): Use spam-generate-fake-headers, forget about
12802         spam-insert-fake-headers.
12803         (spam-insert-fake-headers): Remove.
12805 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12807         * deuglify.el (gnus-article-outlook-unwrap-lines)
12808         (gnus-outlook-rearrange-article)
12809         (gnus-outlook-repair-attribution-outlook)
12810         (gnus-outlook-repair-attribution-block)
12811         (gnus-outlook-repair-attribution-other): Remove redundant
12812         save-excursion.
12814 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12816         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12817         (spam-fetch-field-subject-fast)
12818         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12819         (spam-fetch-article-header): Add functions to deal with Gnus
12820         internals for fast retrieval of article header data.
12821         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12823 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12825         * pop3.el (pop3-md5): Remove.
12826         (pop3-apop): Replace pop3-md5 with md5.
12828         * mm-bodies.el: base64 is always built-in.
12830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12831         with-current-buffer.
12833 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12835         * canlock.el (canlock-insert-header): Remove excessive grouping in
12836         regexp.
12838         * gnus-sum.el (gnus-summary-read-document): Ditto.
12840         * gnus-uu.el (gnus-uu-part-number): Ditto.
12842         * html2text.el (html2text-remove-tags): Ditto.
12843         (html2text-format-tags): Ditto.
12844         (html2text-format-single-elements): Ditto.
12846         * mml.el (mml-parse-1): Ditto.
12848 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12850         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12852         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12854         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12856         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12858 2003-11-15  Simon Josefsson  <jas@extundo.com>
12860         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12861         (pgg-gpg-lookup-key): Use regexp match instead of
12862         split-string (split-string is different between emacs 21.2 and
12863         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12865 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12867         * gnus-art.el (gnus-mime-view-all-parts)
12868         (gnus-article-part-wrapper, gnus-article-view-part): Use
12869         with-current-buffer.
12871 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12873         * spam.el (spam-disable-spam-split-during-ham-respool)
12874         (spam-spamoracle-database, spam-cache-lookups)
12875         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12876         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12877         (spam-group-ham-marks, spam-group-spam-marks)
12878         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12879         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12880         also add spam-use-blackholes to the statistical checks.
12881         (spam-fetch-field-fast): Add interface to fetching fields, may
12882         become a macro.
12883         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12884         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12885         (spam-insert-fake-headers): Fake an article when needed.
12886         (spam-find-spam): Fake article when possible.
12887         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12888         (spam-check-bogofilter-headers): Use message-fetch-field instead
12889         of nnmail-fetch-field.
12891 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12893         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12895 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12897         * spam.el (spam-split): Do not require spam-use-CHECK to be
12898         enabled if that check is passed to spam-split explicitly; also
12899         fix so 'spam doesn't get converted to spam-split-group when
12900         spam-split-symbolic-return is t.
12901         (spam-find-spam): Find registrations of the article and use those
12902         instead of re-running spam-split to find the spam/ham
12903         classification of the article.
12904         (spam-log-processing-to-registry, spam-log-registered-p)
12905         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12906         Use gnus-error instead of gnus-message.
12907         (spam-log-registration-type): Add function to determine the
12908         classification of a message based on registry entries; will
12909         return nil if both 'spam and 'ham are found.
12910         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12911         a reasonably fast local cache without the loading errors.
12912         (spam-cache-lookups): Set to t by default.
12913         (spam-find-spam): Don't try to guess spam-cache-lookups.
12914         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12915         spam-caches entry.
12916         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12917         caching of whitelist/blacklist entries.
12918         (spam-check-whitelist, spam-check-blacklist): Invoke
12919         spam-from-listed-p with a type, not a cache variable.
12920         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12922 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12924         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12926         * nnmail.el (nnmail-split-fancy): do.
12928         * mml.el (mml-parse): do.
12930         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12931         (gnus-score-adaptive): do.
12933 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12935         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12936         (gnus-mime-button-map): Don't set keymap parent.
12937         (gnus-button-ctan-directory-regexp): Use shy grouping.
12938         (gnus-prev-page-map): Don't set keymap parent.
12939         (gnus-prev-page-map): Remove duplicated one.
12940         (gnus-next-page-map): Don't set keymap parent.
12941         (gnus-mime-security-button-map): Ditto.
12943         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12944         version number.
12946         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12948 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12950         * canlock.el (canlock-sha1-function): Remove.
12951         (canlock-sha1-function-for-verify): Remove.
12952         (canlock-openssl-program): Remove.
12953         (canlock-openssl-args): Remove.
12954         (canlock-ignore-errors): Remove.
12955         (canlock-sha1-with-openssl): Remove.
12956         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12957         (canlock-verify): Don't use canlock-ignore-errors.
12959         * sha1-el.el (sha1-string-external): Make it can return a string
12960         in binary form.
12961         (sha1-region-external): Ditto.
12962         (sha1-string-internal): Ditto.
12963         (sha1-region-internal): Ditto.
12964         (sha1-region): Ditto.
12965         (sha1-string): Ditto.
12966         (sha1): Ditto.
12968 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970         * spam.el (spam-report-articles-gmane): New command.
12972 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12974         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12976         * run-at-time.el (run-at-time-saved): Remove.
12977         (run-at-time): Doc fix.
12979 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12981         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12982         (gnus-summary-limit-map): Add it.
12983         (gnus-summary-make-menu-bar): do.
12985 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12987         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12988         Make attempt at some caching support (done for BBDB only now).
12989         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12990         addresses to be checked.
12991         (spam-clear-cache-BBDB): Add function, to be invoked by
12992         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12993         (spam-check-BBDB): Check and use the caches, if
12994         spam-cache-lookups is on, remove superfluous (provide).
12996 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12998         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13000 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13002         * run-at-time.el (run-at-time-saved): Move to after the definition
13003         of `run-at-time'.
13005 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13007         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13008         mm-w3m-local-map-property.
13010         * mm-view.el (mm-w3m-mode-map): Remove.
13011         (mm-w3m-local-map-property): Remove.
13012         (mm-inline-text-html-render-with-w3m): Don't use
13013         mm-w3m-local-map-property.
13015 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017         * run-at-time.el: New file.
13019         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13020         of gnus-set-text-properties.
13022         * gnus-uu.el (gnus-uu-save-article): Ditto.
13024         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13026         * gnus-cite.el (gnus-cite-parse): Ditto.
13028         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13029         of gnus-.
13031         * gnus.el: Changed calls to nnheader-run-at-time and
13032         password-run-at-time throughout to use run-at-time directly.
13034         * password.el: Removed definition of run-at-time.
13036 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13038         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13039         in prompt.
13041 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13043         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13044         XEmacs version.
13046         * dns.el (dns-make-network-process): Use `open-network-stream'
13047         instead of `gnus-xmas-open-network-stream'.
13049         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13051 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13053         * gnus-art.el (gnus-mime-display-alternative)
13054         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13055         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13056         Don't use gnus-local-map-property.
13058         * gnus-util.el (gnus-local-map-property): Remove.
13060         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13061         gnus-completing-read-maybe-default with completing-read.
13063         * gnus-util.el (gnus-completing-read): do.
13064         (gnus-completing-read-maybe-default): Remove.
13066 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13068         * password.el: Only autoload `run-at-time' if not XEmacs.
13069         Only autoload the itimer functions if XEmacs.
13071 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13073         * gnus-art.el (gnus-read-string): Remove.
13074         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13075         read-string.
13077 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13079         * netrc.el: Autoload password-read.
13080         (netrc): Add configuration group.
13081         (netrc-encoding-method, netrc-openssl-path): Add
13082         variables for encoding and decoding of files with symmetric
13083         ciphers.
13084         (netrc-encode): Add assistant function to encode a file with
13085         netrc-encoding-method.
13086         (netrc-parse): Add interactive parameter, added optional
13087         decoding if netrc-encoding-method is non-nil but otherwise
13088         behavior is standard.
13089         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13090         Do s/encode/encrypt/ everywhere.
13092         * spam.el: Remove executable-find autoload.
13094 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13096         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13098         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13100 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13102         * gnus-art.el (gnus-treat-ansi-sequences,
13103         (article-treat-ansi-sequences): New variable and function.
13104         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13106         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13107         Use it.
13109 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13111         * mm-util.el (mm-quote-arg): Remove.
13113         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13114         shell-quote-argument.
13116         * gnus-uu.el (gnus-uu-command): do.
13118         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13120         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13121         with make-char.
13123         * mm-util.el (mm-make-char): Remove.
13125         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13126         add-minor-mode.
13128         * gnus-undo.el (gnus-undo-mode): do.
13130         * gnus-topic.el (gnus-topic-mode): do.
13132         * gnus-sum.el (gnus-dead-summary-mode): do.
13134         * gnus-start.el (gnus-slave-mode): do.
13136         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13138         * gnus-ml.el (gnus-mailing-list-mode): do.
13140         * gnus-gl.el (gnus-grouplens-mode): do.
13142         * gnus-draft.el (gnus-draft-mode): do.
13144         * gnus-dired.el (gnus-dired-mode): do.
13146         * gnus-ems.el (gnus-add-minor-mode): Remove.
13148         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13149         Replace gnus-char-width with char-width.
13151         * gnus-ems.el (gnus-char-width): Remove.
13153         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13154         Replace gnus-char-width with char-width.
13156         * gnus-ems.el (gnus-char-width): Remove.
13158         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13159         definition.
13160         Remove Emacs 20 hash table compatibility code.
13162         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13163         20 compatibility code.
13165         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13167         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13169         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13170         with point-at-{eol,bol}.
13172         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13174         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13176         * flow-fill.el (fill-flowed-point-at-bol)
13177         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13179         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13180         Replace with point-at-{eol,bol} throughout all files.
13182 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13184         * ntlm.el (ntlm-string-as-unibyte): New macro.
13185         (ntlm-build-auth-response): Use it.
13187         Remove Emacs 20 stuff:
13188         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13189         of delq and copy-sequence.
13190         * gnus-art.el (popup-menu): Remove the compiler macro.
13191         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13192         Emacs 20.
13194 2004-01-05  Simon Josefsson  <jas@extundo.com>
13196         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13197         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13198         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13199         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13200         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13201         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13202         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13203         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13204         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13205         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13206         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13207         string-xor into ntlm-string-xor.  Suggested by
13208         Jesper Harder <harder@myrealbox.com>.
13210         * ntlm.el: Don't include poem.
13212         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13213         Jesper Harder <harder@myrealbox.com>.
13215         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13217         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13218         probably breaks emacs with DL patch, but do we care? Is anyone
13219         still using the DL stuff?)
13221         * sieve-manage.el: Use the password package.
13222         (sieve-manage-read-passwd): Remove.
13223         (sieve-manage-interactive-login): Use password.  Re-add
13224         condition-case around loop.
13226         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13227         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13228         the password package.
13230 2003-02-19  Simon Josefsson  <jas@extundo.com>
13232         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13233         token.
13235 2002-08-07  Simon Josefsson  <jas@extundo.com>
13237         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13238         (sieve-manage-authenticators):
13239         (sieve-manage-authenticator-alist): Add some SASL mechs.
13240         (sieve-sasl-auth): New function.
13241         (sieve-manage-cram-md5-auth):
13242         (sieve-manage-plain-auth): Rewrite using SASL library.
13243         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13244         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13245         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13246         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13248 2004-01-05  Simon Josefsson  <jas@extundo.com>
13250         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13251         New files.
13253 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255         * gnus-group.el (gnus-no-groups-message): Update.
13257         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13259 2003-11-09  Simon Josefsson  <jas@extundo.com>
13261         * imap.el: Support for ID IMAP extension (RFC 2971).
13262         (imap-local-variables): Add imap-id.
13263         (imap-id): New variable.
13264         (imap-id): New function.
13265         (imap-parse-response): Parse untagged ID response.
13266         * nnimap.el (nnimap-id): New variable.
13267         (nnimap-open-connection): Use it.
13269 2003-12-28  Simon Josefsson  <jas@extundo.com>
13271         * gnus-score.el (gnus-score-edit-all-score): New.
13272         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13274 2004-01-04  Simon Josefsson  <jas@extundo.com>
13276         * password.el: Add.
13278 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13280         * dns.el (dns-query-types): Fix typo.
13281         (dns-query-types): New function
13282         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
13283         PTR and SOA replies, see RFC 1035.
13285 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13289         * Moved to Changelog.2.
13291 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13293         * gnus.el (gnus-version-number): Bump version.
13295 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13297         * gnus.el: No Gnus v0.1 is released.
13299 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13301         * gnus.el: No Gnus v0.0 is released.
13303 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305         * gnus.el (gnus-version-number): Bump.
13306         (gnus-version): No.
13308 See ChangeLog.2 for earlier changes.
13310     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13312   This file is part of GNU Emacs.
13314   GNU Emacs is free software: you can redistribute it and/or modify
13315   it under the terms of the GNU General Public License as published by
13316   the Free Software Foundation, either version 3 of the License, or
13317   (at your option) any later version.
13319   GNU Emacs is distributed in the hope that it will be useful,
13320   but WITHOUT ANY WARRANTY; without even the implied warranty of
13321   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13322   GNU General Public License for more details.
13324   You should have received a copy of the GNU General Public License
13325   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13327 ;; Local Variables:
13328 ;; coding: utf-8
13329 ;; fill-column: 79
13330 ;; add-log-time-zone-rule: t
13331 ;; End:
13333 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4