Fix some portability problems with 'inline'.
[emacs.git] / lisp / gnus / ChangeLog
blobc36d47295189773f2091887cf1e346f8a55918fb
1 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4         slightly clearer.
6 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8         * message.el (message-send-and-exit): Document `arg'.
10 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
14 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
16         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
17         we don't use `bound-and-true-p'.
19 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
21         * gnus-util.el (gnus-bound-and-true-p): Remove.
22         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
23         * nnir.el: Use it.
24         * nnmairix.el: Use it.
26 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
28         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
29         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
30         for reasons unknown.
31         * nnir.el: Use it.
32         * nnmairix.el: Use it.
34         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
35         * nnir.el: Ditto.
36         * nnmairix.el: Ditto.
38         * gnus-registry.el (gnus-registry-enabled): Default to nil.
40 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * message.el (message-completion-function): Make sure
43         message-tab-body-function is not attempted if one of
44         message-completion-alist fails to find a completion (bug#9158).
46 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
48         * mml.el (mml-quote-region): Quote <#secure> tag.
49         (mml-generate-mime-1): Unquote <#secure> tag.
51 2011-10-20  Chong Yidong  <cyd@gnu.org>
53         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
54         calling a minor mode from Lisp with nil arg enables it, so we have to
55         make the wording a bit ambiguous here).
57 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
59         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
60         * nnir.el (nnir-mode): Use it.
61         * nnmairix.el (nnmairix-determine-original-group-from-registry):
62         Use it.
64         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
65         * nnmairix.el (gnus-registry-enabled): Ditto.
67 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
69         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
70         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
71         only while we need to find out if it should be t or nil.
72         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
73         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
74         the registry is installed.  Set it to nil when it's unloaded.
75         (gnus-registry-install-p): Provide user guidance for the initial value
76         of `gnus-registry-install' when it's 'ask, otherwise return its value.
77         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
78         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
79         * nnmairix.el (nnmairix-determine-original-group-from-registry):
80         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
81         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
82         `gnus-registry-install'.
84 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
86         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
87         previous change.
88         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
89         primary key is marked as disabled.
91 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
93         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
94         primary key is marked as disabled.
96 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
98         * html2text.el (html2text-clean-anchor): Check for quotes around
99         `href' value.
101 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
103         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
104         searching.  Drop `bbdb-cache'.
106 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
108         * message.el (message-signed-or-encrypted-p): Exclude header when
109         checking if there is signed or encrypted body in text/plain message.
111 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
113         * html2text.el (html2text-get-attr): Correctly handle attribute values
114         containing "=".
116 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
118         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
119         handle bindings.
121 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123         * gnus-win.el (gnus-configure-windows): Protect against reading
124         ephemeral groups outside of Gnus.
126 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
128         * shr.el (shr-tag-img): Don't get images displayed in tables.
130 2011-10-03  Glenn Morris  <rgm@gnu.org>
132         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
133         the "maintainer" version of debbugs.gnu.org reports.
135 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
138         make asynchronous adjacent image insertion work better.
140 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
142         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
143         documentation.
145 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
148         `gnus-asynchronous' isn't shadowed.
150 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
153         (nnimap-insert-partial-structure): The charset parameter isn't
154         case-sensitive.
156         * nnheader.el (nnheader-message-maybe): New function.
158         * shr.el (shr-tag-table): Render totally broken tables better.
160         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
161         computing the boundary.
163 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165         * pop3.el (pop3-number-of-responses): Remove.
166         (pop3-wait-for-messages): Rewrite to take linear time instead of
167         exponential time.
169 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
172         re-fetch images.
174         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
175         re-fetch images when hitting `g' in Gnus.
177 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
179         * mml.el (mml-inhibit-compute-boundary): New internal variable.
180         (mml-compute-boundary): Don't check collision if it is non-nil.
181         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
182         before checking collision.
184 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186         * message.el (message-indent-citation): Really make sure there's a
187         newline at the end.
189         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
190         Fix suggested by John Wiegley.
192         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
194         * gnus-art.el (gnus-treat-hide-citation): Add doc.
196         * message.el (message-default-send-rename-function): Break out into its
197         own function.
199         * ecomplete.el (ecomplete-display-matches): Revert patch since it
200         doesn't work under XEmacs.
202         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
203         of "imaps" to word around Windows problems.
204         (nnimap-open-connection-1): Use it.
206         * message.el (message-indent-citation): Revert last change which made
207         `F' not work.
209 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
211         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
212         terminal as well.
214 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
216         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
217         because it displays images using overlays that aren't easy to copy to
218         the article buffer.
220 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
222         * message.el (message-indent-citation): Fix empty line removal at the
223         end of the citation.
225 2011-09-20  Julien Danjou  <julien@danjou.info>
227         * auth-source.el (auth-source-netrc-create): Use default value for
228         password if specified. Evaluate default.
229         (auth-source-plstore-create): Ditto.
230         (auth-source-plstore-create, auth-source-netrc-create): Fix default
231         value evaluation.
232         (auth-source-netrc-create): Typo fix.
233         (auth-source-plstore-create): Ditto.
235         * auth-source.el (auth-source-format-cache-entry): New function.
237 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
239         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
241 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
245 2011-09-19  Julien Danjou  <julien@danjou.info>
247         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
248         which work with things that are not ASCII.
250 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
254 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
257         message level.
259 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
261         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
263 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265         * gnus.el (gnus-interactive-exit): Update defcustom spec.
267 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
269         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
270         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
272 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
274         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
275         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
276         articles.
278 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
280         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
281         (message-mail-other-window, message-mail-other-frame)
282         (message-news-other-window, message-news-other-frame):
283         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
284         instead of setting buffer display varibles.
286 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
290         * gnus-sum.el (gnus-fetch-headers): Bump message level.
292 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
295         duplicates" to a higher level.
297         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
298         most egregious messages.
300 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
304 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
306         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
307         up the file (bug#9351).
309 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
312         it does with all other backends, but decode the names immediately after
313         getting them.
315         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
316         decoding nnimap groups.
318         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
319         newsrc file.  It doesn't seem like an important optimisation any more.
321 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
323         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
324         overflows.
326 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328         * gnus.el (gnus-article-mark-lists): Remove `recent'.
329         (gnus-interactive-exit): Extend to `quiet'.
331         * gnus-sum.el (gnus-offer-save-summaries): Use it.
333         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
334         string.
336         * plstore.el (plstore--get-buffer): Silence compiler warnings by
337         renaming function arguments from `this'.
339         * gnus-sum.el (gnus-newsgroup-recent): Remove.
341         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
342         has been renamed.
343         (gnus-lrm-string-p): Include RLM and PDF, too.
345         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
346         (bug#9225).
348 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
350         Add autoload cookies for functions used by sendmail.el.
351         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
353         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
355 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
357         * gnus-art.el (article-date-ut): Work properly even when there are
358         things like Date header in the body; work for forwarded parts.
360 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
362         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
363         original-article-buffer.
365 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
367         * nnir.el (nnir-compose-result): Fix matching of server type.
368         (nnir-run-swish++): Ditto.
369         (nnir-run-namazu): Ditto.
370         (nnir-run-notmuch): Ditto.
372 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
375         (bug#9405).
377         * gnus-score.el (gnus-summary-increase-score): Doc clarification
378         (bug#9421).
380         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
381         (bug#9425).
383         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
384         thing (bug#9426).
386 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
389         the error message.
391 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
393         * message.el (message-setup-1): Return t (Bug#9392).
395 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
397         * gnus-sum.el: When adding article headers to a summary buffer also
398         update gnus-newsgroup-articles (bug#9386).
400 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
402         * auth-source.el: Autoload help-mode.
404 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
407         names.
409 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
411         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
412         mm-replace-in-string for compatibility issues.
413         * mml2015.el (mml2015-epg-verify): Ditto.
415 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
417         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
419         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
421 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
424         continue on and do the clean-up phase (bug#9188).
426         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
427         just ignore groups that can't be opened instead of erroring out
428         (bug#9225).
430         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
431         nil since some many people are fuddy-duddies.
433         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
434         images.
436         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
437         instead.
439         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
441         * gnus-util.el (gnus-process-live-p): Copy over compat function.
443         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
444         processing.
446         * nntp.el (nntp-kill-buffer): Kill the process before killing the
447         buffer to avoid warnings.
449 2011-08-20  Simon Josefsson  <simon@josefsson.org>
451         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
452         specified to reduce precision.
454 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
457         bodystructures (bug#9314).
459 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
461         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
462         Make button keymap non-sticky after buttons.
464 2011-08-18  David Engster  <dengste@eml.cc>
466         * nnmairix.el (nnmairix-request-set-mark)
467         (nnmairix-goto-original-article): Remove adding of article to registry,
468         since `gnus-registry-add-group' isn't available anymore.
469         (nnmairix-determine-original-group-from-registry):
470         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
471         available anymore.
473 2011-08-12  Simon Josefsson  <simon@josefsson.org>
475         * starttls.el (starttls-any-program-available): Define as obsolete
476         function.
478 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
481         versions which Gnus use when appropriate.
483         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
484         a pretty destructive command.
486         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
488 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490         * message.el (message-fix-before-sending): Make a different warning
491         about NUL characters (bug#9270).
493         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
494         from custom (bug#9260).
496         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
497         things work in Emacs 22 and XEmacs, too.
499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
500         default From.
502         * gnus-spec.el (gnus-lrm-string-p): New macro.
503         (gnus-lrm-string): New constant.
504         (gnus-summary-line-format-spec): LRM-ify the from.
505         (gnus-tilde-max-form): LRM-ify string chopping.
507         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
509         * message.el (message-is-yours-p): Allow disabling canlock checking
510         (bug#9295).
511         (message-shoot-gnksa-feet): Add `canlock-verify'.
512         (message-auto-save-directory): Use ~/ as the auto-save directory if the
513         message directory isn't writable (bug#9304).
515         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
516         non-world-readable.
518 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
521         articles.
523 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
525         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
526         copy-list.
528 2011-08-12  Sam Steingold  <sds@gnu.org>
530         * gnus-score.el (gnus-score-find-alist): Keep the score files already
531         in the reverse order to avoid modifying the cache with `nreverse'.
532         (gnus-all-score-files): Do not modify the value returned by
533         `gnus-score-find-alist' because it lives in a cache variable.
534         (gnus-current-home-score-file): No need to `nreverse' the return value
535         of `gnus-score-find-alist', it is already in the correct order.
537 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
539         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
540         type MESSAGE and subtype RFC822 is slightly different from those of
541         type TEXT.
543 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
545         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
546         allows article-referral to work from an nnir group.
548 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
550         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
552 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
554         * mml1991.el (mml1991-epg-find-usable-key)
555         (mml1991-epg-find-usable-secret-key): New function.
556         (mml1991-epg-sign): Check if signing key is usable.
557         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
559 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
561         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
562         server-variables only. This should fix a bug introduced with commit
563         e1889675b7f4adf057833c5513c9374134c4e053.
564         (nnir-run-query): 'nnir-search-engine should not be set from the global
565         environment.
567 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
569         * nnir.el (nnir-search-thread): Position point on referring article
570         line.
571         (nnir-warp-to-article): Clean up summary buffers.
573         * nnimap.el (nnimap-request-thread): Whitespace fix.
575 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
577         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
579 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581         * starttls.el (starttls-available-p): Rename from
582         `starttls-any-program-available' and changed return convention.
584 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
586         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
587         `unix-sync' unless it's defined.
589 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
591         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
592         `aref' for XEmacs compatibiltiy.
594 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
598 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
600         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
601         closures, quote the form properly (bug#9194).
603 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
606         (gnus-summary-insert-new-articles): Protect against servers that are
607         down.
609 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
611         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
612         in mm handle if none is specified.
614 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
616         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
618 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
620         * nnir.el (nnir-search-thread): New function to make an nnir group
621         based on a thread query.
623         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
624         of nnir in thread referral.
625         (gnus-summary-refer-thread): Use it.
627         * nnimap.el (nnimap-request-thread): Use it.
629 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631         * shr.el (shr-tag-comment): Ignore HTML comments.
633 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
635         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
636         argument.
637         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
638         Use `nnir-address' to handle server info rather than passing an arg.
640         * nnimap.el (nnimap-make-thread-query): New utility function to format
641         an imap thread search query.
642         (nnimap-request-thread): Use it.
644         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
645         right select-method if we are not going back to the group buffer.
647 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
650         enter invalid buffer configurations into the quit form (bug#9107).
651         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
652         unplugged/plugged.
654         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
655         keep track of which ones are unread (bug#9061).
657         * gnus.el (gnus-refer-article-method): Allow entering any sexp
658         (bug#9055).
660         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
661         (bug#9041).
663         * gnus-html.el (mm-util): Require (bug#9073).
665         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
666         (gnus-summary-refer-thread): Use it to remove duplicates in the
667         un-threaded view (bug#9053).
668         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
670 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
672         * nnir.el (nnir-read-server-parm): Use default value from global
673         variable.  Without this the default search engine parameters aren't
674         used at all.
676 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678         * message.el (message-unique-id): Don't use the undocumented return
679         value from (random t) (bug#9118).
681 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683         * message.el (message-auto-save-directory): If the ~/Mail directory
684         doesn't exist, use ~ as the auto-save directory (bug#4432).
686         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
687         hasn't already been started.
689 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
693         * message.el (message-reply): Work around mysterious bug where
694         `message-mode' seems to overwrite the locally bound `subject' variable.
696 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
698         * nnimap.el (nnimap-request-thread): Ensure search is performed in
699         correct group.
701         * gnus-int.el (gnus-request-thread): Add group argument.
703         * gnus-sum.el (gnus-summary-refer-thread): Use it.
705 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
708         renamed to `debbugs-gnu-*'.
710 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
712         * plstore.el: Revert the editing feature since it is not urgent.
713         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
714         (plstore-mode-decoded): Remove.
716 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
719         isn't very interesting any more, and it leaks potentially secret data.
720         (gnus-debug): Remove.
722         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
723         use of :custom-show.
725 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
727         * plstore.el: Add documentation.
728         (plstore-mode): New mode to edit plstore file.
729         (plstore-mode-toggle-display, plstore-mode-original)
730         (plstore-mode-decoded): New command.
731         (plstore--encode, plstore--decode, plstore--write-contents-functions)
732         (plstore--insert-buffer, plstore--make): New function.
733         (plstore-open, plstore-save): Simplify by using them.
735 2011-07-06  Glenn Morris  <rgm@gnu.org>
737         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
739 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
742         no longer is much used.
743         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
744         Articles".
746 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
748         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
749         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
750         `notmuch' backend.
752 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754         * mm-decode.el (mm-text-html-renderer): Doc fix.
756         * gnus-msg.el (gnus-bug): Fix the MML tag.
758         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
760 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
762         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
763         secondary methods if started with `gnus-no-server'.
765 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
767         * message.el (message-return-action): Fix typo in docstring.
769 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
772         bug reports at once.
774         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
776 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
778         * nndraft.el: Require gnus-group.
779         (nndraft-request-list): Declare.
781         * nndraft.el (nndraft-update-unread-articles): Don't show group having
782         no unread article unless it matches gnus-permanently-visible-groups.
784         * nndraft.el (nndraft-update-unread-articles): New function.
785         (nndraft-request-associate-buffer): Use it to update the number of
786         unread articles for the nndraft groups in the group buffer when saving
787         or killing a draft message.
789 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
792         systems to binary before writing and reading the mbox files.
794         * gnus.el (gnus-summary-line-format): Link to the info node for %U
795         instead of trying to list them all (bug#8978).
797 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
799         * pop3.el (pop3-open-server): Use :end-of-capability.
801 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
804         the id is always a number.
806         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
807         debbugs mode, if possible.
809 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
811         * auth-source.el (auth-source-token-passphrase-callback-function):
812         Reindent.
813         (epg-context-operation): Remove unnecessary autoload.
815 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817         * gnus.el (gnus-list-debbugs): New command.
819         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
820         mboxstat instead of the maintbox, since the stat seems to be fuller.
822         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
823         summary buffers.
825         * message.el (message-get-reply-headers): Delete all duplicates,
826         instead of the first.
827         (message-get-reply-headers): Ensure that we have progress while
828         deleting duplicates.
830         * gnus-msg.el (gnus-configure-posting-styles): Get the local
831         gnus-posting-style value from the summary buffer to make it easier to
832         make that a per-buffer conf.
834 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
836         * nnir.el (nnir-run-imap): Allow halting a search when an article is
837         found by setting `shortcut' in 'query.
838         (nnir-request-article): Use `shortcut' setting when requesting article
839         by Message-ID.
841 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
843         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
844         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
845         Bring the pseudo-headers back too.
847 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
849         * auth-source.el (auth-source-token-passphrase-callback-function):
850         Simplify and remove EPA dependency.
852 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
854         * nnir.el (nnir-request-article): Fix error message text.
856 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
858         * auth-source.el (plstore-delete): Autoload.
859         (auth-source-plstore-search): Support delete operation.
860         * plstore.el (plstore-delete): New function.
862 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
864         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
865         mark actually existing articles as unread rather than the ones that
866         active asserts.
868 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
870         * nntp.el (nntp-record-command):
871         * gnus-util.el (gnus-message-with-timestamp-1):
872         Use format-time-string rather than decoding time stamps by hand.
873         This is simpler and insulates the code from potential changes to
874         current-time format.
876 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
878         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
880 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
882         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
883         (plstore-save): Support public key encryption.
884         (plstore--init-from-buffer): New function.
885         (plstore-open): Use it; fix error when opening a non-existent file.
886         (plstore-revert): Use plstore--init-from-buffer.
888 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
890         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
892 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
894         * mml2015.el (mml2015-use): Replace string-match-p with string-match
895         for old Emacsen.
897 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
899         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
900         is not fully working.
902 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904         * dgnushack.el: Autoload sha1 on XEmacs.
906         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
907         quit window configuration.
909         * auth-source.el (epg-context-set-passphrase-callback):
910         Remove duplicate autoload.
912 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
914         * nnir.el (nnir-request-article): Allow requesting articles by
915         Message-ID with nnimap.
917         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
918         current server.
920 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
922         * auth-source.el: Autoload EPA/EPG functions.
923         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
924         changed when EPA/EPG is not available.
925         (auth-source-backend): Rename "arg" member to "data".
926         (auth-source-backend-parse, auth-source-plstore-search)
927         (auth-source-plstore-create): Use it.
929 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
931         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
932         `gnus-refer-article-methods'.
934 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
936         * auth-source.el: Require EPA and EPG.
937         (auth-source-passphrase-alist): New variable.
938         (auth-source-passphrase-callback-function)
939         (auth-source-token-passphrase-callback-function): Callbacks for the
940         netrc field encryption (GPG tokens).
941         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
942         Symmetric encryption and decryption of the netrc GPG tokens.
943         (auth-source-netrc-normalize): Use them, simplifying the closure.
945 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
948         non-nil, and `nnimap-split-methods' is nil, use the former.
950 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
952         * plstore.el (plstore-revert): New function.
953         (plstore-open): Use it; hide the buffer from user.
955 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
957         * auth-source.el (auth-source-backend): New member "arg".
958         (auth-source-backend-parse): Handle new backend 'plstore.
959         * plstore.el: New file.
961 2011-06-30  Glenn Morris  <rgm@gnu.org>
963         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
965         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
967 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
970         expiring articles to.
972         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
973         variations as ASCII (bug#5458).
975 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
977         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
979 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981         * message.el (message-point-in-header-p): Tweak the function to default
982         to saying that we're not in the headers if there is no separator at
983         all.  This makes it possible to use the Message version of `M-q' in
984         buffers with no headers (bug#7987).
985         (message-point-in-header-p): Fix last checkin to work with an empty
986         mail-header-separator, too.
988         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
989         again, save the choice via customize.
991 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993         * message.el (message-send-mail-function): Add `sendmail-query-once'.
995         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
996         ended the connection, bail out before waiting infinitely on a new
997         connection.
999 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1001         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1002         reports.
1004         * gnus.el (gnus-bug-package): Use "gnus."
1005         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1007 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1010         animations going on at article exit time.
1012         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1013         since removing it breaks people upgrading.
1015         * shr.el (shr-put-image): Use the new interface for animating images.
1016         (shr-put-image): Animate for 60 seconds.
1018         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1019         error with `find-file-hooks' on Emacs 22.
1020         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1021         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1022         on all architectures.
1024         * spam.el (spam-stat): Require in a normal fashion without binding
1025         `spam-stat-install-hooks' to avoid compilation warnings.
1027         * spam-stat.el (spam-stat-install-hooks): Remove.
1028         (spam-stat-install-hooks): Don't run automatically.
1030 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1032         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1033         and keystroke.
1035 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1037         * auth-source.el (auth-source-netrc-cache): Move forward.
1039 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1042         we already know.
1043         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1044         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1046 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1049         %S format, since that looks odd.
1050         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1051         file, especially when saving.
1053 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1055         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1056         article found.
1058 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1060         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1061         `auth-source-save-secrets' with a more sensitive alist that can be
1062         configured per file.  Experimental, so defaults to 'never.
1063         (auth-source-netrc-create): Use it.  Still experimental code.
1064         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1065         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1067 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1069         * auth-source.el (auth-source-save-secrets): New variable to control if
1070         secret tokens should be saved encrypted.
1071         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1072         to `auth-source-netrc-normalize'.
1073         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1074         on the EPA variables being defined.
1075         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1076         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1077         the lexical-let closure.
1078         (auth-source-netrc-create): Create "gpg:" tokens according to
1079         `auth-source-save-secrets'.
1081 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1083         * gnus-group.el (gnus-group-update-group): Add new argument
1084         `info-unchanged' that stops updating dribble buffer.
1086         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1087         deletes lines matching to it in dribble buffer.
1089         * gnus-agent.el (gnus-agent-fetch-group-1):
1090         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1091         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1092         * gnus-start.el (gnus-group-change-level):
1093         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1095         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1096         if newsgroup info is not changed.
1098         * gnus-group.el (gnus-group-get-new-news-this-group):
1099         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1100         Don't update dribble buffer.
1102 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1104         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1105         remove entries with groups we ignore.
1107 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1110         the underline comes at the bottom.
1112 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1114         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1115         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1116         (gnus-registry-article-marks-to-names): Rename from
1117         `gnus-registry-user-format-function-M2'.
1119 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1121         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1122         ephemeral group.
1124 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126         * shr.el (shr-browse-image): Copy the URL if called interactively.
1128 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1131         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1132         done, then unselected articles may be marked as read.
1134         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1135         since not doing this seems to lead to a race condition in pop3-logon.
1137         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1138         so that the call chain it correct when we call "upwards".
1140         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1141         in read-only groups.
1143         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1145         * message.el (message-cite-reply-position): Doc string fix.
1147         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1148         avoid regexp overflow.
1149         (nnimap-transform-split-mail): Ditto.
1151         * pop3.el (pop3-retr): Error out if the server closes the connection.
1153 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1156         mm-with-unibyte-current-buffer.  The buffer should not contain any
1157         multibyte chars anyway at this stage.
1159 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1162         at the end of lines.
1164 2011-05-29  Julien Danjou  <julien@danjou.info>
1166         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1168 2011-05-27  Glenn Morris  <rgm@gnu.org>
1170         * gnus-group.el (gnus-bug-group-download-format-alist):
1171         Use the "maintainer" version of debian reports as well.
1173 2011-05-26  Glenn Morris  <rgm@gnu.org>
1175         * gnus-group.el (gnus-bug-group-download-format-alist):
1176         Use the "maintainer" version of debbugs.gnu.org reports.
1178 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1180         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1182 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1184         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1185         the thread moves us backwards and so we loop forever.
1187 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1189         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1190         whitespace in base64 data lines.
1192 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1194         * gnus-registry.el (gnus-registry-user-format-function-M):
1195         Use `mapconcat'.
1196         (gnus-registry-user-format-function-M2): Use to see the full text of
1197         the marks.  Make "," the mark text separator.
1199         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1200         authentication with auth-source.
1202 2011-05-17  Glenn Morris  <rgm@gnu.org>
1204         * gnus-group.el (gnus-import-other-newsrc-file):
1205         Use insert-file-contents.
1207 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1209         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1210         1000 iterations.
1212 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1214         * nntp.el (nntp-open-connection): Check if process-type is available.
1216 2011-05-16  Julien Danjou  <julien@danjou.info>
1218         * shr.el (shr-tag-del): Add support for del tag.
1220 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1222         * gnus-html.el (gnus-html-put-image): Register a displayer.
1224         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1226 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1228         * registry.el (prune-factor): New initialization parameter defaulting
1229         to 0.1.
1230         (registry-prune-hard): Use it.
1232         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1233         0.1 expicitly.
1235 2011-05-13  Glenn Morris  <rgm@gnu.org>
1237         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1238         is bound, since this function requires sendmail.
1240 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1242         * registry.el (registry-usage-test): Disable pruning test.
1244 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1246         * registry.el (registry-prune-hard-candidates)
1247         (registry-prune-soft-candidates): Helper methods for registry pruning.
1248         (registry-prune): Use them.  Make the sort function optional.
1250 2011-05-10  Jim Meyering  <meyering@redhat.com>
1252         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1254 2011-05-10  Julien Danjou  <julien@danjou.info>
1256         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1257         symbol and not a list.
1259 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1261         * gnus-art.el (gnus-article-mode): Move binding of
1262         shr-put-image-function here from gnus-article-prepare-display.
1264         * shr.el (shr-put-image-function): New variable.
1265         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1266         (shr-put-image): Return scaled image.
1268         * gnus-art.el (gnus-shr-put-image): New function.
1269         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1271         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1272         original ones, as deletable.
1274 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1278 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1280         * registry.el (registry-full): Add convenience method.  Fix logic.
1281         (registry-insert): Use it.  Fix logic here too.
1283         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1284         `registry-prune' if `registry-full' returns t.
1285         (gnus-registry-handle-action)
1286         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1287         (gnus-registry-usage-test): Use it.
1289 2011-05-07  Julien Danjou  <julien@danjou.info>
1291         * shr.el (shr-link): Make shr-link inherit from link by default.
1293 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1295         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1297 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1299         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1300         error out because the face is not a list.
1302 2011-05-05  Glenn Morris  <rgm@gnu.org>
1304         * gnus-start.el (gnus-propagate-marks): Declare.
1306 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1308         * registry.el (registry-reindex): Fix percentage message.
1310 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1312         * shr.el: Add shr-link face for links.
1313         (shr-urlify): Use it.
1315         * registry.el (registry-insert): Make error message more helpful.
1317 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319         * gnus-html.el (gnus-html-schedule-image-fetching):
1320         Use url-queue-retrieve, if it exists.
1322         * shr.el (shr-tag-img): Ditto.
1324         * gnus.el: Autoload more gnus-agent functions.
1326         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1327         agent if we haven't already (bug#8502).
1329         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1330         into the Agent, too.
1332         * gnus-agent.el (gnus-agent-store-article): New function.
1334         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1335         and moved from that file for reuse.
1337         * pop3.el (pop3-open-server): Error messages are "-ERR".
1339 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1342         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1344 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1347         buffer has moved to a different frame.
1349 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1352         to get the conversion from unibyte to multibyte buffers to work on
1353         Emacs 22.
1355         * nntp.el (nntp-request-article): Slight clean-up.
1357 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359         * shr.el (shr-strike-through): New face.
1360         (shr-tag-s): Use it to provide <s> support.
1361         (shr-tag-s): Remove duplicate definition.
1363 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1365         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1366         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1368 2011-04-23  Glenn Morris  <rgm@gnu.org>
1370         * gnus-sum.el (gnus-extra-headers): Bump :version.
1372 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374         * shr.el (shr-tag-sup): New function.
1375         (shr-tag-sub): Ditto.
1377 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1379         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1380         for the case where `gnus-registry-ignored-groups' is a list of lists,
1381         and don't call `gnus-parameter-registry-ignore' otherwise.
1383 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1385         * nnimap.el (nnimap-user): New backend variable.
1386         (nnimap-open-connection-1): Use it.
1387         (nnimap-credentials): Accept user parameter so it's explicit what user
1388         name is desired.
1390         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1391         default.
1393         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1394         not gnus-registry.el.
1396         * gnus-registry.el: Mention in comments how to modify
1397         `gnus-extra-headers' for proper recipient tracking and that it may
1398         already have To and Cc recently, which it does as of this commit.
1399         (gnus-registry-ignored-groups): Remove defcustom.
1400         Explain why in comments.
1401         (gnus-registry-action): Fix data-header reference to use the extra
1402         headers.  Explain in package commentary how to add To and Cc headers to
1403         the gnus-extra-headers.
1404         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1405         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1406         parameter list or a string list in `gnus-registry-ignored-groups'.
1407         Fix logic error.
1409 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411         * shr.el (shr-expand-url): Protect against null urls.
1413 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415         * shr.el (shr-base): New binding.
1416         (shr-tag-base): Keep track of <base>.
1417         (shr-expand-url): New function used throughout.
1419 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1421         * gnus-registry.el
1422         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1423         (gnus-registry-ignored-groups): New variable.
1424         (gnus-registry-ignore-group-p): Use it.
1425         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1426         set the destination group to nil (same as delete) if it's ignored.
1428 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1430         * gnus-registry.el (gnus-registry-action)
1431         (gnus-registry-fetch-header-fast):
1432         Don't use mail-header that looks an internal function of mailheader.el.
1434 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1436         * gnus-registry.el: Eliminate cl functions.
1437         (gnus-registry-sort-addresses): New function that replaces mapcan.
1438         (gnus-registry-action, gnus-registry-spool-action)
1439         (gnus-registry-split-fancy-with-parent)
1440         (gnus-registry-fetch-recipients-fast): Use it.
1441         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1443         * registry.el (initialize-instance, registry-lookup)
1444         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1445         (registry-lookup-secondary-value, registry-search, registry-delete)
1446         (registry-insert, registry-reindex, registry-size, registry-prune):
1447         Use eval-and-compile.
1449 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1451         * registry.el (registry-reindex): New method to recreate the secondary
1452         registry indices.
1454         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1455         tracked field changes.
1456         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1457         (gnus-registry-action, gnus-registry-spool-action)
1458         (gnus-registry-handle-action)
1459         (gnus-registry--split-fancy-with-parent-internal)
1460         (gnus-registry-split-fancy-with-parent)
1461         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1462         move, and delete actions, and for fancy splitting with parent.
1463         (gnus-registry-extract-addresses)
1464         (gnus-registry-fetch-recipients-fast)
1465         (gnus-registry-fetch-header-fast): Convenience functions.
1466         (gnus-registry-misc-test): ERT test of
1467         `gnus-registry-extract-addresses'.
1469 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1471         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1472         Track by subject first, then sender.
1474 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1478         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1479         Lisp.
1481         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1482         (gnus-draft-send): Use it to avoid popping
1483         up frames from gnus-group-send-queue.
1485 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1487         * gnus-registry.el: Updated gnus-registry docs.
1489 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1491         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1492         Fix logic bug.
1493         (gnus-registry-post-process-groups): Fix logging of no results and
1494         quote sender and subject.
1496 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1499         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1500         we had no early-data returned.
1501         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1502         two async commands to the same server at the same time.
1504 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1506         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1508 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1511         "warning" level.
1513         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1514         (mm-url-insert-file-contents): Don't set the package names.
1516 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1518         * gnus-registry.el (gnus-registry-action): Remove properties and
1519         simplify subject in `gnus-registry-handle-action'.
1520         (gnus-registry-spool-action): Get subject and sender from message if
1521         they are not passed in.
1522         (gnus-registry-handle-action): Remove properties and simplify subject
1523         consistently.
1525 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * registry.el: Require CL before using defmacro*.
1529 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1531         * gnus-art.el (article-treat-date): Assume that
1532         gnus-article-date-headers may be a group parameter.
1534 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1536         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1538         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1539         interactively so the newsrc file can contain foreign groups too.
1540         Useful for debugging but not much for users.
1542 2011-04-07  David Engster  <dengste@eml.cc>
1544         * registry.el (registry-usage-test): Only do
1545         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1546         lexical binding.
1548 2011-04-06  David Engster  <dengste@eml.cc>
1550         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1551         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1553 2011-04-06  David Engster  <dengste@eml.cc>
1555         * registry.el (initialize-instance): Change :after to :AFTER to be
1556         compatible with old EIEIO version in XEmacs.
1558 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1560         * gnus-registry.el (gnus-registry-post-process-groups)
1561         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1562         and provide better messaging.
1564 2011-04-06  David Engster  <dengste@eml.cc>
1566         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1567         errors.
1569 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1571         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1572         unconditionally anyway, discarding errors.
1573         (gnus-registry-delete-entries): New convenience function.
1574         (gnus-registry-import-eld): Import from old .eld registry.
1576         * registry.el: Don't use ERT if it's not available.  Load it
1577         unconditionally anyway, discarding errors.
1579         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1580         version from the Claudio Bley GnuTLS patch (extra optional parameters
1581         and host name).
1583 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1585         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1586         fixup the parameters that can be customized by the user between
1587         save/read cycles.
1588         (gnus-registry-read): Use it.
1589         (gnus-registry-make-db): Use it.
1590         (gnus-registry-spool-action, gnus-registry-handle-action):
1591         Fix messaging.
1592         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1593         Map references to actual group names with sender and subject tracking.
1594         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1595         (gnus-registry-usage-test): Add subject lookup test.
1597         * registry.el (registry-db, initialize-instance): Set up constructor
1598         instead of :initform arguments for the sake of older Emacsen.
1599         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1600         pre-lexbind merge bug.
1601         (registry-usage-test): Use it.
1602         (initialize-instance, registry-db): Move the non-function initforms
1603         back to the class definition.
1605 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1607         * registry.el: New library to manage gnus-registry-style data.
1609         * gnus-registry.el: Use it (major rewrite).
1611         * nnregistry.el: Use it.
1613         * spam.el: Use it.
1615 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1618         marks on non-selected articles.
1620 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1622         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1624         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1625         parameter to open-protocol-stream.
1627 2011-04-01  Julien Danjou  <julien@danjou.info>
1629         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1630         fundamental-mode.
1632 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1635         servers.
1637 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1640         made marks not propagate, again.
1642 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1644         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1645         Make this the default type.
1646         (proto-stream-open-plain): Rename from proto-stream-open-default.
1647         (open-protocol-stream, proto-stream-open-starttls)
1648         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1649         with `plain'.
1651         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1652         value.
1654         * nntp.el (nntp-open-connection-function): Document the fact that some
1655         values are not functions but are instead handled specially.
1656         Recognize nntp-open-plain-stream value.
1657         (nntp-open-connection): Recognize that value.
1659 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1662         stuff.
1664         * gnus-score.el (gnus-score-string): Fix calling convention of
1665         `gnus-simplify-buffer-fuzzy' after last patches.
1667         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1668         server for articles we didn't get any headers for.  This is a sanity
1669         check.
1671 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1673         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1674         new CAPABILITY, use it.
1676 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1679         downloading anything.
1681         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1683 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1685         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1686         colors.
1687         (gnus-splash-svg-color-symbols): New function.
1689 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1692         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1693         (gnus-simplify-subject-fuzzy): Use the local
1694         gnus-simplify-subject-fuzzy-regex instead of the global one.
1695         This makes using this variable in group parameters work.
1697 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1699         * gnus-registry.el (gnus-registry-unfollowed-groups):
1700         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1701         archive:sent-YYYY-MM-DD groups).
1702         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1703         tracking if there are more than `gnus-registry-max-track-groups'
1704         matches.
1706 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * message.el (message--yank-original-internal): New function to do the
1709         insertion cleanly inside eval in `message-yank-original'.
1710         (message-yank-original): Use it.
1712 2011-03-29  Julien Danjou  <julien@danjou.info>
1714         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1715         local variables disabled rather than `normal-mode'.
1717 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1719         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1720         with open-network-stream.
1721         (proto-stream-always-use-starttls): Option removed.
1722         (open-protocol-stream): Return a process object by default.  Provide a
1723         new parameter :return-list specifying a list-type return value, which
1724         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1725         :type `network' to `try-starttls', and `network-only' to `default'.
1726         Make `default' the default, for compatibility with open-network-stream.
1727         Handle the no-parameter case exactly as open-network-stream, with no
1728         additional stream processing.  Search plists using plist-get.
1729         Explicitly add :end-of-commend parameter if it is missing.
1730         (proto-stream-open-default): Rename from
1731         proto-stream-open-network-only.  Return 'default as the type.
1732         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1733         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1734         failed.  Always return a list with a (possibly dead) process as the
1735         first element, for compatibility with open-network-stream.
1736         (proto-stream-open-tls): Use plist-get.  Always return a list.
1737         (proto-stream-open-shell): Return `default' as connection type.
1738         (proto-stream-capability-open): Use plist-get.
1739         (proto-stream-eoc): Function deleted.
1741         * nnimap.el (nnimap-stream, nnimap-open-connection)
1742         (nnimap-open-connection-1): Handle renaming of :type parameter for
1743         open-protocol-stream.
1744         (nnimap-open-connection-1): Pass a :return-list parameter
1745         open-protocol-stream to obtain a list return value.  Parse this list
1746         using plist-get.
1748         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1749         for open-protocol-stream.  Accept open-protocol-stream return value
1750         that is a subprocess object instead of a list.  Handle the case of a
1751         dead returned process.
1753 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1755         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1757         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1759 2011-03-21  Julien Danjou  <julien@danjou.info>
1761         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1762         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1763         query.
1764         (mm-inline-text): Render normal text with fontification whenever
1765         possible.
1767         * gnus-sum.el (gnus-summary-save-parts-1):
1768         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1769         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1770         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1771         Use `mm-handle-filename'.
1773         * mm-util.el (mm-handle-filename): New function, return the filename of
1774         an handle.
1776 2011-03-18  Julien Danjou  <julien@danjou.info>
1778         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1779         (gnus-buffer-live-p): Check that buffer is not nil.
1781 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783         * gnus-art.el: Require mouse, which the build bot seems to say is
1784         needed.
1786         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1787         XEmacs, since it doesn't have url-retrieve-synchronously.
1789 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1791         * gnus-group.el (gnus-group-list-ticked): New function.
1792         (gnus-group-make-menu-bar): Provide a menu entry for it.
1793         (gnus-group-list-map): Provide a binding for it.
1795 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797         * shr.el (shr-visit-file): New command.
1799         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1801 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1803         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1804         servers.
1806 2011-03-16  Julien Danjou  <julien@danjou.info>
1808         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1809         inline.
1811         * gnus-art.el (article-hide-list-identifiers):
1812         Use gnus-group-get-list-identifiers.
1814         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1815         (gnus-summary-remove-list-identifiers):
1816         Use gnus-group-get-list-identifiers to get regexp.
1817         (gnus-select-newsgroup, gnus-summary-insert-subject)
1818         (gnus-summary-insert-articles):
1819         Call gnus-summary-remove-list-identifiers unconditionally.
1821 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1824         we're selecting a group with unread articles.
1826         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1828         * gssapi.el: New file separated out from imap.el to provide a general
1829         Kerberos 5 connection facility for Emacs.
1831         * message.el (message-elide-ellipsis): Document the format spec
1832         ellipsis.
1834 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1836         * message.el (message-elide-region): Allow the ellipsis to say how many
1837         lines were removed.
1839 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1842         window configurations containing buffers that are now dead.
1844         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1845         parsing to avoid integer overflows.
1846         (nnimap-parse-flags): Simplify the last change.
1847         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1848         too large for 32-bit Emacsen.
1850 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * auth-source.el (auth-source-netrc-create):
1853         * message.el (message-yank-original): Fix use of `case'.
1855 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1857         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1858         XEmacs, which was one character too wide.
1860 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1862         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1863         default number of articles to display.
1864         (gnus-articles-to-read): Use pretty names for prompt.
1866 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868         * gnus-int.el (gnus-open-server): Ditto.
1870         * gnus-start.el (gnus-activate-group): Give a backtrace if
1871         debug-on-quit is set and the user hits `C-g'.
1872         (gnus-read-active-file): Ditto.
1874         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1876 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1878         * message.el (message-yank-original): Use cond instead of CL case.
1880 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * auth-source.el (auth-source-netrc-create): Use usual format for the
1883         default in prompts.
1885 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1887         * auth-source.el (auth-source-netrc-create): Show the default in the
1888         prompt when prompting for token creation.
1890 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1892         * auth-source.el (auth-source-format-prompt): Always convert the value
1893         to a string to avoid evaluating non-string arguments.
1894         (auth-source-netrc-create): Offer default properly, not as initial
1895         content in `read-string'.
1896         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1897         of line to determine if we've been run before.  If so, don't run again,
1898         but print a trivial message to indicate the cache was hit instead.
1900 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1902         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1903         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1904         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1905         Gnus.
1907 2011-03-11  Julien Danjou  <julien@danjou.info>
1909         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1910         modified file".
1912 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1914         * auth-source.el (auth-source-read-char-choice): New function to read a
1915         character choice using `dropdown-list', `read-char-choice', or
1916         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1917         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1918         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1919         (auth-source-netrc-saver): Use it.
1920         (auth-source-pick-first-password): New convenience function.
1922 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1924         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1925         parameter in the credentials.
1926         (nnimap-open-connection-1): Use it after a successful login.
1927         (nnimap-credentials): Add IMAP-specific user and password prompt.
1929         * auth-source.el (auth-source-search): Add :require parameter, taking a
1930         list.  Document it and the :save-function return token.  Pass :require
1931         down.  Change the CREATED message from a warning to a debug statement.
1932         (auth-source-search-backends): Pass :require down.
1933         (auth-source-netrc-search): Pass :require down.
1934         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1935         Change save prompt to indicate all modifications saved here are
1936         deletions.
1937         (auth-source-netrc-create): Take user login name as default in user
1938         prompt.  Move all the save functionality to a lexically bound function
1939         under the :save-function token in the returned list.  Set up clearer
1940         default prompts for user, host, port, and secret.
1941         (auth-source-netrc-saver): New function, intended to be wrapped for
1942         :save-function.
1944 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1946         * Version 23.3 released.
1948 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1951         lines to be spaces instead.
1953 2011-03-07  Julien Danjou  <julien@danjou.info>
1955         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1956         (sieve-sasl-auth): Check that auth-source-search did return something,
1957         or just return an empty string.
1959 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1961         * gnus.el (gnus-interactive): Use read-directory-name.
1963         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1964         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1965         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1966         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1967         Likewise.
1969         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1971 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1974         onto the list of killed groups, too.  This makes killed nnimap groups,
1975         for instance, more reliably not reappear.
1977         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1978         the parent.
1980         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1982         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1983         really have server-side marks.
1985         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1986         since most backends do not usefully have server-side marks.
1987         (gnus-update-read-articles): Propagate marks to all backends that
1988         really have server-side marks.
1990 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1992         * message.el (message-cite-reply-position, message-cite-style):
1993         New variables.
1994         (message-yank-original): Use the new citation styles.
1996 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1998         * message.el (message-options): Revert the change that's a workaround
1999         for XEmacs buffer-local issue; don't mark it buffer-local when running
2000         under XEmacs.
2002 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2004         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2005         numbers too big to be `read'.
2007 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2009         * message.el (message-options): Make buffer-local two ways to attempt
2010         to fix a XEmacs bug.
2012 2011-03-02  Julien Danjou  <julien@danjou.info>
2014         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2016 2011-03-01  Julien Danjou  <julien@danjou.info>
2018         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2019         group.
2020         (article-hide-list-identifiers): Use list-identifier group parameter.
2022 2011-02-28  Julien Danjou  <julien@danjou.info>
2024         * sieve.el (sieve-buffer-script-name): New local variable to store
2025         sieve script name.
2026         (sieve-edit-script): Store sieve script name.
2027         (sieve-upload): Use sieve script name when uploading.
2028         (sieve-upload): Use substitute-command-keys.
2029         (sieve-edit-script): Use substitute-command-keys.
2030         (sieve-refresh-scriptlist): Use substitute-command-keys.
2031         (sieve-manage-mode-map): Define keymap properly.
2032         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2033         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2034         Remove commented code about cvs.
2035         (sieve-manage-quit): New function.
2036         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2038 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2042 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2044         * auth-source.el (auth-source-search): Cache empty result sets.
2046         * auth-source.el (auth-source-save-behavior): New variable to replace
2047         `auth-source-never-create'.
2048         (auth-source-netrc-create): Use it.
2049         (auth-source-never-save): Remove.
2051 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2053         * nnimap.el (nnimap-stream): Doc fix.
2054         (nnimap-open-connection-1): Reverse the order of the ports to that the
2055         prompted-for port is first.
2057         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2058         retrieval by the no-group selection.
2060         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2061         numerical parameters.
2063 2011-02-25  Julien Danjou  <julien@danjou.info>
2065         * gnus-gravatar.el: Use gnus-with-article-buffer.
2067         * gnus-art.el (gnus-with-article-buffer): Check that the
2068         gnus-article-buffer is alive.
2070 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2072         * auth-source.el (auth-source-creation-prompts): New variable to manage
2073         creation-time prompts.
2074         (auth-source-search): Document it.
2075         (auth-source-format-prompt): Add utility function.
2076         (auth-source-netrc-create): Don't default the user name to
2077         user-login-name.  Use `auth-source-creation-prompts' and some default
2078         prompts for user, host, port, and password (the default generic prompt
2079         remains ugly).
2080         (auth-source-never-save): Add customizable option to never save info.
2081         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2082         mode excursion.
2084 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2086         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2087         argument that XEmacs doesn't support.
2089 2011-02-23  Julien Danjou  <julien@danjou.info>
2091         * gnus-art.el (article-make-date-line): Ignore errors if time is
2092         invalid and not convertible.
2093         (article-make-date-line): Only add lapsed time if time is not nil.
2095 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2097         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2098         `read-char-choice' for backwards compatibility.
2099         (auth-source-netrc-element-or-first): New function to DTRT for
2100         parameter extraction.
2101         (auth-source-netrc-create): Use it and fix multiple parameter print
2102         bug.  Use the default passed from above (given-default) or the
2103         built-in (user-login-name for :user).
2105 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2107         * gnus-start.el (gnus-dribble-read-file):
2108         Set buffer-save-without-query, since we always want to save the dribble
2109         file, probably.
2111         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2112         nnimap.
2114         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2115         -summary- since it's a user-visible variable.
2117         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2118         first time you use the new Gnus.
2120 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2122         * auth-source.el: Don't load netrc.el.
2123         (auth-sources): Search ~/.netrc as well by default.
2124         (auth-source-debug): Add 'trivia option for extra output.
2125         (auth-source-do-trivia): Use it.
2126         (auth-source-search): Simplify logic to use
2127         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2128         appropriate.  Don't keep a running count at this level.  Layer :create
2129         and :delete options appropriately on the first and second passes.
2130         Don't track the backend with the search results.
2131         (auth-source-search-backends): New function to search a list of
2132         backends for a processed spec.
2133         (auth-source-netrc-parse): Cache all netrc files, making
2134         auth-source-netrc-cache an alist keyed by the file name and using the
2135         file mtime as the caching criterion.  Keep the obfuscated data secret
2136         with a lexical bind.
2137         (auth-source-netrc-search): Don't calculate the length of the results
2138         unnecessarily.
2139         (auth-source-search-backends): Fix bug.
2140         (auth-source-netrc-create): Rework prompts.
2142 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2144         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2145         Lower case names of search constraints.
2146         (nnir-run-query): Cache and reuse search constraints for all imap
2147         servers.
2149 2011-02-22  Sam Steingold  <sds@gnu.org>
2151         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2153 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2155         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2156         after exit.
2157         (gnus-setup-message): Define missing variable from last checkin.
2159         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2160         value, show the raw article.
2162 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2164         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2165         auth-source now accepts numbers.
2167         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2168         spec, too.
2169         (auth-source-ensure-strings): New function.
2171         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2172         (gnus-article-setup-buffer): Always restart the date timer so that user
2173         changes to the frequency is respected.
2175         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2176         port numbers, so make sure it gets that if nnimap-server-port is
2177         explicit.
2179 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2181         * nnimap.el (nnimap-inbox): Doc fix.
2183 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2185         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2186         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2187         color-lab-to-srgb.
2189 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2191         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2192         given method as in the group name if we're using an extended method.
2193         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2194         command, if we're using that, instead of waiting for the beginning.
2196         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2197         we're sure to get unique server names, and we don't output two async
2198         commands in the same buffer.  This fixes an NNTP hang for some users.
2200 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2203         summary buffer before reading going to the next buffer.  This avoids
2204         putting the point in the group buffer if you `C-g' the command.
2206         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2207         cache (for now) to make ~/.authinfo.gpg files usable.
2209         * nnfolder.el (copyright-update): Define for the compiler.
2211         * auth-source.el (auth-source-search): Fix unbound variable.
2213 2011-02-19  Glenn Morris  <rgm@gnu.org>
2215         * gnus.el (gnus-meta): Doc fix.
2217 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2219         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2220         in case it's not yet loaded.
2222 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2224         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2225         line we're waiting for.
2227 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2229         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2230         face with line-width greater than zero will cause RET in gnus summary
2231         buffer to scroll down article page-wise because auto vscroll happens,
2232         it should be temporalily disabled when doing a scroll-up.
2234 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2236         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2237         outputs from the server.
2239 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2241         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2242         later so that bbdb can hook in easier.
2244 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2246         * auth-source.el (auth-source-search): Don't try to create credentials
2247         if the caller doesn't want that.
2248         (auth-source-search): If we don't find a match, don't bug out on
2249         non-bound variables.
2250         (auth-source-search): Only ask a single backend to create the
2251         credentials.
2253         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2254         logging.
2255         (nnimap-credentials): Protect against auth-source-search returning nil.
2256         (nnimap-request-list): Protect against not being able to open the
2257         server.
2259 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2261         * auth-source.el (auth-source-search): Do a two-phase search, one with
2262         no :create to get the responses from all backends.
2264         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2265         when getting credentials.
2267         * gnus-util.el (gnus-delete-duplicates): New function.
2269 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2271         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2272         a creation default, pass the whole port list down.  It will be
2273         completed.
2275         * auth-source.el (auth-source-search): Updated docs to talk about
2276         multiple creation choices.
2277         (auth-source-netrc-create): Accept a list as a value (from the search
2278         parameters) and do completion on that list.  Keep a separate netrc line
2279         with the password obscured for showing the user.
2281         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2282         first choice to `auth-source-search' so it will be used for entry
2283         creation instead of the server's Gnus-specific name.
2284         (nnimap-credentials): Rely on the auth-source library to select which
2285         port is actually wanted in the new netrc entry, so don't override
2286         `auth-source-creation-defaults'.
2288         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2289         :protocol and accept a missing user, host, or port as a wildcard match.
2290         (auth-source-debug): Default to off.
2292         (auth-source-netrc-search, auth-source-netrc-create)
2293         (auth-source-secrets-search, auth-source-secrets-create)
2294         (auth-source-user-or-password, auth-source-backend, auth-sources)
2295         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2296         instead of :protocol.
2298         * nnimap.el (nnimap-credentials): Pass a port default to
2299         `auth-source-search' in case an entry needs to be created.
2300         (nnimap-open-connection-1): Use :port instead of :protocol.
2302 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2304         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2305         instead of delete-dups that is not available in XEmacs 21.4.
2307 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2309         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2310         nil means that nnimap doesn't get updated.
2312 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2314         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2315         result when the user doesn't want to write to the file.
2316         (auth-source-netrc-search): Expect a synthetic result and proceed
2317         accordingly.
2318         (auth-source-cache-expiry): New variable to override
2319         `password-cache-expiry'.
2320         (auth-source-remember): Use it.
2322         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2323         parameter.  Create entry if necessary by using :create t.
2324         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2326 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2328         * auth-source.el (auth-source-debug): Enable by default and don't
2329         mention the obsolete `auth-source-hide-passwords'.
2330         (auth-source-do-warn): New function to debug unconditionally.
2331         (auth-source-do-debug): Use it.
2332         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2333         and for Secrets API entries when the secrets.el library is not
2334         available.
2336 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2338         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2339         (gnus-summary-exit): Kill the correct article buffer on exit from a
2340         `C-d' group.
2342         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2343         gnus-propagate-marks.
2345         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2346         before killing the buffers so that a non-full window conf gets handled
2347         correctly.
2348         (gnus-summary-exit): Ditto.
2349         (gnus-summary-read-group-1): Ditto.
2351         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2352         async code again so that we can debug it properly.
2354         * message.el (message-reply): Take an optional switch-buffer parameter
2355         so that Gnus window confs are respected better.
2357 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2359         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2360         `plist-get' to accept non-list parameters (XEmacs issue).
2361         Fix docstring.
2362         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2363         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2364         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2365         Login collection is "Login" and not "login".
2367 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2369         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2370         multiple headers.
2372         * nnimap.el (nnimap-inhibit-logging): New variable.
2373         (nnimap-log-command): Don't log login commands.
2375         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2376         to have more parameters.
2378         * nnimap.el (nnimap-send-command): Mark the command time for each
2379         command, so that we don't get NOOPs stepping on our toes.
2381         * gnus-art.el (article-date-ut): Get the date from the Date header on
2382         `t'.
2384 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2386         * auth-source.el (auth-source-search): Use copy-sequence instead of
2387         the cl.el copy-list.
2389 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2391         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2392         Improve prompt.
2394 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2396         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2397         washing status from the default format.  It isn't very informative.
2399 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2401         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2402         Fix Gcc processing on imap.
2404 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * message.el (message-bury): Don't pop up a new window when selected
2407         window is dedicated.
2409 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2411         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2413 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2415         * sieve-manage.el: Autoload `auth-source-search'.
2416         (sieve-sasl-auth): Use it.
2418 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2420         * nnimap.el: Autoload `auth-source-forget+'.
2421         (nnimap-open-connection-1): Use it if the connection fails.
2423         * auth-source.el: Require `password-cache'.
2424         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2425         obsolete.
2426         (auth-source-magic): Marker for `password-cache' keys.
2427         (auth-source-do-cache): Update docstring.
2428         (auth-source-search): Use and check cache.
2429         (auth-source-forget-all-cached, auth-source-remember)
2430         (auth-source-recall, auth-source-forget, auth-source-forget+)
2431         (auth-source-specmatchp): Caching support functions.
2432         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2433         Remove and obsolete.
2434         (auth-source-user-or-password): Remove caching to further discourage
2435         using it.  Always hide passwords.
2437 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2439         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2440         code for now, since it doesn't work for all users.
2442 2011-02-09  Julien Danjou  <julien@danjou.info>
2444         * message.el (message-options): Make message-options really buffer
2445         local.
2447 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2449         * mail-source.el: Autoload `auth-source-search'.
2450         (mail-source-keyword-map): Note order matters.
2451         (mail-source-set-1): Get all the mail-source source values and
2452         defaults and search auth-source on those if needed.  This can all
2453         probably be simplified.
2455         * nnimap.el: Autoload `auth-source-search'.
2456         (nnimap-credentials): Use it.
2457         (nnimap-open-connection-1): Ask for the virtual server and physical
2458         address in one shot.
2460         * nntp.el: Autoload `auth-source-search'.
2461         (nntp-send-authinfo): Use it.  Note TODO.
2463 2011-02-08  Julien Danjou  <julien@danjou.info>
2465         * shr.el (shr-tag-body): Add support for text attribute in body
2466         markups.
2468         * message.el (message-options): Make message-options a local variable.
2470 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2472         * auth-source.el (auth-source-secrets-search)
2473         (auth-source-user-or-password): Use `append' instead of `nconc'.
2474         (auth-source-user-or-password): Build return list better and protect
2475         against nil :secret.
2477 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2479         * nnimap.el (nnimap-update-info): Refactor slightly.
2480         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2481         (nnimap-update-info): Clean up slightly.
2482         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2483         characters.
2484         (nnimap-process-quirk): Rename function to avoid collision.
2485         (nnimap-update-info): Fix macrology bug-out.
2486         (nnimap-update-info): Simplify split history test.
2488 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2490         * auth-source.el (top): Require 'eieio unconditionally.
2491         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2492         (auth-source-secrets-search): Limit search when `max' is greater than
2493         number of results.
2495 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2497         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2498         part not returning any data.
2500         * proto-stream.el (open-protocol-stream): Document the return value.
2502 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2504         * auth-source.el (auth-source-secrets-search): Add examples.
2506 2011-02-06  Julien Danjou  <julien@danjou.info>
2508         * message.el (message-setup-1): Handle message-generate-headers-first
2509         set to t.
2511 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2513         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2514         API with a string "secrets:collection-name" and with 'default.
2515         (auth-source-backend-parse): Parse "secrets:collection-name" and
2516         'default.  Recurse on parses instead of repeating code.  Use the
2517         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2518         message when ignoring a source.
2519         (auth-source-search): List ignored search keys at the top level.
2520         (auth-source-netrc-create): Use `case' instead of `cond'.
2521         (auth-source-secrets-search): Created with TODOs.
2522         (auth-source-secrets-create): Created with TODOs.
2523         (auth-source-retrieve, auth-source-create, auth-source-delete)
2524         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2525         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2526         (auth-source-user-or-password-sftp)
2527         (auth-source-user-or-password-smtp): Remove.
2528         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2529         around `auth-source-search'.  Not tested thoroughly.
2531 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2533         * auth-source.el: Bring in assoc and eioeio libraries.
2534         (secrets-enabled): New variable to track the status of the Secrets API.
2535         (auth-source-backend): New EIOEIO class to represent a backend.
2536         (auth-source-creation-defaults): New variable to set prompt defaults
2537         during token creation (see the `auth-source-search' docstring for
2538         details).
2539         (auth-sources): Simplify to allow a simple string as a netrc backend
2540         spec.
2541         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2542         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2543         (auth-source-search): Main auth-source API entry point.
2544         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2545         (auth-source-search-collection): Helper function for searching.
2546         (auth-source-netrc-parse, auth-source-netrc-normalize)
2547         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2548         Supports search, create, and delete.
2549         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2550         backend stubs.
2551         (auth-source-user-or-password): Call `auth-source-search' but it's not
2552         ready yet.
2554 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2556         * message.el (message-setup-1): Remove the read-only stuff, since it
2557         doesn't work under XEmacs, for some reason.
2559         * gnus-sum.el (gnus-user-date): Rename back from
2560         gnus-summary-user-date since user code refers to it.
2562         * shr.el (shr-render-td): Store the actual background colour used.
2564         * message.el (message-setup-1): Don't bind the constant
2565         -forbidden-properties.
2566         (message-setup-1): Revert previous change, since it needs to bind the
2567         props to insert them.
2568         (message-resend): Allow removing the read-only separator line.
2570 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2572         * nnimap.el (nnimap-request-accept-article): Give an error message if
2573         the APPEND wasn't successful.
2575 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2577         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2578         that have no groups.
2580 2011-02-03  Julien Danjou  <julien@danjou.info>
2582         * gnus-draft.el: Remove progn around gnus-draft-setup.
2584 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2586         * gnus-start.el (gnus-read-active-for-groups): This function is never
2587         called with a nil `infos', so clean that up.
2588         (gnus-get-unread-articles): Request active files from primary/secondary
2589         methods that have no groups (yet).
2591 2011-02-03  Julien Danjou  <julien@danjou.info>
2593         * message.el (message-setup-1): Always generate References first.
2594         (message-mail): Return the return value of message-setup, not always t.
2595         (message-setup-1): Insert mail-header-separator with read-only and
2596         intangible properties set.
2598         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2599         user-date in docstring.
2601         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2603         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2604         docstring.
2606         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2607         defcustom, with type and group. Move from gnus-util.el. Rename to
2608         gnus-summary-user-date-format-alist.
2610 2011-02-03  Glenn Morris  <rgm@gnu.org>
2612         * nnimap.el (gnus-fetch-headers): Declare.
2614         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2616 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2618         * message.el (message-forward-make-body-digest-plain)
2619         (message-followup, message-reply): Clean up things noted by Stefan.
2621         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2622         gnus-article-update-date-headers is nil.
2623         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2624         it didn't really work with defcustom.
2625         (article-update-date-lapsed): Make sure the window start doesn't move,
2626         either.
2628 2011-02-01  Julien Danjou  <julien@danjou.info>
2630         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2631         format.
2633         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2634         standard in Emacs nowadays.
2636 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2638         * message.el (message-expand-name): Don't trust the return value of
2639         bbdb-complete-name.
2640         (message-check-news-header-syntax): Remove unused var `start'.
2641         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2642         (message-inhibit-body-encoding): Move to before first use.
2643         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2644         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2645         (Organization, Message-ID, Date, mh-previous-window-config):
2646         Defvar the vars using dynamic scoping.
2648 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2650         * shr.el (shr-render-td): Only do colours at the final rendering.
2651         Should be slightly faster.
2652         (shr-insert-table): Fix up TD background colours when doing the
2653         vertical padding.
2655         * gnus-art.el (article-date-ut): Protect against articles with no Date
2656         header.
2657         (article-update-date-lapsed): Don't use current-column to find the
2658         horizontal position.  It's fragile in the presence of \003 characters.
2660         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2662 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2664         * gnus-art.el (article-transform-date): Rewrite to still work when
2665         there are several rfc2822 parts.
2666         (article-transform-date): Fix infinite recursion.
2667         (article-date-ut): Replace infinitely many Date headers with a single
2668         one when called interactively.
2670         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2671         secure manner.
2673         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2674         move around by not using save-window-excursion.  It seems to work...
2676 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2678         * gnus-art.el (article-make-date-line): Work for user-defined format.
2680 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2682         * nntp.el (nntp-retrieve-group-data-early)
2683         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2684         fetching functions.
2686         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2687         thoroughly for all backends that have no known groups.  This should
2688         allow new nnml methods to retrieve mail.
2690         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2691         that Gnus doesn't know exists again.
2693         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2694         (gnus-treat-date-ut): Ditto.
2695         (gnus-article-update-date-header): Rename.
2696         (gnus-treat-date-local): Remove.
2697         (gnus-treat-date-english): Remove.
2698         (gnus-treat-date-lapsed): Remove.
2699         (gnus-treat-date-combined-lapsed): Remove.
2700         (gnus-treat-date-original): Remove.
2701         (gnus-treat-date-iso8601): Remove.
2702         (gnus-treat-date-user-defined): Remove.
2703         (gnus-article-date-headers): New variable to control all the date
2704         header options.
2705         (article-date-ut): Rewrite to allow using the new way to format date
2706         headers(s).
2708 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2710         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2711         method.
2712         (nnmail-article-group): A better test for fanciness.
2714         * nnimap.el (nnimap-request-head): Protect against not finding the
2715         article by Message-ID.
2717 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2719         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2720         keep point at the "same place".
2722 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2724         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2725         data if the group is unactivated.
2727 2011-01-28  Julien Danjou  <julien@danjou.info>
2729         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2730         (gnus-all-windows-visible-p): Remove old compatibility code.
2731         (gnus-window-top-edge): Add docstring.
2733         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2735 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2737         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2738         older request-update-info.
2740         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2742 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2744         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2745         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2747 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2750         groups.  This makes the nndraft:queue group pop up if it's not already
2751         there.
2753         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2754         messages" logic, which was reversed.
2756         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2757         the "same place" even if point is on the line being replaced.
2758         (article-update-date-lapsed): Allow updating both the combined lapsed
2759         and the lapsed headers.
2760         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2761         (article-make-date-line): Limit the number of segments dynamically to
2762         avoid too-long lines.
2764 2011-01-27  Julien Danjou  <julien@danjou.info>
2766         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2767         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2769 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2771         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2772         Use plist-get instead of the cl function getf.
2774 2011-01-27  Glenn Morris  <rgm@gnu.org>
2776         * gnus-util.el (float-time): Get rid of compiler warning, again.
2778 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2780         * shr.el (shr-put-color): Special-case background colours: Do put them
2781         at the blank parts at the front of the lines.
2783         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2784         exit hook to nix out all data on readedness on group exit.
2786         * gnus-util.el (float-time): If float-time is bound, always use it on
2787         all Emacsen.  It's unclear why the subrp check was there.
2788         (time-date): Require to make some autoload issues on XEmacs go away.
2790         * shr.el (shr-put-color): Don't do the box padding in tables, since
2791         they're already padded.
2793 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2795         * gnus-art.el (gnus-article-next-page): When the last line of the
2796         article is displayed, scroll down once more instead of going to the
2797         next article at once.
2798         (article-lapsed-string): Refactor out and allow specifying how many
2799         segments you want.
2800         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2801         (gnus-article-update-lapsed-header): New variable.
2803         * shr.el: Revert change that made headings use different-sized faces.
2804         The Emacs display engine isn't advanced enough that, for instance,
2805         tables can comfortably use differently-sized faces.
2807 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2809         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2810         used.
2811         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2812         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2813         we're using an encrypted connection.
2815         * proto-stream.el: Alter the interface functions to also return the
2816         actual stream type used: network or tls.
2818 2011-01-25  Julien Danjou  <julien@danjou.info>
2820         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2821         (mm-display-javascript-inline): New function.
2823         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2824         viewing function.
2826 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2828         * shr.el (shr-expand-newlines): Fix variable name.
2830 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2832         * shr.el (shr-expand-newlines): Make nested boxes work.
2834 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2836         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2837         backgrounds.
2838         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2839         in a more sensible manner.
2841 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2843         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2844         if EPG is loaded.
2846 2011-01-24  Julien Danjou  <julien@danjou.info>
2848         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2849         tags.
2851 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2853         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2854         commands.
2856         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2857         in the article buffer.
2858         (gnus-gravatar-insert): Use blank space from the current buffer to
2859         avoid breaking text properties.  This makes X-Sent updating work again.
2861         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2863 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2865         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2866         fix the bug in url-http.el instead.
2868         * shr.el (shr-image-fetched): Ditto.
2870         * shr.el (shr-image-fetched): Avoid having point move in the article
2871         buffer.
2873         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2874         buffer after being called.  It's apparently being killed by url.el, and
2875         killing it made point move to end-of-buffer in a random buffer.
2877         * shr.el (shr-image-fetched): Ditto.
2879 2011-01-23  Julien Danjou  <julien@danjou.info>
2881         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2883         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2884         text/x-org.
2886 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2888         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2889         (i.e., nnimap) returning nil as the article number.
2891 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2893         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2894         "DelSp" parameter in RFC3676.
2896 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2898         * message.el (message-check-recipients): Display the encoded version of
2899         the bogus address if they differ.
2901         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2902         after sending.
2904         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2906         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2908         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2909         group buffer after sending the queue.
2911         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2913 2011-01-22  Julien Danjou  <julien@danjou.info>
2915         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2917 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2919         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2920         nested related parts.
2922         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2923         unexpired articles.  This fixes the regression that led expiry marks to
2924         disappear from nnfolder groups.
2926 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2929         Don't confuse the "ret" of "retrograde" with RET.
2931 2011-01-21  Julien Danjou  <julien@danjou.info>
2933         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2934         than mm-insert-inline.
2936 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2938         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2939         Widen article buffer.
2941 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2943         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2944         the temp buffer.
2945         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2947 2011-01-20  Julien Danjou  <julien@danjou.info>
2949         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2951         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2952         than mm-insert-inline to insert inline part: this respect
2953         mm-inline-media-tests displayers.
2955         * mm-view.el (mm-display-shell-script-inline): New function.
2957         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2959         * mm-uu.el (mm-uu-type-alist): Add org block.
2960         (mm-uu-org-src-code-block-extract): New function.
2962         * mm-view.el (mm-display-org-inline): New function.
2964         * mm-decode.el (mm-automatic-display): Add text/org.
2966         * mailcap.el (mailcap-mime-extensions): Add .org.
2968 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2970         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2971         gnus-article-add-buttons.
2973 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2975         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2976         From header with a date and "nobody" as the sender.
2978 2011-01-19  Julien Danjou  <julien@danjou.info>
2980         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2981         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2982         if you have the same regexp several times.
2983         (gnus-button-push): Fix matching when regexp is symbol.
2985 2011-01-15  Glenn Morris  <rgm@gnu.org>
2987         * message.el (message-mail): A compose-mail function should
2988         accept headers as strings.
2990 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2992         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2993         Add :vert-only tags.
2994         (message-mail): New arg RETURN-ACTION.
2995         (message-return-action): New var.
2996         (message-bury): Use it.
2997         (message-mode): Make it buffer-local.
2998         (message-send-and-exit): Always call message-bury.
3000         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3001         message-mail.
3003 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005         * nnimap.el (nnimap-convert-partial-article): Protect against
3006         zero-length body parts.
3008         * mm-decode.el (mm-preferred-alternative-precedence):
3009         Discourage showing empty parts.
3011         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3012         and stuff if the backend didn't return the article number.  This fixes
3013         an Exchange-related nnimap bug.
3015         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3016         group window, because it does the wrong thing when a separate frame
3017         displays the group buffer.
3019         * proto-stream.el (open-protocol-stream): Protect against the low-level
3020         transport functions returning nil.
3022 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3024         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3025         (mml2015-epg-find-usable-secret-key): New function.
3026         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3027         mml2015-epg-find-usable-key (Bug#7797).
3028         (mml2015-epg-encrypt): Ditto.
3030 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3034 2011-01-03  Glenn Morris  <rgm@gnu.org>
3036         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3038         * sieve.el (sieve-open-server): Give a more explicit error if
3039         sieve-manage-open returns nil.  (Bug#7720)
3041 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3043         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3045 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3048         This avoids sending passwords in plain text over non-encrypted
3049         channels.
3051         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3053         * nnimap.el (nnimap-login): Refactored out into own function, and
3054         implement CRAM-MD5.
3055         (nnimap-wait-for-line): Refactored out.
3057         * mm-view.el (mml-smime): Require.
3059 2010-12-20  David Engster  <deng@eml.cc>
3061         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3062         use EPG to decrypt S/MIME messages instead of openssl.
3064 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3068         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3069         status is the group clearly is unreachable.
3071         * auth-source.el (auth-source-create): Add the optional second
3072         parameter to `local-variable-p' to be compatible with XEmacs.
3074 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3076         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3077         work when using a compressed nnml folder.
3079 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3082         backends after sanitising on entry, because this never makes sense:
3083         If the articles have gone missing, then the data no longer exists on
3084         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3085         overwrite anything anyway.
3087         * shr.el (shr-insert-document): Bind shr-width dynamically to
3088         window-width if it's nil.
3090 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3092         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3093         with the meaning of using the full emacs window width for rendering.
3095 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3097         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3098         case when sender is not given.
3100 2010-12-23  Julien Danjou  <julien@danjou.info>
3102         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3103         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3104         the addresses, otherwise we might misplaced the gravatar.
3106 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3108         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3109         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3110         obsolete in Emacs.
3112 2010-12-20  Julien Danjou  <julien@danjou.info>
3114         * gnus-util.el (gnus-rescale-image): Revert last change.
3116 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118         * gnus-group.el (gnus-group-delete-articles): New command.
3120 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3122         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3124 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3127         here, since it's up to the backends to do CRLF removal if their
3128         protocol has it.
3130         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3132 2010-12-17  Julien Danjou  <julien@danjou.info>
3134         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3135         they are from file. Can also scale up.
3137 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3139         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3140         gnus-use-agent.
3141         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3143         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3145 2010-12-17  Julien Danjou  <julien@danjou.info>
3147         * gravatar.el (gravatar-retrieve-synchronously): New function.
3148         (gravatar-get-data): Make more robust.
3150 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3153         to really consider the last line.
3155 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3157         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3158         list of recipient keys, or use symmetric encryption if not a list.
3159         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3160         EPA override, replacing the call to `netrc-store-data'.
3162 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3164         * gnus-srvr.el: Avoid passing nil regexp argument to
3165         delete-matching-lines.
3167 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3170         fetching stops when Gnus exits.
3172         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3173         function.
3174         (nnfolder-request-expire-articles): Save all the buffers after doing
3175         expiry.
3177         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3178         the last article", since that led to serious performance regressions
3179         when expiring nnml groups.
3181 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3183         * nnir.el: Improve customizations.
3185 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3189         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3190         group has been killed.
3191         (gnus-group-yank-group): Ditto.
3193         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3195         * nnimap.el (nnimap-request-update-group-status): New function.
3197         * gnus-int.el (gnus-request-update-group-status): New interface
3198         function.
3200         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3201         copying read-ness to the backends.
3203         * nnimap.el (nnimap-quirk): New function.
3204         (nnimap-retrieve-group-data-early): Use it.
3205         (nnimap-quirks): New alist.
3207 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3209         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3210         don't delete it within indentation.
3212 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3215         previous line.
3217 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3220         QRESYNC command by deleting a superfluous space which broke Cyrus
3221         servers.  This change will break other servers that are buggy the other
3222         way around.
3224 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3226         * spam.el: Reindent and fix long lines.
3227         (spam-copy-or-move-routine): Exclude invalid move destinations.
3229 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3231         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3232         installed the registry.
3234 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3236         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3237         groupname doesn't contain "gmane".
3239 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3242         (gnus-1): Don't create the nndrafts group twice.
3243         (gnus-setup-news): There's no need to read the active file here, since
3244         that's done again later on a per-backend basis.
3245         (gnus-start-draft-setup): Make sure that the new group is started out
3246         empty.
3248         * gnus-agent.el (gnus-agentize): Don't create the queue group
3249         automatically on startup.  It'll be created later, if needed.
3251         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3252         of automatically subscribed groups.
3253         (gnus-auto-subscribed-categories): New variable.
3254         (gnus-matches-options-n): Use it.
3255         (gnus-default-subscribed-newsgroups): Remove unused variable.
3256         (gnus-start-draft-setup): Message a bit less.
3258 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3260         * nnir.el (nnir-run-imap): Return article list in order of increasing
3261         UID.
3263 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265         * gnus-sum.el (gnus-summary-enter-digest-group):
3266         Mention gnus-auto-select-on-ephemeral-exit.
3268         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3269         convention of the network-only option.
3271 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273         * proto-stream.el (proto-stream-open-network-only): New function to
3274         have a way to specify non-STARTTLS upgrade connections.
3276 2010-12-10  Julien Danjou  <julien@danjou.info>
3278         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3279         email address is nil.
3281         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3283 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3285         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3286         deletion.
3287         (nnir-run-imap): Only need to parse list once.
3289 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291         * shr.el (shr-tag-script): Ignore <script>.
3292         (shr-tag-label): Add <label> support.
3294 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3296         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3298         * shr.el (shr-image-displayer): Work for images lined side by side.
3300 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3302         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3303         parameter, since XEmacs doesn't accept t as a parameter.
3305 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3307         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3308         ids.
3309         (nnir-run-gmane): Simplify groupspec formatting.
3310         (nnir-request-expire-articles): New function.
3312 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3315         overflow, possibly.
3317         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3318         (shr-render-td): Handle td style="" better.
3319         (shr-tag-table): Use the color from the style sheet.
3320         (shr-render-td): Make sure we copy over all the overlays, too.
3322 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3324         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3325         (nnir-request-article): Improve article retrieval.
3327 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3329         * mm-util.el (mm-extra-numeric-entities): New variable.
3331         * mm-url.el (mm-url-decode-entities):
3332         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3334 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * message.el: Use completion-at-point.
3337         (message-completion-function): New fun, extracted from message-tab.
3338         (message-mode): Use it for completion-at-point-functions.
3339         (message-tab): Use it and completion-at-point.
3341 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3343         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3344         character if a non-breakable character follows.
3346 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3349         any stream.
3351         * shr.el (shr-tag-font): Colorize the region.
3352         (shr-tag-body): Ditto.
3353         (shr-tag-font): Actually let the styles be inherited instead of
3354         overwriting them.
3355         (shr-tag-font): Get the background color right.
3356         (shr-tag-style): Ignore all <style> tags for the moment.
3358         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3359         a Message-ID to avoid having nnimap depend on gnus-sum.
3361         * shr.el (shr-descend): Only colorize something if we have a node that
3362         sets colors.
3364 2010-12-06  Julien Danjou  <julien@danjou.info>
3366         * shr.el (shr-render-td): Render td content with shr-descend, so style
3367         will be applied to <td> too.
3368         (shr-colorize-region): Colorize region even if we only have a background.
3369         (shr-tag-body): Fix color and background color inheritance.
3370         Do not recolorize after shr-generic.
3371         (shr-tag-font): Let shr-generic colorize via inheritance.
3373 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3375         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3377 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3379         * nnir.el (nnir-request-move-article): Remove obsolete code.
3381 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3383         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3385 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387         * gnus-sum.el (gnus-summary-respool-article): The completion function
3388         expects a list instead of an alist.
3390         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3391         string as the parameter.
3393         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3395         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3396         styles.
3397         (shr-colorize-region): New function.
3398         (shr-insert-background-overlay): Remove.
3399         (shr-render-td): Background setting should be taken care of on a higher
3400         level.
3401         (shr-tag-body): Use post-hoc colorizations.
3402         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3403         (shr-put-color-1): Don't overwrite old colors.
3404         (shr-colorize-region): When the background color isn't explicit, use
3405         a fixed background.
3407         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3408         nnmail variables.
3410 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3412         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3413         unless necessary.
3415 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3417         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3418         server.
3420 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3423         so that TAB works.
3425         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3426         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3428         * shr.el (shr-urlify): Show the URL before the title to avoid
3429         misleading URLs.
3431 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3433         * shr.el (shr-urlify): Display the title in <a> tags.
3435 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3437         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3439 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3441         * nnir.el: Rearrange code to allow macros to be autoloaded by
3442         gnus-sum.el.
3443         (nnir-retrieve-headers-override-function): Make this variable
3444         customizable.
3445         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3447         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3448         from nnir.el.
3450 2010-12-03  Julien Danjou  <julien@danjou.info>
3452         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3454 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3456         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3457         allow optional argument `environment'.
3459 2010-12-03  Glenn Morris  <rgm@gnu.org>
3461         * mm-extern.el (message-goto-body): Update declaration.
3463 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3465         * gnus-util.el (gnus-macroexpand-all): New function.
3467         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3468         instead of macroexpand-all that is unavailable in XEmacs.
3470 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3472         * nnir.el (nnir-summary-line-format): New variable.
3473         (nnir-mode): Use it.
3474         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3475         (nnir-article-ids): Reimplement as defsubst.
3476         (nnir-retrieve-headers): Don't mangle the subject header.
3477         (nnir-run-imap): Use 100 as RSV score.
3478         (nnir-run-find-grep): Fix for full server searching.
3479         (nnir-run-gmane): Better restriction to gmane groups.
3481         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3482         summary buffers.
3484 2010-12-02  Julien Danjou  <julien@danjou.info>
3486         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3488         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3490         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3491         support.
3493 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3495         * nnir.el: Update to handle the registry better.
3496         (autoload): Silence byte-compiler.
3497         (nnir-open-server): Add a hook for nnir groups.
3498         (nnir-request-move-article): Don't mangle the header. Better to use
3499         formating variables (which will be added in the future).
3500         (nnir-registry-action): Update the registry using the original article
3501         group name.
3502         (nnir-mode): Install nnir-specific hooks for updating the registry.
3504         * gnus-sum.el
3505         (gnus-article-original-subject,gnus-newsgroup-original-name):
3506         Remove obsolete variables.
3507         (gnus-summary-move-article): Remove use of obsolete variables.
3508         (gnus-summary-local-variables): Make move and delete hooks local to
3509         summary buffers.
3511 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513         * rtree.el: New file.
3515 2010-12-01  Julien Danjou  <julien@danjou.info>
3517         * message.el (message-user-organization): Do not use
3518         gnus-local-organization.
3520         * gnus.el: Remove gnus-local-organization.
3522         * gnus-msg.el: Remove nastygram thing.
3524 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3526         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3527         funcall.
3529 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3531         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3532         names.
3534         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3535         characters.
3537         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3538         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3539         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3540         (gnus-gravatar-transform-address): Use mail-extract-address-components
3541         that supports non-ASCII names rather than mail-header-parse-addresses.
3543 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545         * proto-stream.el (open-protocol-stream): All starttls connections are
3546         handled by the network handler.
3548 2010-11-30  Julien Danjou  <julien@danjou.info>
3550         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3551         (nnimap-open-connection-1): Fix PREAUTH.
3553         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3555 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3557         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3558         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3559         (shr-insert): Use them.
3560         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3562 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3564         * nnir.el (nnir-request-move-article): Bail out if original group
3565         doesn't support article moves.
3566         (nnir-get-active): Improve active list retrieval.
3568 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3572 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3574         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3575         seem to accept strings-with-numbers as port numbers,
3577 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3579         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3580         change the registry.
3582 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3584         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3585         delete-dups that is not available in XEmacs 21.4.
3587         * mm-util.el (mm-delete-duplicates): Add comment.
3589 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3591         * nnir.el (nnir-ignored-newsgroups): New variable.
3592         (nnir-get-active): Use it.
3594 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596         * proto-stream.el (proto-stream-open-network): Add some comments.
3598         * nntp.el (nntp-open-connection): Provide a :success condition.
3600         * nnimap.el (nnimap-open-connection-1): Ditto.
3602         * proto-stream.el (proto-stream-open-network): See what the response to
3603         the STARTTLS command is.
3605         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3606         backwards compatibility).
3607         (nnimap-open-connection-1): Really respect nnimap-server-port.
3609         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3610         TLS upgrades we don't really care about the identity of the peer.
3611         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3612         that what we've checked for.
3613         (proto-stream-always-use-starttls): Only default to t if
3614         open-gnutls-stream exists.
3615         (proto-stream-open-network): If STARTTLS failed, then just open a
3616         normal connection.
3617         (proto-stream-open-network): Wait until the greeting before doing
3618         STARTTLS.
3620         * nntp.el (nntp-open-connection): Report what the connection error is.
3622         * proto-stream.el (open-protocol-stream): Rename from
3623         open-proto-stream.
3625 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627         * nnimap.el (nnimap-stream): Change default to `undecided'.
3628         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3629         first, and then network.
3630         (nnimap-open-connection-1): Respect nnimap-server-port.
3631         (nnimap-open-connection): Be more backwards-compatible.
3633         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3634         (proto-stream-open-starttls): De-duplicate the starttls code.
3635         (proto-stream-open-starttls): Folded back into the main function.
3636         (proto-stream-open-network): Fix typo in the gnutls path.
3637         (proto-stream-command): Refactor out.
3639         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3641         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3642         starttls.el STARTTLS.
3644         * color.el (color-lab->srgb): Fix function call name.
3646         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3647         if we're using tls.el.
3648         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3649         built in, then don't try to establish a STARTTLS connection.
3651         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3652         servers.
3654         * proto-stream.el (open-proto-stream): Use network, not stream.
3655         (open-proto-stream): Add a way to specify what the end of a command is.
3657         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3658         connections types.
3659         (nntp-open-network-stream): Remove.
3660         (nntp-open-ssl-stream): Remove.
3661         (nntp-open-tls-stream): Remove.
3662         (nntp-ssl-program): Remove.
3664         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3666 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3668         * nnir.el: Fix typos.
3669         (nnir-retrieve-headers-override-function): Rename variable to reflect
3670         new semantics.
3671         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3672         macros.
3673         (nnir-request-article, nnir-request-move-article): Use them.
3674         (nnir-categorize): New function.
3675         (nnir-run-query): Use it.
3676         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3677         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3678         sorted.
3679         (nnir-group-full-name): Use gnus-group-full-name instead.
3680         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3681         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3683 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3687         * proto-stream.el: New library to provide protocol-specific
3688         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3689         protocols.
3690         (open-proto-stream): Complete the documentation.
3691         (proto-stream-open-network): Fix some typos.
3693         * nnimap.el (nnimap-open-connection): Use it.
3695 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3697         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3698         negotiation.
3700 2010-11-26  Julien Danjou  <julien@danjou.info>
3702         * color.el: Rename various rgb functions to srgb.
3704 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3707         names.
3709 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3711         * shr.el (shr-insert): Revert last change.
3712         (shr-find-fill-point): Never leave point being at bol;
3713         relax the kinsoku limitation when rendering tables.
3715 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3718         results from -accept-article.
3720         * shr-color.el: Require cl when compiling.
3722         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3723         checkin.
3725         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3727         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3729         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3730         'add and 'delete to set backend marks.
3732         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3734         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3736         * nntp.el (nntp-request-set-mark): Use it.
3738         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3740         * nnml.el (nnml-request-set-mark): Ditto.
3742         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3743         introduces regressions in article selection.
3744         (nnimap-find-uid-response): New function.
3745         (nnimap-request-accept-article): Use the UID returned, if any.
3746         (nnimap-request-move-article): Use the UID returned, if any.
3747         (nnimap-get-groups): Reimplement to work with folded lines.
3748         (nnimap-find-uid-response): The UID is the last element in the list.
3749         (nnimap-request-set-mark): Extend syntax with 'set.
3751         * nnml.el (nnml-request-set-mark): Ditto.
3753         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3755         * nntp.el (nntp-request-set-mark): Ditto.
3757 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3759         * message.el (message-called-interactively-p): A temporary macro.
3760         (message-goto-body): Use it temporarily.
3762 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3765         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3766         (nnimap-last-response-string): Fix last unfolding fix.
3768 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3770         * shr.el (shr-insert): Fix the way to fold lines.
3772 2010-11-25  Julien Danjou  <julien@danjou.info>
3774         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3776         * color.el: Rename from color-lab.el
3777         (color-rgb->hex): Add.
3778         (color-complement): Add.
3779         (color-complement-hex): Add.
3781         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3783 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3786         don't exist.
3788 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3790         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3791         assuming that article displaying or another mml-preview may be
3792         interrupted for an error or for the like.
3794         * shr.el (shr-get-background): Fix argument name.
3796 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3800         * gnus-sum.el (gnus-summary-include-articles): New function.
3802         * message.el (message-goto-body): called-interactively-p needs a
3803         parameter, so use `any'.
3805         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3806         clear marks before moving, since they're synced from the Gnus side
3807         first.
3809         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3810         (gnus-summary-move-article): Copy over all marks before moving, so that
3811         IMAP doesn't think a new article has arrived.
3813 2010-11-24  Julien Danjou  <julien@danjou.info>
3815         * shr.el (shr-insert-background-overlay): Fix typo.
3816         (shr-render-td): Copy the background before rendering.
3818         * shr-color.el (shr-color-visible): Fix docstring.
3820         * shr.el (shr-tag-table): Add bgcolor support.
3821         (shr-render-td): Add bgcolor support.
3822         (shr-get-background): Add.
3823         (shr-insert-foreground-overlay): Use shr-get-background.
3825         * message.el (message-goto-body): Use called-interactively-p.
3826         (message-in-body-p): message-goto-body returns point.
3828 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3831         Fixes something or other in Emacs 23, and is backwards compatible.
3833         * message.el (message-goto-body): Remove the <#secure special-casing,
3834         which is too special.
3836         * shr.el (shr-parse-style): Drop !important from styles.
3838 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3840         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3841         this function to return incorrect results when calling it with an
3842         explicit article argument different from
3843         (gnus-summary-article-number).
3845 2010-11-24  Julien Danjou  <julien@danjou.info>
3847         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3848         (shr-tag-body): Add background support.
3849         (shr-descend): Add background support.
3850         (shr-tag-title): Add.
3852         * shr-color.el (shr-color-visible): Really return original background
3853         if fixed.
3855 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857         * shr.el (shr-color-check): Protect against non-existent colour names.
3859 2010-11-24  Julien Danjou  <julien@danjou.info>
3861         * color-lab.el: Require 'cl when compiling.
3863         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3865         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3866         matched part.
3868         * color-lab.el: Fix all expt calls to use float type.
3870 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3872         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3873         expression to shr-color-check as is.
3875         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3877         * color-lab.el: Add coding cookie.
3878         (float-pi): Use eval-and-compile.
3880 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882         * shr.el (shr-insert-color-overlay): Split stuff like
3883         "#444444 !important" to find the real colour.
3884         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3885         parse <font color="red"> entries.
3887 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3889         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3890         point when parsing headers.
3892         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3893         is positioned properly when parsing headers.
3895 2010-11-23  Julien Danjou  <julien@danjou.info>
3897         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3899         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3901         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3903         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3904         Use shr-color-hue-to-rgb.
3905         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3907 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909         * shr.el (shr-color->hexadecimal): Autoload.
3910         (shr-descend): Add color to all tags.
3912 2010-11-22  Julien Danjou  <julien@danjou.info>
3914         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3915         shr-color->hexadecimal.
3917         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3918         RGB() or HSL() color representation.
3920         * shr.el (shr-tag-font): Add.
3921         (shr-tag-color-check): New function to get better colors.
3922         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3923         tag-span.
3925         * shr-color.el: New file.
3927         * color-lab.el: New file.
3929         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3931 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3933         * nnir.el: Fix typo in comments.
3934         (nnir-run-imap): Simplify code. No need to reverse artlist.
3935         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3937 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3941         * nnimap.el (nnimap-get-capabilities): Refactor out.
3942         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3944 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3946         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3947         appearing when `mm-uu-hide-markers' is nil.
3949 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951         * nnimap.el (nnimap-unselect-group): Make into its own function.
3952         (nnimap-request-rename-group): Unselect group before renaming.
3953         This had gotten lost somewhere.
3954         (nnimap-request-accept-article): Keep track of examined groups, and
3955         unselect the group before APPENDing to read-only groups.
3956         (nnimap-request-move-article): Clear flags before moving so that they
3957         can be re-set later.
3959 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3961         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3962         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3964 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3966         * gnus-art.el (gnus-mime-display-single)
3967         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3968         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3969         parameter.
3971 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3974         (shr-table-vertical-line): New variable.
3975         (shr-insert-table): Use it.
3977 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3979         * gnus-html.el (gnus-html-wash-images): Don't display images if
3980         gnus-inhibit-images is non-nil; register displayer for cid images.
3981         (gnus-html-display-image): Work for cid image.
3982         (gnus-html-insert-image): Allow arguments.
3983         (gnus-html-put-image): Inhibit read-only.
3984         (gnus-html-prefetch-images): Don't prefetch images if
3985         gnus-inhibit-images is non-nil.
3987 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989         * shr.el (shr-put-image): Break lines when inserting big pictures.
3991 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3993         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3994         sender, thanks Katsumi Yamaoka.
3996 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3998         * nnir.el (nnir-run-imap): Reverse the article list for each group
3999         rather than the whole list.
4001 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4003         * shr.el (shr-image-displayer): Protect function against non-existent
4004         image source.
4006         * gnus-art.el (gnus-inhibit-images): New user option.
4007         (gnus-mime-display-single): Don't display image if it is non-nil.
4009         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4010         gnus-inhibit-images.
4012         * shr.el (shr-image-displayer): New function.
4013         (shr-tag-img): Use it.
4015 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4017         * mml2015.el (mml2015-epg-sign): Use From header.
4019 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4023         * gnus-util.el (gnus-find-text-property-region): Return markers.
4025         * shr.el (shr-tag-img): Put a displayer in the text property.
4027         * gnus-util.el (gnus-find-text-property-region): New utility function.
4029         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4030         (gnus-html-show-images): Remove.
4032         * gnus-art.el (gnus-article-show-images): New, more general function.
4034         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4035         image url text properties.
4037         * shr.el: Ditto.
4039         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4040         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4042 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4044         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4045         work for two or more articles.
4047 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4049         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4050         divide an image that's in an html article to two or more when washing
4051         non-ASCII characters in alt text of it.
4053 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4055         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4056         smime-decrypt-region using function argument.
4057         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4059         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4061         * smime.el (smime-decrypt-region): Catch it.
4063 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * smime.el (smime-mode-map): Move initialization into declaration.
4066         (gnus-run-mode-hooks): Don't autoload.
4067         (smime-mode): Use define-derived-mode.
4069 2010-11-11  Glenn Morris  <rgm@gnu.org>
4071         * smime.el (from): Restrict declaration to XEmacs.
4073         * nnir.el (gnus-group-topic-name): Autoload.
4075 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4077         * shr.el (shr-insert): Don't break long line if it is because of
4078         kinsoku-bol characters in the line end.
4080 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4082         * nnir.el (nnir-request-move-article): Fix to provide original group
4083         and subject.
4084         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4085         been retrieved.
4087         * gnus-sum.el (gnus-summary-move-article): Use original group and
4088         subject for virtual articles such as those in an nnir summary buffer.
4090 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4092         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4093         least 21.5).
4095         * smime.el (from): Declare it again for XEmacs.
4097 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099         * message.el (message-resend): Don't disable encoding unless it's
4100         already encoded.
4102         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4103         low-numbered articles.
4105 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4107         * rfc2047.el (rfc2047-syntax-table): Simplify.
4109         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4110         set-char-table-range for XEmacs.
4112 2010-11-10  Glenn Morris  <rgm@gnu.org>
4114         * smime.el (from): Remove unused declaration.
4116         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4117         (gnus-float-time): On Emacs, always an alias.
4119         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4120         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4122 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4124         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4126 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128         * shr.el (browse-url-mailto): Autoload.
4130         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4132         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4133         regexp doesn't need quoting.
4135 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4137         * message.el (message-subject-trailing-was-ask-regexp)
4138         (message-subject-trailing-was-regexp): Match was: in addition to was.
4140 2010-11-09  Glenn Morris  <rgm@gnu.org>
4142         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4143         (nnbabyl-check-mbox): Use point-at-bol.
4145 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4149         * message.el (message-mailto): New function.
4150         (message-mailto): Should accept other parameters.
4151         (message-mailto): Remove since it duplicates browse-url-mailto
4152         functionality.
4154 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4157         methods.
4158         (gnus-read-active-file): Ditto.
4160         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4161         ": " from the prompt.
4162         (gnus-group-make-group): Ditto.
4164 2010-11-07  Glenn Morris  <rgm@gnu.org>
4166         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4167         (gnus-bookmark-kill-line): Use point-at-eol.
4169 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4171         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4172         asterisks in From header.
4174 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4177         string to avoid making the From headers syntactically invalid.
4179         * message.el (message-send-mail): Don't insert courtesy messages if the
4180         message already has List-Post and List-ID messages.
4182 2010-11-06  Glenn Morris  <rgm@gnu.org>
4184         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4185         `condition', `type', `length' a prefix.
4186         (gnus-treat-predicate): Update for above name changes.
4188 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4190         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4191         binding.  Handled by `gnus-summary-refer-thread' instead.
4192         (nnir-warp-to-article): New backend function.
4194         * nnimap.el (nnimap-request-thread): Force dependency updating.
4196         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4197         (gnus-summary-refer-thread): Rework to improve thread-referral.
4199         * gnus-int.el (gnus-warp-to-article): New function.
4201         * gnus-sum.el (gnus-summary-article-map): Bind it.
4203 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4205         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4206         gnus-summary-refer-thread.
4208         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4209         headers.
4210         (gnus-summary-limit-include-thread): Prevent articles in thread from
4211         being cut in gnus-cut-threads.
4212         (gnus-summary-refer-thread): Limit retrieved headers to those in
4213         thread.
4215 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217         * message.el (message-send-mail): Use the value of
4218         message-courtesy-message from the message buffer.
4220         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4222         * shr.el (shr-browse-url): Implement mailto: URLs.
4224         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4225         "raw".
4227         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4228         if it's already selected.
4230         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4232 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4234         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4235         to measure the length and truncate alt text.
4237 2010-11-03  Glenn Morris  <rgm@gnu.org>
4239         * nndiary.el (nndiary-generate-nov-databases-1)
4240         (nndiary-generate-active-info): Rename dynamic variable `files' to
4241         something less generic.
4243 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4245         * nnir.el (nnir-request-move-article): Call the underlying backend to
4246         move articles from nnir.
4248 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4252 2010-11-02  Julien Danjou  <julien@danjou.info>
4254         * nnir.el: Remove wais support.
4256 2010-11-02  Glenn Morris  <rgm@gnu.org>
4258         * gnus-html.el: Reorder requirements to quieten compiler.
4260 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4262         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4263         properly for XEmacs as well.
4264         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4265         (gnus-article-natural-long-line-p): Use window-width rather than
4266         frame-width.
4268 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4270         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4271         (nnir-read-parms): Don't modify query.
4272         (nnir-run-query): Add ability to search topic on current line.
4273         (nnir-get-active): Clean up.
4275 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4278         degenerate articles.
4280         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4281         (gnus-print-buffer): Just print the buffer as is, without any copying
4282         to a buffer and then re-highlighting.
4284         * nnimap.el (nnimap-request-group): Store the new updated info.
4285         (nnimap-request-group): Select the group when we don't know whether it
4286         exists or not.
4288         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4289         groups.
4291         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4292         groups.
4294         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4295         groups.
4297         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4298         long-lines case by only filling the long lines.
4300         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4301         (bug #7311).
4303 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4305         * shr.el: No need to declare `declare-function' since shr.el is for
4306         only Emacsen that provide `libxml-parse-html-region'.
4308 2010-11-01  Glenn Morris  <rgm@gnu.org>
4310         * mm-util.el (gnus-completing-read): Autoload.
4311         (mm-read-coding-system): Simplify Emacs definition.
4313         * nnmail.el (gnus-activate-group):
4314         * nnimap.el (gnutls-negotiate):
4315         * nntp.el (netrc-parse): Fix declarations.
4317 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4319         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4320         string-match-p in Emacs >=23.
4322         * gnus-msg.el (gnus-configure-posting-styles)
4323         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4325 2010-11-01  Glenn Morris  <rgm@gnu.org>
4327         * nnir.el (declare-function): Add compat stub.
4328         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4329         (nnir-run-gmane): Require 'mm-url.
4331         * mm-util.el (mm-string-to-multibyte): Simplify.
4333         * shr.el (declare-function): Add compat stub.
4334         (url-cache-create-filename): Declare.
4335         (mm-disable-multibyte, widget-convert-button): Autoload.
4337         * smime.el (ldap-search): Declare.
4338         (smime-cert-by-ldap-1): Require ldap on Emacs.
4340         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4341         (nnimap-keepalive): Use gnus-float-time.
4343         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4344         (mail-source-delete-crash-box): Use gnus-float-time.
4346         * gnus-dired.el (gnus-completing-read): Autoload.
4348         * mm-view.el (gnus-rescale-image): Autoload.
4350         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4352         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4354         * sieve-manage.el: Require 'cl when compiling.
4356         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4357         (gnus-iswitchb-completing-read): Require iswitchb.
4358         (gnus-select-frame-set-input-focus): Silence compiler.
4360 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362         * message.el (message-subject-trailing-was-query): Change default to t,
4363         since I think that's what most people want.
4365         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4366         appending for easier debugging.
4367         (nnimap-wait-for-connection): Take a regexp.
4368         (nnimap-request-accept-article): Wait for the continuation line before
4369         sending anything unless we're streaming.
4371         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4372         leave the header washing to take place.
4374 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4376         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4377         regular expression match and replace in posting styles.
4379 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4381         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4382         an entire server.
4383         (nnir-get-active): New function.
4384         (nnir-run-imap): Use it.
4385         (nnir-run-gmane): Who knew, gmane search returns an article score!
4387         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4388         server on the current line with nnir.
4390 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4393         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4394         left edge.
4395         (gnus-article-foldable-buffer): Skip past the prefix when determining
4396         raggedness.
4398         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4399         the raw article, and change `C-u g' to show the article without doing
4400         treatments.
4402         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4403         on to `gnus-treat-article'.
4404         (gnus-inhibit-article-treatments): New variable.
4406         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4408         * gnus-art.el (gnus-treatment-function-alist): Have
4409         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4410         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4411         sections.
4413         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4414         parameter.
4415         (gnus-article-fill-cited-long-lines): New function.
4416         (gnus-article-fill-cited-article): Allow filling only long sections.
4418         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4419         and non-punctuation (like after the apostrophe in "'We").
4421         * gnus-sum.el (gnus-summary-select-article): Make sure
4422         gnus-original-article-buffer is alive.
4424         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4425         reflect the order they're in in the digest.
4427         * gnus.el (gnus-group-startup-message): Move point to the start of the
4428         buffer.
4430         * nnimap.el (nnimap-capability): New function.
4431         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4432         is set.
4434 2010-10-31  David Engster  <dengste@eml.cc>
4436         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4437         conform with changes to gnus-completing-read.
4439 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4443 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4445         * nnir.el: Move defvar, defcustom around to keep file organized
4446         and keep byte-compiler quiet.
4447         (nnir-read-parms): Accept search-engine as arg.
4448         (nnir-run-query): Pass search-engine as arg.
4449         (nnir-search-engine): Remove.
4451 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453         * shr.el (shr-generic): The text nodes should be text, not :text.
4455         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4456         later in the file.
4458 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4460         * nnir.el: General clean up.  Allow searching with multiple engines.
4461         Allow separate extra-parameters for each engine.
4462         Batch queries when possible.
4463         (nnir-imap-default-search-key,nnir-method-default-engines):
4464         Add customize interface.
4465         (nnir-run-gmane): New engine.
4466         (nnir-engines): Use it.  Qualify all prompts with engine name.
4467         (nnir-search-engine): Remove global variable.
4468         (nnir-run-hyrex): Restore for now.
4469         (nnir-extra-parms,nnir-search-history): New variables.
4470         (gnus-group-make-nnir-group): Use them.
4471         (nnir-group-server): Remove in favor of gnus-group-server.
4472         (nnir-request-group): Avoid searching twice.
4473         (nnir-sort-groups-by-server): New function.
4475 2010-10-30  Julien Danjou  <julien@danjou.info>
4477         * gnus-group.el: Remove gnus-group-fetch-control.
4479         * gnus-start.el (gnus-find-new-newsgroups):
4480         Remove gnus-check-first-time-used.
4482         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4484 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4486         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4487         set on groups that don't have \* permanentflags.
4489 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4492         control the background color.
4493         (shr-tag-img): Ignore very small web bug type images.
4494         (shr-put-image): Add help-echo alt texts to the images.
4495         (shr-tag-video): Show the video poster image.
4497 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499         * shr.el (shr-table-depth): New variable.
4500         (shr-tag-table-1): Only insert the images after the top-level table.
4502         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4504         * gnus-util.el (gnus-list-memq-of-list): New function.
4506         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4507         selected.
4508         (nnimap-unsplittable-articles): New slot.
4509         (nnimap-new-articles): Use it.
4511 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4513         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4514         move to the previous line on `M-g'.
4516 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4519         *-request-group, which seems unnecessary.
4521         * nnimap.el (nnimap-quote-specials): Function copied over from
4522         imap.el.
4523         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4524         they support that.  Suggested by Tom Regner.
4526 2010-10-29  Julien Danjou  <julien@danjou.info>
4528         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4529         defalias.
4530         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4532         * gnus.el: Remove `gnus-nntp-service' variable.
4533         (gnus-secondary-servers): Make obsolete.
4534         (gnus-nntp-server): Make obsolete.
4536         * gnus-start.el (gnus-1): Remove x-splash calls.
4538         * gnus-ems.el (gnus-x-splash): Remove.
4540         * gnus.el (gnus-group-startup-message): Simplify/update code.
4542         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4543         capability before doing anything.
4544         (gnus-group-insert-group-line): Remove useless
4545         gnus-group-remove-excess-properties.
4547 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4549         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4551 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4554         config after reselecting.
4556 2010-10-28  Julien Danjou  <julien@danjou.info>
4558         * shr.el (shr-put-image): Use point even if only inserting text.
4559         (shr-put-image): Save excursion when inserting alt text on non-graphic
4560         display, so the behaviour is the same when we are on a graphic display.
4562         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4564 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4566         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4567         (gnus-mime-copy-part): Check coding system, not charset.
4568         (gnus-mime-view-part-externally): Never remove part.
4569         (gnus-mime-view-part-internally): Don't remove part here.
4570         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4571         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4572         multipart/alternative.
4574         * mm-decode.el (mm-display-part): Take optional arg `force'.
4576 2010-10-26  Julien Danjou  <julien@danjou.info>
4578         * gnus-group.el (gnus-group-default-list-level): Add this function to
4579         compute the default list level.
4580         (gnus-group-default-list-level): Add possibility to use a function.
4582 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4584         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4586         * gnus-group.el (gnus-group-completing-read)
4587         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4588         gnus-replace-in-string.
4590 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4592         * shr.el (shr-tag-div): Add.
4594 2010-10-25  Julien Danjou  <julien@danjou.info>
4596         * gnus-util.el: Remove `gnus-with-local-quit'.
4598         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4600 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4603         the original article buffer.
4605 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607         * nnimap.el (nnimap-request-head): New function.
4608         (nnimap-request-move-article): Try to be slighly faster by not
4609         requesting the entire message when moving.
4610         (nnimap-transform-headers): Don't bug out on bodiless articles.
4611         (nnimap-send-command): Have no outstanding messages if the IMAP server
4612         doesn't support streaming.
4613         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4615 2010-10-24  Julien Danjou  <julien@danjou.info>
4617         * message.el (message-default-headers): Fix type.
4619 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4622         prefetching images.
4624         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4625         backend for unknown groups.  This is mainly useful for nnimap groups.
4627         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4628         group isn't covered by the agent.
4630 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4632         * nnir.el (nnir-method-default-engines): New variable.
4633         (nnir-run-query): Use it.
4634         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4635         (gnus-summary-nnir-goto-thread): Change group if needed.
4637         * gnus-group.el (gnus-group-group-map): Add key binding for
4638         gnus-group-make-nnir-group.
4640 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * shr.el (shr-tag-object): Add.
4644         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4645         original article buffer live.
4646         (gnus-summary-select-article-buffer):
4647         Mention gnus-widen-article-buffer.
4649 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651         * shr.el (shr-tag-strong): Add.
4653 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4656         group names.  They mess up the group buffer badly.
4658         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4660         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4661         instead of the summary one.
4663 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4665         * mml.el (mml-preview): Work properly when editing article.
4667         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4668         gnus-have-read-active-file if it's already been in.
4670 2010-10-22  Tom Tromey  <tromey@redhat.com>
4672         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4673         gnus-group-completing-read.
4675 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677         * message.el (message-mode-map): Don't bind M-; to comment region, to
4678         allow the global comment-dwim to work.
4680 2010-10-21  Julien Danjou  <julien@danjou.info>
4682         * message.el (message-setup-1): Allow message-default-headers to be a
4683         function.
4685 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4687         * shr.el (shr-tag-table): Simplify.
4689 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4692         to avoid trying to snarf invalid stuff.
4694         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4696         * gnus.el (gnus-message-archive-group): Quote value.
4697         (gnus-message-archive-group): Mark as changed.
4699         * shr.el (shr-add-font): Don't put the font properties on the newline
4700         or the indentation.
4702         * message.el (message-fix-before-sending): Change options when sending
4703         non-printable characters.
4705         * gnus.el (gnus-message-archive-method): Change the default to
4706         monthly outgoing groups.
4708         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4709         that have gotten new numbers.
4711         * nnimap.el (nnimap-request-replace-article): New function.
4713 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4715         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4716         (nnrss-request-article): Don't use special html washing code.
4718 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4720         * shr.el (shr-tag-table): Remove useless nconc.
4722 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724         * gnus-art.el (article-wash-html): Simplify and remove the charset
4725         stuff.  Use the normal html rendering code instead of the special html
4726         washing code.
4728         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4729         `gnus-w3m' symbols.
4730         (mm-text-html-washer-alist): Remove.
4732         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4733         (mm-inline-media-tests): Remove use.
4734         (mm-text-html-renderer): Change default to the `shr' symbol.
4736         * mm-view.el (mm-inline-text-html): Remove use.
4738         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4739         `gnus-blocked-images' to be a function.
4740         (gnus-article-wash-function): Remove.
4742 2010-10-20  Julien Danjou  <julien@danjou.info>
4744         * spam.el (spam-list-of-processors): Mark as obsolete.
4746         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4747         (nnimap-insert-partial-structure): Fix boundary detection.
4749 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4751         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4752         run file-truename on remote files.  This can be expensive and even
4753         prevent one from editing drafts if some unrelated buffer has a stale
4754         connection.
4756 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4758         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4759         kinsoku-eol regardless of shr-kinsoku-shorten.
4760         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4761         (shr-tag-table): Support caption, thead, and tfoot.
4763 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4766         lines.
4767         (shr-save-contents): New command and keystroke.
4769         * nndoc.el (nndoc-type-alist): Add git support.
4770         (nndoc-git-type-p): New function.
4771         (nndoc-transform-git-article): Ditto.
4772         (nndoc-transform-git-headers): Ditto.
4773         (nndoc-transform-git-headers): Generate Subject headers.
4775         * shr.el (shr-parse-style): New function.
4776         (shr-tag-span): Ditto.
4778         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4779         to `G G' to avoid collisions.
4781 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4783         * shr.el: Load kinsoku if necessary.
4784         (shr-kinsoku-shorten): New internal variable.
4785         (shr-find-fill-point): Make kinsoku shorten text line if
4786         shr-kinsoku-shorten is bound to non-nil.
4787         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4788         shr-indentation too when testing if table is wider than frame width.
4789         (shr-insert-table): Use `string-width' instead of `length' to measure
4790         text width.
4791         (shr-insert-table-ruler): Make sure indentation is done at bol.
4793 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4795         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4796         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4797         undecoded network data.
4799 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4802         name in the mode line spec so that the mode line menu works
4803         (bug #2431).
4805         * message.el (message-get-reply-headers): If we're fed `to-address',
4806         then always use that.
4808         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4809         aren't so wide as to need to switch off the edit menu.
4811         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4812         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4814         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4815         `M-g'.
4816         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4817         the permanent marks.
4819 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4821         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4822         Splitting according to references/in-reply-to obeys the ignore-groups
4823         variable, while splitting by sender and subject do not.
4825 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4828         alist, so that we can look for non-Unicode chars.
4829         (article-translate-strings): Allow both character and string maps.
4831 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4833         * shr.el (shr-insert): Don't insert space behind a wide character
4834         categorized as kinsoku-bol, or between characters both categorized as
4835         nospace.
4837 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4839         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4840         headers to gnus-newsgroup-headers.
4842 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844         * shr.el (shr-tag-img): Don't align images -- since we're not
4845         rescaling, this often leads to ugly displays.
4847 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4849         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4850         duplicates.
4852 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4854         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4855         call.
4857 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859         * gnus.el: Autoload gnus-html-show-images.
4861         * nnimap.el: Use nnheader-message throughout.
4863         * shr.el (shr-tag-img): Ignore images with no data.
4865 2010-10-15  Julien Danjou  <julien@danjou.info>
4867         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4868         a possibility to disable format=flow encoding when using hard newlines.
4870 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4872         * shr.el (shr-insert): Remove space inserted before or after a
4873         breakable character or at the beginning or the end of a line.
4874         (shr-find-fill-point): Do kinsoku; find the second best point or give
4875         it up if there's no breakable point.
4877 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879         * nnimap.el (nnimap-open-connection): Message when opening connection
4880         for debugging purposes.
4882         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4883         on every setup buffer call to allow this to change from article to
4884         article.
4886         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4887         buffers where we have a wide table.
4889 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4891         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4892         uses *-request-thread.
4894 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4897         incantation, which is no longer valid.
4899 2010-10-14  Julien Danjou  <julien@danjou.info>
4901         * shr.el: Fix defcustom type (char -> character).
4903 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4906         programs.
4908 2010-10-14  Julien Danjou  <julien@danjou.info>
4910         * shr.el (shr-tag-a): Use url-link as widget type.
4912         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4913         `gnus-group-get-icon'.
4915 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4918         This should make server editing work better.
4920         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4922         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4923         (nnimap-parse-flags): Fix regexp.
4925         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4926         probably work for CJVK text, too.
4928         * nnimap.el (nnimap-extend-tls-programs): Remove.
4929         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4931 2010-10-13  Julien Danjou  <julien@danjou.info>
4933         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4934         responses.
4936 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4940         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4941         anything in Emacs.
4943         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4945 2010-10-13  Julien Danjou  <julien@danjou.info>
4947         * shr.el (shr-width): Make shr-width a defcustom with default to
4948         fill-column.
4949         (shr-tag-img): Use shr-width rather than fill-column.
4951 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4953         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4955         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4956         position when (X-)Faces exist.
4957         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4958         avatars when called interactively.
4960 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4962         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4963         gnus-article-x-face-too-ugly is bound.
4965 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4969         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4970         mailbox that doesn't exist.
4972 2010-10-12  Julien Danjou  <julien@danjou.info>
4974         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4975         (shr-get-image-data): Encode URL properly when fetching from cache.
4976         (shr-tag-img): Use aligned-to spaces to align correctly images.
4978         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4979         before inserting the Gravatar.
4981         * shr.el (shr-tag-img): Add align attribute support for <img>.
4983 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985         * gnus-gravatar.el (gnus-art): Require.
4987         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4988         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4989         Remove long obsoleted functions.
4991 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4993         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4995         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4996         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4997         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4998         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4999         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5000         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5001         Fix comment for declare-function.
5003 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005         * nnimap.el (nnimap-request-rename-group): Select group read-only
5006         before renaming it.
5008         * shr.el (shr-insert): Fix up the white space only regexp.
5010         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5011         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5013         * shr.el (shr-current-column): New function.
5014         (shr-find-fill-point): New function.
5016 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5018         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5019         numbers.
5021 2010-10-11  Julien Danjou  <julien@danjou.info>
5023         * shr.el (shr-hr-line): Add.
5024         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5025         display hr lines.
5026         (shr-max-columns): Do not change state to nil if we just inserting
5027         spaces.
5029 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5032         select the last group.
5034 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5036         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5038 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5041         for Gnus.
5042         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5043         (nnimap-update-qresync-info): Mark \Seen articles as read.
5045         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5046         non-variable, too.
5048         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5049         available.
5050         (nnimap-update-info): Rely more on the current active than the param
5051         active to avoid marking articles as read too much.
5053         * auth-source.el (auth-source-create): Use (user-login-name) for the
5054         user name default.
5056         * nnimap.el (nnimap-update-info): If the server doesn't return any
5057         useful info, just use the previous info.
5058         (nnimap-update-info): Prefer old info over start-article.
5059         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5061 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5063         * nnir.el (autoload): Clean up autoloads.
5064         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5065         Use key rather than value.
5066         (nnir-imap-search-other): New variable.
5067         (nnir-read-parm): Use it.
5068         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5069         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5071 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5074         the process, too.
5076 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078         * spam.el (gnus-summary-mode-map): Bind to "$".
5079         Suggested by Russ Allbery.
5081         * shr.el: Rework the way things are indented by <li> slightly.
5083         * gnus.el (gnus-group-set-parameter): Fix typo.
5085         * nnimap.el: Start implementing QRESYNC support.
5087 2010-10-09  Julien Danjou  <julien@danjou.info>
5089         * nnir.el (nnir-engines): Fix too many arguments.
5091 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5094         group is the "last", so that the backends like nnfolder actually save
5095         their folders.
5097         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5098         try to use that for the tls stream.
5099         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5100         UIDVALIDITY and find out which groups are read-only and not.
5101         (nnimap-get-flags): Use the same marks parsing code as the rest of
5102         nnimap.
5104 2010-10-09  Julien Danjou  <julien@danjou.info>
5106         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5108         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5109         retrieving gravatars.
5111         * shr.el (shr-table-corner): Add.
5112         (shr-table-line): Add.
5113         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5115 2010-10-08  Julien Danjou  <julien@danjou.info>
5117         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5119 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5121         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5123         * gnus-sum.el (gnus-mark-article-as-unread)
5124         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5125         (gnus-summary-set-bookmark): Use it.
5127         * gnus-msg.el (gnus-setup-message): Use it.
5129         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5131         * gnus.el (gnus-group-remove-parameter): Use it.
5133         * gnus-group.el (gnus-group-make-web-group): Use it.
5135         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5137         * nnregistry.el: Update docs to mention manual.
5139         * gnus-registry.el: Update docs to mention nnregistry.el.
5140         (gnus-registry-initialize): Don't install nnregistry refer method
5141         automatically.
5142         (gnus-registry-install-nnregistry): Remove it.
5144 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146         * shr.el (shr-insert): Don't insert double spaces.
5148 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5150         * gnus-gravatar.el (gnus-treat-from-gravatar)
5151         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5152         called interactively.
5154         * gnus-art.el (gnus-mime-view-part-externally)
5155         (gnus-mime-view-part-internally): Make predicate function passed to
5156         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5157         of a mime type.
5159         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5161 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163         * shr.el (require): Require cl when compiling.
5164         (shr-tag-hr): New function.
5166         * nnimap.el (nnimap-update-info): Remove double setting of high.
5167         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5168         This makes nnimap work properly on Courier again.
5170         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5171         the variable for backwards compatibility.
5173         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5174         the file name before using to avoid setting mm-default-directory to
5175         nil.
5177         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5178         bidning gnus-agent variables.
5180         * shr.el (shr-render-td): Use a cache for the table rendering function
5181         to avoid getting an exponential rendering behaviour in nested tables.
5182         (shr-insert): Rework the line-breaking algorithm.
5183         (shr-insert): Don't leave trailing spaces.
5184         (shr-insert-table): Also insert empty TDs.
5185         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5187 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * gnus-sum.el (gnus-number): Rename from `number'.
5190         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5191         (gnus-summary-limit-children): Update uses correspondingly.
5193 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5196         (gnus-gravatar-transform-address): Don't show avatars of people of
5197         which mail addresses match gnus-gravatar-too-ugly.
5199 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201         * shr.el (shr-table-widths): Expand TD elements to fill available
5202         space.
5204 2010-10-07  Julien Danjou  <julien@danjou.info>
5206         * nnimap.el (nnimap-request-rename-group): Add this method.
5208 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5210         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5211         name from XEmacs' function-arglist.
5213         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5214         gravatar under XEmacs.
5216 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5218         * auth-source.el: Update docs with TODO items.
5220         * gnus-sync.el: Update docs to explain state and plans.
5222         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5223         Hooks for mark updates.
5224         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5226         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5227         hooks with arguments, which is needed for mark update hooks.
5229 2010-10-06  Julien Danjou  <julien@danjou.info>
5231         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5232         was matched.
5234         * sieve-manage.el: Update example in `Commentary'.
5236         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5238         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5239         not 2000.
5240         (sieve-manage-authenticate): Re-add function.
5242 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244         * shr.el (shr-insert): Get 'space transition right.
5245         (shr-render-td): Only delete space at the end of the TD.
5247         * nnimap.el (nnimap-open-connection): Prepare to support
5248         open-gnutls-stream.
5250         * shr.el: Rearrange function order to be more logical.
5252 2010-10-06  Julien Danjou  <julien@danjou.info>
5254         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5255         (nnrss-discover-feed): Remove 404 URL in docstring.
5257         * nnir.el: Fix Swish-E URL.
5258         Fix Namazu URL.
5260         * message.el (message-change-subject): Remove 404 URL in a comment.
5262 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5264         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5265         called interactively.
5267         * gnus-util.el (gnus-remove-if): Allow hash table.
5268         (gnus-remove-if-not): New function.
5270         * gnus-art.el (gnus-mime-view-part-as-type)
5271         * gnus-score.el (gnus-summary-score-effect)
5272         * gnus-sum.el (gnus-read-move-group-name):
5273         Replace remove-if-not with gnus-remove-if-not.
5275         * gnus-group.el (gnus-group-completing-read):
5276         Regard collection as a hash table if it is not a list.
5278 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5282         * shr.el: Document the table-rendering algorithm.
5284         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5285         invalid URLs.
5287         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5288         line-broken.
5289         (shr-tag-img): Ignore image fetching errors.
5290         (shr-overlays-in-region): Compute overlay positions correctly.
5292         * mm-decode.el (mm-shr): Require shr.
5294         * gnus-art.el (gnus-blocked-images): Move variable here.
5296         * shr.el (shr-insert-table): Bind free variable.
5298         * mm-decode.el (mm-shr): Bind shr-content-function.
5300         * shr.el (shr-content-function): New variable.
5302         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5303         added for symmetry.
5305         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5307         * gnus-group.el (gnus-group-make-group): Doc fix.
5309         * nnimap.el (nnimap-request-newgroups): Return success.
5311         * shr.el (shr-find-elements): New function.
5312         (shr-tag-table): Put all the images after the table.
5313         (shr-tag-table): Really inhibit images inside the table.
5314         (shr-collect-overlays): Copy over overlays from the TD elements to the
5315         main document.
5317         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5318         gnus-blocked-images.
5320 2010-10-05  Julien Danjou  <julien@danjou.info>
5322         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5324         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5325         (gnus-html-maximum-image-size): Add this function.
5326         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5328         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5329         server-value of the capability is nil.
5331 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333         * shr.el (shr-tag-em): Add <EM> tag.
5335 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5337         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5338         customizable.
5340         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5341         handing broken links to browse-url.
5343 2010-10-05  Julien Danjou  <julien@danjou.info>
5345         * gnus-util.el (gnus-emacs-completing-read)
5346         (gnus-iswitchb-completing-read): Use autoload rather than require.
5348 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5350         * gnus-util.el (gnus-completing-read-function): Exclude
5351         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5352         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5353         XEmacs.
5355         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5356         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5358         * gnus-html.el: Don't require help-fns under XEmacs.
5359         (gnus-html-schedule-image-fetching): Work for XEmacs.
5361         * mm-decode.el (mm-shr): Decode contents by charset.
5363 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5366         unknown.
5368         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5369         (shr-get-image-data): Ensure against the cache file missing.
5371         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5372         for data.
5374         * spam-report.el (spam-report-url-ping-plain): Don't query about
5375         killing the process.
5377         * shr.el (shr-render-td): Protect against too-wide text.
5379 2010-10-04  Julien Danjou  <julien@danjou.info>
5381         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5382         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5384         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5385         retrieved.
5387 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389         * shr.el (browse-url): Require.
5390         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5391         lines.
5392         (shr-show-alt-text, shr-browse-image): New commands.
5393         (shr-browse-url, shr-copy-url): New commands.
5395         * gnus-sum.el (gnus-widen-article-window): New variable.
5396         (gnus-summary-select-article-buffer): Use it.
5398         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5399         without @ signs.
5401 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5403         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5405 2010-10-04  Julien Danjou  <julien@danjou.info>
5407         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5408         for XEmacs.
5410 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5414         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5415         (nnimap-close-server): Implement.
5417         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5418         (shr-insert): Tweak line breaking.
5419         (shr-insert): Handle <pre> better.
5420         (shr-tag-li): Get <li> indentation right.
5421         (shr-tag-li): Get <li> indentation even righter.
5422         (shr-tag-blockquote): Ensure paragraph start.
5423         (shr-make-table): Tweak table generation.
5424         (shr-make-table): Fix typo.
5426         * shr.el: Implement table rendering.
5428 2010-10-04  Julien Danjou  <julien@danjou.info>
5430         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5432 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434         * shr.el (shr-insert): Use string anchors instead of line anchors.
5436 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438         * shr.el: Add headings.
5439         (shr-ensure-paragraph): Actually work.
5440         (shr-tag-li): Make <ul> prettier.
5441         (shr-insert): Get white space at the beginning/end of elements right.
5442         (shr-tag-p): Collapse subsequent <p>s.
5443         (shr-ensure-paragraph): Don't insert double line feeds after blank
5444         lines.
5445         (shr-insert): \t is also space.
5446         (shr-tag-s): Fix "s" tag name function.
5447         (shr-tag-s): Fix face prop name.
5449 2010-10-03  Julien Danjou  <julien@danjou.info>
5451         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5453         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5454         gnus-window-inside-pixel-edges.
5456         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5457         gnus-ems.
5459         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5461         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5462         function.
5464         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5465         resize choice.
5467 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5470         beginning of the buffer.
5472         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5473         article buffer again.
5475         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5477         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5478         when it's at the start of the buffer.
5480         * shr.el (shr-tag-blockquote): Convert name.
5481         (shr-rescale-image): Use the right image-size variant.
5483         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5484         buffer isn't shown, then select the current article first instead of
5485         bugging out.
5486         (gnus-summary-select-article-buffer): Show both the article and summary
5487         buffers again.
5489         * shr.el (shr-fontize-cont): Protect against regions with no text.
5490         Rename tag functions to shr-tag-* for enhanced security.
5491         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5493 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5495         * shr.el (shr-insert):
5496         * pop3.el (pop3-movemail):
5497         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5498         loaded.
5500 2010-10-03  Glenn Morris  <rgm@gnu.org>
5502         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5504         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5506         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5508         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5510         * gnus-util.el (gnus-make-local-hook): Simplify.
5512 2010-10-02  Julien Danjou  <julien@danjou.info>
5514         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5515         (gnus-ido-completing-read): New function.
5516         (gnus-emacs-completing-read): New function.
5517         (gnus-completing-read): Use gnus-completing-read-function.
5518         Add gnus-completing-read-function.
5520 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522         * shr.el (shr-insert-document): Autoload.
5523         (shr-img): Be silent.
5524         (shr-insert): Add a newline after every picture before text.
5525         (shr-add-font): Use overlays for combining faces.
5526         (shr-insert): Pass upwards the text start point.
5528         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5529         possible.
5530         (mm-shr): New function.
5532 2010-10-02  Julien Danjou  <julien@danjou.info>
5534         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5535         should go backward.
5537 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5539         * shr.el (shr): Fix typo in provide call.
5541 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543         * shr.el: New file.
5545         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5547         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5548         completing read.
5550 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5553         we're being queried about.  Suggested by Dan Jacobson.
5555         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5556         Suggested by Jason Eisner.
5558         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5559         table, too.  Suggested by Stefan Wiens.
5560         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5561         the table unnecessary.  Suggested by Stefan Wiens.
5563         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5564         longer needed, and probably doesn't work either, as pointed out by
5565         Stefan Wiens.
5566         (gnus-summary-exit): Remove call to the clearing function.
5567         (gnus-summary-exit-no-update): Ditto.
5569         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5570         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5571         Reported by Stefan Monnier.
5572         (gnus-summary-save-in-rmail): Ditto.
5574         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5575         article buffer, instead of both the article buffer and the summary
5576         buffer.  Sort of suggested by Dan Jacobson.
5578         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5580         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5581         Suggested by Dan Jacobson.
5583         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5584         documentation clearer.
5586         * message.el (message-shorten-references): Comment on the number "21".
5587         Suggested by Stefan Monnier.
5589         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5590         Suggested by Dan Jacobson.
5592         * gnus.el (gnus-large-newsgroup):
5593         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5595         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5596         externalize attachments.  Bug reported by Steve Wen.
5598         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5599         really message anything to the user.
5601         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5602         directly.
5604         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5605         messages in empty groups.
5607 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5609         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5610         non-UIDNEXT group.
5612 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5615         not the value from the collection.
5617         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5618         values.  This sometimes happens on some groups that have no info.
5619         (nnimap-request-newgroups): New function.
5621 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5623         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5624         check into `gnus-registry-initialize'.
5625         (gnus-registry-initialize): Ditto.
5626         Fix and extend header docs.
5628 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5631         regexp backtrace overflows.
5633         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5634         for starttls that tls.el implements; i.e. openssl.
5636 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5638         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5639         (gravatar-create-image): New function that's an alias to
5640         gnus-xmas-create-image, gnus-create-image, or create-image.
5641         (gravatar-data->image): Use it.
5643 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5645         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5646         install the nnregistry refer method.
5647         (gnus-registry-install-hooks): Use it.
5648         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5649         unfollowed groups.
5651 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5653         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5654         expanding threads.
5656 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658         * nnir.el: Use the server names without suffixes (bug #7009).
5660         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5661         unencrypted to STARTTLS, if possible.
5663 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5665         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5666         headers before superseding.
5668 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670         * nnrss.el (nnrss-use-local): Add documentation.
5672         * nnimap.el (nnimap-extend-tls-programs): New function.
5673         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5674         (nnimap-wait-for-connection): Accept the greeting from the stupid
5675         output from openssl s_client -starttls, too.
5677         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5678         article number.
5679         (nnimap-split-fancy): New variable.
5680         (nnimap-split-incoming-mail): Use it.
5682         * nntp.el (nntp-server-list-active-group): Document.
5684         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5685         SELECT to get the message-id.
5687         * mail-source.el (mail-sources): Remove webmail support.
5688         (defvar): Ditto.
5689         (mail-source-fetcher-alist): Ditto.
5690         (mail-source-fetch-webmail): Remove.
5692         * webmail.el: Remove -- doesn't seem relevant any more.
5694         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5696         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5697         the \r.
5699 2010-09-30  Julien Danjou  <julien@danjou.info>
5701         * gnus-agent.el (gnus-agent-add-group): Fix call to
5702         gnus-completing-read.
5704 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706         * nndoc.el (nndoc-retrieve-groups): New function.
5708         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5709         `default', use nnmail-split-methods.
5710         (nnimap-request-article): Downcase the NILs so that they are nil.
5712         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5713         symbol.
5715         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5716         code, since if the user has requested network, that's what they ought
5717         to get.
5718         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5719         (nnimap-split-rule): Mark as obsolete.
5721         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5722         New variable.
5724         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5725         correct slot, too.
5727 2010-09-29  Julien Danjou  <julien@danjou.info>
5729         * gnus.el (gnus-local-domain): Declare variable obsolete.
5731         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5732         Fix history computing.
5733         (gnus-ido-completing-read): Require ido.
5735 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5738         build Gnus.
5740         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5741         when interpreting the structures.
5742         (nnimap-request-accept-article): Add \r\n to the lines to make this
5743         work with Cyrus.
5745         * nndraft.el (nndraft-request-expire-articles): Use the group name
5746         instead if "nndraft".  Fix found by Nils Ackermann.
5748 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5750         * nnregistry.el: Add.
5752 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * nnmail.el (group, group-art-list, group-art):
5755         Remove unneeded directives.
5757 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5759         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5760         (mm-mime-charset)
5761         * rfc2047.el (rfc2047-syntax-table)
5762         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5764         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5765         rather than `insert-file-contents' and `eval-region'.
5767 2010-09-29  Julien Danjou  <julien@danjou.info>
5769         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5770         replacement of `gnus-gravatar-relief' to mimic
5771         `gnus-faces-properties-alist'.
5772         Add :version property.
5774 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5776         * mail-source.el (mail-source-report-new-mail)
5777         * message.el (message-default-mail-headers)
5778         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5780         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5782 2010-09-28  Julien Danjou  <julien@danjou.info>
5784         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5785         mail-address contains the same string as real-name.
5787         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5788         non-blank in header, otherwise it'll get stripped.
5790         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5791         real-name, and then for mail address rather than doing : or , search.
5793 2010-09-27  Julien Danjou  <julien@danjou.info>
5795         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5796         right completing-read function.
5797         (gnus-use-ido): New variable
5798         (gnus-completing-read-with-default): Remove.
5799         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5800         (gnus-agent-add-group):
5801         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5802         * mm-view.el (mm-view-pkcs7-decrypt):
5803         * mm-util.el (mm-codepage-setup):
5804         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5805         * mml-smime.el (mml-smime-openssl-sign-query):
5806         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5807         (mml-insert-multipart):
5808         * gnus-msg.el (gnus-summary-yank-message):
5809         * gnus-int.el (gnus-start-news-server):
5810         * mm-decode.el (mm-interactively-view-part):
5811         * gnus-dired.el (gnus-dired-attach):
5812         * gnus.el (gnus-read-method):
5813         * gnus-bookmark.el (gnus-bookmark-jump):
5814         * gnus-art.el (gnus-mime-view-part-as-type)
5815         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5816         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5817         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5818         * nnmairix.el (nnmairix-create-server-and-default-group)
5819         (nnmairix-update-groups, nnmairix-get-server)
5820         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5821         (nnmairix-get-group-from-file-path):
5822         * nnrss.el (nnrss-find-rss-via-syndic8):
5823         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5824         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5825         (gnus-group-browse-foreign-server):
5826         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5827         (gnus-summary-execute-command, gnus-summary-respool-article)
5828         (gnus-read-move-group-name):
5829         * gnus-score.el (gnus-summary-increase-score)
5830         (gnus-summary-score-effect):
5831         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5833 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5835         * nnimap.el (auth-source-forget-user-or-password)
5836         (auth-source-user-or-password): Autoload.
5838         * message.el (message-from-style, message-interactive)
5839         (message-signature): Remove comment.
5840         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5841         always.
5842         (message-sendmail-envelope-from): Comment fix.
5843         (message-yank-prefix): Default to mail-yank-prefix always.
5844         (message-indentation-spaces):
5845         Default to mail-indentation-spaces always.
5846         (message-signature-file): Default to mail-signature-file always.
5848 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5851         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5852         new articles.
5854         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5855         parts.
5856         (nnimap-request-article): Work with the t setting, too.
5858         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5859         that you don't get flashes of other buffers.
5860         (gnus-summary-show-complete-article): Intern before setting.
5862 2010-09-27  David Engster  <dengste@eml.cc>
5864         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5865         well as HEADERS.
5866         (nnmairix-retrieve-headers): Provide new argument for the above.
5868 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870         * gnus-sum.el (gnus-summary-move-article): Don't alter
5871         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5872         group.
5874         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5876         * message.el (message-cite-prefix-regexp): Revert my last edit.
5878         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5879         variable instead of the Gnus variable.
5881         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5883         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5885         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5886         since some servers don't like it.
5887         (nnimap-open-connection): Forget credentials if the server says the
5888         password was wrong.
5889         (nnimap-parse-line): Protect against invalid data.
5891         * gnus-sum.el (gnus-summary-move-article): Add comment.
5892         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5893         nothing alters it while scanning for new messages.
5895         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5896         which may or may not help.
5897         (nnimap-open-connection): If we're doing a stream connection, and then
5898         discover we're on a STARTTLS-capable server, then open a STARTTLS
5899         connection instead.
5901 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903         * nnimap.el (utf7): Require.
5905         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5906         prefix.
5908 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5910         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5912 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914         * nnimap.el (nnimap-request-accept-article): Message the error on
5915         error.
5917 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5919         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5921 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923         * nndoc.el (nndoc-request-list): Return success always.
5925         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5926         `fetch-old' -- we only want to fetch the articles we've requested.
5927         The rest are in the agent, probably.
5928         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5929         disappeared server" to something low.  It's not important.
5931         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5932         arrived before the FETCH data.
5934         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5935         target here, because we don't know the Gnus name of the group.
5937         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5938         for the correct group.
5940         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5942         * gnus.el (gnus): Give a final warning after startup.
5944         * gnus-util.el (gnus-action-message-log): New variable.
5945         (gnus-message): Use it.
5946         (gnus-final-warning): New function.
5948         * nnimap.el (nnimap-open-connection): Record the greeting.
5949         (nnimap): Add greeting.
5951 2010-09-26  Julien Danjou  <julien@danjou.info>
5953         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5954         arguments.
5955         (gnus-html-wash-images): Fix spec computing to include start/end.
5957         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5962         deletion.
5963         (nnimap-retrieve-headers): Don't select the group, because that's
5964         already done by nnimap-possibly-change-group.
5966         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5967         (gnus-picon-transform-address): Use it.
5969         * mail-source.el (mail-source-value): Revert previous patch.
5971         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5972         on failure.
5973         (nnimap-open-connection): Look up both virtual and physical server name
5974         credentials.
5976         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5978 2009-02-08  Dave Love  <fx@gnu.org>
5980         * gnus-win.el (gnus-window-to-buffer-helper)
5981         (gnus-all-windows-visible-p): Function needn't be a symbol.
5983         * mail-source.el (mail-source-value): Function needn't be a symbol.
5985 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987         * message.el (message-cite-prefix-regexp): Remove } from the cite
5988         prefix.
5990         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5991         highlight again, so that the highlight is correct.
5993         * gnus-picon.el (gnus-picon): Remove again.
5994         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5996         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5997         doing the header highlightling, so that the background colour of the
5998         picon is correct.
6000         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6001         (gnus-picon): Ditto.
6002         (gnus-picon): Reinstate.  The background colour for picons is white.
6003         (gnus-picon-insert-glyph): Make the background white.
6005         * nnml.el (nnml-open-nov): Don't return dead buffers.
6007         * auth-source.el (auth-source-create): Query the user for whether to
6008         store the credentials.
6010         * auth-source.el (auth-source-user-or-password): Use the existing auth
6011         sources, if any, for creation.
6013         * gnus.el (gnus-group-fast-parameter): Return the last matching
6014         parameter instead of the first matching parameter.
6016 2010-09-26  Julien Danjou  <julien@danjou.info>
6018         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6020 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022         * mml2015.el (mml2015-use): Remove gpg support.
6024         * mml1991.el (mml1991-function-alist): Remove gpg function.
6025         (mml1991-gpg-sign): Remove.
6027 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6029         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6030         (gnus-browse-unsubscribe-current-group): Document it.
6031         (gnus-browse-unsubscribe-group): Use it.
6033 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6036         address to the To list for easier response.
6038         * gnus.el (gnus-play-startup-jingle): Remove.
6039         (gnus-splash): Don't play jingle.
6040         (gnus): Silence gnus-load message.
6042         * gnus-art.el (gnus-treat-play-sounds): Remove.
6044         * gnus.el (gnus-play-jingle): Remove audio support.
6046         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6048         * earcon.el: Remove -- no users.
6050         * gnus-audio.el: Remove -- no users of this package.
6052         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6054         * gnus-start.el (gnus-setup-news): Remove nocem support.
6056         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6058         * gnus.el (gnus-use-nocem): Remove.
6060         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6061         Remove.
6063         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6064         uses NoCeM any more.
6066         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6067         (gnus-button-ctan-handler): Ditto.
6068         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6069         (gnus-button-ctan-directory-regexp): Ditto.
6070         (gnus-button-handle-ctan): Ditto.
6071         (gnus-button-tex-level): Ditto.
6072         (gnus-button-alist): Remove CTAN stuff.
6074 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6077         nnimap-streaming test.
6079         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6080         servers twice.
6082         * nnimap.el (nnimap-open-connection): Add more error reporting when
6083         nnimap fails early.
6085         * nnheader.el (nnheader-get-report-string): New function.
6086         (nnheader-get-report): Use it.
6088         * gnus-int.el (gnus-check-server): Say what the error was when opening
6089         failed.
6091         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6092         using streaming.
6094 2010-09-25  Julien Danjou  <julien@danjou.info>
6096         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6097         gnus-window-inside-pixel-edges.
6099 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6103         * mm-decode.el (mm-save-part): Allow saving to other directories the
6104         normal Emacs way.
6106         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6107         Suggested by Jay Berkenbilt.
6109         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6110         there isn't a single byte.
6112         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6113         just do it.  It doesn't really seem to matter what the user responds
6114         here, I think, so it's just a confusing question.
6116         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6117         non-streaming case.
6119         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6120         (gnus-article-encrypt-body): Use it.
6122         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6123         keystroke.
6125         * nnimap.el (nnimap-find-wanted-parts-1):
6126         Use gnus-fetch-partial-articles.
6128         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6130         * nnimap.el (nnimap-insert-partial-structure): New function.
6131         (nnimap-get-partial-article): New function.
6132         (nnimap-request-article): Use it.
6133         (nnimap-wait-for-response): Return whether the wait was successful.
6134         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6135         retrieval wasn't successful.
6136         (nnimap-retrieve-group-data-early): Allow throttling servers.
6137         (nnimap-streaming): New variable.
6138         (nnimap-fetch-partial-articles): Remove.
6140         * mm-decode.el (mm-with-part): Protect against killed buffers.
6142         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6143         for prettier summary display.
6145 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6147         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6149 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6152         apparently third-party libraries depend on it.
6154         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6155         before starting negotiation.
6157         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6158         privacy reasons.
6159         (gnus-treat-mail-gravatar): Ditto.
6161         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6162         buffer when inserting images.  Inserting text into the headers, for
6163         instance, can make them invalid.
6165 2010-09-25  Julien Danjou  <julien@danjou.info>
6167         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6168         variables.
6170         * nnheader.el: Remove useless variables news-reply-yank-from and
6171         news-reply-yank-message-id.
6173         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6174         variables.
6176         * mml1991.el: Remove useless mml1991-verbose.
6178         * gnus.el: Remove useless variable gnus-use-generic-from.
6179         Remove obsolete variable gnus-topic-indentation.
6181         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6183         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6185         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6187         * gnus-group.el: Remove useless gnus-group-icon-cache.
6188         Remove useless gnus-ephemeral-group-server.
6190         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6192         * mml2015.el: Remove useless mml2015-verbose.
6194         * mml-smime.el: Remove useless mml-smime-verbose.
6196         * gnus.el: Remove useless gnus-local-domain.
6198         * gnus-gravatar.el (gnus-gravatar-transform-address):
6199         Use gnus-gravatar-size.
6201         * gnus-art.el: Remove useless gnus-treat-translate.
6203 2010-09-24  Julien Danjou  <julien@danjou.info>
6205         * gnus-sum.el: Add support for Gravatars.
6207         * gnus-art.el: Add support for Gravatars.
6209         * gnus-gravatar.el: Add this file.
6211         * gravatar.el: Add this file.
6213 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6217         * gnus-group.el (gnus-group-fetch-faq): Remove.
6219         * gnus.el (gnus-group-faq-directory): Remove.
6221         * gnus-group.el (gnus-group-fetch-charter): Remove.
6223         * gnus.el (gnus-group-charter-alist): Remove.
6225         * gnus-group.el (gnus-group-archive-directory): Remove.
6226         (gnus-group-recent-archive-directory): Ditto.
6227         (gnus-group-make-archive-group): Remove.
6229         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6231         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6232         use the same article number for all the cached articles.
6234         * nnimap.el (nnimap-command): Register the last command time so
6235         that we can use it for idling NOOPs.
6236         (nnimap-open-connection): Start the keeplive timer.
6237         (nnimap-make-process-buffer): Store all the process buffers.
6238         (nnimap-keepalive): New function.
6240         * starttls.el (starttls-open-stream): Add autoload cookie.
6242 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6244         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6245         handling.
6247 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6250         its data structures.
6252         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6253         instead of the cl.el copy-list.
6254         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6255         equalp.
6257 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6259         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6260         and tool-bar-local-item-from-menu.
6262         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6263         mode-line-highlight face for Emacs.
6265         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6266         loading gnus-sum.elc; fix comment for canlock-verify.
6267         (gnus-article-jump-to-part): Use read-number.
6268         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6269         Remove Emacs pre-21 compatible code for help-echo.
6270         (gnus-article-next-page-1): No need to adjust the number of lines.
6271         (gnus-article-describe-bindings): Always use help-buffer.
6273         * gnus-audio.el (gnus-audio-inline-sound)
6274         * gnus-cus.el (gnus-custom-mode)
6275         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6277         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6279         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6280         compatible code.
6282 2010-09-24  Glenn Morris  <rgm@gnu.org>
6284         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6285         visiting the fcc file in rmail-mode.
6287 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6289         * nnir.el: Silence the byte compiler.
6291         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6292         alias to browse-url-url-encode-chars if any.
6293         (gnus-html-encode-url): Use it.
6295 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297         * gnus-start.el (gnus-use-backend-marks): New variable.
6298         (gnus-get-unread-articles-in-group): Use it.
6300         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6301         makeover.
6303 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6305         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6307 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6310         Remove.
6311         (gnus-setup-news-hook):
6312         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6314         * gnus-int.el (gnus-request-update-info): Protect against backends not
6315         having the function.
6317         * nnimap.el (nnimap-stream): Mention starttls.
6318         (nnimap-open-connection): Add starttls support.
6320 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6322         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6324 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6327         BODYSTRUCTUREs.
6328         (nnimap-transform-headers): Unfold quoted {42} headers.
6330         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6331         the info.
6332         (gnus-get-unread-articles): Only call updatep on backends that support
6333         it.
6335         * nnweb.el (nnweb-request-update-info): NOOP.
6337         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6339         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6340         since it only deals with marks.
6342         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6343         gnus-request-marks, and make a new gnus-request-update-info.
6345         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6346         the active instead of the high number, which is usually too low.
6348 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6350         * encrypt.el: Remove.
6352 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6355         server in symbolic form.
6357         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6359 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6362         (nnimap-update-info): Fix up code slightly.
6364         * gnus-int.el (gnus-open-server): Add tracing for performance
6365         debugging.
6367         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6368         (gnus-group-insert-group-line): Pass the real group name so that it
6369         gets the right data.
6371         * gnus-start.el (gnus-get-unread-articles): Don't have
6372         `gnus-get-unread-articles-in-group' update info, since that can be
6373         really slow and doesn't seem to be needed?
6375 2010-09-22  Julien Danjou  <julien@danjou.info>
6377         * gnus-group.el (gnus-group-insert-group-line):
6378         Call gnus-group-highlight-line.
6379         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6380         default hook list.
6381         (gnus-group-update-eval-form): Add new function.
6382         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6383         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6388         immediate, then expire all articles.
6389         (nnimap-update-info): Fix off-by-one errors.
6390         (nnimap-flags-to-marks): Would return no marks lists for group with no
6391         flags.  Instead return the other data.
6393 2010-09-22  Julien Danjou  <julien@danjou.info>
6395         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6396         Only return an icon.
6397         (gnus-group-insert-group-line): Compute icon to return.
6399         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6400         (gnus-html-image-fetched): Only cache if
6401         gnus-html-image-automatic-caching is set.
6402         (gnus-html-image-fetched): Check for errors.
6404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6407         once per method on `g'.  This ensures that backends like nnfolder don't
6408         open all their folders.
6410         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6411         (nnimap-request-list): Nix out group in the correct buffer.
6412         (nnimap-parse-flags): Implement by using `read' instead of
6413         hand-parsing.
6414         (nnimap-flags-to-marks): Pass on permanent-flags.
6415         (nnimap-make-process-buffer): Record the server name.
6416         (nnimap-parse-flags): Fix typo.
6417         (nnimap-request-scan): Run split on the server in general, not just a
6418         single group.
6420         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6421         parameter, and propagate this downwards.
6423         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6424         since EXAMINE changes it on the server.
6426         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6427         this command might take a while.
6429 2010-09-22  Julien Danjou  <julien@danjou.info>
6431         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6432         harmful if you have 2 images side-by-side, they can't be properly
6433         update on text deletion.  Using text-property is safer here.
6434         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6435         data.
6437 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439         * nnimap.el (nnimap-expunge-inbox): Remove.
6440         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6441         (nnimap-expunge): Flip default to t.
6443         * gnus.el (gnus-method-to-server): Don't push things to the cache
6444         unless it's unique.
6445         (gnus-server-to-method): Ditto.
6447 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6449         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6451 2010-09-22  Julien Danjou  <julien@danjou.info>
6453         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6454         get the start of data.
6455         (gnus-html-encode-url): Add this function to encode special chars in
6456         URL.
6457         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6458         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6460         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6461         default.
6462         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6464         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6465         images alt-text.
6466         (gnus-html-put-image): Put alt-text as help-echo.
6468 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6470         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6471         * mm-util.el (mm-decompress-buffer)
6472         * nnir.el (nnir-run-find-grep)
6473         * pop3.el (pop3-list): Use 3rd arg of split-string.
6475 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6478         outside the active range.  Suggested by Dan Christensen.
6480         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6481         slightly later to avoid double-getting it.
6483         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6484         previous patch.
6486         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6488 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6490         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6492 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494         * gnus-int.el (gnus-open-server): Give a better error message in the
6495         "go offline" case.
6497         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6498         marks for nnimap, which is seldom the right thing to do.
6500         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6501         (gnus-same-method-different-name): New function.
6503         * nnimap.el (parse-time): Require.
6505         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6506         method in the presence of many similar methods.
6508         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6510         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6511         nnml-inhibit-expiry.
6513         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6514         find out whether methods are equal.
6516         * nnimap.el (nnimap-find-expired-articles): New function.
6517         (nnimap-process-expiry-targets): New function.
6518         (nnimap-request-move-article): Request the article before looking at
6519         what the Message-ID is.  Fix found by Andrew Cohen.
6520         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6522         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6523         for oldness in addition to being a predicate.
6525         * nnimap.el (nnimap-request-group): When we have zero articles, return
6526         the right data to Gnus.
6527         (nnimap-request-expire-articles): Only delete articles immediately if
6528         the target is 'delete.
6530         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6531         method, this would bug out.
6533         * gnus-group.el (gnus-group-expunge-group): Rename from
6534         gnus-group-nnimap-expunge, and implemented as a normal interface
6535         function.
6537         * gnus-int.el (gnus-request-expunge-group): New function.
6539         * nnimap.el (nnimap-request-create-group): Implement.
6540         (nnimap-request-expunge-group): New function.
6542 2010-09-21  Julien Danjou  <julien@danjou.info>
6544         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6545         (gnus-html-cache-expired): Add new function.
6546         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6547         wethever we should display image for fetch it.
6548         Compute alt-text earlier to pass it to the fetching function too.
6549         (gnus-html-schedule-image-fetching): Change function argument to only
6550         get one image at a time, not a list.
6551         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6552         cache.
6553         (gnus-html-get-image-data): New function to retrieve image data from
6554         cache.
6555         (gnus-html-put-image): Change buffer argument to use image data rather
6556         than file, and place image above region rather than inserting a new
6557         one.  Do not take alt-text as argument, since it's useless now: we place
6558         the image above alt-text.
6559         (gnus-html-prune-cache): Remove.
6560         (gnus-html-show-images): Start to fetch image when we find one, do not
6561         push into a temporary list.
6562         (gnus-html-prefetch-images): Only fetch image if they have expired.
6563         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6564         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6566 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6568         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6570 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6573         spec inser "*" if the group isn't active instead of 0.
6575         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6576         opening the server.
6577         (nnimap-request-delete-group): Implement group deletion.
6578         (nnimap-transform-headers): Return the size of the entire message in
6579         the Bytes header, not just the size of the first part.
6580         (nnimap-request-move-article): When moving an article from nnimap,
6581         request the article first so the accepting form has an article to
6582         accept.  Reported by Dan Christensen.
6583         (nnimap-command): Make sure that the error message doesn't error out.
6585 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6587         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6588         we haven't requested anything.
6590 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6593         "".  Fix found by Andrew Cohen.
6595         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6596         instead of -encode-string.
6598 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6600         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6602         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6603         by mm-subst-char-in-string.
6605 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6608         waiting for the connection string.
6610         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6611         arriving.
6613         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6614         bogus characters.  This allows selecting certain Gmail groups.
6616         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6617         (nnimap-fetch-partial-articles): New variable.
6618         (nnimap-open-connection): When looking for credentials, also use the
6619         nnimap-server-port.
6620         (nnimap-request-article): Return the group/article number, so that Gnus
6621         `^' works as expected.
6622         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6624         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6625         comments.
6626         (gnus-methods-sloppily-equal): New function.
6627         (gnus): When using the development version of Gnus, load the gnus-load
6628         file.
6630         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6631         `gnus-open-server' on each method before trying to scan them etc.
6632         This ensures that all the backend parameters are set correctly.
6634         * nnimap.el (nnimap-authenticator): New variable.
6635         (nnimap-open-connection): Allow anonymous login.
6636         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6637         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6639         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6640         patch, found by Knut Anders Hatlen.
6642 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6644         * gnus-agent.el (gnus-agent-batch-confirmation)
6645         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6646         to gnus-message.
6647         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6648         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6649         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6650         * gnus-int.el (gnus-open-server): Likewise.
6651         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6652         (gnus-score-check-syntax): Likewise.
6653         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6654         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6655         Likewise.
6656         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6658 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6661         calling conventions so that prefetch doesn't bug out.
6663 2010-09-19  Julien Danjou  <julien@danjou.info>
6665         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6666         rather than `subst-char-in-region' in order to be able to replace ASCII
6667         char by UTF-8 ones.
6669         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6670         than curl.
6671         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6672         the right URL and ALT text on images.
6673         (gnus-html-wash-tags): Fix tag case.
6674         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6675         (gnus-article-html): Add -o display_ins_del=2 option.
6676         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6678 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6680         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6681         the extra mail headers, which sometimes seem to happen for unknown
6682         reasons.
6684         * mail-parse.el (mail-header-encode-parameter): Define as
6685         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6686         (or most, perhaps?) mail readers don't understand the latter, but do
6687         understand the former.
6689         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6690         to nil, so that no methods are automatically agentized.  I think this
6691         is probably what most users want.
6693         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6694         from url-retrieve, for instance about invalid URLs.
6696         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6697         groups that have no articles.
6698         (nnimap-request-article): Check that we really got an article when we
6699         requested one.
6701         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6702         doesn't exist.
6704         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6705         nntp buffer so the agent can save it.
6706         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6707         that CRLF doesn't get translated to \n.
6708         (nnimap-open-connection): Don't make 'shell commands only send \n.
6710 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6713         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6714         Update var name.
6715         (nnml-generate-nov-file): Use dolist.
6716         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6717         Use with-current-buffer.
6719 2010-09-18  Julien Danjou  <julien@danjou.info>
6721         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6722         parallel.
6724 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6727         the range update right.
6728         (nnimap-request-group): Don't make `M-g' bug out on group with no
6729         marks.
6730         (nnoo): Require, so that other packages can require nnimap.
6731         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6732         command we're looking for.  This helps when the server sends more
6733         responses after we've gotten everything we expected.
6734         (nnimap): Add a `newlinep' field to keep track of end-of-line
6735         conventions.
6736         Don't send CRLF to things that don't want it.
6737         (nnimap-request-accept-article): Ditto.
6739 2010-09-18  Julien Danjou  <julien@danjou.info>
6741         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6742         than curl to retrieve images.
6744 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6747         the marks.
6748         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6749         (nnimap-wait-for-connection): New function.
6750         (nnimap-open-connection): If we have PREAUTH, don't query for login
6751         credentials.
6752         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6753         when doing a partial update.
6755 2010-09-18  Julien Danjou  <julien@danjou.info>
6757         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6758         tags.
6760 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762         * nnimap.el (nnimap-credentials): New function.
6763         (nnimap-open-connection): Use the new function to look for credentials
6764         also on the numeric equivalents of "imap" and "imaps".
6766         * gnus-start.el (gnus-activate-group): Send the info to
6767         gnus-request-group.
6769         * nnimap.el (nnimap-request-group): Have the "check" version of the
6770         function parse flags and update the info, so that a `M-g' get a total
6771         resync of all flags from the group.
6773         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6774         to allow backends to alter the info on group selection.  Also alter all
6775         the backend -request-group functions to take the parameter.
6777         * nnimap.el (nnimap-store-info): New function.
6778         (nnimap-update-info): Store the info for later usage.
6779         (nnimap-request-group): Use the stored info for the dont-check case, so
6780         that we don't retrieve all marks when we enter a group.
6782         * nnimap.el: Use deffoo instead of defun for interface functions.
6784         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6785         update the group info.  This makes the nndraft groups, for instance, go
6786         back to their old behaviour.
6788         * gnus-sum.el (gnus-select-newsgroup): Indent.
6790         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6791         in.
6792         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6793         nothing.
6795         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6796         from methods that are denied.
6798         * gnus-int.el (gnus-method-denied-p): New function.
6800         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6801         store the password instead of netrc.
6802         (nnimap-open-connection): Don't error out when we can't make a
6803         connections.
6805         * auth-source.el (auth-source-create): In the password prompt, say what
6806         we're querying for.  Also prompt for user name if that hasn't been
6807         given.
6809         * nnimap.el (nnimap-with-process-buffer): Remove.
6811 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6814         method when we're reading from the agent.
6816         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6818         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6819         that's probably most useful for users.
6821         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6822         "failed" all the time.
6824         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6825         ...)) with (with-current-buffer ... ).
6827         * nntp.el (nntp-open-server): Return whether the open was successful or
6828         not.
6830         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6831         select an unread unseen article first.
6833         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6834         /etc/services, supply some sensible port defaults.
6836 2010-09-17  Julien Danjou  <julien@danjou.info>
6838         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6840 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6842         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6843         doesn't have any parameters.
6845 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6848         only upcased checks.
6850         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6852         * nnimap.el (nnimap-open-shell-stream): New function.
6853         (nnimap-open-connection): Use it.
6854         (nnimap-transform-headers): Get the number of lines in each message.
6855         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6856         number of lines.
6857         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6858         problem.
6860         * utf7.el (utf7-encode): Autoload.
6862         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6863         to allow the mail splitting to not return a default group.  This is
6864         useful for nnimap, which will leave unmatched mail in the inbox.
6866         * nnimap.el: Rewritten.
6868         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6869         nnimap usage.
6871         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6872         if the move is internal, so that nnimap can do fast internal moves.
6874         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6875         data.
6876         (gnus-read-active-for-groups): Support finishing the early retrieval of
6877         data.
6879         * gnus-range.el (gnus-range-nconcat): New function.
6881         * gnus-int.el (gnus-finish-retrieve-group-infos)
6882         (gnus-retrieve-group-data-early): New functions.
6884 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6887         (nnrss-retrieve-groups):
6888         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6889         (pop3-quit): Use with-current-buffer.
6891 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6893         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6894         instead of nnheader-accept-process-output.
6896         * gnus-html.el (gnus-html-schedule-image-fetching)
6897         (gnus-html-prefetch-images): Replace process-kill-without-query by
6898         gnus-set-process-query-on-exit-flag.
6900 2010-09-16  Romain Francoise  <romain@orebokech.com>
6902         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6904 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6906         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6907         parameter to unintern is mandatory-ish in Emacs 24.
6909         * gnus-html.el (gnus-html-schedule-image-fetching)
6910         (gnus-html-prefetch-images): Check for curl before using it.
6912         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6913         depend on curl, which isn't essential.
6915         * imap.el: Revert back to version
6916         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6917         seem problematic.
6919 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6921         * gnus-registry.el (gnus-registry-install-shortcuts):
6922         Explicitly pass `obarray' to `unintern' to avoid a warning.
6924 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6927         change.
6929         * nnrss.el (nnrss-request-list): Remove this function and related
6930         functions, including the moreover stuff.
6932 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934         * nnrss.el (nnrss-retrieve-groups): New function.
6936 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6938         * .dir-locals.el: Add no-byte-compile cookie.
6940 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6942         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6943         for back end that doesn't support request-scan.
6945 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6948         then do request scans from the backends.
6950         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6951         avoid running a hook per line, since this takes a lot of time,
6952         profiling shows.
6953         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6954         directly if gnus-visual-p is true.
6956 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6958         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6959         groups; replace mapcar with dolist which is a bit faster; pass groups
6960         info to gnus-read-active-file-1.
6961         (gnus-read-active-file-1): Scan only specified groups if the new
6962         optional arg `infos' is given.
6964 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6968         * pop3.el (pop3-movemail): Remove.
6969         (pop3-streaming-movemail): Rename to pop3-movemail.
6971         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6972         don't restrict end-tag searches to the end of the line.
6974 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6976         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6977         articles of every unchecked group to t, which means unknown since the
6978         server has never been opened.
6980 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982         * gnus-html.el (gnus-html-show-alt-text): New command.
6983         (gnus-html-browse-image): Ditto.
6984         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6985         to browse the image directly.
6986         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6987         better.
6989         * gnus-async.el (gnus-async-article-callback):
6990         Call `gnus-html-prefetch-images' unconditionally.
6992         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6993         before feeding URLs to curl.
6995 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6997         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6998         internal images as deletable by `W D D'.
7000         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7001         (gnus-async-article-callback): Fix typo.
7003 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7006         current line to work around bugs in the output from w3m.
7008         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7009         for groups that want that.
7011         * nntp.el (nntp-wait-for-string): Supply a timeout for
7012         accept-process-output to ensure progress.
7014         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7015         level to get unread articles from, then use that for foreign groups,
7016         too.
7018         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7019         confuses the rest of the function.
7021         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7022         for the methods that support -retrieve-groups, too.
7024         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7026 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7028         * pop3.el: Require cl when compiling.
7029         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7031 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7034         that aren't going to be activated.
7035         (gnus-get-unread-articles): Fix up the last commit.
7037         * gnus-html.el (gnus-article-html): Allow calling without specifying
7038         the handle.  In that case, dissect the buffer first.
7040         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7042         * nnimap.el (nnimap-open-connection): Revert the change that would look
7043         into authinfo for imaps instead of imap.
7045         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7046         say that you don't want to call gnus-request-group with don-check, but
7047         do check the reponse.  This is for virtual groups only.
7048         (gnus-get-unread-articles): Count the archive groups as secondary, so
7049         that they're activated the same way as before.
7051         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7052         case-insensitively.
7053         (nnimap-debug): Remove.
7055         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7056         mail from a file, and the file doesn't exist.
7058         * pop3.el (pop3-streaming-movemail): Return t for success.
7060         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7061         .authinfo if we're using ssl connection.
7063         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7064         already have if we're in a main Gnus `g' run.
7066         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7068 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7070         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7072         * nnmh.el (nnmh-request-list-1): Bind `file'.
7074         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7075         alias to set-process-query-on-exit-flag or process-kill-without-query.
7076         (pop3-open-server): Use it.
7078 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7081         box to the Incoming file.  Fixes mistake in previous checkin.
7083         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7084         request loop (for debugging purposes) removed.
7086         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7087         culprit is more visible.
7088         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7089         (nnml-add-incremental-nov): New functions to do "incremental" nov
7090         updates, where we just append to the end of the existing nov files
7091         without reading/writing them in full.
7093         * mail-source.el (mail-source-delete-crash-box): Really only check the
7094         incoming files once in a while.
7096         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7098         * mail-source.el (mail-source-delete-crash-box): Only check the
7099         incoming files for deletion once per day to save a lot of file
7100         accesses.
7102         * pop3.el (pop3-logon): Fix up unbound variable typo.
7104         * mail-source.el (pop3-streaming-movemail): Autoload.
7106         * pop3.el (pop3-streaming-movemail):
7107         Respect pop3-leave-mail-on-server.
7109         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7110         retrieval.
7112         * pop3.el (pop3-process-filter): Remove unused function.
7113         (pop3-streaming-movemail, pop3-send-streaming-command)
7114         (pop3-wait-for-messages, pop3-write-to-file)
7115         (pop3-number-of-responses): New functions for streaming pop3
7116         retrieval.
7118         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7119         come from no known methods.
7120         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7121         list.
7123         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7124         message sizes.
7125         (pop3-movemail): Use erase-buffer instead of looping and deleting
7126         regions, which seems rather odd.
7128         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7129         file once per `g' run.
7131         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7132         directories.  This makes the draft queue directory work.
7134         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7135         data from the backends, so that we only request the list of groups from
7136         each method once.  This should speed things up considerably.
7138         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7139         detect that it's not implemented.
7141         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7142         we actually do recurse down into the tree, but don't stat all leaf
7143         nodes.
7145         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7146         then say so instead of bugging out.
7148         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7149         files exist before trying to read them.
7151         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7152         around <pre_int>.
7154         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7156         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7158 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160         * mm-util.el (mm-image-load-path): Just return the image directories,
7161         not all directories in the path in addition to the image directories.
7162         (mm-image-load-path): Maintain a cache of the image directories so that
7163         the `g' command in Gnus doesn't have to stat dozens of directories each
7164         time.
7166         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7167         (gnus-html-wash-tags): Add a new `i' command to insert images.
7168         (gnus-html-insert-image): New command and keystroke.
7169         (gnus-html-redisplay-with-images): New command and keystroke.
7170         (gnus-html-show-images): Rename command.
7171         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7172         spacers.
7173         (gnus-html-wash-tags): Decode entities at the end, so that entities
7174         inside the tags don't mess up the rest of the "parsing".
7176         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7177         so that nnimap methods aren't agentized by default.  There's apparently
7178         many problems related to agent/imap behaviour.
7180         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7182         * gnus-html.el: Doc fix.
7184 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7187         glyph-width and glyph-height instead of display-graphic-p and
7188         image-size; make avoidance of displaying small images work for XEmacs.
7190         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7191         for XEmacs.
7193         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7194         of symbol that holds plist data.
7195         (gnus-process-plist): Remove plist of process after getting it.
7197 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199         * message.el (message-generate-hashcash): Change default to
7200         'opportunistic if hashcash is installed.
7202         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7203         (gnus-html-put-image): Only call image-size once, since it's somewhat
7204         time-consuming on remote X servers.
7206 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7208         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7209         decoded contents.
7210         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7212 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7215         group line format, since it isn't very interesting.
7217         * gnus-agent.el (gnus-agent-short-article),
7218         (gnus-agent-long-article): Increase values for these two variables,
7219         since most people are likely to have more network connection and
7220         storage than before.
7222         * gnus.el (gnus-refer-article-method): Change default to 'current.
7223         When referring an article, the common behaviour is to refer it from the
7224         current select method, not the native select method.  The chances of
7225         the native select method having the message in question is rather slim
7226         these days.
7228         * gnus-sum.el (gnus-auto-select-subject): Change default to
7229         `unseen-or-unread'.  I think it's likely that most people want to
7230         select an unseen article over a previously seen, but unread one.
7232         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7233         means that in the article buffer none of the minor mode elements will
7234         be shown, usually, and this is not desirable in most cases.
7236         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7237         that commands like `d' (and the like) go to the next line in the
7238         buffer, instead of the next unread article.  I think this is the
7239         behaviour that is most natural for most users.
7240         (gnus-single-article-buffer): Change default to nil, so that people can
7241         have as many article buffers open as they have summary buffer.  I think
7242         this is the most natural way for the groups to behave.
7244         * message.el (message-generate-new-buffers): Change default to
7245         `unsent', so that all new message buffers start their names with the
7246         string "*unsent", and it's easier to find the buffers if you move from
7247         them.
7249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7252         small.  They're probably tracking images.
7253         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7254         (gnus-html-rescale-image): Yet another try at getting the image sizing
7255         right.
7257         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7258         nntp-marks-file-name is nil.
7260 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7262         * gnus-html.el (gnus-html-wash-tags)
7263         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7264         Better logging.
7266 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7270         * gnus-html.el (gnus-html-wash-tags): Check the value of
7271         gnus-blocked-images in the summary buffer.
7273 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7275         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7277 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7280         like "a", it seems like.
7281         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7282         since it needs to be picked from the correct buffer.
7284         * nnwfm.el: Remove.
7286         * nnlistserv.el: Remove.
7288 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7290         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7291         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7293 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295         * nnkiboze.el: Remove.
7297         * nndb.el: Remove.
7299         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7300         alt text.
7301         (gnus-html-rescale-image): Try to get the rescaling logic right for
7302         images that are just wide and not tall.
7304         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7305         overshadow variable bindings.
7307 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7309         * gnus-html.el (gnus-html-wash-tags)
7310         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7311         Add extra logging.
7313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7316         (gnus-max-image-proportion): New variable.
7317         (gnus-html-rescale-image): New function.
7318         (gnus-html-put-image): Rescale images.
7320 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         Fix up some byte-compiler warnings.
7323         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7324         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7325         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7326         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7327         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7328         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7329         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7331 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7333         * gnus-html.el (gnus-article-html): Decode contents by charset.
7335 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7337         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7338         (gnus-html-frame-width, gnus-blocked-images)
7339         * message.el (message-prune-recipient-rules): Add custom version.
7340         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7342         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7343         functions.
7345         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7346         gnus-process-get.
7348 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7350         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7351         instead of lsub directly.
7353 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355         * nnwarchive.el: Remove.
7357         * gnus-soup.el: Remove.
7359         * nnsoup.el: Remove.
7361         * nnultimate.el: Remove.
7363         * gnus-html.el (gnus-blocked-images): New variable.
7365         * message.el (message-prune-recipients): New function.
7366         (message-prune-recipient-rules): New variable.
7368         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7369         guess whether a long line is natural text or not.
7371         * gnus-html.el (gnus-html-schedule-image-fetching):
7372         Use gnus-process-plist and friends for compatibility.
7374 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * gnus-html.el: Require packages that define macros used in this file.
7377         (gnus-article-mouse-face): Declare to silence byte-compiler.
7378         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7379         process-get.
7380         (gnus-html-put-image): Use plist-get to avoid getf.
7381         (gnus-html-prefetch-images): Use with-current-buffer.
7383 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7385         * gnus-ems.el: Provide compatibility functions for
7386         gnus-set-process-plist.
7388         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7389         * gnus.el (gnus-valid-select-methods)
7390         * message.el (message-send-mail-partially-limit)
7391         * mm-decode.el (mm-text-html-renderer)
7392         * mml.el (mml-insert-mime-headers-always)
7393         * smiley.el (smiley-regexp-alist): Bump custom version.
7395 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397         * gnus-html.el: require mm-url.
7398         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7399         with the url to `url'.
7400         (gnus-html-wash-tags): Support cid: URLs/images.
7402 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7405         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7406         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7408         * gnus-move.el: Remove file, since it doesn't really work.
7410         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7411         UTF-8.  This seems to fix problems with some German web feeds.
7413         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7414         at the top so that the proper colours are applied.
7416         * gnus-art.el (gnus-article-view-part): Doc fix.
7418         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7419         XEmacs-compatible.
7420         (gnus-html-put-image): Don't do images on non-graphic displays.
7422         * nnslashdot.el: Remove this unused backend.
7424         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7425         actions.
7426         (gnus-undo-register-1): Revert last change.
7428         * gnus-group.el (gnus-group-completing-read): Protect against not
7429         having completion-styles bound.
7431         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7432         make broken recipients happier.
7434         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7436         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7437         point parameter.
7439         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7440         completion-styles for group selection.
7442 2009-02-04  Andreas Schwab  <schwab@suse.de>
7444         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7445         headers and regexp-quote the match if necessary.
7447 2009-03-24  Miles Bader  <miles@gnu.org>
7449         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7450         the blinking smiley.
7452 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7454         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7455         blink smiley.
7457 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7460         where the dribbel file lives exists.
7462         * message.el (message-send-mail-partially-limit): Change the default to
7463         nil, since most people don't want this.
7465         * mm-url.el (mm-url-decode-entities): Also decode entities like
7466         &#x3212.
7468 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7470         * gnus-sum.el (gnus-summary-idna-message):
7471         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7472         Hyperlink urls in docstrings with URL `...'.
7474 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7476         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7477         functions.
7479 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7481         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7482         say what the mouseover text should be.
7484         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7485         version of the mm-w3m-safe-url-regexp variable to only download images
7486         in the groups where we want that to happen.
7488         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7490         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7491         easier debugging.
7492         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7493         big pictures in the article buffer.
7495         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7496         gnus-article-html.
7497         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7498         w3m.
7500         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7502 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7505         which doesn't exist.
7507         * message.el (message-inhibit-ecomplete): New variable to allow some
7508         function to inhibit ecomplete address storage.
7509         (message-resend): Disable ecomplete message storage when resending
7510         messages.
7512         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7514 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7517         Save excursion while copying, moving, and deleting articles in order to
7518         prevent the cursor from jumping to unforeseen place.
7520 2010-08-17  Glenn Morris  <rgm@gnu.org>
7522         * gnus-sync.el: Require gnus components whose functions are used.
7524         * gnus-art.el (bookmark-make-record-function):
7525         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7526         Declare for compiler.
7528         * mm-url.el (mml-compute-boundary): Autoload.
7530 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7532         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7534 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7536         Typo fix "hoo4a" -> "hook".
7538         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7540 2010-08-14  Glenn Morris  <rgm@gnu.org>
7542         * gnus-sync.el (gnus-sync): Fix defgroup version.
7544 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7546         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7548         * gnus-sync.el: Fix docs.
7549         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7550         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7552 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7554         Optimizations for gnus-sync.el.
7556         * gnus-sync.el: Add docs about gnus-sync-backend
7557         possibilities.
7558         (gnus-sync-save): Remove unnecessary message.
7559         (gnus-sync-read): Optimize and show what groups were skipped.
7561 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7563         Minor bug fixes for gnus-sync.el.
7565         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7566         Don't read the sync on get-new-news.
7568         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7569         quiet.
7571         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7572         (fix typo).
7574 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7576         Make saving and restoring of hidden threads work with overlays.
7577         Patch applied by Ted Zlatanov.
7579         * gnus-sum.el (gnus-hidden-threads-configuration)
7580         (gnus-restore-hidden-threads-configuration): Update to deal with text
7581         properties, rather than searching for a magic character.
7583 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7585         New gnus-sync.el library for synchronization of marks.
7587         * gnus-sync.el: New library for synchronization of marks.
7589         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7590         renamed from `gnus-registry-grep-in-list'.
7592         * gnus-registry.el (gnus-registry-follow-group-p):
7593         Use `gnus-grep-in-list'.
7595         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7597 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7599         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7600         determining charset of text fails.
7602 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * nnmail.el (nnmail-get-new-mail-1): Revert.
7606         * nnml.el (nnml-active-number): Make sure names of newly created groups
7607         in nnml-group-alist are encoded.
7609 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7612         containing non-ASCII characters in active file for nnml back end.
7614 2010-07-24  David Engster  <dengste@eml.cc>
7616         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7617         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7619 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7621         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7622         tag (Bug#6654).
7624 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7626         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7627         the article buffer, not the summary buffer.
7629 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7631         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7632         Emacs 23 as well.
7634 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7636         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7637         Patch applied by Karl Fogel.
7639         * gnus-sum.el (gnus-summary-bookmark-make-record):
7640         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7642 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7644         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7645         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7646         C-w still not working correctly from Article buffers; Thierry's
7647         patch to fix that will be applied after this.
7649         * gnus-art.el (bookmark-make-record-function): New local variable.
7651         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7652         article buffer.
7653         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7655 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7657         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7658         on changes in bookmark.el.
7660 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7662         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7663         the *other* type of HTML form submission.
7665 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7667         * auth-source.el (auth-source-pick): If choice does not contain a
7668         questioned keyword, set the check to t.
7670 2010-06-12  Romain Francoise  <romain@orebokech.com>
7672         * gnus-util.el (gnus-date-get-time): Move up before first use.
7674 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7676         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7677         (gnus-article-edit-part): Bind it to make last part that is substituted
7678         or deleted visible.
7679         (gnus-mime-display-single): Buttonize part of which id equals to
7680         gnus-mime-buttonized-part-id.
7682 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7684         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7685         (gnus-dd-mmm): Use gnus-date-get-time.
7686         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7687         simplify logic.
7688         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7689         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7691 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7693         * auth-source.el (top): Autoload `secrets-list-collections',
7694         `secrets-create-item', `secrets-delete-item'.
7695         (auth-sources): Fix tag string.
7696         (auth-get-source, auth-source-retrieve, auth-source-create)
7697         (auth-source-delete): New defuns.
7698         (auth-source-pick): Rewrite in order to avoid 2 passes.
7699         (auth-source-forget-user-or-password): New parameter USERNAME.
7700         (auth-source-user-or-password): New parameters CREATE-MISSING and
7701         DELETE-EXISTING.  Retrieve password interactively, if needed.
7703 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7705         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7706         deleting unused directories when gnus-expert-user is t.
7708 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7710         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7711         for each temp file when gnus-article-browse-delete-temp is ask.
7713 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7715         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7717 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7720         article unless decoding article to be saved.
7722 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7724         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7725         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7726         generated within the mm-with-unibyte-current-buffer macro.
7728 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7730         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7731         to nil when we're in a mml-preview buffer and no group is selected.
7733 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7735         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7736         when catching the `C-g'.  Reported by "Leo".
7738 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7740         * message.el (message-forward-make-body-plain)
7741         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7742         multibyte-string-p.
7744 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7746         * message.el (message-forward-make-body-mml): Assume original message
7747         is multibyte string; error on unibyte.
7748         (message-forward-make-body-plain): Ditto; don't add excessive newline
7749         in body end.
7751 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7753         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7754         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7756 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7758         * mm-extern.el (mm-extern-url): Don't use
7759         mm-with-unibyte-current-buffer.
7760         (mm-extern-cache-contents): Use with-current-buffer instead of
7761         save-excursion + set-buffer.
7763 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7765         * mm-util.el (mm-emacs-mule): Remove.
7767 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7769         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7770         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7771         change.
7773 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7775         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7776         bind the default value of enable-multibyte-characters to nil.
7778 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7780         * message.el (message-forward-make-body-plain)
7781         (message-forward-make-body-mml):
7782         Don't use mm-with-unibyte-current-buffer.
7784 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7786         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7787         (Bug#5592).
7789 2010-05-07  Julien Danjou  <julien@danjou.info>
7791         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7792         it to mm-pipe-part.
7794         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7795         it is given.
7797 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * nnweb.el (nnweb-gmane-search)
7800         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7801         XEmacs.
7803         * gnus-art.el (gnus-article-browse-html-parts)
7804         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7805         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7806         make-temp-file.
7808         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7809         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7810         compiling.
7812         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7813         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7814         XEmacs when compiling.
7816         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7817         gnus-pick-mode-off-hook for XEmacs when compiling.
7818         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7819         gnus-binary-mode-off-hook for XEmacs when compiling.
7821         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7822         Return nil if char-charset is not available.
7824         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7825         macro.
7827         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7828         instead of encode-coding-string.
7830         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7831         'xemacs) instead of mm-emacs-mule to switch function definitions.
7832         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7834 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7836         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7838 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7840         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7841         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7843 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7845         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7846         alias `jka-compr-delete-temp-file' no longer exists.
7848 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7850         Use define-minor-mode in Gnus where applicable.
7851         * mml.el (mml-mode): Use define-minor-mode.
7852         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7853         (gnus-undo-mode): Use define-minor-mode.
7854         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7855         (gnus-dead-summary-mode): Use define-minor-mode.
7856         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7857         Initialize in declaration.
7858         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7859         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7860         (gnus-mailing-list-mode): Use define-minor-mode.
7861         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7862         (gnus-draft-mode): Use define-minor-mode.
7863         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7864         (gnus-dired-mode): Use define-minor-mode.
7866 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7868         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7869         handles on recursive mml-to-mime translation and check them for
7870         boundary delimiter collisions.  Reported by Greg Troxel.
7872 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7874         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7876 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         * mm-util.el (mm-find-buffer-file-coding-system):
7879         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7881 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7883         * message.el (message-generate-headers): Record insertion of optional
7884         headers as well.  Otherwise the check to prevent repeated insertion of
7885         optional headers is a no-op.
7887 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7889         * smime.el: Don't mention CVS.
7891         * nnrss.el (nnrss-fetch): Don't mention CVS.
7893         * nnir.el: Don't mention CVS.
7895 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * gnus-sum.el (gnus-summary-bookmark-make-record):
7898         Add `location' field.
7900 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7902         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7903         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7904         Use with-current-buffer to silence the byte-compiler.
7905         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7906         bother to require `gnus'.
7907         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7909 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7911         * gnus-sum.el (gnus-summary-bookmark-make-record)
7912         (gnus-summary-bookmark-jump): New functions.
7913         (gnus-summary-mode): Setup bookmark support.
7915 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7917         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7918         if set.
7920 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7922         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7923         gnus-article-browse-html-save-cid-image; make it work recursively for
7924         forwarded messages as well.
7925         (gnus-article-browse-html-parts): Work when prefix arg is given.
7926         (gnus-article-browse-html-article): Doc fix.
7928 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7930         * message.el (message-default-mail-headers):
7931         (message-default-headers): Carry the value mail-default-headers over
7932         into message-default-mail-headers, rather than message-default-headers.
7934 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7936         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7937         charset.
7939         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7940         charset into the <meta> tag when the article is encoded to utf-8.
7942 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7944         * gnus-art.el (gnus-article-browse-delete-temp-files):
7945         Delete directories as well.
7946         (gnus-article-browse-html-parts): Work for images that do not specify
7947         file names; delete temp directory when quitting; insert header at the
7948         right place; use file: scheme for image files.
7950 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7952         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7953         (gnus-article-browse-html-parts): Use it to make temporary cid image
7954         files in addition to html file so that browser may display them.
7956 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7958         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7960 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7962         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7964 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7966         * auth-source.el (auth-sources): Change default to be simpler.
7967         Explain about Secret Service API sources.  Improve Customize options.
7968         (auth-source-pick): Change to accept any number of search parameters.
7969         Implement fallbacks iteratively, not recursively.  Add scoring on the
7970         second pass and sort by score.  Call Secret Service API when needed.
7971         (auth-source-user-or-password): Use it.  Call Secret Service API
7972         directly when needed to get the user name and the password.
7974 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7976         * message.el (message-interactive): Doc fix.
7977         (message-qmail-inject-args): Reflow.
7978         (message-kill-to-signature): Fix typo in docstring.
7980         * smiley.el (smiley-buffer): Fix typo in docstring.
7982 2010-03-24  Glenn Morris  <rgm@gnu.org>
7984         * mail-source.el (gnus-message): Declare.
7985         (mail-source-delete-old-incoming): Require gnus-util.
7987 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7989         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7991         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7993         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7994         password-cache's default if it is not bound.
7995         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7996         password-cache-expiry's default if it is not bound.
7998         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7999         available in Emacs 21.
8001 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8003         * auth-source.el (auth-sources): Fix up definition so extra parameters
8004         are always inline.
8006 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8008         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8009         wasn't updated after mismatch.  Clear cached mailbox info correctly
8010         when uidvalidity changes.
8011         (nnimap-group-prefixed-name): New function to avoid some code
8012         duplication.
8013         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8014         (nnimap-request-group): Use it.
8015         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8016         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8017         with many imap folders.  This is done by caching the group status from
8018         the imap server persistently in a group parameter `imap-status'.  (This
8019         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8020         but not persistently, so every Gnus startup was still very slow.)
8022 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8024         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8025         secrets.el dependency.
8026         (auth-sources): Add optional user name.  Add secrets.el configuration
8027         choice (unused right now).
8029 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8031         * gnus-sum.el (gnus-summary-make-menu-bar):
8032         Let `gnus-registry-install-shortcuts' fill in the functions.
8034         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8035         warnings.
8036         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8037         (gnus-registry-install-shortcuts): Populate and use it in a
8038         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8040 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8042         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8043         In-place substitutions for the group name encoding/decoding.
8044         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8045         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8046         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8047         (nnimap-update-unseen, nnimap-request-list)
8048         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8049         (nnimap-request-set-mark, nnimap-split-to-groups)
8050         (nnimap-split-articles, nnimap-request-newgroups)
8051         (nnimap-request-create-group, nnimap-request-accept-article)
8052         (nnimap-request-delete-group, nnimap-request-rename-group)
8053         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8054         `encoded-mbx' for consistency.
8055         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8056         variable `imap-current-mailbox'.
8058         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8059         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8061 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8063         * pop3.el (pop3-display-message-size-flag): Display message size byte
8064         counts during POP3 download.
8065         (pop3-movemail): Use it.
8066         (pop3-list): Implement listing of available messages.
8068 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8070         * nnir.el (nnir-get-article-nov-override-function): New function to
8071         override the normal NOV retrieval.
8072         (nnir-retrieve-headers): Use it.
8074 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8076         * auth-source.el (netrc-machine-user-or-password): Autoload.
8078 2010-03-19  Glenn Morris  <rgm@gnu.org>
8080         Stop message.el from loading about 40 libraries it doesn't always need.
8081         The general approach is to autoload rather than require, and to
8082         require in the specific functions rather than the file.  (Bug#5642)
8084         * gmm-utils.el: Don't require wid-edit.
8085         (widget-create-child-value, widget-convert, widget-default-get):
8086         Autoload.
8088         * gnus-util.el: Don't require time-date, netrc.
8089         (message-fetch-field, gnus-group-name-decode): Declare rather than
8090         autoloading.
8091         (gnus-fetch-field): Require message.
8092         (gnus-decode-newsgroups): Require gnus-group.
8094         * ietf-drums.el: Don't require time-date.
8096         * message.el: Don't require hashcash, canlock, ecomplete.
8097         Do require mail-utils.  Require nnheader only when compiling.
8098         (smtpmail-default-smtp-server): Remove declaration.
8099         (message-send-mail-function): Check smtpmail-default-smtp-server
8100         is bound rather than requiring smtpmail.
8101         (message-auto-save-directory, message-insert-signature):
8102         Use expand-file-name rather than nnheader-concat.
8103         (nnheader-insert-file-contents): Autoload.
8104         (hashcash-wait-async): Declare.
8105         (message-send-mail): Only call gnus-setup-posting-charset if
8106         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8107         (message-send-mail-with-sendmail): Require sendmail.
8108         (canlock-password, canlock-password-for-verify): Declare.
8109         (message-canlock-password): Require canlock.
8110         (nnheader-get-report): Autoload.
8111         (gnus-setup-posting-charset): Declare.
8112         (message-send-news): Require gnus-msg.
8113         (message-make-references, message-make-in-reply-to): Use mail-header-id
8114         rather than the alias mail-header-message-id.
8115         (ecomplete-add-item, ecomplete-save): Declare.
8116         (message-put-addresses-in-ecomplete): Require ecomplete.
8117         (ecomplete-display-matches): Autoload.
8119         * mm-decode.el: Don't require mailcap, gnus-util.
8120         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8121         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8122         Autoload.
8123         (mailcap-mime-extensions): Declare.
8125         * mm-encode.el: Don't require mailcap.
8126         (mailcap-extension-to-mime): Autoload.
8128         * mml-sec.el: Don't require password-cache.
8130         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8131         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8132         (mml-minibuffer-read-type): Require mailcap.
8133         (mml-preview): Require gnus-msg.
8135         * mml1991.el: Require password-cache.
8136         (password-cache-expiry): Remove declaration.
8138         * mml2015.el: Require password-cache.
8139         (password-cache-expiry): Remove declaration.
8141         * nneething.el (mailcap): Require mailcap.
8143         * nnheader.el (declare-function): Add compatibility stub.
8144         (message-remove-header): Declare rather than autoload.
8145         (nnheader-replace-header): Require message.
8147         * nnimap.el (declare-function): Add compatibility stub.
8148         (netrc-parse, netrc-machine-user-or-password): Declare.
8149         (nnimap-open-connection): Require netrc.
8151         * nntp.el (declare-function): Add compatibility stub.
8152         (netrc-parse, netrc-machine, netrc-get): Declare.
8153         (nntp-send-authinfo): Require netrc.
8155         * rfc2047.el: Don't require qp.
8156         (quoted-printable-encode-region, quoted-printable-decode-string):
8157         Autoload.
8159         * sieve-mode.el: Don't require easymenu.
8160         (easy-menu-add-item): Autoload it.
8162         * spam-stat.el (time-to-number-of-days): Autoload it.
8164 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8166         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8167         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8168         value if any backslash escapes).
8170 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8172         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8173         if it is available.  (bug#5647)
8175 2010-02-26  Glenn Morris  <rgm@gnu.org>
8177         * message.el (message-send-mail-function): Change the default, so that
8178         it inherits from a customized send-mail-function.  (Bug#5643)
8180 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8183         shell-command-to-string signals an error (bug#5299).
8185 2010-02-24  Glenn Morris  <rgm@gnu.org>
8187         * message.el (message-smtpmail-send-it)
8188         (message-send-mail-with-mailclient): Doc fixes.
8190 2010-02-16  Glenn Morris  <rgm@gnu.org>
8192         * message.el (message-default-mail-headers): Change the default value
8193         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8195 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8197         * message.el (message-mail): Just pass yank-action on to message-setup.
8198         (message-setup): Handle (FUN . ARGS) form of yank-action.
8199         (message-with-reply-buffer, message-widen-reply)
8200         (message-yank-original): Handle non-buffer values of
8201         message-reply-buffer (Bug#4080).
8202         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8204 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8206         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8207         Fix typo in docstring.
8209 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8211         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8212         response.
8214 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8216         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8218         * message.el (message-check-news-header-syntax): Protect against a
8219         string that `rfc822-addresses' returns when parsing fails.
8221 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8223         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8224         (gnus-previous-char-property-change): New functions.
8226         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8228 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8230         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8231         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8233 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8235         * message.el (message-exchange-point-and-mark): Rework last change to
8236         avoid using optional arg of exchange-point-and-mark, for backward
8237         compatibility.
8239 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8241         * message.el (message-exchange-point-and-mark):
8242         Call exchange-point-and-mark with an argument rather than setting
8243         mark-active by hand (Bug#5175).
8245 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8247         * nntp.el (nntp-service-to-port): Work for service expressed with
8248         numeric string; replace [:digit:] with [0-9] for XEmacs.
8250 2009-12-17  Glenn Morris  <rgm@gnu.org>
8252         * gnus-group.el (gnus-bug-group-download-format-alist):
8253         Change emacs entry to debbugs.gnu.org.  Bump :version.
8255 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8257         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8259 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8261         * message.el (message-info): Explain why we use `Info-goto-node'.
8263 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * message.el (message-completion-in-region): New compatibility function.
8266         (message-expand-group): Use it.
8268 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8270         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8271         with no unread article should be listed if the 2nd arg `predicate' is
8272         given.
8274 2009-11-29  Juri Linkov  <juri@jurta.org>
8276         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8277         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8278         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8280 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8282         * message.el (message-from-style, message-interactive)
8283         (message-signature): Always set default values from the corresponding
8284         mail-* variables.
8285         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8286         (message-yank-prefix, message-indentation-spaces)
8287         (message-signature-file, message-default-headers): Use boundp rather
8288         than (featurep 'xemacs) to check if the corresponding mail-* variables
8289         exist.
8291 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
8293         * message.el (message-send-mail-with-sendmail): Revert last change.
8295 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8297         * message.el (message-from-style, message-interactive)
8298         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8299         (message-yank-prefix, message-indentation-spaces, message-signature)
8300         (message-signature-file, message-default-headers): For GNU Emacs, set
8301         default values from the corresponding mail-* variables.
8302         (message-send-mail-with-sendmail): Use envelope-from only if
8303         mail-specify-envelope-from is non-nil.
8305 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8307         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8308         containing tspecial characters if they have been already quoted.
8310 2009-10-24  Glenn Morris  <rgm@gnu.org>
8312         * gnus-art.el (help-xref-stack-item): Define for compiler.
8314 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8316         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8318 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8320         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8321         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8323 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8325         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8326         (gnus-overlays-in): New alias to overlays-in.
8328         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8329         gnus-overlay-get, and gnus-delete-overlay.
8330         (gnus-summary-show-thread): Make it work as well for systems in which
8331         next-single-char-property-change is not available.
8332         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8334 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8336         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8338 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8340         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8341         and XEmacs that don't have `remove-overlays'.
8343 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8345         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8346         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8347         selective display.  Use overlays instead.
8349 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8351         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8353 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8355         * spam-stat.el (spam-stat-load): Fix typo in message.
8357 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8359         * gnus-art.el (gnus-article-encrypt-body):
8360         * message.el (message-check-recipients):
8361         * mm-util.el (mm-codepage-setup):
8362         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8363         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8365 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8367         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8368         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8369         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8370         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8371         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8373 2009-09-18  Glenn Morris  <rgm@gnu.org>
8375         * gnus-diary.el (gnus-diary-check-message):
8376         * message.el (message-insert-formatted-citation-line):
8377         * nnbabyl.el (top-level):
8378         * nndiary.el (nndiary-schedule):
8379         Fix typos in condition-case handlers.
8381 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8383         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8384         configuration that provides the sole article window in a frame;
8385         position point correctly after deleting a part.
8387 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8389         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8390         (spam-resolve-registrations-routine): Use it to unregister articles
8391         that change status.
8393 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8395         * nnrss.el (nnrss-request-article): Remove binding of
8396         default-enable-multibyte-characters that has gotten needless by
8397         the 2007-07-13 change in rfc2047-encode-message-header.
8399         * mml.el (mml-insert-multipart): Error on the message header.
8400         (mml-insert-part): Error on the message header; position point at
8401         the end of a MIME tag.
8403 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8405         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8406         (gnus-float-time): Alias to float-time if it exists.
8408         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8409         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8410         float-time is available; suppress compile warning for time-to-seconds.
8412 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8414         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8415         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8416         Add the optional argument `encoding' that overrides the default.
8418         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8419         mm-encode-buffer.
8421 2009-09-04  Glenn Morris  <rgm@gnu.org>
8423         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8424         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8425         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8426         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8427         * mm-util.el (mm-with-unibyte-current-buffer)
8428         (mm-find-buffer-file-coding-system):
8429         * yenc.el (yenc-decode-region): Use default-value rather than
8430         default-enable-multibyte-characters.
8432 2009-09-03  Glenn Morris  <rgm@gnu.org>
8434         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8435         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8436         than default-enable-multibyte-characters.
8438 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8440         * gnus-art.el (gnus-article-read-summary-keys):
8441         Fix gnus-buffer-configuration's value temporarily used.
8443 2009-09-02  Glenn Morris  <rgm@gnu.org>
8445         * gnus-util.el (gnus-float-time): New function.
8446         * gnus-delay.el (gnus-delay-article):
8447         * gnus-sum.el (gnus-thread-latest-date):
8448         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8449         * nnspool.el (nnspool-request-newgroups):
8450         Use gnus-float-time rather than time-to-seconds.
8451         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8453         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8454         (gnus-header-subject-face, gnus-header-newsgroups-face)
8455         (gnus-header-name-face, gnus-header-content-face):
8456         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8457         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8458         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8459         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8460         (gnus-cite-face-11):
8461         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8462         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8463         (gnus-server-closed-face, gnus-server-denied-face)
8464         (gnus-server-offline-face):
8465         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8466         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8467         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8468         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8469         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8470         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8471         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8472         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8473         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8474         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8475         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8476         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8477         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8478         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8479         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8480         (gnus-summary-high-undownloaded-face)
8481         (gnus-summary-low-undownloaded-face)
8482         (gnus-summary-normal-undownloaded-face)
8483         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8484         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8485         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8486         (gnus-splash-face):
8487         * message.el (message-header-to-face, message-header-cc-face)
8488         (message-header-subject-face, message-header-newsgroups-face)
8489         (message-header-other-face, message-header-name-face)
8490         (message-header-xheader-face, message-separator-face)
8491         (message-cited-text-face, message-mml-face):
8492         * sieve-mode.el (sieve-control-commands-face)
8493         (sieve-action-commands-face, sieve-test-commands-face)
8494         (sieve-tagged-arguments-face):
8495         * spam.el (spam-face):
8496         Mark face aliases with "-face" in the name as obsolete.
8498 2009-09-01  Glenn Morris  <rgm@gnu.org>
8500         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8501         than goto-line.
8503 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8505         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8506         Don't move point if the command is invoked inside the message header.
8508 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8510         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8511         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8512         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8513         * nnir.el (nnir-swish-e-index-file):
8514         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8515         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8516         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8517         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8518         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8519         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8521 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8523         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8524         Don't save excursion.
8526 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8528         * nnheader.el (nnheader-find-file-noselect):
8529         * mm-util.el (mm-insert-file-contents):
8530         Use (default-value 'major-mode) instead of default-major-mode.
8532 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8534         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8536 2009-08-25  Glenn Morris  <rgm@gnu.org>
8538         * nnir.el (top-level): Don't require cl at run-time.
8539         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8540         Replace cl-function substitute with gnus-replace-in-string.
8541         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8542         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8543         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8544         simplified expansions.
8546 2009-08-22  Glenn Morris  <rgm@gnu.org>
8548         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8549         goto-line.
8551 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8553         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8555         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8556         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8557         (gnus-mm-display-part, gnus-mime-display-single)
8558         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8559         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8561         * gnus-sum.el
8562         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8563         (gnus-summary-move-article): Add expirable mark to articles copied or
8564         moved to group that has auto-expire turned on if the option is non-nil.
8566 2009-07-24  Glenn Morris  <rgm@gnu.org>
8568         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8569         Fix typo.  (Bug#3903)
8571 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8573         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8574         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8575         that should not be used for draft articles.
8576         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8577         that has no concern in minor mode keys.
8578         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8579         Abolish.
8581 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8583         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8584         article without making inquiry to a user for unknown encoding.
8586         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8587         (nnmaildir--scan): Assume i-node and device number that file-attributes
8588         returns might be cons-cell.
8590 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8592         * auth-source.el: Remove docs now in auth.texi.  Don't use
8593         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8594         `auth-source-hide-passwords' and use them.
8596 2009-07-15  Glenn Morris  <rgm@gnu.org>
8598         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8600 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8602         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8603         excessive whitespace from the default values of title and description.
8605 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8607         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8608         mail-fetch-field to fetch Content-Description header in order to
8609         exclude newlines.
8611 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8613         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8614         to deleted part.
8616 2009-05-30  David Engster  <dengste@eml.cc>
8618         * nnmairix.el: Remove old documentation in the commentary block.
8619         (nnmairix-request-group): Do not update active file for nnml back ends.
8620         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8621         end so that overview files are ignored.
8622         (nnmairix-update-groups): Make updating the groups more robust by using
8623         marks.
8624         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8625         with dollar characters in message-id.
8627 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8629         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8630         2008-12-25 in dns.el.
8632 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8634         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8635         could happen if the text is only composed of spaces and/or tabs.
8637 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8639         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8640         when sending a queued message to avoid extra mml tags.
8642 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8644         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8646 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8648         * gnus-dired.el: Remove autoload for gnus-setup-message.
8649         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8650         displaying Gnus logo; always use compose-mail.
8652 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8654         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8656 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8658         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8659         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8660         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8661         available.
8662         (gnus-nocem-epg-verify): New function.
8664 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8666         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8668 2009-02-15  Glenn Morris  <rgm@gnu.org>
8670         * gnus-util.el (rmail-insert-rmail-file-header)
8671         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8672         autoloads.
8673         (rmail-default-rmail-file): Remove unnecessary declaration.
8674         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8676 2009-02-14  Glenn Morris  <rgm@gnu.org>
8678         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8679         variable (only used in gnus-util, which declares it anyway).
8680         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8681         which was only needed by gnus-art (changed to not use it any more).
8682         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8683         only used in gnus-util, which autoloads it itself.
8684         (rmail-update-summary): Fix autoload.
8686         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8687         rather than rmail-output-to-rmail-file.
8689 2009-02-07  Glenn Morris  <rgm@gnu.org>
8691         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8692         autoload of function that no longer exists.
8693         (rmail-toggle-header): Declare.
8694         (message-forward-rmail-make-body): Handle mbox Rmail.
8696 2009-01-31  Glenn Morris  <rgm@gnu.org>
8698         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8699         2009-01-09 change.
8701 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8703         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8704         (auth-source-forget-all-cached): New convenience function.
8705         (auth-source-user-or-password): Accept list of modes or a single mode.
8707         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8708         auth-source modes.
8710         * nnimap.el (nnimap-open-connection): Use list of
8711         auth-source modes.
8713         * nntp.el (nntp-send-authinfo): Use list of
8714         auth-source modes.
8716 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8718         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8719         now.
8721 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8723         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8724         coding system in XEmacs; add a workaround for XEmacs.
8726 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8728         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8729         of current-language-environment.
8731 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8733         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8734         available at runtime.
8736 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8738         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8740 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8742         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8743         the greatest positive fixnum value doesn't work under an XEmacs with
8744         bignum support; use the most-positive-fixnum constant instead,
8745         available since Emacs 21.1 with cl and XEmacs 21.1.
8747 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8749         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8750         XEmacs gets not to work.
8752 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8754         * mm-util.el (mm-coding-system-priorities): Allow the value like
8755         "Japanese (UTF-8)" of current-language-environment.
8757 2009-01-09  Glenn Morris  <rgm@gnu.org>
8759         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8760         with last-command-event.
8762 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8764         * message.el (message-fix-before-sending): Amend comment.
8766 2009-01-07  David Engster  <dengste@eml.cc>
8768         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8769         simplified server definitions by converting it via
8770         gnus-server-to-method.
8772 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8774         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8775         parameter's operands.
8777 2009-01-06  David Engster  <dengste@eml.cc>
8779         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8780         primary select method (for gnus-group-mark-article-as-read).
8782 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8784         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8785         `(gnus)Face', not `(gnus)X-Face'.
8787 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8789         * mm-util.el (mm-ucs-to-char): New function.
8791         * mm-url.el (mm-url-decode-entities): Use it.
8793 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8795         * message.el (message-fix-before-sending): Add `eight-bit' to
8796         illegible-text check.
8798 2009-01-03  Michael Olson  <mwolson@gnu.org>
8800         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8801         `headers' is nil.  This can occur if the IMAP server does not have
8802         permissions to read messages from a folder, but can write new messages
8803         to the folder.
8804         (nnimap-request-article-part): Do not insert `data' if it is nil.
8806 2009-01-01  Dave Love  <fx@gnu.org>
8808         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8810         * nnimap.el: Fix author email.
8811         (nnimap-split-rule): Add FIXME comment.
8812         (nnimap-debug): Fix doc string.
8814 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8817         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8818         to check if those variables exist (first appeared in Emacs 18.50).
8820 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8822         * mm-util.el (mm-line-number-at-pos): New function.
8824         * spam-report.el (spam-report-process-queue): Use it.
8826 2008-12-24  David Engster  <dengste@eml.cc>
8828         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8829         parameters that haven't existed as variables as buffer-local variables.
8831 2008-12-23  Dave Love  <fx@gnu.org>
8833         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8834         cadar.
8836         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8837         imap-starttls-p.
8838         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8840 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8842         * spam-report.el (spam-report-gmane-max-requests): New constant.
8843         (spam-report-gmane-wait): New variable.
8844         (spam-report-gmane-ham, spam-report-gmane-spam)
8845         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8846         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8847         the server.
8849         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8850         Add explanations.
8852         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8853         nnheader-accept-process-output and nnheader-read-timeout if available.
8854         (pop3-movemail): Use it.
8856         * message.el (message-check-news-body-syntax): Fix signature check if
8857         there's an attachment.
8859 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8861         * mm-util.el: Add comments to the mm- emulating functions.
8863 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8865         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8866         Reported by Stephen Berman <stephen.berman@gmx.net>.
8868 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8870         * mm-util.el (mm-substring-no-properties): New function.
8871         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8872         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8873         (mm-string-to-multibyte): Doc fix.
8875         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8877 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8879         * mml.el (mml-attach-file): Strip text properties from file name.
8880         (Bug#1574)
8882 2008-12-16  Glenn Morris  <rgm@gnu.org>
8884         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8886 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8888         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8889         knows since the charset specified might be a bogus alias that
8890         mm-charset-synonym-alist provides.
8892 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8894         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8895         "ISO_8859-1".
8897         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8899 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * mm-util.el (mm-charset-eval-alist):
8902         Define it before mm-charset-to-coding-system.
8903         (mm-charset-to-coding-system): Add optional argument `silent';
8904         define it before mm-charset-override-alist.
8905         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8906         default value if it can be used in Emacs currently running;
8907         silence mm-charset-to-coding-system.
8909 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8911         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8912         `allow-override' which says whether to use `mm-charset-override-alist'.
8913         (rfc2047-decode-encoded-words): Use it.
8915         * mm-util.el (mm-charset-override-alist): Fix custom type;
8916         add `(gb2312 . gbk)' to choices.
8918 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8920         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8921         fast.
8923         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8925 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8927         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8928         on links.
8930         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8932 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8934         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8935         users' addresses that don't have domain parts.
8936         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8937         rather than message-narrow-to-head since there will be the message
8938         header separator.
8940 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8942         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8943         since the result is inserted in a unibyte buffer anyway.
8944         (nnimap-demule-use-string-to-multibyte): Remove.
8945         (nnimap-demule): Alias it to mm-string-to-multibyte.
8947 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8949         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8950         variable for debugging bug#464 and bug#1174.
8951         (nnimap-demule): Use it.
8953 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8955         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8956         score calculation correctly.
8958 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * message.el (message-send-mail): Just set the buffer to unibyte
8961         rather than use mm-with-unibyte-current-buffer which does a lot more.
8962         (message-send-mail-partially): Don't bother with
8963         mm-with-unibyte-current-buffer since it's already been made unibyte by
8964         message-send-mail.
8966 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8968         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8970 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8972         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8974 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8976         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8977         require itself and to remove `with-no-warnings'.
8979 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8981         * starttls.el (starttls-any-program-available): Get the name of the
8982         available TLS layer program.
8983         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8984         well as the host name in the "opening" message.
8986         * auth-source.el (auth-source-cache, auth-source-do-cache)
8987         (auth-source-user-or-password): Cache passwords and logins by default,
8988         allow override with `auth-source-do-cache'.
8989         (auth-source-forget-user-or-password): Allow users to remove cache
8990         entries if needed.
8992 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8994         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8995         condition-case to only the forward-sexp call.
8997 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8999         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9000         quotes contained.  Make it more robust regardless by an extra
9001         condition-case wrapper.
9003 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9005         * nnml.el (nnml-request-expire-articles): Check if the function set to
9006         `nnmail-expiry-target' returns the symbol `delete'.
9008         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9010         * nnmail.el (nnmail-expiry-target): Fix custom type.
9012 2008-10-02  Glenn Morris  <rgm@gnu.org>
9014         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9015         Silence compiler warning.
9017 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9019         * mml.el (mml-menu): Don't assume mml2015 is bound.
9021 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9023         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9024         exists.
9026 2008-09-27  Glenn Morris  <rgm@gnu.org>
9028         * gnus-util.el (mail-header-remove-comments): Autoload it.
9030 2008-09-27  Andreas Schwab  <schwab@suse.de>
9032         * gnus-util.el (gnus-split-references): Strip comments.
9033         (gnus-parent-id): Likewise.
9035 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9037         * message.el (message-confirm-send): Fix version.
9039 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9041         * message.el (message-idna-to-ascii-rhs-1): Use
9042         mail-extract-address-components rather than mail-header-parse-addresses
9043         that is an alias by default to ietf-drums-parse-addresses that does not
9044         support non-ASCII names in headers' contents.
9046 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9048         * message.el (message-confirm-send): Fix variable documentation to
9049         avoid the "y/n" wording.
9051 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9053         * message.el (message-set-auto-save-file-name): Save to a different
9054         filename so multiple messages (especially drafts) can be recovered.
9056 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9058         * message.el (message-confirm-send): Add appropriate version.
9060 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9062         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9063         defvar.
9065 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9067         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9068         (mm-pkcs7-enveloped-magic): Ditto.
9070 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9072         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9073         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9075 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9077         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9078         default, it's better.
9080 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9082         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9083         summary line gnus-number property and ignore them (with a warning
9084         message).
9086 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9088         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9089         macro caddr in the interactive form since it won't be expanded.
9091 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9093         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9094         `charset'; fix name of function called recursively.
9095         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9097 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9099         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9100         (gnus-mime-set-charset-parameters): New function.
9101         (gnus-mime-view-part-as-charset): Use it to correctly display part
9102         specifying wrong charset.
9104 2008-09-08  David Engster  <dengste@eml.cc>
9106         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9107         in completing-read for back end server.
9109 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9111         * message.el (message-confirm-send): New variable to confirm sending a
9112         message.
9113         (message-send): Use it.
9115 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9117         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9119 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9121         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9123 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9125         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9126         prevent tracking too many groups.
9127         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9128         Use it.
9130 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9132         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9133         moving point to the bottom of the window in order to avoid recentering.
9135 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9137         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9138         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9139         (gnus-article-beginning-of-window): Fix calculation.
9141 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9143         * gnus-msg.el (gnus-summary-supersede-article)
9144         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9145         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9146         message header.
9148 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9150         * message.el:
9151         * gnus-start.el:
9152         * gnus-registry.el: Remove VMS support.
9154 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9156         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9157         macro.
9158         (rfc2104-hash): Use it.
9160 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9162         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9163         (gnus-summary-sort-by-most-recent-date): New commands.
9164         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9165         and menu entries.
9167 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9169         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9170         don't redisplay article for raw contents; remove plural articles stuff.
9172         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9173         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9174         on gnus-summary-save-article; display results properly.
9176 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9178         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9180 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9182         * gnus-art.el (gnus-summary-save-in-pipe):
9183         Consider gnus-save-all-headers.
9185 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9187         * gnus-util.el (ns-focus-frame): Remove declaration.
9188         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9189         like x.
9191 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9193         * rfc2104.el (rfc2104-zero): Delete defconst.
9194         (rfc2104-hex-alist): Likewise.
9195         (rfc2104-hex-to-int): Delete func.
9196         (rfc2104-hexstring-to-bitstring): Likewise.
9197         (rfc2104-nybbles): New defconst.
9198         (rfc2104-hash): Rewrite for speed.
9200 2008-07-16  Glenn Morris  <rgm@gnu.org>
9202         * gnus-util.el (ns-focus-frame): Declare for compiler.
9204 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9206         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9207         set as a group parameter.
9208         (gnus-summary-save-in-pipe): Work when it is called independently.
9209         (gnus-summary-pipe-to-muttprint): Don't modify
9210         gnus-summary-pipe-output-default-command.
9212 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * message.el (message-send-mail-with-sendmail):
9215         Display the error message.
9217 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9219         * gnus-art.el (gnus-default-article-saver):
9220         Add gnus-summary-save-in-pipe to choices.
9221         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9222         gnus-summary-pipe-output-default-command as the default command.
9223         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9224         instead of gnus-last-shell-command.
9226         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9227         New user option.
9228         (gnus-summary-muttprint-program): Mention the value will be changed.
9229         (gnus-summary-save-article): Force showing of all headers.
9230         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9232 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9234         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9236 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9238         * nnimap.el (nnimap-id):
9239         * sieve-manage.el (sieve-manage-open): Doc fixes.
9241 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9243         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9244         if available.
9246 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9250         * nnkiboze.el (nnkiboze-generate-group):
9251         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9253         * nnmairix.el: Require CL.
9255 2008-06-15  David Engster  <dengste@eml.cc>
9257         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9259 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9261         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9262         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9263         runtime choice under XEmacs.
9265         * gnus-sum.el (gnus-summary-set-display-table):
9266         Use `gnus-put-display-table', `gnus-get-display-table',
9267         `gnus-set-display-table' for the display table, instead of `aset'.
9269 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9271         * nnmairix.el: Add autoloads.
9273 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9275         * nnmairix.el (nnmairix-delete-recreate-group)
9276         (nnmairix-update-and-clear-marks): Fix error messages.
9278 2008-06-14  David Engster  <dengste@eml.cc>
9280         * nnmairix.el: Upgrade to version 0.6.
9281         (nnmairix-group-toggle-propmarks-this-group)
9282         (nnmairix-group-toggle-readmarks-this-group)
9283         (nnmairix-group-delete-recreate-this-group)
9284         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9285         (nnmairix-remove-tick-mark-original-article): New commands.
9286         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9287         (nnmairix-propagate-marks-to-nnmairix-groups)
9288         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9289         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9290         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9291         functions needed for marks propagation and manipulation of read marks.
9292         (nnmairix-update-groups): New function.
9293         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9294         (nnmairix-determine-original-group-from-registry)
9295         (nnmairix-determine-original-group-from-path)
9296         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9297         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9298         New helper functions.
9299         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9300         keystrokes for new commands.
9301         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9302         (nnmairix-request-group): Check allow-fast group parameter.
9303         (nnmairix-request-create-group): Set allow-fast group parameter if
9304         nnmairix-allowfast-default is set.
9305         (nnmairix-close-group): Propagate marks upon closing if needed.
9306         (nnmairix-group-toggle-threads-this-group): Use new.
9307         nnmairix-group-toggle-parameter helper function.
9308         (nnmairix-search): Better check for empty search result.
9309         (nnmairix-goto-original-article): Use new helper functions for
9310         determining original article.
9311         (nnmairix-show-original-article): Make sure message-id is in brackets.
9312         (nnmairix-call-mairix-binary): Change variable name.
9313         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9314         helper function.
9315         (nnmairix-widget-toggle-activate): Fix doc string.
9317 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9319         * nnir.el: Require edmacro when compiling with XEmacs.
9320         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9321         available in Emacs 21.
9323 2008-06-11  Glenn Morris  <rgm@gnu.org>
9325         * gnus-util.el (x-focus-frame):
9326         * gnus.el (image-size):
9327         * mm-decode.el (image-size): Declare.
9329         * gnus-picon.el (declare-function): Add compat definition.
9330         (image-size): Declare.
9332         * gnus-group.el (tool-bar-map):
9333         * gnus-sum.el (tool-bar-map): Define for compiler.
9335         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9337         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9339         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9340         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9341         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9342         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9343         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9344         * sieve-manage.el, spam-report.el, spam.el:
9345         Remove unnecessary eval-and-compile of autoloads.
9347 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9349         * auth-source.el: Precise Tramp doc.
9351 2008-06-07  Glenn Morris  <rgm@gnu.org>
9353         * nnmairix.el: Remove unnecessary eval-when-compile.
9355 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
9357         * nnir.el: New file.
9359 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9361         * gnus-util.el (gnus-read-shell-command): New function.
9362         * mm-decode.el (mm-pipe-part):
9363         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9365 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9367         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9369 2008-06-03  Glenn Morris  <rgm@gnu.org>
9371         * pop3.el (nnheader-accept-process-output): Autoload it.
9373 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9375         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9376         are not 2-digit hexadecimal characters that follow `%'s.
9378 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9380         * message.el (message-bogus-recipient-p): Fix type in doc string.
9381         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9382         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9383         Improve custom options.
9384         (message-bogus-recipient-p): Adjust accordingly.
9386 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9388         * nnmairix.el: Require edmacro when compiling with XEmacs.
9390 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9392         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9393         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9395 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9397         * auth-source.el: Add more docs.
9399 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9402         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9403         retrieval faster in some cases, but might make CPU usage larger.
9404         If this has any bad side effects, we might revert this change.
9406         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9407         seems to make mail retrieval much, much faster.
9408         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9409         unconditionally.
9411         * gnus-draft.el (gnus-group-send-queue):
9412         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9414 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9416         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9418         * message.el (message-bogus-address-regexp): Fix and improve custom
9419         type.
9420         (message-setup-hook): Add message-check-recipients as custom option.
9422 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9424         * message.el (message-cite-function): Remove bogus autoload which crept
9425         in during merge from v5-10.
9427 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9429         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9431         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9433         * auth-source.el: Preliminary Tramp docs.
9434         (auth-sources): Change the default auth-sources to use
9435         EPA .gpg files.
9437 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9439         * nntp.el: Autoload `auth-source-user-or-password'.
9440         (nntp-send-authinfo): Use it.
9442         * nnimap.el: Autoload `auth-source-user-or-password'.
9443         (nnimap-open-connection): Use it.
9445         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9446         for the gnus-message function.
9447         (auth-source-user-or-password): Use it.
9449 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9452         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9453         (rfc2104-hash): Use it.
9455 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9457         * gnus-art.el (gnus-article-toggle-truncate-lines):
9458         Don't use `iff' in docstring.
9460 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9462         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9464         * gnus-util.el (gnus-extract-address-component-name)
9465         (gnus-extract-address-component-email): Convenience functions around
9466         `gnus-extract-address-components'.
9468         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9469         Use `gnus-extract-address-component-email' to fix bug of comparing full
9470         sender name to `user-mail-address'.
9472 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9474         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9475         catch/throw to optimize.
9476         (gnus-registry-find-keywords): Just use member to find a keyword.
9478 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9480         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9481         is current before calling gnus-server-prepare.
9482         (gnus-server-setup-buffer, gnus-server-update-server)
9483         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9485 2008-05-04  Juri Linkov  <juri@jurta.org>
9487         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9488         (mailcap-file-default-commands): Use mailcap-replace-in-string
9489         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9490         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9492 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9494         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9496 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9499         hooks.
9500         (gnus-update-read-articles): Speed up non-marks-using users.
9501         (gnus-use-marks): Define gnus-use-marks.
9502         (gnus-propagate-marks): Rename variable to something more sensible.
9504 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9506         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9507         (gmm-image-load-path-for-library): Fix typos in docstrings.
9508         (gmm-message): Reflow docstring.
9510 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9512         * mail-source.el (mail-source-set-1, mail-source-bind):
9513         Move auth-source code out of the macro to clean it up and fix bugs.
9515 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9517         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9518         by sender if it's equal to user-mail-address, it's likely to be
9519         useless.
9521         * mail-source.el (mail-source-bind): Don't use user or password if they
9522         are not bound.  Unintern them if they are nil.  Don't use server unless
9523         it's bound, and default it to empty string otherwise.
9525 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9527         * mail-source.el: Load auth-source.el.
9528         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9529         get user name or password, if auth-sources is set up.
9531         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9532         strategy of splitting with parent.
9533         (gnus-registry-split-fancy-with-parent)
9534         (gnus-registry-post-process-groups): Use it and fix prior
9535         bug (returning a list as the split result).
9537         * auth-source.el (auth-sources): Remove server parameter.
9538         (auth-source-pick, auth-source-user-or-password)
9539         (auth-source-user-or-password-imap)
9540         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9541         (auth-source-user-or-password-sftp)
9542         (auth-source-user-or-password-smtp): Remove server parameter.
9544 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9546         * smime.el (smime-sign-region, smime-encrypt-region)
9547         (smime-decrypt-region):
9548         Remove redundant calls to `generate-new-buffer-name'.
9550 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9552         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9553         Don't use QP for message/rfc822.
9554         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9556 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9558         * sieve-manage.el (sieve-string-bytes): Remove.
9559         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9560         correct byte-length only if the process's coding-system is the same as
9561         the one used internally by Emacs to represent strings.
9563 2008-04-22  Juri Linkov  <juri@jurta.org>
9565         * mailcap.el (mailcap-file-default-commands): New function.
9567 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9569         * message.el (message-signature-separator, message-cite-function):
9570         Change custom version.
9572 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9574         * mm-decode.el (mm-display-external): Make temp file read-only.
9576 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9578         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9579         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9580         `C-c C-f d'.
9582 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9584         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9586 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9588         * auth-source.el: Add docs.
9589         (auth-sources): Modify format to support server.
9590         (auth-source-pick, auth-source-user-or-password)
9591         (auth-source-user-or-password-imap)
9592         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9593         (auth-source-user-or-password-sftp)
9594         (auth-source-user-or-password-smtp): Add server parameter.
9596 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9598         * gnus-registry.el: Initialize the registry when gnus-registry-install
9599         is t.
9601 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9603         * compface.el (uncompface): Make buffer unibyte.
9605 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * mail-source.el (mail-source-value):
9608         Prefer fboundp to functionp so it works with macros as well.
9610 2008-04-05  Glenn Morris  <rgm@gnu.org>
9612         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9614 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9616         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9617         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9619         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9620         multibyteness after rather than before erasing it.
9622         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9623         mm-with-multibyte.
9624         (gnus-request-article-this-buffer): Make sure the proper decoding is
9625         used if gnus-original-article-buffer happens to be unibyte.
9627         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9628         default-enable-multibyte-characters.
9630         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9631         default-enable-multibyte-characters.
9633         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9635         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9637 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9639         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9640         Fix last change in case the element is not even a symbol.
9642 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9644         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9645         imap-enable-exchange-bug-workaround.
9646         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9648 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9650         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9651         a 100 byte status-checks into a 2-3MB transfer for each group.
9652         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9653         to enable bug workaround or not.
9654         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9656 2008-03-31  Glenn Morris  <rgm@gnu.org>
9658         * message.el (mml2015-use): Declare for compiler.
9659         (message-info): Require mml2015 when appropriate.
9661 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9663         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9664         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9665         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9666         (nntp-service-to-port): New function.
9667         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9668         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9669         (nntp-open-netcat-stream): New function.
9670         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9672 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9674         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9676 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9678         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9680 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9682         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9684 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9686         * message.el (message-signature-separator): Change default.
9687         Improve custom type.
9688         (message-cite-function): Change default to
9689         message-cite-original-without-signature.
9691         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9692         toggle.
9694         * message.el (message-check-news-body-syntax): Fix signature check.
9695         (message-setup-1): Mark buffer as unmodified _after_ running
9696         message-setup-hook and handling message-alternative-emails.
9697         (message-shorten-references): Be more strict when building list of
9698         valid references to comply with GNKSA.
9700         * gnus-group.el (gnus-read-ephemeral-bug-group)
9701         (gnus-read-ephemeral-debian-bug-group)
9702         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9704         * message.el (message-info): Don't use booleanp which isn't supported
9705         in Emacs 21 and XEmacs.
9707 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9709         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9710         gnus-group-gmane-group-download-format.
9711         (gnus-group-read-ephemeral-gmane-group): Rename from
9712         gnus-group-read-ephemeral-gmane-group.
9713         (gnus-read-ephemeral-gmane-group-url): Rename from
9714         gnus-group-read-ephemeral-gmane-group-url.
9715         (gnus-bug-group-download-format-alist): New variable.
9716         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9717         (gnus-read-ephemeral-emacs-bug-group): New commands.
9719 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9721         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9722         (gnus-visible-headers): Improve custom type.
9724 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9726         * mml.el (mml-menu): Add workarounds for XEmacs.
9728         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9729         X-Boundary header.
9731         * message.el (message-simplify-recipients): Fix previous commit.
9733 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * mm-util.el (mm-set-buffer-multibyte): New function.
9736         * mm-decode.el (mm-copy-to-buffer): Use it.
9738         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9739         Prefer fboundp to functionp so it works with macros as well.
9741 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9743         * message.el (message-alter-recipients-discard-bogus-full-name):
9744         New function.
9745         (message-alter-recipients-function): New variable.
9746         (message-get-reply-headers): Use it.
9747         (message-replace-header): New helper function.
9748         (message-recipients-without-full-name): New variable.
9749         (message-simplify-recipients): New command.
9751         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9753         * message.el (message-info): Handle EasyPG manual.
9755         * mml.el (mml-menu): Add entry for EasyPG.
9757 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9759         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9760         parameter.
9762         * message.el (message-disassociate-draft): Specify drafts group name
9763         fully.
9765 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9767         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9768         Eliminate unnecessary duplicates from the match list.
9770 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9772         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9773         args of `how-many' of which the XEmacs version doesn't take; declare
9774         Info-index-next as function.
9776 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9778         * gnus-score.el (gnus-score-headers): Fix handling of
9779         gnus-inhibit-slow-scoring.
9781         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9782         string.
9783         (gnus-button-url-regexp): Improve handling of parenthesis.
9784         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9785         (gnus-button-handle-info-keystrokes): Handle index entries.
9787 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9789         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9790         Incoming* files.
9792 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9794         * auth-source.el (auth-sources): Rename from auth-source-choices.
9795         (auth-source-pick): Use it.
9797 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9799         * auth-source.el (auth-source-protocols)
9800         (auth-source-protocols-customize, auth-source-choices): Add and
9801         modified variable customizations and defaults.
9802         (auth-source-pick, auth-source-user-or-password)
9803         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9804         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9805         (auth-source-user-or-password-sftp)
9806         (auth-source-user-or-password-smtp): Use new variables and provide an
9807         interface to netrc.el.
9809 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9811         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9812         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9813         Make sure the nntp port to specify is a string.
9815 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * nntp.el: Use with-current-buffer.
9818         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9819         dubious mm-with-unibyte-current-buffer.
9820         (nntp-with-open-group-function): New function extracted from
9821         nntp-with-open-group macro.
9822         (nntp-with-open-group): Use the function, so it's easier to debug.
9823         Add indentation and debugging info.
9824         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9825         Recommend the use of the netcat alternatives.
9827         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9828         Avoid mm-string-as-multibyte as well.
9830         * nnweb.el (nnweb-insert-html):
9831         Remove use of nnheader-string-as-multibyte.
9833         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9834         (nnheader-string-as-multibyte): Remove.
9836         * mm-view.el: Use inhibit-read-only.
9837         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9838         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9839         or unibyte-string.
9841         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9842         (mm-uu-yenc-extract): Use with-current-buffer.
9844         * gnus-soup.el (gnus-soup-send-packet): Don't use
9845         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9847         * nnmh.el: Use with-current-buffer.
9848         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9849         mm-string-as-multibyte on the output of mm-encode-coding-string.
9851         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9852         (nnimap-request-move-article): Use with-current-buffer.
9854         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9855         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9856         conversion uses string-make-unibyte rather than string-as-unibyte.
9858         * gnus-msg.el: Use with-current-buffer.
9860         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9862 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9864         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9865         string for caching if it is 'PIN.
9867 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9869         * mail-source.el (mail-source-delete-old-incoming-confirm):
9870         Change default to nil.
9871         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9873 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9875         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9876         (gnus-article-goto-prev-page): Work for articles having ^L's.
9878         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9880         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9882 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9884         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9885         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9886         (gnus-bookmark-jump): Adjust some variable names.
9888 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9890         * auth-source.el: New package.
9891         (auth-source-choices): Add customization entry point variable.
9893         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9894         bug.
9896 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9898         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9899         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9900         (gnus-registry-install-shortcuts): Rename from
9901         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9902         the `gnus-registry-mark-map' keymap dynamically from
9903         `gnus-registry-marks'.  The generated functions update the summary line
9904         when a registry mark is added or deleted, and will call
9905         `gnus-registry-install-p' (see the comments in the code).
9906         (gnus-registry-user-format-function-M): Use concat intelligently.
9908         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9909         the registry mark functions.
9911 2008-03-05  Glenn Morris  <rgm@gnu.org>
9913         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9914         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9915         gnus-art.
9916         (top-level): No need to load own source when compiling.
9918 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9920         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9921         Suggested by <chris.anderton@zetnet.co.uk>.
9923 2008-03-04  Glenn Morris  <rgm@gnu.org>
9925         * gnus-sum.el (top-level): No need to require gnus when compiling,
9926         since unconditionally required near start of file.
9927         (gnus-summary-display-while-building): Move definition before use.
9929 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9931         * gnus-registry.el (gnus-registry-user-format-function-M):
9932         Add formatting function.
9934 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9936         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9937         with plists.
9938         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9939         Use new format.
9941 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9943         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9944         `where-is-internal' that returns a range of key sequences.
9946 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9948         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9950         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9951         (gnus-summary-jump-to-group): Consider windows on other displayed
9952         frames as well.  Similar changes might be needed elsewhere, but that's
9953         the one I've bumped into during my use.
9955         * nndoc.el (nndoc-oe-dbx-type-p):
9956         * gnus-msg.el (gnus-debug):
9957         * gnus-group.el (gnus-update-group-mark-positions):
9958         Use mm-string-to-multibyte.
9960 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9962         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9963         doesn't handle NotDashEscaped.
9965         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9966         (mml-dnd-attach-options): Fix typo in custom choice.
9968         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9969         Change nndoc-article-type to mbox.
9970         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9972         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9973         to nil, instead of html2text.
9975         * imap.el (imap-debug): Add `imap-ping-server'.
9977         * gnus-bookmark.el: Add FIXMEs.
9979         * message.el (message-form-letter-separator)
9980         (message-send-form-letter-delay): New variables.
9981         (message-send-form-letter): Use them.  New command to send form
9982         letters.  Requested by Uwe Siart.
9983         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9985 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9987         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9988         empty author.
9990 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9992         * gnus-registry.el (gnus-registry-marks): Add variable for
9993         customization of marks and their appearance.
9994         (gnus-registry-read-mark): Use it.
9995         (gnus-registry-do-marks): Add utility function to loop through
9996         `gnus-registry-marks'.
9997         (gnus-registry-install-shortcuts-and-menus): Add function to install
9998         shortcuts and menus.
9999         (gnus-registry-initialize): Use it.
10000         (gnus-registry-default-mark): Clarify documentation.
10002 2008-02-29  Glenn Morris  <rgm@gnu.org>
10004         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10005         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10006         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10007         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10008         Change defcustom :version from 23.0 to 23.1.
10010 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10012         * gnus-registry.el (gnus-registry-follow-group-p)
10013         (gnus-registry-post-process-groups): Add functions to aid registry
10014         splitting and improve logging.  Clarify behavior in function
10015         documentation.
10016         (gnus-registry-split-fancy-with-parent): Use them.
10018 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * gnus-art.el: Use with-current-buffer.
10022 2008-02-27  David Engster  <dengste@eml.cc>
10024         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10025         Express real group name in the response.
10027 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10030         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10031         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10032         autoload gnus-registry-fetch-group when compiling.
10033         (nnmairix-request-group-with-article-number-correction):
10034         Remove unreferenced argument passed to nnmairix-call-backend.
10036 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10038         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10039         (mm-uu-extract): Improve face for low color ttys.
10040         Reported by Sascha Wilde.
10042 2008-02-27  Glenn Morris  <rgm@gnu.org>
10044         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10045         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10046         variables to defconsts.  Convert comments to doc-strings.
10047         (nnmairix-last-server, nnmairix-current-server): Convert from free
10048         variables to defvars.  Convert comments to doc-strings.
10049         (gnus-registry-fetch-group): Autoload.
10050         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10051         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10052         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10053         caddr.
10054         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10055         nnmairix-request-group-with-article-number-correction call.
10056         (nnmairix-fast, nnmairix-group): New, less general names, for free
10057         variables passed from nnmairix-request-group to
10058         nnmairix-request-group-with-article-number-correction.  Declare.
10059         (nnmairix-request-group-with-article-number-correction):
10060         Use nnmairix-fast, nnmairix-group rather than fast, group.
10062 2008-02-26  David Engster  <dengste@eml.cc>
10064         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10065         version 0.5.
10067 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10069         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10070         instead of making an extra function call.  Don't add the current group
10071         to articles only when they have the group.  Use
10072         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10073         Reported by David <de_bb@arcor.de>.
10075 2008-02-24  Miles Bader  <miles@gnu.org>
10077         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10078         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10079         (mm-find-mime-charset-region):
10080         * mm-bodies.el (mm-encode-body):
10081         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10083 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10085         * mail-source.el (mail-source-delete-incoming): Change default.
10086         Supplement doc string.
10088         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10090 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10092         * nnmail.el (nnmail-message-id-cache-file): Derive from
10093         `gnus-home-directory'.
10095 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10097         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10098         Document negative prefix.
10100         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10102 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104         * message.el (message-unsent-separator): Add the Exim bounce
10105         separator.
10107 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10109         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10110         list.
10111         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10112         recipient/signer list.
10114 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10116         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10117         fbound (Emacs 23 unicode), signal an error.
10119 2008-02-08  Glenn Morris  <rgm@gnu.org>
10121         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10123 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10125         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10126         ports to the calls to `netrc-machine-user-or-password' in addition to
10127         "imap" and "imaps".
10129 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10131         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10132         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10133         <hanche@math.ntnu.no>.
10135 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10137         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10139 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10141         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10143         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10145 2008-02-01  Miles Bader  <miles@gnu.org>
10147         * mml.el (mml-parse-1): Remove apparently vestigial use of
10148         `mm-hack-charsets'.
10149         * mm-bodies.el (mm-encode-body): Likewise.
10151 2008-02-01  Kenichi Handa  <handa@m17n.org>
10153         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10154         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10155         (rfc2104-hash): Convert the result of concat to unibyte string.
10157 2008-02-01  Dave Love  <fx@gnu.org>
10159         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10160         coding-system-for-read.
10161         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10163         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10164         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10165         (mm-find-mime-charset-region): Remove hack-charsets stuff.
10167 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10169         * mail-source.el (mail-sources): Add `group' choice.
10171         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10172         parameter `in-group' to control into which group the articles go.
10173         Add treatment of `group' mail-source.
10175 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10177         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10178         * message.el (message-beginning-of-line): Use featurep instead of bound
10179         tests in order to resolve conditionals at compile time.
10181 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10183         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10185         * mm-decode.el (mm-dissect-buffer): Decode description.
10187         * mml.el (mml-to-mime): Encode message header first.
10189 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10191         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10192         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10194 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10196         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10198 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10200         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10201         prefix keys.
10202         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10203         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10204         gnus-xmas.el.
10206 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10208         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10209         Add new variables for article mark management.
10210         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10211         list of extra data entries which, when present, will indicate that the
10212         article ID should not be trimmed from the registry.
10213         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10214         functions.
10215         (gnus-registry-read-mark): New function to read a mark name from the
10216         user.
10217         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10218         (gnus-registry-set-article-mark-internal): New functions to add and
10219         remove marks.
10220         (gnus-registry-get-article-marks): New function to show the marks for
10221         an article, or retrieve them for further use.
10223 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10225         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10226         keys when no argument is given.
10228 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10230         * gnus-sum.el (gnus-article-sort-by-random)
10231         (gnus-thread-sort-by-random): Fix doc strings.
10232         Reported by jidanni@jidanni.org.
10234 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10236         * gnus-art.el (gnus-article-describe-bindings): New function.
10237         (gnus-article-read-summary-keys): Use it.
10238         (gnus-article-mode-map): Bind `C-h b' to it.
10240 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10242         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10243         XEmacs.
10244         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10245         Protect against non-character events.
10247 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10249         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10250         New command.
10251         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10252         instead of END.  Change name of the temp file.
10253         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10254         customizable.
10256 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10259         bind `S W' to gnus-article-wide-reply-with-original; set default
10260         binding to gnus-article-read-summary-send-keys.
10261         (gnus-article-read-summary-keys): Fix the order of keys; display
10262         continuation keys correctly in the echo area; describe bindings
10263         correctly when keys end with `C-h'.
10264         (gnus-article-read-summary-send-keys): New function.
10265         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10266         Work for gnus-article-read-summary-send-keys; display continuation keys
10267         correctly in the echo area.
10268         (gnus-article-reply-with-original): Ignore prefix argument.
10269         (gnus-article-wide-reply-with-original): New function.
10271 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10273         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10274         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10276 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10278         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10279         (gnus-group-read-ephemeral-gmane-group): New command.
10281 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10285 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10287         * message.el (message-send-mail-function): Increase custom version.
10289         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10290         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10292 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10294         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10295         html parts correctly; support forwarded messages.
10296         (gnus-article-browse-html-article): Remove work buffers.
10298         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10299         compiling.
10300         (netrc-bound-and-true-p): New macro.
10301         (netrc-parse): Use it instead of bound-and-true-p that is not available
10302         in XEmacs 21.4.
10304 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10306         * gnus-registry.el (gnus-registry-mark-article)
10307         (gnus-registry-article-marks): Add functionality to mark articles
10308         through the Gnus registry.
10310         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10311         (netrc-parse): Use encrypt-file-alist to determine if
10312         encrypt-find-model or encrypt-insert-file-contents should be used.
10314 2007-12-19  Glenn Morris  <rgm@gnu.org>
10316         * mml.el (message-options-set, message-narrow-to-head)
10317         (message-in-body-p, message-mail-p, message-encode-message-body):
10318         Autoload.
10319         (message-remove-header, message-narrow-to-headers-or-head)
10320         (message-subscribed-p, message-make-mail-followup-to)
10321         (message-position-on-field, message-news-p)
10322         (message-options-set-recipient, message-generate-headers)
10323         (message-sort-headers): Declare as functions.
10325 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10327         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10328         convention in doc string.
10330 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10332         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10333         title to html parts.
10334         (gnus-article-browse-html-article): Pass message header to it.
10336         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10338 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10340         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10341         or password compatible with XEmacs.
10343 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10345         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10346         format document.
10347         (gnus-mime-delete-part): Don't write description line if empty.
10348         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10350 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
10352         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10353         (gnus-summary-mark-read-and-unread-as-read)
10354         (gnus-summary-mark-current-read-and-unread-as-read)
10355         (gnus-summary-mark-unread-as-ticked): Doc fix.
10356         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10358 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10360         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10361         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10363 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10365         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10366         yes-or-no-p.
10368 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * mm-decode.el (mm-add-meta-html-tag): New function.
10371         (mm-save-part-to-file, mm-pipe-part): Use it.
10373         * gnus-art.el (gnus-article-browse-delete-temp-files):
10374         Use gnus-y-or-n-p instead of y-or-n-p.
10375         (gnus-article-browse-html-parts): Work with message/external-body; use
10376         mm-add-meta-html-tag.
10378 2007-12-11  Glenn Morris  <rgm@gnu.org>
10380         * gnus-cache.el: Require gnus-sum not just when compiling.
10382         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10384         * gnus-int.el (gnus-server-opened, gnus-status-message):
10385         Move definitions before use.
10387         * mm-decode.el: Require gnus-util.
10388         (mm-remove-part): Only call delete-annotation on XEmacs.
10390         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10392         * nnmail.el: Require gnus-int.
10394         * spam.el: Move `require's before `eval-when-compile's.
10396         * gnus-ems.el (gnus-alive-p):
10397         * gnus-fun.el (message-goto-eoh):
10398         * gnus-util.el (gnus-group-name-decode):
10399         * mail-source.el (gnus-compress-sequence):
10400         * message.el (Info-goto-node, format-spec):
10401         * mm-bodies.el (message-options-get):
10402         * mm-decode.el (mm-view-pkcs7):
10403         * mm-util.el (gmm-write-region):
10404         * mml-smime.el (mml-compute-boundary)
10405         (gnus-completing-read-with-default):
10406         * mml.el (widget-button-press, gnus-make-hashtable):
10407         * mml1991.el (mm-decode-content-transfer-encoding)
10408         (mm-encode-content-transfer-encoding)
10409         (message-options-get, message-options-set):
10410         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10411         * nnfolder.el (gnus-request-group):
10412         * nnheader.el (ietf-drums-unfold-fws):
10413         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10414         * smime.el (gnus-run-mode-hooks):
10415         * spam-stat.el (gnus-message): Autoload.
10417         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10418         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10419         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10420         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10421         Add declare-function compatibility definition.
10423         * gnus-cache.el (nnvirtual-find-group-art):
10424         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10425         (gnus-add-image, gnus-add-wash-type):
10426         * gnus-group.el (nnkiboze-score-file):
10427         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10428         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10429         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10430         (message-tokenize-header, gnus-get-buffer-create)
10431         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10432         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10433         * gnus.el (gnus-group-decoded-name):
10434         * mail-source.el (imap-capability):
10435         * mm-bodies.el (message-options-set):
10436         * mm-decode.el (gnus-configure-windows):
10437         * mm-extern.el (message-goto-body):
10438         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10439         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10440         (epg-sub-key-validity, message-options-set):
10441         * mml.el (widget-event-point, gnus-configure-windows):
10442         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10443         * mml2015.el (epg-check-configuration, epg-configuration)
10444         (message-options-set):
10445         * nndb.el (nndb-request-article):
10446         * nnfolder.el (gnus-request-create-group):
10447         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10448         * nnmaildir.el (gnus-group-mark-article-read):
10449         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10450         * rfc1843.el (message-fetch-field):
10451         * spam.el (gnus-extract-address-components):
10452         Declare as functions.
10454 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10458 2007-12-09  Glenn Morris  <rgm@gnu.org>
10460         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10462         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10463         * message.el, mm-view.el, sieve-manage.el, smime.el:
10464         Add declare-function compatibility definition.
10466         * gnus-art.el (w3-region, w3m-region, Info-menu):
10467         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10468         * gnus-sum.el (gnus-get-predicate):
10469         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10470         * message.el (mail-abbrev-in-expansion-header-p):
10471         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10472         (w3m-detect-meta-charset, w3m-region):
10473         * sieve-manage.el (password-read, password-cache-add)
10474         (password-cache-remove):
10475         * smime.el (password-read-and-add): Declare as functions.
10477 2007-12-08  David Kastrup  <dak@gnu.org>
10479         * gnus-sum.el (gnus-summary-simplify-subject-query):
10480         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10481         `message'.
10483 2007-12-07  Glenn Morris  <rgm@gnu.org>
10485         * gnus-art.el (article-make-date-line): Revert previous change.
10487 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10489         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10491 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10493         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10494         Call gnus-add-to-range ranges only once with a prepared article-list.
10496 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10498         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10499         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10500         group names with backslashes.
10501         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10503 2007-12-06  Deepak Goel  <deego3@gmail.com>
10505         * gnus-art.el (article-make-date-line):
10506         * gnus-start.el (gnus-load):
10507         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10509 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10511         * gnus-art.el (gnus-use-idna)
10512         * gnus-start.el (gnus-site-init-file)
10513         * message.el (message-use-idna)
10514         * mm-uu.el (mm-uu-hide-markers)
10515         * smiley.el (smiley-style): Revert changes that suppress warnings.
10517 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10519         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10520         specify charset to html source.
10521         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10523 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10525         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10526         idna-program in order to suppress byte compile warning issued by XEmacs
10527         that came to byte compile the default value section of defcustom forms
10528         recently.
10530         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10531         value of installation-directory.
10533         * message.el (message-use-idna): Don't directly refer to the value of
10534         idna-program.
10536         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10538         * smiley.el (smiley-style): Don't directly call face-attribute.
10540 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10542         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10544         * gnus-dired.el: Reduce Gnus dependencies.
10545         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10546         Don't require.  Use autoloads instead.
10547         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10548         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10549         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10550         (gnus-dired-mode): Adjust doc string.
10551         (gnus-dired-mail-mode): New variable.
10552         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10553         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10554         (gnus-dired-mail-buffers): New function.  Return mail or message
10555         composition buffers.
10556         (gnus-dired-attach): Use it.
10557         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10558         NO-DECODE.
10559         (gnus-dired-print): Use `gnus-print-buffer' depending on
10560         `gnus-dired-mail-mode'.
10562 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10564         * rfc2047.el (rfc2047-encoded-word-regexp)
10565         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10566         explaining what regexp patterns are for.
10568 2007-12-04  Glenn Morris  <rgm@gnu.org>
10570         * password.el: Move to ../password-cache.el.
10572         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10573         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10574         * mml-smime.el (password-read, password-cache-add)
10575         (password-cache-remove):
10576         No need to autoload, since mml-sec requires password.
10578         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10579         * message.el (gnus-extract-address-components):
10580         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10582         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10583         password.
10585 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10587         * mailcap.el: Reduce dependencies.
10588         (mail-header-parse-content-type): Autoload.
10589         (mailcap-delete-duplicates): New alias.
10590         (mailcap-mime-info): Add optional argument NO-DECODE.
10591         (mailcap-mime-types): Use mailcap-delete-duplicates.
10593         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10595 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10598         function.
10600         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10601         (gnus-uu-yenc-article): New function.
10603         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10605         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10607 2007-12-02  Glenn Morris  <rgm@gnu.org>
10609         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10610         Move to ../net.
10612         * binhex.el, uudecode.el: Move to ../mail.
10614         * encrypt.el: Remove file.
10616 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10618         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10619         matches on patches.
10621         * gnus-art.el (gnus-article-browse-html-article):
10622         Mention `mm-text-html-renderer' in the doc string.
10624         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10625         string.  Add comments.
10627         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10628         if rhs is ASCII.
10630 2007-12-01  Glenn Morris  <rgm@gnu.org>
10632         * dig.el, dns.el: Move to ../net.
10633         * format-spec.el, hex-util.el, sha1.el: Move to ../.
10635         * mail-source.el (top-level): Require format-spec before
10636         eval-when-compile.
10638 2007-11-30  Glenn Morris  <rgm@gnu.org>
10640         * encrypt.el: Require password, rather than autoloading password-read.
10642 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10644         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10645         caller can indicate whether the cache should be disregarded for this
10646         call.  This way the result of the call is reproducible at all times and
10647         can be considered a canonical server name for the supplied method.
10648         (gnus-agent-method-p): Canonicalize server names by pushing their
10649         method through `gnus-method-to-server' using the no-cache argument.
10651         * gnus-srvr.el (gnus-server-insert-server-line):
10652         Call `gnus-method-to-server' with `no-cache' argument.
10654         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10655         gnus-agent-possibly-synchronize-flags as this should be called when the
10656         server is actually being opened.
10657         (gnus-agent-possibly-synchronize-flags)
10658         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10659         flags file of an agentized server to the latter function.
10661         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10662         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10663         after a connection has been established successfully.
10665 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10667         * gnus-art.el (article-display-face): Force to display face if called
10668         interactively; check if gnus-article-x-face-too-ugly matches author.
10669         (article-display-x-face): Display face even if From header is missing
10670         as article-display-face does.
10672 2007-11-28  Richard Stallman  <rms@gnu.org>
10674         * md4.el: Move to ../.
10675         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10677 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10679         * mail-source.el (mail-sources): Default to fetch from file for
10680         compatibility with default of nnmail-spool-file.
10682 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10684         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10685         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10686         to look for encoded word that should be encoded again.
10687         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10688         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10689         encoding pattern.
10690         (rfc2047-decode-region): Switch strict regexp and loose one according
10691         to rfc2047-allow-irregular-q-encoded-words.
10693 2007-11-26  Simon Josefsson  <simon@josefsson.org>
10695         * imap.el: Move to ../net directory.
10697 2007-11-25  Romain Francoise  <romain@orebokech.com>
10699         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10701 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10703         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10704         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10706         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10707         `nnmail-spool-file'.
10709         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10710         `nnmail-spool-file'.
10712         * gnus-move.el (gnus-change-server): Ditto.
10714         * gnus-kill.el (gnus-batch-score): Ditto.
10716         * gnus-cache.el (gnus-jog-cache): Ditto.
10718         * gnus-msg.el (gnus-summary-reply):
10719         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10721 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10723         * gnus-cache.el (gnus-cache-generate-nov-databases):
10724         Use nnml-generate-nov-databases-directory instead of
10725         nnml-generate-nov-databases-1.
10727 2007-11-24  Glenn Morris  <rgm@gnu.org>
10729         * message.el (message-tool-bar-retro): Update for rename
10730         mail_send.xpm->mail-send.xpm.
10732 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10734         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10735         `smime-ldap-search' for Emacs 22 and up.
10737 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10739         * hashcash.el: Move to ../mail directory.
10741         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
10743         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10744         `smime-ldap-search' for Emacs 22 and up.
10746 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10750         * message.el (message-send-mail-function): Fix error convention.
10751         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10752         (message-widen-reply, message-send-mail, message-talkative-question)
10753         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10754         (message-clone-locals, message-send-news): Use with-current-buffer.
10755         (message-insert-or-toggle-importance): Remove unused var `valid'.
10756         (message-make-references): Remove unused var `new-references'.
10757         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10759 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10761         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10762         (spam-split-symbolic-return-positive): Reflow docstring.
10763         (spam-backends, spam-summary-exit-behavior)
10764         (spam-mark-ham-unread-before-move-from-spam-group)
10765         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10766         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10767         (spam-clear-cache, spam-backend-check, spam-install-backend)
10768         (spam-install-statistical-backend, spam-list-of-processors)
10769         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10770         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10771         (spam-check-crm114, spam-initialize, spam-unload-hook):
10772         Fix typos in docstrings.
10774 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10777         been checked if they have never been read and those group levels are
10778         higher than the one that a user specified.
10780 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10782         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10783         foreign groups unless a group level is specified by a user.
10784         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10786 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10788         * message.el (message-send-mail-function): Require sendmail.
10790 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10792         * message.el (message-send-mail-function): Check for smtpmail too.
10794         * utf7.el (utf7-encode, utf7-decode): Use coding system
10795         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10797         * message.el (message-send-mail-function): New function.
10798         (message-send-mail-function): Set default using
10799         message-send-mail-function.  Adjust doc string.
10800         (message-send-mail-with-mailclient): New function.
10802 2007-11-17  Richard Stallman  <rms@gnu.org>
10804         * assistant.el: Remove file.
10806 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10808         * smime.el (from):
10809         * rfc2047.el (message-posting-charset):
10810         * qp.el (mm-use-ultra-safe-encoding):
10811         * pop3.el (parse-time-months):
10812         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10813         * nnml.el (files):
10814         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10815         (jka-compr-compression-info-list, ange-ftp-path-format)
10816         (efs-path-regexp):
10817         * nndiary.el (files):
10818         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10819         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10820         (epg-digest-algorithm-alist, inhibit-redisplay)
10821         (password-cache-expiry):
10822         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10823         (pgg-output-buffer, password-cache-expiry):
10824         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10825         (efs-path-regexp):
10826         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10827         (inhibit-redisplay):
10828         * mm-uu.el (file-name, start-point, end-point, entry)
10829         (gnus-newsgroup-name, gnus-newsgroup-charset):
10830         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10831         (latin-unity-ucs-list):
10832         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10833         (mm-uu-binhex-decode-function):
10834         * message.el (gnus-message-group-art, gnus-list-identifiers)
10835         (rmail-enable-mime-composing, gnus-local-organization)
10836         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10837         (gnus-read-active-file, facemenu-add-face-function)
10838         (facemenu-remove-face-function, gnus-article-decoded-p)
10839         (tool-bar-mode):
10840         * mail-source.el (display-time-mail-function):
10841         * gnus-util.el (nnmail-pathname-coding-system)
10842         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10843         (gnus-original-article-buffer, gnus-user-agent)
10844         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10845         (xemacs-codename, sxemacs-codename, emacs-program-version):
10846         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10847         * gnus-start.el (gnus-agent-covered-methods)
10848         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10849         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10850         (gnus-newsgroup-headers, gnus-group-list-mode)
10851         (gnus-group-mark-positions, gnus-newsgroup-data)
10852         (gnus-newsgroup-unreads, nnoo-state-alist)
10853         (gnus-current-select-method, mail-sources)
10854         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10855         (nnmail-spool-file, gnus-cache-active-hashtb):
10856         * gnus-mh.el (mh-lib-progs):
10857         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10858         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10859         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10860         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10861         (gnus-group-buffer):
10862         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10863         (font-lock-set-defaults):
10864         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10865         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10866         (gnus-summary-post-menu, total-parts, type, condition, length):
10867         * gnus-agent.el (gnus-agent-read-agentview):
10868         * flow-fill.el (show-trailing-whitespace):
10869         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10870         eval-and-compile wrappers for byte compiler pacifiers.
10872         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10873         (mm-display-inline-fontify): Check for featurep 'xemacs not
10874         extent-list.
10876         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10877         itimer-list.
10878         (mm-create-image-xemacs): Only do something for XEmacs.
10879         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10881         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10883         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10884         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10886 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10888         * nnimap.el (nnimap-split-download-body):
10889         * gnus-demon.el (gnus-demon):
10890         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10892 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10894         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10895         New macros.
10896         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10897         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10898         copy data from unibyte buffer to multibyte current buffer.
10899         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10900         to copy data from unibyte current buffer to multibyte buffer.
10901         (nntp-make-process-buffer): Make process buffer unibyte.
10903         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10905 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10907         * pop3.el (pop3-open-server): Accept and process data more robustly at
10908         connexion start to avoid spurious "POP SSL connexion failed" errors.
10910 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10912         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10913         read group names.
10915 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10917         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10919 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10921         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10922         (nnmail-save-active): Use a unibyte buffer when saving active file,
10923         which may contain non-ASCII group names.
10925         * nnml.el (nnml-request-group): Decode group names in messages.
10927 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10929         * message.el (message-citation-line-function)
10930         (message-insert-formatted-citation-line): Fix spelling of
10931         `message-insert-formated-citation-line'.
10933 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10935         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10937 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10939         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10940         nnmail-pathname-coding-system.
10942         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10943         that a user enters; decode group names in messages.
10945         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10947 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10949         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10951         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10953         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10954         risky local variable.
10956         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10958 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10960         * encrypt.el: Improve documentation to fix function name typo.
10961         Reported by Daiki Ueno <ueno@unixuser.org>.
10963 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10965         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10966         even if the point is not in the last page of an article.
10967         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10968         back to the previous page.
10970 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10972         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10974 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10976         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10978 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * message.el (message-check-news-body-syntax):
10981         Avoid mm-string-as-multibyte.
10982         (message-hide-headers): Don't assume (point-min)==1.
10984 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10986         * message.el (message-remove-blank-cited-lines): Fix if remove is
10987         given.
10988         (message-bogus-address-regexp): New variable.
10989         (message-bogus-recipient-p): New function.
10990         (message-check-recipients): New command.
10991         (message-syntax-checks): Add `bogus-recipient'.
10992         (message-fix-before-sending): Add `bogus-recipient'.
10994         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10995         (gnus-treat-body-boundary): Don't test window-system.
10997 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10999         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11001 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11003         * gnus.el: Bump version to Gnus v5.13.
11005 2007-10-28  Miles Bader  <miles@gnu.org>
11007         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11008         at compile-time too.
11010 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11012         * gnus-msg.el (gnus-message-setup-hook):
11013         Add `message-remove-blank-cited-lines' to options.
11015 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11017         * message.el (message-remove-blank-cited-lines): New function.
11018         Suggested by Karl PlĂ€sterer.
11020 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11022         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11023         mapc.
11025         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11026         (top-level): Use mapc to set functions to be traced for debugging.
11028         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11029         called for effect with while loop.
11031         * message.el (message-talkative-question): Replace mapcar called for
11032         effect with mapc.
11034         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11035         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11036         called for effect with dolist.
11038         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11040         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11041         gnus-extra-headers and nnmail-extra-headers.
11043         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11044         called for effect with dolist.
11045         (top-level): Use mapc to set functions to be traced for debugging.
11047         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11048         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11049         dolist.
11051         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11052         Replace mapcar called for effect with mapc.
11053         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11054         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11055         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11056         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11058         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11059         remove-if that's a cl function.
11061         * webmail.el (webmail-debug): Replace mapcar called for effect with
11062         dolist.
11064 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11066         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11067         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11068         with while loop.
11070         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11071         functions from article-* functions.
11072         (gnus-multi-decode-header): Replace mapcar called for effect with
11073         dolist.
11075         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11076         (gnus-bookmark-show-details): Replace mapcar called for effect with
11077         while loop.
11079         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11080         called for effect with while loop.
11082         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11083         with dolist.
11085         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11086         Replace mapcar called for effect with dolist.
11088         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11090         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11091         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11092         Replace mapcar called for effect with dolist.
11093         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11094         mapc.
11096         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11097         Replace mapcar called for effect with dolist.
11098         (gnus-topic-list): Replace mapcar called for effect with mapc.
11100         * gnus.el: Use mapc instead of mapcar to add autoloads.
11102 2007-10-23  Richard Stallman  <rms@gnu.org>
11104         * gnus-group.el (gnus-group-highlight): Mark as risky.
11106 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11108         * gnus.el (gnus-server-to-method): Return method found first in
11109         gnus-newsrc-alist.
11111         * gnus-art.el (gnus-article-highlight-signature)
11112         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11113         button overlay without the front stickiness.
11115 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11117         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11118         overview buffer needed a catch to receive its throw.
11119         (gnus-agent-flush-cache): Declare as interactive to make this function
11120         easier to use.
11122 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11124         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11125         `next-line'.
11127 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11129         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11130         exclude address matching message-dont-reply-to-names.
11132 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * gnus-util.el (gnus-string<): New function.
11136         * gnus-sum.el (gnus-article-sort-by-author)
11137         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11139 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11141         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11142         the frame-focus tag is set in gnus-buffer-configuration.
11144 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11146         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11147         the front stickiness.
11149 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11151         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11152         url pattern; remove duplicate one.
11153         (gnus-article-extend-url-button): New function.
11154         (gnus-article-add-buttons): Use it.
11155         (gnus-button-push): Use concatenated url that it makes.
11157 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11159         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11160         (sieve-manage-open): Use `mapc' instead of `mapcar'.
11162 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11164         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11165         Don't hardcode point-min==1.
11167 2007-09-30  David Kastrup  <dak@gnu.org>
11169         * gnus-art.el (gnus-article-reply-with-original)
11170         (gnus-article-followup-with-original): When `transient-mark-mode' is
11171         off, refrain from active-region behavior for followups.
11173 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11175         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11176         Fix comment about "iso8859-1".
11178 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11180         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11181         ones returned from the verify-function.
11183         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11184         Call mml2015-extract-cleartext-signature if extraction failed.
11186 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11188         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11189         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11190         failed.
11192 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11194         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11196 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11198         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11199         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11200         thread for both the null and zero (kill/expire thread) universal prefix
11201         cases.
11202         (gnus-summary-expire-thread): Add new function to expire a thread,
11203         using gnus-summary-kill-thread.
11204         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11205         shortcuts for gnus-summary-expire-thread.
11206         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11207         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11209 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11211         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11212         extras value, so an extras entry can be deleted.
11213         (gnus-registry-delete-extra-entry): Use it.
11214         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11215         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11216         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11217         storage through the gnus-registry, and provide an appropriate API for
11218         it.
11220 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11223         Suggested by Leo <sdl.web@gmail.com>.
11225         * gnus.el: Do.
11227 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11229         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11230         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11232         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11234         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11235         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11237 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11239         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11240         newline.
11241         (nnmbox-request-accept-article): Don't change article in source buffer;
11242         narrow to header to use message-fetch-field rather than
11243         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11244         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11245         as delimiters; make sure article ends with newline.
11246         (nnmbox-delete-mail): Correct last position of article to be deleted;
11247         ignore X-Gnus-Newsgroup header in article body.
11248         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11249         positions; make sure article ends with newline.
11251         * message.el (message-display-abbrev): Don't infloop when a user
11252         inserts SPC in the beginning of header.
11254 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11256         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11257         list of groups not followed by default.  Fix type to be regexp.
11258         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11260 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11262         * hmac-def.el (define-hmac-function): Switch from old-style to
11263         new-style backquotes.
11265         * md4.el (md4-make-step): Likewise.
11267 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11269         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11270         raw-text coding system when saving .newsrc file, which may contain
11271         non-ASCII group names.
11273 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11275         * gnus-cus.el (gnus-score-extra): New widget.
11276         (gnus-score-extra-convert): New function.
11277         (gnus-score-customize): Use it for Extra.
11279 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11281         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11282         (mml2015-mailcrypt-clear-verify): Use it.
11283         (mml2015-gpg-clear-verify): Use it.
11284         (mml2015-pgg-clear-verify): Use it.
11285         (mml2015-epg-clear-verify): Replace the current part with the output
11286         from GnuPG; don't extract the plaintext by itself.
11288         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11289         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11290         mml2015-clear-verify-function; don't touch the armor headers or
11291         dash-escaped text here.
11293 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11295         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11296         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11297         parts, or application/octet-stream as a last resort.
11298         (gnus-mime-view-part-as-type): Don't toggle display.
11299         (gnus-mime-view-part-as-charset): Don't turn off display before
11300         querying charset.
11302         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11303         stuff to undisplayer function in Emacs.
11304         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11306         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11307         text/calendar parts.
11309 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11311         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11312         decoding text/calendar parts.
11314         * message.el (message-forward-make-body-mime): Always mark body as
11315         having no illegible text; remove signed-or-encrypted argument.
11316         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11318         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11319         (mml-generate-mime-1): Don't encode body if it is specified to be in
11320         raw form; don't make buffer be unibyte when inserting multibyte string.
11322 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * sha1.el: Fix up comment style.
11325         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11326         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11328         * hex-util.el: Fix up comment style.
11329         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11331         * gnus-salt.el: Use with-current-buffer.
11332         (gnus-pick-setup-message): Fix long-standing typo.
11334 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11336         * imap.el (imap-logout-timeout): New variable.
11337         (imap-logout, imap-logout-wait): New functions.
11338         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11340         * nnimap.el (nnimap-logout-timeout): New server variable.
11341         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11342         nnimap-logout-timeout.
11344         * gnus-art.el (gnus-article-summary-command-nosave)
11345         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11347 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11349         * gnus.el (gnus-maximum-newsgroup): New variable.
11351         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11352         according to gnus-maximum-newsgroup.
11354         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11355         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11356         Limit the range of articles according to gnus-maximum-newsgroup.
11358 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11360         * gnus-art.el (gnus-sticky-article): Fix problems described in
11361         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11362         Don't perform gnus-configure-windows here; reuse existing sticky
11363         article buffer.
11365         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11366         it doesn't exist in gnus-article-mode.
11368 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11370         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11371         (gnus-agent-decoded-group-name): New function.
11372         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11373         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11375 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11377         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11378         Add binding for gnus-sticky-article.
11379         (gnus-summary-exit): Don't kill sticky article buffers.
11381         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11382         article buffer.
11383         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11384         (gnus-kill-sticky-article-buffers): New commands.
11386 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11388         * nntp.el (nntp-xref-number-is-evil): New server variable.
11389         (nntp-find-group-and-number): If it is non-nil, don't trust article
11390         numbers in the Xref header.
11392 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11394         * gnus-agent.el (gnus-agent-read-group): New function.
11395         (gnus-agent-flush-group, gnus-agent-expire-group)
11396         (gnus-agent-regenerate-group): Use it.
11397         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11398         nnmail-pathname-coding-system.
11400 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11402         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11404         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11405         that are unread as unread, and also as selected so that information of
11406         marks having been changed by a user may be updated when exiting group.
11408 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11410         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11412 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11414         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11415         calculated ignoring signature parts to gnus-treat-article.
11417 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11419         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11420         a point here in order to keep the window start.
11421         (gnus-insert-mime-security-button): Make a button overlay without the
11422         front stickiness.
11423         (gnus-mime-display-security): Goto the end of a button.
11425         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11427 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11429         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11430         group-name-at-point.
11431         (gnus-group-completing-read): New function that offers decoded
11432         non-ASCII group names for completion.
11433         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11434         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11435         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11436         (gnus-group-fetch-control): Use it.
11437         (gnus-fetch-group): Use group-name-at-point for the initial value
11438         rather than the default value; use gnus-alive-p.
11440         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11441         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11442         (gnus-summary-post-news): Use gnus-group-completing-read.
11444         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11445         (gnus-read-move-group-name): Decode group name for completion.
11447 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11449         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11450         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11451         Yamaoka slightly modified the code).
11453 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11455         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11456         (nnmail-split-incoming): Bind it.
11458         * nnml.el (nnml-group-name-charset): New function.
11459         (nnml-decoded-group-name): Use it; don't decode group name if
11460         nnmail-group-names-not-encoded-p is non-nil.
11461         (nnml-encoded-group-name): New function.
11462         (nnml-group-pathname): Inline nnml-decoded-group-name.
11463         (nnml-request-expire-articles): Decode group name in message.
11464         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11465         nnmail-pathname-coding-system.
11466         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11467         not decoded ones according to nnmail-group-names-not-encoded-p.
11468         (nnml-generate-active-info): Use nnml-encoded-group-name.
11470 2007-08-08  Glenn Morris  <rgm@gnu.org>
11472         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11473         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11474         doc-strings and comments.
11476 2007-07-25  Glenn Morris  <rgm@gnu.org>
11478         * Relicense all FSF files to GPLv3 or later.
11480 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11482         * gnus-sum.el (gnus-summary-move-article):
11483         Make gnus-summary-respool-article work.
11485 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11487         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11488         string.
11490 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11492         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11493         that should be ignored when comparing distant RSS articles with local
11494         ones.
11495         (nnrss-make-hash-index): New function.  Create a hash index according
11496         to the ignored fields.
11497         (nnrss-check-group): Use it.
11499 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11503         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11505         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11506         the new optional argument ENCODED is non-nil.
11507         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11508         coding system for encoding group name.
11509         (gnus-group-make-rss-group): Pass un-encoded group name to
11510         gnus-group-make-group.
11511         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11512         encoded.
11514         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11515         Encode group name to which articles are moved or copied.
11516         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11517         coding system for encoding Newsgroup, Followup-To and Xref headers.
11519         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11520         marks; use nnheader-file-coding-system to write a file.
11521         (nnagent-retrieve-headers): Bind file-name-coding-system to
11522         nnmail-pathname-coding-system.
11524         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11526         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11527         (nnml-request-article, nnml-request-create-group)
11528         (nnml-request-rename-group, nnml-find-id)
11529         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11530         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11531         (nnml-save-marks): Use nnml-group-pathname instead of
11532         nnmail-group-pathname.
11534         (nnml-request-create-group, nnml-request-expire-articles)
11535         (nnml-request-move-article, nnml-request-delete-group)
11536         (nnml-deletable-article-p, nnml-possibly-create-directory)
11537         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11538         (nnml-open-marks): Bind file-name-coding-system to
11539         nnmail-pathname-coding-system.
11541         (nnml-request-article): Pass server argument to nnml-find-group-number.
11542         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11543         Pass server argument to nnml-possibly-create-directory.
11544         (nnml-request-accept-article): Pass server argument to
11545         nnml-active-number and nnml-save-mail.
11546         (nnml-find-group-number): Pass server argument to nnml-find-id.
11547         (nnml-request-update-info): Pass server argument to
11548         nnml-marks-changed-p.
11550         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11551         (nnml-save-mail, nnml-active-number): Add server argument.
11553         (nnml-request-delete-group): Warn if group is missing.
11554         (nnml-get-nov-buffer): Decode group name.
11555         (nnml-generate-active-info): Encode group name.
11556         (nnml-open-marks): Decode group name in messages.
11558 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11560         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11561         if it is not specified.
11562         (gnus-article-pipe-part, gnus-article-save-part)
11563         (gnus-article-interactively-view-part, gnus-article-copy-part)
11564         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11565         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11566         (gnus-article-replace-part, gnus-article-delete-part)
11567         (gnus-article-view-part-as-type): Pass raw prefix argument to
11568         gnus-article-part-wrapper.
11570 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11572         * gnus-agent.el (gnus-agent-save-active):
11573         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11575         * gnus-cache.el (gnus-cache-save-buffers)
11576         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11577         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11578         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11579         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11580         (gnus-cache-generate-active, gnus-cache-rename-group)
11581         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11582         (gnus-cache-update-overview-total-fetched-for):
11583         Bind file-name-coding-system to nnmail-pathname-coding-system.
11584         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11585         New variables.
11586         (gnus-cache-decoded-group-name): New function.
11587         (gnus-cache-file-name): Use it.
11588         (gnus-cache-generate-active): Use non-decoded group name for active.
11590         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11591         right place.
11592         (gnus-write-active-file): Don't break non-ASCII group names.
11594         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11595         nnmail-pathname-coding-system.
11597         * gnus-uu.el (gnus-uu-decode-save): Typo.
11599 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11601         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11603 2007-07-14  David Kastrup  <dak@gnu.org>
11605         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11606         finishing actions if we did not edit the article.
11608 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11610         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11611         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11612         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11613         (gnus-agent-flush-group, gnus-agent-flush-cache)
11614         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11615         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11616         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11617         (gnus-agent-regenerate-group)
11618         (gnus-agent-update-files-total-fetched-for)
11619         (gnus-agent-update-view-total-fetched-for):
11620         Bind file-name-coding-system to nnmail-pathname-coding-system.
11621         (gnus-agent-group-pathname): Don't encode file names by
11622         nnmail-pathname-coding-system.
11623         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11624         coding-system-for-write instead of buffer-file-coding-system to
11625         gnus-agent-file-coding-system.
11627         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11628         Decode group name.
11630         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11632         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11633         (gnus-read-newsrc-el-file): Make group names unibyte.
11635         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11636         nnmail-pathname-coding-system.
11638         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11639         (nnrss-request-delete-group): Bind file-name-coding-system to
11640         nnmail-pathname-coding-system.
11641         (nnrss-read-server-data, nnrss-read-group-data):
11642         Bind file-name-coding-system correctly.
11643         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11645         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11646         (nntp-server-to-method-cache): New variable.
11647         (nntp-group-pathname): New function that decodes non-ASCII group names.
11648         (nntp-possibly-create-directory, nntp-marks-changed-p)
11649         (nntp-save-marks, nntp-open-marks): Use it.
11650         (nntp-possibly-create-directory, nntp-open-marks):
11651         Bind file-name-coding-system to nnmail-pathname-coding-system.
11652         (nntp-open-marks): Decode group names when bootstrapping marks.
11654         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11655         Newsgroups and Folowup-To headers.
11657 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11660         (gnus-server-closed-face, gnus-server-denied-face)
11661         (gnus-server-offline-face): Remove variable.
11662         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11664         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11665         of modifying message-stack directly for XEmacs.
11667         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11668         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11669         if the coding-system argument is nil for XEmacs.
11671         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11672         mm-charset-override-alist.
11674         * rfc2047.el: Don't require base64; require rfc2045 for the function
11675         rfc2045-encode-string.
11676         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11677         to quote the parameter value.
11679 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11681         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11682         form in gnus-group-name-charset-method-alist.
11684         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11685         overrides the default layout edit-form.
11687         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11689         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11691 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11693         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11694         as unfetched articles.
11696 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11698         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11700 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11702         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11703         original back end that keeps marks in the local system.
11705 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11708         arg of pop-to-buffer for XEmacs.
11709         (gnus-article-read-summary-keys): Ditto; don't restore window
11710         configuration if summary command ends up with neither article buffer
11711         nor summary buffer; describe bindings if summary keys end with C-h.
11713 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * message.el (message-fix-before-sending): Skip raw message part to be
11716         forwarded while checking illegible text.
11717         (message-forward-make-body-mime, message-forward-make-body):
11718         Mark signed or encrypted raw message as having no illegible text.
11720 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11723         (gnus-message-with-timestamp-1): New macro.
11724         (gnus-message-with-timestamp): New function.
11725         (gnus-message): Use them.
11727         * nnheader.el (nnheader-message): Use them.
11729 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11731         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11732         .newsrc.eld file.
11734 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11736         * gnus-agent.el (gnus-agent-fetch-headers)
11737         (gnus-agent-retrieve-headers):
11738         Bind gnus-decode-encoded-address-function to identity.
11740         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11741         available also when the server returns simply a dot.
11743         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11745 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11747         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11749 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11751         * gnus-ems.el (gnus-x-splash): Make it work.
11753         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11754         from being used.
11756 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11758         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11759         the front stickiness.
11760         (gnus-article-summary-command-nosave): Correct the order of the
11761         arguments passed to pop-to-buffer.
11762         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11763         summary command ends up with the article buffer.
11765         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11766         the same faces.
11768 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11770         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11772 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11774         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11775         * gnus-sum.el (gnus-summary-highlight):
11776         * mail-source.el (mail-source-delete-old-incoming-confirm):
11777         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11779 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11781         * gnus-art.el (gnus-mime-view-part-externally)
11782         (gnus-mime-view-part-internally): Fix predicate function passed to
11783         completing-read.
11785         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11787         * gnus.el (gnus-update-message-archive-method): Add :version.
11789 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11791         * gnus.el (gnus-update-message-archive-method): New variable.
11793         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11794         according to gnus-message-archive-method if
11795         gnus-update-message-archive-method is non-nil.
11797 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11799         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11800         Suggested by Loic Dachary <loic@dachary.org>.
11801         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11803 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11805         * message.el (message-pop-to-buffer): Add switch-function argument.
11806         (message-mail): Pass switch-function argument to it.
11808 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11810         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11811         Improve doc string.
11813 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11816         (gnus-header-content)
11817         * gnus-cite.el (gnus-cite-10)
11818         * gnus-srvr.el (gnus-server-closed)
11819         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11820         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11821         (gnus-group-mail-3-empty, gnus-group-mail-low)
11822         (gnus-group-mail-low-empty, gnus-splash)
11823         * message.el (message-header-to, message-header-cc)
11824         (message-header-subject, message-header-other, message-header-name)
11825         (message-header-xheader, message-separator, message-cited-text)
11826         (message-mml): Lighten colors of faces used for dark background.
11828 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11830         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11831         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11833 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11835         * message.el (message-narrow-to-headers-or-head):
11836         Ignore mail-header-separator in the body.
11838 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11840         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11841         same as window size.
11843 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11845         * message.el (message-font-lock-keywords): Use message-header-xheader
11846         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11847         ahead of the anything pattern, to get it recognised.
11849 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11851         * gnus-sum.el (gnus-articles-to-read)
11852         (gnus-summary-insert-old-articles): Don't truncate group name for
11853         `read-string'.
11855         * gnus-util.el (gnus-limit-string): Delete this function.
11857         * gnus-sum.el (gnus-simplify-subject-fully):
11858         Use `truncate-string-to-width' instead.
11860 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11862         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11863         Tell if, on summary exit, the next group has to be selected.
11864         (gnus-summary-exit): Use it.
11866 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11868         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11869         non-break space.
11871 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11873         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11874         Check if group is not a directory.
11875         (nnfolder-request-expire-articles): Don't delete articles if the target
11876         group is not available.
11878         * nnml.el (nnml-request-create-group): Properly check if group is not a
11879         file.
11880         (nnml-request-expire-articles): Don't delete articles if the target
11881         group is not available.
11883         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11884         Don't quote characters that are within parentheses.
11886 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11888         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11889         (gnus-handle-ephemeral-exit): Select article according to it.
11891 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11893         * message.el (message-insert-formated-citation-line): Remove newline.
11894         (message-citation-line-format): Add final \n here so that the user can
11895         avoid a blank line.
11897 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11899         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11900         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11901         Update lanl/arXiv support.
11903 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11905         * gnus.el: Bump version number.
11907 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909         * gnus.el (gnus-version-number): Bump version.
11911 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11913         * gnus.el: No Gnus v0.6 is released.
11915 2007-04-27  Didier Verna  <didier@xemacs.org>
11917         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11918         * gmm-utils.el (gmm-regexp-concat): ... here.
11919         * message.el: Don't require 'gnus-util.
11920         (message-dont-reply-to-names): Handle name change above.
11921         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11923 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11925         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11926         since the initial value varies according to the system.
11928 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11930         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11932 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11934         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11936 2007-04-24  Didier Verna  <didier@xemacs.org>
11938         Improve the type of gnus-ignored-from-addresses.
11939         * gnus-util.el (gnus-orify-regexp): New function.
11940         * message.el (gnus-util): Require it.
11941         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11942         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11943         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11945 2007-04-24  Didier Verna  <didier@xemacs.org>
11947         * gnus-sum.el:
11948         * gnus-utils.el: Fix some trailing whitespaces.
11950 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11952         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11953         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11954         article's Message-ID; refer parent article in summary buffer.
11956         * message.el (message-bounce): Call mime-to-mml.
11958 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11960         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11962 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11964         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11965         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11966         displayed of multipart/alternative part if it is invoked from summary
11967         buffer.
11969         * mm-view.el (mm-inline-text-html-render-with-w3m)
11970         (mm-inline-text-html-render-with-w3m-standalone)
11971         (mm-inline-render-with-function): Use mail-parse-charset by default.
11973 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11975         * parse-time.el (parse-time-string-chars): Check if CHAR
11976         is less than the length of parse-time-syntax.
11978 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11980         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11981         from gnus-newsgroup-processable.
11983 2007-04-16  Didier Verna  <didier@xemacs.org>
11985         * gnus-msg.el (gnus-configure-posting-styles):
11986         Handle message-signature-directory properly with :file syntax.
11987         Reported by "Leo".
11989 2007-04-11  Didier Verna  <didier@xemacs.org>
11991         New user option: message-signature-directory.
11992         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11993         * message.el (message-insert-signature): Ditto.
11994         * message.el (message-signature-file): Doc update.
11995         * message.el (message-signature-directory): New.
11997 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11999         * gnus-msg.el (gnus-inews-yank-articles):
12000         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12002 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12004         * message.el (message-yank-original): Make sure cited text ends with
12005         newline; don't exchange point and mark.
12007 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12009         * tls.el (open-tls-stream): Properly handle case where there
12010         is no associated buffer.
12012 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12014         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12015         message-yank-original, make sure (< mark TEXT point).
12017 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12019         * message.el (message-fill-column): New variable.
12020         (message-mode): Use it.  Add comment on a possible new hook.
12022         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12023         (nnmail-get-new-mail): Reformat.
12025         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12027         * gmm-utils.el: Fix Commentary.
12028         (gmm-tool-bar-from-list): Fix typo in doc string.
12030 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12032         * message.el (message-yank-original): Don't switch point and mark
12033         unnecessarily to put point and mark as documented.
12035 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12038         from the message heads.
12040 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12042         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12043         article buffer does not have a window.  This may not be the best
12044         solution but is certainly better than setting the start of the null,
12045         that is the current, window.
12047 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12049         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12050         (gnus-draft-setup): Run it.
12052         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12053         gnus-score-fast-scoring.  Allow regexp.
12054         (gnus-score-headers): Use it.
12056         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12057         XEmacs.
12059         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12060         string.
12061         (gnus-button-alist): Also catch `<f1> k ...'.
12062         (gnus-treat-display-x-face): Fix doc string.
12064 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12066         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12067         evaluation of gnus-extended-version to ensure correct generation of the
12068         User-Agent header when message-generate-headers-first is used.
12070 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12072         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12073         hashcash-path is nil.  Don't call callback with incorrect number of
12074         parameters if val is 0.
12076 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078         * message.el (message-required-news-headers):
12079         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12081 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12083         * message.el (message-generate-new-buffers): Change the meaning of the
12084         nil value; add `standard' to the choices; treat t as `unique'; improve
12085         doc string.
12086         (gnus-select-frame-set-input-focus): Autoload.
12087         (message-buffer-name): Search for the existing message buffer if
12088         message-generate-new-buffers is nil or `standard'; treat the value t of
12089         message-generate-new-buffers as `unique'.
12090         (message-pop-to-buffer): Raise the frame already displaying the message
12091         buffer; clear the echo area after querying.
12092         (message-setup): Pass the `continue' argument to compose-mail.
12093         (message-mail): Prefer `switch-function' if it is given; search for the
12094         existing message buffer if the `continue' argument is non-nil; pass
12095         continue and switch-function arguments to compose-mail by way of
12096         message-setup.
12097         (message-mail-other-window): Adjust argument of message-setup.
12098         (message-mail-other-frame): Ditto.
12100 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12103         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12104         to turn font-lock on when turning gnus-message-citation-mode on.
12106 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12108         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12109         (mml-smime-function-alist): New variable; add epg as the backend.
12110         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12111         mml-smime- functions instead.
12112         * mm-view.el: Require smime.
12114 2007-03-05  Didier Verna  <didier@xemacs.org>
12116         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12117         instead of just inheritance for posting styles.
12118         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12120 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12122         * tls.el (tls-certtool-program): Fix custom type.
12124 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12126         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12127         and point-at-eol instead of line-(beginning|end)-position.
12129         * assistant.el (assistant-parse-buffer): Ditto.
12131 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12133         * mml2015.el (mml2015-epg-find-usable-key): New function.
12134         (mml2015-epg-sign): Use it.
12135         (mml2015-epg-encrypt): Use it.
12137 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12139         * message.el (message-make-in-reply-to): Quote name containing
12140         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12141         if there are special characters.  Reported by NAKAJI Hiroyuki
12142         <nakaji@jp.freebsd.org>.
12144 2007-02-27  Didier Verna  <didier@xemacs.org>
12146         Include the group parameters as well as the topic ones in the
12147         inheritance filter process.
12148         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12149         argument GROUP-PARAMS-LIST.
12150         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12152 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12154         * nntp.el (nntp-never-echoes-commands)
12155         (nntp-open-connection-functions-never-echo-commands): New variables.
12156         (nntp-send-command): Use them.
12158 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12160         * mml2015.el (mml2015-epg-verify): Simplify.
12162 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12164         * mml.el (mml-content-disposition-alist): New user option.
12165         (mml-content-disposition): New function.
12166         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12167         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12169 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12171         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12172         verification.
12174 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12176         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12177         articles posted in the last 24 hours.
12179 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12181         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12183 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12185         * nntp.el (nntp-send-command): Don't wait for echoes when
12186         nntp-open-ssl-stream is used.
12188 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12190         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12191         (gnus-message-add-citation-keywords)
12192         (gnus-message-remove-citation-keywords): Remove.
12193         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12194         directly, make the variables in font-lock-defaults buffer-local, add
12195         gnus-message-citation-keywords to them and then update the value of
12196         font-lock-keywords.
12198 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * message.el (message-cite-original-1): Don't call
12201         gnus-article-highlight-citation.
12203         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12204         citations; fix line count.
12206 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12209         (gnus-message-add-citation-keywords)
12210         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12211         versions of font-lock-add-keywords and font-lock-remove-keywords to
12212         work with XEmacs correctly.
12214 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12216         * gnus-cite.el (gnus-cite-face-list): Set the values of
12217         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12218         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12219         (gnus-message-cite-prefix-regexp): New variable.
12220         (gnus-message-search-citation-line): Use it; protect against long
12221         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12222         the 0th match data for Emacs.
12223         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12224         (gnus-message-add-citation-keywords): Append keywords rather than
12225         prepending; emulate font-lock-add-keywords if it is not available.
12226         (gnus-message-remove-citation-keywords):
12227         Emulate font-lock-remove-keywords if it is not available.
12229         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12231         * message.el (message-cite-prefix-regexp): Set the value of
12232         gnus-message-cite-prefix-regexp.
12234 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12236         * nnweb.el (nnweb-google-parse-1): Update parser.
12238 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12240         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12242 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12244         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12245         regexp.
12247 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12249         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12250         string-to-multibyte.
12251         (uudecode-decode-region-internal): Use it.
12253 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12255         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12256         Fix custom choice.
12258         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12260 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12262         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12264         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12265         `write-region' to respect `mm-inhibit-file-name-handlers'.
12267 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12269         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12270         Use gnus-home-directory instead of "~/" or "$HOME".
12272 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12274         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12275         to mention filename.
12276         Add comments at beginning regarding usage.
12277         (encrypt-write-file-contents): Change interactive so a string is
12278         acceptable.  If the file has no associated model, show an error instead
12279         of a nonsense prompt.
12281 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12283         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12284         Thanks to Yoshihiko Yamada for kind notification of this typo.
12286 2007-01-12  Kenichi Handa  <handa@m17n.org>
12288         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12289         multibyte buffer.
12291 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12293         * gnus-score.el (gnus-score-fast-scoring): New variable.
12294         (gnus-score-headers): Use it.
12296         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12298         * message.el (message-cite-original-1):
12299         Call gnus-article-highlight-citation if requested.
12300         (message-make-from): Allow name and address as optional arguments.
12302         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12304         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12305         bugs to doc string.
12306         (gnus-button-alist): Add mid\\|message-id.
12307         (gnus-button-fetch-group): Extend for use in
12308         `browse-url-browser-function'.
12309         (gnus-button-url-regexp): Try to catch paired parentheses like in
12310         Wikipedia URLs.
12312         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12313         Suggested by Simon Krahnke <overlord@gmx.li>.
12315 2007-01-13  Romain Francoise  <romain@orebokech.com>
12317         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12318         Update copyright.
12320 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12322         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12324 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12326         * gnus-registry.el (gnus-registry-unfollowed-groups)
12327         (gnus-registry-split-fancy-with-parent): Fix documentation.
12329 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12332         from nnweb groups.
12334 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12337         Xref urls.  Erase buffer before requesting head.
12339         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12341 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12343         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12344         customizable.
12346 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12348         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12349         no signing key is found.
12350         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12351         no encrypting and/or signing key is found.
12353 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12355         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12357 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12359         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12360         headers read from disk with the ones newly found in the current search.
12361         This should no longer cause problems, because the article numbers in
12362         Gmane's `nov.php' output are ignored since the previous change.
12364 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12366         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12368 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12370         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12372 2007-01-01  Romain Francoise  <romain@orebokech.com>
12374         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12376 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12378         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12379         `define-minor-mode' macro definition expanded properly.
12380         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12381         exclude it there.
12383         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12384         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12385         `fboundp' test.
12386         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12387         This is OK to autoload in (S)XEmacs now.
12389 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12391         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12392         keystroke.
12393         (gnus-summary-limit-to-singletons): Fix typo.
12395         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12396         else fails.
12398 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12400         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12401         docstring.
12403         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12404         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12405         (gnus-summary-insert-dormant-articles): Fix typo in message.
12407 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12409         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12410         nil for XEmacs.
12411         (gnus-message-citation-mode): Don't autoload in XEmacs.
12413         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12415 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
12417         * nnimap.el (nnimap-expunge-search-string):
12418         Mention nnimap-search-uids-not-since-is-evil in docstring.
12420 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12422         * spam.el: Revert to make-obsolete-variable because
12423         define-obsolete-variable-alias is not supported in Emacs 21.
12425         * spam.el (spam-ifile-path, spam-ifile-database-path)
12426         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12427         make-obsolete-variable.
12428         (spam-bsfilter-path, spam-bsfilter-program)
12429         (spam-spamassassin-path, spam-spamassassin-program)
12430         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12431         Don't use "path" inappropriately.
12432         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12433         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12434         variable names.
12436 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12438         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12439         summary buffer.
12441         * password.el (password-cache-remove): Use clear-string to burn
12442         password, if available.
12444 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12446         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12448         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12450         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12451         (gnus-message-highlight-citation): Move defcustom here from
12452         gnus-cite.el.
12453         (gnus-message-citation-mode): Autoload.
12455         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12456         checks to make it compile with XEmacs.
12457         (gnus-message-citation-mode): New minor mode.
12458         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12459         (gnus-message-highlight-citation): New variables.
12460         (gnus-message-search-citation-line)
12461         (gnus-message-add-citation-keywords)
12462         (gnus-message-remove-citation-keywords)
12463         (turn-on-gnus-message-citation-mode)
12464         (turn-off-gnus-message-citation-mode): New functions.
12466 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12468         * gnus-cite.el: Enable highlighting of different citation levels in
12469         message-mode.
12471 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12473         * message.el (message-make-fqdn): Fix comment.
12474         (message-bogus-system-names): Add ".local".
12476         * spam.el (spam-ifile-path, spam-ifile-program)
12477         (spam-ifile-database-path, spam-ifile-database)
12478         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12479         Don't use "path" inappropriately.
12480         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12481         strings.
12482         (spam-check-ifile, spam-ifile-register-with-ifile)
12483         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12484         Use new variable names.
12486         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12487         (gnus-treat-display-smileys): Simplify using
12488         gnus-image-type-available-p.
12490         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12491         available.
12493 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12495         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12496         one after turning on the buffer's multibyteness instead of decoding
12497         them directly in the unibyte buffer that causes unexpected conversion
12498         in Emacs 23 (unicode).
12500 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12502         * message.el (message-generate-hashcash): Fix custom type.
12504 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12506         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12508 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12510         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12511         disconnect icons.  Add help text.
12513 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12515         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12516         negated to be consistent with the others we handle.
12518 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12520         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12521         version of gnus-summary-buffer to something, so that we can use two
12522         article buffers at the same time.
12524 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12526         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12527         trigger all the extra headers.
12528         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12529         sorting.
12531 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12533         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12534         solid groups.
12536 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12538         * legacy-gnus-agent.el: Add Copyright notice.
12540 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12542         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12544 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12548         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12549         to make it work reliably in CVS Emacs.
12550         (gnus-summary-limit-strange-charsets-predicate)
12551         (gnus-summary-limit-to-predicate): New functions.
12553 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12555         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12556         specifying array size.
12557         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12558         array if it is too small.
12559         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12560         (gnus-sort-threads-loop): New function.
12562 2006-12-06  Chris Moore  <dooglus@gmail.com>
12564         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12565         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12567 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
12569         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12570         options.
12572 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12575         DOS-ing the recipient.
12577         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12578         the headers when creating the mapping to avoid mismappings.
12579         (nnweb-gmane-create-mapping): Always nix out old mapping.
12581 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12583         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12584         and mm-verify-option to never.
12586 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12588         * message.el (message-signed-or-encrypted-p): New function.
12589         (message-forward-make-body): Use it.
12591         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12592         Replace encode-coding-string with mm-encode-coding-string.
12594 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12596         * nneething.el (nneething-decode-file-name):
12597         Replace decode-coding-string with mm-decode-coding-string.
12599         * gnus-int.el (gnus-open-server): Say failed server's name.
12601 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12603         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12604         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12606         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12607         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12608         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12609         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12610         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12611         (gnus-subscribe-newsgroup, gnus-1):
12612         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12613         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12614         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12615         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12617 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12620         keystroke.
12621         (gnus-summary-limit-to-bodies): Implement headersp.
12623 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12627 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12629         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12631 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633         * message.el (message-generate-hashcash): Expand range of values to
12634         include `opportunistic'.
12635         (message-send-mail): Use it.
12637 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12639         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12640         and comment it.
12642         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12644 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12646         * gnus-util.el (gnus-extract-address-components): Improve comment.
12648 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12650         * gnus-util.el (gnus-extract-address-components): Work with address in
12651         which the name portion contains @.
12653 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12655         * gnus.el (gnus-start): Move custom group up.
12656         (gnus-select-method): Don't autoload, but make it available for
12657         `customize-variable'.
12658         (gnus-getenv-nntpserver): Don't autoload.
12660 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12662         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12664 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12666         * message.el (message-sendmail-extra-arguments): New variable.
12667         (message-send-mail-with-sendmail): Use it.
12669 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12671         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12672         mm-with-unibyte-current-buffer to make string unibyte.
12674         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12675         mm-string-as-multibyte.
12677 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12679         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12680         Reported by Werner Koch <wk@gnupg.org>.
12682 2006-11-14  Daiki Ueno  <ueno@p360>
12684         * mml2015.el: Autoload epa-select-keys when compiling.
12686 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12688         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12689         message-options.
12690         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12692 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12694         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12695         EasyPG (< 0.0.6).
12696         (mml2015-always-trust): New user option.
12697         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12698         prompt.
12700 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12702         * nntp.el (nntp-authinfo-force): New variable.
12703         (nntp-send-authinfo): Use it.
12705 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12707         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12708         decode encoded words.  Improve prompt.  Add comment about forwarding.
12709         (message-replacement-char): Move up.
12711 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12713         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12714         instead of gnus-intersection because arguments of gnus-sorted-nunion
12715         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12717 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12719         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12720         (message-simplify-subject-functions):
12721         Enable message-strip-subject-encoded-words by default.
12723 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12725         * message.el (message-strip-subject-encoded-words): New function.
12726         (message-simplify-subject-functions): New variable.
12727         (message-simplify-subject): Use it.  Fix typo in doc string.
12728         Support message-strip-subject-encoded-words.
12730 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12732         * gnus-diary.el (gnus-diary-delay-format-function):
12733         * nndiary.el (nndiary-reminders):
12734         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12736 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12738         * gnus-art.el (article-hide-boring-headers): Fetch date from
12739         gnus-original-article-buffer to avoid problems with localized date
12740         strings.
12742 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12744         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12746 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12748         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12749         New variables.
12750         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12751         (mm-charset-synonym-alist): Move some entries to
12752         mm-codepage-iso-8859-list.
12753         (mm-charset-synonym-alist, mm-charset-override-alist):
12754         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12756 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12758         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12760 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12762         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12763         with Emacs 21 and XEmacs.
12765 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12767         * spam.el (spam-parse-address): New function for better parsing,
12768         catching errors, etc.
12769         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12771 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12773         * mm-view.el: Add interactive arg to html2text autoload.
12775 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12777         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12779 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12781         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12782         New variables.
12783         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12784         (mm-charset-synonym-alist): Move some entries to
12785         mm-codepage-iso-8859-list.
12787         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12789 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12791         * message.el (message-citation-line-format)
12792         (message-insert-formated-citation-line): Fix implementation of %E, %N
12793         and %n according to the doc string.
12795 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12797         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12798         Use car-safe to avoid bad parses.
12800 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12802         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12803         names.
12805         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12807 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12809         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12810         header.
12812         * message.el (message-draft-headers): Add Date.
12813         (message-headers-to-generate): Fix typo in docstring.
12815         * nndraft.el (nndraft-required-headers): New variable.
12816         (nndraft-generate-headers): Use it.
12818         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12820 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12822         * gnus-registry.el (gnus-registry-wash-for-keywords)
12823         (gnus-registry-find-keywords): New functions to allow easy searching of
12824         articles that are in the registry.
12826 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12828         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12829         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12830         Reported by Damien Elmes <damien@repose.cx>.
12832 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12834         * gnus.el (gnus-mime): Remove unused custom group.
12836 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12838         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12839         "blank line" when searching for end of armor headers.
12841 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12843         * gmm-utils.el (gmm-write-region): Fix variable name.
12845 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12847         * gmm-utils.el (gmm-write-region): New function based on compatibility
12848         code from `mm-make-temp-file'.
12850         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12852         * nnmaildir.el (nnmaildir--update-nov)
12853         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12854         Use `gmm-write-region'.
12856 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12858         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12859         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12861         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12863         * message.el (message-replacement-char): New variable.
12864         (message-fix-before-sending): Use it.
12865         (message-simplify-subject): New function to remove duplicate code.
12866         (message-reply, message-followup): Use it.
12868         * gnus-sum.el (gnus-summary-make-menu-bar):
12869         Clarify gnus-summary-limit-to-articles.
12871 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12873         * gnus-util.el (gnus-with-local-quit): New macro.
12875         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12877 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12879         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12880         ignore non-string data.
12882 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12884         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12885         non-string data (needs to be done in the registry too).
12887 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12889         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12890         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12891         (gnus-registry-split-fancy-with-parent)
12892         (gnus-registry-fetch-simplified-message-subject-fast)
12893         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12894         Remove text properties on ingress into the registry and when it's saved.
12895         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12896         registry from entries with no groups.
12898 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12900         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12901         function to remove string properties.
12903 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12905         * gmm-utils.el (gmm): Adjust custom version.
12907         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12908         Adjust custom version.
12910         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12912 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12914         * gnus-art.el (gnus-insert-prev-page-button)
12915         (gnus-insert-next-page-button): Simplify.  Reformat.
12917 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12919         * gnus-art.el (gnus-insert-prev-page-button)
12920         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12922 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12924         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12926 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12928         * gnus-art.el (gnus-insert-mime-button)
12929         (gnus-insert-mime-security-button):
12930         Apply gnus-article-button-face to MIME and security buttons.
12932 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12934         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12935         readable.
12937 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12939         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12940         `browse-url-of-file' instead of `browse-url'.
12942 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12944         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12945         regexp.  Articles containing quotation were cut prematurely.
12947 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12949         * message.el (message-cite-original-1): Use nobody by default for the
12950         value of From header.
12951         (message-reply): Ditto.
12953 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12955         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12956         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12957         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12959 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12961         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12962         mails in the doc string.  Add some URLs in comment.
12963         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12965 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12967         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12968         backslashes handling and the way to find boundaries of quoted strings.
12970 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12972         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12973         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12974         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12975         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12977 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12979         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12980         doc string.
12981         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12983 2006-09-06  Simon Josefsson  <jas@extundo.com>
12985         * mml2015.el (mml2015-use): Doc fix, mention epg.
12987 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12989         * mml2015.el (mml2015-use): Default to epg, if available.
12991 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12993         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12994         message-sender.
12995         (mml1991-epg-encrypt): Ditto.
12996         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12997         message-sender.
12998         (mml2015-epg-encrypt): Ditto.
13000 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13002         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13003         several common directories.
13005 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13007         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13008         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13010 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13012         * gnus-art.el (article-decode-encoded-words): Make it fast.
13014 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13016         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13018         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13019         in quoted string into `\'.
13021 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13023         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13024         Use standard-syntax-table.
13026 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13028         * gnus-art.el (gnus-decode-address-function): New variable.
13029         (article-decode-encoded-words): Use it to decode headers which are
13030         assumed to contain addresses.
13031         (gnus-mime-delete-part): Remove useless `or'.
13033         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13034         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13035         (gnus-nov-parse-line): Use it to decode From header.
13036         (gnus-get-newsgroup-headers): Ditto.
13037         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13039         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13040         (mail-decode-encoded-address-string): New alias.
13042         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13043         New function.
13044         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13045         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13046         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13047         (rfc2047-decode-string): Ditto.
13048         (rfc2047-decode-address-region): New function.
13049         (rfc2047-decode-address-string): New function.
13051 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13053         * message.el (message-caesar-buffer-body): Allow rotating headers.
13055         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13057         * message.el (message-insert-formated-citation-line): Fix %f.
13058         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13060 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13062         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13063         (gnus-bookmark-mouse-available-p): New macro.
13064         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13065         (gnus-bookmark-bmenu-show-infos): Use it.
13066         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13067         (gnus-bookmark-bmenu-hide-infos): Ditto.
13068         (gnus-bookmark-remove-properties): New function.
13069         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13070         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13071         (gnus-bookmark-write-file): Bind coding-system-for-write.
13072         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13073         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13074         group before selecting it.
13075         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13076         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13077         quit-window if it is not available; use gnus-mouse-2 and bind it to
13078         gnus-bookmark-bmenu-select-by-mouse.
13079         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13080         (gnus-bookmark-bmenu-select-by-mouse): New function.
13082 2006-08-13  Romain Francoise  <romain@orebokech.com>
13084         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13085         space.
13087 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13089         * compface.el (uncompface): Use binary rather than raw-text-unix.
13091 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13093         * compface.el (uncompface): Make sure the eol conversion doesn't take
13094         place when communicating with the external programs.
13095         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13097 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13099         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13101 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13103         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13104         Make it more robust by parsing author and date independently.
13106 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13108         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13110 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13112         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13113         first matching secret key.
13114         (mml2015-epg-encrypt): Ditto.
13116         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13117         first matching secret key.
13118         (mml1991-epg-encrypt): Ditto.
13120         * mml2015.el (mml2015-encrypt-to-self): New user option.
13121         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13122         mml2015-epg-encrypt-to-self is set.
13124         * mml1991.el (mml1991-encrypt-to-self): New variable.
13125         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13126         mml1991-epg-encrypt-to-self is set.
13128         * mml2015.el (mml2015-signers): New user option.
13129         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13130         (mml2015-epg-encrypt): Allow to select signing keys.
13132         * mml1991.el (mml1991-signers): New variable.
13133         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13134         (mml1991-epg-encrypt): Allow to select signing keys.
13136 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13138         * nnheader.el (nnheader-insert-head): Make it work even if the file
13139         uses CRLF for the line-break code.
13141 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13143         * mml2015.el: Require mml-sec instead of password.
13144         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13145         (mml2015-cache-passphrase): Inherit the default value from
13146         mml-secure-cache-passphrase.
13147         (mml2015-passphrase-cache-expiry): Inherit the default value from
13148         mml-secure-passphrase-cache-expiry.
13150         * mml1991.el: Require mml-sec instead of password.
13151         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13152         (mml1991-cache-passphrase): Inherit the default value from
13153         mml-secure-cache-passphrase.
13154         (mml1991-passphrase-cache-expiry): Inherit the default value from
13155         mml-secure-passphrase-cache-expiry.
13157         * mml-sec.el: Require password.
13158         (mml-secure-verbose): New user option.
13159         (mml-secure-cache-passphrase): New user option.
13160         (mml-secure-passphrase-cache-expiry): New user option.
13162 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
13163             Andreas Vögele  <andreas@altroot.de>   (tiny change)
13165         * pgg-def.el (pgg-truncate-key-identifier):
13166         Truncate the key ID to 8 letters from the end.
13168 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13170         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13171         workaround for the url package included with Emacs.
13173         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13175 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13177         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13178         correctly.  This fixes a bug caused by the 2006-05-12 change.
13180 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13182         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13183         some information about the error when saying that the `bogus' mail
13184         group will be used.
13186 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13188         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13189         string.
13191 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13193         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13195 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13197         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13199 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13201         * mml1991.el (mml1991-function-alist): Add epg.
13202         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13203         (mml1991-epg-encrypt): New functions.
13205 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13207         * mml2015.el (mml2015-verbose): New variable.
13208         (mml2015-cache-passphrase): Ditto.
13209         (mml2015-passphrase-cache-expiry): Ditto.
13210         (mml2015-function-alist): Add epg.
13211         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13212         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13213         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13214         New functions.
13216 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13218         * message.el (message-cite-original-1): Preserve region when removing
13219         quoted text due to X-No-Archive in order to avoid bogus attribution
13220         when citing multiple messages.
13222 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13224         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13225         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13227 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13229         * gnus-diary.el (gnus-user-format-function-d)
13230         (gnus-user-format-function-D): Autoload.
13232         * imap.el (Commentary): Fix typo.
13234         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13235         2006-04-22 contribution.
13237 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13239         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13240         It didn't really fix the bogosity I'm seeing with solid web groups.
13242 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13244         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13245         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13246         created using server names.  If we use the feature without declaring
13247         it, Gnus does not properly manage server and group state.
13249         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13250         bound.
13252 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13254         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13255         looking up the method using GROUP's prefix before inventing a new one.
13256         It is used on killed/unknown groups in various places where returning
13257         an all-new method isn't expected by the caller.
13259         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13260         and match semantics of gnus-group-real-prefix.
13262 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13264         * nnmail.el (nnmail-broken-references-mailers): New variable.
13265         (nnmail-ignore-broken-references): New function generalizing
13266         nnmail-fix-eudora-headers.
13267         (nnmail-fix-eudora-headers): Now obsolete.
13269         * gnus-art.el (gnus-button-handle-custom):
13270         Support `customize-apropos*'.
13272 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13276         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13277         articles.
13279 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13281         * message.el (message-cite-reply-above): New variable.
13282         (message-yank-original): Use it.
13284 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13288 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13290         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13291         as read.
13293         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13295 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13297         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13298         (gnus-bookmark-default-file): Use gnus-directory.
13299         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13300         Remove "*" in doc string.
13301         (gnus-bookmark-write-file): Simplify.
13302         (gnus-bookmark-maybe-sort-alist): Use `when'.
13303         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13304         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13305         Add FIXME about Emacs 21 and XEmacs compatibility.
13306         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13307         compatibility.
13308         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13309         compatibility.
13310         (gnus-bookmark-menu-heading): Fix version.
13312 2006-06-19  Bastien Guerry  <bzg@altern.org>
13314         * gnus-bookmark.el: New file.
13316 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13318         * message.el (message-syntax-checks): Doc fix.
13320 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13322         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13323         unsubscribed groups as if they were killed ones.  It causes duplicate
13324         entries in gnus-newsrc-alist.
13326 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         * message.el (message-syntax-checks): Doc fix.
13329         (message-send-mail): Add check for continuation headers.
13330         (message-check-news-header-syntax): Fix regexp used to check for
13331         continuation headers.
13333 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13335         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13337 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13339         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13341 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13343         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13344         default-truncate-lines.
13346 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13348         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13349         to fill the utf-8 entry.
13351 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13353         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13355 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13357         * gnus-agent.el (directory-files-and-attributes): Move all the way
13358         forward (the third and final move).
13359         (gnus-agent-read-agentview): Trap reconstruction errors due to
13360         nonexistent directory.  Handle by returning nil.
13362 2006-05-30  Didier Verna  <didier@xemacs.org>
13364         * message.el (message-dont-reply-to-names): Update the custom type.
13365         * message.el (message-dont-reply-to-names): New defsubst: potentially
13366         convert a list of regexps into a single one.
13367         * message.el (message-get-reply-headers): Use it.
13368         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13370 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13372         * gnus-agent.el (directory-files-and-attributes): Move forward.
13374 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13376         * gnus-ml.el (gnus-mailing-list-subscribe)
13377         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13378         (gnus-mailing-list-message): Fix doc strings.
13380 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13382         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13383         of doing it manually.
13385 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13387         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13388         comment.
13390 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13392         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13393         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13394         (gnus-agent-read-local): All symbols allocated in my-obarray.
13395         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13396         (gnus-agent-regenerate-group): Check numeric names to see if they are
13397         messages or groups.
13398         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13399         better way of do this...)
13401         * gnus-cache.el (gnus-agent-total-fetched-for):
13402         Ignore 'dummy.group' (there should be a better way of do this...)
13404 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13406         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13407         (gnus-saved-headers): Ditto.
13408         (gnus-default-article-saver): Mention functions may have properties.
13409         (gnus-article-save): Override gnus-save-all-headers and
13410         gnus-saved-headers by :headers property which saver function may have.
13411         (gnus-summary-save-in-file): Add :headers property.
13412         (gnus-summary-write-to-file): Ditto.
13414         * gnus-sum.el (gnus-summary-save-article): Bind
13415         gnus-prompt-before-saving to t when saving many articles in a file;
13416         always show all headers.
13418 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13420         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13421         marks.
13423         * message.el (message-indent-citation): Add optional arguments to allow
13424         using it outside of message buffers.
13426         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13427         (gnus-article-treat-unfold-headers): Use it.
13428         (gnus-article-truncate-lines): New variable.
13429         (gnus-article-mode): Use it.
13430         (gnus-article-toggle-truncate-lines): New function.
13432         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13433         Add gnus-article-toggle-truncate-lines.
13435         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13436         coding system in XEmacs, use binary.
13438 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13440         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13441         after-load-alist.
13443         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13444         this function should save decoded articles.
13445         (gnus-summary-write-to-file): Use property to specify this function
13446         should save decoded articles and specify gnus-summary-save-in-file
13447         should be used to save articles other than the first one when saving
13448         many articles.
13449         (gnus-summary-save-body-in-file): Use property to specify this
13450         function should save decoded articles.
13451         (gnus-summary-write-body-to-file): Use property to specify this
13452         function should save decoded articles and specify
13453         gnus-summary-save-body-in-file should be used to save articles other
13454         than the first one when saving many articles.
13456         * gnus-sum.el (gnus-summary-save-article): Simplify.
13458 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13460         * gnus-art.el (gnus-default-article-saver):
13461         Add gnus-summary-write-body-to-file.
13462         (gnus-article-save-coding-system): Don't use coding system object
13463         in XEmacs.
13464         (gnus-read-save-file-name): Add optional `dir-var' argument which
13465         specifies directory in which files are saved; work even if optional
13466         `variable' argument is not specified.
13467         (gnus-summary-write-to-file): Read file name.
13468         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13469         (gnus-summary-write-body-to-file): New function.
13471         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13472         (gnus-summary-local-variables): Add it.
13473         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13474         (gnus-summary-save-article): Remove optional `decode' argument;
13475         determine whether to decode articles by the value of
13476         gnus-default-article-saver; when saving many files using
13477         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13478         it first and use gnus-summary-save-in-file or
13479         gnus-summary-save-body-in-file thereafter unless
13480         gnus-prompt-before-saving is always; move point to article which
13481         will be saved.
13482         (gnus-summary-save-article-file): Revert.
13483         (gnus-summary-write-article-file): Revert.
13484         (gnus-summary-save-article-body-file): Revert.
13485         (gnus-summary-write-article-body-file): New function.
13487 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13489         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13491 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13493         * gnus-art.el (gnus-default-article-saver): Doc fix.
13494         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13495         from gnus-summary-save-article-coding-system, and default to a
13496         certain coding system.
13497         (gnus-output-to-file): Add coding cookie and encode text according
13498         to gnus-article-save-coding-system; don't use mm-append-to-file.
13500         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13501         gnus-art.el and rename to gnus-article-save-coding-system.
13502         (gnus-summary-save-article): Require gnus-art; don't show all
13503         headers if it decodes articles; don't add coding cookie here;
13504         don't bind mm-text-coding-system-for-write.
13505         (gnus-summary-save-article-file): Save decoded articles.
13506         (gnus-summary-write-article-file): When saving many files, use
13507         gnus-summary-write-to-file first and gnus-summary-save-in-file
13508         thereafter unless gnus-prompt-before-saving is always.
13509         (gnus-summary-save-article-body-file): Save decoded articles.
13511 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13513         * nnrss.el (nnrss-check-group): Bind hash-index.
13515 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
13517         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13518         its hash index.  Store this hash in `nnrss-group-data'.
13519         (nnrss-read-group-data): Update accordingly.
13521 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13523         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13524         entry.
13526         * gnus-sum.el (gnus-summary-make-menu-bar):
13527         Add gnus-article-browse-html-article.
13529 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13531         * gnus-sum.el (gnus-summary-mime-map):
13532         Add gnus-article-browse-html-article.
13534 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13536         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13537         suitable coding systems in customize.
13539 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13541         * mail-source.el (mail-sources): Fix custom type.
13543 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13545         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13546         (gnus-summary-expire-articles-now): Shorten prompt.
13548         * gmm-utils.el (wid-edit): Require.
13549         (defun-gmm): Rename from `gmm-defun-compat'.
13550         (gmm-image-search-load-path): Use it.
13551         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13553 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13555         * gnus-sum.el (gnus-summary-save-article-coding-system):
13556         New variable.
13557         (gnus-summary-save-article): Add optional `decode' argument.
13558         If it is set and gnus-summary-save-article-coding-system is non-nil,
13559         save decoded article.
13560         (gnus-summary-write-article-file): Save decoded article if
13561         gnus-summary-save-article-coding-system is non-nil.
13563         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13564         type.
13566 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13568         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13570 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13572         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13573         first to test gnus-single-article-buffer which may be buffer-local.
13575         * gnus-sum.el (gnus-summary-setup-buffer):
13576         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13577         group; make gnus-article-buffer, gnus-article-current, and
13578         gnus-original-article-buffer always buffer-local.
13579         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13580         group.
13581         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13583 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13585         * nnml.el (nnml-request-compact-group): Compressed files might not
13586         have .gz extension.
13588 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13590         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13591         (mm-copy-to-buffer): Use with-current-buffer.
13592         (mm-display-part): Simplify.
13593         (mm-inlinable-p): Add optional arg `type'.
13595 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13598         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13599         Try harder to show the attachment internally or externally using
13600         gnus-mime-view-part-as-type.
13602 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13604         * message.el (message-from-style, message-signature-separator)
13605         (message-user-organization-file, message-send-mail-function)
13606         (message-citation-line-function, message-yank-prefix)
13607         (message-indent-citation-function, message-signature)
13608         (message-signature-file, message-signature-insert-empty-line):
13609         Remove autoloads.
13611         * gnus-art.el (gnus-buttonized-mime-types):
13612         Remove "multipart/signed".  Revert 2006-04-26 change.
13614 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616         * gnus.el (gnus-version-number): Bump version.
13618 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13620         * gnus.el: No Gnus v0.5 is released.
13622 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13624         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13625         fetching articles by message-id.
13627 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13629         * message.el (hashcash): Require hashcash as normal.
13631         * ecomplete.el (ecomplete-highlight-match-line):
13632         Use point-at-eol.
13633         (ecomplete-highlight-match-line): Use `highlight', because that
13634         face exists in both Emacs and XEmacs.
13636         * message.el (message-display-abbrev): Use point-at-bol.
13638         * mail-source.el: Don't require timer/timer-funcs.
13640         * gnus-async.el: Ditto.
13642         * password.el: Ditto.
13644         * mm-url.el: Ditto.
13646         * mm-util.el: Require timer/timer-funcs.
13648 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13650         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13651         Close.
13653 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13655         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13656         unibyte after clear-decrypt function runs.
13658         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13659         returns as a unibyte string.
13661 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13663         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13664         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13665         (mml1991-pgg-encrypt): Ditto.
13667 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13669         * message.el (message-user-organization-file): Check several
13670         locations of the organization file.
13672         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13673         Add gnus-article-view-part-as-type.
13675         * gnus-art.el (gnus-article-view-part-as-type): New function.
13677         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13678         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13680         * mml.el: Simplify autoload.
13681         (mml-mode): defvar dnd-protocol-alist instead of using
13682         symbol-value.
13683         (mml-default-directory): New variable.
13684         (mml-minibuffer-read-file): Use it.
13685         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13687         * message.el (message-citation-line-format): New variable.
13688         (message-insert-formated-citation-line): New function.
13689         (message-citation-line-function):
13690         Add `message-insert-formated-citation-line' to custom type.
13692         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13693         to doc string.
13695         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13696         depending on mm-verify-option.
13698 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13700         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13701         binding pgg-* variables; reimplement the section which prevents
13702         MIME header from being signed.
13703         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13704         pgg-text-mode; remove a blank line at the top of body.
13706         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13707         lines at the top of body; use gnus-newsgroup-charset if there's no
13708         Charset header.
13710 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13712         * message.el (message-self-insert-commands): Doc fix.
13714         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13715         (mm-uu-pgp-encrypted-test): Ditto.
13716         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13717         between header and body; return application/pgp-encrypted handle
13718         if decryption failed; decode decrypted body by charset.
13720         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13721         element match to application/pgp-*.
13723 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13725         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13726         HTML.
13728 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13730         * mail-source.el (mail-source-call-script): Message the error
13731         string.
13733 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735         * gnus-util.el (gnus-byte-compile): Use it.
13737 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13739         * gnus-util.el (kill-empty-logs): New function.
13741 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743         * message.el (message-mail-alias-type): Doc fix.
13744         (message-mail-alias-type-p): New function.
13745         (message-send): Use it.
13746         (message-mode): Ditto.
13747         (message-strip-forbidden-properties): Ditto.
13749         * ecomplete.el (ecomplete-database-file-coding-system):
13750         New variable.
13751         (ecomplete-save): Use it.
13752         (ecomplete-setup): Use it.
13754 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13756         * message.el (message-self-insert-commands): New variable.
13757         (message-strip-forbidden-properties): Use it.
13759 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13761         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13762         that doesn't make XEmacs choke.
13764 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13766         * gnus-util.el (gnus-replace-in-string):
13767         Prefer replace-regexp-in-string over of replace-in-string.
13769 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13771         * gnus-util.el (gnus-select-frame-set-input-focus):
13772         Use select-frame-set-input-focus if it is available in XEmacs; use
13773         definition defined in Emacs 22 for old Emacsen.
13775 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13777         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13779 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13781         * gnus-registry.el (gnus-registry-cache-save): Remove text
13782         properties when saving via the temp buffer.
13784 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13786         * message.el (message-generate-hashcash): Honor custom type.
13788 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13790         * message.el (message-generate-hashcash): Default to non-nil when
13791         hashcash is found.
13793         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13794         (gnus-refer-thread-limit): Increase default to 500.
13796         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13798         * flow-fill.el (fill-flowed): Allow delete-space.
13800 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13802         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13803         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13804         Remove autoloads.
13806 2006-04-18  Simon Josefsson  <jas@extundo.com>
13808         * message.el (message-generate-hashcash): Default to.
13810 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13812         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13813         concatenating segments rather than before concatenating them.
13815 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13817         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13819         * imap.el (imap-quote-specials): New function.
13820         (imap-login-auth): Quote specials.
13822 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13826         * message.el (message-forward-make-body-plain):
13827         Allow message-forward-ignored-headers to be a list.
13828         (message-remove-ignored-headers): Factor out into function.
13829         (message-forward-make-body-mml): Use it.
13830         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13831         (rfc2231-parse-string): Allow concatanation of parameters that
13832         aren't contiguous.  The test case is
13833           (mail-header-parse-content-type "message/external-body;
13834             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13835             access-type=LOCAL-FILE;
13836             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13838 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13840         * nntp.el (nntp-accept-process-output): Return the value of
13841         `nnheader-accept-process-output'.
13843 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13846         (gnus-button-alist): Recognize more diff formats.
13847         (gnus-button-patch): Strip directory.
13849 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13851         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13852         Emacs 22 when setting focus.
13854 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13856         * gnus-art.el (gnus-article-treat-types): Do treatment of
13857         text/x-verbatim parts.
13858         (gnus-button-patch): New command.
13860         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13861         addresses that contain invalid characters.
13863 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13865         * message.el (message-put-addresses-in-ecomplete):
13866         Use gnus-replace-in-string.
13867         (message-is-yours-p): Use the more correct
13868         mail-header-parse-address instead of
13869         mail-extract-address-components.
13870         (message-put-addresses-in-ecomplete): Fix typo.
13872         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13873         keystroke.
13875         * gnus-art.el (gnus-treatment-function-alist): Change order of
13876         newsgroups/generic header folding to avoid double-folding.
13878         * message.el (message-hidden-headers): Add X-Draft-From.
13880         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13881         New command.
13882         (gnus-summary-repeat-search-article-backward): New command.
13884         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13885         groups in the parent topic.
13887 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13889         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13890         (spam-extra-header-to-number): Return the CRM114 number as a
13891         number instead of a string.
13893 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895         * gnus-art.el (gnus-face-properties-alist): Move here from
13896         gnus-fun.
13898         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13900 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902         * message.el (message-strip-forbidden-properties): Only display on
13903         self-insert-command.
13905         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13906         reindent.
13907         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13909 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13911         * smiley.el (smiley-style): Fix typo.
13913 2006-03-23  Kenichi Handa  <handa@m17n.org>
13915         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13916         instead of set-buffer-multibyte.
13918 2006-03-23  Kenichi Handa  <handa@m17n.org>
13920         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13921         buffer and then decode the buffer text if necessary.
13922         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13923         first, and after mm-encode-body, change the buffer to unibyte.
13925 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13927         * hashcash.el (hashcash-insert-payment-async-2):
13928         Use message-goto-eoh instead of doing it manually.
13929         (mail-add-payment): Use message-narrow-to-header instead of trying
13930         to do the same itself.
13932         * message.el (message-hidden-headers): Add Face.
13934         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13935         reparenting code.
13936         (gnus-summary-reparent-children): Refactored out code.
13937         (gnus-summary-thread-map): New keystroke.
13938         (gnus-summary-reparent-children): Make into command.
13940         * smiley.el (smiley-style): Default to `medium' if using a large
13941         font.
13943         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13944         does it itself.
13946         * message.el (message-point-in-header-p): Simplify definition.
13948 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950         * nnagent.el (nnagent-request-set-mark): Silence log file
13951         writing.
13952         (nnagent-request-set-mark): Use write-region instead of
13953         append-to-file.
13955         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13956         strange select method.
13958         * ecomplete.el (ecomplete-display-matches): Get highlightling
13959         right.
13960         (ecomplete-display-matches): Use literals.
13961         (ecomplete-display-matches): Disable message logging.
13963         * message.el (message-display-abbrev): Small optimization.
13965         * ecomplete.el (ecomplete-display-matches): Allow automatic
13966         display.
13968         * message.el (message-strip-forbidden-properties):
13969         Display abbrevs.
13970         (message-display-abbrev): Get automatic display right.
13972         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13973         keystrokes.
13975 2006-04-13  Romain Francoise  <romain@orebokech.com>
13977         TODO: Backport to v5-10!
13979         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13980         Move here (and rename) from gnus-registry.el.
13982         * gnus-registry.el: Require gnus-util.
13983         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13985 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13987         * gnus-group.el (gnus-group-catchup-current):
13988         Change if-then-else-if-then-else into cond.
13989         (gnus-group-catchup): Indent.
13990         (group-name-at-point): New function.
13991         (gnus-fetch-group): Provide default from thing at point.
13993 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13995         * message.el (message-display-abbrev): Fix regexp.
13997         * ecomplete.el (ecomplete-highlight-match-line):
13998         Reimplement choosing.
13999         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14000         dead variables.
14002         * message.el (message-newline-and-indent): Remove debugging.
14003         (message-display-abbrev): Use new implementation.
14005 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14007         * gnus-art.el (gnus-article-mode):
14008         Set cursor-in-non-selected-windows to nil.
14010         * smiley.el: Revert previous change.
14011         (smiley-data-directory): defvar it before using it in the
14012         defcustom of `smiley-style'.
14014 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14016         * message.el (message-newline-and-indent): New function.
14018         * ecomplete.el: Implement more bits.
14020         * message.el (message-put-addresses-in-ecomplete): Clean up the
14021         string.
14023         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14025         * gnus-sum.el (gnus-summary-save-parts):
14026         Bind gnus-summary-save-parts-counter and use it to make unique file
14027         names.
14029         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14031         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14032         parameter to say whether to actually parse the individual
14033         addresses.
14035         * message.el (message-put-addresses-in-ecomplete): New function.
14036         (ecomplete): Require.
14037         (message-mail-alias-type): Add ecomplete as an option.
14039 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14041         * flow-fill.el (fill-flowed): Remove trailing space from blank
14042         quoted lines.
14044 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14046         * smiley.el (smiley-style): Move definition later to avoid a
14047         compilation warning.
14049 2006-04-12  Kenichi Handa  <handa@m17n.org>
14051         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14052         buffer and then decode the buffer text if necessary.
14053         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14054         first, and after mm-encode-body, change the buffer to unibyte.
14055         Use mm-disable-multibyte instead of set-buffer-multibyte.
14057 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14059         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14060         Content-Type header instead of Content-Disposition header.
14061         (gnus-mime-inline-part): Ditto.
14062         (gnus-mime-view-part-as-charset): Ignore charset that the part
14063         specifies.
14065         * mm-decode.el (mm-display-part): Work with external parts and
14066         usual parts similarly.
14068         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14069         instead of gnus-display-mime.
14071         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14072         instead of with-temp-buffer.
14074         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14075         tag to summarized topics part in order to encode non-ASCII text.
14077 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14079         * smiley.el (smiley-style): New variable.
14080         (smiley-directory): New function.
14081         (smiley-data-directory): Derive from `smiley-style' using
14082         `smiley-directory'.
14083         (smiley-regexp-alist): Add new entries.
14085         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14086         (gnus-article-browse-delete-temp): Add :version.
14088 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14090         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14091         the sieve region.
14093 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095         * gnus.el (gnus-version-number): Bump version.
14097 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14099         * gnus.el: No Gnus v0.4 is released.
14101 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14104         layout.
14106         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14107         unknown charset.
14109         * message.el (message-header-synonyms): Add Original-To to the
14110         default.
14112         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14113         optional parameter.
14115 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14117         * gnus-fun.el (gnus): Require it for gnus-directory.
14119 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14121         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14123 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14125         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14127 2006-04-05  Simon Josefsson  <jas@extundo.com>
14129         * password.el (password-reset): New function.
14131 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14133         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14134         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14136 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14138         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14139         Some whitespace was matched into the url, which broke browsing hits
14140         > 100 when mm-url-use-external was nil.
14142 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14145         Check gnus-extra-headers for 'Newsgroups.
14147         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14148         bound.
14150 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14152         * pgg-gpg.el: Clean up process buffers every time gpg processes
14153         complete.
14155 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14157         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14158         doc string.
14160 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14162         * pgg-gpg.el (pgg-gpg-process-filter)
14163         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14165         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14166         lines, temporary fix.
14168 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14170         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14172 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14174         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14175         default-enable-multibyte-characters.  This reverts the change from
14176         revision 6.17 which is no longer necessary because the passphrase
14177         is sent separately now.  GnuPG messages are unreadable under
14178         multibyte locales with default-enable-multibyte-characters set to
14179         nil.
14181 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14183         * message.el (message-tool-bar-gnome): Move "spell".
14185 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14187         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14188         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14189         instead.
14191 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14194         Improve newsgroups handling for NNTP overviews which don't include
14195         Newsgroups.
14197 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14199         * message.el (message-resend): Bind message-generate-hashcash to nil.
14201 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14203         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14204         when searching for already-paid recipients.
14206 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14208         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14209         passphrases when it is not needed.
14210         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14211         passphrase stuff from gpg, should only be necessary when you use
14212         gpg with a smartcard.
14214 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14216         * mml.el (mml-insert-mime): Ignore cached contents of
14217         message/external-body part.
14219         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14220         (mm-insert-part): Ditto.
14222 2006-03-23  Simon Josefsson  <jas@extundo.com>
14224         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14225         Reiner.
14226         (pgg-gpg-use-agent-p): Use it again.
14228 2006-03-23  Simon Josefsson  <jas@extundo.com>
14230         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14231         older emacsen.
14232         (pgg-gpg-use-agent-p): Don't use it.
14234 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14236         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14237         if we can.
14239 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14241         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14242         (pgg-gpg-update-agent): New function.
14243         (pgg-gpg-use-agent-p): New function.
14244         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14245         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14246         (pgg-gpg-sign-region): Use it.
14248 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14251         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14253 2006-03-21  Simon Josefsson  <jas@extundo.com>
14255         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14256         <wilde@sha-bang.de>.
14257         (pgg-gpg-use-agent): New variable.
14258         (pgg-gpg-process-region): Use it.
14259         (pgg-gpg-encrypt-region): Likewise.
14260         (pgg-gpg-encrypt-symmetric-region): Likewise.
14261         (pgg-gpg-decrypt-region): Likewise.
14262         (pgg-gpg-sign-region): Likewise.
14263         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14265 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14267         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14269         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14270         Add comment on version.
14272 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14274         * smiley.el: Add missing test smiley.
14276 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14278         * mm-decode.el (mm-with-part): New macro.
14279         (mm-get-part): Use it; work with message/external-body as well.
14280         (mm-save-part): Treat name and filename equally.
14282         * mm-extern.el (mm-extern-cache-contents): New function.
14283         (mm-inline-external-body): Use it; force the part to be displayed;
14284         move undisplayer added to the cached handle to the parent.
14286         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14287         (gnus-mime-view-part-as-type): Work with message/external-body.
14289         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14291 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14293         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14294         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14295         Emacs.]
14297 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14299         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14300         path rather than symbol.  Always return list of directories.
14301         Guarantee that image directory comes first.  [Sync with image.el,
14302         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14304         * message.el (message-make-tool-bar): Adjust to new API of
14305         `gmm-image-load-path-for-library'.
14307         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14309         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14311 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14313         * gnus-art.el (gnus-article-only-boring-p):
14314         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14315         intangible text.
14316         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14318 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14320         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14321         Use `defun' instead of `gmm-defun-compat'.
14323 2006-03-14  Simon Josefsson  <jas@extundo.com>
14325         * message.el (message-unique-id): Don't use message-number-base36
14326         if (user-uid) is a float.
14327         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14329 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14331         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14333         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14334         empty line between a part and a message part.
14336 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14338         * smiley.el: Add more test smileys.
14339         (smiley-data-directory, smiley-regexp-alist)
14340         (gnus-smiley-file-types): Fix doc strings.
14341         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14342         adding new elements.
14343         (smiley-mouse-map): Unused code.  Make it a comment.
14345 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14347         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14348         scan latest NoCeM messages instead of old ones.
14349         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14350         delimiters that are recently used.
14351         (gnus-nocem-load-cache): Add autoload cookie.
14353         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14355         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14356         level which is larger than gnus-use-nocem is specified.
14358         * gnus-group.el (gnus-group-get-new-news): Ditto.
14360 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14362         * gnus-util.el (gnus-tool-bar-update): New function.
14364         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14365         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14367         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14369         * gnus-group.el (gnus-group-redraw-when-idle)
14370         (gnus-group-redraw-check): Remove.
14371         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14373 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14375         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14376         if optional last element is specified in splits (FIELD VALUE...).
14378 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14380         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14381         to gmm-image-load-path-for-library.  Call with no-error argument.
14382         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14384         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14386         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14388         * gmm-utils.el (gmm-image-load-path): Remove alias.
14390 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * gmm-utils.el (gmm-image-load-path): Add alias.
14394         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14395         nnml-generate-nov-databases-1.
14396         (nnml-generate-nov-databases): Use it.
14397         (nnml-generate-nov-databases-directory): Document no-active
14398         argument.
14400         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14401         directory if path is t.  Add no-error.
14403         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14404         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14406         * gnus-art.el (gnus-article-browse-delete-temp-files):
14407         Simplify resetting gnus-article-browse-html-temp-list.
14409         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14410         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
14411         Add example to docstring.  Rename local variables.  Move error
14412         checks to default case in cond and simplify.
14414 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14416         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14417         handle is multipart when calling it recursively.
14418         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14420 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14422         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14423         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14425 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14427         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14428         is loaded.
14430         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14431         loaded.
14433 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14435         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14436         to "Emacs 23 (unicode)" in doc string.
14438         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14439         "Emacs 23 (unicode)" in comment.
14441 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14443         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14445         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14446         characters 160 through 255 in Emacs 23.
14448 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14450         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14451         gnus-article-browse-html-temp.
14452         (gnus-article-browse-delete-temp): Make it customizable.
14453         Add `file'.  Adjust doc string.
14454         (gnus-article-browse-delete-temp-files): Add argument.
14455         Allow query for each file.  Adjust doc string.
14456         (gnus-article-browse-html-parts):
14457         Add `gnus-article-browse-delete-temp-files' to
14458         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14460 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14462         * gnus-art.el (gnus-article-browse-html-temp)
14463         (gnus-article-browse-delete-temp): New variables.
14464         (gnus-article-browse-delete-temp-files): New function.
14465         (gnus-article-browse-html-parts): Use it.
14467 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14469         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14471         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14472         string.
14474         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14475         gnus-summary-insert-new-articles when unplugged.
14476         Remove gnus-summary-search-article-forward.
14478         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14479         display-visual-class instead of display-color-cells.
14481 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14483         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14484         message/* containing non-ASCII text properly.
14486 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14488         * message.el: Require gmm-utils, remove autoloads.
14489         (message-tool-bar): Set default based on
14490         gmm-tool-bar-style.
14491         (message-tool-bar-gnome): Add gmm-customize-mode.
14493         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14494         gmm-tool-bar-style.
14495         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14497         * gnus-group.el (gnus-group-tool-bar): Set default based on
14498         gmm-tool-bar-style.
14499         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14501         * gmm-utils.el (gmm-image-directory): Rename variable from
14502         gmm-image-load-path.
14503         (gmm-image-load-path): Use gmm-image-directory.
14504         (gmm-customize-mode): New function.
14505         (gmm-tool-bar-style): New variable.
14507         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14508         gnus-group-redraw-line-number.
14509         (gnus-group-redraw-check): Simplify.
14510         (gnus-group-tool-bar-update): Remove redraw check.
14511         (gnus-group-make-tool-bar): Add redraw check.
14513 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14515         * gnus-art.el (gnus-button): Add missing parentheses.
14517 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14519         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14521 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14523         * gnus-art.el (gnus-button): New face.
14524         (gnus-article-button-face): Use it.
14526         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14527         Add gnus-summary-next-page.  Re-order.
14529         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14530         next-node are now included.
14531         (gnus-group-redraw-line-number): New internal variable.
14532         (gnus-group-redraw-check): Helper function for updating the tool
14533         bar.
14534         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14536         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14538         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14539         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14540         Use it to match format of Spamassassin 3.0 and later.
14541         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14542         (spam-check-bogofilter)
14543         (spam-bogofilter-register-with-bogofilter): Fix args of
14544         `gnus-error' calls.
14546 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14548         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14549         unnecessary interaction when sending queued mails.
14550         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14552 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14554         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14555         first or last are nil.
14557 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14559         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14561 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14565 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14567         * dns.el (query-dns): Protect more against buggy tcp output.
14569 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14571         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14572         nov.php.
14574 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14576         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14577         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14578         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14579         output on the server side.
14580         (nnweb-google-create-mapping): Update regexps and add some
14581         progress indication.
14583 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14585         * gnus-group.el (gnus-group-tool-bar-gnome):
14586         Fix gnus-agent-toggle-plugged.  Re-order icons.
14587         (gnus-group-tool-bar-gnome):
14588         Add gnus-group-{prev,next}-unread-group.
14589         (gnus-group-tool-bar-gnome): Re-order icons.
14591         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14592         Move gnus-summary-insert-new-articles.
14594         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14595         Fix comments.
14597         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14598         also available in Emacs 21.3.
14600         * message.el (message-fix-before-sending): Change "Emacs 22" to
14601         "Emacs 23 (unicode)" in comment.
14603         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14604         "Emacs 23 (unicode)" in comment.
14606         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14607         comment.
14608         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14610         * mm-view.el (mm-fill-flowed): Add :version.
14612 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14614         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14615         and load-path.
14617 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14619         * message.el: Autoload gmm-image-load-path.
14620         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14621         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14622         consitency.
14624         * gmm-utils.el (gmm-image-load-path): Also search in
14625         "../etc/images".  Don't set gmm-image-load-path if we don't find
14626         the image.
14628 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14630         * gmm-utils.el (gmm-image-load-path): Don't make
14631         `gmm-image-load-path' include subdirectories which the second arg
14632         `image' might specify.
14634         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14635         subdirectory to icon file names.
14637         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14639 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14641         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14642         gmm-image-load-path calls.
14644         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14646         * message.el (message-make-tool-bar): Ditto.
14648         * mml.el (mml-preview): Add comment concerning tool bar icons.
14650         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14651         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14653         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14654         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14656         * message.el (message-tool-bar-gnome): Use new icon names.
14657         (message-make-tool-bar): Use `gmm-image-load-path'.
14659         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14660         New functions from MH-E.
14661         (gmm-image-load-path): New variable from MH-E.
14662         (gmm-image-load-path): New function from MH-E.  Add arguments
14663         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14664         *-image-load-path-called-flag.
14666 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14668         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14670 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14672         * nnimap.el (nnimap-request-move-article): Change folder back to
14673         source group before deleting.
14675 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14677         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14679         * gnus-art.el (mm-url-insert-file-contents-external):
14680         Autoload mm-url.
14682         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14684 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14686         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14687         coding system which mm-charset-to-coding-system returns for a
14688         given charset is valid.
14690 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14692         * html2text.el (html2text-remove-tag-list):
14693         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14695 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14697         * gnus-cus.el: Revert 2005-10-17 change.
14699 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14701         * gnus-art.el (article-strip-banner):
14702         Call article-really-strip-banner only when the regexp match is made.
14704 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14706         * gnus-art.el (article-strip-banner):
14707         Use gnus-extract-address-components instead of
14708         mail-header-parse-addresses to make it work with non-ASCII text;
14709         remove mail-encode-encoded-word-string.
14711         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14712         values which are surrounded with \"...\"; make it never cause a
14713         Lisp error; give up parsing of parameters if it failed in
14714         extracting type.
14716 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
14718         * smime.el (smime-cert-by-ldap-1): Fix bug where
14719         `smime-ldap-search' returns results without userCertificates.
14721 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14723         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14725 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14727         * spam.el (spam-check-spamassassin-headers): Adapt format for
14728         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14729         <ari@mbf.ocn.ne.jp>.
14730         (spam-list-of-processors): Add spam-use-gmane.
14732 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14734         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14735         make-temp-file; make it work with XEmacs as well.
14737         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14738         mm-make-temp-file.
14740         * mm-decode.el (mm-display-external): Use the 3rd arg of
14741         mm-make-temp-file.
14742         (mm-create-image-xemacs): Ditto.
14744 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14746         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14747         with message-narrow-to-headers.
14748         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14749         (gnus-draft-check-draft-articles): New function.
14750         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14752 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14754         * gnus-art.el (gnus-article-browse-html-parts):
14755         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14756         Don't use suffix argument for mm-make-temp-file for Emacs 21
14757         compatibility.  Remove useless `format'.
14759 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14761         * nnweb.el (nnweb-google-wash-article): Update regexps.
14762         (nnweb-group-alist): Use defvoo instead of defvar.
14764 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14766         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14767         re-loading nn* modules.
14769 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14771         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14772         for `tool-bar-mode' and don't check it's default-value.
14774         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14776         * message.el (message-make-tool-bar): Ditto.
14778         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14779         `substring'.  Shorten tmp-file name.
14781         * gnus.el: Remove bogus comment.
14783 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14785         * gnus-art.el (gnus-article-browse-html-parts): New function.
14786         (gnus-article-browse-html-article): New function for viewing html
14787         articles with a browser.
14789 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14791         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14792         (mml2015-pgg-encrypt): Ditto.
14794         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14795         (mml1991-pgg-encrypt): Ditto.
14797 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14799         * nnfolder.el (nnfolder-insert-newsgroup-line):
14800         Use message-make-date instead of current-time-string.
14802         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14803         to gnus-decoded which mm-uu might set.
14805 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14807         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14808         don't decode quoted parameters; remove misimported Emacs code.
14809         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14810         (rfc2231-decode-encoded-string): Don't use split-string which
14811         behaves differently according to Emacs version; use
14812         mm-decode-coding-region to convert charset to coding-system.
14813         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14814         (rfc2231-encode-string): Remove misimported Emacs code.
14816 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14818         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14819         when calling mail-header-parse-content-type.
14820         (article-de-quoted-unreadable): Ditto.
14821         (article-de-base64-unreadable): Ditto.
14822         (article-wash-html): Ditto.
14824         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14825         calling mail-header-parse-content-type and
14826         mail-header-parse-content-disposition.
14827         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14828         mail-header-parse-content-type.
14830         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14831         insert charset and format parameters; encode description after
14832         inserting it to buffer.
14833         (mml-insert-parameter): Fold lines properly even if a parameter is
14834         segmented into two or more lines; change the max column to 76.
14836         * rfc1843.el (rfc1843-decode-article-body): Don't use
14837         ignore-errors when calling mail-header-parse-content-type.
14839         * rfc2231.el (rfc2231-parse-string): Return at least type if
14840         possible; don't cause an error even if it fails in parsing of
14841         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14842         (rfc2231-encode-string): Don't break lines at the beginning, leave
14843         it to mml-insert-parameter.
14845         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14846         calling mail-header-parse-content-type.
14848 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14850         * spam-report.el (spam-report-gmane-use-article-number):
14851         Improve doc string.
14852         (spam-report-gmane-internal): Check if a suitable header was found
14853         in the article.
14855 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14857         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14858         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14860 2006-02-05  Romain Francoise  <romain@orebokech.com>
14862         Update copyright notices of all files in the gnus directory.
14864 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14866         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14868 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14870         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14871         segmented lines of parameter value to cope with Thunderbird 1.5
14872         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14873         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14874         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14876 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14878         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14879         parts.
14881 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14883         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14884         there's only one active file for all servers.
14885         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14886         solid groups.  Gnus might have used a FAST request to select the group.
14887         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14888         and nnweb-search redundantly in the active file.
14889         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14890         (nnweb-request-create-group): Don't use ARGS.
14891         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14892         initialisations.  Let nnoo do the work.
14894 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14896         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14897         Say the part has been decoded.
14899         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14901 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14903         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14904         mailcap-viewer-test-cache when there's no 'test clause, since that
14905         will invert the meaning of a "nil" test previously determined by
14906         mailcap-mailcap-entry-passes-test.
14908 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14910         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14911         compiling.
14913         * gnus-sum.el: Ditto.
14915         * message.el: Don't bind tool-bar-map when compiling.
14917 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14919         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14921 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14923         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14924         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14925         current Google Groups.
14927 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14929         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14930         and tool-bar-mode.
14932         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14933         and tool-bar-mode.
14935         * message.el (message-tool-bar-update): Simplify.
14936         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14938         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14939         gnus-summary-buffer.
14940         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14941         gnus-summary-reply.
14943         * gmm-utils.el (gmm): Add :version.
14945 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14947         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14948         Don't autoload.
14950 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14952         * gmm-utils.el (gmm-verbose): Add :group.
14954 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14956         * message.el: Change some comments WRT tool-bars.
14958         * gnus-sum.el (gnus-summary-tool-bar)
14959         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14960         (gnus-summary-tool-bar-zap-list): New variables.
14961         (gnus-summary-make-tool-bar): Complete rewrite using
14962         `gmm-tool-bar-from-list'.
14964         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14965         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14966         New variables.
14967         (gnus-group-make-tool-bar): Complete rewrite using
14968         `gmm-tool-bar-from-list'.
14969         (gnus-group-tool-bar-update): New function.
14971         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14973 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14975         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14976         is dissected into a single part of which the type is the same as
14977         the given one; decode charset.
14979 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14981         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14982         into alists as symbol not string, since that's what
14983         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14984         look for.
14986 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14988         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14989         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14991         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14993 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14995         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14996         (gnus-mime-security-button-menu): New definition.
14997         (gnus-mime-security-button-map): Use them.
14998         (gnus-mime-security-button-menu): New function.
14999         (gnus-insert-mime-security-button): Addition to help echo.
15000         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15001         (gnus-mime-security-pipe-part): New functions.
15003         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15004         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15006         * mm-decode.el (mm-handle-set-disposition): Remove.
15007         (mm-handle-set-description): Remove.
15009 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15011         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15012         (mm-w3m-standalone-supports-m17n-p): New function.
15013         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15014         w3m usage.
15016         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15017         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15019 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15021         * message.el (message-tool-bar-zap-list):
15022         Use gmm-tool-bar-zap-list as custom type.
15023         (message-tool-bar-update): New function.
15024         (message-tool-bar, message-tool-bar-gnome)
15025         (message-tool-bar-retro): Add message-tool-bar-update.
15026         (message-tool-bar-gnome): Add flyspell-buffer.
15028         * gnus-util.el (gnus-error): Describe `args'.
15030         * gmm-utils.el (gmm-error): Describe `args'.
15031         (gmm-tool-bar-zap-list): New widget.
15032         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15034 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15036         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15037         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15038         the number of recursive calls.
15040         * mm-decode.el (mm-handle-set-disposition): New macro.
15041         (mm-handle-set-description): New macro.
15043 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15045         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15046         encoding.
15048 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15050         * message.el (message-tool-bar-zap-list, message-tool-bar)
15051         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15052         (message-tool-bar-local-item-from-menu): Remove.
15053         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15054         (message-make-tool-bar): New function.
15055         (message-mode): Use `message-make-tool-bar'.
15057         * gmm-utils.el: New file.
15058         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15059         (gmm-lazy): New widget copied from `nnmail.el'.
15060         (gmm-tool-bar-from-list): New function for creating customizable
15061         tool bars.
15062         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15063         output.
15064         (gmm): Add :prefix to defgroup.
15066 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15068         * gmm-utils.el (gmm-widget-p): New function.
15070 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15072         * mml.el (mml-attach-file): Describe `description' in doc string.
15073         (mml-menu): Add Emacs MIME manual and PGG manual.
15075 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15077         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15079 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15081         * nntp.el (nntp-end-of-line): Doc fix.
15083 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15085         * imap.el (imap-open): Handle case where buffer is a buffer
15086         object.
15088 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * gnus-delay.el (gnus-delay): Don't autoload.
15091         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15092         to be re-loaded when customizing the `gnus-delay' group.
15094 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15096         * message.el (message-insert-citation-line): Use newlines.
15098 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15100         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15102         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15104 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15106         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15108 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15110         * mm-decode.el (mm-inlined-types): Add application/pgp.
15111         (mm-automatic-display): Ditto.
15113         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15114         part as text.
15116 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15118         * nnrss.el: Update copyright.
15119         (nnrss-opml-import): Query whether to subscribe to each entry.
15121         * gnus-art.el:
15122         * gnus-sum.el:
15123         * mm-uu.el:
15124         * mm-view.el: Update copyright.
15126 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15128         * message.el (message-info): New function.
15129         (message-mode-menu): Add it.
15130         Update copyright.
15132         * ChangeLog: Fix and update copyright.
15134 2006-01-13  Romain Francoise  <romain@orebokech.com>
15136         * message.el (message-forward-subject-name-subject): Prefer the
15137         address to 'nowhere' if the sender has no name.
15138         Fix typo.  Update copyright year.
15140 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15142         * gnus-art.el (article-wash-html):
15143         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15144         (gnus-article-wash-html-with-w3m-standalone): New function.
15146         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15147         mm-inline-text-html-render-with-w3m-standalone.
15148         (mm-text-html-washer-alist): Map w3m-standalone to
15149         gnus-article-wash-html-with-w3m-standalone.
15150         (mm-inline-text-html-render-with-w3m-standalone): New function.
15152 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15154         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15155         Improve LaTeX.
15157 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15159         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15160         (nnrss-request-article): Render text/plain parts as HTML.
15162         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15163         the buffer.
15165 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15167         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15168         custom definition of `gnus-posting-styles'.
15170         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15171         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15173 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15175         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15176         Use nntp for bug archive.
15178 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15180         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15181         parts.
15182         (nnrss-normalize-date): New function converts ISO 8601 date into
15183         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15184         (nnrss-check-group): Use it.
15186 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15188         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15190         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15191         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15192         (nnrss-insert-w3): Ditto.
15194 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15196         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15197         the articles to be forwarded including the case where neither a
15198         number of articles nor a region is specified.
15200 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15202         * nnrss.el (nnrss-request-article): Fix last change; fill
15203         text/plain parts.
15205 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15207         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15208         in text/plain part.
15209         (nnrss-check-group): Don't add excessive newline to dc:subject.
15211 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15213         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15214         article.
15216 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15218         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15219         (nnml-use-compressed-files, nnml-save-mail): Support other
15220         comression programs such as bzip2.
15222 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224         * dns.el (query-dns): Make sure we check the buffer size before
15225         removing tcp headers.
15227 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15230         remove MIME buttons associated with multipart/alternative parts.
15231         (gnus-mime-display-alternative): Tag buttons using `article-type'
15232         text property.
15234         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15235         associated with multipart/alternative parts.
15237         * gnus-art.el (gnus-signature-separator): Fix custom type.
15239         * mm-decode.el (mm-inlined-types): Fix custom type.
15240         (mm-keep-viewer-alive-types): Ditto.
15241         (mm-automatic-display): Ditto.
15242         (mm-attachment-override-types): Ditto.
15243         (mm-inline-override-types): Ditto.
15244         (mm-automatic-external-display): Ditto.
15246 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15248         * spam-report.el (spam-report-user-mail-address)
15249         (spam-report-user-agent): New variables.
15250         (spam-report-url-ping-plain): Use spam-report-user-agent.
15252 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15254         * gnus-art.el (gnus-button-handle-custom): Do not just use
15255         `customize-apropos' for any "M-x customize-*" button but the
15256         function called for.  Accept both the function name and its
15257         argument in order to achieve this.
15258         (gnus-button-alist): Remove support for "custom:" URL's.
15259         Pass function name to `gnus-button-handle-custom' in case of "M-x
15260         customize-*" buttons.
15262 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15264         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15265         multipart/alternative and add xref to mm-discouraged-alternatives
15266         in doc string.
15268         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15269         gnus-buttonized-mime-types in doc string.
15271 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15273         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15274         Suggest image/.* in the doc string.
15276 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15278         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15279         message-marks (Debian bug #342521).
15281 2005-12-12  Simon Josefsson  <jas@extundo.com>
15283         * password.el (password-read-from-cache): Add.
15284         (password-read): Use it.
15286 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15288         * rfc2047.el (rfc2047-charset-to-coding-system):
15289         Recognize us-ascii as a MIME charset.
15291         * mm-bodies.el (mm-decode-content-transfer-encoding):
15292         Protect against the case where the 2nd arg TYPE is nil.
15294 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15296         * pop3.el (pop3-stream-type): Fix custom version.
15298         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15300 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15302         * mm-decode.el (mm-display-external): Add missing cdr.
15304 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15306         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15307         RFC1524) if it is in mailcap or add a suffix according to
15308         mailcap-mime-extensions when generating a temp filename; postpone
15309         deleting a temp file for 2 seconds for some wrappers, shell
15310         scripts, and so on, which might exit right after having started a
15311         viewer command as a background job.
15313 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15315         * nntp.el (nntp-marks-directory): Fix custom group.
15317         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15318         steps when < 10.
15320         * gnus-start.el (gnus-no-server-1):
15321         Mention `gnus-level-default-subscribed' in doc string.
15323 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15325         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15326         parens.
15328 2005-11-26  Dave Love  <fx@gnu.org>
15330         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15331         (tls-program, tls-success): Provide openssl alternative.
15333         * starttls.el: Doc fixes.
15334         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15335         SERVICE to PORT.
15337         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15338         port null or service name.
15339         (starttls-negotiate): Autoload.
15341 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15343         * message.el (message-kill-to-signature): Fix interactive spec.
15345 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15347         * pop3.el (pop3-open-server): Recognize a string as a service name.
15349 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15351         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15353 2005-11-23  Dave Love  <fx@gnu.org>
15355         Add pop3s, pop3/starttls.
15357         * pop3.el (pop3-authentication-scheme): Clarify doc.
15358         (open-tls-stream, starttls-open-stream): Autoload.
15359         (pop3-stream-type): New.
15360         (pop3-open-server): Use it.
15362         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15363         for POP.
15364         (mail-source-keyword-map): Add :stream for POP.
15365         (mail-source-fetch-pop): Use pop3-stream-type.
15367 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15369         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15370         of current-time-string.
15372 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15374         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15375         date header.
15377 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15379         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15380         it can seriously impact performance as it bypasses the agent's
15381         local caches.
15383 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15385         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15386         must be explicitly online rather than "not explicitly offline" for
15387         its flags to be synchronized.
15389         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15390         that gnus-uu-unmark-thread will function correctly.
15392         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15393         1024K is instead displayed as 1M.
15395 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15399 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15401         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15403 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15405         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15406         error message to display actual error condition.
15407         (gnus-agent-save-local): Avoid saving symbols that are bound to
15408         nil as they simply result in a warning message in
15409         gnus-agent-read-local.
15411 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15413         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15414         rather than make-variable-buffer-local for file-precious-flag.
15416 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15418         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15419         for duplicates which are removed.  The invalid sort check then
15420         triggers a rescan after the sort as sorting may have moved
15421         duplicate entries such that they can be cheaply detected.
15423 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15425         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15427 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15429         * gnus-agent.el (gnus-agent-article-alist-save-format):
15430         Change internal variable to a custom variable.  Change default value
15431         from compressed(2) to uncompressed(1).
15432         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15433         support for uncompressed agentview files.  Taken together, reading
15434         the agentview file should now be 6-7 times faster.
15436 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15438         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15439         as a buffer-local variable.  This avoids creating truncated
15440         dribble files as a result of a hang up, eg.
15442 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15444         * gnus-start.el (gnus-start-draft-setup):
15445         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15447         * gnus.el (gnus-splash): Change custom group.
15448         (gnus-group-get-parameter, gnus-group-parameter-value):
15449         Describe allow-list argument.
15451         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15452         string.
15454 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15456         * gnus-art.el (gnus-default-article-saver): Add user-defined
15457         `function' to custom type.
15459 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15461         * imap.el (imap-open): Handle case where buffer is a buffer
15462         object.
15464 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15466         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15467         long lines.
15468         (gnus-cache-delete-group): Wrap doc strings.
15470         * gnus-agent.el (gnus-agent-rename-group)
15471         (gnus-agent-delete-group): Wrap doc strings.
15473 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475         * gnus-start.el (gnus-1): Add "native" to
15476         gnus-predefined-server-alist.
15478         * gnus.el (gnus-method-to-server): Don't add "native" to the
15479         lists here, because that leads to problems when
15480         gnus-select-method is bound.
15482 2005-11-09  Simon Josefsson  <jas@extundo.com>
15484         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15485         use (not sort-by-date) instead.
15487 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15489         * gnus-delay.el (gnus-delay-group): Don't autoload.
15490         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15491         to be re-loaded when customizing the `gnus-delay' group.
15493 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15495         * message.el: Revert last changes.
15496         (message-insert-citation-line): Use newlines.
15498 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15500         * message.el (message-courtesy-message)
15501         (message-mark-insert-begin, message-mark-insert-end)
15502         (message-elide-ellipsis, message-cancel-message)
15503         (message-add-header, message-change-subject)
15504         (message-cross-post-followup-to-header)
15505         (message-cross-post-insert-note, message-reduce-to-to-cc)
15506         (message-widen-reply, message-delete-not-region)
15507         (message-kill-to-signature, message-insert-signature)
15508         (message-insert-importance-high, message-insert-importance-low)
15509         (message-insert-or-toggle-importance)
15510         (message-insert-disposition-notification-to)
15511         (message-indent-citation, message-yank-original)
15512         (message-cite-original-without-signature, message-cite-original)
15513         (message-insert-citation-line, message-position-on-field)
15514         (message-fix-before-sending, message-send-mail-partially)
15515         (message-send-mail, message-send-mail-with-sendmail)
15516         (message-send-mail-with-qmail, message-send-news)
15517         (message-check-news-header-syntax, message-generate-headers)
15518         (message-insert-courtesy-copy, message-fill-address)
15519         (message-fill-header, message-shorten-references)
15520         (message-setup-1, message-cancel-news)
15521         (message-forward-make-body-plain, message-forward-make-body-mime)
15522         (message-forward-make-body-mml, message-encode-message-body)
15523         (message-forward-make-body-digest-plain)
15524         (message-forward-make-body-digest-mime)
15525         (message-use-alternative-email-as-from): Insert `hard-newline'
15526         instead of ordinary newlines.
15528 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15530         * message.el (message-generate-headers): Downcase the argument
15531         given to message-check-element.
15533 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15535         * nntp.el (nntp-authinfo-rejected): New error condition.
15536         (nntp-wait-for): Use new error condition to signal authentication
15537         error.
15538         (nntp-retrieve-data): Rethrow new error condition to break out of
15539         recursive call to nntp-send-authinfo.
15541 2005-11-08  Romain Francoise  <romain@orebokech.com>
15543         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15544         (gnus-summary-exit-map): Bind to `Z p'.
15545         (gnus-summary-make-menu-bar): Add menu item.
15547 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15549         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15550         (gnus-treat-*): Add `first' in all doc strings.
15552         * gnus-group.el (gnus-group-compact-group): Fix typo.
15554 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15556         * gnus.el (gnus-parameters-case-fold-search): New variable.
15557         (gnus-parameters-get-parameter): Use it.
15559         * gnus-score.el (gnus-home-score-file): Doc fix.
15561 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15563         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15565 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15567         * mm-util.el (mm-special-display-p): New function.
15569         * mml.el (mml-preview): Use it; doc fix.
15571 2005-10-29  Romain Francoise  <romain@orebokech.com>
15573         * message.el (message-fix-before-sending): Fix comment.
15575 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15577         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15579 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15581         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15582         Used in gnus-score.el.
15584 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15586         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15588 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15590         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15591         whitespace removed in revision 7.8.  Use concatenated string to
15592         protect trailing whitespace.
15594 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
15596         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15597         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15598         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15599         Courier IMAP ("some version from 2004").  Mostly based on similar
15600         code in the same function.
15602 2005-10-26  Didier Verna  <didier@xemacs.org>
15604         * gnus-group.el (gnus-group-compact-group): Invalidate original
15605         article buffer.
15606         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15607         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15608         NOV database and in article itself.
15609         Invalidate article backlog.
15611 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15613         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15615 2005-10-26  Simon Josefsson  <jas@extundo.com>
15617         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15618         part of 2004-07-25 change.
15620 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15622         * message.el (message-display-completion-list): New function.
15623         (message-expand-group): Use it; make sure the Completions buffer
15624         is modifiable.
15626 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15628         * imap.el (imap-open): Handle case where buffer is a buffer object.
15630 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
15632         * pgg-def.el:
15633         * pgg-gpg.el:
15634         * pgg-parse.el:
15635         * pgg-pgp.el:
15636         * pgg-pgp5.el:
15637         * pgg.el: Move to the parent lisp directory.
15639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15641         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15642         user-mail-name is an empty string.
15644 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15646         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15647         depending on gnus-score-decay-constant.
15649         * encrypt.el (encrypt-insert-file-contents)
15650         (encrypt-write-file-contents): Don't use `gnus-message'.
15652         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15653         arguments.
15654         (mm-uu-type-alist): Add message-marks and insert-marks.
15655         Pass arguments to mm-uu-verbatim-marks-extract.
15656         (mm-uu-hide-markers): New variable.
15657         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15659         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15660         (gnus-convert-image-to-face-command): Use "convert" by default to
15661         allow other input image formats.
15662         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15663         accordingly.
15665 2005-10-23  Simon Josefsson  <jas@extundo.com>
15667         * imap.el (imap-gssapi-program): Align command line parameters
15668         with latest GNU SASL.
15669         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15671 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15674         HTML.
15675         (nnslashdot-request-article): Ditto.
15677 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15679         * mail-source.el (mail-source-fetch-pop): Require pop3.
15680         (mail-source-check-pop): Ditto.
15682 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15684         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15685         errors.
15687 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15689         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15690         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15692         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15694         * mm-bodies.el (mm-decode-string):
15695         Call `mm-charset-to-coding-system' with allow-override argument.
15697 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15699         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15700         (rfc2047-charset-to-coding-system): New function.
15701         (rfc2047-decode-encoded-words): New function.
15702         (rfc2047-decode-region): Use them.
15703         (rfc2047-decode-cte): Remove.
15704         (rfc2047-parse-and-decode): Remove.
15705         (rfc2047-decode): Remove.
15707 2005-10-15  Kenichi Handa  <handa@m17n.org>
15709         * rfc2047.el (rfc2047-decode-cte): New function.
15710         (rfc2047-decode-region): Change the way to decode successive
15711         encoded-words: decode B- or Q-encoding in each encoded-word,
15712         concatenate them, and decode it as charset.
15714 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15716         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15717         widget-move-and-invoke.
15718         (gnus-custom-mode): Use gnus-custom-map.
15720 2005-10-15  Bill Wohler  <wohler@newt.com>
15722         * message.el (message-tool-bar-map): Rename image file from
15723         mail_send to mail/send.
15725 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15727         * message.el (message-expand-group): Pass the common
15728         prefix substring of completion to `display-completion-list'.
15730 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15732         * mml-sec.el (mml-secure-method): New internal variable.
15733         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15734         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15735         New functions using mml-secure-method.
15737         * mml.el (mml-mode-map): Add key bindings for those functions.
15738         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15739         Harder <harder@myrealbox.com>.
15740         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15741         Goto end of message if point is the headers of the message.
15743         * message.el (message-in-body-p): New function.
15745         * assistant.el: Autoload gnus-util and netrc.
15747         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15748         Use `mm-charset-override-alist' only when decoding.
15750         * mm-bodies.el (mm-decode-body):
15751         Call `mm-charset-to-coding-system' with allow-override argument.
15753         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15754         `filename' from Content-Disposition if Content-Type doesn't
15755         provide `name'.
15756         (gnus-mime-view-part-as-type): Set default instead of
15757         initial-input.
15759 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15761         * format-spec.el (format-spec): Propagate text properties of % spec.
15763 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15765         * gnus-art.el (gnus-treat-predicate): Add `first'.
15767 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15769         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15770         (mm-charset-override-alist): New variable.
15771         (mm-charset-to-coding-system): Use it.
15772         (mm-codepage-setup): New helper function.
15773         (mm-charset-eval-alist): New variable.
15774         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15775         Warn about unknown charsets.
15777 2005-10-04  David Hansen  <david.hansen@gmx.net>
15779         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15780         (nnrss-check-group): Ditto.
15782 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15784         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15785         Rename x-gnus-verbatim to x-verbatim.
15786         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15788         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15789         x-verbatim.
15791         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15793         * gnus-util.el (gnus-remove-duplicates): Remove.
15795         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15796         instead of gnus-remove-duplicates.
15798         * message.el (message-remove-duplicates): Remove.
15799         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15800         message-remove-duplicates.
15802         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15803         available, else use implementation from `delete-dups'.
15805         * message.el (message-insert-expires): New function.
15806         (message-mode-map): Add key binding.
15807         (message-mode-field-menu): Add menu entry.
15808         (message-mode): Document it.
15809         (message-make-expires-date): Use `message-make-date'.
15811 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15813         * message.el (message-make-expires-date): New function.
15815 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15817         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15819 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15821         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15822         function rather than the diff-mode.el package.
15823         (mm-display-external): Use with-current-buffer.
15824         (mm-viewer-completion-map, mm-viewer-completion-map):
15825         Move initialization inside declaration.
15827 2005-09-29  Simon Josefsson  <jas@extundo.com>
15829         * spam.el: Load hashcash when compiling, to avoid warnings.
15830         Don't autoload mail-check-payment.
15831         (spam-check-hashcash): Define unconditionally, since hashcash.el
15832         is part of Gnus now.  Ignore errors from payment checking.
15834 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15836         * message.el (message-bold-region, message-unbold-region):
15837         Rename from `bold-region' and `unbold-region'.
15839         * message.el: Remove useless autoloads.
15841 2005-09-28  Simon Josefsson  <jas@extundo.com>
15843         * message.el (message-use-idna): Default to t.
15844         (message-use-idna): Test whether encoding works too.  Doc fix.
15846 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15848         * nntp.el (nntp-warn-about-losing-connection): Remove.
15850 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15852         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15853         customizable.  Change default value.
15854         (mm-uu-diff-groups-regexp): Change default value.
15855         (mm-uu-type-alist): Add doc string.
15856         (mm-uu-configure): Add doc string.  Make it interactive.
15857         (mm-uu-tex-groups-regexp): New variable.
15858         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15859         (mm-uu-type-alist): Add LaTeX documents.
15860         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15861         of "text/verbatim".
15862         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15864         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15865         instead of "text/verbatim".
15867         * message.el (message-mark-inserted-region)
15868         (message-mark-insert-file): Use slrn style marks when called with
15869         prefix argument.
15871 2005-09-27  Simon Josefsson  <jas@extundo.com>
15873         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15875 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
15877         * message.el (message-remove-duplicates): New function.
15878         Implementation borrowed from `gnus-remove-duplicates'.
15879         (message-idna-to-ascii-rhs): Also encode idna addresses in
15880         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15881         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15882         only ask about the same idna domain once per header and also tell
15883         in what header to replace the idna domain.
15885         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15886         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15887         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15888         a header is decoded and not just the last one.
15890 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15892         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15893         has been decoded.
15895         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15896         (mm-insert-part): Don't modify text if it has been decoded.
15898         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15899         decoded.
15901         * mm-view.el (mm-inline-text): Don't strip text props unless
15902         decoding enriched or richtext parts.
15904 2005-09-25  Romain Francoise  <romain@orebokech.com>
15906         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15907         * gnus-start.el (gnus-subscribe-interactively):
15908         * gnus-uu.el (gnus-uu-grab-articles):
15909         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15910         space.
15912 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15914         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15915         * mm-view.el (mm-view-pkcs7-decrypt):
15916         * gnus-sum.el (gnus-summary-limit-to-extra)
15917         (gnus-summary-respool-article, gnus-read-move-group-name):
15918         * gnus-score.el (gnus-summary-increase-score):
15919         * gnus-util.el (gnus-completing-read-with-default):
15920         * gnus-art.el (gnus-read-save-file-name)
15921         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15922         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15923         * message.el (message-check-news-header-syntax):
15924         Follow convention for reading with the minibuffer.
15926 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15928         * spam-report.el (spam-report-url-ping-plain):
15929         Use gnus-extended-version as User-Agent.
15931         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15932         default value is nil.
15934         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15935         (mm-uu-verbatim-marks-extract): New function.
15936         (mm-uu-extract): New face.
15937         (mm-uu-copy-to-buffer): Use it.
15939         * spam-report.el (spam-report-gmane-ham): Rename from
15940         `spam-report-gmane-unspam'.
15941         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15942         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15944         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15945         Autoload.
15946         (spam-report-gmane-unregister-routine):
15947         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15949 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15951         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15952         (spam-report-gmane-unregister-routine): Add support for gmane
15953         unregistration.
15955         * spam-report.el (spam-report-gmane-unspam)
15956         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15957         (spam-report-gmane): Change to take a single article and do unspam
15958         registration.
15960 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15962         * mm-url.el (mm-url-decode-entities): Fix regexp.
15964 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15967         default to nil, to be able to use Gnus at all.  If the default
15968         switches to something else, then the function should be fixed not
15969         be exceedingly slow.
15971 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15973         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15974         fail hard.
15976         * spam-report.el: Add better Keywords line.
15978         * spam.el: Add Maintainer and better Keywords line.
15980 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15982         * gnus-art.el (gnus-article-replace-part)
15983         (gnus-mime-replace-part): New functions.
15984         (gnus-mime-action-alist, gnus-mime-button-commands)
15985         (gnus-mime-save-part-and-strip): Add file argument.
15986         (gnus-article-part-wrapper): Add interactive argument.
15988         * gnus-sum.el (gnus-summary-mime-map):
15989         Add `gnus-article-replace-part'.
15991 2005-09-19  Didier Verna  <didier@xemacs.org>
15993         The nnml compaction feature:
15994         * nnml.el (nnml-request-compact-group): New function.
15995         * nnml.el (nnml-request-compact): New function.
15996         * gnus-int.el (gnus-request-compact-group): New function.
15997         * gnus-int.el (gnus-request-compact): New function.
15998         * gnus-group.el (gnus-group-compact-group): New function.
15999         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16000         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16001         * gnus-srvr.el (gnus-server-compact-server): New function.
16002         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16003         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16005 2005-09-18  Deepak Goel  <deego@gnufans.org>
16007         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16008         format spec.
16010 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16012         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16014 2005-09-15  Romain Francoise  <romain@orebokech.com>
16016         * message.el (message-fill-paragraph): Clarify docstring.
16018 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16020         * gnus-art.el (gnus-mime-display-part): Protect against broken
16021         MIME messages.
16023 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16026         before parsing header.
16028 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16030         * html2text.el (html2text-replace-list): Add new entities.
16032 2005-09-11  Romain Francoise  <romain@orebokech.com>
16034         * message.el (message-alternative-emails): Improve docstring.
16035         (message-setup-1): Call `message-use-alternative-email-as-from'
16036         after `message-setup-hook' to give it precedence over posting
16037         styles, etc.
16038         (message-use-alternative-email-as-from): Add docstring.
16039         Remove the original From header if present.
16041         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16042         (nnml-save-mail): Use it.
16044         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16045         articles.  Add new argument `silent'.
16046         (gnus-uu-mark-all): Report the total number of marked articles.
16048 2005-09-10  Romain Francoise  <romain@orebokech.com>
16050         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16051         (gnus-uu-mark-series): Likewise.
16053 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16055         * spam-report.el (spam-report-gmane): Fix generation of spam
16056         report URL.
16058 2005-09-10  Simon Josefsson  <jas@extundo.com>
16060         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16061         t, based on discussion on the ding list with Robert Epprecht
16062         <epprecht@solnet.ch>.
16064 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16066         * spam-report.el (spam-report-gmane): Make it work without
16067         X-Report-Spam header.  Gmane now only provides Archived-At.
16068         This is only used if `spam-report-gmane-use-article-number' is nil.
16069         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16071         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16072         make `gnus-summary-sort-by-recipient' work with threading.
16074         * nnweb.el (nnweb-google-wash-article): Print a message if article
16075         is not available.
16077 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16079         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16080         change.  Decode text/* parts content before displaying.
16082 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16084         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16086 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16088         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16090 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16092         * message.el (message-tab-body-function): Fix mismatched custom type.
16094         * gnus.el (gnus-group-change-level-function): Ditto.
16096         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16098         * gnus-art.el (gnus-signature-limit)
16099         (gnus-article-mime-part-function): Ditto.
16101 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16103         * mml.el (mml-mode): Silence the byte compiler.
16105         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16106         using `(sit-for 0)' before moving the point to the specified part;
16107         skip unbuttonized parts.
16108         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16109         return to the summary window if gnus-auto-select-part is non-nil.
16111 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16113         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16114         New variables.
16115         (mml-dnd-attach-file, mml-mode): Use them.
16117         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16118         Make fetching article by MID work again for Google Groups.
16119         Add FIXME concerning gnus-group-make-web-group.
16121         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16122         Don't depend on Gnus by using mail-extract-address-components if
16123         gnus-extract-address-components is not bound.
16125 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16127         * gnus-art.el (gnus-mime-display-security): Don't display the
16128         signature, but only the signed part.
16130 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16132         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16134         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16135         list, not listp.
16137 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16139         * mm-encode.el (mm-encode-content-transfer-encoding):
16140         Likewise when encoding.
16142         * mm-bodies.el (mm-decode-content-transfer-encoding):
16143         De-canonicalize CRLF for all text content types, not just
16144         text/plain.
16146 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16148         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16149         valid article; point arrow and cursor at the MIME button.
16151 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16153         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16154         Suggested by Dan Christensen <jdc@uwo.ca>.
16156         * mm-decode.el (mm-save-part): Enable change of prompt.
16158 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16160         * gnus-msg.el (gnus-inews-add-send-actions):
16161         Make `message-post-method' lambda parameter ARG `&optional'.
16163 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16165         * gnus-sum.el (gnus-summary-mime-map):
16166         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16167         gnus-article-jump-to-part.
16169         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16170         (gnus-article-edit-part): Use it.
16171         (gnus-article-part-wrapper): Add no-handle argument.
16172         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16173         New functions.
16175 2005-08-29  Romain Francoise  <romain@orebokech.com>
16177         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16178         docstring.
16179         (gnus-face-from-file): Likewise.
16181 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16183         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16184         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16185         non-nil.
16186         (gnus-auto-select-part): New variable.
16187         (gnus-article-jump-to-part): New function.
16188         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16189         (gnus-mime-delete-part): Allow selecting specified part after
16190         deleting or stripping parts.
16191         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16192         part if argument is bogus.
16194 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16196         * gnus-art.el (w3m-minor-mode-map):
16197         * gnus-spec.el (gnus-newsrc-file-version):
16198         * gnus-util.el (nnmail-active-file-coding-system)
16199         (gnus-original-article-buffer, gnus-user-agent):
16200         * gnus.el (gnus-ham-process-destinations)
16201         (gnus-parameter-ham-marks-alist)
16202         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16203         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16204         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16205         * mm-decode.el (gnus-current-window-configuration):
16206         * mm-extern.el (gnus-article-mime-handles):
16207         * mm-url.el (url-current-object, url-package-name)
16208         (url-package-version):
16209         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16210         (smime-keys, w3m-cid-retrieve-function-alist)
16211         (w3m-current-buffer, w3m-display-inline-images)
16212         (w3m-minor-mode-map):
16213         * mml-smime.el (gnus-extract-address-components):
16214         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16215         (gnus-newsrc-hashtb, message-default-charset)
16216         (message-deletable-headers, message-options)
16217         (message-posting-charset, message-required-mail-headers)
16218         (message-required-news-headers):
16219         * mml1991.el (mc-pgp-always-sign):
16220         * mml2015.el (mc-pgp-always-sign):
16221         * nnheader.el (nnmail-extra-headers):
16222         * rfc1843.el (gnus-decode-encoded-word-function)
16223         (gnus-decode-header-function, gnus-newsgroup-name):
16224         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16226 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16228         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16229         the end of the date treatments.
16231 2005-08-15  Simon Josefsson  <jas@extundo.com>
16233         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16234         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16235         Capello and Romain Francoise.
16236         (pgg-fetch-key-function): Remove, not used?
16237         (pgg-insert-url-with-w3): Require url, to get
16238         url-insert-file-contents regardless of where it is defined.
16240 2005-08-13  Romain Francoise  <romain@orebokech.com>
16242         * message.el (message-cite-original-1): New function.
16243         (message-cite-original): Use it.
16244         (message-cite-original-without-signature): Ditto.
16246 2005-08-08  Romain Francoise  <romain@orebokech.com>
16248         * message.el (message-yank-empty-prefix): New variable.
16249         (message-indent-citation): Use it.
16250         (message-cite-original-without-signature): Respect X-No-Archive.
16252 2005-08-08  Simon Josefsson  <jas@extundo.com>
16254         * pgg.el: Autoload url-insert-file-contents instead of loading
16255         w3/url.
16256         (pgg-insert-url-with-w3): Don't load url here.
16258 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16260         * message.el (message-kill-to-signature): Don't insert newline at
16261         bol.
16262         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16264 2005-08-06  Romain Francoise  <romain@orebokech.com>
16266         * message.el (message-user-fqdn): Fix typo in docstring.
16268 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16270         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16272         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16274 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16276         * mm-bodies.el (mm-encode-body): Use coding system rather than
16277         charset to encode text.
16279         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16280         number of charsets if utf-8 is available (XEmacs).
16282 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16284         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16285         taken from `gnus-button-mid-or-mail-regexp'.
16286         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16287         (gnus-button-alist): Improve regexp for domain part of the MIDs
16288         for news:localpart@domain buttons.
16289         (gnus-button-ctan-directory-regexp): Update.
16291 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16293         * sieve-manage.el (sieve-manage-interactive-login):
16294         Use make-local-variable rather than make-variable-buffer-local.
16295         (sieve-manage-open): Ditto.
16296         (sieve-manage-authenticate): Ditto.
16298         * mml.el (mml-generate-mime-1): Make the content type default to
16299         text/plain if the filename is not specified.
16301 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16303         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16304         instead of insert-buffer.
16306         * message.el (message-yank-original): Ditto; set the mark at the
16307         end of the yanked message.
16309 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16311         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16312         lines to scroll rather than to stop it.
16314         * mml.el (mml-generate-default-type): Add doc string.
16315         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16316         default to application/octet-stream when determining the content
16317         type if it is not specified for the part or the mml contents; add
16318         a comment about mml-generate-default-type.
16320 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16322         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16323         make it default to application/octet-stream when determining the
16324         content type if it is not specified for the external contents.
16326 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16328         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16329         segmented parameter but also other parameters might be there.
16331 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16333         * mm-decode.el (mm-display-external): Delete temp file, directory
16334         and buffer immediately if the external process is exited.
16336 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16338         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16339         fewer lines than that of scroll-margin.
16340         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16342 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16344         * gnus-art.el (gnus-article-next-page): Revert.
16345         (gnus-article-beginning-of-window): New macro.
16346         (gnus-article-next-page-1): Use it.
16347         (gnus-article-prev-page): Ditto.
16348         (gnus-article-edit-part): Use insert-buffer-substring instead of
16349         insert-buffer.
16350         (gnus-article-edit-exit): Ditto.
16352         * gnus-util.el (gnus-beginning-of-window): Remove.
16353         (gnus-end-of-window): Remove.
16355 2005-07-25  Simon Josefsson  <jas@extundo.com>
16357         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16358         to have the url package without w3.  Reported by Daiki Ueno
16359         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16361 2005-07-20  Didier Verna  <didier@xemacs.org>
16363         * gnus-diary.el: Remove the description comment (nndiary is now
16364         properly documented in the Gnus manual).
16365         Fix the spelling of "Back End".
16366         * nndiary.el: Ditto.
16367         Fix the copyright notice.
16369 2005-07-18  Romain Francoise  <romain@orebokech.com>
16371         * gnus-sum.el (gnus-summary-to-prefix)
16372         (gnus-summary-newsgroup-prefix): New variables.
16373         (gnus-summary-from-or-to-or-newsgroups): Use them.
16375 2005-07-17  Romain Francoise  <romain@orebokech.com>
16377         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16378         space as it's generally not especially interesting to the user.
16380 2005-07-16  Romain Francoise  <romain@orebokech.com>
16382         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16383         nil to avoid prompting and file modification if one of the
16384         messages at the top of the nnfolder file contains a copyright
16385         notice.
16386         Update copyright notice.
16388         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16389         instead of `current-time-string' as the latter creates a time
16390         string that is not RFC 2822 compliant (it lacks the zone).
16391         Update copyright notice.
16393 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16395         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16396         for text/rtf.  Display default in prompt.  Pass default for M-n.
16398         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16400 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16402         * gnus-msg.el (gnus-button-mailto):
16403         Remove save-selected-window-window hackery because it relies on
16404         save-selected-window internals.
16406 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16408         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16409         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16410         (gnus-article-prev-page): Ditto.
16412         * gnus-util.el (gnus-beginning-of-window): New function.
16413         (gnus-end-of-window): New function.
16415 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16417         * gnus-score.el (gnus-score-edit-all-score):
16418         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16419         gnus-message.
16421 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16423         * gnus-msg.el (gnus-button-mailto):
16424         Remove save-selected-window-window hackery because it relies on
16425         save-selected-window internals.
16427 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16430         add-minor-mode.
16431         (gnus-binary-mode): Ditto.
16433         * gnus-topic.el (gnus-topic-mode): Ditto.
16435 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16437         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16438         (gnus-article-prev-page): Take scroll-margin into consideration.
16440 2005-07-04  Lute Kamstra  <lute@gnu.org>
16442         Update FSF's address in GPL notices.
16444 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16446         * gnus.el (gnus-exit):
16447         * gnus-group.el (gnus-group-icons):
16448         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16450         * gnus-nocem.el (gnus-nocem):
16451         * message.el (message-various, message-buffers, message-sending)
16452         (message-interface, message-forwarding, message-insertion)
16453         (message-headers, message-news, message-mail):
16454         * pgg-gpg.el (pgg-gpg):
16455         * pgg-parse.el (pgg-parse):
16456         * pgg-pgp.el (pgg-pgp):
16457         * pgg-pgp5.el (pgg-pgp5):
16458         * pop3.el (pop3): Finish `defgroup' description with period.
16460 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16462         * gnus-art.el (article-display-face): Improve the efficiency.
16463         (article-display-x-face): Ditto; remove grey x-face stuff.
16465 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16467         * gnus-art.el (article-display-face): Correct the position in
16468         which Faces are inserted.
16470 2005-06-29  Didier Verna  <didier@xemacs.org>
16472         * gnus-art.el (article-display-face): Display faces in correct
16473         order.
16475 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16478         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16479         (gnus-nocem-check-article): Fetch the Type header.
16480         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16481         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16482         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16483         make sure gnus-nocem-hashtb is initialized.
16484         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16485         (gnus-nocem-unwanted-article-p): Ditto.
16487         * pgg.el (pgg-verify): Return the verification result.
16489 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16491         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16492         is ascii.
16494 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16496         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16497         `show-nonbreak-escape'.
16499 2005-06-23  Lute Kamstra  <lute@gnu.org>
16501         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16503         * dig.el (dig-mode):
16504         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16506 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16508         * nnimap.el (nnimap-split-download-body): Fix spellings.
16510 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16512         * gnus-art.el (gnus-article-encrypt-body):
16513         * gnus-cus.el (gnus-score-customize):
16514         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16515         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16517 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
16519         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16520         header by looking for magic "MII" at the beginnig.
16522 2005-06-16  Miles Bader  <miles@gnu.org>
16524         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16525         (assistant-field-face): New backward-compatibility alias for renamed
16526         face.
16527         (assistant-render-text): Use renamed assistant-field face.
16529         * spam.el (spam): Remove "-face" suffix from face name.
16530         (spam-face): New backward-compatibility alias for renamed face.
16531         (spam-face, spam-initialize): Use renamed spam face.
16533         * message.el (message-header-to, message-header-cc)
16534         (message-header-subject, message-header-newsgroups)
16535         (message-header-other, message-header-name)
16536         (message-header-xheader, message-separator, message-cited-text)
16537         (message-mml): Remove "-face" suffix from face names.
16538         (message-header-to-face, message-header-cc-face)
16539         (message-header-subject-face, message-header-newsgroups-face)
16540         (message-header-other-face, message-header-name-face)
16541         (message-header-xheader-face, message-separator-face)
16542         (message-cited-text-face, message-mml-face):
16543         New backward-compatibility aliases for renamed faces.
16544         (message-font-lock-keywords): Use renamed message faces.
16546         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16547         (sieve-test-commands, sieve-tagged-arguments):
16548         Remove "-face" suffix from face names.
16549         (sieve-control-commands-face, sieve-action-commands-face)
16550         (sieve-test-commands-face, sieve-tagged-arguments-face):
16551         New backward-compatibility aliases for renamed faces.
16552         (sieve-control-commands-face, sieve-action-commands-face)
16553         (sieve-test-commands-face, sieve-tagged-arguments-face):
16554         Use renamed sieve faces.
16556         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16557         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16558         (gnus-group-news-3-empty, gnus-group-news-4)
16559         (gnus-group-news-4-empty, gnus-group-news-5)
16560         (gnus-group-news-5-empty, gnus-group-news-6)
16561         (gnus-group-news-6-empty, gnus-group-news-low)
16562         (gnus-group-news-low-empty, gnus-group-mail-1)
16563         (gnus-group-mail-1-empty, gnus-group-mail-2)
16564         (gnus-group-mail-2-empty, gnus-group-mail-3)
16565         (gnus-group-mail-3-empty, gnus-group-mail-low)
16566         (gnus-group-mail-low-empty, gnus-summary-selected)
16567         (gnus-summary-cancelled, gnus-summary-high-ticked)
16568         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16569         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16570         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16571         (gnus-summary-low-undownloaded)
16572         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16573         (gnus-summary-low-unread, gnus-summary-normal-unread)
16574         (gnus-summary-high-read, gnus-summary-low-read)
16575         (gnus-summary-normal-read, gnus-splash):
16576         Remove "-face" suffix from face names.
16577         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16578         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16579         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16580         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16581         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16582         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16583         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16584         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16585         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16586         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16587         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16588         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16589         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16590         (gnus-summary-normal-ticked-face)
16591         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16592         (gnus-summary-normal-ancient-face)
16593         (gnus-summary-high-undownloaded-face)
16594         (gnus-summary-low-undownloaded-face)
16595         (gnus-summary-normal-undownloaded-face)
16596         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16597         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16598         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16599         (gnus-splash-face):
16600         New backward-compatibility aliases for renamed faces.
16601         (gnus-group-startup-message): Use renamed gnus faces.
16603         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16604         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16605         (gnus-server-agent): Remove "-face" suffix from face names.
16606         (gnus-server-agent-face, gnus-server-opened-face)
16607         (gnus-server-closed-face, gnus-server-denied-face)
16608         (gnus-server-offline-face):
16609         New backward-compatibility aliases for renamed faces.
16610         (gnus-server-agent-face, gnus-server-opened-face)
16611         (gnus-server-closed-face, gnus-server-denied-face)
16612         (gnus-server-offline-face): Use renamed gnus faces.
16614         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16615         Remove "-face" suffix from face names.
16616         (gnus-picon-xbm-face, gnus-picon-face):
16617         New backward-compatibility aliases for renamed faces.
16619         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16620         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16621         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16622         (gnus-cite-11): Remove "-face" suffix from face names.
16623         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16624         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16625         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16626         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16627         New backward-compatibility aliases for renamed faces.
16628         (gnus-cite-attribution-face, gnus-cite-face-list)
16629         (gnus-article-boring-faces): Use renamed gnus faces.
16631         * gnus-art.el (gnus-signature, gnus-header-from)
16632         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16633         (gnus-header-content): Remove "-face" suffix from face names.
16634         (gnus-signature-face, gnus-header-from-face)
16635         (gnus-header-subject-face, gnus-header-newsgroups-face)
16636         (gnus-header-name-face, gnus-header-content-face):
16637         New backward-compatibility aliases for renamed faces.
16638         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16640         * gnus-sum.el (gnus-summary-selected-face)
16641         (gnus-summary-highlight): Use renamed gnus faces.
16642         * gnus-group.el (gnus-group-highlight): Likewise.
16644 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16646         * gnus-sieve.el (gnus-sieve-article-add-rule):
16647         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16648         * spam-stat.el (spam-stat-buffer-change-to-spam)
16649         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16651         * message.el (message-is-yours-p):
16652         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16654 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16656         * mm-view.el (mm-inline-text): Withdraw the last change.
16658 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16660         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16661         executing enriched-decode.
16663 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16665         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16666         charset of tar files.
16668 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16670         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16672 2005-06-04  Lute Kamstra  <lute@gnu.org>
16674         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16675         information is never recorded.
16677 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16679         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16681 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16683         * pop3.el (pop3-apop): Run md5 in the binary mode.
16685         * starttls.el (starttls-set-process-query-on-exit-flag):
16686         Use eval-and-compile.
16688 2005-05-31  Simon Josefsson  <jas@extundo.com>
16690         * smime.el (smime-replace-in-string): Define.
16691         (smime-cert-by-ldap-1): Use it.
16693 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * gnus-art.el (article-display-x-face): Replace
16696         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16698         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16699         set-process-query-on-exit-flag or process-kill-without-query.
16701         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16702         loop instead of replace-regexp.
16704         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16705         instead of process-kill-without-query if it is available.
16707         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16708         instead of find-file-hooks if it is available.
16710         * mml1991.el: Bind pgg-default-user-id when compiling.
16712         * mml2015.el: Bind pgg-default-user-id when compiling.
16714         * nndraft.el (nndraft-request-associate-buffer):
16715         Use write-contents-functions instead of write-contents-hooks if it is
16716         available.
16718         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16719         instead of find-file-hooks if it is available.
16721         * nntp.el (nntp-open-connection): Replace
16722         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16723         (nntp-open-ssl-stream): Ditto.
16724         (nntp-open-tls-stream): Ditto.
16726         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16727         set-process-query-on-exit-flag or process-kill-without-query.
16728         (starttls-open-stream-gnutls): Use it instead of
16729         process-kill-without-query.
16730         (starttls-open-stream): Ditto.
16732 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16734         * smime.el (smime-cert-by-ldap-1): Don't use
16735         replace-regexp-in-string.
16737 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
16739         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16741         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16742         in PEM format.  Adjust to the XEmacs compatibility.
16744 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16746         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16747         by `string-to-number'.
16748         * gnus-agent.el (gnus-agent-regenerate-group)
16749         (gnus-agent-fetch-articles): Ditto.
16750         * gnus-art.el (gnus-button-fetch-group): Ditto.
16751         * gnus-cache.el (gnus-cache-generate-active)
16752         (gnus-cache-articles-in-group): Ditto.
16753         * gnus-group.el (gnus-group-set-current-level)
16754         (gnus-group-insert-group-line): Ditto.
16755         * gnus-score.el (gnus-score-set-expunge-below)
16756         (gnus-score-set-mark-below, gnus-summary-score-effect)
16757         (gnus-summary-score-entry): Ditto.
16758         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16759         (gnus-soup-pack): Ditto.
16760         * gnus-spec.el (gnus-xmas-format): Ditto.
16761         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16762         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16763         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16764         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16765         * nndb.el (nndb-get-remote-expire-response): Ditto.
16766         * nndiary.el (nndiary-parse-schedule-value)
16767         (nndiary-string-to-number, nndiary-request-replace-article)
16768         (nndiary-request-article): Ditto.
16769         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16770         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16771         * nneething.el (nneething-make-head): Ditto.
16772         * nnfolder.el (nnfolder-request-article)
16773         (nnfolder-retrieve-headers): Ditto.
16774         * nnheader.el (nnheader-file-to-number): Ditto.
16775         * nnkiboze.el (nnkiboze-request-article): Ditto.
16776         * nnmail.el (nnmail-process-unix-mail-format)
16777         (nnmail-process-babyl-mail-format): Ditto.
16778         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16779         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16780         (nnmh-request-create-group, nnmh-request-list-1)
16781         (nnmh-request-group, nnmh-request-article): Ditto.
16782         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16783         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16784         * nnsoup.el (nnsoup-make-active): Ditto.
16785         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16786         * nntp.el (nntp-find-group-and-number)
16787         (nntp-retrieve-headers-with-xover): Ditto.
16788         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16789         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16790         (pgg-format-key-identifier): Ditto.
16791         * pop3.el (pop3-last, pop3-stat): Ditto.
16792         * qp.el (quoted-printable-decode-region): Ditto.
16794         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16795         of concat.
16797 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16799         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16801         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16803         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16805         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16807         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16809         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16811         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16812         (gnus-carpal-mode): Ditto.
16814         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16815         (gnus-browse-mode): Ditto.
16817         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16819         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16821 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16823         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16825 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16827         * gnus-util.el (gnus-run-mode-hooks): New function.
16829         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16831 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16833         * gnus-agent.el (gnus-agent-make-mode-line-string):
16834         Use mode-line-highlight as mouse-face.
16836 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16838         * canlock.el (canlock): Change the parent group to news.
16840         * deuglify.el (gnus-outlook-deuglify): Add :group.
16842         * dig.el (dig): Add :group.
16844         * dns-mode.el (dns-mode): Add :group.
16846         * encrypt.el (encrypt): Add :group.
16848         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16849         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16850         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16851         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16852         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16854         * gnus-diary.el (gnus-diary): Add :group.
16856         * gnus.el (gnus-group-news-1-face): Add :group.
16857         (gnus-group-news-1-empty-face): Ditto.
16858         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16859         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16860         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16861         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16862         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16863         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16864         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16865         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16866         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16867         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16868         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16869         (gnus-summary-high-ticked-face): Ditto.
16870         (gnus-summary-low-ticked-face): Ditto.
16871         (gnus-summary-normal-ticked-face): Ditto.
16872         (gnus-summary-high-ancient-face): Ditto.
16873         (gnus-summary-low-ancient-face): Ditto.
16874         (gnus-summary-normal-ancient-face): Ditto.
16875         (gnus-summary-high-undownloaded-face): Ditto.
16876         (gnus-summary-low-undownloaded-face): Ditto.
16877         (gnus-summary-normal-undownloaded-face): Ditto.
16878         (gnus-summary-high-unread-face): Ditto.
16879         (gnus-summary-low-unread-face): Ditto.
16880         (gnus-summary-normal-unread-face): Ditto.
16881         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16882         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16884         * hashcash.el (hashcash): New custom group.
16885         (hashcash-default-payment): Add :group.
16886         (hashcash-payment-alist): Ditto.
16887         (hashcash-default-accept-payment): Ditto.
16888         (hashcash-accept-resources): Ditto.
16889         (hashcash-path): Ditto.
16890         (hashcash-extra-generate-parameters): Ditto.
16891         (hashcash-double-spend-database): Ditto.
16892         (hashcash-in-news): Ditto.
16894         * message.el (message-minibuffer-local-map): Add :group.
16896         * netrc.el (netrc): Add :group.
16898         * sieve-manage.el (sieve-manage-log): Add :group.
16899         (sieve-manage-default-user): Diito.
16900         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16901         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16902         (sieve-manage-authenticators): Ditto.
16903         (sieve-manage-authenticator-alist): Ditto.
16904         (sieve-manage-default-port): Ditto.
16906         * sieve-mode.el (sieve-control-commands-face): Add :group.
16907         (sieve-action-commands-face): Ditto.
16908         (sieve-test-commands-face): Ditto.
16909         (sieve-tagged-arguments-face): Ditto.
16911         * smime.el (smime): Add :group.
16913         * spam-report.el (spam-report): Add :group.
16915         * spam.el (spam, spam-face): Add :group.
16917 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16920         return \n.\n.\n at the end of articles.  Protect against that.
16921         (nntp-with-open-group): Allow debugging.
16923         * nnheader.el (mail-header-set-extra): Make into a function
16924         because I just could't understand how to quote the list properly.
16926         * dns.el (query-dns-cached): New function.
16928 2005-05-26  Lute Kamstra  <lute@gnu.org>
16930         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16932 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16934         * gnus-art.el: Don't autoload mail-extract-address-components.
16936         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16937         eval-and-compile to evaluate it.
16939         * hashcash.el: Don't autoload executable-find.
16941         * nndb.el: Don't declare the nndb back end two or more times; don't
16942         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16944         * nntp.el: Autoload format-spec instead of format; use
16945         eval-and-compile to evaluate autoload forms.
16947 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16949         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16951 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953         * gnus.el (gnus-version-number): Bump version.
16955 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16957         * gnus.el: No Gnus v0.3 is released.
16959 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16961         * gnus-art.el (gnus-article-edit-part): Disable undo.
16963 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16965         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16966         gnus-article-date-lapsed-new-header is t if date timer is active;
16967         skip headers in which the original date value is empty.
16968         (gnus-article-save-original-date): Redefine it as a macro.
16969         (gnus-display-mime): Use it.
16971 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-art.el (article-date-ut): Support converting date in
16974         forwarded parts as well.
16975         (gnus-article-save-original-date): New function.
16976         (gnus-display-mime): Use it.
16978 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16980         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16981         enclosure element of <item>.
16983 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16985         * message.el (message-kill-buffer-query): Rename from
16986         `message-kill-buffer-query-if-modified'.  Add :version.
16988 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16990         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16991         window layout.
16993 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16995         * mml.el: Autoload dnd when compiling.
16997 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16999         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17000         x-dnd-*.
17002 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17004         * qp.el (quoted-printable-encode-region): Save excursion.
17006 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17008         * message.el (message-kill-buffer-query-if-modified): Add new variable
17009         so the user can kill a modified message buffer quickly.
17010         (message-kill-buffer): Use it.
17012 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17014         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17015         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17017 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17019         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17020         contained in text because xml.el decodes entities) with LFs.
17022 2005-04-11  Lute Kamstra  <lute@gnu.org>
17024         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17025         differently.
17027 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17029         * mm-util.el (mm-detect-coding-region): Typo.
17031 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17033         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17035 2005-04-06  Deepak Goel  <deego@gnufans.org>
17037         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17038         user-function allow user modifications of the scores.
17039         (spam-stat-score-buffer-user): New function, to allow
17040         user-computed modifications to the score.
17041         (spam-stat-score-buffer-user-functions): List of additional
17042         scoring functions.
17043         (spam-stat-error-holder): Global temporary error holder.
17044         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17045         variable.
17047 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17049         * gnus-registry.el (gnus-registry-clean-empty-function)
17050         (gnus-registry-trim, gnus-registry-fetch-groups)
17051         (gnus-registry-delete-group): Groups that match
17052         `gnus-registry-ignored-groups' are removed from the registry
17053         entries, not just ignored for splitting.  This helps clean up the
17054         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17055         to get all the groups a message ID is in.
17057         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17058         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17059         (spam-stat-score-buffer-user-functions): Add :number custom type.
17061 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17063         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17064         argument in XEmacs.
17066         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17067         (nnrss-request-group): Decode group name first.
17068         (nnrss-request-article): Make a text/plain article if mml-to-mime
17069         failed.
17070         (nnrss-get-encoding): Return a compatible encoding according to
17071         nnrss-compatible-encoding-alist.
17072         (nnrss-find-el): Use consp instead of listp.
17073         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17075 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17077         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17078         which Emacs 20 doesn't support.
17079         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17081 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17083         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17084         silence the byte compiler inside the defun.
17086         * gnus-demon.el (parse-time-string): Add autoload.
17088         * gnus-delay.el (parse-time-string): Add autoload.
17090         * gnus-art.el (parse-time-string): Add autoload.
17092         * nnultimate.el (parse-time): Require for `parse-time-string'.
17094 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17096         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17098         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17100         * smime.el (smime-ldap-host-list): Add :version.
17102 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17104         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17105         pass it to `gnus-browse-read-group'.
17106         (gnus-browse-read-group): Add NUMBER argument and pass it to
17107         `gnus-group-read-ephemeral-group'.
17109         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17110         argument and pass it to `gnus-group-read-group'.
17112 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17114         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17115         mm-xemacs-find-mime-charset-1 if we have the mule feature
17116         available at runtime.
17118 2005-03-25  Werner Lemberg  <wl@gnu.org>
17120         * nnmaildir.el: Replace `illegal' with `invalid'.
17122 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * gnus-start.el (gnus-display-time-event-handler):
17125         Check display-time-timer at runtime rather than only at load time
17126         in case display-time-mode is turned off in the mean time.
17128 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17130         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17131         used.
17133         * nneething.el (nneething-map-file-directory): Derive from
17134         `gnus-directory'.
17136         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17137         the To/Cc button.
17139 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17141         * nnmaildir.el (nnmaildir-request-accept-article):
17142         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17144 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17146         * gnus-async.el: Require timer-funcs at compile time when in
17147         XEmacs for `run-with-idle-timer'.
17149 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17151         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17152         autoloaded function.
17154 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17156         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17158 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
17160         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17162 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17164         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17165         Add gnus-expert-user to default.
17167 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17169         * nnimap.el (nnimap-open-server): Ditto.
17171         * imap.el (imap-authenticate): Fix typo.
17173 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17175         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17176         buffer (since IMAP server might return FETCH response out of
17177         order, and the nntp buffer must be sorted).
17179 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17181         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17182         comparison on string.
17184         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17185         (gnus-agent-score): Rename category keywords to match gnus-cus.
17186         (gnus-agent-summary-fetch-series): Modify to protect against
17187         gnus-agent-summary-fetch-group clearing processable flags.
17188         (gnus-agent-synchronize-group-flags): Update live group buffer as
17189         synchronization may occur due to the user toggle the plugged
17190         status.
17191         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17192         successfully downloaded.
17193         (gnus-agent-expire-group-1): Avoid using markers when the overview
17194         is in ascending order; greatly improves performance.
17195         (gnus-agent-regenerate-group):
17196         Use gnus-agent-synchronize-group-flags to reset read status in both
17197         gnus and server.
17198         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17200 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17202         * message.el: Don't autoload former message-utils variables.
17203         (message-strip-subject-trailing-was): Change doc string.
17205         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17206         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17207         (nnweb-google-search): Add "hl=en" here.
17208         (nnweb-google-parse-1, nnweb-google-create-mapping):
17209         Don't hardcode URL.
17211 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17213         * message.el (message-get-reply-headers, message-followup):
17214         Mention related variables `message-use-followup-to' and
17215         `message-use-mail-followup-to', in the information buffer.
17217         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17218         of broken groups(-beta).google.com.
17220 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17222         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17223         parameter to invoked gnus-request-move-article; remove the
17224         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17225         all at once instead of once per article.
17226         (gnus-summary-remove-process-mark): Accept a list of articles as
17227         well as a single article for processing.
17229         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17230         parameter.
17232         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17234         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17236         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17237         parameter.
17239         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17240         parameter.
17242         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17243         parameter and remove the gnus-sum-hint-move-is-internal variable.
17245         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17246         parameter.
17248         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17249         parameter.
17251         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17252         parameter.
17254         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17256         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17257         parameter.
17259         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17260         parameter.
17262 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17264         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17265         a more conservative way.
17267 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17269         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17270         buffer, so it moves the window's cursor.
17272 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
17274         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17275         `mm-dissect-multipart' and receive the from field as an (optional)
17276         argument from `mm-dissect-multipart'.
17277         (mm-dissect-multipart): Receive the from field as an argument and
17278         pass it on when we call `mm-dissect-buffer' on MIME parts.
17279         Fixes verification/decryption of signed/encrypted MIME parts.
17281 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17283         * gnus-sum.el (gnus-summary-move-article):
17284         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17285         whatever it calls (right now, only nnimap-request-move article
17286         respects it).
17288         * nnimap.el (nnimap-request-move-article):
17289         When gnus-sum-hint-move-is-internal is set, don't do the extra
17290         nnimap-request-article.
17292 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17294         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17296         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17297         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17299         * gnus-sum.el (gnus-summary-caesar-message):
17300         Apply `gnus-treat-article' after rotation.
17302         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17303         doc string.
17305 2005-02-22  Simon Josefsson  <jas@extundo.com>
17307         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17308         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
17309         <arne@arnested.dk>.
17310         (encrypt): Add password-cache and password-cache-expiry as group
17311         members.
17313 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
17315         * smime.el (smime-ldap-host-list): Doc fix.
17316         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17317         cache) password.
17318         (smime-sign-region): Use it.
17319         (smime-decrypt-region): Use it.
17320         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17321         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17322         fails.
17323         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17324         certificate from DER to PEM format rather than calling openssl.
17326         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17328         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17329         for signing/encryption.
17331         * mml.el (mml-parse-1): Use them.
17333 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
17335         * nnrss.el (nnrss-verbose): Remove.
17336         (nnrss-request-group): Use `nnheader-message' instead.
17338 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17340         * nnrss.el (nnrss-verbose): New variable.
17341         (nnrss-request-group): Make it say nnrss is requesting a group.
17343 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17345         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17346         Handle news URL with given port correctly.
17348 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17350         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17351         containing special characters.
17353         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17355         * mml.el (mime-to-mml): Ditto.
17357         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17358         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17359         (rfc2047-decode-region): Quote decoded words containing special
17360         characters when rfc2047-quote-decoded-words-containing-tspecials
17361         is non-nil.
17363 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17365         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17367         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17369 2005-02-15  Simon Josefsson  <jas@extundo.com>
17371         * nnimap.el (nnimap-debug): Doc fix.
17373         * imap.el (imap-debug): Doc fix.
17375 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17377         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17379 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17381         * gnus.el (spam-contents): Improve docs for spam-contents
17382         parameter in its variable incarnation.
17384 2005-02-14  Simon Josefsson  <jas@extundo.com>
17386         * smime-ldap.el: Use require instead of load-library for ldap.
17387         (smime-ldap-search): Indent.
17388         (smime-ldap-search-internal): Shorten line.
17390         * smime.el (smime-cert-by-dns): Add doc-string.
17391         (smime-cert-by-ldap-1): Indent.
17393         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17394         mml-smime-get-dns-ldap.
17395         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17397 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
17399         * smime.el: Require smime-ldap.
17400         (smime-ldap-host-list): New variable.
17401         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17403         * mml-smime.el (mml-smime-encrypt-query): New function.
17404         (mml-smime-encrypt-query): Use it.
17406         * smime-ldap.el: New file.
17408 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17410         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17412 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17414         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17415         argument in doc string.  Make query for type more clear.
17417 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17419         * gnus.el (gnus-group-startup-message): Search for gnus images in
17420         etc/images/gnus.
17421         * mm-util.el (mm-image-load-path): Likewise.
17422         * smiley.el (smiley-data-directory): Search for smilies in
17423         etc/images/smilies.
17425 2005-02-09  Kim F. Storm  <storm@cua.dk>
17427         Change Emacs release version from 21.4 to 22.1 throughout.
17428         Change Emacs development version from 21.3.50 to 22.0.50.
17430 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17432         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17434         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17435         non-Mule XEmacs as well.
17436         (mm-decompress-buffer): Signal an error intentionally if it does
17437         not decompress compressed data because auto-compression-mode is
17438         disabled.
17440 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17442         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17443         an ID in the registry even if it has no groups.
17445 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17447         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17448         merge it into mm-decompress-buffer.
17449         (gnus-mime-copy-part): Use the MIME part charset, the value which
17450         a user specified or gnus-newsgroup-charset for decoding, like
17451         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17452         save-buffer what was used.  Suggested by Kevin Ryde
17453         <user42@zip.com.au>.
17454         (gnus-mime-inline-part): Allow the name parameter as well as the
17455         filename parameter; force decompressing of compressed data; always
17456         display contents being not decoded as unibyte.
17458         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17459         as well as the filename parameter.
17461         * mm-util.el (mm-decompress-buffer):
17462         Merge gnus-mime-jka-compr-maybe-uncompress.
17463         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17464         of compressed data.
17466 2005-02-08  Simon Josefsson  <jas@extundo.com>
17468         * imap.el (imap-log): Doc fix.
17470 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17472         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17473         the coding cookies; decompress compressed parts.
17475         * mml.el (mml-generate-mime-1): Add the charset parameter according
17476         to the value which a user specified manually or the coding cookie.
17478         * mm-util.el (mm-string-to-multibyte): New function.
17479         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17480         (mm-coding-system-to-mime-charset): New function.
17481         (mm-decompress-buffer): New function.
17482         (mm-find-buffer-file-coding-system): New function.
17484         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17485         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17486         parts.
17488 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17490         * mm-view.el (mm-display-inline-fontify): Decode a part according
17491         to the charset parameter.
17493 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17495         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17496         prefix arg is neither nil nor a number, as info specifies.
17498 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17500         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17501         timestamps.
17503 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17505         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17506         groups error checking and notify user.
17508 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17510         * message.el (message-send-mail-function): Check existence of
17511         sendmail-program first before using default value
17512         `message-send-mail-with-sendmail'.  Otherwise use more generic
17513         `smtpmail-send-it'.
17515 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17517         * nntp.el (nntp-request-update-info): Always return nil.
17519 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17521         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17523 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17525         * message.el (message-beginning-of-line): Change the behavior when
17526         invoked between BOL and : so that it first moves backward.
17528 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17530         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17531         article buffer when editing of the article is discarded.
17532         (gnus-article-prepare): Revert.
17534 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17536         * gnus-art.el (gnus-article-prepare):
17537         Remove message-strip-forbidden-properties from the local hook.
17539 2005-01-27  Simon Josefsson  <jas@extundo.com>
17541         * password.el (password-cache-add): Only start one timer per key.
17542         Reported by Derek Atkins <warlord@MIT.EDU>.
17544 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17546         * run-at-time.el: Remove.  It is no longer needed as
17547         timer-funcs.el in the xemacs-base package has a working version of
17548         `run-at-time'.
17550         * password.el: Require timer-funcs instead of run-at-time in
17551         XEmacs.
17552         Remove `password-run-at-time' macro.
17553         (password-cache-add): Use `run-at-time' instead of
17554         `password-run-at-time'.
17556         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17557         for `run-with-idle-timer'.
17559         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17560         for `run-at-time'.
17562         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17563         for `with-timeout'.
17565 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17567         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17568         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17570 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17572         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17573         sensitively.
17575 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17577         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17579 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17581         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17582         which will be inserted according to the multibyteness of a buffer
17583         rather than the type of contents.  Suggested by ARISAWA Akihiro
17584         <ari@mbf.ocn.ne.jp>.
17586         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17587         of string which old xml.el may return rather than a string.
17589 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17591         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17593 2005-01-16  Simon Josefsson  <jas@extundo.com>
17595         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17596         idn/idna.el isn't available.
17597         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17598         <michael@waxrat.com>.
17600         * hashcash.el: Remove non-FSF copyright header.
17602         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17603         (hashcash-generate-payment): Use it.
17604         (hashcash-generate-payment-async): Use it.
17606 2005-01-15  Simon Josefsson  <jas@extundo.com>
17608         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17609         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17611         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17612         gnus-summary-idna-message.
17613         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17614         (gnus-summary-idna-message): New function.
17616 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17618         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17619         gnus-novice-user.
17621 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17623         * nnrss.el (nnrss-request-delete-group): Delete entries in
17624         nnrss-group-alist as well.
17625         (nnrss-save-server-data): Insert newline.
17627 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17629         * gnus.el (gnus-user-agent): Use list of symbols instead of
17630         symbols.  Display full version number for (S)XEmacs.
17631         Optionally display (S)XEmacs codename.
17633         * gnus-util.el (gnus-emacs-version): Update for new
17634         `gnus-user-agent'.
17636         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17637         Gnus version.
17639 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17641         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17642         which is unreadable in some setups.
17644 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17646         * gnus-spec.el (gnus-update-format-specifications): Flush the
17647         group format spec cache if it doesn't support decoded group names.
17649 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17651         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17652         Allow to apply decay on score files matching a regexp.
17654 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17656         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17657         compatibility in %g and %c.
17659 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17661         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17662         name for only %g and %c.
17663         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17664         of gnus-tmp-group to decoded group name.
17665         (gnus-group-make-rss-group): Exclude `/'s from group names.
17667 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17669         * nnrss.el (nnrss-get-encoding): Fix regexp.
17671 2004-12-27  Simon Josefsson  <jas@extundo.com>
17673         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17674         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17675         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17677 2004-12-17  Kim F. Storm  <storm@cua.dk>
17679         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17681         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17683 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17685         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17687 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17689         * nnrss.el: Require rfc2047 and mml.
17690         (nnrss-file-coding-system): New variable.
17691         (nnrss-format-string): Redefine it as an inline function.
17692         (nnrss-decode-group-name): New function.
17693         (nnrss-string-as-multibyte): Remove.
17694         (nnrss-retrieve-headers): Decode group name; don't use
17695         nnrss-format-string.
17696         (nnrss-request-group): Decode group name.
17697         (nnrss-request-article): Decode group name; allow a Message-ID as
17698         well as an article number; don't use nnrss-format-string; encode a
17699         Message-ID string which may contain non-ASCII characters; use
17700         mml-to-mime to compose a MIME article.
17701         (nnrss-request-expire-articles): Decode group name.
17702         (nnrss-request-delete-group): Decode group name.
17703         (nnrss-fetch): Clarify error message.
17704         (nnrss-read-server-data): Use insert-file-contents instead of load;
17705         bind file-name-coding-system; use multibyte buffer.
17706         (nnrss-save-server-data): Bind coding-system-for-write to the
17707         value of nnrss-file-coding-system; bind file-name-coding-system;
17708         add coding cookie.
17709         (nnrss-read-group-data): Use insert-file-contents instead of load;
17710         bind file-name-coding-system; use multibyte buffer.
17711         (nnrss-save-group-data): Bind coding-system-for-write to the
17712         value of nnrss-file-coding-system; bind file-name-coding-system.
17713         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17714         make it work with non-ASCII text.
17715         (nnrss-find-el): Make it work with old xml.el as well.
17717 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17719         * nnrss.el (nnrss-get-encoding): New function.
17720         (nnrss-fetch): Use unibyte buffer initially; bind
17721         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17722         decode contents according to the encoding attribute.
17723         (nnrss-save-group-data): Add coding cookie.
17724         (nnrss-mime-encode-string): New function.
17725         (nnrss-check-group): Use it to encode subject and author.
17727 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17729         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17730         imaginary variable.
17732 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17734         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17735         correctly even if there are wide characters.
17737 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17739         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17740         downcased symbol names; make a new cache instead of reusing
17741         bbdb-hashtable.
17743 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17745         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17746         concatenating segments rather than before concatenating them.
17747         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17749         * message.el (message-get-reply-headers): Bind `extra'.
17751 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753         * message.el (message-extra-wide-headers): New variable.
17754         (message-get-reply-headers): Use it.
17756 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17758         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17759         (gnus-agent-group-pathname): Ditto.
17761         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17763         * gnus-group.el (gnus-group-make-group): Decode group name.
17764         (gnus-group-make-rss-group): Register the group data after opening
17765         the nnrss group.
17767 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17769         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17770         by expiry now get marked as read.
17772 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17774         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17776 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17778         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17779         unify Latin characters in XEmacs.
17780         (mm-find-mime-charset-region): Use it.
17782 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17784         * gnus-util.el (gnus-delete-directory): New function.
17786         * gnus-agent.el (gnus-agent-delete-group): Use it.
17788         * gnus-cache.el (gnus-cache-delete-group): Use it.
17790 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17792         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17793         names.
17795 2004-12-16  Simon Josefsson  <jas@extundo.com>
17797         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17799 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17801         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17803         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17804         (gnus-group-set-current-level): Decode group name.
17806 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17808         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17809         failed.
17811 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17813         * gnus-group.el (gnus-group-delete-group): Decode group name.
17814         (gnus-group-make-rss-group): Encode group name.
17815         (gnus-group-catchup-current): Decode group name.
17816         (gnus-group-kill-group): Decode group name.
17818 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17820         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17822 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17824         * gnus-group.el (gnus-group-make-rss-group):
17825         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17827         * gnus-start.el (gnus-setup-news): Honor user's setting to
17828         gnus-message-archive-method.  Suggested by Lute Kamstra
17829         <lute@gnu.org>.
17831 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17833         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17834         global counterparts of the buffer-local variables.
17836 2004-11-16  Romain Francoise  <romain@orebokech.com>
17838         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17839         counterparts of the buffer-local variables.
17841 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17843         * message.el (message-forbidden-properties): Fix typo in doc
17844         string.
17846 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17848         * gnus-util.el (gnus-replace-in-string): Add doc string.
17850         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17851         to avoid problems when splitting mails with many recipients.
17853 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17855         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17856         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17858 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17860         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17861         if there is no hashtable in memory or file modification time is
17862         newer than cached timestamp.
17864 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17866         * gnus-sum.el (gnus-summary-limit-to-recipient):
17867         Implement not-matching option.
17869 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17871         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17872         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17874         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17875         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17876         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17878 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17880         * message.el (message-forward-make-body-mml): Remove headers
17881         according to message-forward-ignored-headers if a message is decoded.
17883 2004-12-02  Romain Francoise  <romain@orebokech.com>
17885         * message.el (message-forward-make-body-plain): Always remove
17886         headers according to message-forward-ignored-headers.
17888 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17890         * spam.el (spam-summary-prepare-exit): Remove the
17891         gnus-summary-limit pop for now, it has problems with ham marks for
17892         me.
17894 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17896         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17897         correctly.
17899 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17901         * format-spec.el (format-spec): Message the char.
17903 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17905         * gnus-art.el (gnus-split-methods): Reformat comments.
17907         * spam.el (spam-summary-prepare-exit): Remove article limits
17908         before exiting the summary buffer.
17910 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17913         order to silence the byte compiler.
17915         * spam.el: Fix the way to silence the byte compiler, which
17916         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17917         bbdb-search-simple, spam-BBDB-register-routine,
17918         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17919         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17920         spam-stat-buffer-is-spam, spam-stat-load,
17921         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17922         spam-stat-save and spam-stat-split-fancy.
17924 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17926         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17927         which may confuse users.
17928         (canlock-password-for-verify): Ditto.
17930         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17932         * gnus-art.el (gnus-emphasis-alist): Ditto.
17934         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17936         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17938         * gnus-start.el (gnus-save-killed-list): Ditto.
17940         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17941         (gnus-sum-thread-tree-root): Ditto.
17942         (gnus-sum-thread-tree-false-root): Ditto.
17943         (gnus-sum-thread-tree-single-indent): Ditto.
17945         * message.el (message-courtesy-message): Ditto.
17946         (message-archive-note): Ditto.
17947         (message-subscribed-address-file): Ditto.
17948         (message-user-fqdn): Ditto.
17950         * spam-report.el (spam-report-gmane-regex): Ditto.
17952         * spam.el (spam-blackhole-good-server-regex): Ditto.
17954 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17956         * mml.el (mml-preview): Widen the message buffer before copying
17957         the contents to the preview buffer; sort headers before previewing.
17959         * message.el (message-hidden-headers): Fix the way to avoid a bug
17960         in the `repeat' widget in Emacs 21.3 or earlier.
17962 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17964         * message.el (message-hidden-headers): Default to "^References:".
17965         Improve customization type.  Suggested by Reiner Steib
17966         <Reiner.Steib@gmx.de>.
17968 2004-11-25  Romain Francoise  <romain@orebokech.com>
17970         * message.el (message-strip-forbidden-properties): Remove check for
17971         obsolete `message-hidden' text property, hidden headers are not
17972         accessible in the buffer anymore.
17974 2004-11-22  Romain Francoise  <romain@orebokech.com>
17976         * message.el (message-header-format-alist): Add `From' in list
17977         so that it can be sorted.
17978         (message-fix-before-sending): Widen and sort headers before
17979         sending.
17980         (message-hide-headers): Use narrowing to hide headers by moving
17981         them to the top of the buffer and narrowing to the region
17982         underneath.
17984 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17986         * message.el (message-strip-forbidden-properties):
17987         Bind buffer-read-only (etc) to nil.
17989 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17991         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17992         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17994 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17996         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17998 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18000         * dns.el (query-dns): Use sit-for to time instead of
18001         accept-process-output, since that doesn't seem to work on udp
18002         sockets.
18004 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18006         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18008 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18010         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18011         doc string.  Improve doc string.
18013 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18015         * nntp.el (nntp-request-update-info): Return nil if
18016         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18017         may not call gnus-activate-group which uselessly issues the GROUP
18018         commands for all nntp groups and wastes time.  Reported by Romain
18019         Francoise <romain@orebokech.com>.
18021         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18023 2004-11-15  Simon Josefsson  <jas@extundo.com>
18025         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18026         headers separately.
18027         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
18028         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18030 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18032         * gnus-start.el (gnus-convert-old-newsrc):
18033         Assign legacy-gnus-agent to 5.10.7.
18035 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18037         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18038         start of the lines.
18040 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18042         * hashcash.el (hashcash-default-payment): Change default to 20.
18043         (hashcash-default-accept-payment): Change default to 20.
18044         (hashcash-process-alist): New variable.
18045         (hashcash-generate-payment-async): Add.
18046         (hashcash-already-paid-p): Add.
18047         (hashcash-insert-payment): Don't generate payments twice.
18048         (hashcash-insert-payment-async): Add.
18049         (hashcash-insert-payment-async-2): Add.
18050         (hashcash-cancel-async): Add.
18051         (hashcash-wait-async): Add.
18052         (hashcash-processes-running-p): Add.
18053         (hashcash-wait-or-cancel): Add.
18054         (mail-add-payment): New optional argument.  Conditionally start
18055         asynchronous calculation.
18056         (mail-add-payment-async): Add.
18058         * message.el (message-send-mail): Wait for asynchronous hashcash
18059         results.  Don't clobber existing X-Hashcash headers.
18060         (message-setup-1): Call mail-add-payment-async when
18061         message-generate-hashcash is non-nil.
18063 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18065         * message.el (message-use-alternative-email-as-from): Examine the
18066         From header as well; use message-make-from in order to include a
18067         user's full name.
18069 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18071         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18072         default; improve customization type.
18073         (gnus-emphasis-custom-with-format): New macro.
18074         (gnus-emphasis-custom-value-to-external): New function.
18075         (gnus-emphasis-custom-value-to-internal): New function.
18077 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18079         * dns.el (query-dns): Resolve reverse addresses.
18081 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18083         * gnus-group.el (gnus-group-get-new-news): Use it.
18085         * gnus-start.el (gnus-check-reasonable-setup): New function.
18087 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18089         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18090         "Args out of range" error.  Reported by Arnaud Giersch
18091         <arnaud.giersch@free.fr>.
18093 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18095         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18097 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18099         * spam.el (spam group): Add :version.
18101         * pgg-def.el (pgg group): Add :version.
18103 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18105         * gnus-art.el (gnus-article-edit-article): Don't associate the
18106         article buffer with a draft file.  This is a temporary measure
18107         against the 2004-08-22 change to gnus-article-edit-mode.
18109 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18111         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18112         (html2text-format-tags): Remove unused variable `attr'.
18114 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18116         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18118         * spam-stat.el (spam-stat): Add :version.
18120         * sieve.el (sieve): Add :version.
18122         * sha1.el (sha1): Add :version.
18123         (sha1-use-external): Remove redundant version.
18125         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18126         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18127         (nnmail-split-fancy-match-partial-words)
18128         (nnmail-split-lowercase-expanded): Add :version.
18130         * nndiary.el (nndiary): Add :version.
18132         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18134         * mml-sec.el (mml-default-sign-method)
18135         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18136         Add :version.
18138         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18140         * mm-url.el (mm-url-use-external, mm-url-program)
18141         (mm-url-arguments): Add :version.
18143         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18144         (mm-attachment-file-modes, mm-decrypt-option)
18145         (mm-w3m-safe-url-regexp): Add :version.
18147         * message.el (message-cite-prefix-regexp)
18148         (message-sendmail-envelope-from, message-minibuffer-local-map)
18149         (message-user-fqdn, message-completion-alist): Add :version.
18151         * gnus-win.el (gnus-configure-windows-hook)
18152         (gnus-use-frames-on-any-display): Add :version.
18154         * gnus-art.el (gnus-article-address-banner-alist)
18155         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18156         (gnus-treat-from-picon, gnus-treat-mail-picon)
18157         (gnus-treat-x-pgp-sig): Add :version.
18159         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18160         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18161         (gnus-summary-article-delete-hook)
18162         (gnus-summary-display-while-building): Add :version.
18164         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18165         (gnus-get-top-new-news-hook): Add :version.
18167         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18168         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18170         * gnus-registry.el (gnus-registry): Add :version.
18172         * gnus-spec.el (gnus-use-correct-string-widths)
18173         (gnus-make-format-preserve-properties): Add :version.
18175         * gnus.el (gnus-group-charter-alist)
18176         (gnus-group-fetch-control-use-browse-url)
18177         (gnus-install-group-spam-parameters): Add :version.
18179         * gnus-diary.el (gnus-diary): Add :version.
18181         * gnus-delay.el (gnus-delay): Add :version.
18183         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18184         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18185         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18186         Add :version.
18188         * gnus-agent.el (gnus-agent-max-fetch-size)
18189         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18190         (gnus-agent-prompt-send-queue): Add :version.
18192         * deuglify.el (gnus-outlook-deuglify): Add :version.
18194         * html2text.el: Beautify code.  Improve doc strings.
18195         Some checkdoc cleanup.
18196         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18198 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18200         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18202 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18204         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18205         when package is loaded.
18207         * spam.el (spam-summary-score-preferred-header): Add global preference
18208         for people who want to override the default SpamAssassin over
18209         Bogofilter preference (when both are set).
18210         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18211         (spam-user-format-function-S):
18212         Check spam-summary-score-preferred-header.
18213         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18214         (spam-user-format-function-S): Format the score correctly.
18216 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18218         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18219         signature file.  Suggested by Manoj Srivastava
18220         <srivasta@golden-gryphon.com>.
18222         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18223         iso-2022-jp even in the Japanese language environment.
18224         Suggested by Jason Rumney <jasonr@gnu.org>.
18226 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18228         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18229         use the same characters as the dummy marks; make it free from
18230         getting affected by the language environment.
18231         (gnus-summary-read-group-1): Update mark positions only when the
18232         format spec is updated.
18234         * gnus-spec.el (gnus-update-format-specifications): Return a list
18235         of updated types.
18237 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18239         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18240         of boundp to check if display-warning is available.
18242 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18244         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18246 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18248         * nnspool.el (nnspool-spool-directory): Use news-path if the
18249         news-directory variable is not bound.
18251         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18252         function instead of display-warning if it is not available.
18254 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18256         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18257         v5-10: Use `point-at-bol'.
18259 2004-10-26  Simon Josefsson  <jas@extundo.com>
18261         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18262         <chenggao@gmail.com>.
18264 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18266         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18267         instead.
18269 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18271         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18272         to remove a server from the nnimap-server-buffer-alist.
18273         (nnimap-open-connection, nnimap-close-server): Use it.
18275         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18277 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18279         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18280         running the major-mode function.
18282 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18284         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18285         dummy marks in the right way.
18287 2004-10-18  David Edmondson  <dme@dme.org>
18289         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18290         excessively.
18292 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18294         * gnus-util.el (gnus-split-references): Accept a nil references
18295         string and go on blissfully.
18297         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18298         cases where the references string is non-nil but has no references.
18300         * encrypt.el: Add autoload tags.
18302         * spam.el (spam-resolve-registrations-routine): Remove article
18303         from unregistration list too.  Reported by David Hanak
18304         <dhanak@isis.vanderbilt.edu>
18306 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18308         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18309         nil.  Change custom type.
18311 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18313         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18315         * gnus-sum.el (gnus-summary-move-article): Use it.
18317 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18319         * encrypt.el: Add autoload cookies.
18321         * spam.el (spam-backend-article-list-property)
18322         (spam-backend-get-article-todo-list)
18323         (spam-backend-put-article-todo-list)
18324         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18325         Resolve registrations separately.
18326         (spam-register-routine): Format comments.
18327         (spam-unregister-routine, spam-register-routine): Always call with
18328         specific-articles, no default list.
18329         (spam-summary-prepare-exit): Use the spam-classifications function.
18331         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18332         gnus-encrypt.el.
18334         * encrypt.el: Copied from gnus-encrypt.el.
18336         * gnus-encrypt.el: Commented that it's obsolete.
18338 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18340         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18341         (gnus-score-save): Use it.
18343         * message.el (message-bury): Use `window-dedicated-p'.
18345 2004-10-15  Simon Josefsson  <jas@extundo.com>
18347         * pop3.el (top-level): Don't require nnheader.
18348         (pop3-read-timeout): Add.
18349         (pop3-accept-process-output): Add.
18350         (pop3-read-response, pop3-retr): Use it.
18352 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18354         * spam.el (spam-register-routine): Move comment.
18355         (spam-verify-bogofilter): Use 'unknown for the initial
18356         spam-bogofilter-valid state, not 'never.
18358         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18359         for netrc-machine.
18361         * nnimap.el (nnimap-open-connection):
18362         Use netrc-machine-user-or-password.
18364 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18366         * gnus-registry.el (gnus-registry-unload-hook):
18367         Set as a variable with add-hook.
18369         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18370         of news-path.
18372         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18374         * spam.el: Delete duplicate `provide'.
18375         (spam-unload-hook): Set as a variable with add-hook.
18377 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18379         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18380         in the doc string.
18382         * message.el (message-ignored-news-headers)
18383         (message-ignored-supersedes-headers)
18384         (message-ignored-resent-headers)
18385         (message-forward-ignored-headers): Improve custom type.
18387 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18389         * message.el (message-tokenize-header): Fix 2004-09-06 change
18390         which used point-min in the wrong place.
18392 2004-10-12  Simon Josefsson  <jas@extundo.com>
18394         * tls.el (tls-certtool-program): New variable.
18395         (tls-certificate-information): New function, based on
18396         ssl-certificate-information.
18398 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18400         * compface.el: Move the version of ELisp-based uncompface program
18401         to the contrib directory because of the copyright problem.
18403 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18405         * message.el (message-kill-buffer): Raise the current frame.
18407 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18409         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18411         * gnus.el (message-y-or-n-p): Autoload.
18413         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18414         (pop3-password-required, pop3-authentication-scheme)
18415         (pop3-leave-mail-on-server): Make customizable.
18416         (pop3): New custom group.
18417         (pop3-retr): Remove `sleep-for' statements.
18418         Suggested by Dave Love <fx@gnu.org>.
18420         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18421         Windows/DOS.
18423         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18424         (imap-parse-body): Fix incorrect use of `assert'.
18425         Suggested by Dave Love <fx@gnu.org>.
18427         * mml.el (mml-minibuffer-read-disposition): Require match.
18428         Suggested by Dave Love <fx@gnu.org>.
18430 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18432         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18433         doc string.
18435 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18437         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18439 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18441         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18442         instead of calling `mm-insert-inline', to decode text/* parts
18443         before displaying them.
18445 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18447         * mm-uu.el (mm-uu-text-plain-type): New variable.
18448         (mm-uu-pgp-signed-extract-1): Use it.
18449         (mm-uu-pgp-encrypted-extract-1): Use it.
18450         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18451         bind mm-uu-text-plain-type with that value.
18452         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18453         mm-uu-dissect.
18455 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18457         * gnus-group.el (gnus-update-group-mark-positions):
18458         * gnus-sum.el (gnus-update-summary-mark-positions):
18459         * message.el (message-check-news-body-syntax):
18460         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18461         of string-as-multibyte.
18463 2004-10-05  Juri Linkov  <juri@jurta.org>
18465         * gnus-group.el (gnus-update-group-mark-positions):
18466         * gnus-sum.el (gnus-update-summary-mark-positions):
18467         * message.el (message-check-news-body-syntax):
18468         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18469         8-bit unibyte values to a multibyte string for search functions.
18471 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18473         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18474         (mm-uu-dissect-text-parts): New function.
18476         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18477         dissect text parts.
18479         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18480         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18482         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18484         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18485         Use gnus-current-topics instead of gnus-current-topic.
18487 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18489         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18491 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18493         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18494         where approriate.
18496         * nnml.el (nnml-generate-active-info): do.
18498         * nndiary.el (nndiary-generate-active-info): do.
18500         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18501         (gnus-topic-move): do.
18503         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18504         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18506         * gnus-srvr.el (gnus-server-prepare)
18507         (gnus-server-open-all-servers): do.
18509         * gnus-msg.el (gnus-summary-cancel-article)
18510         (gnus-summary-resend-message)
18511         (gnus-summary-mail-crosspost-complaint): do.
18513         * gnus-move.el (gnus-change-server): do.
18515         * gnus-group.el (gnus-group-unmark-all-groups)
18516         (gnus-group-set-current-level): do.
18518 2004-10-04  Simon Josefsson  <jas@extundo.com>
18520         * message.el (message-generate-hashcash): Doc fix.
18522 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18524         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18525         avoid infinite recursion via gnus-get-function.
18527 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18529         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18531         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18533         * nnmail.el (nnmail-split-history): do.
18535         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18536         (nnml-request-delete-group): do.
18538         * nnslashdot.el (nnslashdot-read-groups): do.
18540         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18541         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18543         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18544         (nnspool-sift-nov-with-sed): Use last.
18545         (nnspool-retrieve-headers-with-nov): Use mapc.
18546         (nnspool-request-newgroups): Use dolist.
18547         (nnspool-request-group): Use last.
18549         * nntp.el (nntp-read-server-type): Use dolist.
18551         * nnvirtual.el (nnvirtual-create-mapping)
18552         (nnvirtual-update-read-and-marked): Use dolist.
18553         (nnvirtual-convert-headers): Simplify.
18555 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18557         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18558         Add support for sync'ing tick marks.
18560 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18562         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18563         there's no visible header.
18565 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18567         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18568         When necessary, pass full group name to gnus-request-set-marks.
18570 2004-10-01  Simon Josefsson  <jas@extundo.com>
18572         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18573         acroread.
18575 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577         * spam-report.el (spam-report-gmane): Fix interactive.
18579         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18581         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18582         when writing file.
18583         (gnus-agent-synchronize-flags): Don't default to being
18584         interactive.
18586 2004-09-30  Simon Josefsson  <jas@extundo.com>
18588         * message.el (message-generate-hashcash): Add.
18589         (message-send-mail): Use it, call mail-add-payment.
18591 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18593         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18595 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18597         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18598         gnus-requst-update-info with explicit code to sync the in-memory
18599         info read flags with the marks being sync'd to the backend.
18601         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18603 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18605         * spam.el (spam-verify-bogofilter): Add new function.
18606         (spam-check-bogofilter)
18607         (spam-bogofilter-register-with-bogofilter): Use it.
18608         (spam-verify-bogofilter): Add small fixes.
18610 2004-09-28  Simon Josefsson  <jas@extundo.com>
18612         * hashcash.el (hashcash-generate-payment): Revert.
18614 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18616         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18617         Use gnus-extract-references instead of gnus-split-references.
18619         * gnus-util.el (gnus-extract-references): Add new function, analogous
18620         to gnus-split-references but extracts only the message-ID without
18621         anything extra.
18623         * hashcash.el (hashcash-generate-payment)
18624         (hashcash-check-payment): Do the right thing if hashcash-path is
18625         nil (because the hashcash program could not be found).
18627         * spam.el (spam-use-hashcash): Remove comment.
18629 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18631         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18632         (gnus-cache-enter-article, gnus-cache-remove-article)
18633         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18635         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18637         * gnus-art.el (article-hide-boring-headers)
18638         (article-translate-strings, article-display-face)
18639         (gnus-article-mime-match-handle-first)
18640         (gnus-article-highlight-headers)
18641         (gnus-article-add-buttons-to-head): do.
18643 2004-09-27  Simon Josefsson  <jas@extundo.com>
18645         * hashcash.el: New version, from
18646         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18647         ../contrib/.
18649 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18651         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18653 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18655         * gnus-dup.el (gnus-dup-open): Use mapc.
18656         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18658         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18659         Reported by Stefan Wiens <s.wi@gmx.net>.
18661         * gnus.el (gnus-shutdown): Use dolist.
18663         * gnus-undo.el (gnus-undo): Use mapc.
18665         * nnrss.el (nnrss-generate-active): do.
18667         * message.el (message-cite-original-without-signature)
18668         (message-cite-original): Use mapc.
18669         (message-do-actions, message-make-forward-subject): Use dolist.
18671 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18673         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18674         deletion to remove entire duplicate line.  Fixes merged article
18675         number bug.
18677 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18679         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18680         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18681         first ask if you want to open a server and then, even when you
18682         responded with no, asking if you want to synchronize the server's
18683         flags.
18684         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18685         multi-line expressions.
18686         (gnus-agent-synchronize-group-flags): New internal function.
18687         Updates marks in memory (in the info structure) AND in the
18688         backend.
18690         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18692         * nnagent.el (nnagent-request-set-mark):
18693         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18694         method, to ensure that synchronization updates marks in the
18695         backend and in the info (in memory) structure.
18697 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18699         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18700         convention fully; don't miss the root article of a thread; make
18701         the X-Draft-From header with correct article numbers.
18703 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18705         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18706         unless plugged.  Disable the agent so that an open failure causes
18707         an error.
18709         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18710         Revert 2004-09-21 change.  The backend must be opened while
18711         synchronizing flags even when the backend stores the flags
18712         locally.
18714 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18716         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18717         in `header' match.  Reported by Svend Tollak Munkejord.
18719         * message.el (message-cite-original): Fix use of
18720         `message-cite-articles-with-x-no-archive'.
18722 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18724         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18725         (gnus-window-to-buffer): Ditto.
18727         * mml.el (mml-preview-buffer): New variable.
18728         (mml-preview): Manage window layout with gnus-buffer-configuration.
18730         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18731         X-Draft-From header even if those articles aren't quoted.
18733 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18735         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18736         (gnus-request-set-mark, gnus-request-update-mark): Use new
18737         g-s-t-u-l-m to decide to use backend even when unplugged.
18739 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18741         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18742         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18744 2004-09-20  Simon Josefsson  <jas@extundo.com>
18746         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18747         "utf-16-le".
18749 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18753 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18755         * uudecode.el (uudecode-use-external): Add :version.
18757         * smime.el (smime-CA-file, smime-encrypt-cipher)
18758         (smime-dns-server): Add :version.
18760         * smiley.el (gnus-smiley-file-types): Add :version.
18762         * sha1.el (sha1-use-external): Add :version.
18764         * pgg-def.el (pgg-query-keyserver): Add :version.
18766         * nnmail.el (nnmail-fancy-expiry-targets)
18767         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18768         Add :version.
18770         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18771         (nnimap-retrieve-groups-asynchronous): Add :version.
18772         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18774         * mml.el (mml-content-disposition-parameters)
18775         (mml-insert-mime-headers-always): Add :version.
18777         * mm-util.el (mm-coding-system-priorities): Add :version.
18779         * mm-decode.el (mm-inline-text-html-with-images)
18780         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18781         (mm-verify-option): Add :version.
18782         (mm-text-html-renderer): Change :version.
18784         * message.el (message-fcc-externalize-attachments)
18785         (message-required-headers, message-draft-headers)
18786         (message-subject-trailing-was-query)
18787         (message-subject-trailing-was-ask-regexp)
18788         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18789         (message-mark-insert-end, message-archive-header)
18790         (message-archive-note, message-cross-post-default)
18791         (message-cross-post-note, message-followup-to-note)
18792         (message-cross-post-note-function, message-use-mail-followup-to)
18793         (message-subscribed-address-functions)
18794         (message-subscribed-address-file, message-subscribed-addresses)
18795         (message-subscribed-regexps, message-allow-no-recipients)
18796         (message-yank-cited-prefix, message-signature-insert-empty-line)
18797         (message-hidden-headers, message-hierarchical-addresses)
18798         (message-mail-user-agent, message-use-idna)
18799         (message-valid-fqdn-regexp)
18800         (message-strip-special-text-properties, message-header-synonyms)
18801         (message-beginning-of-line, message-tab-body-function): Add :version.
18802         (message-insert-canlock, message-wide-reply-confirm-recipients):
18803         Change :version.
18805         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18806         and :version.
18807         (mail-source-delete-old-incoming-confirm)
18808         (mail-source-movemail-program): Add :version.
18810         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18811         (gnus-agent-cache, gnus-agent): Change :version.
18813         * gnus-util.el (gnus-use-byte-compile): Change :version.
18815         * gnus-sum.el (gnus-summary-make-false-root-always)
18816         (gnus-summary-default-high-score)
18817         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18818         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18819         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18820         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18821         (gnus-sum-thread-tree-single-indent)
18822         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18823         (gnus-sum-thread-tree-leaf-with-other)
18824         (gnus-sum-thread-tree-single-leaf): Add :version.
18825         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18826         (gnus-article-loose-mime): Change :version.
18828         * gnus-start.el (gnus-backup-startup-file)
18829         (gnus-save-startup-file-via-temp-buffer): Add :version.
18831         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18832         (gnus-server-offline-face): Add :version.
18834         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18836         * gnus-msg.el (gnus-gcc-externalize-attachments)
18837         (gnus-debug-files, gnus-debug-exclude-variables)
18838         (gnus-discouraged-post-methods): Change :version.
18839         (gnus-confirm-mail-reply-to-news)
18840         (gnus-confirm-treat-mail-like-news): Add :version.
18842         * gnus-int.el (gnus-server-unopen-status): Add :version.
18844         * gnus-group.el (gnus-group-jump-to-group-prompt)
18845         (gnus-large-ephemeral-newsgroup)
18846         (gnus-fetch-old-ephemeral-headers): Add :version.
18848         * gnus-fun.el (gnus-x-face-directory)
18849         (gnus-convert-pbm-to-x-face-command)
18850         (gnus-convert-image-to-x-face-command)
18851         (gnus-convert-image-to-face-command): Add :version.
18853         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18855         * gnus-cite.el (gnus-cite-blank-line-after-header)
18856         (gnus-article-boring-faces): Add :version.
18858         * gnus-art.el (gnus-buttonized-mime-types)
18859         (gnus-inhibit-mime-unbuttonizing)
18860         (gnus-treat-display-face)
18861         (gnus-treat-body-boundary): Change :version.
18862         (gnus-body-boundary-delimiter, gnus-picon-databases)
18863         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18864         (gnus-treat-date-english, gnus-treat-fold-headers)
18865         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18866         (gnus-treat-mail-picon, gnus-treat-wash-html)
18867         (gnus-article-encrypt-protocol)
18868         (gnus-use-idna, gnus-article-over-scroll)
18869         (gnus-mime-display-multipart-alternative-as-mixed)
18870         (gnus-mime-display-multipart-related-as-mixed)
18871         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18872         (gnus-ctan-url, gnus-button-ctan-handler)
18873         (gnus-button-handle-ctan-bogus-regexp)
18874         (gnus-button-ctan-directory-regexp)
18875         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18876         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18877         (gnus-button-man-level, gnus-button-emacs-level)
18878         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18880         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18881         (gnus-agent-go-online): Change :version.
18882         (gnus-agent-expire-unagentized-dirs)
18883         (gnus-agent-auto-agentize-methods): Add :version.
18885         * flow-fill.el (fill-flowed-display-column)
18886         (fill-flowed-encode-column): Add :version.
18888         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18889         (gnus-outlook-deuglify-unwrap-max)
18890         (gnus-outlook-deuglify-cite-marks)
18891         (gnus-outlook-deuglify-unwrap-stop-chars)
18892         (gnus-outlook-deuglify-no-wrap-chars)
18893         (gnus-outlook-deuglify-attrib-cut-regexp)
18894         (gnus-outlook-deuglify-attrib-verb-regexp)
18895         (gnus-outlook-deuglify-attrib-end-regexp)
18896         (gnus-outlook-display-hook): Add :version.
18898         * binhex.el (binhex-use-external): Add :version.
18900 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18902         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18903         and `invisible'.
18905 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18907         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18908         in gnus-registry-trim.
18910 2004-09-13  Simon Josefsson  <jas@extundo.com>
18912         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18914         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18916         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18917         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18918         <yamaoka@jpl.org>.
18919         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18920         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18921         <yamaoka@jpl.org>.
18923         * sieve.el (sieve-manage-mode): Ditto.
18925 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18927         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18929 2004-09-11  Simon Josefsson  <jas@extundo.com>
18931         * dns-mode.el: Add.
18933         * mm-view.el (mm-display-dns-inline): Add.
18935         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18936         (mm-automatic-display): Ditto.
18938         * mailcap.el (mailcap-mime-data): Add text/dns.
18939         (mailcap-mime-extensions): Map .soa to text/dns.
18941 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18943         * gnus-art.el (article-decode-mime-words, article-babel)
18944         (gnus-article-highlight-signature, gnus-article-add-buttons)
18945         (gnus-signature-toggle): Remove unnecessary bindings of
18946         `inhibit-read-only' inherited from v5.10 merge.
18948 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18950         * nntp.el (nntp): New customization group.
18951         (nntp-authinfo-file): Add customization group.
18953         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18955         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18957         * gnus.el (to-address, to-list, subscribed)
18958         (large-newsgroup-initial): Ditto.
18960         * flow-fill.el (fill-flowed-display-column)
18961         (fill-flowed-encode-column): Ditto.
18963 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18965         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18966         Use point-min rather than 1.
18967         (message-send-mail): Use buffer-size rather than point-max.
18969         * gnus-sum.el (gnus-summary-search-article-forward):
18970         Signal a specific `search-failed' rather than a generic `error'.
18972         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18973         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18974         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18976 2004-09-10  Simon Josefsson  <jas@extundo.com>
18978         * nndb.el (require): Remove tcp and duplicate cl.
18980 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18982         * gnus-agent.el (directory-files-and-attributes): Move forward.
18984 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18986         * gnus-agent.el (directory-files-and-attributes):
18987         Optionally defined to support XEmacs.
18989 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18991         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18992         to avoid run-time CL dependencies.
18993         (gnus-agent-unfetch-articles): New function.
18994         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18995         article numbers even when local .overview file is missing.
18996         (gnus-agent-read-article-number): New function.  Only accepts
18997         27-bit article numbers.
18998         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18999         Use gnus-agent-read-article-number.
19000         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19001         from backend while recognizing that article numbers in .overview
19002         must be valid.
19003         (gnus-agent-update-files-total-fetched-for):
19004         Use directory-files-and-attributes to improve performance.
19005         * gnus-int.el (gnus-request-move-article):
19006         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19007         improve performance.
19009         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19010         some users confused by references to .newsrc when they only have a
19011         .newsrc.eld file.
19012         (gnus-convert-mark-converter-prompt)
19013         (gnus-convert-converter-needs-prompt): Fix use of property list.
19014         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19015         New function.  Used internally to only display 'gnus converting
19016         files' message when actually necessary.
19018         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19019         methods now autoloaded.
19021 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19023         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19024         identifiers.
19026 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19028         * gnus-picon.el: Fix indentation and closing parenthesis.
19030 2004-09-01  Simon Josefsson  <jas@extundo.com>
19032         * message.el (message-canlock-generate): Require sha1, not
19033         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19034         to require within a function.  Sadly, if sha1.el isn't loaded, the
19035         let binding in m-c-g will hide the defcustom definition, which is
19036         bad.)
19038         * canlock.el: Require sha1, not sha1-el.
19040         * message.el: Don't autoload sha1 (there is a autoload cookie in
19041         sha1.el).
19043         * sha1-el.el: Rename to sha1.el.
19045 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19047         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19049 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19051         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19053 2004-08-30  Kim F. Storm  <storm@cua.dk>
19055         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19057         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19058         Add :group 'nnimap.
19060 2004-08-30  Andreas Schwab  <schwab@suse.de>
19062         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19063         ?* and ?\;.
19065         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19066         and ?\' to symbol instead of whitespace.
19068 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19070         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19072         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19073         instead of re-search-forward.
19075         * gnus-uu.el (gnus-uu-save-article): Ditto.
19076         (gnus-uu-post-encode-uuencode): Ditto.
19078         * html2text.el (html2text-clean-list-items): Ditto.
19079         (html2text-clean-dtdd): Ditto.
19080         (html2text-format-tags): Ditto.
19082         * message.el (message-send-mail-with-sendmail): Fix regexp.
19083         (message-fill-field-general): Use search-forward instead of
19084         re-search-forward.
19085         (unbold-region): Ditto.
19087         * nnrss.el (nnrss-request-article): Ditto.
19089         * nnslashdot.el (nnslashdot-request-article): Ditto.
19091         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19093         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19094         "Unrecognized menu descriptor" error in XEmacs.
19096 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19098         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19099         parent article of a sparse article in the thread hashtb.
19101 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19103         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19104         (nnmail-expand-newtext): Lowercase expanded entries if
19105         nnmail-split-lowercase-expanded is non-nil.
19107 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19109         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19111         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19112         of gnus-tmp-news-method into string under XEmacs.  It will be
19113         passed to gnus-correct-length which takes only a string argument.
19115 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19117         * gnus-util.el (gnus-bind-print-variables): New macro.
19118         (gnus-prin1): Use it.
19119         (gnus-prin1-to-string): Use it.
19120         (gnus-pp): New function.
19121         (gnus-pp-to-string): New function.
19123         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19124         Replace pp-to-string with gnus-pp-to-string.
19125         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19126         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19127         * gnus-msg.el (gnus-debug): Ditto.
19128         * gnus-score.el (gnus-score-save): Ditto.
19129         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19130         gnus-pp-to-string.
19131         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19132         with gnus-pp.
19133         * score-mode.el (gnus-score-pretty-print): Ditto.
19134         * webmail.el (webmail-debug): Ditto.
19136 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19138         * gnus-art.el (article-display-face, article-display-x-face):
19139         Use buffer-read-only.
19141 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19143         * gnus-art.el (article-hide-list-identifiers):
19144         Bind inhibit-read-only as t.
19146 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19148         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19150 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19153         (gnus-narrow-to-page): Don't assume point-min == 1.
19154         (gnus-article-edit-mode): Derive from message-mode.
19156         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19157         point-min == 1.
19159         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19160         Disable incorrect use of `assert'.
19162         * message.el (message-mode): Set comment-start-skip.
19164 2004-08-22  Sam Steingold  <sds@gnu.org>
19166         * pop3.el (pop3-leave-mail-on-server): New user variable.
19167         (pop3-movemail): Delete mail only when it is nil.
19169 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19171         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19173         * mml.el (mml-preview): Use `pop-to-buffer'.
19175         * message.el (message-goto-mail-followup-to): Insert after "To".
19176         (message-carefully-insert-headers): Add comment.
19178         * gnus.el: Remove unused variable `gnus-article-check-size'.
19180         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19182         * gnus-art.el (gnus-button-alist):
19183         Improve `gnus-button-handle-library' entry.
19185 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19187         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19188         Use downcase, since XEmacs capitalizes error messages differently.
19190 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19192         * nntp.el: Add (require 'gnus) due to reference to
19193         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19195 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19197         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19198         Bind `mm-fill-flowed'.
19200         * mm-decode.el (mm-dissect-singlepart): Check it.
19202 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19204         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19205         'imap' for netrc parsing.
19207 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19209         * mailcap.el (mailcap-mime-data): Mark as risky.
19211 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19213         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19214         may be included in the encoded word.
19215         (rfc2047-encode): Don't append a space if the encoded word
19216         includes close parenthesis.
19218 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19220         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19221         of text within parentheses.
19223 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19225         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19226         (gnus-encrypt-write-file-contents): Make the password key the file
19227         name PLUS the cipher, not just the cipher.  Also remove failed
19228         passwords from the cache.
19230 2004-08-06  Simon Josefsson  <jas@extundo.com>
19232         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19233         Doc fix.
19235 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19237         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19238         LWSP.
19240 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19242         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19243         Try to append in-reply-to: data to the references: header.
19245         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19246         (netrc-parse): Use gnus-encrypt.el functions.
19248         * gnus-encrypt.el: Add new file for encryption support; currently
19249         does only a few GPG ciphers and an internal XOR cipher.
19251         * password.el: Add comments on using password-read-and-add.
19252         (password-read-and-add): Add function to read and add the
19253         password to the cache at once.
19255 2004-07-28  Simon Josefsson  <jas@extundo.com>
19257         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19258         parameter (but don't use it, for now).
19260         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19261         instead of hard coding to nil.
19263 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19265         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19266         as mm-inline-image-xemacs does.
19268 2004-07-26  Simon Josefsson  <jas@extundo.com>
19270         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19271         Revert part of 2004-07-17 change below.
19273 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19275         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19276         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19278 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19280         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19281         quotes that actually start with ">" at the beginning of the
19282         lines.
19284 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19286         * rfc2047.el (rfc2047-encode-region): Fix last change.
19287         (rfc2047-encode-parameter): Remove useless concat.
19289 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19291         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19292         encode special characters; fix some kind of misconfigured headers;
19293         signal a real error if debug-on-quit or debug-on-error is non-nil.
19294         (rfc2047-encode-max-chars): New variable.
19295         (rfc2047-encode-1): Use it.
19296         (rfc2047-encode-parameter): New function.
19298         * mml.el (mml-insert-parameter): Remove an excessive space.
19300 2004-07-17  Simon Josefsson  <jas@extundo.com>
19302         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19303         Kai Grossjohann <kai@emptydomain.de>.
19304         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19305         (gnus-group-make-menu-bar): Ditto.
19307         * gnus-util.el (gnus-group-server): Add.
19309 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19311         * message.el (message-clone-locals): Clone sendmail and smtp
19312         variables.
19314 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19316         * rfc2047.el (rfc2047-encode-region): Fix last change.
19318 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19320         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19321         characters as non-special.
19323 2004-07-09  Simon Josefsson  <jas@extundo.com>
19325         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19326         Users will lose all flag changes made while unplugged with
19327         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19328         good default.  See numerous reports on ding mailing list.
19330 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19332         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19333         add generate-head-function and generate-article-function to the
19334         rfc822-forward entry.
19335         (nndoc-rfc822-forward-generate-article): New function.
19336         (nndoc-rfc822-forward-generate-head): New function.
19338         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19340 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19342         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19343         respect display group parameter and gnus-summary-expunge-below.
19344         (gnus-articles-to-read): Remove unused reference to display group
19345         parameter.
19347 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19349         * nnheader.el (nnheader-uniquify-message-id): New experimental
19350         variable.
19351         (nnheader-nov-read-message-id): Use it.
19353         * spam-report.el (spam-report-gmane): Add interactive.
19355 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19357         * mm-encode.el (mm-content-transfer-encoding-defaults):
19358         Use qp-or-base64 for the application/* types.
19360 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19362         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19364 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19366         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19367         trim value.
19369 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19371         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19372         New macro and function.
19373         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19375 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19377         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19378         after-load-alist.
19380 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19382         * gnus-group.el (gnus-group-get-new-news-this-group):
19383         Don't update info that isn't there.
19385 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
19387         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19388         entry.
19390 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19392         * mm-view.el (mm-inline-render-with-function): Use multibyte
19393         buffer; decode html source by charset.
19395         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19397         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19398         Mule-UCS is loaded under XEmacs.
19399         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19401 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19403         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19405 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19407         * mm-util.el (mm-coding-system-p): Return a coding-system.
19408         (mm-mime-mule-charset-alist): Use shift_jis instead of
19409         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19410         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19411         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19412         instead of japanese-shift-jis and iso-latin-1 respectively in
19413         order to share the default value with both Emacs and XEmacs-mule.
19414         (mm-mule-charset-to-mime-charset):
19415         Make mm-coding-system-priorities effective.
19416         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19417         while predicating of candidates upon the priorities.
19419 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19421         * gnus-sum.el (gnus-summary-make-menu-bar):
19422         Add gnus-uu-invert-processable.
19424         * gnus.el: Autoload gnus-uu-invert-processable.
19426 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19428         * mm-util.el (mm-with-multibyte-buffer): New macro.
19430         * rfc2047.el (rfc2047-encode-string): Use it.
19431         (rfc2047-encode-region): Move point to the end of the region after
19432         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19434 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19436         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19437         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19439 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19441         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19442         (gnus-cite-parse): Ignore quoted envelope From_.
19443         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19445 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19447         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19448         invalid addresses.
19450 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19452         * spam.el: Change section markers, revise TODO list.
19453         (spam-backends): Make new master list of all installed backends.
19454         (spam-summary-exit-behavior): Add new variable to determine how
19455         messages moves are done at summary exit.
19456         (spam-move-spam-nonspam-groups-only)
19457         (spam-process-ham-in-nonham-groups)
19458         (spam-process-ham-in-spam-groups): Remove variables, the
19459         spam-summary-exit-behavior variable should be used to manage this
19460         behavior.
19461         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19462         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19463         and spam-old-spam-articles.
19464         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19465         Add empty variables, placeholders for the backends they represent.
19466         (spam-set-difference): Move, unchanged.
19467         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19468         unless the user has a processor variable.
19469         (spam-classifications, spam-classification-valid-p)
19470         (spam-backend-properties, spam-backend-property-valid-p)
19471         (spam-backend-function-type-valid-p)
19472         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19473         (spam-report-articles-gmane, spam-report-articles-resend):
19474         Remove functions, they are not needed.
19475         (spam-install-backend-super, spam-backend-list)
19476         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19477         (spam-backend-function, spam-backend-ham-registration-function)
19478         (spam-backend-spam-registration-function)
19479         (spam-backend-ham-unregistration-function)
19480         (spam-backend-spam-unregistration-function)
19481         (spam-backend-statistical-p, spam-backend-mover-p)
19482         (spam-install-backend-alias, spam-install-checkonly-backend)
19483         (spam-install-mover-backend, spam-install-nocheck-backend)
19484         (spam-install-backend, spam-install-statistical-backend)
19485         (spam-install-statistical-checkonly-backend): Add backend installation
19486         support.
19487         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19488         (spam-group-processor-p): Use the new backend code and respect the
19489         summary exit behavior.
19490         (spam-mark-spam-as-expired-and-move-routine): Remove.
19491         (spam-summary-prepare): Change to use the new spam-old-articles
19492         variable.
19493         (spam-copy-or-move-routine, spam-copy-spam-routine)
19494         (spam-move-spam-routine, spam-copy-ham-routine)
19495         (spam-move-ham-routine): Add code to copy/move ham or spam.
19496         (spam-fetch-field-fast): Improve doc and code, plus allow the
19497         'number request.
19498         (spam-list-of-checks, spam-list-of-statistical-checks):
19499         Remove variables.
19500         (spam-split, spam-find-spam): Use the new backend code.
19501         (spam-registration-functions): Remove variable.
19502         (spam-unregister-routine): Add convenience wrapper.
19503         (spam-log-undo-registration, spam-register-routine)
19504         (spam-log-processing-to-registry)
19505         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19506         where possible.
19507         (spam-check-gmane-xref, spam-check-regex-headers)
19508         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19509         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19510         (spam-check-bogofilter-headers, spam-check-spamoracle)
19511         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19512         (spam-check-crm114-headers): Use the spam-split-group that
19513         spam-split prepares, no need to determine it every time.
19515         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19516         to the nnheader-parse-naked-head call.
19518         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19520         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19521         the nnheader-nov-read-message-id call.
19523 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19525         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19526         gnus-activate-group twice.  Suggested by Markus Peter
19527         <warp@spin.de>.
19529 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19531         * gnus-art.el (gnus-article-time-format): Exchange the order of
19532         day and month in the default value; fix customization type.
19533         (article-date-ut): Use add-text-properties.
19534         (article-make-date-line): Use message-make-date instead of
19535         current-time-string.
19537         * message.el (message-fetch-field): Don't use set-text-properties.
19538         (message-make-date): Simplify.
19540 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19542         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19543         (rfc2047-encode-region): Treat text within parentheses as special;
19544         show the original text when error has occurred.
19546         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19547         already-computed method to gnus-activate-group.
19549         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19550         same select-methods identical Lisp objects.
19552         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19553         object when modifying the info.
19555 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19557         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19558         gnus-opened-servers since it has never been opened with the new
19559         configuration yet.
19561 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19563         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19564         arg to nnheader-generate-fake-message-id.
19566 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19568         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19569         number and build a fake message ID localized to a group and
19570         article number (so it's repeatable from that point on).
19571         (nnheader-fake-message-id-p): Change regex to accommodate new fake
19572         ID format.
19574         * gnus-sum.el (gnus-get-newsgroup-headers):
19575         Call nnheader-generate-fake-message-id with the article number.
19577 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19579         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19580         end-of-buffer.
19582 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19584         * message.el (message-ignored-supersedes-headers): Add Approved.
19586 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19588         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19589         goto-char.
19590         (rfc2047-encode): Fold the line before encoding.
19592 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19595         folding -- not all headers can be folded, and this should be done
19596         by the message composition mode.  Probably.  I think.
19598 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19600         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19601         fast.
19603         * gnus-ems.el (gnus-remove-image): Don't use
19604         message-text-with-property; remove only the image found first.
19606 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19608         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19610 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19612         * message.el (message-text-with-property): Make it fast and accept
19613         optional arguments.
19614         (message-strip-forbidden-properties): Use it.
19615         (message-fix-before-sending): Follow the m-t-w-p change.
19617         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19619 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19621         * gnus-art.el (article-hide-headers): Don't change the buffer
19622         mistakenly when performing mml-preview even if
19623         gnus-single-article-buffer is nil.
19625 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19627         * message.el (message-expand-name-databases): New user option.
19628         (message-expand-name): Use it.
19630 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19632         * spam.el (spam-report-articles-resend)
19633         (spam-report-resend-register-routine): Allow ham reporting.
19634         (spam-report-resend-register-ham-routine): Add wrapper.
19635         (spam-registration-functions): Add ham resending functions.
19636         (spam-list-of-processors): Add ham resend processor.
19638         * gnus.el (ham-resend-to): Add new group parameter.
19639         (spam-process): Add ham resend option.
19641         * spam-report.el (spam-report-resend): Allow reporting ham.
19642         (spam-report-resend-ham): Add wrapper.
19644 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19646         * message.el (message-cite-articles-with-x-no-archive):
19647         New variable.
19648         (message-cite-original): Use it.
19650 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19652         * message.el (message-cite-original): Respect X-No-Archive.
19654 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19656         * gnus-art.el (article-hide-headers): Refer to the values for
19657         gnus-ignored-headers and gnus-visible-headers in the summary
19658         buffer since a user may have set them as group parameters.
19660 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19662         * assistant.el (assistant-node-name): Add convenience function.
19663         (assistant-render-text, assistant-render-node): Add error handling,
19664         plus handle multiple next nodes.
19665         (assistant-find-next-node): Comment out for now.
19666         (assistant-find-next-nodes): Add function, returns list of next
19667         nodes.
19669 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19671         * mail-source.el (mail-source-directory): Fix doc-string.
19673 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19675         * assistant.el (assistant-render-text, assistant-eval): Add :set
19676         widget type, which is different because it takes and returns a
19677         list.  Much hilarity ensues.
19679 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19681         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19683         * gnus-group.el (gnus-group-get-new-news-this-group):
19684         Add doc-string.
19686         * gnus-start.el (gnus-activate-group): Add doc-string.
19688 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19690         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19692 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19694         * assistant.el (assistant-render-text): Try to add a :set
19695         widget, more to come.
19697         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19698         strings.
19699         (spam-report-articles-resend)
19700         (spam-register-routine): Do registration iff any articles warrant
19701         it.
19702         (spam-summary-prepare-exit): Change log message for nil group
19703         destinations.
19705 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19707         * spam.el (spam-report-resend-register-routine):
19708         Allow spam-report-resend-to to be a group parameter or a global value.
19710 2004-05-26  Simon Josefsson  <jas@extundo.com>
19712         * starttls.el: Merge with my GNUTLS based starttls.el.
19713         (starttls-gnutls-program, starttls-use-gnutls)
19714         (starttls-extra-arguments, starttls-process-connection-type)
19715         (starttls-connect, starttls-failure, starttls-success):
19716         New variables.
19717         (starttls-program, starttls-extra-args): Doc fix.
19718         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19719         New functions.
19720         (starttls-negotiate, starttls-open-stream):
19721         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19722         function if it is set.
19724 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19726         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19727         structured fields.
19729 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19731         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19733 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19735         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19736         Add variable.
19737         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19738         assigning the spam-mark to new messages.
19740 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
19742         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19744 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19746         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19747         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19748         default.
19750 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19752         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19753         correct data.
19755 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19757         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19758         (spam-group-processor-p): Fix function.
19759         (spam-group-processor-multiple-p)
19760         (spam-group-spam-processor-report-gmane-p)
19761         (spam-group-spam-processor-report-resend-p)
19762         (spam-group-spam-processor-bogofilter-p)
19763         (spam-group-spam-processor-blacklist-p)
19764         (spam-group-spam-processor-ifile-p)
19765         (spam-group-ham-processor-ifile-p)
19766         (spam-group-spam-processor-spamoracle-p)
19767         (spam-group-spam-processor-crm114-p)
19768         (spam-group-ham-processor-bogofilter-p)
19769         (spam-group-spam-processor-stat-p)
19770         (spam-group-ham-processor-stat-p)
19771         (spam-group-ham-processor-whitelist-p)
19772         (spam-group-ham-processor-BBDB-p)
19773         (spam-group-ham-processor-spamoracle-p)
19774         (spam-group-ham-processor-copy-p): Remove functions with some
19775         prejudice against unneeded code.
19776         (spam-report-articles-resend)
19777         (spam-report-resend-register-routine): Allow the group/topic
19778         spam-resend-to value to override spam-report-resend-to.
19779         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19780         properly now.
19782         * gnus.el (spam-resend-to): Add group/topic parameter.
19783         (spam-process): Move the OBSOLETE processors to the end of the
19784         choices.
19786 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19788         * spam-report.el (spam-report-resend-to, spam-report-resend):
19789         Start with resend-to set to nil, and then ask the user if necessary.
19790         (spam-report-resend): spam-report-resend takes a list of articles, not
19791         separate article numbers.
19793 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19795         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19796         addition to emacs-w3m.
19798 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19800         * assistant.el (assistant-authinfo-data): New function.
19801         (assistant-eval): Eval for entire assistant.
19803         * netrc.el (netrc-services-file): New variable.
19804         (netrc-parse-services): New function.
19805         (netrc-find-service-name): New function.
19806         (netrc-find-service-number): New function.
19807         (netrc-port-equal): New function.
19808         (netrc-machine): Use it.
19810         * nnimap.el (nnimap-open-connection): Use netrc.
19812         * gnus-util.el (gnus-netrc-get): Remove aliases.
19814         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19816         * assistant.el (wid-edit): Fix compilation.
19818         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19820 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19822         * gnus-util.el (gnus-set-file-modes): New function.  (small
19823         patch).
19825 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19827         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19829         * assistant.el (assistant-render-node): Fix up rendering and
19830         read-only text.
19831         (assistant-render-node): Reset.
19832         (assistant-make-read-only): Not sticky.
19834 2004-05-20  Danny Siu  <dsiu@adobe.com>
19836         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19837         centered even when gnus-auto-center-summary is t
19839 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19841         * dns.el (dns-get-txt-answer): New function.
19842         (dns-read-txt): Ditto.
19843         (query-dns): Use it.
19845 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19847         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19848         active for foreign groups even if the group level is higher than
19849         the specified value.
19851 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19853         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19854         non-active groups.
19856         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19858 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19860         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19862 2004-05-20  Adam SjĂžgren  <asjo@koldfront.dk>
19864         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19865         (spam-crm114-header, spam-crm114-spam-switch)
19866         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19867         (spam-crm114-positive-spam-header)
19868         (spam-crm114-database-directory, spam-list-of-processors)
19869         (spam-group-spam-processor-crm114-p)
19870         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19871         (spam-generic-score, spam-list-of-checks)
19872         (spam-list-of-statistical-checks, spam-registration-functions)
19873         (spam-check-crm114-headers, spam-crm114-score)
19874         (spam-check-crm114, spam-crm114-register-with-crm114)
19875         (spam-crm114-register-spam-routine)
19876         (spam-crm114-unregister-spam-routine)
19877         (spam-crm114-register-ham-routine)
19878         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19880 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19882         * gnus.el: Add spam-use-crm114.
19884         * spam.el (spam-list-of-processors, spam-registration-functions):
19885         Add spam-use-resend.
19886         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19887         (spam-report-articles-gmane): Add doc fix.
19888         (spam-report-articles-resend, spam-report-resend-register-routine):
19889         Add wrappers around spam-report-resend-to.
19891         * spam-report.el (spam-report-resend-to, spam-report-resend):
19892         Add support for resending spam.
19893         (spam-report-gmane): Fix line length >80.
19895         * gnus.el (spam-process): Add spam-use-resend.
19897 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19899         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19900         number of processed spam messages.
19901         (spam-ham-copy-or-move-routine): Return the number of processed
19902         ham messages.
19903         (spam-summary-prepare-exit): Use the above values to decide
19904         whether status messages shouled be displayed.
19906 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19908         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19909         `rfc2047-encoding-function-alist' in order to avoid conflicting
19910         with the old version.
19911         (rfc2047-encode-region): Concatenate words containing non-ASCII
19912         characters in structured fields; don't encode space-delimited
19913         ASCII words even in unstructured fields; don't break words at
19914         char-category boundaries.
19915         (rfc2047-encode-1): New function.
19916         (rfc2047-encode): Use it; encode text so that it occupies the
19917         maximum width within 76-column; work correctly on Q encoding for
19918         iso-2022-* charsets.
19919         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19920         sure not to break a line just after the header name.
19921         (rfc2047-b-encode-region): Remove.
19922         (rfc2047-b-encode-string): New function.
19923         (rfc2047-q-encode-region): Remove.
19924         (rfc2047-q-encode-string): New function.
19926         * mm-util.el (mm-replace-in-string): New function.
19928 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19930         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19931         Really get it right.
19932         (gnus-inews-make-draft): Really.
19934 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19936         * nnmh.el (nnmh-request-list-1): Don't check the link count
19937         before descending.  (small patch)
19939 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19942         stuff.
19944         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19945         Match on real group name.
19947         * gnus-art.el (gnus-signature-limit): Doc fix.
19949         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19951 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953         * gnus-draft.el (gnus-draft-send):
19954         Bind rfc2047-encode-encoded-words.
19956         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19957         (rfc2047-encodable-p): Say that =? needs encoding.
19958         (rfc2047-encode-encoded-words): New variable.
19960         * gnus-group.el (gnus-group-select-group): Doc fix.
19962         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19964         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19965         to nil.
19967         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19969         * nnheader.el (nnheader-get-lines-and-char): New function.
19971 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19973         * gnus-msg.el (gnus-summary-followup-with-original):
19974         Document yanking of region when active.
19976 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19978         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19979         groups if the group level is higher than the specified value.
19981 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19983         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19984         (gnus-group-jump-to-group): Add prefix argument using
19985         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19986         non-active group.
19988         * compface.el (uncompface): Be verbose when changing
19989         `uncompface-use-external'.
19991         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19992         handle manual section.
19994 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19996         * gnus-art.el (gnus-button-alist): Revert previous change.
19998 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20000         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20002 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20004         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20005         whether backend can accept message.
20007         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20009 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20011         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20012         Avoid creating directory when nntp-marks-is-evil is true.
20013         Reported by Reiner Steib.
20015 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20017         * gnus-picon.el (gnus-picon-insert-glyph):
20018         Add optional `nostring' argument.
20020 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20022         * gnus-picon.el (gnus-picon-style): New variable.
20023         (gnus-picon-transform-address): Support `gnus-picon-style'.
20025 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20027         * message.el (message-fill-field): Return point.
20028         (message-generate-headers): Go to end of field.
20030         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20031         stuff for non-living groups.
20033 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20035         * gnus-art.el (gnus-article-followup-with-original)
20036         (gnus-article-reply-with-original): gnus-mark-active-p ->
20037         gnus-region-active-p.
20039 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20041         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20042         only when there is spam or ham to be processed.
20044 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20046         * mail-source.el (mail-source-delete-crash-box): Refactor.
20047         (mail-source-fetch): Use it.
20048         (mail-source-fetch-file): Ditto.
20049         (mail-source-fetch-directory): Run postscript in loop.
20050         (mail-source-fetch-pop): Delete.
20051         (mail-source-fetch-maildir): Ditto.
20052         (mail-source-fetch-imap): Ditto.
20054         * imap.el (imap-authenticators): Comment out sasl.
20056         * message.el (message-skip-to-next-address): New function.
20057         (message-fill-header-address): Refactor.
20058         (message-fill-address): Use it.
20059         (message-delete-address): Use it.
20060         (message-fill-header-general): Refactor.
20061         (message-fill-field-address): Rename.
20062         (message-narrow-to-field): Find the start of the header.
20063         (message-header-format-alist): Don't pre-fill.
20064         (message-fill-header): Remove.
20065         (message-insert-header): New function.
20066         (message-shorten-references): Use it.
20068         * rfc2047.el (rfc2047-field-value): Strip props.
20070         * mail-parse.el (mail-header-make-address): New alias.
20072         * ietf-drums.el (ietf-drums-make-address): New function.
20074         * imap.el: Add compiler directives.
20076         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20078         * gnus-art.el (article-decode-idna-rhs): Don't use
20079         message-idna-inside-rhs-p.
20081 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20083         * message.el (message-idna-inside-rhs-p): Remove.
20084         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20086         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20087         false positives.
20089 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20091         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20093 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20095         * nneething.el (nneething-file-name): Don't create spurious
20096         files.
20098         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20099         (gnus-inews-do-gcc): Remove sleep.
20101         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20102         part under point.
20104         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20105         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20107 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20109         * spam.el (spam-summary-prepare-exit): Fix (length).
20111 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20113         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20114         as expired without moving it" message when there are spam
20115         messages left.
20117 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20119         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20120         header is not nil.
20122 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20124         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20125         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20126         (nntp-marks-changed-p): New arg SERVER.
20127         (nntp-request-update-info): Adjust caller.
20129 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20131         * nntp.el (nntp-save-marks): Pass missing arg.
20133 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20135         * nntp.el: Support marks.
20136         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20137         (nntp-marks-modtime, nntp-marks-directory): New variables.
20138         (nntp-request-set-mark, nntp-request-update-info)
20139         (nntp-possibly-create-directory, nntp-marks-changed-p)
20140         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20141         New functions.
20143 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20145         * gnus-score.el (gnus-score-insert-help):
20146         Use gnus-select-lowest-window.
20148         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20149         appt-select-lowest-window and rename to gnus-select-lowest-window.
20151         * gnus.el: do.
20153 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20155         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20156         encodings of MIME-encoded words, in order to improve
20157         interoperability with several broken MUAs.
20159 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20161         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20162         tags, only when charsets are not specified in headers.
20163         (mm-inline-text-html-render-with-w3m): Ditto.
20165 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20167         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20168         instead of MIME-decoded from fields when checking
20169         `gnus-article-address-banner-alist'.
20171 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20173         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20174         description rather than subject.
20176 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20178         * gnus.el (gnus-version-number): Bump.
20180 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20182         * gnus.el: No Gnus v0.2 is released.
20184 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20186         * gnus-agent.el (gnus-agent-read-agentview):
20187         Inline gnus-uncompress-range.
20189 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20191         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20192         `exec-installed-p'.
20194 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20196         * gnus.el (spam-process, spam-autodetect-methods):
20197         Add bsfilter and bsfilter-headers.
20199         * spam.el (spam-bsfilter): New customize group.
20200         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20201         (spam-bsfilter-header, spam-bsfilter-probability-header)
20202         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20203         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20204         (spam-bsfilter-database-directory): New options.
20205         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20206         (spam-list-of-statistical-checks, spam-registration-functions):
20207         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20208         (spam-bsfilter-score): New command.
20209         (spam-check-bsfilter-headers, spam-check-bsfilter)
20210         (spam-bsfilter-register-with-bsfilter)
20211         (spam-bsfilter-register-spam-routine)
20212         (spam-bsfilter-unregister-spam-routine)
20213         (spam-bsfilter-register-ham-routine)
20214         (spam-bsfilter-unregister-ham-routine): New functions.
20215         (spam-generic-score): Support bsfilter; Accept an optional argument
20216         to recalcurate spam score even if scoring header has already been
20217         added.
20218         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20219         optional argument to recalcurate spam score even if scoring header
20220         has already been added.
20222 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20224         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20225         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20226         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20227         link is missing.
20229 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20231         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20232         (html2text-get-attr): Rewrite.
20234         * message.el (message-setup-1): Remove redundant put-text-property
20235         on mail-header-separator.
20237 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20239         * gnus-registry.el (gnus-registry-cache-whitespace)
20240         (gnus-registry-action, gnus-registry-spool-action)
20241         (gnus-registry-split-fancy-with-parent): Change message levels
20242         from 5 to 3 or 7, as needed.
20244         * spam.el (spam-summary-prepare-exit)
20245         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20246         (spam-split, spam-find-spam, spam-log-undo-registration)
20247         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20248         level from 5 to 6.
20250 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20252         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20253         2004-03-04 change).
20255 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20257         * sieve-manage.el (sieve-manage-open):
20258         * nnweb.el (nnweb-insert-html):
20259         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20260         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20261         * nnspool.el (nnspool-request-group):
20262         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20263         * nnml.el (nnml-request-update-info):
20264         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20265         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20266         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20267         (nnimap-request-set-mark):
20268         * nnfolder.el (nnfolder-request-update-info):
20269         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20270         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20271         * gnus-uu.el (gnus-uu-find-articles-matching):
20272         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20273         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20274         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20275         * gnus-nocem.el (gnus-nocem-scan-groups):
20276         * gnus-int.el (gnus-start-news-server):
20277         * gnus-group.el (gnus-group-make-kiboze-group)
20278         (gnus-group-browse-foreign-server):
20279         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20280         Use mapc when appropriate.
20282 2004-04-22  Dan Christensen  <jdc@uwo.ca>
20283             Adam SjĂžgren  <asjo@koldfront.dk>
20284             Wes Hardaker  <wes@hardakers.net>
20285             Michael Shields  <shields@msrl.com>
20287         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20288         may need for spam sorting and scoring.
20289         (spam-user-format-function-S): Add user format function suitable for
20290         general use.
20291         (spam-article-sort-by-spam-status): Add sorting function for summary
20292         sorting.
20293         (spam-extra-header-to-number): Add function to get a score from a
20294         header.
20295         (spam-summary-score): Add function to get a numeric score from the
20296         headers.
20297         (spam-generic-score): Fix function doc, was in wrong place.
20298         (spam-initialize): Take symbols when it's run, and install the
20299         extra headers that spam-necessary-extra-headers thinks we need.
20301 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20303         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20304         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
20306 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20308         * gnus-sum.el (gnus-set-global-variables)
20309         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20310         (gnus-article-get-xrefs, gnus-summary-best-group)
20311         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20312         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20313         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20314         Use with-current-buffer.
20316 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20318         * spam.el (spam-summary-prepare-exit): Simplify logic.
20319         (spam-fetch-article-header): Read the article header if it's not
20320         available.
20321         (spam-list-articles): Simplify logic.
20322         (spam-filelist-register-routine): Fix bug with unregister-list.
20324         * gnus-registry.el: Fix comments at beginning.
20326 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20328         * message.el (message-cater-to-broken-inn): Remove.
20329         (message-shorten-references): Make sure the total folded length of
20330         References is shorter than 998 characters to cater to a bug in INN
20331         2.3.  Also, don't pretend that references aren't folded -- this
20332         hasn't worked for a while.
20334 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20336         * gnus-agent.el (gnus-agentize):
20337         gnus-agent-send-mail-real-function no longer set to current value
20338         of message-send-mail-function but rather a lambda that calls
20339         message-send-mail-function.  The change makes the agent real-time
20340         responsive to user changes to message-send-mail-function.
20342 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20344         * legacy-gnus-agent.el
20345         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20346         help from Florian Weimer <fw@deneb.enyo.de>
20348 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20350         * nnmail.el (nnmail-cache-insert): Revert last change.
20352 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20354         * nnmail.el (nnmail-cache-insert): Always check whether
20355         nnmail-cache-ignore-groups matches a group name.
20357 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20359         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20360         (spam-find-spam, spam-log-processing-to-registry)
20361         (spam-log-registered-p, spam-log-unregistration-needed-p)
20362         (spam-log-undo-registration): Use gnus-message instead of
20363         gnus-error, none of these errors are fatal.
20365         * gnus-registry.el (gnus-registry-clean-empty-function)
20366         (gnus-registry-clean-empty): Remove only empty entries without
20367         extra data.
20369 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20371         * spam-stat.el (spam-stat-buffer-change-to-spam)
20372         (spam-stat-buffer-change-to-non-spam): Change (error) to
20373         (gnus-message 8) invocation.
20375 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20377         * nntp.el (nntp-via-netcat-command): New variable.
20378         (nntp-via-netcat-switches): New variable.
20379         (nntp-open-via-rlogin-and-netcat): New function.
20380         (nntp-open-connection-function): Doc fix.
20381         (nntp-telnet-command): Doc fix.
20382         (nntp-end-of-line): Doc fix.
20383         (nntp-via-rlogin-command): Doc fix.
20384         (nntp-via-user-name): Doc fix.
20385         (nntp-via-address): Doc fix.
20387 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20389         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20390         error in Emacs 21.1.
20392 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20394         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20396 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20398         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20399         (gnus-agent-with-refreshed-group): New macro.
20400         (gnus-agent-rename-group): New function.
20401         (gnus-agent-delete-group): New function.
20402         (gnus-agent-save-group-info): Use gnus-command-method when
20403         `method' parameter is nil.  Don't write nil entries into the
20404         active file.
20405         (gnus-agent-get-group-info): New function.
20406         (gnus-agent-fetch-articles):
20407         Use gnus-agent-update-files-total-fetched-for to increment disk space
20408         used.
20409         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20410         Use gnus-agent-update-view-total-fetched-for to increment disk space
20411         used.
20412         (gnus-agent-get-local): Add optional parameters to avoid calling
20413         gnus-group-real-name and gnus-find-method-for-group.
20414         (gnus-agent-set-local): Delete stored entry if either min, or max,
20415         are nil.
20416         (gnus-agent-fetch-session): Reworded error/quit messages.
20417         On quit, use gnus-agent-regenerate-group to record existence of any
20418         articles fetched to disk before the quit occurred.
20419         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20420         gnus-agent-update-view-total-fetched-for, and
20421         gnus-agent-update-files-total-fetched-for to decrement disk space
20422         used.
20423         (gnus-agent-retrieve-headers):
20424         Use gnus-agent-update-view-total-fetched-for to increment disk space
20425         used.
20426         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20427         with gnus-agent-update-files-total-fetched-for to decrement disk
20428         space and fresh group buffer.
20429         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20430         (gnus-agent-need-update-total-fetched-for): New variable.
20431         (gnus-agent-update-files-total-fetched-for): New function.
20432         (gnus-agent-update-view-total-fetched-for): New function.
20433         (gnus-agent-total-fetched-for): New function.
20435         * gnus-cache.el (gnus-cache-save-buffers):
20436         Use gnus-cache-update-overview-total-fetched-for to change disk space
20437         used by this group.
20438         (gnus-cache-possibly-enter-article):
20439         Use gnus-cache-update-file-total-fetched-for to increment disk space
20440         used by this group.
20441         (gnus-cache-possibly-remove-article):
20442         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20443         used by this group.
20444         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20445         (gnus-cache-rename-group): New function.
20446         (gnus-cache-delete-group): New function.
20447         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20448         (gnus-cache-need-update-total-fetched-for): New variable.
20449         (gnus-cache-with-refreshed-group): New macro.
20450         (gnus-cache-update-file-total-fetched-for): New function.
20451         (gnus-cache-update-overview-total-fetched-for): New function.
20452         (gnus-cache-rename-group-total-fetched-for): New function.
20453         (gnus-cache-delete-group-total-fetched-for): New function.
20454         (gnus-cache-total-fetched-for): New function.
20456         * gnus-group.el: Require gnus-sum and autoload functions to
20457         resolve warnings when gnus-group.el compiled alone.
20458         (gnus-group-line-format): Documented new %F.
20459         (size of Fetched data) group line format; identifies disk space
20460         used by agent and cache.
20461         (gnus-group-line-format-alist): Defined new F format.
20462         (gnus-total-fetched-for): New function.
20463         (gnus-group-delete-group): No longer update
20464         gnus-cache-active-altered as gnus-request-delete-group now keeps
20465         the cache in sync.
20466         (gnus-group-list-active): Let the agent store a server's active
20467         list if currently plugged.
20469         * gnus-int.el (gnus-request-delete-group):
20470         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20471         local disk in sync with the server.
20472         (gnus-request-rename-group):
20473         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20474         local disk in sync with the server.
20476         * gnus-start.el (gnus-get-unread-articles):
20477         Cosmetic simplification to logic.
20479         * gnus-util.el (gnus-rename-file): New function.
20481 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20483         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20485 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20487         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20488         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20490 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20492         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20493         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20495 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20497         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20499 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20501         * spam.el (spam-set-difference): Add function to replace
20502         gnus-set-difference in spam.el.
20503         (spam-summary-prepare-exit): Use spam-set-difference.
20505 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20507         * gnus-registry.el (gnus-registry-cache-file): Update to use
20508         gnus-dribble-directory OR gnus-home-directory OR ~.
20509         (gnus-registry-split-fancy-with-parent): Fix doc.
20511 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * message.el (message-exchange-point-and-mark):
20514         Use message-mark-active-p.  Suggested by Jesper Harder
20515         <harder@ifa.au.dk>.
20517 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20519         * message.el (message-exchange-point-and-mark): Don't activate
20520         region if it was inactive.  Suggested by Hiroshi Fujishima
20521         <pooh@nature.tsukuba.ac.jp>.
20523 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20525         * gnus-art.el (article-display-face): Display Faces in the same
20526         order as X-Faces.
20528 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20530         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20532 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20534         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20535         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20536         (gnus-article-mime-hierarchy): Remove.
20537         (gnus-article-mime-hierarchy-next): Remove.
20538         (gnus-article-mode): Revert 2004-03-19 change.
20539         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20540         (gnus-insert-mime-button): Revert 2004-03-19 change.
20541         (gnus-mime-accumulate-hierarchy): Remove.
20542         (gnus-mime-enter-multipart): Remove.
20543         (gnus-mime-leave-multipart): Remove.
20544         (gnus-mime-display-part): Revert 2004-03-19 change.
20545         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20547         * mml.el (mml-preview): Revert 2004-03-19 change.
20549 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20551         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20553 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20555         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20556         t while entering a file name using the mm-with-multibyte macro.
20557         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20559         * mm-util.el (mm-with-multibyte): New macro.
20561 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20563         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20564         New user option.
20565         (gnus-mime-multipart-functions): Doc and customization fix.
20566         (gnus-article-mime-hierarchy): New variable.
20567         (gnus-article-mime-hierarchy-next): New variable.
20568         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20569         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20570         gnus-article-mime-hierarchy-next to nil.
20571         (gnus-insert-mime-button): Show hierarchy numbers.
20572         (gnus-mime-accumulate-hierarchy): New function.
20573         (gnus-mime-enter-multipart): New function.
20574         (gnus-mime-leave-multipart): New function.
20575         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20576         (gnus-mime-display-alternative): Show hierarchy numbers.
20578         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20579         gnus-article-mime-hierarchy-next to nil.
20581 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20583         * dns.el: Don't require gnus-xmas.
20585 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20587         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20588         inline PGP.
20589         (mml-menu): Disable mml-quote-region if mark is inactive.
20591 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20593         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20594         when the group's active is not available.
20596 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20598         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20599         error.
20601 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20603         * imap.el (imap-store-password): New variable.
20604         (imap-interactive-login): Use it.
20605         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20607 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20609         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20610         window-start and hscroll to summary window.
20612 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20614         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20615         conversion message to newsrc-dribble when an actual conversion is
20616         performed.
20618 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20620         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20622 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20624         * mm-decode.el (mm-complicated-handles): New function reviving
20625         former definition of mm-multiple-handles.
20627         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20628         (gnus-mime-delete-part): Use it.
20630 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20632         * gnus-agent.el (gnus-agent-read-local):
20633         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20634         avoid the implicit assumption that they will always be equal.
20635         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20636         coding-system-for-write, as the with-temp-file macro first prints
20637         to a buffer then saves the buffer.
20639 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20641         * gnus-art.el (gnus-article-edit-part): New function.
20642         (gnus-mime-save-part-and-strip): Use it; do query instead of
20643         signaling an error; don't use mm-multiple-handles.
20644         (gnus-mime-delete-part): Ditto.
20646 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20648         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20649         old file versions.
20650         (gnus-group-prepare-hook): Remove function that converted list
20651         form of gnus-agent-expire-days to group properties.
20653         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20654         (gnus-request-accept-article): Re-indented.
20656         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20657         converters to handle old agent file formats.  Add logic for a
20658         "backup before upgrading warning".
20659         (gnus-convert-mark-converter-prompt): Developers can mark
20660         functions as needing (default), or not needing,
20661         gnus-convert-old-newsrc's "backup before upgrading warning".
20662         (gnus-convert-converter-needs-prompt): Tests whether the user
20663         should be protected from potentially irreversable changes by the
20664         function.
20666         * legacy-gnus-agent.el: New.  Provides converters that are only
20667         loaded when gnus-convert-old-newsrc needs to call them.
20669 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20671         * mail-source.el (mail-source-touch-pop): Doc fix.
20673         * message.el (message-smtpmail-send-it): Doc fix.
20675 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20677         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20679         * nnmail.el (nnmail-split-fancy): do.
20681         * gnus-kill.el (gnus-kill, gnus-execute): do.
20683 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20685         * gnus-sum.el (gnus-widget-reversible-match)
20686         (gnus-widget-reversible-to-internal)
20687         (gnus-widget-reversible-to-external): New functions.
20688         (gnus-widget-reversible): New widget.
20689         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20691 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20693         * gnus-sum.el (gnus-thread-sort-functions)
20694         (gnus-article-sort-functions): Document `(not F)' items.
20696 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20698         * spam.el (spam-use-gmane-xref): Add new backend.
20699         (spam-gmane-xref-spam-group): Add variable to control the name of the
20700         Gmane spam group.
20701         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20702         (spam-regex-headers-spam, spam-regex-headers-ham)
20703         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20704         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20705         backends and checks.
20706         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20708         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20709         an autodetect method.
20711 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20713         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20714         articles are being added to a group.
20715         (gnus-request-replace-article): Inform the agent that articles
20716         need to be uncached as the cached contents are no longer valid.
20718 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20720         * binhex.el: Don't autoload executable-find.
20722         * canlock.el: Don't autoload mail-fetch-field.
20724         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20726         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20727         rmail-dont-reply-to and rmail-output.
20729         * gnus-score.el: Don't autoload ffap-string-at-point.
20731         * gnus-setup.el: Don't autoload sc-cite-original.
20733         * imap.el: Don't autoload base64-decode-string,
20734         base64-encode-string and md5.
20736         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20737         and rmail-msg-restore-non-pruned-header.
20739         * mm-decode.el: Don't autoload executable-find.
20741         * mm-url.el: Don't autoload executable-find.
20743         * mm-view.el: Don't autoload diff-mode.
20745         * nndb.el: Don't autoload news-reply-mode, news-setup,
20746         cancel-timer and telnet.
20748         * password.el: Don't autoload run-at-time for Emacs.
20750         * sha1-el.el: Don't autoload executable-find.
20752         * sieve-mode.el: Don't autoload c-mode.
20754         * uudecode.el: Don't autoload executable-find.
20756 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20758         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20759         (gnus-agent-possibly-alter-active): Avoid null in numeric
20760         comparison.
20761         (gnus-agent-set-local): Refuse to save null in local object table.
20762         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20763         list of articles that will be marked as unread.
20765 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20767         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20769 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20771         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20772         language tags.
20774 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20776         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20777         Don't bind "obarray".
20779         * gnus-sum.el (gnus-thread-sort-functions):
20780         Add `gnus-thread-sort-by-most-recent-number' and
20781         `gnus-thread-sort-by-most-recent-date'.
20782         Reported by Kai Grossjohann <kai@emptydomain.de>.
20784 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20786         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20788 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20790         * gnus-cus.el (gnus-agent-customize-category):
20791         Remove ignore-errors macro reference that required cl to be loaded at
20792         run-time.
20794         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20795         single-interval range of the form (min . max).  Previously the
20796         range had to look like ((min . max)).  Likewise, return
20797         (min . max) rather than ((min . max)).
20798         (gnus-range-map): Use gnus-range-normalize to accept
20799         single-interval range.
20801         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20802         the cache, but not the agent, now appear with their usual face.
20804 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20806         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20807         w3m-safe-url-regexp variable buffer-local.
20809         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20811 2004-02-27  Simon Josefsson  <jas@extundo.com>
20813         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20814         gnus-group-real-prefix.
20815         (gnus-summary-move-article): Use it, instead of
20816         gnus-group-real-prefix.
20818 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20820         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20821         w3m-safe-url-regexp variable buffer-local and set it as the value
20822         of mm-w3m-safe-url-regexp.
20824         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20826         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20827         parsing gnus-posting-styles when the message is not for replying.
20829         * nnrss.el (nnrss-opml-export):
20830         Use mm-set-buffer-file-coding-system instead of
20831         set-buffer-file-coding-system.
20833 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20835         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20836         of checkdoc.el).
20837         * nnrss.el: do.
20838         * gnus-mlspl.el: do.
20839         * gnus-ml.el: do.
20840         * gnus-srvr.el: do.
20842         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20844 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20846         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20847         Corrections to custom-manual links.
20849         * gnus-art.el (gnus-article): Ditto.
20851         * mm-decode.el (mime-display, mime-security): Ditto.
20853 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20855         * flow-fill.el: Typo.
20857 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20859         * spam-wash.el: New file.
20861 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20863         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20865 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20867         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20868         to be run with new-articles as LIST1, not LIST2.
20869         (spam-registration-functions): Add spam-use-ham-copy as a nil
20870         registration backend.
20872 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20874         * spam-stat.el (spam-stat-washing-hook): New option.
20875         (spam-stat-buffer-words): Use it.
20876         (spam-stat-process-directory, spam-stat-test-directory):
20877         Use insert-file-contents-literally.
20878         (spam-stat-coding-system): New variable.
20879         (spam-stat-load, spam-stat-save): Use it.
20881 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20883         * spam-report.el (spam-report-plug-agent):
20884         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20886 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20888         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20889         Allow / in mailto URLs.
20891 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20893         * spam-report.el (spam-report-process-queue): Fix interactive use.
20894         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20895         (spam-report-unplug-agent): Doc fixes.
20896         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20897         (spam-report-agentize, spam-report-deagentize):
20898         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20900         * message.el (message-setup-fill-variables): Add mml tags to
20901         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20902         <ajk@iu.edu>.
20903         (message-mode): Don't modify paragraph-separate there.
20905 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20907         * compface.el (uncompface-use-external): Default to undecided.
20908         (uncompface-use-external-threshold): New variable.
20909         (uncompface-float-time): New macro.
20910         (uncompface): Determine whether to use the external decoder if
20911         uncompface-use-external is undecided.
20913 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20915         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20916         after images.
20918         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20920 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20922         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20924         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20926         * gnus-sum.el (gnus-summary-limit-to-age)
20927         (gnus-summary-limit-children): do.
20929         * gnus-int.el (gnus-request-scan): do.
20931         * gnus-group.el (gnus-group-suspend): do.
20933         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20935         * gnus-cite.el (gnus-cite-parse-attributions): do.
20937         * gnus-agent.el (gnus-summary-set-agent-mark)
20938         (gnus-agent-regenerate-group): do.
20940         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20942         * binhex.el (binhex-decode-region-internal): do.
20944 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20946         * gnus-fun.el (gnus-face-properties-alist): New user option.
20947         (gnus-display-x-face-in-from): Use it.
20949         * gnus-art.el (article-display-face): Ditto.
20951         * compface.el (uncompface-use-external): Default to nil.
20953 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20955         * nntp.el (nntp-erase-buffer): New function.
20956         (nntp-retrieve-data, nntp-send-command)
20957         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20958         (nntp-possibly-change-group): Use it.
20960         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20961         Use with-current-buffer.
20963 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20965         * compface.el: Merge the ELisp-based uncompface program.
20966         (compface): New customization group.
20967         (uncompface-use-external): New user option.
20968         (uncompface): Call uncompface-internal if uncompface-use-external
20969         is nil.
20970         (uncompface-internal): New function.  Note that there are also
20971         some other functions and variables added for this function.
20973 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20975         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20976         if necessary.
20978 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20980         * spam-report.el (spam-report-unplug-agent)
20981         (spam-report-plug-agent, spam-report-deagentize)
20982         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20983         Add support for the Agent in spam-report: when unplugged, report to a
20984         file; when plugged, submit all the requests.
20986         * spam.el (spam-register-routine): Fix message about
20987         registration.
20989 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20991         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20992         dependencies.
20993         (rfc2047-encode): Use it.
20995         * gnus-art.el (gnus-button-marker-list): Move before first
20996         reference.
20998         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20999         (imap-parse-body): Fix format string mismatch.
21001         * gnus-score.el (gnus-summary-increase-score): do.
21003         * nnrss.el (nnrss-close): New function.
21005 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21007         * nnrss.el (nnrss-make-filename): New function.
21008         (nnrss-request-delete-group, nnrss-read-server-data)
21009         (nnrss-save-server-data, nnrss-read-group-data)
21010         (nnrss-save-group-data): Use it.
21011         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21012         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21013         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21015 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21017         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21019 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21021         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21022         files.
21024         * message.el (message-generate-headers-first): Don't quote nil
21025         and t in docstrings.
21027         * imap.el (imap-id): do.
21029         * gnus-agent.el (gnus-agent-consider-all-articles)
21030         (gnus-agent-queue-mail): do.
21032 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21034         * spam-report.el (spam-report-process-queue): New function.
21035         Process requests from `spam-report-requests-file'.
21036         (spam-report-process-queue): Doc fix.
21038 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21040         * spam.el (spam-register-routine)
21041         (spam-log-processing-to-registry, spam-log-registered-p)
21042         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21043         Change "check" to "spam-check" for semi-clarity.
21045 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21047         * pop3.el: Require nnheader.
21049         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21051         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21053         * gnus-picon.el: Require cl.
21055         * gnus-fun.el: Require gnus-ems and gnus-util.
21057         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21059         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21061         * gnus-art.el (gnus-article-edit-mode): Define before first
21062         reference.
21064 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21066         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21067         (gnus-uu-post-encoded): Use point-at-bol.
21069         * gnus-topic.el (gnus-group-active-topic-p): do.
21071         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21073         * gnus-group.el (gnus-group-kill-region): do.
21075         * gnus-art.el (article-date-ut): do.
21077         * message.el (message-fetch-field): Remove redundant
21078         case-fold-search binding.
21079         (message-narrow-to-field): Simplify.
21081 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21083         * spam.el (spam-directory): Derive from `gnus-directory'.
21085         * spam-report.el (spam-report-url-to-file)
21086         (spam-report-requests-file): New function and variable for offline
21087         reporting.
21088         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21089         and user defined function.
21090         (spam-report-url-ping-mm-url): Remove doubled slash.
21092 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21094         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21096 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21098         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21099         Fix format string mismatch.
21101         * sieve.el (sieve-deactivate-all): do.
21103         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21105         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21107         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21109         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21111 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21113         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21114         the list of checks.
21116 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21118         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21119         padding.
21121 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21123         * mm-view.el (mm-fill-flowed): New variable.
21124         (mm-inline-text): Use it.
21126 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21128         * spam.el (spam-spamassassin-register-ham-routine)
21129         (spam-spamassassin-register-spam-routine): Fix function names.
21131 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21133         * gnus.el (gnus-tmp-grouplens): Remove.
21134         (gnus-summary-line-format): Remove grouplens.
21136         * gnus-group.el (gnus-group-line-format): Ditto.
21138         * gnus-spec.el (gnus-format-specs): Ditto.
21139         (gnus-update-format-specifications): Flush the group format spec
21140         cache if there's the grouplens stuff.
21141         (gnus-parse-simple-format): Replace %l with the empty string.
21143 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21145         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21146         omission.
21148 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21150         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21151         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21153 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21155         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21156         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21157         New macros and functions.
21158         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21159         Handle > NLINK_MAX messages.
21160         * nnmaildir.el (nnmaildir-request-set-mark):
21161         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21163 2004-01-25  Alex Schroeder  <alex@gnu.org>
21165         * spam-stat.el (spam-stat-process-directory-age): New option.
21166         (spam-stat-process-directory): Use it.
21168 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21170         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21171         (spam-stat-save): Accept prefix argument.
21173 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21175         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21176         links" error.
21178 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21180         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21181         compatibility with old .newsrc.eld files.
21183         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21185         * gnus-start.el (gnus-1): do.
21187         * gnus-group.el (gnus-group-line-format-alist): do.
21189         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21191         * gnus-gl.el: Remove.
21193 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21195         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21196         marks consisting of a single range {for example, (3 . 5)} rather
21197         than a list of a single range { ((3 . 5)) }.
21199 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21201         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21202         Use with-current-buffer.
21203         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21204         avoid consing a string.
21206         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21207         Remove obsolete entries for big5 and gb2312.
21209 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21211         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21212         uncompressed list.
21214 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21216         * spam-stat.el (spam-stat-strip-xref): New function.
21217         (spam-stat-process-directory): Use it.
21219         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21220         here -- it's done in message-fetch-field.
21222 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21224         * gnus-agent.el (gnus-agent-queue-mail)
21225         (gnus-agent-prompt-send-queue): New variables.
21226         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21227         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21228         "nndraft:queue" along to gnus-draft-send.
21229         Use gnus-agent-prompt-send-queue.
21230         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21231         is "nndraft:queue".  Suggested by Gaute Strokkenes
21232         <gs234@srcf.ucam.org>
21234         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21235         (agent-enable-undownloaded-faces): Add.
21236         (gnus-agent-cat-groups): Use eval-and-compile, not
21237         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21238         method of gnus-agent-cat-groups even when the buffer has been
21239         evaled.
21240         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21241         delete gnus-agent-save-active-1.
21242         (gnus-agent-save-groups): Delete.  Identical to
21243         gnus-agent-save-active.
21244         (gnus-agent-write-active): No longer adjust agent's copy of active
21245         file as agent's adjustments are now stored in their own
21246         file.  Remove optional parameter.
21247         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21248         servers.  Add use of min/max range limits from server's local
21249         file.
21250         (gnus-agent-save-alist): Remove unused optional argument.
21251         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21252         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21253         (gnus-agent-set-local): A per-server file that keeps min/max range
21254         limits for articles known to the agent.  Provides a fast mechanism
21255         for altering many active ranges.
21256         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21257         active file (local makes it unnecessary).
21258         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21260         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21261         (agent-enable-undownloaded-faces): Add.
21263         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21264         disable it when sending to "nndraft:queue".
21265         (gnus-group-send-queue): Add safety check to avoid sending queue
21266         when unplugged.
21268         * gnus-group.el (gnus-group-catchup): Use new
21269         gnus-sequence-of-unread-articles, not
21270         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21271         numbers of articles.  Use gnus-range-map to avoid having to
21272         uncompress the unread list.
21273         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21274         Fix invalid ange-ftp reference.
21276         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21277         (gnus-sorted-range-intersection): Intersection of two ranges
21278         without requiring that they first be uncompressed.
21280         * gnus-start.el (gnus-activate-group): Unless blocked by the
21281         caller, possibly expand the active range to include both cached
21282         and agentized articles.
21283         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21284         multiple version-dependent converters.
21285         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21286         gnus-agent-save-active.
21287         (gnus-save-newsrc-file): Save dirty agent range limits.
21289         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21290         gnus-agent-possibly-alter-active.
21291         (gnus-adjust-marked-articles): Faster handling of simple lists
21293 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21295         * spam-stat.el (spam-stat-test-directory): New optional argument
21296         displays a list of files detected.  Suggested by Andrew Cohen
21297         <cohen@andy.bu.edu>.
21298         (spam-stat-buffer-words-with-scores): Don't narrow and change
21299         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21301 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21303         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21304         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21305         (spam-spamassassin-arguments)
21306         (spam-spamassassin-spam-flag-header)
21307         (spam-spamassassin-positive-spam-flag-header)
21308         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21309         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21310         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21311         (spam-list-of-processors, spam-list-of-checks)
21312         (spam-list-of-statistical-checks, spam-registration-functions)
21313         (spam-check-spamassassin-headers, spam-check-spamassassin)
21314         (spam-spamassassin-score)
21315         (spam-spamassassin-register-with-sa-learn)
21316         (spam-spamassassin-register-spam-routine)
21317         (spam-spamassassin-register-ham-routine)
21318         (spam-assassin-register-spam-routine)
21319         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21320         (spam-bogofilter-score): Fix to show article before scoring.
21322 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21324         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21325         default scoring function.
21326         (spam-generic-score): Call spam-spamassassin-score if
21327         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21328         spam-bogofilter-score otherwise.
21330         * gnus.el (spam-process, spam-autodetect-methods):
21331         Add spamassassin and spamassassin-headers.
21333 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21335         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21336         Suppress unnecessary messages.
21338 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21340         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21341         make-hash-table.
21343 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21345         * canlock.el (base64-encode-string): Don't autoload it.
21347 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21349         * run-at-time.el: Remove useless (require 'itimer),
21350         eval-and-compile and (featurep 'xemacs).
21352 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21354         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21355         GROUP is a virtual group.
21357 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21359         * gnus.el: Autoload `message-y-or-n-p'.
21361 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21363         * pgg-parse.el: Remove unnecessary (require 'custom).
21365         * pgg-def.el: do.
21367         * nnmail.el: do.
21369         * gnus-undo.el: do.
21371         * gnus-picon.el: do.
21373         * gnus-util.el: do.
21375 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21377         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21379 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21381         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21382         handle, as well as a list.
21384         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21385         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21386         (mm-w3m-cid-retrieve): Simplify.
21388 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21390         * message.el (message-kill-to-signature): Allow prefix arg to
21391         specify number of lines to keep before signature.
21393 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21395         * message.el (message-kill-to-signature): Change docstring.
21397 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21399         * canlock.el: Always require sha1-el.
21400         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21402         * message.el: Autoload sha1 only when compiling.
21404 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21406         * message.el (message-canlock-generate): Require sha1-el.
21408 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21410         * message.el (message-expand-name): Silence the byte compiler.
21412 2004-01-13  Simon Josefsson  <jas@extundo.com>
21414         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21415         Invoke gnus-score-mode.
21416         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21418         * gnus-range.el (gnus-compress-sequence): Doc fix.
21419         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21421 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21423         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21425 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21427         * spam.el (spam-get-article-as-string): Update to use
21428         gnus-request-article-this-buffer, much simpler.
21429         (spam-get-article-as-buffer): Remove.
21431 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21433         * message.el (message-expand-name): Use EUDC if the user uses that.
21435 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21437         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21438         character for the encoding to avoid consing a string.
21440         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21441         unnecessarily.
21443         * mm-util.el (mm-replace-chars-in-string): Remove.
21445         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21446         of mm-replace-chars-in-string.
21448 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21450         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21452         * mm-util.el (mm-subst-char-in-string): Support inplace.
21454         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21455         a new string in every iteration.  Use shy groups.
21457 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21459         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21460         * gnus-soup.el (gnus-soup-group-brew):
21461         * gnus-msg.el (gnus-put-message):
21462         * gnus-move.el (gnus-group-move-group-to-server):
21463         * gnus-kill.el (gnus-batch-score):
21464         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21465         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21466         (gnus-group-update-group, gnus-group-read-group)
21467         (gnus-group-make-group, gnus-group-make-help-group)
21468         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21469         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21470         (gnus-group-sort-by-unread, gnus-group-catchup)
21471         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21472         (gnus-group-yank-group, gnus-group-set-info)
21473         (gnus-group-list-groups):
21474         * gnus.el (gnus-generate-new-group-name):
21475         * gnus-delay.el (gnus-delay-send-queue):
21476         * nnvirtual.el (nnvirtual-catchup-group):
21477         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21478         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21479         (gnus-group-prepare-topics, gnus-topic-check-topology):
21480         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21481         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21482         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21483         (gnus-group-make-articles-read):
21484         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21485         (gnus-group-change-level, gnus-kill-newsgroup)
21486         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21487         (gnus-get-unread-articles, gnus-make-articles-unread)
21488         (gnus-make-ascending-articles-unread): Use accessor
21489         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21490         to get group information for improved readability.
21492 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21494         * gnus-art.el (article-decode-mime-words, article-babel)
21495         (gnus-article-highlight-signature, gnus-article-add-buttons)
21496         (gnus-signature-toggle): Use gnus-with-article-buffer.
21498         * gnus-art.el (gnus-article-highlight-headers)
21499         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21501         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21502         (gnus-article-set-globals, gnus-request-article-this-buffer)
21503         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21504         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21505         (gnus-mime-display-alternative): Use with-current-buffer.
21507 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21509         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21510         also under 80 char limit, and call gnus-error if needed.
21511         (spam-fetch-article-header): Fix - it was a
21512         buffer-local variable (gnus-newsgroup-data).
21513         (spam-find-spam): Use spam-generate-fake-headers, forget about
21514         spam-insert-fake-headers.
21515         (spam-insert-fake-headers): Remove.
21517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21519         * deuglify.el (gnus-article-outlook-unwrap-lines)
21520         (gnus-outlook-rearrange-article)
21521         (gnus-outlook-repair-attribution-outlook)
21522         (gnus-outlook-repair-attribution-block)
21523         (gnus-outlook-repair-attribution-other): Remove redundant
21524         save-excursion.
21526 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21528         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21529         (spam-fetch-field-subject-fast)
21530         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21531         (spam-fetch-article-header): Add functions to deal with Gnus
21532         internals for fast retrieval of article header data.
21533         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21535 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21537         * pop3.el (pop3-md5): Remove.
21538         (pop3-apop): Replace pop3-md5 with md5.
21540         * mm-bodies.el: base64 is always built-in.
21542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21543         Use with-current-buffer.
21545 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21547         * canlock.el (canlock-insert-header): Remove excessive grouping in
21548         regexp.
21550         * gnus-sum.el (gnus-summary-read-document): Ditto.
21552         * gnus-uu.el (gnus-uu-part-number): Ditto.
21554         * html2text.el (html2text-remove-tags): Ditto.
21555         (html2text-format-tags): Ditto.
21556         (html2text-format-single-elements): Ditto.
21558         * mml.el (mml-parse-1): Ditto.
21560 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21562         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21564         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21566         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21568         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21570 2003-11-15  Simon Josefsson  <jas@extundo.com>
21572         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21573         (pgg-gpg-lookup-key): Use regexp match instead of
21574         split-string (split-string is different between emacs 21.2 and
21575         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21577 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21579         * gnus-art.el (gnus-mime-view-all-parts)
21580         (gnus-article-part-wrapper, gnus-article-view-part):
21581         Use with-current-buffer.
21583 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21585         * spam.el (spam-disable-spam-split-during-ham-respool)
21586         (spam-spamoracle-database, spam-cache-lookups)
21587         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21588         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21589         (spam-group-ham-marks, spam-group-spam-marks)
21590         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21591         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21592         also add spam-use-blackholes to the statistical checks.
21593         (spam-fetch-field-fast): Add interface to fetching fields, may
21594         become a macro.
21595         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21596         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21597         (spam-insert-fake-headers): Fake an article when needed.
21598         (spam-find-spam): Fake article when possible.
21599         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21600         (spam-check-bogofilter-headers): Use message-fetch-field instead
21601         of nnmail-fetch-field.
21603 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21605         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21607 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21609         * spam.el (spam-split): Do not require spam-use-CHECK to be
21610         enabled if that check is passed to spam-split explicitly; also
21611         fix so 'spam doesn't get converted to spam-split-group when
21612         spam-split-symbolic-return is t.
21613         (spam-find-spam): Find registrations of the article and use those
21614         instead of re-running spam-split to find the spam/ham
21615         classification of the article.
21616         (spam-log-processing-to-registry, spam-log-registered-p)
21617         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21618         Use gnus-error instead of gnus-message.
21619         (spam-log-registration-type): Add function to determine the
21620         classification of a message based on registry entries; will
21621         return nil if both 'spam and 'ham are found.
21622         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21623         a reasonably fast local cache without the loading errors.
21624         (spam-cache-lookups): Set to t by default.
21625         (spam-find-spam): Don't try to guess spam-cache-lookups.
21626         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21627         spam-caches entry.
21628         (spam-filelist-build-cache, spam-filelist-check-cache):
21629         Fix caching of whitelist/blacklist entries.
21630         (spam-check-whitelist, spam-check-blacklist):
21631         Invoke spam-from-listed-p with a type, not a cache variable.
21632         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21636         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21638         * nnmail.el (nnmail-split-fancy): do.
21640         * mml.el (mml-parse): do.
21642         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21643         (gnus-score-adaptive): do.
21645 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21647         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21648         (gnus-mime-button-map): Don't set keymap parent.
21649         (gnus-button-ctan-directory-regexp): Use shy grouping.
21650         (gnus-prev-page-map): Don't set keymap parent.
21651         (gnus-prev-page-map): Remove duplicated one.
21652         (gnus-next-page-map): Don't set keymap parent.
21653         (gnus-mime-security-button-map): Ditto.
21655         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21656         version number.
21658         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21660 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21662         * canlock.el (canlock-sha1-function): Remove.
21663         (canlock-sha1-function-for-verify): Remove.
21664         (canlock-openssl-program): Remove.
21665         (canlock-openssl-args): Remove.
21666         (canlock-ignore-errors): Remove.
21667         (canlock-sha1-with-openssl): Remove.
21668         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21669         (canlock-verify): Don't use canlock-ignore-errors.
21671         * sha1-el.el (sha1-string-external): Make it can return a string
21672         in binary form.
21673         (sha1-region-external): Ditto.
21674         (sha1-string-internal): Ditto.
21675         (sha1-region-internal): Ditto.
21676         (sha1-region): Ditto.
21677         (sha1-string): Ditto.
21678         (sha1): Ditto.
21680 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21682         * spam.el (spam-report-articles-gmane): New command.
21684 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21686         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21688         * run-at-time.el (run-at-time-saved): Remove.
21689         (run-at-time): Doc fix.
21691 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21693         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21694         (gnus-summary-limit-map): Add it.
21695         (gnus-summary-make-menu-bar): do.
21697 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21699         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21700         Make attempt at some caching support (done for BBDB only now).
21701         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21702         addresses to be checked.
21703         (spam-clear-cache-BBDB): Add function, to be invoked by
21704         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21705         (spam-check-BBDB): Check and use the caches, if
21706         spam-cache-lookups is on, remove superfluous (provide).
21708 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21710         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21712 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21714         * run-at-time.el (run-at-time-saved): Move to after the definition
21715         of `run-at-time'.
21717 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21719         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21720         mm-w3m-local-map-property.
21722         * mm-view.el (mm-w3m-mode-map): Remove.
21723         (mm-w3m-local-map-property): Remove.
21724         (mm-inline-text-html-render-with-w3m): Don't use
21725         mm-w3m-local-map-property.
21727 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21729         * run-at-time.el: New file.
21731         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21732         of gnus-set-text-properties.
21734         * gnus-uu.el (gnus-uu-save-article): Ditto.
21736         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21738         * gnus-cite.el (gnus-cite-parse): Ditto.
21740         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21741         of gnus-.
21743         * gnus.el: Change calls to nnheader-run-at-time and
21744         password-run-at-time throughout to use run-at-time directly.
21746         * password.el: Remove definition of run-at-time.
21748 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
21750         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21751         in prompt.
21753 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21755         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21756         XEmacs version.
21758         * dns.el (dns-make-network-process): Use `open-network-stream'
21759         instead of `gnus-xmas-open-network-stream'.
21761         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21763 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21765         * gnus-art.el (gnus-mime-display-alternative)
21766         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21767         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21768         Don't use gnus-local-map-property.
21770         * gnus-util.el (gnus-local-map-property): Remove.
21772         * mm-view.el (mm-view-pkcs7-decrypt):
21773         Replace gnus-completing-read-maybe-default with completing-read.
21775         * gnus-util.el (gnus-completing-read): do.
21776         (gnus-completing-read-maybe-default): Remove.
21778 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21780         * password.el: Only autoload `run-at-time' if not XEmacs.
21781         Only autoload the itimer functions if XEmacs.
21783 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21785         * gnus-art.el (gnus-read-string): Remove.
21786         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21787         read-string.
21789 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21791         * netrc.el: Autoload password-read.
21792         (netrc): Add configuration group.
21793         (netrc-encoding-method, netrc-openssl-path):
21794         Add variables for encoding and decoding of files with symmetric
21795         ciphers.
21796         (netrc-encode): Add assistant function to encode a file with
21797         netrc-encoding-method.
21798         (netrc-parse): Add interactive parameter, added optional
21799         decoding if netrc-encoding-method is non-nil but otherwise
21800         behavior is standard.
21801         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21802         Do s/encode/encrypt/ everywhere.
21804         * spam.el: Remove executable-find autoload.
21806 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21808         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21810         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21812 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21814         * gnus-art.el (gnus-treat-ansi-sequences)
21815         (article-treat-ansi-sequences): New variable and function.
21816         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21818         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21819         Use it.
21821 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21823         * mm-util.el (mm-quote-arg): Remove.
21825         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21826         shell-quote-argument.
21828         * gnus-uu.el (gnus-uu-command): do.
21830         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21832         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21833         with make-char.
21835         * mm-util.el (mm-make-char): Remove.
21837         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21838         add-minor-mode.
21840         * gnus-undo.el (gnus-undo-mode): do.
21842         * gnus-topic.el (gnus-topic-mode): do.
21844         * gnus-sum.el (gnus-dead-summary-mode): do.
21846         * gnus-start.el (gnus-slave-mode): do.
21848         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21850         * gnus-ml.el (gnus-mailing-list-mode): do.
21852         * gnus-gl.el (gnus-grouplens-mode): do.
21854         * gnus-draft.el (gnus-draft-mode): do.
21856         * gnus-dired.el (gnus-dired-mode): do.
21858         * gnus-ems.el (gnus-add-minor-mode): Remove.
21860         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21861         Replace gnus-char-width with char-width.
21863         * gnus-ems.el (gnus-char-width): Remove.
21865         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21866         Replace gnus-char-width with char-width.
21868         * gnus-ems.el (gnus-char-width): Remove.
21870         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21871         definition.
21872         Remove Emacs 20 hash table compatibility code.
21874         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21875         20 compatibility code.
21877         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21879         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21881         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21882         Replace with point-at-{eol,bol}.
21884         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21886         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21888         * flow-fill.el (fill-flowed-point-at-bol)
21889         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21891         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21892         Replace with point-at-{eol,bol} throughout all files.
21894 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21896         * ntlm.el (ntlm-string-as-unibyte): New macro.
21897         (ntlm-build-auth-response): Use it.
21899         Remove Emacs 20 stuff:
21900         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21901         of delq and copy-sequence.
21902         * gnus-art.el (popup-menu): Remove the compiler macro.
21903         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21904         Emacs 20.
21906 2004-01-05  Simon Josefsson  <jas@extundo.com>
21908         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21909         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21910         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21911         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21912         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21913         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21914         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21915         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21916         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21917         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21918         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21919         string-xor into ntlm-string-xor.
21920         Suggested by Jesper Harder <harder@myrealbox.com>.
21922         * ntlm.el: Don't include poem.
21924         * md4.el (print-int32, print-string-hexa): Remove.
21925         Suggested by Jesper Harder <harder@myrealbox.com>.
21927         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21929         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21930         probably breaks emacs with DL patch, but do we care? Is anyone
21931         still using the DL stuff?)
21933         * sieve-manage.el: Use the password package.
21934         (sieve-manage-read-passwd): Remove.
21935         (sieve-manage-interactive-login): Use password.  Re-add
21936         condition-case around loop.
21938         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21939         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21940         Use the password package.
21942 2003-02-19  Simon Josefsson  <jas@extundo.com>
21944         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21945         token.
21947 2002-08-07  Simon Josefsson  <jas@extundo.com>
21949         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21950         (sieve-manage-authenticators):
21951         (sieve-manage-authenticator-alist): Add some SASL mechs.
21952         (sieve-sasl-auth): New function.
21953         (sieve-manage-cram-md5-auth):
21954         (sieve-manage-plain-auth): Rewrite using SASL library.
21955         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21956         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21957         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21958         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21960 2004-01-05  Simon Josefsson  <jas@extundo.com>
21962         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21963         New files.
21965 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21967         * gnus-group.el (gnus-no-groups-message): Update.
21969         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21971 2003-11-09  Simon Josefsson  <jas@extundo.com>
21973         * imap.el: Support for ID IMAP extension (RFC 2971).
21974         (imap-local-variables): Add imap-id.
21975         (imap-id): New variable.
21976         (imap-id): New function.
21977         (imap-parse-response): Parse untagged ID response.
21978         * nnimap.el (nnimap-id): New variable.
21979         (nnimap-open-connection): Use it.
21981 2003-12-28  Simon Josefsson  <jas@extundo.com>
21983         * gnus-score.el (gnus-score-edit-all-score): New.
21984         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21986 2004-01-04  Simon Josefsson  <jas@extundo.com>
21988         * password.el: Add.
21990 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21992         * dns.el (dns-query-types): Fix typo.
21993         (dns-query-types): New function.
21994         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21995         PTR and SOA replies, see RFC 1035.
21997 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21999         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22001         * Move to Changelog.2.
22003 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22005         * gnus.el (gnus-version-number): Bump version.
22007 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22009         * gnus.el: No Gnus v0.1 is released.
22011 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22013         * gnus.el: No Gnus v0.0 is released.
22015 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22017         * gnus.el (gnus-version-number): Bump.
22018         (gnus-version): No.
22020 See ChangeLog.2 for earlier changes.
22022   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22024   This file is part of GNU Emacs.
22026   GNU Emacs is free software: you can redistribute it and/or modify
22027   it under the terms of the GNU General Public License as published by
22028   the Free Software Foundation, either version 3 of the License, or
22029   (at your option) any later version.
22031   GNU Emacs is distributed in the hope that it will be useful,
22032   but WITHOUT ANY WARRANTY; without even the implied warranty of
22033   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22034   GNU General Public License for more details.
22036   You should have received a copy of the GNU General Public License
22037   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22039 ;; Local Variables:
22040 ;; coding: utf-8
22041 ;; fill-column: 79
22042 ;; add-log-time-zone-rule: t
22043 ;; End: