Fix typos.
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blob36c8fbb6af52b3276d1a2cb10790bf5a6176d498
1 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4         Fix typos.
6 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
8         * gnus-art.el (gnus-article-part-wrapper):
9         * shr-color.el (shr-color-visible-distance-min)
10         (shr-color-relative-to-absolute, set-minimum-interval)
11         (shr-color-visible): Fix typos.
13 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
16         slightly clearer.
18 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20         * message.el (message-send-and-exit): Document `arg'.
22 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
26 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
28         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
29         we don't use `bound-and-true-p'.
31 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
33         * gnus-util.el (gnus-bound-and-true-p): Remove.
34         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
35         * nnir.el: Use it.
36         * nnmairix.el: Use it.
38 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
40         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
41         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
42         for reasons unknown.
43         * nnir.el: Use it.
44         * nnmairix.el: Use it.
46         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
47         * nnir.el: Ditto.
48         * nnmairix.el: Ditto.
50         * gnus-registry.el (gnus-registry-enabled): Default to nil.
52 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * message.el (message-completion-function): Make sure
55         message-tab-body-function is not attempted if one of
56         message-completion-alist fails to find a completion (bug#9158).
58 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
60         * mml.el (mml-quote-region): Quote <#secure> tag.
61         (mml-generate-mime-1): Unquote <#secure> tag.
63 2011-10-20  Chong Yidong  <cyd@gnu.org>
65         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
66         calling a minor mode from Lisp with nil arg enables it, so we have to
67         make the wording a bit ambiguous here).
69 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
71         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
72         * nnir.el (nnir-mode): Use it.
73         * nnmairix.el (nnmairix-determine-original-group-from-registry):
74         Use it.
76         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
77         * nnmairix.el (gnus-registry-enabled): Ditto.
79 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
81         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
82         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
83         only while we need to find out if it should be t or nil.
84         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
85         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
86         the registry is installed.  Set it to nil when it's unloaded.
87         (gnus-registry-install-p): Provide user guidance for the initial value
88         of `gnus-registry-install' when it's 'ask, otherwise return its value.
89         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
90         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
91         * nnmairix.el (nnmairix-determine-original-group-from-registry):
92         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
93         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
94         `gnus-registry-install'.
96 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
98         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
99         previous change.
100         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
101         primary key is marked as disabled.
103 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
105         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
106         primary key is marked as disabled.
108 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
110         * html2text.el (html2text-clean-anchor): Check for quotes around
111         `href' value.
113 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
115         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
116         searching.  Drop `bbdb-cache'.
118 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
120         * message.el (message-signed-or-encrypted-p): Exclude header when
121         checking if there is signed or encrypted body in text/plain message.
123 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
125         * html2text.el (html2text-get-attr): Correctly handle attribute values
126         containing "=".
128 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
130         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
131         handle bindings.
133 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135         * gnus-win.el (gnus-configure-windows): Protect against reading
136         ephemeral groups outside of Gnus.
138 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
140         * shr.el (shr-tag-img): Don't get images displayed in tables.
142 2011-10-03  Glenn Morris  <rgm@gnu.org>
144         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
145         the "maintainer" version of debbugs.gnu.org reports.
147 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
150         make asynchronous adjacent image insertion work better.
152 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
154         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
155         documentation.
157 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
160         `gnus-asynchronous' isn't shadowed.
162 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
165         (nnimap-insert-partial-structure): The charset parameter isn't
166         case-sensitive.
168         * nnheader.el (nnheader-message-maybe): New function.
170         * shr.el (shr-tag-table): Render totally broken tables better.
172         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
173         computing the boundary.
175 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177         * pop3.el (pop3-number-of-responses): Remove.
178         (pop3-wait-for-messages): Rewrite to take linear time instead of
179         exponential time.
181 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
184         re-fetch images.
186         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
187         re-fetch images when hitting `g' in Gnus.
189 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
191         * mml.el (mml-inhibit-compute-boundary): New internal variable.
192         (mml-compute-boundary): Don't check collision if it is non-nil.
193         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
194         before checking collision.
196 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198         * message.el (message-indent-citation): Really make sure there's a
199         newline at the end.
201         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
202         Fix suggested by John Wiegley.
204         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
206         * gnus-art.el (gnus-treat-hide-citation): Add doc.
208         * message.el (message-default-send-rename-function): Break out into its
209         own function.
211         * ecomplete.el (ecomplete-display-matches): Revert patch since it
212         doesn't work under XEmacs.
214         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
215         of "imaps" to word around Windows problems.
216         (nnimap-open-connection-1): Use it.
218         * message.el (message-indent-citation): Revert last change which made
219         `F' not work.
221 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
223         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
224         terminal as well.
226 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
228         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
229         because it displays images using overlays that aren't easy to copy to
230         the article buffer.
232 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
234         * message.el (message-indent-citation): Fix empty line removal at the
235         end of the citation.
237 2011-09-20  Julien Danjou  <julien@danjou.info>
239         * auth-source.el (auth-source-netrc-create): Use default value for
240         password if specified. Evaluate default.
241         (auth-source-plstore-create): Ditto.
242         (auth-source-plstore-create, auth-source-netrc-create): Fix default
243         value evaluation.
244         (auth-source-netrc-create): Typo fix.
245         (auth-source-plstore-create): Ditto.
247         * auth-source.el (auth-source-format-cache-entry): New function.
249 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
251         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
253 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
257 2011-09-19  Julien Danjou  <julien@danjou.info>
259         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
260         which work with things that are not ASCII.
262 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
266 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
269         message level.
271 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
273         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
275 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277         * gnus.el (gnus-interactive-exit): Update defcustom spec.
279 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
282         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
284 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
286         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
287         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
288         articles.
290 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
292         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
293         (message-mail-other-window, message-mail-other-frame)
294         (message-news-other-window, message-news-other-frame):
295         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
296         instead of setting buffer display varibles.
298 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
302         * gnus-sum.el (gnus-fetch-headers): Bump message level.
304 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
307         duplicates" to a higher level.
309         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
310         most egregious messages.
312 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
316 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
318         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
319         up the file (bug#9351).
321 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
324         it does with all other backends, but decode the names immediately after
325         getting them.
327         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
328         decoding nnimap groups.
330         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
331         newsrc file.  It doesn't seem like an important optimisation any more.
333 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
335         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
336         overflows.
338 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340         * gnus.el (gnus-article-mark-lists): Remove `recent'.
341         (gnus-interactive-exit): Extend to `quiet'.
343         * gnus-sum.el (gnus-offer-save-summaries): Use it.
345         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
346         string.
348         * plstore.el (plstore--get-buffer): Silence compiler warnings by
349         renaming function arguments from `this'.
351         * gnus-sum.el (gnus-newsgroup-recent): Remove.
353         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
354         has been renamed.
355         (gnus-lrm-string-p): Include RLM and PDF, too.
357         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
358         (bug#9225).
360 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
362         Add autoload cookies for functions used by sendmail.el.
363         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
365         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
367 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
369         * gnus-art.el (article-date-ut): Work properly even when there are
370         things like Date header in the body; work for forwarded parts.
372 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
374         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
375         original-article-buffer.
377 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
379         * nnir.el (nnir-compose-result): Fix matching of server type.
380         (nnir-run-swish++): Ditto.
381         (nnir-run-namazu): Ditto.
382         (nnir-run-notmuch): Ditto.
384 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
387         (bug#9405).
389         * gnus-score.el (gnus-summary-increase-score): Doc clarification
390         (bug#9421).
392         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
393         (bug#9425).
395         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
396         thing (bug#9426).
398 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
401         the error message.
403 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
405         * message.el (message-setup-1): Return t (Bug#9392).
407 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
409         * gnus-sum.el: When adding article headers to a summary buffer also
410         update gnus-newsgroup-articles (bug#9386).
412 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
414         * auth-source.el: Autoload help-mode.
416 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
419         names.
421 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
423         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
424         mm-replace-in-string for compatibility issues.
425         * mml2015.el (mml2015-epg-verify): Ditto.
427 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
429         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
431         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
433 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
436         continue on and do the clean-up phase (bug#9188).
438         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
439         just ignore groups that can't be opened instead of erroring out
440         (bug#9225).
442         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
443         nil since some many people are fuddy-duddies.
445         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
446         images.
448         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
449         instead.
451         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
453         * gnus-util.el (gnus-process-live-p): Copy over compat function.
455         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
456         processing.
458         * nntp.el (nntp-kill-buffer): Kill the process before killing the
459         buffer to avoid warnings.
461 2011-08-20  Simon Josefsson  <simon@josefsson.org>
463         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
464         specified to reduce precision.
466 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
469         bodystructures (bug#9314).
471 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
473         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
474         Make button keymap non-sticky after buttons.
476 2011-08-18  David Engster  <dengste@eml.cc>
478         * nnmairix.el (nnmairix-request-set-mark)
479         (nnmairix-goto-original-article): Remove adding of article to registry,
480         since `gnus-registry-add-group' isn't available anymore.
481         (nnmairix-determine-original-group-from-registry):
482         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
483         available anymore.
485 2011-08-12  Simon Josefsson  <simon@josefsson.org>
487         * starttls.el (starttls-any-program-available): Define as obsolete
488         function.
490 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
493         versions which Gnus use when appropriate.
495         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
496         a pretty destructive command.
498         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
500 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502         * message.el (message-fix-before-sending): Make a different warning
503         about NUL characters (bug#9270).
505         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
506         from custom (bug#9260).
508         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
509         things work in Emacs 22 and XEmacs, too.
511         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
512         default From.
514         * gnus-spec.el (gnus-lrm-string-p): New macro.
515         (gnus-lrm-string): New constant.
516         (gnus-summary-line-format-spec): LRM-ify the from.
517         (gnus-tilde-max-form): LRM-ify string chopping.
519         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
521         * message.el (message-is-yours-p): Allow disabling canlock checking
522         (bug#9295).
523         (message-shoot-gnksa-feet): Add `canlock-verify'.
524         (message-auto-save-directory): Use ~/ as the auto-save directory if the
525         message directory isn't writable (bug#9304).
527         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
528         non-world-readable.
530 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
532         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
533         articles.
535 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
537         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
538         copy-list.
540 2011-08-12  Sam Steingold  <sds@gnu.org>
542         * gnus-score.el (gnus-score-find-alist): Keep the score files already
543         in the reverse order to avoid modifying the cache with `nreverse'.
544         (gnus-all-score-files): Do not modify the value returned by
545         `gnus-score-find-alist' because it lives in a cache variable.
546         (gnus-current-home-score-file): No need to `nreverse' the return value
547         of `gnus-score-find-alist', it is already in the correct order.
549 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
551         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
552         type MESSAGE and subtype RFC822 is slightly different from those of
553         type TEXT.
555 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
557         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
558         allows article-referral to work from an nnir group.
560 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
562         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
564 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
566         * mml1991.el (mml1991-epg-find-usable-key)
567         (mml1991-epg-find-usable-secret-key): New function.
568         (mml1991-epg-sign): Check if signing key is usable.
569         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
571 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
573         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
574         server-variables only. This should fix a bug introduced with commit
575         e1889675b7f4adf057833c5513c9374134c4e053.
576         (nnir-run-query): 'nnir-search-engine should not be set from the global
577         environment.
579 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
581         * nnir.el (nnir-search-thread): Position point on referring article
582         line.
583         (nnir-warp-to-article): Clean up summary buffers.
585         * nnimap.el (nnimap-request-thread): Whitespace fix.
587 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
589         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
591 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * starttls.el (starttls-available-p): Rename from
594         `starttls-any-program-available' and changed return convention.
596 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
598         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
599         `unix-sync' unless it's defined.
601 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
603         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
604         `aref' for XEmacs compatibiltiy.
606 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
610 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
612         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
613         closures, quote the form properly (bug#9194).
615 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
618         (gnus-summary-insert-new-articles): Protect against servers that are
619         down.
621 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
623         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
624         in mm handle if none is specified.
626 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
628         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
630 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
632         * nnir.el (nnir-search-thread): New function to make an nnir group
633         based on a thread query.
635         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
636         of nnir in thread referral.
637         (gnus-summary-refer-thread): Use it.
639         * nnimap.el (nnimap-request-thread): Use it.
641 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643         * shr.el (shr-tag-comment): Ignore HTML comments.
645 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
647         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
648         argument.
649         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
650         Use `nnir-address' to handle server info rather than passing an arg.
652         * nnimap.el (nnimap-make-thread-query): New utility function to format
653         an imap thread search query.
654         (nnimap-request-thread): Use it.
656         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
657         right select-method if we are not going back to the group buffer.
659 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
662         enter invalid buffer configurations into the quit form (bug#9107).
663         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
664         unplugged/plugged.
666         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
667         keep track of which ones are unread (bug#9061).
669         * gnus.el (gnus-refer-article-method): Allow entering any sexp
670         (bug#9055).
672         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
673         (bug#9041).
675         * gnus-html.el (mm-util): Require (bug#9073).
677         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
678         (gnus-summary-refer-thread): Use it to remove duplicates in the
679         un-threaded view (bug#9053).
680         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
682 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
684         * nnir.el (nnir-read-server-parm): Use default value from global
685         variable.  Without this the default search engine parameters aren't
686         used at all.
688 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690         * message.el (message-unique-id): Don't use the undocumented return
691         value from (random t) (bug#9118).
693 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695         * message.el (message-auto-save-directory): If the ~/Mail directory
696         doesn't exist, use ~ as the auto-save directory (bug#4432).
698         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
699         hasn't already been started.
701 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
705         * message.el (message-reply): Work around mysterious bug where
706         `message-mode' seems to overwrite the locally bound `subject' variable.
708 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
710         * nnimap.el (nnimap-request-thread): Ensure search is performed in
711         correct group.
713         * gnus-int.el (gnus-request-thread): Add group argument.
715         * gnus-sum.el (gnus-summary-refer-thread): Use it.
717 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
720         renamed to `debbugs-gnu-*'.
722 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
724         * plstore.el: Revert the editing feature since it is not urgent.
725         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
726         (plstore-mode-decoded): Remove.
728 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
731         isn't very interesting any more, and it leaks potentially secret data.
732         (gnus-debug): Remove.
734         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
735         use of :custom-show.
737 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
739         * plstore.el: Add documentation.
740         (plstore-mode): New mode to edit plstore file.
741         (plstore-mode-toggle-display, plstore-mode-original)
742         (plstore-mode-decoded): New command.
743         (plstore--encode, plstore--decode, plstore--write-contents-functions)
744         (plstore--insert-buffer, plstore--make): New function.
745         (plstore-open, plstore-save): Simplify by using them.
747 2011-07-06  Glenn Morris  <rgm@gnu.org>
749         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
751 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
754         no longer is much used.
755         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
756         Articles".
758 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
760         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
761         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
762         `notmuch' backend.
764 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766         * mm-decode.el (mm-text-html-renderer): Doc fix.
768         * gnus-msg.el (gnus-bug): Fix the MML tag.
770         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
772 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
774         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
775         secondary methods if started with `gnus-no-server'.
777 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
779         * message.el (message-return-action): Fix typo in docstring.
781 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
784         bug reports at once.
786         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
788 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
790         * nndraft.el: Require gnus-group.
791         (nndraft-request-list): Declare.
793         * nndraft.el (nndraft-update-unread-articles): Don't show group having
794         no unread article unless it matches gnus-permanently-visible-groups.
796         * nndraft.el (nndraft-update-unread-articles): New function.
797         (nndraft-request-associate-buffer): Use it to update the number of
798         unread articles for the nndraft groups in the group buffer when saving
799         or killing a draft message.
801 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
804         systems to binary before writing and reading the mbox files.
806         * gnus.el (gnus-summary-line-format): Link to the info node for %U
807         instead of trying to list them all (bug#8978).
809 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
811         * pop3.el (pop3-open-server): Use :end-of-capability.
813 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
816         the id is always a number.
818         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
819         debbugs mode, if possible.
821 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
823         * auth-source.el (auth-source-token-passphrase-callback-function):
824         Reindent.
825         (epg-context-operation): Remove unnecessary autoload.
827 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829         * gnus.el (gnus-list-debbugs): New command.
831         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
832         mboxstat instead of the maintbox, since the stat seems to be fuller.
834         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
835         summary buffers.
837         * message.el (message-get-reply-headers): Delete all duplicates,
838         instead of the first.
839         (message-get-reply-headers): Ensure that we have progress while
840         deleting duplicates.
842         * gnus-msg.el (gnus-configure-posting-styles): Get the local
843         gnus-posting-style value from the summary buffer to make it easier to
844         make that a per-buffer conf.
846 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
848         * nnir.el (nnir-run-imap): Allow halting a search when an article is
849         found by setting `shortcut' in 'query.
850         (nnir-request-article): Use `shortcut' setting when requesting article
851         by Message-ID.
853 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
855         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
856         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
857         Bring the pseudo-headers back too.
859 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
861         * auth-source.el (auth-source-token-passphrase-callback-function):
862         Simplify and remove EPA dependency.
864 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
866         * nnir.el (nnir-request-article): Fix error message text.
868 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
870         * auth-source.el (plstore-delete): Autoload.
871         (auth-source-plstore-search): Support delete operation.
872         * plstore.el (plstore-delete): New function.
874 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
877         mark actually existing articles as unread rather than the ones that
878         active asserts.
880 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
882         * nntp.el (nntp-record-command):
883         * gnus-util.el (gnus-message-with-timestamp-1):
884         Use format-time-string rather than decoding time stamps by hand.
885         This is simpler and insulates the code from potential changes to
886         current-time format.
888 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
890         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
892 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
894         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
895         (plstore-save): Support public key encryption.
896         (plstore--init-from-buffer): New function.
897         (plstore-open): Use it; fix error when opening a non-existent file.
898         (plstore-revert): Use plstore--init-from-buffer.
900 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
902         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
904 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
906         * mml2015.el (mml2015-use): Replace string-match-p with string-match
907         for old Emacsen.
909 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
911         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
912         is not fully working.
914 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916         * dgnushack.el: Autoload sha1 on XEmacs.
918         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
919         quit window configuration.
921         * auth-source.el (epg-context-set-passphrase-callback):
922         Remove duplicate autoload.
924 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
926         * nnir.el (nnir-request-article): Allow requesting articles by
927         Message-ID with nnimap.
929         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
930         current server.
932 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
934         * auth-source.el: Autoload EPA/EPG functions.
935         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
936         changed when EPA/EPG is not available.
937         (auth-source-backend): Rename "arg" member to "data".
938         (auth-source-backend-parse, auth-source-plstore-search)
939         (auth-source-plstore-create): Use it.
941 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
943         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
944         `gnus-refer-article-methods'.
946 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
948         * auth-source.el: Require EPA and EPG.
949         (auth-source-passphrase-alist): New variable.
950         (auth-source-passphrase-callback-function)
951         (auth-source-token-passphrase-callback-function): Callbacks for the
952         netrc field encryption (GPG tokens).
953         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
954         Symmetric encryption and decryption of the netrc GPG tokens.
955         (auth-source-netrc-normalize): Use them, simplifying the closure.
957 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
960         non-nil, and `nnimap-split-methods' is nil, use the former.
962 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
964         * plstore.el (plstore-revert): New function.
965         (plstore-open): Use it; hide the buffer from user.
967 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
969         * auth-source.el (auth-source-backend): New member "arg".
970         (auth-source-backend-parse): Handle new backend 'plstore.
971         * plstore.el: New file.
973 2011-06-30  Glenn Morris  <rgm@gnu.org>
975         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
977         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
979 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
982         expiring articles to.
984         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
985         variations as ASCII (bug#5458).
987 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
989         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
991 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993         * message.el (message-point-in-header-p): Tweak the function to default
994         to saying that we're not in the headers if there is no separator at
995         all.  This makes it possible to use the Message version of `M-q' in
996         buffers with no headers (bug#7987).
997         (message-point-in-header-p): Fix last checkin to work with an empty
998         mail-header-separator, too.
1000         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1001         again, save the choice via customize.
1003 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1007         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1008         ended the connection, bail out before waiting infinitely on a new
1009         connection.
1011 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1013         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1014         reports.
1016         * gnus.el (gnus-bug-package): Use "gnus."
1017         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1019 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1022         animations going on at article exit time.
1024         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1025         since removing it breaks people upgrading.
1027         * shr.el (shr-put-image): Use the new interface for animating images.
1028         (shr-put-image): Animate for 60 seconds.
1030         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1031         error with `find-file-hooks' on Emacs 22.
1032         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1033         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1034         on all architectures.
1036         * spam.el (spam-stat): Require in a normal fashion without binding
1037         `spam-stat-install-hooks' to avoid compilation warnings.
1039         * spam-stat.el (spam-stat-install-hooks): Remove.
1040         (spam-stat-install-hooks): Don't run automatically.
1042 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1044         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1045         and keystroke.
1047 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1049         * auth-source.el (auth-source-netrc-cache): Move forward.
1051 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1054         we already know.
1055         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1056         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1058 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1061         %S format, since that looks odd.
1062         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1063         file, especially when saving.
1065 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1067         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1068         article found.
1070 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1072         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1073         `auth-source-save-secrets' with a more sensitive alist that can be
1074         configured per file.  Experimental, so defaults to 'never.
1075         (auth-source-netrc-create): Use it.  Still experimental code.
1076         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1077         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1079 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1081         * auth-source.el (auth-source-save-secrets): New variable to control if
1082         secret tokens should be saved encrypted.
1083         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1084         to `auth-source-netrc-normalize'.
1085         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1086         on the EPA variables being defined.
1087         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1088         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1089         the lexical-let closure.
1090         (auth-source-netrc-create): Create "gpg:" tokens according to
1091         `auth-source-save-secrets'.
1093 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1095         * gnus-group.el (gnus-group-update-group): Add new argument
1096         `info-unchanged' that stops updating dribble buffer.
1098         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1099         deletes lines matching to it in dribble buffer.
1101         * gnus-agent.el (gnus-agent-fetch-group-1):
1102         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1103         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1104         * gnus-start.el (gnus-group-change-level):
1105         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1107         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1108         if newsgroup info is not changed.
1110         * gnus-group.el (gnus-group-get-new-news-this-group):
1111         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1112         Don't update dribble buffer.
1114 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1116         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1117         remove entries with groups we ignore.
1119 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1122         the underline comes at the bottom.
1124 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1126         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1127         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1128         (gnus-registry-article-marks-to-names): Rename from
1129         `gnus-registry-user-format-function-M2'.
1131 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1133         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1134         ephemeral group.
1136 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138         * shr.el (shr-browse-image): Copy the URL if called interactively.
1140 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1143         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1144         done, then unselected articles may be marked as read.
1146         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1147         since not doing this seems to lead to a race condition in pop3-logon.
1149         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1150         so that the call chain it correct when we call "upwards".
1152         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1153         in read-only groups.
1155         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1157         * message.el (message-cite-reply-position): Doc string fix.
1159         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1160         avoid regexp overflow.
1161         (nnimap-transform-split-mail): Ditto.
1163         * pop3.el (pop3-retr): Error out if the server closes the connection.
1165 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1168         mm-with-unibyte-current-buffer.  The buffer should not contain any
1169         multibyte chars anyway at this stage.
1171 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1174         at the end of lines.
1176 2011-05-29  Julien Danjou  <julien@danjou.info>
1178         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1180 2011-05-27  Glenn Morris  <rgm@gnu.org>
1182         * gnus-group.el (gnus-bug-group-download-format-alist):
1183         Use the "maintainer" version of debian reports as well.
1185 2011-05-26  Glenn Morris  <rgm@gnu.org>
1187         * gnus-group.el (gnus-bug-group-download-format-alist):
1188         Use the "maintainer" version of debbugs.gnu.org reports.
1190 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1192         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1194 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1196         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1197         the thread moves us backwards and so we loop forever.
1199 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1201         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1202         whitespace in base64 data lines.
1204 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1206         * gnus-registry.el (gnus-registry-user-format-function-M):
1207         Use `mapconcat'.
1208         (gnus-registry-user-format-function-M2): Use to see the full text of
1209         the marks.  Make "," the mark text separator.
1211         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1212         authentication with auth-source.
1214 2011-05-17  Glenn Morris  <rgm@gnu.org>
1216         * gnus-group.el (gnus-import-other-newsrc-file):
1217         Use insert-file-contents.
1219 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1221         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1222         1000 iterations.
1224 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1226         * nntp.el (nntp-open-connection): Check if process-type is available.
1228 2011-05-16  Julien Danjou  <julien@danjou.info>
1230         * shr.el (shr-tag-del): Add support for del tag.
1232 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1234         * gnus-html.el (gnus-html-put-image): Register a displayer.
1236         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1238 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1240         * registry.el (prune-factor): New initialization parameter defaulting
1241         to 0.1.
1242         (registry-prune-hard): Use it.
1244         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1245         0.1 expicitly.
1247 2011-05-13  Glenn Morris  <rgm@gnu.org>
1249         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1250         is bound, since this function requires sendmail.
1252 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1254         * registry.el (registry-usage-test): Disable pruning test.
1256 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1258         * registry.el (registry-prune-hard-candidates)
1259         (registry-prune-soft-candidates): Helper methods for registry pruning.
1260         (registry-prune): Use them.  Make the sort function optional.
1262 2011-05-10  Jim Meyering  <meyering@redhat.com>
1264         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1266 2011-05-10  Julien Danjou  <julien@danjou.info>
1268         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1269         symbol and not a list.
1271 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1273         * gnus-art.el (gnus-article-mode): Move binding of
1274         shr-put-image-function here from gnus-article-prepare-display.
1276         * shr.el (shr-put-image-function): New variable.
1277         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1278         (shr-put-image): Return scaled image.
1280         * gnus-art.el (gnus-shr-put-image): New function.
1281         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1283         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1284         original ones, as deletable.
1286 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1290 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1292         * registry.el (registry-full): Add convenience method.  Fix logic.
1293         (registry-insert): Use it.  Fix logic here too.
1295         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1296         `registry-prune' if `registry-full' returns t.
1297         (gnus-registry-handle-action)
1298         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1299         (gnus-registry-usage-test): Use it.
1301 2011-05-07  Julien Danjou  <julien@danjou.info>
1303         * shr.el (shr-link): Make shr-link inherit from link by default.
1305 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1307         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1309 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1311         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1312         error out because the face is not a list.
1314 2011-05-05  Glenn Morris  <rgm@gnu.org>
1316         * gnus-start.el (gnus-propagate-marks): Declare.
1318 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1320         * registry.el (registry-reindex): Fix percentage message.
1322 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1324         * shr.el: Add shr-link face for links.
1325         (shr-urlify): Use it.
1327         * registry.el (registry-insert): Make error message more helpful.
1329 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331         * gnus-html.el (gnus-html-schedule-image-fetching):
1332         Use url-queue-retrieve, if it exists.
1334         * shr.el (shr-tag-img): Ditto.
1336         * gnus.el: Autoload more gnus-agent functions.
1338         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1339         agent if we haven't already (bug#8502).
1341         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1342         into the Agent, too.
1344         * gnus-agent.el (gnus-agent-store-article): New function.
1346         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1347         and moved from that file for reuse.
1349         * pop3.el (pop3-open-server): Error messages are "-ERR".
1351 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1354         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1356 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1359         buffer has moved to a different frame.
1361 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1364         to get the conversion from unibyte to multibyte buffers to work on
1365         Emacs 22.
1367         * nntp.el (nntp-request-article): Slight clean-up.
1369 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371         * shr.el (shr-strike-through): New face.
1372         (shr-tag-s): Use it to provide <s> support.
1373         (shr-tag-s): Remove duplicate definition.
1375 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1377         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1378         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1380 2011-04-23  Glenn Morris  <rgm@gnu.org>
1382         * gnus-sum.el (gnus-extra-headers): Bump :version.
1384 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * shr.el (shr-tag-sup): New function.
1387         (shr-tag-sub): Ditto.
1389 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1391         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1392         for the case where `gnus-registry-ignored-groups' is a list of lists,
1393         and don't call `gnus-parameter-registry-ignore' otherwise.
1395 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1397         * nnimap.el (nnimap-user): New backend variable.
1398         (nnimap-open-connection-1): Use it.
1399         (nnimap-credentials): Accept user parameter so it's explicit what user
1400         name is desired.
1402         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1403         default.
1405         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1406         not gnus-registry.el.
1408         * gnus-registry.el: Mention in comments how to modify
1409         `gnus-extra-headers' for proper recipient tracking and that it may
1410         already have To and Cc recently, which it does as of this commit.
1411         (gnus-registry-ignored-groups): Remove defcustom.
1412         Explain why in comments.
1413         (gnus-registry-action): Fix data-header reference to use the extra
1414         headers.  Explain in package commentary how to add To and Cc headers to
1415         the gnus-extra-headers.
1416         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1417         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1418         parameter list or a string list in `gnus-registry-ignored-groups'.
1419         Fix logic error.
1421 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423         * shr.el (shr-expand-url): Protect against null urls.
1425 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427         * shr.el (shr-base): New binding.
1428         (shr-tag-base): Keep track of <base>.
1429         (shr-expand-url): New function used throughout.
1431 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1433         * gnus-registry.el
1434         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1435         (gnus-registry-ignored-groups): New variable.
1436         (gnus-registry-ignore-group-p): Use it.
1437         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1438         set the destination group to nil (same as delete) if it's ignored.
1440 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1442         * gnus-registry.el (gnus-registry-action)
1443         (gnus-registry-fetch-header-fast):
1444         Don't use mail-header that looks an internal function of mailheader.el.
1446 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1448         * gnus-registry.el: Eliminate cl functions.
1449         (gnus-registry-sort-addresses): New function that replaces mapcan.
1450         (gnus-registry-action, gnus-registry-spool-action)
1451         (gnus-registry-split-fancy-with-parent)
1452         (gnus-registry-fetch-recipients-fast): Use it.
1453         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1455         * registry.el (initialize-instance, registry-lookup)
1456         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1457         (registry-lookup-secondary-value, registry-search, registry-delete)
1458         (registry-insert, registry-reindex, registry-size, registry-prune):
1459         Use eval-and-compile.
1461 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1463         * registry.el (registry-reindex): New method to recreate the secondary
1464         registry indices.
1466         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1467         tracked field changes.
1468         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1469         (gnus-registry-action, gnus-registry-spool-action)
1470         (gnus-registry-handle-action)
1471         (gnus-registry--split-fancy-with-parent-internal)
1472         (gnus-registry-split-fancy-with-parent)
1473         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1474         move, and delete actions, and for fancy splitting with parent.
1475         (gnus-registry-extract-addresses)
1476         (gnus-registry-fetch-recipients-fast)
1477         (gnus-registry-fetch-header-fast): Convenience functions.
1478         (gnus-registry-misc-test): ERT test of
1479         `gnus-registry-extract-addresses'.
1481 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1483         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1484         Track by subject first, then sender.
1486 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1488         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1490         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1491         Lisp.
1493         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1494         (gnus-draft-send): Use it to avoid popping
1495         up frames from gnus-group-send-queue.
1497 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1499         * gnus-registry.el: Updated gnus-registry docs.
1501 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1503         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1504         Fix logic bug.
1505         (gnus-registry-post-process-groups): Fix logging of no results and
1506         quote sender and subject.
1508 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1511         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1512         we had no early-data returned.
1513         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1514         two async commands to the same server at the same time.
1516 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1518         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1520 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1523         "warning" level.
1525         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1526         (mm-url-insert-file-contents): Don't set the package names.
1528 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1530         * gnus-registry.el (gnus-registry-action): Remove properties and
1531         simplify subject in `gnus-registry-handle-action'.
1532         (gnus-registry-spool-action): Get subject and sender from message if
1533         they are not passed in.
1534         (gnus-registry-handle-action): Remove properties and simplify subject
1535         consistently.
1537 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * registry.el: Require CL before using defmacro*.
1541 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1543         * gnus-art.el (article-treat-date): Assume that
1544         gnus-article-date-headers may be a group parameter.
1546 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1548         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1550         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1551         interactively so the newsrc file can contain foreign groups too.
1552         Useful for debugging but not much for users.
1554 2011-04-07  David Engster  <dengste@eml.cc>
1556         * registry.el (registry-usage-test): Only do
1557         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1558         lexical binding.
1560 2011-04-06  David Engster  <dengste@eml.cc>
1562         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1563         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1565 2011-04-06  David Engster  <dengste@eml.cc>
1567         * registry.el (initialize-instance): Change :after to :AFTER to be
1568         compatible with old EIEIO version in XEmacs.
1570 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1572         * gnus-registry.el (gnus-registry-post-process-groups)
1573         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1574         and provide better messaging.
1576 2011-04-06  David Engster  <dengste@eml.cc>
1578         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1579         errors.
1581 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1583         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1584         unconditionally anyway, discarding errors.
1585         (gnus-registry-delete-entries): New convenience function.
1586         (gnus-registry-import-eld): Import from old .eld registry.
1588         * registry.el: Don't use ERT if it's not available.  Load it
1589         unconditionally anyway, discarding errors.
1591         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1592         version from the Claudio Bley GnuTLS patch (extra optional parameters
1593         and host name).
1595 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1597         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1598         fixup the parameters that can be customized by the user between
1599         save/read cycles.
1600         (gnus-registry-read): Use it.
1601         (gnus-registry-make-db): Use it.
1602         (gnus-registry-spool-action, gnus-registry-handle-action):
1603         Fix messaging.
1604         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1605         Map references to actual group names with sender and subject tracking.
1606         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1607         (gnus-registry-usage-test): Add subject lookup test.
1609         * registry.el (registry-db, initialize-instance): Set up constructor
1610         instead of :initform arguments for the sake of older Emacsen.
1611         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1612         pre-lexbind merge bug.
1613         (registry-usage-test): Use it.
1614         (initialize-instance, registry-db): Move the non-function initforms
1615         back to the class definition.
1617 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1619         * registry.el: New library to manage gnus-registry-style data.
1621         * gnus-registry.el: Use it (major rewrite).
1623         * nnregistry.el: Use it.
1625         * spam.el: Use it.
1627 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1630         marks on non-selected articles.
1632 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1634         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1636         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1637         parameter to open-protocol-stream.
1639 2011-04-01  Julien Danjou  <julien@danjou.info>
1641         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1642         fundamental-mode.
1644 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1647         servers.
1649 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1652         made marks not propagate, again.
1654 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1656         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1657         Make this the default type.
1658         (proto-stream-open-plain): Rename from proto-stream-open-default.
1659         (open-protocol-stream, proto-stream-open-starttls)
1660         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1661         with `plain'.
1663         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1664         value.
1666         * nntp.el (nntp-open-connection-function): Document the fact that some
1667         values are not functions but are instead handled specially.
1668         Recognize nntp-open-plain-stream value.
1669         (nntp-open-connection): Recognize that value.
1671 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1674         stuff.
1676         * gnus-score.el (gnus-score-string): Fix calling convention of
1677         `gnus-simplify-buffer-fuzzy' after last patches.
1679         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1680         server for articles we didn't get any headers for.  This is a sanity
1681         check.
1683 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1685         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1686         new CAPABILITY, use it.
1688 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1691         downloading anything.
1693         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1695 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1697         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1698         colors.
1699         (gnus-splash-svg-color-symbols): New function.
1701 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1704         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1705         (gnus-simplify-subject-fuzzy): Use the local
1706         gnus-simplify-subject-fuzzy-regex instead of the global one.
1707         This makes using this variable in group parameters work.
1709 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1711         * gnus-registry.el (gnus-registry-unfollowed-groups):
1712         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1713         archive:sent-YYYY-MM-DD groups).
1714         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1715         tracking if there are more than `gnus-registry-max-track-groups'
1716         matches.
1718 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * message.el (message--yank-original-internal): New function to do the
1721         insertion cleanly inside eval in `message-yank-original'.
1722         (message-yank-original): Use it.
1724 2011-03-29  Julien Danjou  <julien@danjou.info>
1726         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1727         local variables disabled rather than `normal-mode'.
1729 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1731         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1732         with open-network-stream.
1733         (proto-stream-always-use-starttls): Option removed.
1734         (open-protocol-stream): Return a process object by default.  Provide a
1735         new parameter :return-list specifying a list-type return value, which
1736         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1737         :type `network' to `try-starttls', and `network-only' to `default'.
1738         Make `default' the default, for compatibility with open-network-stream.
1739         Handle the no-parameter case exactly as open-network-stream, with no
1740         additional stream processing.  Search plists using plist-get.
1741         Explicitly add :end-of-commend parameter if it is missing.
1742         (proto-stream-open-default): Rename from
1743         proto-stream-open-network-only.  Return 'default as the type.
1744         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1745         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1746         failed.  Always return a list with a (possibly dead) process as the
1747         first element, for compatibility with open-network-stream.
1748         (proto-stream-open-tls): Use plist-get.  Always return a list.
1749         (proto-stream-open-shell): Return `default' as connection type.
1750         (proto-stream-capability-open): Use plist-get.
1751         (proto-stream-eoc): Function deleted.
1753         * nnimap.el (nnimap-stream, nnimap-open-connection)
1754         (nnimap-open-connection-1): Handle renaming of :type parameter for
1755         open-protocol-stream.
1756         (nnimap-open-connection-1): Pass a :return-list parameter
1757         open-protocol-stream to obtain a list return value.  Parse this list
1758         using plist-get.
1760         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1761         for open-protocol-stream.  Accept open-protocol-stream return value
1762         that is a subprocess object instead of a list.  Handle the case of a
1763         dead returned process.
1765 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1767         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1769         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1771 2011-03-21  Julien Danjou  <julien@danjou.info>
1773         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1774         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1775         query.
1776         (mm-inline-text): Render normal text with fontification whenever
1777         possible.
1779         * gnus-sum.el (gnus-summary-save-parts-1):
1780         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1781         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1782         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1783         Use `mm-handle-filename'.
1785         * mm-util.el (mm-handle-filename): New function, return the filename of
1786         an handle.
1788 2011-03-18  Julien Danjou  <julien@danjou.info>
1790         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1791         (gnus-buffer-live-p): Check that buffer is not nil.
1793 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795         * gnus-art.el: Require mouse, which the build bot seems to say is
1796         needed.
1798         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1799         XEmacs, since it doesn't have url-retrieve-synchronously.
1801 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1803         * gnus-group.el (gnus-group-list-ticked): New function.
1804         (gnus-group-make-menu-bar): Provide a menu entry for it.
1805         (gnus-group-list-map): Provide a binding for it.
1807 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809         * shr.el (shr-visit-file): New command.
1811         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1813 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1815         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1816         servers.
1818 2011-03-16  Julien Danjou  <julien@danjou.info>
1820         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1821         inline.
1823         * gnus-art.el (article-hide-list-identifiers):
1824         Use gnus-group-get-list-identifiers.
1826         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1827         (gnus-summary-remove-list-identifiers):
1828         Use gnus-group-get-list-identifiers to get regexp.
1829         (gnus-select-newsgroup, gnus-summary-insert-subject)
1830         (gnus-summary-insert-articles):
1831         Call gnus-summary-remove-list-identifiers unconditionally.
1833 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
1836         we're selecting a group with unread articles.
1838         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1840         * gssapi.el: New file separated out from imap.el to provide a general
1841         Kerberos 5 connection facility for Emacs.
1843         * message.el (message-elide-ellipsis): Document the format spec
1844         ellipsis.
1846 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1848         * message.el (message-elide-region): Allow the ellipsis to say how many
1849         lines were removed.
1851 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1854         window configurations containing buffers that are now dead.
1856         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1857         parsing to avoid integer overflows.
1858         (nnimap-parse-flags): Simplify the last change.
1859         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1860         too large for 32-bit Emacsen.
1862 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * auth-source.el (auth-source-netrc-create):
1865         * message.el (message-yank-original): Fix use of `case'.
1867 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1869         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1870         XEmacs, which was one character too wide.
1872 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1874         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1875         default number of articles to display.
1876         (gnus-articles-to-read): Use pretty names for prompt.
1878 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880         * gnus-int.el (gnus-open-server): Ditto.
1882         * gnus-start.el (gnus-activate-group): Give a backtrace if
1883         debug-on-quit is set and the user hits `C-g'.
1884         (gnus-read-active-file): Ditto.
1886         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1888 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1890         * message.el (message-yank-original): Use cond instead of CL case.
1892 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * auth-source.el (auth-source-netrc-create): Use usual format for the
1895         default in prompts.
1897 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1899         * auth-source.el (auth-source-netrc-create): Show the default in the
1900         prompt when prompting for token creation.
1902 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1904         * auth-source.el (auth-source-format-prompt): Always convert the value
1905         to a string to avoid evaluating non-string arguments.
1906         (auth-source-netrc-create): Offer default properly, not as initial
1907         content in `read-string'.
1908         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1909         of line to determine if we've been run before.  If so, don't run again,
1910         but print a trivial message to indicate the cache was hit instead.
1912 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1914         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1915         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1916         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1917         Gnus.
1919 2011-03-11  Julien Danjou  <julien@danjou.info>
1921         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1922         modified file".
1924 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1926         * auth-source.el (auth-source-read-char-choice): New function to read a
1927         character choice using `dropdown-list', `read-char-choice', or
1928         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1929         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1930         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1931         (auth-source-netrc-saver): Use it.
1932         (auth-source-pick-first-password): New convenience function.
1934 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1936         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1937         parameter in the credentials.
1938         (nnimap-open-connection-1): Use it after a successful login.
1939         (nnimap-credentials): Add IMAP-specific user and password prompt.
1941         * auth-source.el (auth-source-search): Add :require parameter, taking a
1942         list.  Document it and the :save-function return token.  Pass :require
1943         down.  Change the CREATED message from a warning to a debug statement.
1944         (auth-source-search-backends): Pass :require down.
1945         (auth-source-netrc-search): Pass :require down.
1946         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1947         Change save prompt to indicate all modifications saved here are
1948         deletions.
1949         (auth-source-netrc-create): Take user login name as default in user
1950         prompt.  Move all the save functionality to a lexically bound function
1951         under the :save-function token in the returned list.  Set up clearer
1952         default prompts for user, host, port, and secret.
1953         (auth-source-netrc-saver): New function, intended to be wrapped for
1954         :save-function.
1956 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1958         * Version 23.3 released.
1960 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1963         lines to be spaces instead.
1965 2011-03-07  Julien Danjou  <julien@danjou.info>
1967         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1968         (sieve-sasl-auth): Check that auth-source-search did return something,
1969         or just return an empty string.
1971 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1973         * gnus.el (gnus-interactive): Use read-directory-name.
1975         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1976         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1977         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1978         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1979         Likewise.
1981         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1983 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1986         onto the list of killed groups, too.  This makes killed nnimap groups,
1987         for instance, more reliably not reappear.
1989         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1990         the parent.
1992         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1994         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1995         really have server-side marks.
1997         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1998         since most backends do not usefully have server-side marks.
1999         (gnus-update-read-articles): Propagate marks to all backends that
2000         really have server-side marks.
2002 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2004         * message.el (message-cite-reply-position, message-cite-style):
2005         New variables.
2006         (message-yank-original): Use the new citation styles.
2008 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2010         * message.el (message-options): Revert the change that's a workaround
2011         for XEmacs buffer-local issue; don't mark it buffer-local when running
2012         under XEmacs.
2014 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2016         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2017         numbers too big to be `read'.
2019 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2021         * message.el (message-options): Make buffer-local two ways to attempt
2022         to fix a XEmacs bug.
2024 2011-03-02  Julien Danjou  <julien@danjou.info>
2026         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2028 2011-03-01  Julien Danjou  <julien@danjou.info>
2030         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2031         group.
2032         (article-hide-list-identifiers): Use list-identifier group parameter.
2034 2011-02-28  Julien Danjou  <julien@danjou.info>
2036         * sieve.el (sieve-buffer-script-name): New local variable to store
2037         sieve script name.
2038         (sieve-edit-script): Store sieve script name.
2039         (sieve-upload): Use sieve script name when uploading.
2040         (sieve-upload): Use substitute-command-keys.
2041         (sieve-edit-script): Use substitute-command-keys.
2042         (sieve-refresh-scriptlist): Use substitute-command-keys.
2043         (sieve-manage-mode-map): Define keymap properly.
2044         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2045         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2046         Remove commented code about cvs.
2047         (sieve-manage-quit): New function.
2048         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2050 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2054 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2056         * auth-source.el (auth-source-search): Cache empty result sets.
2058         * auth-source.el (auth-source-save-behavior): New variable to replace
2059         `auth-source-never-create'.
2060         (auth-source-netrc-create): Use it.
2061         (auth-source-never-save): Remove.
2063 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2065         * nnimap.el (nnimap-stream): Doc fix.
2066         (nnimap-open-connection-1): Reverse the order of the ports to that the
2067         prompted-for port is first.
2069         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2070         retrieval by the no-group selection.
2072         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2073         numerical parameters.
2075 2011-02-25  Julien Danjou  <julien@danjou.info>
2077         * gnus-gravatar.el: Use gnus-with-article-buffer.
2079         * gnus-art.el (gnus-with-article-buffer): Check that the
2080         gnus-article-buffer is alive.
2082 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2084         * auth-source.el (auth-source-creation-prompts): New variable to manage
2085         creation-time prompts.
2086         (auth-source-search): Document it.
2087         (auth-source-format-prompt): Add utility function.
2088         (auth-source-netrc-create): Don't default the user name to
2089         user-login-name.  Use `auth-source-creation-prompts' and some default
2090         prompts for user, host, port, and password (the default generic prompt
2091         remains ugly).
2092         (auth-source-never-save): Add customizable option to never save info.
2093         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2094         mode excursion.
2096 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2098         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2099         argument that XEmacs doesn't support.
2101 2011-02-23  Julien Danjou  <julien@danjou.info>
2103         * gnus-art.el (article-make-date-line): Ignore errors if time is
2104         invalid and not convertible.
2105         (article-make-date-line): Only add lapsed time if time is not nil.
2107 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2109         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2110         `read-char-choice' for backwards compatibility.
2111         (auth-source-netrc-element-or-first): New function to DTRT for
2112         parameter extraction.
2113         (auth-source-netrc-create): Use it and fix multiple parameter print
2114         bug.  Use the default passed from above (given-default) or the
2115         built-in (user-login-name for :user).
2117 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2119         * gnus-start.el (gnus-dribble-read-file):
2120         Set buffer-save-without-query, since we always want to save the dribble
2121         file, probably.
2123         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2124         nnimap.
2126         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2127         -summary- since it's a user-visible variable.
2129         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2130         first time you use the new Gnus.
2132 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2134         * auth-source.el: Don't load netrc.el.
2135         (auth-sources): Search ~/.netrc as well by default.
2136         (auth-source-debug): Add 'trivia option for extra output.
2137         (auth-source-do-trivia): Use it.
2138         (auth-source-search): Simplify logic to use
2139         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2140         appropriate.  Don't keep a running count at this level.  Layer :create
2141         and :delete options appropriately on the first and second passes.
2142         Don't track the backend with the search results.
2143         (auth-source-search-backends): New function to search a list of
2144         backends for a processed spec.
2145         (auth-source-netrc-parse): Cache all netrc files, making
2146         auth-source-netrc-cache an alist keyed by the file name and using the
2147         file mtime as the caching criterion.  Keep the obfuscated data secret
2148         with a lexical bind.
2149         (auth-source-netrc-search): Don't calculate the length of the results
2150         unnecessarily.
2151         (auth-source-search-backends): Fix bug.
2152         (auth-source-netrc-create): Rework prompts.
2154 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2156         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2157         Lower case names of search constraints.
2158         (nnir-run-query): Cache and reuse search constraints for all imap
2159         servers.
2161 2011-02-22  Sam Steingold  <sds@gnu.org>
2163         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2165 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2167         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2168         after exit.
2169         (gnus-setup-message): Define missing variable from last checkin.
2171         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2172         value, show the raw article.
2174 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2176         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2177         auth-source now accepts numbers.
2179         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2180         spec, too.
2181         (auth-source-ensure-strings): New function.
2183         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2184         (gnus-article-setup-buffer): Always restart the date timer so that user
2185         changes to the frequency is respected.
2187         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2188         port numbers, so make sure it gets that if nnimap-server-port is
2189         explicit.
2191 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2193         * nnimap.el (nnimap-inbox): Doc fix.
2195 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2197         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2198         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2199         color-lab-to-srgb.
2201 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2203         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2204         given method as in the group name if we're using an extended method.
2205         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2206         command, if we're using that, instead of waiting for the beginning.
2208         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2209         we're sure to get unique server names, and we don't output two async
2210         commands in the same buffer.  This fixes an NNTP hang for some users.
2212 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2214         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2215         summary buffer before reading going to the next buffer.  This avoids
2216         putting the point in the group buffer if you `C-g' the command.
2218         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2219         cache (for now) to make ~/.authinfo.gpg files usable.
2221         * nnfolder.el (copyright-update): Define for the compiler.
2223         * auth-source.el (auth-source-search): Fix unbound variable.
2225 2011-02-19  Glenn Morris  <rgm@gnu.org>
2227         * gnus.el (gnus-meta): Doc fix.
2229 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2231         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2232         in case it's not yet loaded.
2234 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2236         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2237         line we're waiting for.
2239 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2241         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2242         face with line-width greater than zero will cause RET in gnus summary
2243         buffer to scroll down article page-wise because auto vscroll happens,
2244         it should be temporalily disabled when doing a scroll-up.
2246 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2248         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2249         outputs from the server.
2251 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2253         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2254         later so that bbdb can hook in easier.
2256 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2258         * auth-source.el (auth-source-search): Don't try to create credentials
2259         if the caller doesn't want that.
2260         (auth-source-search): If we don't find a match, don't bug out on
2261         non-bound variables.
2262         (auth-source-search): Only ask a single backend to create the
2263         credentials.
2265         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2266         logging.
2267         (nnimap-credentials): Protect against auth-source-search returning nil.
2268         (nnimap-request-list): Protect against not being able to open the
2269         server.
2271 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2273         * auth-source.el (auth-source-search): Do a two-phase search, one with
2274         no :create to get the responses from all backends.
2276         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2277         when getting credentials.
2279         * gnus-util.el (gnus-delete-duplicates): New function.
2281 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2283         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2284         a creation default, pass the whole port list down.  It will be
2285         completed.
2287         * auth-source.el (auth-source-search): Updated docs to talk about
2288         multiple creation choices.
2289         (auth-source-netrc-create): Accept a list as a value (from the search
2290         parameters) and do completion on that list.  Keep a separate netrc line
2291         with the password obscured for showing the user.
2293         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2294         first choice to `auth-source-search' so it will be used for entry
2295         creation instead of the server's Gnus-specific name.
2296         (nnimap-credentials): Rely on the auth-source library to select which
2297         port is actually wanted in the new netrc entry, so don't override
2298         `auth-source-creation-defaults'.
2300         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2301         :protocol and accept a missing user, host, or port as a wildcard match.
2302         (auth-source-debug): Default to off.
2304         (auth-source-netrc-search, auth-source-netrc-create)
2305         (auth-source-secrets-search, auth-source-secrets-create)
2306         (auth-source-user-or-password, auth-source-backend, auth-sources)
2307         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2308         instead of :protocol.
2310         * nnimap.el (nnimap-credentials): Pass a port default to
2311         `auth-source-search' in case an entry needs to be created.
2312         (nnimap-open-connection-1): Use :port instead of :protocol.
2314 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2316         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2317         instead of delete-dups that is not available in XEmacs 21.4.
2319 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2321         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2322         nil means that nnimap doesn't get updated.
2324 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2326         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2327         result when the user doesn't want to write to the file.
2328         (auth-source-netrc-search): Expect a synthetic result and proceed
2329         accordingly.
2330         (auth-source-cache-expiry): New variable to override
2331         `password-cache-expiry'.
2332         (auth-source-remember): Use it.
2334         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2335         parameter.  Create entry if necessary by using :create t.
2336         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2338 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2340         * auth-source.el (auth-source-debug): Enable by default and don't
2341         mention the obsolete `auth-source-hide-passwords'.
2342         (auth-source-do-warn): New function to debug unconditionally.
2343         (auth-source-do-debug): Use it.
2344         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2345         and for Secrets API entries when the secrets.el library is not
2346         available.
2348 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2350         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2351         (gnus-summary-exit): Kill the correct article buffer on exit from a
2352         `C-d' group.
2354         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2355         gnus-propagate-marks.
2357         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2358         before killing the buffers so that a non-full window conf gets handled
2359         correctly.
2360         (gnus-summary-exit): Ditto.
2361         (gnus-summary-read-group-1): Ditto.
2363         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2364         async code again so that we can debug it properly.
2366         * message.el (message-reply): Take an optional switch-buffer parameter
2367         so that Gnus window confs are respected better.
2369 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2371         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2372         `plist-get' to accept non-list parameters (XEmacs issue).
2373         Fix docstring.
2374         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2375         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2376         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2377         Login collection is "Login" and not "login".
2379 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2381         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2382         multiple headers.
2384         * nnimap.el (nnimap-inhibit-logging): New variable.
2385         (nnimap-log-command): Don't log login commands.
2387         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2388         to have more parameters.
2390         * nnimap.el (nnimap-send-command): Mark the command time for each
2391         command, so that we don't get NOOPs stepping on our toes.
2393         * gnus-art.el (article-date-ut): Get the date from the Date header on
2394         `t'.
2396 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2398         * auth-source.el (auth-source-search): Use copy-sequence instead of
2399         the cl.el copy-list.
2401 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2403         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2404         Improve prompt.
2406 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2408         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2409         washing status from the default format.  It isn't very informative.
2411 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2413         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2414         Fix Gcc processing on imap.
2416 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * message.el (message-bury): Don't pop up a new window when selected
2419         window is dedicated.
2421 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2423         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2425 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2427         * sieve-manage.el: Autoload `auth-source-search'.
2428         (sieve-sasl-auth): Use it.
2430 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2432         * nnimap.el: Autoload `auth-source-forget+'.
2433         (nnimap-open-connection-1): Use it if the connection fails.
2435         * auth-source.el: Require `password-cache'.
2436         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2437         obsolete.
2438         (auth-source-magic): Marker for `password-cache' keys.
2439         (auth-source-do-cache): Update docstring.
2440         (auth-source-search): Use and check cache.
2441         (auth-source-forget-all-cached, auth-source-remember)
2442         (auth-source-recall, auth-source-forget, auth-source-forget+)
2443         (auth-source-specmatchp): Caching support functions.
2444         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2445         Remove and obsolete.
2446         (auth-source-user-or-password): Remove caching to further discourage
2447         using it.  Always hide passwords.
2449 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2451         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2452         code for now, since it doesn't work for all users.
2454 2011-02-09  Julien Danjou  <julien@danjou.info>
2456         * message.el (message-options): Make message-options really buffer
2457         local.
2459 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2461         * mail-source.el: Autoload `auth-source-search'.
2462         (mail-source-keyword-map): Note order matters.
2463         (mail-source-set-1): Get all the mail-source source values and
2464         defaults and search auth-source on those if needed.  This can all
2465         probably be simplified.
2467         * nnimap.el: Autoload `auth-source-search'.
2468         (nnimap-credentials): Use it.
2469         (nnimap-open-connection-1): Ask for the virtual server and physical
2470         address in one shot.
2472         * nntp.el: Autoload `auth-source-search'.
2473         (nntp-send-authinfo): Use it.  Note TODO.
2475 2011-02-08  Julien Danjou  <julien@danjou.info>
2477         * shr.el (shr-tag-body): Add support for text attribute in body
2478         markups.
2480         * message.el (message-options): Make message-options a local variable.
2482 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2484         * auth-source.el (auth-source-secrets-search)
2485         (auth-source-user-or-password): Use `append' instead of `nconc'.
2486         (auth-source-user-or-password): Build return list better and protect
2487         against nil :secret.
2489 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2491         * nnimap.el (nnimap-update-info): Refactor slightly.
2492         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2493         (nnimap-update-info): Clean up slightly.
2494         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2495         characters.
2496         (nnimap-process-quirk): Rename function to avoid collision.
2497         (nnimap-update-info): Fix macrology bug-out.
2498         (nnimap-update-info): Simplify split history test.
2500 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2502         * auth-source.el (top): Require 'eieio unconditionally.
2503         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2504         (auth-source-secrets-search): Limit search when `max' is greater than
2505         number of results.
2507 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2509         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2510         part not returning any data.
2512         * proto-stream.el (open-protocol-stream): Document the return value.
2514 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2516         * auth-source.el (auth-source-secrets-search): Add examples.
2518 2011-02-06  Julien Danjou  <julien@danjou.info>
2520         * message.el (message-setup-1): Handle message-generate-headers-first
2521         set to t.
2523 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2525         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2526         API with a string "secrets:collection-name" and with 'default.
2527         (auth-source-backend-parse): Parse "secrets:collection-name" and
2528         'default.  Recurse on parses instead of repeating code.  Use the
2529         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2530         message when ignoring a source.
2531         (auth-source-search): List ignored search keys at the top level.
2532         (auth-source-netrc-create): Use `case' instead of `cond'.
2533         (auth-source-secrets-search): Created with TODOs.
2534         (auth-source-secrets-create): Created with TODOs.
2535         (auth-source-retrieve, auth-source-create, auth-source-delete)
2536         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2538         (auth-source-user-or-password-sftp)
2539         (auth-source-user-or-password-smtp): Remove.
2540         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2541         around `auth-source-search'.  Not tested thoroughly.
2543 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2545         * auth-source.el: Bring in assoc and eioeio libraries.
2546         (secrets-enabled): New variable to track the status of the Secrets API.
2547         (auth-source-backend): New EIOEIO class to represent a backend.
2548         (auth-source-creation-defaults): New variable to set prompt defaults
2549         during token creation (see the `auth-source-search' docstring for
2550         details).
2551         (auth-sources): Simplify to allow a simple string as a netrc backend
2552         spec.
2553         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2554         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2555         (auth-source-search): Main auth-source API entry point.
2556         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2557         (auth-source-search-collection): Helper function for searching.
2558         (auth-source-netrc-parse, auth-source-netrc-normalize)
2559         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2560         Supports search, create, and delete.
2561         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2562         backend stubs.
2563         (auth-source-user-or-password): Call `auth-source-search' but it's not
2564         ready yet.
2566 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2568         * message.el (message-setup-1): Remove the read-only stuff, since it
2569         doesn't work under XEmacs, for some reason.
2571         * gnus-sum.el (gnus-user-date): Rename back from
2572         gnus-summary-user-date since user code refers to it.
2574         * shr.el (shr-render-td): Store the actual background color used.
2576         * message.el (message-setup-1): Don't bind the constant
2577         -forbidden-properties.
2578         (message-setup-1): Revert previous change, since it needs to bind the
2579         props to insert them.
2580         (message-resend): Allow removing the read-only separator line.
2582 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2584         * nnimap.el (nnimap-request-accept-article): Give an error message if
2585         the APPEND wasn't successful.
2587 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2589         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2590         that have no groups.
2592 2011-02-03  Julien Danjou  <julien@danjou.info>
2594         * gnus-draft.el: Remove progn around gnus-draft-setup.
2596 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2598         * gnus-start.el (gnus-read-active-for-groups): This function is never
2599         called with a nil `infos', so clean that up.
2600         (gnus-get-unread-articles): Request active files from primary/secondary
2601         methods that have no groups (yet).
2603 2011-02-03  Julien Danjou  <julien@danjou.info>
2605         * message.el (message-setup-1): Always generate References first.
2606         (message-mail): Return the return value of message-setup, not always t.
2607         (message-setup-1): Insert mail-header-separator with read-only and
2608         intangible properties set.
2610         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2611         user-date in docstring.
2613         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2615         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2616         docstring.
2618         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2619         defcustom, with type and group. Move from gnus-util.el. Rename to
2620         gnus-summary-user-date-format-alist.
2622 2011-02-03  Glenn Morris  <rgm@gnu.org>
2624         * nnimap.el (gnus-fetch-headers): Declare.
2626         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2628 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2630         * message.el (message-forward-make-body-digest-plain)
2631         (message-followup, message-reply): Clean up things noted by Stefan.
2633         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2634         gnus-article-update-date-headers is nil.
2635         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2636         it didn't really work with defcustom.
2637         (article-update-date-lapsed): Make sure the window start doesn't move,
2638         either.
2640 2011-02-01  Julien Danjou  <julien@danjou.info>
2642         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2643         format.
2645         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2646         standard in Emacs nowadays.
2648 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * message.el (message-expand-name): Don't trust the return value of
2651         bbdb-complete-name.
2652         (message-check-news-header-syntax): Remove unused var `start'.
2653         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2654         (message-inhibit-body-encoding): Move to before first use.
2655         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2656         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2657         (Organization, Message-ID, Date, mh-previous-window-config):
2658         Defvar the vars using dynamic scoping.
2660 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2662         * shr.el (shr-render-td): Only do colors at the final rendering.
2663         Should be slightly faster.
2664         (shr-insert-table): Fix up TD background colors when doing the
2665         vertical padding.
2667         * gnus-art.el (article-date-ut): Protect against articles with no Date
2668         header.
2669         (article-update-date-lapsed): Don't use current-column to find the
2670         horizontal position.  It's fragile in the presence of \003 characters.
2672         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2674 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2676         * gnus-art.el (article-transform-date): Rewrite to still work when
2677         there are several rfc2822 parts.
2678         (article-transform-date): Fix infinite recursion.
2679         (article-date-ut): Replace infinitely many Date headers with a single
2680         one when called interactively.
2682         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2683         secure manner.
2685         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2686         move around by not using save-window-excursion.  It seems to work...
2688 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2690         * gnus-art.el (article-make-date-line): Work for user-defined format.
2692 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2694         * nntp.el (nntp-retrieve-group-data-early)
2695         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2696         fetching functions.
2698         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2699         thoroughly for all backends that have no known groups.  This should
2700         allow new nnml methods to retrieve mail.
2702         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2703         that Gnus doesn't know exists again.
2705         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2706         (gnus-treat-date-ut): Ditto.
2707         (gnus-article-update-date-header): Rename.
2708         (gnus-treat-date-local): Remove.
2709         (gnus-treat-date-english): Remove.
2710         (gnus-treat-date-lapsed): Remove.
2711         (gnus-treat-date-combined-lapsed): Remove.
2712         (gnus-treat-date-original): Remove.
2713         (gnus-treat-date-iso8601): Remove.
2714         (gnus-treat-date-user-defined): Remove.
2715         (gnus-article-date-headers): New variable to control all the date
2716         header options.
2717         (article-date-ut): Rewrite to allow using the new way to format date
2718         headers(s).
2720 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2722         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2723         method.
2724         (nnmail-article-group): A better test for fanciness.
2726         * nnimap.el (nnimap-request-head): Protect against not finding the
2727         article by Message-ID.
2729 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2731         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2732         keep point at the "same place".
2734 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2736         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2737         data if the group is unactivated.
2739 2011-01-28  Julien Danjou  <julien@danjou.info>
2741         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2742         (gnus-all-windows-visible-p): Remove old compatibility code.
2743         (gnus-window-top-edge): Add docstring.
2745         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2747 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2750         older request-update-info.
2752         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2754 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2756         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2757         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2759 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2761         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2762         groups.  This makes the nndraft:queue group pop up if it's not already
2763         there.
2765         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2766         messages" logic, which was reversed.
2768         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2769         the "same place" even if point is on the line being replaced.
2770         (article-update-date-lapsed): Allow updating both the combined lapsed
2771         and the lapsed headers.
2772         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2773         (article-make-date-line): Limit the number of segments dynamically to
2774         avoid too-long lines.
2776 2011-01-27  Julien Danjou  <julien@danjou.info>
2778         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2779         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2781 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2783         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2784         Use plist-get instead of the cl function getf.
2786 2011-01-27  Glenn Morris  <rgm@gnu.org>
2788         * gnus-util.el (float-time): Get rid of compiler warning, again.
2790 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2792         * shr.el (shr-put-color): Special-case background colors: Do put them
2793         at the blank parts at the front of the lines.
2795         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2796         exit hook to nix out all data on readedness on group exit.
2798         * gnus-util.el (float-time): If float-time is bound, always use it on
2799         all Emacsen.  It's unclear why the subrp check was there.
2800         (time-date): Require to make some autoload issues on XEmacs go away.
2802         * shr.el (shr-put-color): Don't do the box padding in tables, since
2803         they're already padded.
2805 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2807         * gnus-art.el (gnus-article-next-page): When the last line of the
2808         article is displayed, scroll down once more instead of going to the
2809         next article at once.
2810         (article-lapsed-string): Refactor out and allow specifying how many
2811         segments you want.
2812         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2813         (gnus-article-update-lapsed-header): New variable.
2815         * shr.el: Revert change that made headings use different-sized faces.
2816         The Emacs display engine isn't advanced enough that, for instance,
2817         tables can comfortably use differently-sized faces.
2819 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2821         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2822         used.
2823         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2824         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2825         we're using an encrypted connection.
2827         * proto-stream.el: Alter the interface functions to also return the
2828         actual stream type used: network or tls.
2830 2011-01-25  Julien Danjou  <julien@danjou.info>
2832         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2833         (mm-display-javascript-inline): New function.
2835         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2836         viewing function.
2838 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2840         * shr.el (shr-expand-newlines): Fix variable name.
2842 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2844         * shr.el (shr-expand-newlines): Make nested boxes work.
2846 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2848         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2849         backgrounds.
2850         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2851         in a more sensible manner.
2853 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2855         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2856         if EPG is loaded.
2858 2011-01-24  Julien Danjou  <julien@danjou.info>
2860         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2861         tags.
2863 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2865         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2866         commands.
2868         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2869         in the article buffer.
2870         (gnus-gravatar-insert): Use blank space from the current buffer to
2871         avoid breaking text properties.  This makes X-Sent updating work again.
2873         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2875 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2877         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2878         fix the bug in url-http.el instead.
2880         * shr.el (shr-image-fetched): Ditto.
2882         * shr.el (shr-image-fetched): Avoid having point move in the article
2883         buffer.
2885         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2886         buffer after being called.  It's apparently being killed by url.el, and
2887         killing it made point move to end-of-buffer in a random buffer.
2889         * shr.el (shr-image-fetched): Ditto.
2891 2011-01-23  Julien Danjou  <julien@danjou.info>
2893         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2895         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2896         text/x-org.
2898 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2900         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2901         (i.e., nnimap) returning nil as the article number.
2903 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2905         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2906         "DelSp" parameter in RFC3676.
2908 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2910         * message.el (message-check-recipients): Display the encoded version of
2911         the bogus address if they differ.
2913         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2914         after sending.
2916         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2918         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2920         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2921         group buffer after sending the queue.
2923         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2925 2011-01-22  Julien Danjou  <julien@danjou.info>
2927         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2929 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2931         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2932         nested related parts.
2934         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2935         unexpired articles.  This fixes the regression that led expiry marks to
2936         disappear from nnfolder groups.
2938 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2941         Don't confuse the "ret" of "retrograde" with RET.
2943 2011-01-21  Julien Danjou  <julien@danjou.info>
2945         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2946         than mm-insert-inline.
2948 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2950         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2951         Widen article buffer.
2953 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2955         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2956         the temp buffer.
2957         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2959 2011-01-20  Julien Danjou  <julien@danjou.info>
2961         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2963         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2964         than mm-insert-inline to insert inline part: this respect
2965         mm-inline-media-tests displayers.
2967         * mm-view.el (mm-display-shell-script-inline): New function.
2969         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2971         * mm-uu.el (mm-uu-type-alist): Add org block.
2972         (mm-uu-org-src-code-block-extract): New function.
2974         * mm-view.el (mm-display-org-inline): New function.
2976         * mm-decode.el (mm-automatic-display): Add text/org.
2978         * mailcap.el (mailcap-mime-extensions): Add .org.
2980 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2982         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2983         gnus-article-add-buttons.
2985 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2987         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2988         From header with a date and "nobody" as the sender.
2990 2011-01-19  Julien Danjou  <julien@danjou.info>
2992         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2993         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2994         if you have the same regexp several times.
2995         (gnus-button-push): Fix matching when regexp is symbol.
2997 2011-01-15  Glenn Morris  <rgm@gnu.org>
2999         * message.el (message-mail): A compose-mail function should
3000         accept headers as strings.
3002 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3004         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3005         Add :vert-only tags.
3006         (message-mail): New arg RETURN-ACTION.
3007         (message-return-action): New var.
3008         (message-bury): Use it.
3009         (message-mode): Make it buffer-local.
3010         (message-send-and-exit): Always call message-bury.
3012         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3013         message-mail.
3015 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017         * nnimap.el (nnimap-convert-partial-article): Protect against
3018         zero-length body parts.
3020         * mm-decode.el (mm-preferred-alternative-precedence):
3021         Discourage showing empty parts.
3023         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3024         and stuff if the backend didn't return the article number.  This fixes
3025         an Exchange-related nnimap bug.
3027         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3028         group window, because it does the wrong thing when a separate frame
3029         displays the group buffer.
3031         * proto-stream.el (open-protocol-stream): Protect against the low-level
3032         transport functions returning nil.
3034 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3036         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3037         (mml2015-epg-find-usable-secret-key): New function.
3038         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3039         mml2015-epg-find-usable-key (Bug#7797).
3040         (mml2015-epg-encrypt): Ditto.
3042 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3046 2011-01-03  Glenn Morris  <rgm@gnu.org>
3048         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3050         * sieve.el (sieve-open-server): Give a more explicit error if
3051         sieve-manage-open returns nil.  (Bug#7720)
3053 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3055         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3057 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3060         This avoids sending passwords in plain text over non-encrypted
3061         channels.
3063         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3065         * nnimap.el (nnimap-login): Refactored out into own function, and
3066         implement CRAM-MD5.
3067         (nnimap-wait-for-line): Refactored out.
3069         * mm-view.el (mml-smime): Require.
3071 2010-12-20  David Engster  <deng@eml.cc>
3073         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3074         use EPG to decrypt S/MIME messages instead of openssl.
3076 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3080         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3081         status is the group clearly is unreachable.
3083         * auth-source.el (auth-source-create): Add the optional second
3084         parameter to `local-variable-p' to be compatible with XEmacs.
3086 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3088         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3089         work when using a compressed nnml folder.
3091 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3094         backends after sanitising on entry, because this never makes sense:
3095         If the articles have gone missing, then the data no longer exists on
3096         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3097         overwrite anything anyway.
3099         * shr.el (shr-insert-document): Bind shr-width dynamically to
3100         window-width if it's nil.
3102 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3104         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3105         with the meaning of using the full emacs window width for rendering.
3107 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3109         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3110         case when sender is not given.
3112 2010-12-23  Julien Danjou  <julien@danjou.info>
3114         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3115         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3116         the addresses, otherwise we might misplaced the gravatar.
3118 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3120         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3121         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3122         obsolete in Emacs.
3124 2010-12-20  Julien Danjou  <julien@danjou.info>
3126         * gnus-util.el (gnus-rescale-image): Revert last change.
3128 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130         * gnus-group.el (gnus-group-delete-articles): New command.
3132 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3134         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3136 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3139         here, since it's up to the backends to do CRLF removal if their
3140         protocol has it.
3142         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3144 2010-12-17  Julien Danjou  <julien@danjou.info>
3146         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3147         they are from file. Can also scale up.
3149 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3151         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3152         gnus-use-agent.
3153         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3155         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3157 2010-12-17  Julien Danjou  <julien@danjou.info>
3159         * gravatar.el (gravatar-retrieve-synchronously): New function.
3160         (gravatar-get-data): Make more robust.
3162 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3165         to really consider the last line.
3167 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3169         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3170         list of recipient keys, or use symmetric encryption if not a list.
3171         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3172         EPA override, replacing the call to `netrc-store-data'.
3174 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3176         * gnus-srvr.el: Avoid passing nil regexp argument to
3177         delete-matching-lines.
3179 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3182         fetching stops when Gnus exits.
3184         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3185         function.
3186         (nnfolder-request-expire-articles): Save all the buffers after doing
3187         expiry.
3189         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3190         the last article", since that led to serious performance regressions
3191         when expiring nnml groups.
3193 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3195         * nnir.el: Improve customizations.
3197 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3201         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3202         group has been killed.
3203         (gnus-group-yank-group): Ditto.
3205         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3207         * nnimap.el (nnimap-request-update-group-status): New function.
3209         * gnus-int.el (gnus-request-update-group-status): New interface
3210         function.
3212         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3213         copying read-ness to the backends.
3215         * nnimap.el (nnimap-quirk): New function.
3216         (nnimap-retrieve-group-data-early): Use it.
3217         (nnimap-quirks): New alist.
3219 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3221         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3222         don't delete it within indentation.
3224 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3227         previous line.
3229 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3232         QRESYNC command by deleting a superfluous space which broke Cyrus
3233         servers.  This change will break other servers that are buggy the other
3234         way around.
3236 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3238         * spam.el: Reindent and fix long lines.
3239         (spam-copy-or-move-routine): Exclude invalid move destinations.
3241 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3243         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3244         installed the registry.
3246 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3248         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3249         groupname doesn't contain "gmane".
3251 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3254         (gnus-1): Don't create the nndrafts group twice.
3255         (gnus-setup-news): There's no need to read the active file here, since
3256         that's done again later on a per-backend basis.
3257         (gnus-start-draft-setup): Make sure that the new group is started out
3258         empty.
3260         * gnus-agent.el (gnus-agentize): Don't create the queue group
3261         automatically on startup.  It'll be created later, if needed.
3263         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3264         of automatically subscribed groups.
3265         (gnus-auto-subscribed-categories): New variable.
3266         (gnus-matches-options-n): Use it.
3267         (gnus-default-subscribed-newsgroups): Remove unused variable.
3268         (gnus-start-draft-setup): Message a bit less.
3270 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3272         * nnir.el (nnir-run-imap): Return article list in order of increasing
3273         UID.
3275 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277         * gnus-sum.el (gnus-summary-enter-digest-group):
3278         Mention gnus-auto-select-on-ephemeral-exit.
3280         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3281         convention of the network-only option.
3283 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285         * proto-stream.el (proto-stream-open-network-only): New function to
3286         have a way to specify non-STARTTLS upgrade connections.
3288 2010-12-10  Julien Danjou  <julien@danjou.info>
3290         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3291         email address is nil.
3293         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3295 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3297         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3298         deletion.
3299         (nnir-run-imap): Only need to parse list once.
3301 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303         * shr.el (shr-tag-script): Ignore <script>.
3304         (shr-tag-label): Add <label> support.
3306 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3308         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3310         * shr.el (shr-image-displayer): Work for images lined side by side.
3312 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3314         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3315         parameter, since XEmacs doesn't accept t as a parameter.
3317 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3319         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3320         ids.
3321         (nnir-run-gmane): Simplify groupspec formatting.
3322         (nnir-request-expire-articles): New function.
3324 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3327         overflow, possibly.
3329         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3330         (shr-render-td): Handle td style="" better.
3331         (shr-tag-table): Use the color from the style sheet.
3332         (shr-render-td): Make sure we copy over all the overlays, too.
3334 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3336         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3337         (nnir-request-article): Improve article retrieval.
3339 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3341         * mm-util.el (mm-extra-numeric-entities): New variable.
3343         * mm-url.el (mm-url-decode-entities):
3344         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3346 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3348         * message.el: Use completion-at-point.
3349         (message-completion-function): New fun, extracted from message-tab.
3350         (message-mode): Use it for completion-at-point-functions.
3351         (message-tab): Use it and completion-at-point.
3353 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3356         character if a non-breakable character follows.
3358 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3361         any stream.
3363         * shr.el (shr-tag-font): Colorize the region.
3364         (shr-tag-body): Ditto.
3365         (shr-tag-font): Actually let the styles be inherited instead of
3366         overwriting them.
3367         (shr-tag-font): Get the background color right.
3368         (shr-tag-style): Ignore all <style> tags for the moment.
3370         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3371         a Message-ID to avoid having nnimap depend on gnus-sum.
3373         * shr.el (shr-descend): Only colorize something if we have a node that
3374         sets colors.
3376 2010-12-06  Julien Danjou  <julien@danjou.info>
3378         * shr.el (shr-render-td): Render td content with shr-descend, so style
3379         will be applied to <td> too.
3380         (shr-colorize-region): Colorize region even if we only have a background.
3381         (shr-tag-body): Fix color and background color inheritance.
3382         Do not recolorize after shr-generic.
3383         (shr-tag-font): Let shr-generic colorize via inheritance.
3385 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3387         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3389 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3391         * nnir.el (nnir-request-move-article): Remove obsolete code.
3393 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3395         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3397 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399         * gnus-sum.el (gnus-summary-respool-article): The completion function
3400         expects a list instead of an alist.
3402         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3403         string as the parameter.
3405         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3407         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3408         styles.
3409         (shr-colorize-region): New function.
3410         (shr-insert-background-overlay): Remove.
3411         (shr-render-td): Background setting should be taken care of on a higher
3412         level.
3413         (shr-tag-body): Use post-hoc colorizations.
3414         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3415         (shr-put-color-1): Don't overwrite old colors.
3416         (shr-colorize-region): When the background color isn't explicit, use
3417         a fixed background.
3419         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3420         nnmail variables.
3422 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3424         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3425         unless necessary.
3427 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3429         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3430         server.
3432 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3435         so that TAB works.
3437         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3438         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3440         * shr.el (shr-urlify): Show the URL before the title to avoid
3441         misleading URLs.
3443 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3445         * shr.el (shr-urlify): Display the title in <a> tags.
3447 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3449         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3451 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3453         * nnir.el: Rearrange code to allow macros to be autoloaded by
3454         gnus-sum.el.
3455         (nnir-retrieve-headers-override-function): Make this variable
3456         customizable.
3457         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3459         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3460         from nnir.el.
3462 2010-12-03  Julien Danjou  <julien@danjou.info>
3464         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3466 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3468         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3469         allow optional argument `environment'.
3471 2010-12-03  Glenn Morris  <rgm@gnu.org>
3473         * mm-extern.el (message-goto-body): Update declaration.
3475 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3477         * gnus-util.el (gnus-macroexpand-all): New function.
3479         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3480         instead of macroexpand-all that is unavailable in XEmacs.
3482 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3484         * nnir.el (nnir-summary-line-format): New variable.
3485         (nnir-mode): Use it.
3486         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3487         (nnir-article-ids): Reimplement as defsubst.
3488         (nnir-retrieve-headers): Don't mangle the subject header.
3489         (nnir-run-imap): Use 100 as RSV score.
3490         (nnir-run-find-grep): Fix for full server searching.
3491         (nnir-run-gmane): Better restriction to gmane groups.
3493         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3494         summary buffers.
3496 2010-12-02  Julien Danjou  <julien@danjou.info>
3498         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3500         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3502         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3503         support.
3505 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3507         * nnir.el: Update to handle the registry better.
3508         (autoload): Silence byte-compiler.
3509         (nnir-open-server): Add a hook for nnir groups.
3510         (nnir-request-move-article): Don't mangle the header. Better to use
3511         formating variables (which will be added in the future).
3512         (nnir-registry-action): Update the registry using the original article
3513         group name.
3514         (nnir-mode): Install nnir-specific hooks for updating the registry.
3516         * gnus-sum.el
3517         (gnus-article-original-subject,gnus-newsgroup-original-name):
3518         Remove obsolete variables.
3519         (gnus-summary-move-article): Remove use of obsolete variables.
3520         (gnus-summary-local-variables): Make move and delete hooks local to
3521         summary buffers.
3523 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525         * rtree.el: New file.
3527 2010-12-01  Julien Danjou  <julien@danjou.info>
3529         * message.el (message-user-organization): Do not use
3530         gnus-local-organization.
3532         * gnus.el: Remove gnus-local-organization.
3534         * gnus-msg.el: Remove nastygram thing.
3536 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3538         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3539         funcall.
3541 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3543         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3544         names.
3546         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3547         characters.
3549         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3550         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3551         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3552         (gnus-gravatar-transform-address): Use mail-extract-address-components
3553         that supports non-ASCII names rather than mail-header-parse-addresses.
3555 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557         * proto-stream.el (open-protocol-stream): All starttls connections are
3558         handled by the network handler.
3560 2010-11-30  Julien Danjou  <julien@danjou.info>
3562         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3563         (nnimap-open-connection-1): Fix PREAUTH.
3565         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3567 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3570         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3571         (shr-insert): Use them.
3572         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3574 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3576         * nnir.el (nnir-request-move-article): Bail out if original group
3577         doesn't support article moves.
3578         (nnir-get-active): Improve active list retrieval.
3580 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3584 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3586         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3587         seem to accept strings-with-numbers as port numbers,
3589 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3591         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3592         change the registry.
3594 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3596         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3597         delete-dups that is not available in XEmacs 21.4.
3599         * mm-util.el (mm-delete-duplicates): Add comment.
3601 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3603         * nnir.el (nnir-ignored-newsgroups): New variable.
3604         (nnir-get-active): Use it.
3606 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608         * proto-stream.el (proto-stream-open-network): Add some comments.
3610         * nntp.el (nntp-open-connection): Provide a :success condition.
3612         * nnimap.el (nnimap-open-connection-1): Ditto.
3614         * proto-stream.el (proto-stream-open-network): See what the response to
3615         the STARTTLS command is.
3617         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3618         backwards compatibility).
3619         (nnimap-open-connection-1): Really respect nnimap-server-port.
3621         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3622         TLS upgrades we don't really care about the identity of the peer.
3623         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3624         that what we've checked for.
3625         (proto-stream-always-use-starttls): Only default to t if
3626         open-gnutls-stream exists.
3627         (proto-stream-open-network): If STARTTLS failed, then just open a
3628         normal connection.
3629         (proto-stream-open-network): Wait until the greeting before doing
3630         STARTTLS.
3632         * nntp.el (nntp-open-connection): Report what the connection error is.
3634         * proto-stream.el (open-protocol-stream): Rename from
3635         open-proto-stream.
3637 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * nnimap.el (nnimap-stream): Change default to `undecided'.
3640         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3641         first, and then network.
3642         (nnimap-open-connection-1): Respect nnimap-server-port.
3643         (nnimap-open-connection): Be more backwards-compatible.
3645         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3646         (proto-stream-open-starttls): De-duplicate the starttls code.
3647         (proto-stream-open-starttls): Folded back into the main function.
3648         (proto-stream-open-network): Fix typo in the gnutls path.
3649         (proto-stream-command): Refactor out.
3651         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3653         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3654         starttls.el STARTTLS.
3656         * color.el (color-lab->srgb): Fix function call name.
3658         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3659         if we're using tls.el.
3660         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3661         built in, then don't try to establish a STARTTLS connection.
3663         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3664         servers.
3666         * proto-stream.el (open-proto-stream): Use network, not stream.
3667         (open-proto-stream): Add a way to specify what the end of a command is.
3669         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3670         connections types.
3671         (nntp-open-network-stream): Remove.
3672         (nntp-open-ssl-stream): Remove.
3673         (nntp-open-tls-stream): Remove.
3674         (nntp-ssl-program): Remove.
3676         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3678 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3680         * nnir.el: Fix typos.
3681         (nnir-retrieve-headers-override-function): Rename variable to reflect
3682         new semantics.
3683         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3684         macros.
3685         (nnir-request-article, nnir-request-move-article): Use them.
3686         (nnir-categorize): New function.
3687         (nnir-run-query): Use it.
3688         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3689         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3690         sorted.
3691         (nnir-group-full-name): Use gnus-group-full-name instead.
3692         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3693         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3695 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3699         * proto-stream.el: New library to provide protocol-specific
3700         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3701         protocols.
3702         (open-proto-stream): Complete the documentation.
3703         (proto-stream-open-network): Fix some typos.
3705         * nnimap.el (nnimap-open-connection): Use it.
3707 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3709         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3710         negotiation.
3712 2010-11-26  Julien Danjou  <julien@danjou.info>
3714         * color.el: Rename various rgb functions to srgb.
3716 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3719         names.
3721 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3723         * shr.el (shr-insert): Revert last change.
3724         (shr-find-fill-point): Never leave point being at bol;
3725         relax the kinsoku limitation when rendering tables.
3727 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3730         results from -accept-article.
3732         * shr-color.el: Require cl when compiling.
3734         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3735         checkin.
3737         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3739         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3741         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3742         'add and 'delete to set backend marks.
3744         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3746         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3748         * nntp.el (nntp-request-set-mark): Use it.
3750         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3752         * nnml.el (nnml-request-set-mark): Ditto.
3754         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3755         introduces regressions in article selection.
3756         (nnimap-find-uid-response): New function.
3757         (nnimap-request-accept-article): Use the UID returned, if any.
3758         (nnimap-request-move-article): Use the UID returned, if any.
3759         (nnimap-get-groups): Reimplement to work with folded lines.
3760         (nnimap-find-uid-response): The UID is the last element in the list.
3761         (nnimap-request-set-mark): Extend syntax with 'set.
3763         * nnml.el (nnml-request-set-mark): Ditto.
3765         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3767         * nntp.el (nntp-request-set-mark): Ditto.
3769 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3771         * message.el (message-called-interactively-p): A temporary macro.
3772         (message-goto-body): Use it temporarily.
3774 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3777         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3778         (nnimap-last-response-string): Fix last unfolding fix.
3780 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3782         * shr.el (shr-insert): Fix the way to fold lines.
3784 2010-11-25  Julien Danjou  <julien@danjou.info>
3786         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3788         * color.el: Rename from color-lab.el
3789         (color-rgb->hex): Add.
3790         (color-complement): Add.
3791         (color-complement-hex): Add.
3793         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3795 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797         * shr-color.el (shr-color-visible): Don't bug out if the color names
3798         don't exist.
3800 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3802         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3803         assuming that article displaying or another mml-preview may be
3804         interrupted for an error or for the like.
3806         * shr.el (shr-get-background): Fix argument name.
3808 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3812         * gnus-sum.el (gnus-summary-include-articles): New function.
3814         * message.el (message-goto-body): called-interactively-p needs a
3815         parameter, so use `any'.
3817         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3818         clear marks before moving, since they're synced from the Gnus side
3819         first.
3821         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3822         (gnus-summary-move-article): Copy over all marks before moving, so that
3823         IMAP doesn't think a new article has arrived.
3825 2010-11-24  Julien Danjou  <julien@danjou.info>
3827         * shr.el (shr-insert-background-overlay): Fix typo.
3828         (shr-render-td): Copy the background before rendering.
3830         * shr-color.el (shr-color-visible): Fix docstring.
3832         * shr.el (shr-tag-table): Add bgcolor support.
3833         (shr-render-td): Add bgcolor support.
3834         (shr-get-background): Add.
3835         (shr-insert-foreground-overlay): Use shr-get-background.
3837         * message.el (message-goto-body): Use called-interactively-p.
3838         (message-in-body-p): message-goto-body returns point.
3840 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3843         Fixes something or other in Emacs 23, and is backwards compatible.
3845         * message.el (message-goto-body): Remove the <#secure special-casing,
3846         which is too special.
3848         * shr.el (shr-parse-style): Drop !important from styles.
3850 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3852         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3853         this function to return incorrect results when calling it with an
3854         explicit article argument different from
3855         (gnus-summary-article-number).
3857 2010-11-24  Julien Danjou  <julien@danjou.info>
3859         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3860         (shr-tag-body): Add background support.
3861         (shr-descend): Add background support.
3862         (shr-tag-title): Add.
3864         * shr-color.el (shr-color-visible): Really return original background
3865         if fixed.
3867 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869         * shr.el (shr-color-check): Protect against non-existent color names.
3871 2010-11-24  Julien Danjou  <julien@danjou.info>
3873         * color-lab.el: Require 'cl when compiling.
3875         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3877         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3878         matched part.
3880         * color-lab.el: Fix all expt calls to use float type.
3882 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3884         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3885         expression to shr-color-check as is.
3887         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3889         * color-lab.el: Add coding cookie.
3890         (float-pi): Use eval-and-compile.
3892 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894         * shr.el (shr-insert-color-overlay): Split stuff like
3895         "#444444 !important" to find the real color.
3896         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3897         parse <font color="red"> entries.
3899 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3901         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3902         point when parsing headers.
3904         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3905         is positioned properly when parsing headers.
3907 2010-11-23  Julien Danjou  <julien@danjou.info>
3909         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3911         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3913         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3915         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3916         Use shr-color-hue-to-rgb.
3917         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3919 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921         * shr.el (shr-color->hexadecimal): Autoload.
3922         (shr-descend): Add color to all tags.
3924 2010-11-22  Julien Danjou  <julien@danjou.info>
3926         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3927         shr-color->hexadecimal.
3929         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3930         RGB() or HSL() color representation.
3932         * shr.el (shr-tag-font): Add.
3933         (shr-tag-color-check): New function to get better colors.
3934         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3935         tag-span.
3937         * shr-color.el: New file.
3939         * color-lab.el: New file.
3941         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3943 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3945         * nnir.el: Fix typo in comments.
3946         (nnir-run-imap): Simplify code. No need to reverse artlist.
3947         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3949 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3953         * nnimap.el (nnimap-get-capabilities): Refactor out.
3954         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3956 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3958         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3959         appearing when `mm-uu-hide-markers' is nil.
3961 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963         * nnimap.el (nnimap-unselect-group): Make into its own function.
3964         (nnimap-request-rename-group): Unselect group before renaming.
3965         This had gotten lost somewhere.
3966         (nnimap-request-accept-article): Keep track of examined groups, and
3967         unselect the group before APPENDing to read-only groups.
3968         (nnimap-request-move-article): Clear flags before moving so that they
3969         can be re-set later.
3971 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3973         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3974         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3976 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3978         * gnus-art.el (gnus-mime-display-single)
3979         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3980         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3981         parameter.
3983 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3986         (shr-table-vertical-line): New variable.
3987         (shr-insert-table): Use it.
3989 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3991         * gnus-html.el (gnus-html-wash-images): Don't display images if
3992         gnus-inhibit-images is non-nil; register displayer for cid images.
3993         (gnus-html-display-image): Work for cid image.
3994         (gnus-html-insert-image): Allow arguments.
3995         (gnus-html-put-image): Inhibit read-only.
3996         (gnus-html-prefetch-images): Don't prefetch images if
3997         gnus-inhibit-images is non-nil.
3999 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001         * shr.el (shr-put-image): Break lines when inserting big pictures.
4003 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4005         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4006         sender, thanks Katsumi Yamaoka.
4008 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4010         * nnir.el (nnir-run-imap): Reverse the article list for each group
4011         rather than the whole list.
4013 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4015         * shr.el (shr-image-displayer): Protect function against non-existent
4016         image source.
4018         * gnus-art.el (gnus-inhibit-images): New user option.
4019         (gnus-mime-display-single): Don't display image if it is non-nil.
4021         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4022         gnus-inhibit-images.
4024         * shr.el (shr-image-displayer): New function.
4025         (shr-tag-img): Use it.
4027 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4029         * mml2015.el (mml2015-epg-sign): Use From header.
4031 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4035         * gnus-util.el (gnus-find-text-property-region): Return markers.
4037         * shr.el (shr-tag-img): Put a displayer in the text property.
4039         * gnus-util.el (gnus-find-text-property-region): New utility function.
4041         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4042         (gnus-html-show-images): Remove.
4044         * gnus-art.el (gnus-article-show-images): New, more general function.
4046         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4047         image url text properties.
4049         * shr.el: Ditto.
4051         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4052         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4054 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4056         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4057         work for two or more articles.
4059 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4061         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4062         divide an image that's in an html article to two or more when washing
4063         non-ASCII characters in alt text of it.
4065 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4067         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4068         smime-decrypt-region using function argument.
4069         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4071         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4073         * smime.el (smime-decrypt-region): Catch it.
4075 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * smime.el (smime-mode-map): Move initialization into declaration.
4078         (gnus-run-mode-hooks): Don't autoload.
4079         (smime-mode): Use define-derived-mode.
4081 2010-11-11  Glenn Morris  <rgm@gnu.org>
4083         * smime.el (from): Restrict declaration to XEmacs.
4085         * nnir.el (gnus-group-topic-name): Autoload.
4087 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4089         * shr.el (shr-insert): Don't break long line if it is because of
4090         kinsoku-bol characters in the line end.
4092 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4094         * nnir.el (nnir-request-move-article): Fix to provide original group
4095         and subject.
4096         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4097         been retrieved.
4099         * gnus-sum.el (gnus-summary-move-article): Use original group and
4100         subject for virtual articles such as those in an nnir summary buffer.
4102 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4104         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4105         least 21.5).
4107         * smime.el (from): Declare it again for XEmacs.
4109 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * message.el (message-resend): Don't disable encoding unless it's
4112         already encoded.
4114         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4115         low-numbered articles.
4117 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4119         * rfc2047.el (rfc2047-syntax-table): Simplify.
4121         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4122         set-char-table-range for XEmacs.
4124 2010-11-10  Glenn Morris  <rgm@gnu.org>
4126         * smime.el (from): Remove unused declaration.
4128         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4129         (gnus-float-time): On Emacs, always an alias.
4131         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4132         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4134 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4136         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4138 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140         * shr.el (browse-url-mailto): Autoload.
4142         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4144         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4145         regexp doesn't need quoting.
4147 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4149         * message.el (message-subject-trailing-was-ask-regexp)
4150         (message-subject-trailing-was-regexp): Match was: in addition to was.
4152 2010-11-09  Glenn Morris  <rgm@gnu.org>
4154         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4155         (nnbabyl-check-mbox): Use point-at-bol.
4157 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4161         * message.el (message-mailto): New function.
4162         (message-mailto): Should accept other parameters.
4163         (message-mailto): Remove since it duplicates browse-url-mailto
4164         functionality.
4166 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4169         methods.
4170         (gnus-read-active-file): Ditto.
4172         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4173         ": " from the prompt.
4174         (gnus-group-make-group): Ditto.
4176 2010-11-07  Glenn Morris  <rgm@gnu.org>
4178         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4179         (gnus-bookmark-kill-line): Use point-at-eol.
4181 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4183         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4184         asterisks in From header.
4186 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4189         string to avoid making the From headers syntactically invalid.
4191         * message.el (message-send-mail): Don't insert courtesy messages if the
4192         message already has List-Post and List-ID messages.
4194 2010-11-06  Glenn Morris  <rgm@gnu.org>
4196         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4197         `condition', `type', `length' a prefix.
4198         (gnus-treat-predicate): Update for above name changes.
4200 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4202         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4203         binding.  Handled by `gnus-summary-refer-thread' instead.
4204         (nnir-warp-to-article): New backend function.
4206         * nnimap.el (nnimap-request-thread): Force dependency updating.
4208         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4209         (gnus-summary-refer-thread): Rework to improve thread-referral.
4211         * gnus-int.el (gnus-warp-to-article): New function.
4213         * gnus-sum.el (gnus-summary-article-map): Bind it.
4215 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4217         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4218         gnus-summary-refer-thread.
4220         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4221         headers.
4222         (gnus-summary-limit-include-thread): Prevent articles in thread from
4223         being cut in gnus-cut-threads.
4224         (gnus-summary-refer-thread): Limit retrieved headers to those in
4225         thread.
4227 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229         * message.el (message-send-mail): Use the value of
4230         message-courtesy-message from the message buffer.
4232         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4234         * shr.el (shr-browse-url): Implement mailto: URLs.
4236         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4237         "raw".
4239         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4240         if it's already selected.
4242         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4244 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4246         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4247         to measure the length and truncate alt text.
4249 2010-11-03  Glenn Morris  <rgm@gnu.org>
4251         * nndiary.el (nndiary-generate-nov-databases-1)
4252         (nndiary-generate-active-info): Rename dynamic variable `files' to
4253         something less generic.
4255 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4257         * nnir.el (nnir-request-move-article): Call the underlying backend to
4258         move articles from nnir.
4260 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4264 2010-11-02  Julien Danjou  <julien@danjou.info>
4266         * nnir.el: Remove wais support.
4268 2010-11-02  Glenn Morris  <rgm@gnu.org>
4270         * gnus-html.el: Reorder requirements to quieten compiler.
4272 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4274         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4275         properly for XEmacs as well.
4276         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4277         (gnus-article-natural-long-line-p): Use window-width rather than
4278         frame-width.
4280 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4282         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4283         (nnir-read-parms): Don't modify query.
4284         (nnir-run-query): Add ability to search topic on current line.
4285         (nnir-get-active): Clean up.
4287 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4290         degenerate articles.
4292         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4293         (gnus-print-buffer): Just print the buffer as is, without any copying
4294         to a buffer and then re-highlighting.
4296         * nnimap.el (nnimap-request-group): Store the new updated info.
4297         (nnimap-request-group): Select the group when we don't know whether it
4298         exists or not.
4300         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4301         groups.
4303         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4304         groups.
4306         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4307         groups.
4309         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4310         long-lines case by only filling the long lines.
4312         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4313         (bug #7311).
4315 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4317         * shr.el: No need to declare `declare-function' since shr.el is for
4318         only Emacsen that provide `libxml-parse-html-region'.
4320 2010-11-01  Glenn Morris  <rgm@gnu.org>
4322         * mm-util.el (gnus-completing-read): Autoload.
4323         (mm-read-coding-system): Simplify Emacs definition.
4325         * nnmail.el (gnus-activate-group):
4326         * nnimap.el (gnutls-negotiate):
4327         * nntp.el (netrc-parse): Fix declarations.
4329 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4331         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4332         string-match-p in Emacs >=23.
4334         * gnus-msg.el (gnus-configure-posting-styles)
4335         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4337 2010-11-01  Glenn Morris  <rgm@gnu.org>
4339         * nnir.el (declare-function): Add compat stub.
4340         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4341         (nnir-run-gmane): Require 'mm-url.
4343         * mm-util.el (mm-string-to-multibyte): Simplify.
4345         * shr.el (declare-function): Add compat stub.
4346         (url-cache-create-filename): Declare.
4347         (mm-disable-multibyte, widget-convert-button): Autoload.
4349         * smime.el (ldap-search): Declare.
4350         (smime-cert-by-ldap-1): Require ldap on Emacs.
4352         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4353         (nnimap-keepalive): Use gnus-float-time.
4355         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4356         (mail-source-delete-crash-box): Use gnus-float-time.
4358         * gnus-dired.el (gnus-completing-read): Autoload.
4360         * mm-view.el (gnus-rescale-image): Autoload.
4362         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4364         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4366         * sieve-manage.el: Require 'cl when compiling.
4368         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4369         (gnus-iswitchb-completing-read): Require iswitchb.
4370         (gnus-select-frame-set-input-focus): Silence compiler.
4372 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374         * message.el (message-subject-trailing-was-query): Change default to t,
4375         since I think that's what most people want.
4377         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4378         appending for easier debugging.
4379         (nnimap-wait-for-connection): Take a regexp.
4380         (nnimap-request-accept-article): Wait for the continuation line before
4381         sending anything unless we're streaming.
4383         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4384         leave the header washing to take place.
4386 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4388         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4389         regular expression match and replace in posting styles.
4391 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4393         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4394         an entire server.
4395         (nnir-get-active): New function.
4396         (nnir-run-imap): Use it.
4397         (nnir-run-gmane): Who knew, gmane search returns an article score!
4399         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4400         server on the current line with nnir.
4402 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4405         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4406         left edge.
4407         (gnus-article-foldable-buffer): Skip past the prefix when determining
4408         raggedness.
4410         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4411         the raw article, and change `C-u g' to show the article without doing
4412         treatments.
4414         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4415         on to `gnus-treat-article'.
4416         (gnus-inhibit-article-treatments): New variable.
4418         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4420         * gnus-art.el (gnus-treatment-function-alist): Have
4421         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4422         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4423         sections.
4425         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4426         parameter.
4427         (gnus-article-fill-cited-long-lines): New function.
4428         (gnus-article-fill-cited-article): Allow filling only long sections.
4430         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4431         and non-punctuation (like after the apostrophe in "'We").
4433         * gnus-sum.el (gnus-summary-select-article): Make sure
4434         gnus-original-article-buffer is alive.
4436         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4437         reflect the order they are in the digest.
4439         * gnus.el (gnus-group-startup-message): Move point to the start of the
4440         buffer.
4442         * nnimap.el (nnimap-capability): New function.
4443         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4444         is set.
4446 2010-10-31  David Engster  <dengste@eml.cc>
4448         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4449         conform with changes to gnus-completing-read.
4451 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4455 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4457         * nnir.el: Move defvar, defcustom around to keep file organized
4458         and keep byte-compiler quiet.
4459         (nnir-read-parms): Accept search-engine as arg.
4460         (nnir-run-query): Pass search-engine as arg.
4461         (nnir-search-engine): Remove.
4463 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465         * shr.el (shr-generic): The text nodes should be text, not :text.
4467         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4468         later in the file.
4470 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4472         * nnir.el: General clean up.  Allow searching with multiple engines.
4473         Allow separate extra-parameters for each engine.
4474         Batch queries when possible.
4475         (nnir-imap-default-search-key,nnir-method-default-engines):
4476         Add customize interface.
4477         (nnir-run-gmane): New engine.
4478         (nnir-engines): Use it.  Qualify all prompts with engine name.
4479         (nnir-search-engine): Remove global variable.
4480         (nnir-run-hyrex): Restore for now.
4481         (nnir-extra-parms,nnir-search-history): New variables.
4482         (gnus-group-make-nnir-group): Use them.
4483         (nnir-group-server): Remove in favor of gnus-group-server.
4484         (nnir-request-group): Avoid searching twice.
4485         (nnir-sort-groups-by-server): New function.
4487 2010-10-30  Julien Danjou  <julien@danjou.info>
4489         * gnus-group.el: Remove gnus-group-fetch-control.
4491         * gnus-start.el (gnus-find-new-newsgroups):
4492         Remove gnus-check-first-time-used.
4494         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4496 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4498         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4499         set on groups that don't have \* permanentflags.
4501 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4504         control the background color.
4505         (shr-tag-img): Ignore very small web bug type images.
4506         (shr-put-image): Add help-echo alt texts to the images.
4507         (shr-tag-video): Show the video poster image.
4509 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511         * shr.el (shr-table-depth): New variable.
4512         (shr-tag-table-1): Only insert the images after the top-level table.
4514         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4516         * gnus-util.el (gnus-list-memq-of-list): New function.
4518         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4519         selected.
4520         (nnimap-unsplittable-articles): New slot.
4521         (nnimap-new-articles): Use it.
4523 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4525         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4526         move to the previous line on `M-g'.
4528 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4531         *-request-group, which seems unnecessary.
4533         * nnimap.el (nnimap-quote-specials): Function copied over from
4534         imap.el.
4535         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4536         they support that.  Suggested by Tom Regner.
4538 2010-10-29  Julien Danjou  <julien@danjou.info>
4540         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4541         defalias.
4542         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4544         * gnus.el: Remove `gnus-nntp-service' variable.
4545         (gnus-secondary-servers): Make obsolete.
4546         (gnus-nntp-server): Make obsolete.
4548         * gnus-start.el (gnus-1): Remove x-splash calls.
4550         * gnus-ems.el (gnus-x-splash): Remove.
4552         * gnus.el (gnus-group-startup-message): Simplify/update code.
4554         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4555         capability before doing anything.
4556         (gnus-group-insert-group-line): Remove useless
4557         gnus-group-remove-excess-properties.
4559 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4561         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4563 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4566         config after reselecting.
4568 2010-10-28  Julien Danjou  <julien@danjou.info>
4570         * shr.el (shr-put-image): Use point even if only inserting text.
4571         (shr-put-image): Save excursion when inserting alt text on non-graphic
4572         display, so the behavior is the same when we are on a graphic display.
4574         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4576 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4578         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4579         (gnus-mime-copy-part): Check coding system, not charset.
4580         (gnus-mime-view-part-externally): Never remove part.
4581         (gnus-mime-view-part-internally): Don't remove part here.
4582         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4583         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4584         multipart/alternative.
4586         * mm-decode.el (mm-display-part): Take optional arg `force'.
4588 2010-10-26  Julien Danjou  <julien@danjou.info>
4590         * gnus-group.el (gnus-group-default-list-level): Add this function to
4591         compute the default list level.
4592         (gnus-group-default-list-level): Add possibility to use a function.
4594 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4596         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4598         * gnus-group.el (gnus-group-completing-read)
4599         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4600         gnus-replace-in-string.
4602 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4604         * shr.el (shr-tag-div): Add.
4606 2010-10-25  Julien Danjou  <julien@danjou.info>
4608         * gnus-util.el: Remove `gnus-with-local-quit'.
4610         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4612 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4615         the original article buffer.
4617 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619         * nnimap.el (nnimap-request-head): New function.
4620         (nnimap-request-move-article): Try to be slighly faster by not
4621         requesting the entire message when moving.
4622         (nnimap-transform-headers): Don't bug out on bodiless articles.
4623         (nnimap-send-command): Have no outstanding messages if the IMAP server
4624         doesn't support streaming.
4625         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4627 2010-10-24  Julien Danjou  <julien@danjou.info>
4629         * message.el (message-default-headers): Fix type.
4631 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4634         prefetching images.
4636         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4637         backend for unknown groups.  This is mainly useful for nnimap groups.
4639         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4640         group isn't covered by the agent.
4642 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4644         * nnir.el (nnir-method-default-engines): New variable.
4645         (nnir-run-query): Use it.
4646         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4647         (gnus-summary-nnir-goto-thread): Change group if needed.
4649         * gnus-group.el (gnus-group-group-map): Add key binding for
4650         gnus-group-make-nnir-group.
4652 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654         * shr.el (shr-tag-object): Add.
4656         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4657         original article buffer live.
4658         (gnus-summary-select-article-buffer):
4659         Mention gnus-widen-article-buffer.
4661 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663         * shr.el (shr-tag-strong): Add.
4665 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4668         group names.  They mess up the group buffer badly.
4670         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4672         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4673         instead of the summary one.
4675 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4677         * mml.el (mml-preview): Work properly when editing article.
4679         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4680         gnus-have-read-active-file if it's already been in.
4682 2010-10-22  Tom Tromey  <tromey@redhat.com>
4684         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4685         gnus-group-completing-read.
4687 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * message.el (message-mode-map): Don't bind M-; to comment region, to
4690         allow the global comment-dwim to work.
4692 2010-10-21  Julien Danjou  <julien@danjou.info>
4694         * message.el (message-setup-1): Allow message-default-headers to be a
4695         function.
4697 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * shr.el (shr-tag-table): Simplify.
4701 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4704         to avoid trying to snarf invalid stuff.
4706         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4708         * gnus.el (gnus-message-archive-group): Quote value.
4709         (gnus-message-archive-group): Mark as changed.
4711         * shr.el (shr-add-font): Don't put the font properties on the newline
4712         or the indentation.
4714         * message.el (message-fix-before-sending): Change options when sending
4715         non-printable characters.
4717         * gnus.el (gnus-message-archive-method): Change the default to
4718         monthly outgoing groups.
4720         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4721         that have gotten new numbers.
4723         * nnimap.el (nnimap-request-replace-article): New function.
4725 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4727         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4728         (nnrss-request-article): Don't use special html washing code.
4730 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4732         * shr.el (shr-tag-table): Remove useless nconc.
4734 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736         * gnus-art.el (article-wash-html): Simplify and remove the charset
4737         stuff.  Use the normal html rendering code instead of the special html
4738         washing code.
4740         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4741         `gnus-w3m' symbols.
4742         (mm-text-html-washer-alist): Remove.
4744         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4745         (mm-inline-media-tests): Remove use.
4746         (mm-text-html-renderer): Change default to the `shr' symbol.
4748         * mm-view.el (mm-inline-text-html): Remove use.
4750         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4751         `gnus-blocked-images' to be a function.
4752         (gnus-article-wash-function): Remove.
4754 2010-10-20  Julien Danjou  <julien@danjou.info>
4756         * spam.el (spam-list-of-processors): Mark as obsolete.
4758         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4759         (nnimap-insert-partial-structure): Fix boundary detection.
4761 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4763         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4764         run file-truename on remote files.  This can be expensive and even
4765         prevent one from editing drafts if some unrelated buffer has a stale
4766         connection.
4768 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4770         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4771         kinsoku-eol regardless of shr-kinsoku-shorten.
4772         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4773         (shr-tag-table): Support caption, thead, and tfoot.
4775 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4778         lines.
4779         (shr-save-contents): New command and keystroke.
4781         * nndoc.el (nndoc-type-alist): Add git support.
4782         (nndoc-git-type-p): New function.
4783         (nndoc-transform-git-article): Ditto.
4784         (nndoc-transform-git-headers): Ditto.
4785         (nndoc-transform-git-headers): Generate Subject headers.
4787         * shr.el (shr-parse-style): New function.
4788         (shr-tag-span): Ditto.
4790         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4791         to `G G' to avoid collisions.
4793 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4795         * shr.el: Load kinsoku if necessary.
4796         (shr-kinsoku-shorten): New internal variable.
4797         (shr-find-fill-point): Make kinsoku shorten text line if
4798         shr-kinsoku-shorten is bound to non-nil.
4799         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4800         shr-indentation too when testing if table is wider than frame width.
4801         (shr-insert-table): Use `string-width' instead of `length' to measure
4802         text width.
4803         (shr-insert-table-ruler): Make sure indentation is done at bol.
4805 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4807         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4808         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4809         undecoded network data.
4811 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4814         name in the mode line spec so that the mode line menu works
4815         (bug #2431).
4817         * message.el (message-get-reply-headers): If we're fed `to-address',
4818         then always use that.
4820         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4821         aren't so wide as to need to switch off the edit menu.
4823         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4824         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4826         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4827         `M-g'.
4828         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4829         the permanent marks.
4831 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4833         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4834         Splitting according to references/in-reply-to obeys the ignore-groups
4835         variable, while splitting by sender and subject do not.
4837 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4840         alist, so that we can look for non-Unicode chars.
4841         (article-translate-strings): Allow both character and string maps.
4843 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4845         * shr.el (shr-insert): Don't insert space behind a wide character
4846         categorized as kinsoku-bol, or between characters both categorized as
4847         nospace.
4849 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4851         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4852         headers to gnus-newsgroup-headers.
4854 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856         * shr.el (shr-tag-img): Don't align images -- since we're not
4857         rescaling, this often leads to ugly displays.
4859 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4861         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4862         duplicates.
4864 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4866         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4867         call.
4869 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871         * gnus.el: Autoload gnus-html-show-images.
4873         * nnimap.el: Use nnheader-message throughout.
4875         * shr.el (shr-tag-img): Ignore images with no data.
4877 2010-10-15  Julien Danjou  <julien@danjou.info>
4879         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4880         a possibility to disable format=flow encoding when using hard newlines.
4882 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4884         * shr.el (shr-insert): Remove space inserted before or after a
4885         breakable character or at the beginning or the end of a line.
4886         (shr-find-fill-point): Do kinsoku; find the second best point or give
4887         it up if there's no breakable point.
4889 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891         * nnimap.el (nnimap-open-connection): Message when opening connection
4892         for debugging purposes.
4894         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4895         on every setup buffer call to allow this to change from article to
4896         article.
4898         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4899         buffers where we have a wide table.
4901 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4903         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4904         uses *-request-thread.
4906 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4909         incantation, which is no longer valid.
4911 2010-10-14  Julien Danjou  <julien@danjou.info>
4913         * shr.el: Fix defcustom type (char -> character).
4915 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4918         programs.
4920 2010-10-14  Julien Danjou  <julien@danjou.info>
4922         * shr.el (shr-tag-a): Use url-link as widget type.
4924         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4925         `gnus-group-get-icon'.
4927 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4930         This should make server editing work better.
4932         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4934         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4935         (nnimap-parse-flags): Fix regexp.
4937         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4938         probably work for CJVK text, too.
4940         * nnimap.el (nnimap-extend-tls-programs): Remove.
4941         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4943 2010-10-13  Julien Danjou  <julien@danjou.info>
4945         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4946         responses.
4948 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4952         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4953         anything in Emacs.
4955         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4957 2010-10-13  Julien Danjou  <julien@danjou.info>
4959         * shr.el (shr-width): Make shr-width a defcustom with default to
4960         fill-column.
4961         (shr-tag-img): Use shr-width rather than fill-column.
4963 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4965         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4967         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4968         position when (X-)Faces exist.
4969         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4970         avatars when called interactively.
4972 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4974         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4975         gnus-article-x-face-too-ugly is bound.
4977 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4981         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4982         mailbox that doesn't exist.
4984 2010-10-12  Julien Danjou  <julien@danjou.info>
4986         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4987         (shr-get-image-data): Encode URL properly when fetching from cache.
4988         (shr-tag-img): Use aligned-to spaces to align correctly images.
4990         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4991         before inserting the Gravatar.
4993         * shr.el (shr-tag-img): Add align attribute support for <img>.
4995 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997         * gnus-gravatar.el (gnus-art): Require.
4999         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5000         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5001         Remove long obsoleted functions.
5003 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5005         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5007         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5008         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5009         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5010         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5011         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5012         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5013         Fix comment for declare-function.
5015 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017         * nnimap.el (nnimap-request-rename-group): Select group read-only
5018         before renaming it.
5020         * shr.el (shr-insert): Fix up the white space only regexp.
5022         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5023         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5025         * shr.el (shr-current-column): New function.
5026         (shr-find-fill-point): New function.
5028 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5030         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5031         numbers.
5033 2010-10-11  Julien Danjou  <julien@danjou.info>
5035         * shr.el (shr-hr-line): Add.
5036         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5037         display hr lines.
5038         (shr-max-columns): Do not change state to nil if we just inserting
5039         spaces.
5041 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5044         select the last group.
5046 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5048         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5050 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5053         for Gnus.
5054         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5055         (nnimap-update-qresync-info): Mark \Seen articles as read.
5057         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5058         non-variable, too.
5060         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5061         available.
5062         (nnimap-update-info): Rely more on the current active than the param
5063         active to avoid marking articles as read too much.
5065         * auth-source.el (auth-source-create): Use (user-login-name) for the
5066         user name default.
5068         * nnimap.el (nnimap-update-info): If the server doesn't return any
5069         useful info, just use the previous info.
5070         (nnimap-update-info): Prefer old info over start-article.
5071         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5073 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5075         * nnir.el (autoload): Clean up autoloads.
5076         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5077         Use key rather than value.
5078         (nnir-imap-search-other): New variable.
5079         (nnir-read-parm): Use it.
5080         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5081         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5083 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5086         the process, too.
5088 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090         * spam.el (gnus-summary-mode-map): Bind to "$".
5091         Suggested by Russ Allbery.
5093         * shr.el: Rework the way things are indented by <li> slightly.
5095         * gnus.el (gnus-group-set-parameter): Fix typo.
5097         * nnimap.el: Start implementing QRESYNC support.
5099 2010-10-09  Julien Danjou  <julien@danjou.info>
5101         * nnir.el (nnir-engines): Fix too many arguments.
5103 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5106         group is the "last", so that the backends like nnfolder actually save
5107         their folders.
5109         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5110         try to use that for the tls stream.
5111         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5112         UIDVALIDITY and find out which groups are read-only and not.
5113         (nnimap-get-flags): Use the same marks parsing code as the rest of
5114         nnimap.
5116 2010-10-09  Julien Danjou  <julien@danjou.info>
5118         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5120         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5121         retrieving gravatars.
5123         * shr.el (shr-table-corner): Add.
5124         (shr-table-line): Add.
5125         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5127 2010-10-08  Julien Danjou  <julien@danjou.info>
5129         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5131 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5133         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5135         * gnus-sum.el (gnus-mark-article-as-unread)
5136         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5137         (gnus-summary-set-bookmark): Use it.
5139         * gnus-msg.el (gnus-setup-message): Use it.
5141         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5143         * gnus.el (gnus-group-remove-parameter): Use it.
5145         * gnus-group.el (gnus-group-make-web-group): Use it.
5147         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5149         * nnregistry.el: Update docs to mention manual.
5151         * gnus-registry.el: Update docs to mention nnregistry.el.
5152         (gnus-registry-initialize): Don't install nnregistry refer method
5153         automatically.
5154         (gnus-registry-install-nnregistry): Remove it.
5156 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158         * shr.el (shr-insert): Don't insert double spaces.
5160 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5162         * gnus-gravatar.el (gnus-treat-from-gravatar)
5163         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5164         called interactively.
5166         * gnus-art.el (gnus-mime-view-part-externally)
5167         (gnus-mime-view-part-internally): Make predicate function passed to
5168         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5169         of a mime type.
5171         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5173 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175         * shr.el (require): Require cl when compiling.
5176         (shr-tag-hr): New function.
5178         * nnimap.el (nnimap-update-info): Remove double setting of high.
5179         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5180         This makes nnimap work properly on Courier again.
5182         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5183         the variable for backwards compatibility.
5185         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5186         the file name before using to avoid setting mm-default-directory to
5187         nil.
5189         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5190         bidning gnus-agent variables.
5192         * shr.el (shr-render-td): Use a cache for the table rendering function
5193         to avoid getting an exponential rendering behavior in nested tables.
5194         (shr-insert): Rework the line-breaking algorithm.
5195         (shr-insert): Don't leave trailing spaces.
5196         (shr-insert-table): Also insert empty TDs.
5197         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5199 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5201         * gnus-sum.el (gnus-number): Rename from `number'.
5202         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5203         (gnus-summary-limit-children): Update uses correspondingly.
5205 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5208         (gnus-gravatar-transform-address): Don't show avatars of people of
5209         which mail addresses match gnus-gravatar-too-ugly.
5211 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213         * shr.el (shr-table-widths): Expand TD elements to fill available
5214         space.
5216 2010-10-07  Julien Danjou  <julien@danjou.info>
5218         * nnimap.el (nnimap-request-rename-group): Add this method.
5220 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5222         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5223         name from XEmacs' function-arglist.
5225         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5226         gravatar under XEmacs.
5228 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5230         * auth-source.el: Update docs with TODO items.
5232         * gnus-sync.el: Update docs to explain state and plans.
5234         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5235         Hooks for mark updates.
5236         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5238         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5239         hooks with arguments, which is needed for mark update hooks.
5241 2010-10-06  Julien Danjou  <julien@danjou.info>
5243         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5244         was matched.
5246         * sieve-manage.el: Update example in `Commentary'.
5248         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5250         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5251         not 2000.
5252         (sieve-manage-authenticate): Re-add function.
5254 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256         * shr.el (shr-insert): Get 'space transition right.
5257         (shr-render-td): Only delete space at the end of the TD.
5259         * nnimap.el (nnimap-open-connection): Prepare to support
5260         open-gnutls-stream.
5262         * shr.el: Rearrange function order to be more logical.
5264 2010-10-06  Julien Danjou  <julien@danjou.info>
5266         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5267         (nnrss-discover-feed): Remove 404 URL in docstring.
5269         * nnir.el: Fix Swish-E URL.
5270         Fix Namazu URL.
5272         * message.el (message-change-subject): Remove 404 URL in a comment.
5274 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5276         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5277         called interactively.
5279         * gnus-util.el (gnus-remove-if): Allow hash table.
5280         (gnus-remove-if-not): New function.
5282         * gnus-art.el (gnus-mime-view-part-as-type)
5283         * gnus-score.el (gnus-summary-score-effect)
5284         * gnus-sum.el (gnus-read-move-group-name):
5285         Replace remove-if-not with gnus-remove-if-not.
5287         * gnus-group.el (gnus-group-completing-read):
5288         Regard collection as a hash table if it is not a list.
5290 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5294         * shr.el: Document the table-rendering algorithm.
5296         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5297         invalid URLs.
5299         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5300         line-broken.
5301         (shr-tag-img): Ignore image fetching errors.
5302         (shr-overlays-in-region): Compute overlay positions correctly.
5304         * mm-decode.el (mm-shr): Require shr.
5306         * gnus-art.el (gnus-blocked-images): Move variable here.
5308         * shr.el (shr-insert-table): Bind free variable.
5310         * mm-decode.el (mm-shr): Bind shr-content-function.
5312         * shr.el (shr-content-function): New variable.
5314         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5315         added for symmetry.
5317         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5319         * gnus-group.el (gnus-group-make-group): Doc fix.
5321         * nnimap.el (nnimap-request-newgroups): Return success.
5323         * shr.el (shr-find-elements): New function.
5324         (shr-tag-table): Put all the images after the table.
5325         (shr-tag-table): Really inhibit images inside the table.
5326         (shr-collect-overlays): Copy over overlays from the TD elements to the
5327         main document.
5329         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5330         gnus-blocked-images.
5332 2010-10-05  Julien Danjou  <julien@danjou.info>
5334         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5336         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5337         (gnus-html-maximum-image-size): Add this function.
5338         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5340         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5341         server-value of the capability is nil.
5343 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345         * shr.el (shr-tag-em): Add <EM> tag.
5347 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5349         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5350         customizable.
5352         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5353         handing broken links to browse-url.
5355 2010-10-05  Julien Danjou  <julien@danjou.info>
5357         * gnus-util.el (gnus-emacs-completing-read)
5358         (gnus-iswitchb-completing-read): Use autoload rather than require.
5360 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5362         * gnus-util.el (gnus-completing-read-function): Exclude
5363         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5364         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5365         XEmacs.
5367         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5368         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5370         * gnus-html.el: Don't require help-fns under XEmacs.
5371         (gnus-html-schedule-image-fetching): Work for XEmacs.
5373         * mm-decode.el (mm-shr): Decode contents by charset.
5375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5378         unknown.
5380         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5381         (shr-get-image-data): Ensure against the cache file missing.
5383         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5384         for data.
5386         * spam-report.el (spam-report-url-ping-plain): Don't query about
5387         killing the process.
5389         * shr.el (shr-render-td): Protect against too-wide text.
5391 2010-10-04  Julien Danjou  <julien@danjou.info>
5393         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5394         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5396         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5397         retrieved.
5399 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401         * shr.el (browse-url): Require.
5402         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5403         lines.
5404         (shr-show-alt-text, shr-browse-image): New commands.
5405         (shr-browse-url, shr-copy-url): New commands.
5407         * gnus-sum.el (gnus-widen-article-window): New variable.
5408         (gnus-summary-select-article-buffer): Use it.
5410         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5411         without @ signs.
5413 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5415         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5417 2010-10-04  Julien Danjou  <julien@danjou.info>
5419         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5420         for XEmacs.
5422 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5426         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5427         (nnimap-close-server): Implement.
5429         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5430         (shr-insert): Tweak line breaking.
5431         (shr-insert): Handle <pre> better.
5432         (shr-tag-li): Get <li> indentation right.
5433         (shr-tag-li): Get <li> indentation even righter.
5434         (shr-tag-blockquote): Ensure paragraph start.
5435         (shr-make-table): Tweak table generation.
5436         (shr-make-table): Fix typo.
5438         * shr.el: Implement table rendering.
5440 2010-10-04  Julien Danjou  <julien@danjou.info>
5442         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5444 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446         * shr.el (shr-insert): Use string anchors instead of line anchors.
5448 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450         * shr.el: Add headings.
5451         (shr-ensure-paragraph): Actually work.
5452         (shr-tag-li): Make <ul> prettier.
5453         (shr-insert): Get white space at the beginning/end of elements right.
5454         (shr-tag-p): Collapse subsequent <p>s.
5455         (shr-ensure-paragraph): Don't insert double line feeds after blank
5456         lines.
5457         (shr-insert): \t is also space.
5458         (shr-tag-s): Fix "s" tag name function.
5459         (shr-tag-s): Fix face prop name.
5461 2010-10-03  Julien Danjou  <julien@danjou.info>
5463         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5465         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5466         gnus-window-inside-pixel-edges.
5468         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5469         gnus-ems.
5471         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5473         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5474         function.
5476         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5477         resize choice.
5479 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5482         beginning of the buffer.
5484         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5485         article buffer again.
5487         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5489         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5490         when it's at the start of the buffer.
5492         * shr.el (shr-tag-blockquote): Convert name.
5493         (shr-rescale-image): Use the right image-size variant.
5495         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5496         buffer isn't shown, then select the current article first instead of
5497         bugging out.
5498         (gnus-summary-select-article-buffer): Show both the article and summary
5499         buffers again.
5501         * shr.el (shr-fontize-cont): Protect against regions with no text.
5502         Rename tag functions to shr-tag-* for enhanced security.
5503         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5505 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5507         * shr.el (shr-insert):
5508         * pop3.el (pop3-movemail):
5509         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5510         loaded.
5512 2010-10-03  Glenn Morris  <rgm@gnu.org>
5514         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5516         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5518         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5520         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5522         * gnus-util.el (gnus-make-local-hook): Simplify.
5524 2010-10-02  Julien Danjou  <julien@danjou.info>
5526         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5527         (gnus-ido-completing-read): New function.
5528         (gnus-emacs-completing-read): New function.
5529         (gnus-completing-read): Use gnus-completing-read-function.
5530         Add gnus-completing-read-function.
5532 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534         * shr.el (shr-insert-document): Autoload.
5535         (shr-img): Be silent.
5536         (shr-insert): Add a newline after every picture before text.
5537         (shr-add-font): Use overlays for combining faces.
5538         (shr-insert): Pass upwards the text start point.
5540         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5541         possible.
5542         (mm-shr): New function.
5544 2010-10-02  Julien Danjou  <julien@danjou.info>
5546         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5547         should go backward.
5549 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5551         * shr.el (shr): Fix typo in provide call.
5553 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555         * shr.el: New file.
5557         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5559         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5560         completing read.
5562 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5565         we're being queried about.  Suggested by Dan Jacobson.
5567         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5568         Suggested by Jason Eisner.
5570         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5571         table, too.  Suggested by Stefan Wiens.
5572         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5573         the table unnecessary.  Suggested by Stefan Wiens.
5575         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5576         longer needed, and probably doesn't work either, as pointed out by
5577         Stefan Wiens.
5578         (gnus-summary-exit): Remove call to the clearing function.
5579         (gnus-summary-exit-no-update): Ditto.
5581         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5582         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5583         Reported by Stefan Monnier.
5584         (gnus-summary-save-in-rmail): Ditto.
5586         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5587         article buffer, instead of both the article buffer and the summary
5588         buffer.  Sort of suggested by Dan Jacobson.
5590         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5592         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5593         Suggested by Dan Jacobson.
5595         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5596         documentation clearer.
5598         * message.el (message-shorten-references): Comment on the number "21".
5599         Suggested by Stefan Monnier.
5601         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5602         Suggested by Dan Jacobson.
5604         * gnus.el (gnus-large-newsgroup):
5605         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5607         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5608         externalize attachments.  Bug reported by Steve Wen.
5610         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5611         really message anything to the user.
5613         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5614         directly.
5616         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5617         messages in empty groups.
5619 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5621         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5622         non-UIDNEXT group.
5624 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5627         not the value from the collection.
5629         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5630         values.  This sometimes happens on some groups that have no info.
5631         (nnimap-request-newgroups): New function.
5633 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5635         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5636         check into `gnus-registry-initialize'.
5637         (gnus-registry-initialize): Ditto.
5638         Fix and extend header docs.
5640 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5643         regexp backtrace overflows.
5645         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5646         for starttls that tls.el implements; i.e. openssl.
5648 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5651         (gravatar-create-image): New function that's an alias to
5652         gnus-xmas-create-image, gnus-create-image, or create-image.
5653         (gravatar-data->image): Use it.
5655 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5657         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5658         install the nnregistry refer method.
5659         (gnus-registry-install-hooks): Use it.
5660         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5661         unfollowed groups.
5663 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5665         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5666         expanding threads.
5668 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670         * nnir.el: Use the server names without suffixes (bug #7009).
5672         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5673         unencrypted to STARTTLS, if possible.
5675 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5677         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5678         headers before superseding.
5680 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682         * nnrss.el (nnrss-use-local): Add documentation.
5684         * nnimap.el (nnimap-extend-tls-programs): New function.
5685         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5686         (nnimap-wait-for-connection): Accept the greeting from the stupid
5687         output from openssl s_client -starttls, too.
5689         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5690         article number.
5691         (nnimap-split-fancy): New variable.
5692         (nnimap-split-incoming-mail): Use it.
5694         * nntp.el (nntp-server-list-active-group): Document.
5696         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5697         SELECT to get the message-id.
5699         * mail-source.el (mail-sources): Remove webmail support.
5700         (defvar): Ditto.
5701         (mail-source-fetcher-alist): Ditto.
5702         (mail-source-fetch-webmail): Remove.
5704         * webmail.el: Remove -- doesn't seem relevant any more.
5706         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5708         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5709         the \r.
5711 2010-09-30  Julien Danjou  <julien@danjou.info>
5713         * gnus-agent.el (gnus-agent-add-group): Fix call to
5714         gnus-completing-read.
5716 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718         * nndoc.el (nndoc-retrieve-groups): New function.
5720         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5721         `default', use nnmail-split-methods.
5722         (nnimap-request-article): Downcase the NILs so that they are nil.
5724         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5725         symbol.
5727         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5728         code, since if the user has requested network, that's what they ought
5729         to get.
5730         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5731         (nnimap-split-rule): Mark as obsolete.
5733         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5734         New variable.
5736         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5737         correct slot, too.
5739 2010-09-29  Julien Danjou  <julien@danjou.info>
5741         * gnus.el (gnus-local-domain): Declare variable obsolete.
5743         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5744         Fix history computing.
5745         (gnus-ido-completing-read): Require ido.
5747 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5750         build Gnus.
5752         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5753         when interpreting the structures.
5754         (nnimap-request-accept-article): Add \r\n to the lines to make this
5755         work with Cyrus.
5757         * nndraft.el (nndraft-request-expire-articles): Use the group name
5758         instead if "nndraft".  Fix found by Nils Ackermann.
5760 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5762         * nnregistry.el: Add.
5764 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * nnmail.el (group, group-art-list, group-art):
5767         Remove unneeded directives.
5769 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5771         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5772         (mm-mime-charset)
5773         * rfc2047.el (rfc2047-syntax-table)
5774         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5776         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5777         rather than `insert-file-contents' and `eval-region'.
5779 2010-09-29  Julien Danjou  <julien@danjou.info>
5781         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5782         replacement of `gnus-gravatar-relief' to mimic
5783         `gnus-faces-properties-alist'.
5784         Add :version property.
5786 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5788         * mail-source.el (mail-source-report-new-mail)
5789         * message.el (message-default-mail-headers)
5790         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5792         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5794 2010-09-28  Julien Danjou  <julien@danjou.info>
5796         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5797         mail-address contains the same string as real-name.
5799         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5800         non-blank in header, otherwise it'll get stripped.
5802         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5803         real-name, and then for mail address rather than doing : or , search.
5805 2010-09-27  Julien Danjou  <julien@danjou.info>
5807         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5808         right completing-read function.
5809         (gnus-use-ido): New variable
5810         (gnus-completing-read-with-default): Remove.
5811         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5812         (gnus-agent-add-group):
5813         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5814         * mm-view.el (mm-view-pkcs7-decrypt):
5815         * mm-util.el (mm-codepage-setup):
5816         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5817         * mml-smime.el (mml-smime-openssl-sign-query):
5818         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5819         (mml-insert-multipart):
5820         * gnus-msg.el (gnus-summary-yank-message):
5821         * gnus-int.el (gnus-start-news-server):
5822         * mm-decode.el (mm-interactively-view-part):
5823         * gnus-dired.el (gnus-dired-attach):
5824         * gnus.el (gnus-read-method):
5825         * gnus-bookmark.el (gnus-bookmark-jump):
5826         * gnus-art.el (gnus-mime-view-part-as-type)
5827         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5828         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5829         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5830         * nnmairix.el (nnmairix-create-server-and-default-group)
5831         (nnmairix-update-groups, nnmairix-get-server)
5832         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5833         (nnmairix-get-group-from-file-path):
5834         * nnrss.el (nnrss-find-rss-via-syndic8):
5835         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5836         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5837         (gnus-group-browse-foreign-server):
5838         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5839         (gnus-summary-execute-command, gnus-summary-respool-article)
5840         (gnus-read-move-group-name):
5841         * gnus-score.el (gnus-summary-increase-score)
5842         (gnus-summary-score-effect):
5843         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5845 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5847         * nnimap.el (auth-source-forget-user-or-password)
5848         (auth-source-user-or-password): Autoload.
5850         * message.el (message-from-style, message-interactive)
5851         (message-signature): Remove comment.
5852         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5853         always.
5854         (message-sendmail-envelope-from): Comment fix.
5855         (message-yank-prefix): Default to mail-yank-prefix always.
5856         (message-indentation-spaces):
5857         Default to mail-indentation-spaces always.
5858         (message-signature-file): Default to mail-signature-file always.
5860 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5863         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5864         new articles.
5866         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5867         parts.
5868         (nnimap-request-article): Work with the t setting, too.
5870         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5871         that you don't get flashes of other buffers.
5872         (gnus-summary-show-complete-article): Intern before setting.
5874 2010-09-27  David Engster  <dengste@eml.cc>
5876         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5877         well as HEADERS.
5878         (nnmairix-retrieve-headers): Provide new argument for the above.
5880 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882         * gnus-sum.el (gnus-summary-move-article): Don't alter
5883         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5884         group.
5886         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5888         * message.el (message-cite-prefix-regexp): Revert my last edit.
5890         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5891         variable instead of the Gnus variable.
5893         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5895         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5897         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5898         since some servers don't like it.
5899         (nnimap-open-connection): Forget credentials if the server says the
5900         password was wrong.
5901         (nnimap-parse-line): Protect against invalid data.
5903         * gnus-sum.el (gnus-summary-move-article): Add comment.
5904         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5905         nothing alters it while scanning for new messages.
5907         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5908         which may or may not help.
5909         (nnimap-open-connection): If we're doing a stream connection, and then
5910         discover we're on a STARTTLS-capable server, then open a STARTTLS
5911         connection instead.
5913 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915         * nnimap.el (utf7): Require.
5917         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5918         prefix.
5920 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5922         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5924 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926         * nnimap.el (nnimap-request-accept-article): Message the error on
5927         error.
5929 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5931         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5933 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935         * nndoc.el (nndoc-request-list): Return success always.
5937         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5938         `fetch-old' -- we only want to fetch the articles we've requested.
5939         The rest are in the agent, probably.
5940         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5941         disappeared server" to something low.  It's not important.
5943         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5944         arrived before the FETCH data.
5946         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5947         target here, because we don't know the Gnus name of the group.
5949         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5950         for the correct group.
5952         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5954         * gnus.el (gnus): Give a final warning after startup.
5956         * gnus-util.el (gnus-action-message-log): New variable.
5957         (gnus-message): Use it.
5958         (gnus-final-warning): New function.
5960         * nnimap.el (nnimap-open-connection): Record the greeting.
5961         (nnimap): Add greeting.
5963 2010-09-26  Julien Danjou  <julien@danjou.info>
5965         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5966         arguments.
5967         (gnus-html-wash-images): Fix spec computing to include start/end.
5969         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5971 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5974         deletion.
5975         (nnimap-retrieve-headers): Don't select the group, because that's
5976         already done by nnimap-possibly-change-group.
5978         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5979         (gnus-picon-transform-address): Use it.
5981         * mail-source.el (mail-source-value): Revert previous patch.
5983         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5984         on failure.
5985         (nnimap-open-connection): Look up both virtual and physical server name
5986         credentials.
5988         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5990 2009-02-08  Dave Love  <fx@gnu.org>
5992         * gnus-win.el (gnus-window-to-buffer-helper)
5993         (gnus-all-windows-visible-p): Function needn't be a symbol.
5995         * mail-source.el (mail-source-value): Function needn't be a symbol.
5997 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999         * message.el (message-cite-prefix-regexp): Remove } from the cite
6000         prefix.
6002         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6003         highlight again, so that the highlight is correct.
6005         * gnus-picon.el (gnus-picon): Remove again.
6006         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6008         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6009         doing the header highlightling, so that the background color of the
6010         picon is correct.
6012         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6013         (gnus-picon): Ditto.
6014         (gnus-picon): Reinstate.  The background color for picons is white.
6015         (gnus-picon-insert-glyph): Make the background white.
6017         * nnml.el (nnml-open-nov): Don't return dead buffers.
6019         * auth-source.el (auth-source-create): Query the user for whether to
6020         store the credentials.
6022         * auth-source.el (auth-source-user-or-password): Use the existing auth
6023         sources, if any, for creation.
6025         * gnus.el (gnus-group-fast-parameter): Return the last matching
6026         parameter instead of the first matching parameter.
6028 2010-09-26  Julien Danjou  <julien@danjou.info>
6030         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034         * mml2015.el (mml2015-use): Remove gpg support.
6036         * mml1991.el (mml1991-function-alist): Remove gpg function.
6037         (mml1991-gpg-sign): Remove.
6039 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6041         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6042         (gnus-browse-unsubscribe-current-group): Document it.
6043         (gnus-browse-unsubscribe-group): Use it.
6045 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6048         address to the To list for easier response.
6050         * gnus.el (gnus-play-startup-jingle): Remove.
6051         (gnus-splash): Don't play jingle.
6052         (gnus): Silence gnus-load message.
6054         * gnus-art.el (gnus-treat-play-sounds): Remove.
6056         * gnus.el (gnus-play-jingle): Remove audio support.
6058         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6060         * earcon.el: Remove -- no users.
6062         * gnus-audio.el: Remove -- no users of this package.
6064         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6066         * gnus-start.el (gnus-setup-news): Remove nocem support.
6068         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6070         * gnus.el (gnus-use-nocem): Remove.
6072         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6073         Remove.
6075         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6076         uses NoCeM any more.
6078         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6079         (gnus-button-ctan-handler): Ditto.
6080         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6081         (gnus-button-ctan-directory-regexp): Ditto.
6082         (gnus-button-handle-ctan): Ditto.
6083         (gnus-button-tex-level): Ditto.
6084         (gnus-button-alist): Remove CTAN stuff.
6086 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6089         nnimap-streaming test.
6091         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6092         servers twice.
6094         * nnimap.el (nnimap-open-connection): Add more error reporting when
6095         nnimap fails early.
6097         * nnheader.el (nnheader-get-report-string): New function.
6098         (nnheader-get-report): Use it.
6100         * gnus-int.el (gnus-check-server): Say what the error was when opening
6101         failed.
6103         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6104         using streaming.
6106 2010-09-25  Julien Danjou  <julien@danjou.info>
6108         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6109         gnus-window-inside-pixel-edges.
6111 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6115         * mm-decode.el (mm-save-part): Allow saving to other directories the
6116         normal Emacs way.
6118         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6119         Suggested by Jay Berkenbilt.
6121         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6122         there isn't a single byte.
6124         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6125         just do it.  It doesn't really seem to matter what the user responds
6126         here, I think, so it's just a confusing question.
6128         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6129         non-streaming case.
6131         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6132         (gnus-article-encrypt-body): Use it.
6134         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6135         keystroke.
6137         * nnimap.el (nnimap-find-wanted-parts-1):
6138         Use gnus-fetch-partial-articles.
6140         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6142         * nnimap.el (nnimap-insert-partial-structure): New function.
6143         (nnimap-get-partial-article): New function.
6144         (nnimap-request-article): Use it.
6145         (nnimap-wait-for-response): Return whether the wait was successful.
6146         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6147         retrieval wasn't successful.
6148         (nnimap-retrieve-group-data-early): Allow throttling servers.
6149         (nnimap-streaming): New variable.
6150         (nnimap-fetch-partial-articles): Remove.
6152         * mm-decode.el (mm-with-part): Protect against killed buffers.
6154         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6155         for prettier summary display.
6157 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6159         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6161 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6164         apparently third-party libraries depend on it.
6166         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6167         before starting negotiation.
6169         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6170         privacy reasons.
6171         (gnus-treat-mail-gravatar): Ditto.
6173         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6174         buffer when inserting images.  Inserting text into the headers, for
6175         instance, can make them invalid.
6177 2010-09-25  Julien Danjou  <julien@danjou.info>
6179         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6180         variables.
6182         * nnheader.el: Remove useless variables news-reply-yank-from and
6183         news-reply-yank-message-id.
6185         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6186         variables.
6188         * mml1991.el: Remove useless mml1991-verbose.
6190         * gnus.el: Remove useless variable gnus-use-generic-from.
6191         Remove obsolete variable gnus-topic-indentation.
6193         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6195         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6197         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6199         * gnus-group.el: Remove useless gnus-group-icon-cache.
6200         Remove useless gnus-ephemeral-group-server.
6202         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6204         * mml2015.el: Remove useless mml2015-verbose.
6206         * mml-smime.el: Remove useless mml-smime-verbose.
6208         * gnus.el: Remove useless gnus-local-domain.
6210         * gnus-gravatar.el (gnus-gravatar-transform-address):
6211         Use gnus-gravatar-size.
6213         * gnus-art.el: Remove useless gnus-treat-translate.
6215 2010-09-24  Julien Danjou  <julien@danjou.info>
6217         * gnus-sum.el: Add support for Gravatars.
6219         * gnus-art.el: Add support for Gravatars.
6221         * gnus-gravatar.el: Add this file.
6223         * gravatar.el: Add this file.
6225 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6229         * gnus-group.el (gnus-group-fetch-faq): Remove.
6231         * gnus.el (gnus-group-faq-directory): Remove.
6233         * gnus-group.el (gnus-group-fetch-charter): Remove.
6235         * gnus.el (gnus-group-charter-alist): Remove.
6237         * gnus-group.el (gnus-group-archive-directory): Remove.
6238         (gnus-group-recent-archive-directory): Ditto.
6239         (gnus-group-make-archive-group): Remove.
6241         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6243         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6244         use the same article number for all the cached articles.
6246         * nnimap.el (nnimap-command): Register the last command time so
6247         that we can use it for idling NOOPs.
6248         (nnimap-open-connection): Start the keeplive timer.
6249         (nnimap-make-process-buffer): Store all the process buffers.
6250         (nnimap-keepalive): New function.
6252         * starttls.el (starttls-open-stream): Add autoload cookie.
6254 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6256         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6257         handling.
6259 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6262         its data structures.
6264         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6265         instead of the cl.el copy-list.
6266         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6267         equalp.
6269 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6271         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6272         and tool-bar-local-item-from-menu.
6274         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6275         mode-line-highlight face for Emacs.
6277         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6278         loading gnus-sum.elc; fix comment for canlock-verify.
6279         (gnus-article-jump-to-part): Use read-number.
6280         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6281         Remove Emacs pre-21 compatible code for help-echo.
6282         (gnus-article-next-page-1): No need to adjust the number of lines.
6283         (gnus-article-describe-bindings): Always use help-buffer.
6285         * gnus-audio.el (gnus-audio-inline-sound)
6286         * gnus-cus.el (gnus-custom-mode)
6287         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6289         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6291         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6292         compatible code.
6294 2010-09-24  Glenn Morris  <rgm@gnu.org>
6296         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6297         visiting the fcc file in rmail-mode.
6299 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6301         * nnir.el: Silence the byte compiler.
6303         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6304         alias to browse-url-url-encode-chars if any.
6305         (gnus-html-encode-url): Use it.
6307 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309         * gnus-start.el (gnus-use-backend-marks): New variable.
6310         (gnus-get-unread-articles-in-group): Use it.
6312         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6313         makeover.
6315 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6317         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6319 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6322         Remove.
6323         (gnus-setup-news-hook):
6324         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6326         * gnus-int.el (gnus-request-update-info): Protect against backends not
6327         having the function.
6329         * nnimap.el (nnimap-stream): Mention starttls.
6330         (nnimap-open-connection): Add starttls support.
6332 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6334         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6336 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6339         BODYSTRUCTUREs.
6340         (nnimap-transform-headers): Unfold quoted {42} headers.
6342         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6343         the info.
6344         (gnus-get-unread-articles): Only call updatep on backends that support
6345         it.
6347         * nnweb.el (nnweb-request-update-info): NOOP.
6349         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6351         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6352         since it only deals with marks.
6354         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6355         gnus-request-marks, and make a new gnus-request-update-info.
6357         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6358         the active instead of the high number, which is usually too low.
6360 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6362         * encrypt.el: Remove.
6364 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6367         server in symbolic form.
6369         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6371 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6374         (nnimap-update-info): Fix up code slightly.
6376         * gnus-int.el (gnus-open-server): Add tracing for performance
6377         debugging.
6379         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6380         (gnus-group-insert-group-line): Pass the real group name so that it
6381         gets the right data.
6383         * gnus-start.el (gnus-get-unread-articles): Don't have
6384         `gnus-get-unread-articles-in-group' update info, since that can be
6385         really slow and doesn't seem to be needed?
6387 2010-09-22  Julien Danjou  <julien@danjou.info>
6389         * gnus-group.el (gnus-group-insert-group-line):
6390         Call gnus-group-highlight-line.
6391         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6392         default hook list.
6393         (gnus-group-update-eval-form): Add new function.
6394         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6395         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6397 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6400         immediate, then expire all articles.
6401         (nnimap-update-info): Fix off-by-one errors.
6402         (nnimap-flags-to-marks): Would return no marks lists for group with no
6403         flags.  Instead return the other data.
6405 2010-09-22  Julien Danjou  <julien@danjou.info>
6407         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6408         Only return an icon.
6409         (gnus-group-insert-group-line): Compute icon to return.
6411         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6412         (gnus-html-image-fetched): Only cache if
6413         gnus-html-image-automatic-caching is set.
6414         (gnus-html-image-fetched): Check for errors.
6416 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6419         once per method on `g'.  This ensures that backends like nnfolder don't
6420         open all their folders.
6422         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6423         (nnimap-request-list): Nix out group in the correct buffer.
6424         (nnimap-parse-flags): Implement by using `read' instead of
6425         hand-parsing.
6426         (nnimap-flags-to-marks): Pass on permanent-flags.
6427         (nnimap-make-process-buffer): Record the server name.
6428         (nnimap-parse-flags): Fix typo.
6429         (nnimap-request-scan): Run split on the server in general, not just a
6430         single group.
6432         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6433         parameter, and propagate this downwards.
6435         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6436         since EXAMINE changes it on the server.
6438         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6439         this command might take a while.
6441 2010-09-22  Julien Danjou  <julien@danjou.info>
6443         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6444         harmful if you have 2 images side-by-side, they can't be properly
6445         update on text deletion.  Using text-property is safer here.
6446         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6447         data.
6449 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451         * nnimap.el (nnimap-expunge-inbox): Remove.
6452         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6453         (nnimap-expunge): Flip default to t.
6455         * gnus.el (gnus-method-to-server): Don't push things to the cache
6456         unless it's unique.
6457         (gnus-server-to-method): Ditto.
6459 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6461         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6463 2010-09-22  Julien Danjou  <julien@danjou.info>
6465         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6466         get the start of data.
6467         (gnus-html-encode-url): Add this function to encode special chars in
6468         URL.
6469         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6470         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6472         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6473         default.
6474         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6476         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6477         images alt-text.
6478         (gnus-html-put-image): Put alt-text as help-echo.
6480 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6483         * mm-util.el (mm-decompress-buffer)
6484         * nnir.el (nnir-run-find-grep)
6485         * pop3.el (pop3-list): Use 3rd arg of split-string.
6487 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6490         outside the active range.  Suggested by Dan Christensen.
6492         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6493         slightly later to avoid double-getting it.
6495         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6496         previous patch.
6498         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6500 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6502         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6504 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506         * gnus-int.el (gnus-open-server): Give a better error message in the
6507         "go offline" case.
6509         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6510         marks for nnimap, which is seldom the right thing to do.
6512         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6513         (gnus-same-method-different-name): New function.
6515         * nnimap.el (parse-time): Require.
6517         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6518         method in the presence of many similar methods.
6520         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6522         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6523         nnml-inhibit-expiry.
6525         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6526         find out whether methods are equal.
6528         * nnimap.el (nnimap-find-expired-articles): New function.
6529         (nnimap-process-expiry-targets): New function.
6530         (nnimap-request-move-article): Request the article before looking at
6531         what the Message-ID is.  Fix found by Andrew Cohen.
6532         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6534         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6535         for oldness in addition to being a predicate.
6537         * nnimap.el (nnimap-request-group): When we have zero articles, return
6538         the right data to Gnus.
6539         (nnimap-request-expire-articles): Only delete articles immediately if
6540         the target is 'delete.
6542         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6543         method, this would bug out.
6545         * gnus-group.el (gnus-group-expunge-group): Rename from
6546         gnus-group-nnimap-expunge, and implemented as a normal interface
6547         function.
6549         * gnus-int.el (gnus-request-expunge-group): New function.
6551         * nnimap.el (nnimap-request-create-group): Implement.
6552         (nnimap-request-expunge-group): New function.
6554 2010-09-21  Julien Danjou  <julien@danjou.info>
6556         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6557         (gnus-html-cache-expired): Add new function.
6558         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6559         wethever we should display image for fetch it.
6560         Compute alt-text earlier to pass it to the fetching function too.
6561         (gnus-html-schedule-image-fetching): Change function argument to only
6562         get one image at a time, not a list.
6563         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6564         cache.
6565         (gnus-html-get-image-data): New function to retrieve image data from
6566         cache.
6567         (gnus-html-put-image): Change buffer argument to use image data rather
6568         than file, and place image above region rather than inserting a new
6569         one.  Do not take alt-text as argument, since it's useless now: we place
6570         the image above alt-text.
6571         (gnus-html-prune-cache): Remove.
6572         (gnus-html-show-images): Start to fetch image when we find one, do not
6573         push into a temporary list.
6574         (gnus-html-prefetch-images): Only fetch image if they have expired.
6575         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6576         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6578 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6580         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6582 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6585         spec inser "*" if the group isn't active instead of 0.
6587         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6588         opening the server.
6589         (nnimap-request-delete-group): Implement group deletion.
6590         (nnimap-transform-headers): Return the size of the entire message in
6591         the Bytes header, not just the size of the first part.
6592         (nnimap-request-move-article): When moving an article from nnimap,
6593         request the article first so the accepting form has an article to
6594         accept.  Reported by Dan Christensen.
6595         (nnimap-command): Make sure that the error message doesn't error out.
6597 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6599         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6600         we haven't requested anything.
6602 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6605         "".  Fix found by Andrew Cohen.
6607         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6608         instead of -encode-string.
6610 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6612         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6614         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6615         by mm-subst-char-in-string.
6617 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6620         waiting for the connection string.
6622         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6623         arriving.
6625         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6626         bogus characters.  This allows selecting certain Gmail groups.
6628         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6629         (nnimap-fetch-partial-articles): New variable.
6630         (nnimap-open-connection): When looking for credentials, also use the
6631         nnimap-server-port.
6632         (nnimap-request-article): Return the group/article number, so that Gnus
6633         `^' works as expected.
6634         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6636         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6637         comments.
6638         (gnus-methods-sloppily-equal): New function.
6639         (gnus): When using the development version of Gnus, load the gnus-load
6640         file.
6642         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6643         `gnus-open-server' on each method before trying to scan them etc.
6644         This ensures that all the backend parameters are set correctly.
6646         * nnimap.el (nnimap-authenticator): New variable.
6647         (nnimap-open-connection): Allow anonymous login.
6648         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6649         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6651         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6652         patch, found by Knut Anders Hatlen.
6654 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6656         * gnus-agent.el (gnus-agent-batch-confirmation)
6657         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6658         to gnus-message.
6659         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6660         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6661         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6662         * gnus-int.el (gnus-open-server): Likewise.
6663         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6664         (gnus-score-check-syntax): Likewise.
6665         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6666         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6667         Likewise.
6668         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6670 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6673         calling conventions so that prefetch doesn't bug out.
6675 2010-09-19  Julien Danjou  <julien@danjou.info>
6677         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6678         rather than `subst-char-in-region' in order to be able to replace ASCII
6679         char by UTF-8 ones.
6681         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6682         than curl.
6683         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6684         the right URL and ALT text on images.
6685         (gnus-html-wash-tags): Fix tag case.
6686         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6687         (gnus-article-html): Add -o display_ins_del=2 option.
6688         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6690 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6693         the extra mail headers, which sometimes seem to happen for unknown
6694         reasons.
6696         * mail-parse.el (mail-header-encode-parameter): Define as
6697         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6698         (or most, perhaps?) mail readers don't understand the latter, but do
6699         understand the former.
6701         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6702         to nil, so that no methods are automatically agentized.  I think this
6703         is probably what most users want.
6705         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6706         from url-retrieve, for instance about invalid URLs.
6708         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6709         groups that have no articles.
6710         (nnimap-request-article): Check that we really got an article when we
6711         requested one.
6713         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6714         doesn't exist.
6716         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6717         nntp buffer so the agent can save it.
6718         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6719         that CRLF doesn't get translated to \n.
6720         (nnimap-open-connection): Don't make 'shell commands only send \n.
6722 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6724         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6725         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6726         Update var name.
6727         (nnml-generate-nov-file): Use dolist.
6728         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6729         Use with-current-buffer.
6731 2010-09-18  Julien Danjou  <julien@danjou.info>
6733         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6734         parallel.
6736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6739         the range update right.
6740         (nnimap-request-group): Don't make `M-g' bug out on group with no
6741         marks.
6742         (nnoo): Require, so that other packages can require nnimap.
6743         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6744         command we're looking for.  This helps when the server sends more
6745         responses after we've gotten everything we expected.
6746         (nnimap): Add a `newlinep' field to keep track of end-of-line
6747         conventions.
6748         Don't send CRLF to things that don't want it.
6749         (nnimap-request-accept-article): Ditto.
6751 2010-09-18  Julien Danjou  <julien@danjou.info>
6753         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6754         than curl to retrieve images.
6756 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6759         the marks.
6760         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6761         (nnimap-wait-for-connection): New function.
6762         (nnimap-open-connection): If we have PREAUTH, don't query for login
6763         credentials.
6764         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6765         when doing a partial update.
6767 2010-09-18  Julien Danjou  <julien@danjou.info>
6769         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6770         tags.
6772 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774         * nnimap.el (nnimap-credentials): New function.
6775         (nnimap-open-connection): Use the new function to look for credentials
6776         also on the numeric equivalents of "imap" and "imaps".
6778         * gnus-start.el (gnus-activate-group): Send the info to
6779         gnus-request-group.
6781         * nnimap.el (nnimap-request-group): Have the "check" version of the
6782         function parse flags and update the info, so that a `M-g' get a total
6783         resync of all flags from the group.
6785         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6786         to allow backends to alter the info on group selection.  Also alter all
6787         the backend -request-group functions to take the parameter.
6789         * nnimap.el (nnimap-store-info): New function.
6790         (nnimap-update-info): Store the info for later usage.
6791         (nnimap-request-group): Use the stored info for the dont-check case, so
6792         that we don't retrieve all marks when we enter a group.
6794         * nnimap.el: Use deffoo instead of defun for interface functions.
6796         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6797         update the group info.  This makes the nndraft groups, for instance, go
6798         back to their old behavior.
6800         * gnus-sum.el (gnus-select-newsgroup): Indent.
6802         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6803         in.
6804         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6805         nothing.
6807         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6808         from methods that are denied.
6810         * gnus-int.el (gnus-method-denied-p): New function.
6812         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6813         store the password instead of netrc.
6814         (nnimap-open-connection): Don't error out when we can't make a
6815         connections.
6817         * auth-source.el (auth-source-create): In the password prompt, say what
6818         we're querying for.  Also prompt for user name if that hasn't been
6819         given.
6821         * nnimap.el (nnimap-with-process-buffer): Remove.
6823 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6826         method when we're reading from the agent.
6828         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6830         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6831         that's probably most useful for users.
6833         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6834         "failed" all the time.
6836         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6837         ...)) with (with-current-buffer ... ).
6839         * nntp.el (nntp-open-server): Return whether the open was successful or
6840         not.
6842         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6843         select an unread unseen article first.
6845         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6846         /etc/services, supply some sensible port defaults.
6848 2010-09-17  Julien Danjou  <julien@danjou.info>
6850         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6852 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6854         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6855         doesn't have any parameters.
6857 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6860         only upcased checks.
6862         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6864         * nnimap.el (nnimap-open-shell-stream): New function.
6865         (nnimap-open-connection): Use it.
6866         (nnimap-transform-headers): Get the number of lines in each message.
6867         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6868         number of lines.
6869         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6870         problem.
6872         * utf7.el (utf7-encode): Autoload.
6874         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6875         to allow the mail splitting to not return a default group.  This is
6876         useful for nnimap, which will leave unmatched mail in the inbox.
6878         * nnimap.el: Rewritten.
6880         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6881         nnimap usage.
6883         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6884         if the move is internal, so that nnimap can do fast internal moves.
6886         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6887         data.
6888         (gnus-read-active-for-groups): Support finishing the early retrieval of
6889         data.
6891         * gnus-range.el (gnus-range-nconcat): New function.
6893         * gnus-int.el (gnus-finish-retrieve-group-infos)
6894         (gnus-retrieve-group-data-early): New functions.
6896 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6899         (nnrss-retrieve-groups):
6900         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6901         (pop3-quit): Use with-current-buffer.
6903 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6906         instead of nnheader-accept-process-output.
6908         * gnus-html.el (gnus-html-schedule-image-fetching)
6909         (gnus-html-prefetch-images): Replace process-kill-without-query by
6910         gnus-set-process-query-on-exit-flag.
6912 2010-09-16  Romain Francoise  <romain@orebokech.com>
6914         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6916 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6919         parameter to unintern is mandatory-ish in Emacs 24.
6921         * gnus-html.el (gnus-html-schedule-image-fetching)
6922         (gnus-html-prefetch-images): Check for curl before using it.
6924         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6925         depend on curl, which isn't essential.
6927         * imap.el: Revert back to version
6928         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6929         seem problematic.
6931 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6933         * gnus-registry.el (gnus-registry-install-shortcuts):
6934         Explicitly pass `obarray' to `unintern' to avoid a warning.
6936 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6939         change.
6941         * nnrss.el (nnrss-request-list): Remove this function and related
6942         functions, including the moreover stuff.
6944 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946         * nnrss.el (nnrss-retrieve-groups): New function.
6948 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6950         * .dir-locals.el: Add no-byte-compile cookie.
6952 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6954         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6955         for back end that doesn't support request-scan.
6957 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6960         then do request scans from the backends.
6962         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6963         avoid running a hook per line, since this takes a lot of time,
6964         profiling shows.
6965         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6966         directly if gnus-visual-p is true.
6968 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6970         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6971         groups; replace mapcar with dolist which is a bit faster; pass groups
6972         info to gnus-read-active-file-1.
6973         (gnus-read-active-file-1): Scan only specified groups if the new
6974         optional arg `infos' is given.
6976 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6980         * pop3.el (pop3-movemail): Remove.
6981         (pop3-streaming-movemail): Rename to pop3-movemail.
6983         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6984         don't restrict end-tag searches to the end of the line.
6986 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6988         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6989         articles of every unchecked group to t, which means unknown since the
6990         server has never been opened.
6992 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994         * gnus-html.el (gnus-html-show-alt-text): New command.
6995         (gnus-html-browse-image): Ditto.
6996         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6997         to browse the image directly.
6998         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6999         better.
7001         * gnus-async.el (gnus-async-article-callback):
7002         Call `gnus-html-prefetch-images' unconditionally.
7004         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7005         before feeding URLs to curl.
7007 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7010         internal images as deletable by `W D D'.
7012         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7013         (gnus-async-article-callback): Fix typo.
7015 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7018         current line to work around bugs in the output from w3m.
7020         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7021         for groups that want that.
7023         * nntp.el (nntp-wait-for-string): Supply a timeout for
7024         accept-process-output to ensure progress.
7026         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7027         level to get unread articles from, then use that for foreign groups,
7028         too.
7030         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7031         confuses the rest of the function.
7033         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7034         for the methods that support -retrieve-groups, too.
7036         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7038 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7040         * pop3.el: Require cl when compiling.
7041         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7043 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7046         that aren't going to be activated.
7047         (gnus-get-unread-articles): Fix up the last commit.
7049         * gnus-html.el (gnus-article-html): Allow calling without specifying
7050         the handle.  In that case, dissect the buffer first.
7052         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7054         * nnimap.el (nnimap-open-connection): Revert the change that would look
7055         into authinfo for imaps instead of imap.
7057         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7058         say that you don't want to call gnus-request-group with don-check, but
7059         do check the reponse.  This is for virtual groups only.
7060         (gnus-get-unread-articles): Count the archive groups as secondary, so
7061         that they're activated the same way as before.
7063         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7064         case-insensitively.
7065         (nnimap-debug): Remove.
7067         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7068         mail from a file, and the file doesn't exist.
7070         * pop3.el (pop3-streaming-movemail): Return t for success.
7072         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7073         .authinfo if we're using ssl connection.
7075         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7076         already have if we're in a main Gnus `g' run.
7078         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7080 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7084         * nnmh.el (nnmh-request-list-1): Bind `file'.
7086         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7087         alias to set-process-query-on-exit-flag or process-kill-without-query.
7088         (pop3-open-server): Use it.
7090 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7093         box to the Incoming file.  Fixes mistake in previous checkin.
7095         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7096         request loop (for debugging purposes) removed.
7098         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7099         culprit is more visible.
7100         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7101         (nnml-add-incremental-nov): New functions to do "incremental" nov
7102         updates, where we just append to the end of the existing nov files
7103         without reading/writing them in full.
7105         * mail-source.el (mail-source-delete-crash-box): Really only check the
7106         incoming files once in a while.
7108         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7110         * mail-source.el (mail-source-delete-crash-box): Only check the
7111         incoming files for deletion once per day to save a lot of file
7112         accesses.
7114         * pop3.el (pop3-logon): Fix up unbound variable typo.
7116         * mail-source.el (pop3-streaming-movemail): Autoload.
7118         * pop3.el (pop3-streaming-movemail):
7119         Respect pop3-leave-mail-on-server.
7121         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7122         retrieval.
7124         * pop3.el (pop3-process-filter): Remove unused function.
7125         (pop3-streaming-movemail, pop3-send-streaming-command)
7126         (pop3-wait-for-messages, pop3-write-to-file)
7127         (pop3-number-of-responses): New functions for streaming pop3
7128         retrieval.
7130         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7131         come from no known methods.
7132         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7133         list.
7135         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7136         message sizes.
7137         (pop3-movemail): Use erase-buffer instead of looping and deleting
7138         regions, which seems rather odd.
7140         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7141         file once per `g' run.
7143         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7144         directories.  This makes the draft queue directory work.
7146         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7147         data from the backends, so that we only request the list of groups from
7148         each method once.  This should speed things up considerably.
7150         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7151         detect that it's not implemented.
7153         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7154         we actually do recurse down into the tree, but don't stat all leaf
7155         nodes.
7157         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7158         then say so instead of bugging out.
7160         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7161         files exist before trying to read them.
7163         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7164         around <pre_int>.
7166         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7168         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7170 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172         * mm-util.el (mm-image-load-path): Just return the image directories,
7173         not all directories in the path in addition to the image directories.
7174         (mm-image-load-path): Maintain a cache of the image directories so that
7175         the `g' command in Gnus doesn't have to stat dozens of directories each
7176         time.
7178         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7179         (gnus-html-wash-tags): Add a new `i' command to insert images.
7180         (gnus-html-insert-image): New command and keystroke.
7181         (gnus-html-redisplay-with-images): New command and keystroke.
7182         (gnus-html-show-images): Rename command.
7183         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7184         spacers.
7185         (gnus-html-wash-tags): Decode entities at the end, so that entities
7186         inside the tags don't mess up the rest of the "parsing".
7188         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7189         so that nnimap methods aren't agentized by default.  There's apparently
7190         many problems related to agent/imap behavior.
7192         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7194         * gnus-html.el: Doc fix.
7196 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7198         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7199         glyph-width and glyph-height instead of display-graphic-p and
7200         image-size; make avoidance of displaying small images work for XEmacs.
7202         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7203         for XEmacs.
7205         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7206         of symbol that holds plist data.
7207         (gnus-process-plist): Remove plist of process after getting it.
7209 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211         * message.el (message-generate-hashcash): Change default to
7212         'opportunistic if hashcash is installed.
7214         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7215         (gnus-html-put-image): Only call image-size once, since it's somewhat
7216         time-consuming on remote X servers.
7218 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7220         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7221         decoded contents.
7222         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7224 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7227         group line format, since it isn't very interesting.
7229         * gnus-agent.el (gnus-agent-short-article),
7230         (gnus-agent-long-article): Increase values for these two variables,
7231         since most people are likely to have more network connection and
7232         storage than before.
7234         * gnus.el (gnus-refer-article-method): Change default to 'current.
7235         When referring an article, the common behavior is to refer it from the
7236         current select method, not the native select method.  The chances of
7237         the native select method having the message in question is rather slim
7238         these days.
7240         * gnus-sum.el (gnus-auto-select-subject): Change default to
7241         `unseen-or-unread'.  I think it's likely that most people want to
7242         select an unseen article over a previously seen, but unread one.
7244         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7245         means that in the article buffer none of the minor mode elements will
7246         be shown, usually, and this is not desirable in most cases.
7248         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7249         that commands like `d' (and the like) go to the next line in the
7250         buffer, instead of the next unread article.  I think this is the
7251         behavior that is most natural for most users.
7252         (gnus-single-article-buffer): Change default to nil, so that people can
7253         have as many article buffers open as they have summary buffer.  I think
7254         this is the most natural way for the groups to behave.
7256         * message.el (message-generate-new-buffers): Change default to
7257         `unsent', so that all new message buffers start their names with the
7258         string "*unsent", and it's easier to find the buffers if you move from
7259         them.
7261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7264         small.  They're probably tracking images.
7265         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7266         (gnus-html-rescale-image): Yet another try at getting the image sizing
7267         right.
7269         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7270         nntp-marks-file-name is nil.
7272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7274         * gnus-html.el (gnus-html-wash-tags)
7275         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7276         Better logging.
7278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7282         * gnus-html.el (gnus-html-wash-tags): Check the value of
7283         gnus-blocked-images in the summary buffer.
7285 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7287         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7289 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7292         like "a", it seems like.
7293         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7294         since it needs to be picked from the correct buffer.
7296         * nnwfm.el: Remove.
7298         * nnlistserv.el: Remove.
7300 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7302         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7303         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7305 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307         * nnkiboze.el: Remove.
7309         * nndb.el: Remove.
7311         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7312         alt text.
7313         (gnus-html-rescale-image): Try to get the rescaling logic right for
7314         images that are just wide and not tall.
7316         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7317         overshadow variable bindings.
7319 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7321         * gnus-html.el (gnus-html-wash-tags)
7322         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7323         Add extra logging.
7325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7328         (gnus-max-image-proportion): New variable.
7329         (gnus-html-rescale-image): New function.
7330         (gnus-html-put-image): Rescale images.
7332 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         Fix up some byte-compiler warnings.
7335         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7336         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7337         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7338         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7339         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7340         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7341         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7343 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7345         * gnus-html.el (gnus-article-html): Decode contents by charset.
7347 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7350         (gnus-html-frame-width, gnus-blocked-images)
7351         * message.el (message-prune-recipient-rules): Add custom version.
7352         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7354         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7355         functions.
7357         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7358         gnus-process-get.
7360 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7362         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7363         instead of lsub directly.
7365 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367         * nnwarchive.el: Remove.
7369         * gnus-soup.el: Remove.
7371         * nnsoup.el: Remove.
7373         * nnultimate.el: Remove.
7375         * gnus-html.el (gnus-blocked-images): New variable.
7377         * message.el (message-prune-recipients): New function.
7378         (message-prune-recipient-rules): New variable.
7380         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7381         guess whether a long line is natural text or not.
7383         * gnus-html.el (gnus-html-schedule-image-fetching):
7384         Use gnus-process-plist and friends for compatibility.
7386 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * gnus-html.el: Require packages that define macros used in this file.
7389         (gnus-article-mouse-face): Declare to silence byte-compiler.
7390         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7391         process-get.
7392         (gnus-html-put-image): Use plist-get to avoid getf.
7393         (gnus-html-prefetch-images): Use with-current-buffer.
7395 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * gnus-ems.el: Provide compatibility functions for
7398         gnus-set-process-plist.
7400         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7401         * gnus.el (gnus-valid-select-methods)
7402         * message.el (message-send-mail-partially-limit)
7403         * mm-decode.el (mm-text-html-renderer)
7404         * mml.el (mml-insert-mime-headers-always)
7405         * smiley.el (smiley-regexp-alist): Bump custom version.
7407 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409         * gnus-html.el: require mm-url.
7410         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7411         with the url to `url'.
7412         (gnus-html-wash-tags): Support cid: URLs/images.
7414 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7417         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7418         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7420         * gnus-move.el: Remove file, since it doesn't really work.
7422         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7423         UTF-8.  This seems to fix problems with some German web feeds.
7425         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7426         at the top so that the proper colors are applied.
7428         * gnus-art.el (gnus-article-view-part): Doc fix.
7430         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7431         XEmacs-compatible.
7432         (gnus-html-put-image): Don't do images on non-graphic displays.
7434         * nnslashdot.el: Remove this unused backend.
7436         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7437         actions.
7438         (gnus-undo-register-1): Revert last change.
7440         * gnus-group.el (gnus-group-completing-read): Protect against not
7441         having completion-styles bound.
7443         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7444         make broken recipients happier.
7446         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7448         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7449         point parameter.
7451         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7452         completion-styles for group selection.
7454 2009-02-04  Andreas Schwab  <schwab@suse.de>
7456         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7457         headers and regexp-quote the match if necessary.
7459 2009-03-24  Miles Bader  <miles@gnu.org>
7461         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7462         the blinking smiley.
7464 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7466         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7467         blink smiley.
7469 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7472         where the dribbel file lives exists.
7474         * message.el (message-send-mail-partially-limit): Change the default to
7475         nil, since most people don't want this.
7477         * mm-url.el (mm-url-decode-entities): Also decode entities like
7478         &#x3212.
7480 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7482         * gnus-sum.el (gnus-summary-idna-message):
7483         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7484         Hyperlink urls in docstrings with URL `...'.
7486 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7488         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7489         functions.
7491 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7494         say what the mouseover text should be.
7496         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7497         version of the mm-w3m-safe-url-regexp variable to only download images
7498         in the groups where we want that to happen.
7500         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7502         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7503         easier debugging.
7504         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7505         big pictures in the article buffer.
7507         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7508         gnus-article-html.
7509         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7510         w3m.
7512         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7514 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7517         which doesn't exist.
7519         * message.el (message-inhibit-ecomplete): New variable to allow some
7520         function to inhibit ecomplete address storage.
7521         (message-resend): Disable ecomplete message storage when resending
7522         messages.
7524         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7526 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7529         Save excursion while copying, moving, and deleting articles in order to
7530         prevent the cursor from jumping to unforeseen place.
7532 2010-08-17  Glenn Morris  <rgm@gnu.org>
7534         * gnus-sync.el: Require gnus components whose functions are used.
7536         * gnus-art.el (bookmark-make-record-function):
7537         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7538         Declare for compiler.
7540         * mm-url.el (mml-compute-boundary): Autoload.
7542 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7544         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7546 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7548         Typo fix "hoo4a" -> "hook".
7550         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7552 2010-08-14  Glenn Morris  <rgm@gnu.org>
7554         * gnus-sync.el (gnus-sync): Fix defgroup version.
7556 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7558         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7560         * gnus-sync.el: Fix docs.
7561         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7562         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7564 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7566         Optimizations for gnus-sync.el.
7568         * gnus-sync.el: Add docs about gnus-sync-backend
7569         possibilities.
7570         (gnus-sync-save): Remove unnecessary message.
7571         (gnus-sync-read): Optimize and show what groups were skipped.
7573 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7575         Minor bug fixes for gnus-sync.el.
7577         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7578         Don't read the sync on get-new-news.
7580         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7581         quiet.
7583         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7584         (fix typo).
7586 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7588         Make saving and restoring of hidden threads work with overlays.
7589         Patch applied by Ted Zlatanov.
7591         * gnus-sum.el (gnus-hidden-threads-configuration)
7592         (gnus-restore-hidden-threads-configuration): Update to deal with text
7593         properties, rather than searching for a magic character.
7595 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7597         New gnus-sync.el library for synchronization of marks.
7599         * gnus-sync.el: New library for synchronization of marks.
7601         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7602         renamed from `gnus-registry-grep-in-list'.
7604         * gnus-registry.el (gnus-registry-follow-group-p):
7605         Use `gnus-grep-in-list'.
7607         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7609 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7612         determining charset of text fails.
7614 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * nnmail.el (nnmail-get-new-mail-1): Revert.
7618         * nnml.el (nnml-active-number): Make sure names of newly created groups
7619         in nnml-group-alist are encoded.
7621 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7623         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7624         containing non-ASCII characters in active file for nnml back end.
7626 2010-07-24  David Engster  <dengste@eml.cc>
7628         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7629         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7631 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7633         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7634         tag (Bug#6654).
7636 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7638         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7639         the article buffer, not the summary buffer.
7641 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7644         Emacs 23 as well.
7646 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7648         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7649         Patch applied by Karl Fogel.
7651         * gnus-sum.el (gnus-summary-bookmark-make-record):
7652         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7654 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7656         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7657         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7658         C-w still not working correctly from Article buffers; Thierry's
7659         patch to fix that will be applied after this.
7661         * gnus-art.el (bookmark-make-record-function): New local variable.
7663         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7664         article buffer.
7665         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7667 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7669         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7670         on changes in bookmark.el.
7672 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7674         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7675         the *other* type of HTML form submission.
7677 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7679         * auth-source.el (auth-source-pick): If choice does not contain a
7680         questioned keyword, set the check to t.
7682 2010-06-12  Romain Francoise  <romain@orebokech.com>
7684         * gnus-util.el (gnus-date-get-time): Move up before first use.
7686 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7688         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7689         (gnus-article-edit-part): Bind it to make last part that is substituted
7690         or deleted visible.
7691         (gnus-mime-display-single): Buttonize part of which id equals to
7692         gnus-mime-buttonized-part-id.
7694 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7696         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7697         (gnus-dd-mmm): Use gnus-date-get-time.
7698         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7699         simplify logic.
7700         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7701         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7703 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7705         * auth-source.el (top): Autoload `secrets-list-collections',
7706         `secrets-create-item', `secrets-delete-item'.
7707         (auth-sources): Fix tag string.
7708         (auth-get-source, auth-source-retrieve, auth-source-create)
7709         (auth-source-delete): New defuns.
7710         (auth-source-pick): Rewrite in order to avoid 2 passes.
7711         (auth-source-forget-user-or-password): New parameter USERNAME.
7712         (auth-source-user-or-password): New parameters CREATE-MISSING and
7713         DELETE-EXISTING.  Retrieve password interactively, if needed.
7715 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7717         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7718         deleting unused directories when gnus-expert-user is t.
7720 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7722         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7723         for each temp file when gnus-article-browse-delete-temp is ask.
7725 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7727         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7729 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7731         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7732         article unless decoding article to be saved.
7734 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7736         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7737         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7738         generated within the mm-with-unibyte-current-buffer macro.
7740 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7742         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7743         to nil when we're in a mml-preview buffer and no group is selected.
7745 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7747         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7748         when catching the `C-g'.  Reported by "Leo".
7750 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7752         * message.el (message-forward-make-body-plain)
7753         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7754         multibyte-string-p.
7756 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7758         * message.el (message-forward-make-body-mml): Assume original message
7759         is multibyte string; error on unibyte.
7760         (message-forward-make-body-plain): Ditto; don't add excessive newline
7761         in body end.
7763 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7765         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7766         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7768 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7770         * mm-extern.el (mm-extern-url): Don't use
7771         mm-with-unibyte-current-buffer.
7772         (mm-extern-cache-contents): Use with-current-buffer instead of
7773         save-excursion + set-buffer.
7775 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7777         * mm-util.el (mm-emacs-mule): Remove.
7779 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7781         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7782         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7783         change.
7785 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7787         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7788         bind the default value of enable-multibyte-characters to nil.
7790 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7792         * message.el (message-forward-make-body-plain)
7793         (message-forward-make-body-mml):
7794         Don't use mm-with-unibyte-current-buffer.
7796 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7798         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7799         (Bug#5592).
7801 2010-05-07  Julien Danjou  <julien@danjou.info>
7803         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7804         it to mm-pipe-part.
7806         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7807         it is given.
7809 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7811         * nnweb.el (nnweb-gmane-search)
7812         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7813         XEmacs.
7815         * gnus-art.el (gnus-article-browse-html-parts)
7816         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7817         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7818         make-temp-file.
7820         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7821         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7822         compiling.
7824         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7825         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7826         XEmacs when compiling.
7828         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7829         gnus-pick-mode-off-hook for XEmacs when compiling.
7830         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7831         gnus-binary-mode-off-hook for XEmacs when compiling.
7833         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7834         Return nil if char-charset is not available.
7836         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7837         macro.
7839         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7840         instead of encode-coding-string.
7842         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7843         'xemacs) instead of mm-emacs-mule to switch function definitions.
7844         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7846 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7848         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7850 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7852         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7853         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7855 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7857         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7858         alias `jka-compr-delete-temp-file' no longer exists.
7860 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         Use define-minor-mode in Gnus where applicable.
7863         * mml.el (mml-mode): Use define-minor-mode.
7864         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7865         (gnus-undo-mode): Use define-minor-mode.
7866         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7867         (gnus-dead-summary-mode): Use define-minor-mode.
7868         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7869         Initialize in declaration.
7870         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7871         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7872         (gnus-mailing-list-mode): Use define-minor-mode.
7873         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7874         (gnus-draft-mode): Use define-minor-mode.
7875         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7876         (gnus-dired-mode): Use define-minor-mode.
7878 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7880         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7881         handles on recursive mml-to-mime translation and check them for
7882         boundary delimiter collisions.  Reported by Greg Troxel.
7884 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7886         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7888 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * mm-util.el (mm-find-buffer-file-coding-system):
7891         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7893 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7895         * message.el (message-generate-headers): Record insertion of optional
7896         headers as well.  Otherwise the check to prevent repeated insertion of
7897         optional headers is a no-op.
7899 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7901         * smime.el: Don't mention CVS.
7903         * nnrss.el (nnrss-fetch): Don't mention CVS.
7905         * nnir.el: Don't mention CVS.
7907 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * gnus-sum.el (gnus-summary-bookmark-make-record):
7910         Add `location' field.
7912 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7915         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7916         Use with-current-buffer to silence the byte-compiler.
7917         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7918         bother to require `gnus'.
7919         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7921 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7923         * gnus-sum.el (gnus-summary-bookmark-make-record)
7924         (gnus-summary-bookmark-jump): New functions.
7925         (gnus-summary-mode): Setup bookmark support.
7927 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7929         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7930         if set.
7932 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7934         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7935         gnus-article-browse-html-save-cid-image; make it work recursively for
7936         forwarded messages as well.
7937         (gnus-article-browse-html-parts): Work when prefix arg is given.
7938         (gnus-article-browse-html-article): Doc fix.
7940 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7942         * message.el (message-default-mail-headers):
7943         (message-default-headers): Carry the value mail-default-headers over
7944         into message-default-mail-headers, rather than message-default-headers.
7946 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7948         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7949         charset.
7951         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7952         charset into the <meta> tag when the article is encoded to utf-8.
7954 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * gnus-art.el (gnus-article-browse-delete-temp-files):
7957         Delete directories as well.
7958         (gnus-article-browse-html-parts): Work for images that do not specify
7959         file names; delete temp directory when quitting; insert header at the
7960         right place; use file: scheme for image files.
7962 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7964         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7965         (gnus-article-browse-html-parts): Use it to make temporary cid image
7966         files in addition to html file so that browser may display them.
7968 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7970         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7972 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7974         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7976 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7978         * auth-source.el (auth-sources): Change default to be simpler.
7979         Explain about Secret Service API sources.  Improve Customize options.
7980         (auth-source-pick): Change to accept any number of search parameters.
7981         Implement fallbacks iteratively, not recursively.  Add scoring on the
7982         second pass and sort by score.  Call Secret Service API when needed.
7983         (auth-source-user-or-password): Use it.  Call Secret Service API
7984         directly when needed to get the user name and the password.
7986 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7988         * message.el (message-interactive): Doc fix.
7989         (message-qmail-inject-args): Reflow.
7990         (message-kill-to-signature): Fix typo in docstring.
7992         * smiley.el (smiley-buffer): Fix typo in docstring.
7994 2010-03-24  Glenn Morris  <rgm@gnu.org>
7996         * mail-source.el (gnus-message): Declare.
7997         (mail-source-delete-old-incoming): Require gnus-util.
7999 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8003         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8005         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8006         password-cache's default if it is not bound.
8007         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8008         password-cache-expiry's default if it is not bound.
8010         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8011         available in Emacs 21.
8013 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8015         * auth-source.el (auth-sources): Fix up definition so extra parameters
8016         are always inline.
8018 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8020         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8021         wasn't updated after mismatch.  Clear cached mailbox info correctly
8022         when uidvalidity changes.
8023         (nnimap-group-prefixed-name): New function to avoid some code
8024         duplication.
8025         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8026         (nnimap-request-group): Use it.
8027         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8028         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8029         with many imap folders.  This is done by caching the group status from
8030         the imap server persistently in a group parameter `imap-status'.  (This
8031         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8032         but not persistently, so every Gnus startup was still very slow.)
8034 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8036         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8037         secrets.el dependency.
8038         (auth-sources): Add optional user name.  Add secrets.el configuration
8039         choice (unused right now).
8041 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8043         * gnus-sum.el (gnus-summary-make-menu-bar):
8044         Let `gnus-registry-install-shortcuts' fill in the functions.
8046         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8047         warnings.
8048         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8049         (gnus-registry-install-shortcuts): Populate and use it in a
8050         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8052 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8054         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8055         In-place substitutions for the group name encoding/decoding.
8056         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8057         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8058         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8059         (nnimap-update-unseen, nnimap-request-list)
8060         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8061         (nnimap-request-set-mark, nnimap-split-to-groups)
8062         (nnimap-split-articles, nnimap-request-newgroups)
8063         (nnimap-request-create-group, nnimap-request-accept-article)
8064         (nnimap-request-delete-group, nnimap-request-rename-group)
8065         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8066         `encoded-mbx' for consistency.
8067         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8068         variable `imap-current-mailbox'.
8070         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8071         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8073 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8075         * pop3.el (pop3-display-message-size-flag): Display message size byte
8076         counts during POP3 download.
8077         (pop3-movemail): Use it.
8078         (pop3-list): Implement listing of available messages.
8080 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8082         * nnir.el (nnir-get-article-nov-override-function): New function to
8083         override the normal NOV retrieval.
8084         (nnir-retrieve-headers): Use it.
8086 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8088         * auth-source.el (netrc-machine-user-or-password): Autoload.
8090 2010-03-19  Glenn Morris  <rgm@gnu.org>
8092         Stop message.el from loading about 40 libraries it doesn't always need.
8093         The general approach is to autoload rather than require, and to
8094         require in the specific functions rather than the file.  (Bug#5642)
8096         * gmm-utils.el: Don't require wid-edit.
8097         (widget-create-child-value, widget-convert, widget-default-get):
8098         Autoload.
8100         * gnus-util.el: Don't require time-date, netrc.
8101         (message-fetch-field, gnus-group-name-decode): Declare rather than
8102         autoloading.
8103         (gnus-fetch-field): Require message.
8104         (gnus-decode-newsgroups): Require gnus-group.
8106         * ietf-drums.el: Don't require time-date.
8108         * message.el: Don't require hashcash, canlock, ecomplete.
8109         Do require mail-utils.  Require nnheader only when compiling.
8110         (smtpmail-default-smtp-server): Remove declaration.
8111         (message-send-mail-function): Check smtpmail-default-smtp-server
8112         is bound rather than requiring smtpmail.
8113         (message-auto-save-directory, message-insert-signature):
8114         Use expand-file-name rather than nnheader-concat.
8115         (nnheader-insert-file-contents): Autoload.
8116         (hashcash-wait-async): Declare.
8117         (message-send-mail): Only call gnus-setup-posting-charset if
8118         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8119         (message-send-mail-with-sendmail): Require sendmail.
8120         (canlock-password, canlock-password-for-verify): Declare.
8121         (message-canlock-password): Require canlock.
8122         (nnheader-get-report): Autoload.
8123         (gnus-setup-posting-charset): Declare.
8124         (message-send-news): Require gnus-msg.
8125         (message-make-references, message-make-in-reply-to): Use mail-header-id
8126         rather than the alias mail-header-message-id.
8127         (ecomplete-add-item, ecomplete-save): Declare.
8128         (message-put-addresses-in-ecomplete): Require ecomplete.
8129         (ecomplete-display-matches): Autoload.
8131         * mm-decode.el: Don't require mailcap, gnus-util.
8132         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8133         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8134         Autoload.
8135         (mailcap-mime-extensions): Declare.
8137         * mm-encode.el: Don't require mailcap.
8138         (mailcap-extension-to-mime): Autoload.
8140         * mml-sec.el: Don't require password-cache.
8142         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8143         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8144         (mml-minibuffer-read-type): Require mailcap.
8145         (mml-preview): Require gnus-msg.
8147         * mml1991.el: Require password-cache.
8148         (password-cache-expiry): Remove declaration.
8150         * mml2015.el: Require password-cache.
8151         (password-cache-expiry): Remove declaration.
8153         * nneething.el (mailcap): Require mailcap.
8155         * nnheader.el (declare-function): Add compatibility stub.
8156         (message-remove-header): Declare rather than autoload.
8157         (nnheader-replace-header): Require message.
8159         * nnimap.el (declare-function): Add compatibility stub.
8160         (netrc-parse, netrc-machine-user-or-password): Declare.
8161         (nnimap-open-connection): Require netrc.
8163         * nntp.el (declare-function): Add compatibility stub.
8164         (netrc-parse, netrc-machine, netrc-get): Declare.
8165         (nntp-send-authinfo): Require netrc.
8167         * rfc2047.el: Don't require qp.
8168         (quoted-printable-encode-region, quoted-printable-decode-string):
8169         Autoload.
8171         * sieve-mode.el: Don't require easymenu.
8172         (easy-menu-add-item): Autoload it.
8174         * spam-stat.el (time-to-number-of-days): Autoload it.
8176 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8178         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8179         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8180         value if any backslash escapes).
8182 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8185         if it is available.  (bug#5647)
8187 2010-02-26  Glenn Morris  <rgm@gnu.org>
8189         * message.el (message-send-mail-function): Change the default, so that
8190         it inherits from a customized send-mail-function.  (Bug#5643)
8192 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8194         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8195         shell-command-to-string signals an error (bug#5299).
8197 2010-02-24  Glenn Morris  <rgm@gnu.org>
8199         * message.el (message-smtpmail-send-it)
8200         (message-send-mail-with-mailclient): Doc fixes.
8202 2010-02-16  Glenn Morris  <rgm@gnu.org>
8204         * message.el (message-default-mail-headers): Change the default value
8205         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8207 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8209         * message.el (message-mail): Just pass yank-action on to message-setup.
8210         (message-setup): Handle (FUN . ARGS) form of yank-action.
8211         (message-with-reply-buffer, message-widen-reply)
8212         (message-yank-original): Handle non-buffer values of
8213         message-reply-buffer (Bug#4080).
8214         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8216 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8218         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8219         Fix typo in docstring.
8221 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8223         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8224         response.
8226 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8228         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8230         * message.el (message-check-news-header-syntax): Protect against a
8231         string that `rfc822-addresses' returns when parsing fails.
8233 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8235         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8236         (gnus-previous-char-property-change): New functions.
8238         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8240 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8242         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8243         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8245 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8247         * message.el (message-exchange-point-and-mark): Rework last change to
8248         avoid using optional arg of exchange-point-and-mark, for backward
8249         compatibility.
8251 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8253         * message.el (message-exchange-point-and-mark):
8254         Call exchange-point-and-mark with an argument rather than setting
8255         mark-active by hand (Bug#5175).
8257 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8259         * nntp.el (nntp-service-to-port): Work for service expressed with
8260         numeric string; replace [:digit:] with [0-9] for XEmacs.
8262 2009-12-17  Glenn Morris  <rgm@gnu.org>
8264         * gnus-group.el (gnus-bug-group-download-format-alist):
8265         Change emacs entry to debbugs.gnu.org.  Bump :version.
8267 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8269         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8271 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8273         * message.el (message-info): Explain why we use `Info-goto-node'.
8275 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8277         * message.el (message-completion-in-region): New compatibility function.
8278         (message-expand-group): Use it.
8280 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8282         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8283         with no unread article should be listed if the 2nd arg `predicate' is
8284         given.
8286 2009-11-29  Juri Linkov  <juri@jurta.org>
8288         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8289         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8290         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8292 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8294         * message.el (message-from-style, message-interactive)
8295         (message-signature): Always set default values from the corresponding
8296         mail-* variables.
8297         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8298         (message-yank-prefix, message-indentation-spaces)
8299         (message-signature-file, message-default-headers): Use boundp rather
8300         than (featurep 'xemacs) to check if the corresponding mail-* variables
8301         exist.
8303 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
8305         * message.el (message-send-mail-with-sendmail): Revert last change.
8307 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8309         * message.el (message-from-style, message-interactive)
8310         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8311         (message-yank-prefix, message-indentation-spaces, message-signature)
8312         (message-signature-file, message-default-headers): For GNU Emacs, set
8313         default values from the corresponding mail-* variables.
8314         (message-send-mail-with-sendmail): Use envelope-from only if
8315         mail-specify-envelope-from is non-nil.
8317 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8319         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8320         containing tspecial characters if they have been already quoted.
8322 2009-10-24  Glenn Morris  <rgm@gnu.org>
8324         * gnus-art.el (help-xref-stack-item): Define for compiler.
8326 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8328         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8330 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8332         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8333         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8335 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8337         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8338         (gnus-overlays-in): New alias to overlays-in.
8340         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8341         gnus-overlay-get, and gnus-delete-overlay.
8342         (gnus-summary-show-thread): Make it work as well for systems in which
8343         next-single-char-property-change is not available.
8344         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8346 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8348         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8350 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8352         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8353         and XEmacs that don't have `remove-overlays'.
8355 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8358         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8359         selective display.  Use overlays instead.
8361 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8363         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8365 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8367         * spam-stat.el (spam-stat-load): Fix typo in message.
8369 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8371         * gnus-art.el (gnus-article-encrypt-body):
8372         * message.el (message-check-recipients):
8373         * mm-util.el (mm-codepage-setup):
8374         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8375         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8377 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8379         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8380         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8381         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8382         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8383         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8385 2009-09-18  Glenn Morris  <rgm@gnu.org>
8387         * gnus-diary.el (gnus-diary-check-message):
8388         * message.el (message-insert-formatted-citation-line):
8389         * nnbabyl.el (top-level):
8390         * nndiary.el (nndiary-schedule):
8391         Fix typos in condition-case handlers.
8393 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8395         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8396         configuration that provides the sole article window in a frame;
8397         position point correctly after deleting a part.
8399 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8401         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8402         (spam-resolve-registrations-routine): Use it to unregister articles
8403         that change status.
8405 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8407         * nnrss.el (nnrss-request-article): Remove binding of
8408         default-enable-multibyte-characters that has gotten needless by
8409         the 2007-07-13 change in rfc2047-encode-message-header.
8411         * mml.el (mml-insert-multipart): Error on the message header.
8412         (mml-insert-part): Error on the message header; position point at
8413         the end of a MIME tag.
8415 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8417         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8418         (gnus-float-time): Alias to float-time if it exists.
8420         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8421         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8422         float-time is available; suppress compile warning for time-to-seconds.
8424 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8427         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8428         Add the optional argument `encoding' that overrides the default.
8430         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8431         mm-encode-buffer.
8433 2009-09-04  Glenn Morris  <rgm@gnu.org>
8435         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8436         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8437         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8438         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8439         * mm-util.el (mm-with-unibyte-current-buffer)
8440         (mm-find-buffer-file-coding-system):
8441         * yenc.el (yenc-decode-region): Use default-value rather than
8442         default-enable-multibyte-characters.
8444 2009-09-03  Glenn Morris  <rgm@gnu.org>
8446         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8447         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8448         than default-enable-multibyte-characters.
8450 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8452         * gnus-art.el (gnus-article-read-summary-keys):
8453         Fix gnus-buffer-configuration's value temporarily used.
8455 2009-09-02  Glenn Morris  <rgm@gnu.org>
8457         * gnus-util.el (gnus-float-time): New function.
8458         * gnus-delay.el (gnus-delay-article):
8459         * gnus-sum.el (gnus-thread-latest-date):
8460         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8461         * nnspool.el (nnspool-request-newgroups):
8462         Use gnus-float-time rather than time-to-seconds.
8463         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8465         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8466         (gnus-header-subject-face, gnus-header-newsgroups-face)
8467         (gnus-header-name-face, gnus-header-content-face):
8468         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8469         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8470         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8471         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8472         (gnus-cite-face-11):
8473         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8474         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8475         (gnus-server-closed-face, gnus-server-denied-face)
8476         (gnus-server-offline-face):
8477         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8478         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8479         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8480         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8481         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8482         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8483         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8484         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8485         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8486         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8487         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8488         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8489         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8490         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8491         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8492         (gnus-summary-high-undownloaded-face)
8493         (gnus-summary-low-undownloaded-face)
8494         (gnus-summary-normal-undownloaded-face)
8495         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8496         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8497         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8498         (gnus-splash-face):
8499         * message.el (message-header-to-face, message-header-cc-face)
8500         (message-header-subject-face, message-header-newsgroups-face)
8501         (message-header-other-face, message-header-name-face)
8502         (message-header-xheader-face, message-separator-face)
8503         (message-cited-text-face, message-mml-face):
8504         * sieve-mode.el (sieve-control-commands-face)
8505         (sieve-action-commands-face, sieve-test-commands-face)
8506         (sieve-tagged-arguments-face):
8507         * spam.el (spam-face):
8508         Mark face aliases with "-face" in the name as obsolete.
8510 2009-09-01  Glenn Morris  <rgm@gnu.org>
8512         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8513         than goto-line.
8515 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8517         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8518         Don't move point if the command is invoked inside the message header.
8520 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8523         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8524         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8525         * nnir.el (nnir-swish-e-index-file):
8526         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8527         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8528         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8529         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8530         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8531         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8533 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8535         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8536         Don't save excursion.
8538 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8540         * nnheader.el (nnheader-find-file-noselect):
8541         * mm-util.el (mm-insert-file-contents):
8542         Use (default-value 'major-mode) instead of default-major-mode.
8544 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8548 2009-08-25  Glenn Morris  <rgm@gnu.org>
8550         * nnir.el (top-level): Don't require cl at run-time.
8551         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8552         Replace cl-function substitute with gnus-replace-in-string.
8553         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8554         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8555         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8556         simplified expansions.
8558 2009-08-22  Glenn Morris  <rgm@gnu.org>
8560         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8561         goto-line.
8563 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8565         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8567         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8568         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8569         (gnus-mm-display-part, gnus-mime-display-single)
8570         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8571         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8573         * gnus-sum.el
8574         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8575         (gnus-summary-move-article): Add expirable mark to articles copied or
8576         moved to group that has auto-expire turned on if the option is non-nil.
8578 2009-07-24  Glenn Morris  <rgm@gnu.org>
8580         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8581         Fix typo.  (Bug#3903)
8583 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8585         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8586         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8587         that should not be used for draft articles.
8588         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8589         that has no concern in minor mode keys.
8590         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8591         Abolish.
8593 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8595         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8596         article without making inquiry to a user for unknown encoding.
8598         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8599         (nnmaildir--scan): Assume i-node and device number that file-attributes
8600         returns might be cons-cell.
8602 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8604         * auth-source.el: Remove docs now in auth.texi.  Don't use
8605         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8606         `auth-source-hide-passwords' and use them.
8608 2009-07-15  Glenn Morris  <rgm@gnu.org>
8610         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8612 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8614         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8615         excessive whitespace from the default values of title and description.
8617 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8619         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8620         mail-fetch-field to fetch Content-Description header in order to
8621         exclude newlines.
8623 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8625         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8626         to deleted part.
8628 2009-05-30  David Engster  <dengste@eml.cc>
8630         * nnmairix.el: Remove old documentation in the commentary block.
8631         (nnmairix-request-group): Do not update active file for nnml back ends.
8632         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8633         end so that overview files are ignored.
8634         (nnmairix-update-groups): Make updating the groups more robust by using
8635         marks.
8636         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8637         with dollar characters in message-id.
8639 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8641         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8642         2008-12-25 in dns.el.
8644 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8647         could happen if the text is only composed of spaces and/or tabs.
8649 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8651         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8652         when sending a queued message to avoid extra mml tags.
8654 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8656         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8658 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8660         * gnus-dired.el: Remove autoload for gnus-setup-message.
8661         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8662         displaying Gnus logo; always use compose-mail.
8664 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8666         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8668 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8670         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8671         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8672         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8673         available.
8674         (gnus-nocem-epg-verify): New function.
8676 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8678         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8680 2009-02-15  Glenn Morris  <rgm@gnu.org>
8682         * gnus-util.el (rmail-insert-rmail-file-header)
8683         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8684         autoloads.
8685         (rmail-default-rmail-file): Remove unnecessary declaration.
8686         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8688 2009-02-14  Glenn Morris  <rgm@gnu.org>
8690         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8691         variable (only used in gnus-util, which declares it anyway).
8692         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8693         which was only needed by gnus-art (changed to not use it any more).
8694         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8695         only used in gnus-util, which autoloads it itself.
8696         (rmail-update-summary): Fix autoload.
8698         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8699         rather than rmail-output-to-rmail-file.
8701 2009-02-07  Glenn Morris  <rgm@gnu.org>
8703         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8704         autoload of function that no longer exists.
8705         (rmail-toggle-header): Declare.
8706         (message-forward-rmail-make-body): Handle mbox Rmail.
8708 2009-01-31  Glenn Morris  <rgm@gnu.org>
8710         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8711         2009-01-09 change.
8713 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8715         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8716         (auth-source-forget-all-cached): New convenience function.
8717         (auth-source-user-or-password): Accept list of modes or a single mode.
8719         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8720         auth-source modes.
8722         * nnimap.el (nnimap-open-connection): Use list of
8723         auth-source modes.
8725         * nntp.el (nntp-send-authinfo): Use list of
8726         auth-source modes.
8728 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8730         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8731         now.
8733 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8735         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8736         coding system in XEmacs; add a workaround for XEmacs.
8738 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8740         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8741         of current-language-environment.
8743 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8745         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8746         available at runtime.
8748 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8750         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8752 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8754         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8755         the greatest positive fixnum value doesn't work under an XEmacs with
8756         bignum support; use the most-positive-fixnum constant instead,
8757         available since Emacs 21.1 with cl and XEmacs 21.1.
8759 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8761         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8762         XEmacs gets not to work.
8764 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8766         * mm-util.el (mm-coding-system-priorities): Allow the value like
8767         "Japanese (UTF-8)" of current-language-environment.
8769 2009-01-09  Glenn Morris  <rgm@gnu.org>
8771         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8772         with last-command-event.
8774 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8776         * message.el (message-fix-before-sending): Amend comment.
8778 2009-01-07  David Engster  <dengste@eml.cc>
8780         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8781         simplified server definitions by converting it via
8782         gnus-server-to-method.
8784 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8786         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8787         parameter's operands.
8789 2009-01-06  David Engster  <dengste@eml.cc>
8791         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8792         primary select method (for gnus-group-mark-article-as-read).
8794 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8796         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8797         `(gnus)Face', not `(gnus)X-Face'.
8799 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8801         * mm-util.el (mm-ucs-to-char): New function.
8803         * mm-url.el (mm-url-decode-entities): Use it.
8805 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8807         * message.el (message-fix-before-sending): Add `eight-bit' to
8808         illegible-text check.
8810 2009-01-03  Michael Olson  <mwolson@gnu.org>
8812         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8813         `headers' is nil.  This can occur if the IMAP server does not have
8814         permissions to read messages from a folder, but can write new messages
8815         to the folder.
8816         (nnimap-request-article-part): Do not insert `data' if it is nil.
8818 2009-01-01  Dave Love  <fx@gnu.org>
8820         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8822         * nnimap.el: Fix author email.
8823         (nnimap-split-rule): Add FIXME comment.
8824         (nnimap-debug): Fix doc string.
8826 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8828         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8829         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8830         to check if those variables exist (first appeared in Emacs 18.50).
8832 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8834         * mm-util.el (mm-line-number-at-pos): New function.
8836         * spam-report.el (spam-report-process-queue): Use it.
8838 2008-12-24  David Engster  <dengste@eml.cc>
8840         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8841         parameters that haven't existed as variables as buffer-local variables.
8843 2008-12-23  Dave Love  <fx@gnu.org>
8845         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8846         cadar.
8848         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8849         imap-starttls-p.
8850         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8852 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8854         * spam-report.el (spam-report-gmane-max-requests): New constant.
8855         (spam-report-gmane-wait): New variable.
8856         (spam-report-gmane-ham, spam-report-gmane-spam)
8857         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8858         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8859         the server.
8861         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8862         Add explanations.
8864         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8865         nnheader-accept-process-output and nnheader-read-timeout if available.
8866         (pop3-movemail): Use it.
8868         * message.el (message-check-news-body-syntax): Fix signature check if
8869         there's an attachment.
8871 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8873         * mm-util.el: Add comments to the mm- emulating functions.
8875 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8877         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8878         Reported by Stephen Berman <stephen.berman@gmx.net>.
8880 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8882         * mm-util.el (mm-substring-no-properties): New function.
8883         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8884         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8885         (mm-string-to-multibyte): Doc fix.
8887         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8889 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8891         * mml.el (mml-attach-file): Strip text properties from file name.
8892         (Bug#1574)
8894 2008-12-16  Glenn Morris  <rgm@gnu.org>
8896         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8898 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8900         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8901         knows since the charset specified might be a bogus alias that
8902         mm-charset-synonym-alist provides.
8904 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8906         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8907         "ISO_8859-1".
8909         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8911 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * mm-util.el (mm-charset-eval-alist):
8914         Define it before mm-charset-to-coding-system.
8915         (mm-charset-to-coding-system): Add optional argument `silent';
8916         define it before mm-charset-override-alist.
8917         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8918         default value if it can be used in Emacs currently running;
8919         silence mm-charset-to-coding-system.
8921 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8923         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8924         `allow-override' which says whether to use `mm-charset-override-alist'.
8925         (rfc2047-decode-encoded-words): Use it.
8927         * mm-util.el (mm-charset-override-alist): Fix custom type;
8928         add `(gb2312 . gbk)' to choices.
8930 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8933         fast.
8935         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8937 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8939         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8940         on links.
8942         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8944 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8946         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8947         users' addresses that don't have domain parts.
8948         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8949         rather than message-narrow-to-head since there will be the message
8950         header separator.
8952 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8955         since the result is inserted in a unibyte buffer anyway.
8956         (nnimap-demule-use-string-to-multibyte): Remove.
8957         (nnimap-demule): Alias it to mm-string-to-multibyte.
8959 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8961         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8962         variable for debugging bug#464 and bug#1174.
8963         (nnimap-demule): Use it.
8965 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8967         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8968         score calculation correctly.
8970 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * message.el (message-send-mail): Just set the buffer to unibyte
8973         rather than use mm-with-unibyte-current-buffer which does a lot more.
8974         (message-send-mail-partially): Don't bother with
8975         mm-with-unibyte-current-buffer since it's already been made unibyte by
8976         message-send-mail.
8978 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8980         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8982 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8984         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8986 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8989         require itself and to remove `with-no-warnings'.
8991 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8993         * starttls.el (starttls-any-program-available): Get the name of the
8994         available TLS layer program.
8995         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8996         well as the host name in the "opening" message.
8998         * auth-source.el (auth-source-cache, auth-source-do-cache)
8999         (auth-source-user-or-password): Cache passwords and logins by default,
9000         allow override with `auth-source-do-cache'.
9001         (auth-source-forget-user-or-password): Allow users to remove cache
9002         entries if needed.
9004 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9006         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9007         condition-case to only the forward-sexp call.
9009 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9011         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9012         quotes contained.  Make it more robust regardless by an extra
9013         condition-case wrapper.
9015 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9017         * nnml.el (nnml-request-expire-articles): Check if the function set to
9018         `nnmail-expiry-target' returns the symbol `delete'.
9020         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9022         * nnmail.el (nnmail-expiry-target): Fix custom type.
9024 2008-10-02  Glenn Morris  <rgm@gnu.org>
9026         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9027         Silence compiler warning.
9029 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9031         * mml.el (mml-menu): Don't assume mml2015 is bound.
9033 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9035         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9036         exists.
9038 2008-09-27  Glenn Morris  <rgm@gnu.org>
9040         * gnus-util.el (mail-header-remove-comments): Autoload it.
9042 2008-09-27  Andreas Schwab  <schwab@suse.de>
9044         * gnus-util.el (gnus-split-references): Strip comments.
9045         (gnus-parent-id): Likewise.
9047 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * message.el (message-confirm-send): Fix version.
9051 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9053         * message.el (message-idna-to-ascii-rhs-1): Use
9054         mail-extract-address-components rather than mail-header-parse-addresses
9055         that is an alias by default to ietf-drums-parse-addresses that does not
9056         support non-ASCII names in headers' contents.
9058 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9060         * message.el (message-confirm-send): Fix variable documentation to
9061         avoid the "y/n" wording.
9063 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9065         * message.el (message-set-auto-save-file-name): Save to a different
9066         filename so multiple messages (especially drafts) can be recovered.
9068 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9070         * message.el (message-confirm-send): Add appropriate version.
9072 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9074         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9075         defvar.
9077 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9079         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9080         (mm-pkcs7-enveloped-magic): Ditto.
9082 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9084         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9085         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9087 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9089         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9090         default, it's better.
9092 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9094         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9095         summary line gnus-number property and ignore them (with a warning
9096         message).
9098 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9100         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9101         macro caddr in the interactive form since it won't be expanded.
9103 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9105         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9106         `charset'; fix name of function called recursively.
9107         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9109 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9112         (gnus-mime-set-charset-parameters): New function.
9113         (gnus-mime-view-part-as-charset): Use it to correctly display part
9114         specifying wrong charset.
9116 2008-09-08  David Engster  <dengste@eml.cc>
9118         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9119         in completing-read for back end server.
9121 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9123         * message.el (message-confirm-send): New variable to confirm sending a
9124         message.
9125         (message-send): Use it.
9127 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9129         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9131 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9133         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9135 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9137         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9138         prevent tracking too many groups.
9139         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9140         Use it.
9142 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9144         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9145         moving point to the bottom of the window in order to avoid recentering.
9147 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9149         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9150         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9151         (gnus-article-beginning-of-window): Fix calculation.
9153 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9155         * gnus-msg.el (gnus-summary-supersede-article)
9156         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9157         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9158         message header.
9160 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9162         * message.el:
9163         * gnus-start.el:
9164         * gnus-registry.el: Remove VMS support.
9166 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9168         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9169         macro.
9170         (rfc2104-hash): Use it.
9172 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9174         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9175         (gnus-summary-sort-by-most-recent-date): New commands.
9176         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9177         and menu entries.
9179 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9181         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9182         don't redisplay article for raw contents; remove plural articles stuff.
9184         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9185         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9186         on gnus-summary-save-article; display results properly.
9188 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9192 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9194         * gnus-art.el (gnus-summary-save-in-pipe):
9195         Consider gnus-save-all-headers.
9197 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9199         * gnus-util.el (ns-focus-frame): Remove declaration.
9200         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9201         like x.
9203 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9205         * rfc2104.el (rfc2104-zero): Delete defconst.
9206         (rfc2104-hex-alist): Likewise.
9207         (rfc2104-hex-to-int): Delete func.
9208         (rfc2104-hexstring-to-bitstring): Likewise.
9209         (rfc2104-nybbles): New defconst.
9210         (rfc2104-hash): Rewrite for speed.
9212 2008-07-16  Glenn Morris  <rgm@gnu.org>
9214         * gnus-util.el (ns-focus-frame): Declare for compiler.
9216 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9218         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9219         set as a group parameter.
9220         (gnus-summary-save-in-pipe): Work when it is called independently.
9221         (gnus-summary-pipe-to-muttprint): Don't modify
9222         gnus-summary-pipe-output-default-command.
9224 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * message.el (message-send-mail-with-sendmail):
9227         Display the error message.
9229 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9231         * gnus-art.el (gnus-default-article-saver):
9232         Add gnus-summary-save-in-pipe to choices.
9233         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9234         gnus-summary-pipe-output-default-command as the default command.
9235         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9236         instead of gnus-last-shell-command.
9238         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9239         New user option.
9240         (gnus-summary-muttprint-program): Mention the value will be changed.
9241         (gnus-summary-save-article): Force showing of all headers.
9242         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9244 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9246         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9248 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9250         * nnimap.el (nnimap-id):
9251         * sieve-manage.el (sieve-manage-open): Doc fixes.
9253 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9255         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9256         if available.
9258 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9260         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9262         * nnkiboze.el (nnkiboze-generate-group):
9263         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9265         * nnmairix.el: Require CL.
9267 2008-06-15  David Engster  <dengste@eml.cc>
9269         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9271 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9273         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9274         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9275         runtime choice under XEmacs.
9277         * gnus-sum.el (gnus-summary-set-display-table):
9278         Use `gnus-put-display-table', `gnus-get-display-table',
9279         `gnus-set-display-table' for the display table, instead of `aset'.
9281 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9283         * nnmairix.el: Add autoloads.
9285 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9287         * nnmairix.el (nnmairix-delete-recreate-group)
9288         (nnmairix-update-and-clear-marks): Fix error messages.
9290 2008-06-14  David Engster  <dengste@eml.cc>
9292         * nnmairix.el: Upgrade to version 0.6.
9293         (nnmairix-group-toggle-propmarks-this-group)
9294         (nnmairix-group-toggle-readmarks-this-group)
9295         (nnmairix-group-delete-recreate-this-group)
9296         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9297         (nnmairix-remove-tick-mark-original-article): New commands.
9298         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9299         (nnmairix-propagate-marks-to-nnmairix-groups)
9300         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9301         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9302         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9303         functions needed for marks propagation and manipulation of read marks.
9304         (nnmairix-update-groups): New function.
9305         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9306         (nnmairix-determine-original-group-from-registry)
9307         (nnmairix-determine-original-group-from-path)
9308         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9309         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9310         New helper functions.
9311         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9312         keystrokes for new commands.
9313         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9314         (nnmairix-request-group): Check allow-fast group parameter.
9315         (nnmairix-request-create-group): Set allow-fast group parameter if
9316         nnmairix-allowfast-default is set.
9317         (nnmairix-close-group): Propagate marks upon closing if needed.
9318         (nnmairix-group-toggle-threads-this-group): Use new.
9319         nnmairix-group-toggle-parameter helper function.
9320         (nnmairix-search): Better check for empty search result.
9321         (nnmairix-goto-original-article): Use new helper functions for
9322         determining original article.
9323         (nnmairix-show-original-article): Make sure message-id is in brackets.
9324         (nnmairix-call-mairix-binary): Change variable name.
9325         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9326         helper function.
9327         (nnmairix-widget-toggle-activate): Fix doc string.
9329 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9331         * nnir.el: Require edmacro when compiling with XEmacs.
9332         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9333         available in Emacs 21.
9335 2008-06-11  Glenn Morris  <rgm@gnu.org>
9337         * gnus-util.el (x-focus-frame):
9338         * gnus.el (image-size):
9339         * mm-decode.el (image-size): Declare.
9341         * gnus-picon.el (declare-function): Add compat definition.
9342         (image-size): Declare.
9344         * gnus-group.el (tool-bar-map):
9345         * gnus-sum.el (tool-bar-map): Define for compiler.
9347         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9349         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9351         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9352         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9353         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9354         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9355         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9356         * sieve-manage.el, spam-report.el, spam.el:
9357         Remove unnecessary eval-and-compile of autoloads.
9359 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9361         * auth-source.el: Precise Tramp doc.
9363 2008-06-07  Glenn Morris  <rgm@gnu.org>
9365         * nnmairix.el: Remove unnecessary eval-when-compile.
9367 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
9369         * nnir.el: New file.
9371 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9373         * gnus-util.el (gnus-read-shell-command): New function.
9374         * mm-decode.el (mm-pipe-part):
9375         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9377 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9379         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9381 2008-06-03  Glenn Morris  <rgm@gnu.org>
9383         * pop3.el (nnheader-accept-process-output): Autoload it.
9385 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9387         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9388         are not 2-digit hexadecimal characters that follow `%'s.
9390 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9392         * message.el (message-bogus-recipient-p): Fix type in doc string.
9393         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9394         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9395         Improve custom options.
9396         (message-bogus-recipient-p): Adjust accordingly.
9398 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9400         * nnmairix.el: Require edmacro when compiling with XEmacs.
9402 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9404         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9405         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9407 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9409         * auth-source.el: Add more docs.
9411 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9414         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9415         retrieval faster in some cases, but might make CPU usage larger.
9416         If this has any bad side effects, we might revert this change.
9418         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9419         seems to make mail retrieval much, much faster.
9420         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9421         unconditionally.
9423         * gnus-draft.el (gnus-group-send-queue):
9424         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9426 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9428         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9430         * message.el (message-bogus-address-regexp): Fix and improve custom
9431         type.
9432         (message-setup-hook): Add message-check-recipients as custom option.
9434 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9436         * message.el (message-cite-function): Remove bogus autoload which crept
9437         in during merge from v5-10.
9439 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9441         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9443         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9445         * auth-source.el: Preliminary Tramp docs.
9446         (auth-sources): Change the default auth-sources to use
9447         EPA .gpg files.
9449 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9451         * nntp.el: Autoload `auth-source-user-or-password'.
9452         (nntp-send-authinfo): Use it.
9454         * nnimap.el: Autoload `auth-source-user-or-password'.
9455         (nnimap-open-connection): Use it.
9457         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9458         for the gnus-message function.
9459         (auth-source-user-or-password): Use it.
9461 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9464         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9465         (rfc2104-hash): Use it.
9467 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9469         * gnus-art.el (gnus-article-toggle-truncate-lines):
9470         Don't use `iff' in docstring.
9472 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9474         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9476         * gnus-util.el (gnus-extract-address-component-name)
9477         (gnus-extract-address-component-email): Convenience functions around
9478         `gnus-extract-address-components'.
9480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9481         Use `gnus-extract-address-component-email' to fix bug of comparing full
9482         sender name to `user-mail-address'.
9484 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9486         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9487         catch/throw to optimize.
9488         (gnus-registry-find-keywords): Just use member to find a keyword.
9490 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9493         is current before calling gnus-server-prepare.
9494         (gnus-server-setup-buffer, gnus-server-update-server)
9495         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9497 2008-05-04  Juri Linkov  <juri@jurta.org>
9499         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9500         (mailcap-file-default-commands): Use mailcap-replace-in-string
9501         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9502         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9504 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9506         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9508 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9511         hooks.
9512         (gnus-update-read-articles): Speed up non-marks-using users.
9513         (gnus-use-marks): Define gnus-use-marks.
9514         (gnus-propagate-marks): Rename variable to something more sensible.
9516 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9518         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9519         (gmm-image-load-path-for-library): Fix typos in docstrings.
9520         (gmm-message): Reflow docstring.
9522 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9524         * mail-source.el (mail-source-set-1, mail-source-bind):
9525         Move auth-source code out of the macro to clean it up and fix bugs.
9527 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9529         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9530         by sender if it's equal to user-mail-address, it's likely to be
9531         useless.
9533         * mail-source.el (mail-source-bind): Don't use user or password if they
9534         are not bound.  Unintern them if they are nil.  Don't use server unless
9535         it's bound, and default it to empty string otherwise.
9537 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9539         * mail-source.el: Load auth-source.el.
9540         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9541         get user name or password, if auth-sources is set up.
9543         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9544         strategy of splitting with parent.
9545         (gnus-registry-split-fancy-with-parent)
9546         (gnus-registry-post-process-groups): Use it and fix prior
9547         bug (returning a list as the split result).
9549         * auth-source.el (auth-sources): Remove server parameter.
9550         (auth-source-pick, auth-source-user-or-password)
9551         (auth-source-user-or-password-imap)
9552         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9553         (auth-source-user-or-password-sftp)
9554         (auth-source-user-or-password-smtp): Remove server parameter.
9556 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9558         * smime.el (smime-sign-region, smime-encrypt-region)
9559         (smime-decrypt-region):
9560         Remove redundant calls to `generate-new-buffer-name'.
9562 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9564         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9565         Don't use QP for message/rfc822.
9566         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9568 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9570         * sieve-manage.el (sieve-string-bytes): Remove.
9571         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9572         correct byte-length only if the process's coding-system is the same as
9573         the one used internally by Emacs to represent strings.
9575 2008-04-22  Juri Linkov  <juri@jurta.org>
9577         * mailcap.el (mailcap-file-default-commands): New function.
9579 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9581         * message.el (message-signature-separator, message-cite-function):
9582         Change custom version.
9584 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9586         * mm-decode.el (mm-display-external): Make temp file read-only.
9588 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9590         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9591         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9592         `C-c C-f d'.
9594 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9596         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9598 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9600         * auth-source.el: Add docs.
9601         (auth-sources): Modify format to support server.
9602         (auth-source-pick, auth-source-user-or-password)
9603         (auth-source-user-or-password-imap)
9604         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9605         (auth-source-user-or-password-sftp)
9606         (auth-source-user-or-password-smtp): Add server parameter.
9608 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9610         * gnus-registry.el: Initialize the registry when gnus-registry-install
9611         is t.
9613 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9615         * compface.el (uncompface): Make buffer unibyte.
9617 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * mail-source.el (mail-source-value):
9620         Prefer fboundp to functionp so it works with macros as well.
9622 2008-04-05  Glenn Morris  <rgm@gnu.org>
9624         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9626 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9629         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9631         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9632         multibyteness after rather than before erasing it.
9634         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9635         mm-with-multibyte.
9636         (gnus-request-article-this-buffer): Make sure the proper decoding is
9637         used if gnus-original-article-buffer happens to be unibyte.
9639         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9640         default-enable-multibyte-characters.
9642         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9643         default-enable-multibyte-characters.
9645         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9647         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9649 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9652         Fix last change in case the element is not even a symbol.
9654 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9656         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9657         imap-enable-exchange-bug-workaround.
9658         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9660 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9662         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9663         a 100 byte status-checks into a 2-3MB transfer for each group.
9664         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9665         to enable bug workaround or not.
9666         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9668 2008-03-31  Glenn Morris  <rgm@gnu.org>
9670         * message.el (mml2015-use): Declare for compiler.
9671         (message-info): Require mml2015 when appropriate.
9673 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9675         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9676         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9677         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9678         (nntp-service-to-port): New function.
9679         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9680         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9681         (nntp-open-netcat-stream): New function.
9682         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9684 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9686         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9688 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9690         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9692 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9694         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9696 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9698         * message.el (message-signature-separator): Change default.
9699         Improve custom type.
9700         (message-cite-function): Change default to
9701         message-cite-original-without-signature.
9703         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9704         toggle.
9706         * message.el (message-check-news-body-syntax): Fix signature check.
9707         (message-setup-1): Mark buffer as unmodified _after_ running
9708         message-setup-hook and handling message-alternative-emails.
9709         (message-shorten-references): Be more strict when building list of
9710         valid references to comply with GNKSA.
9712         * gnus-group.el (gnus-read-ephemeral-bug-group)
9713         (gnus-read-ephemeral-debian-bug-group)
9714         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9716         * message.el (message-info): Don't use booleanp which isn't supported
9717         in Emacs 21 and XEmacs.
9719 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9721         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9722         gnus-group-gmane-group-download-format.
9723         (gnus-group-read-ephemeral-gmane-group): Rename from
9724         gnus-group-read-ephemeral-gmane-group.
9725         (gnus-read-ephemeral-gmane-group-url): Rename from
9726         gnus-group-read-ephemeral-gmane-group-url.
9727         (gnus-bug-group-download-format-alist): New variable.
9728         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9729         (gnus-read-ephemeral-emacs-bug-group): New commands.
9731 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9733         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9734         (gnus-visible-headers): Improve custom type.
9736 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9738         * mml.el (mml-menu): Add workarounds for XEmacs.
9740         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9741         X-Boundary header.
9743         * message.el (message-simplify-recipients): Fix previous commit.
9745 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9747         * mm-util.el (mm-set-buffer-multibyte): New function.
9748         * mm-decode.el (mm-copy-to-buffer): Use it.
9750         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9751         Prefer fboundp to functionp so it works with macros as well.
9753 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9755         * message.el (message-alter-recipients-discard-bogus-full-name):
9756         New function.
9757         (message-alter-recipients-function): New variable.
9758         (message-get-reply-headers): Use it.
9759         (message-replace-header): New helper function.
9760         (message-recipients-without-full-name): New variable.
9761         (message-simplify-recipients): New command.
9763         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9765         * message.el (message-info): Handle EasyPG manual.
9767         * mml.el (mml-menu): Add entry for EasyPG.
9769 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9771         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9772         parameter.
9774         * message.el (message-disassociate-draft): Specify drafts group name
9775         fully.
9777 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9779         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9780         Eliminate unnecessary duplicates from the match list.
9782 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9784         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9785         args of `how-many' of which the XEmacs version doesn't take; declare
9786         Info-index-next as function.
9788 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9790         * gnus-score.el (gnus-score-headers): Fix handling of
9791         gnus-inhibit-slow-scoring.
9793         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9794         string.
9795         (gnus-button-url-regexp): Improve handling of parenthesis.
9796         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9797         (gnus-button-handle-info-keystrokes): Handle index entries.
9799 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9802         Incoming* files.
9804 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9806         * auth-source.el (auth-sources): Rename from auth-source-choices.
9807         (auth-source-pick): Use it.
9809 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9811         * auth-source.el (auth-source-protocols)
9812         (auth-source-protocols-customize, auth-source-choices): Add and
9813         modified variable customizations and defaults.
9814         (auth-source-pick, auth-source-user-or-password)
9815         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9816         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9817         (auth-source-user-or-password-sftp)
9818         (auth-source-user-or-password-smtp): Use new variables and provide an
9819         interface to netrc.el.
9821 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9824         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9825         Make sure the nntp port to specify is a string.
9827 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * nntp.el: Use with-current-buffer.
9830         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9831         dubious mm-with-unibyte-current-buffer.
9832         (nntp-with-open-group-function): New function extracted from
9833         nntp-with-open-group macro.
9834         (nntp-with-open-group): Use the function, so it's easier to debug.
9835         Add indentation and debugging info.
9836         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9837         Recommend the use of the netcat alternatives.
9839         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9840         Avoid mm-string-as-multibyte as well.
9842         * nnweb.el (nnweb-insert-html):
9843         Remove use of nnheader-string-as-multibyte.
9845         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9846         (nnheader-string-as-multibyte): Remove.
9848         * mm-view.el: Use inhibit-read-only.
9849         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9850         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9851         or unibyte-string.
9853         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9854         (mm-uu-yenc-extract): Use with-current-buffer.
9856         * gnus-soup.el (gnus-soup-send-packet): Don't use
9857         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9859         * nnmh.el: Use with-current-buffer.
9860         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9861         mm-string-as-multibyte on the output of mm-encode-coding-string.
9863         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9864         (nnimap-request-move-article): Use with-current-buffer.
9866         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9867         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9868         conversion uses string-make-unibyte rather than string-as-unibyte.
9870         * gnus-msg.el: Use with-current-buffer.
9872         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9874 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9876         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9877         string for caching if it is 'PIN.
9879 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9881         * mail-source.el (mail-source-delete-old-incoming-confirm):
9882         Change default to nil.
9883         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9885 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9888         (gnus-article-goto-prev-page): Work for articles having ^L's.
9890         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9892         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9894 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9896         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9897         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9898         (gnus-bookmark-jump): Adjust some variable names.
9900 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9902         * auth-source.el: New package.
9903         (auth-source-choices): Add customization entry point variable.
9905         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9906         bug.
9908 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9910         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9911         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9912         (gnus-registry-install-shortcuts): Rename from
9913         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9914         the `gnus-registry-mark-map' keymap dynamically from
9915         `gnus-registry-marks'.  The generated functions update the summary line
9916         when a registry mark is added or deleted, and will call
9917         `gnus-registry-install-p' (see the comments in the code).
9918         (gnus-registry-user-format-function-M): Use concat intelligently.
9920         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9921         the registry mark functions.
9923 2008-03-05  Glenn Morris  <rgm@gnu.org>
9925         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9926         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9927         gnus-art.
9928         (top-level): No need to load own source when compiling.
9930 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9932         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9933         Suggested by <chris.anderton@zetnet.co.uk>.
9935 2008-03-04  Glenn Morris  <rgm@gnu.org>
9937         * gnus-sum.el (top-level): No need to require gnus when compiling,
9938         since unconditionally required near start of file.
9939         (gnus-summary-display-while-building): Move definition before use.
9941 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9943         * gnus-registry.el (gnus-registry-user-format-function-M):
9944         Add formatting function.
9946 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9948         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9949         with plists.
9950         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9951         Use new format.
9953 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9955         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9956         `where-is-internal' that returns a range of key sequences.
9958 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9962         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9963         (gnus-summary-jump-to-group): Consider windows on other displayed
9964         frames as well.  Similar changes might be needed elsewhere, but that's
9965         the one I've bumped into during my use.
9967         * nndoc.el (nndoc-oe-dbx-type-p):
9968         * gnus-msg.el (gnus-debug):
9969         * gnus-group.el (gnus-update-group-mark-positions):
9970         Use mm-string-to-multibyte.
9972 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9974         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9975         doesn't handle NotDashEscaped.
9977         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9978         (mml-dnd-attach-options): Fix typo in custom choice.
9980         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9981         Change nndoc-article-type to mbox.
9982         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9984         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9985         to nil, instead of html2text.
9987         * imap.el (imap-debug): Add `imap-ping-server'.
9989         * gnus-bookmark.el: Add FIXMEs.
9991         * message.el (message-form-letter-separator)
9992         (message-send-form-letter-delay): New variables.
9993         (message-send-form-letter): Use them.  New command to send form
9994         letters.  Requested by Uwe Siart.
9995         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9997 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9999         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10000         empty author.
10002 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10004         * gnus-registry.el (gnus-registry-marks): Add variable for
10005         customization of marks and their appearance.
10006         (gnus-registry-read-mark): Use it.
10007         (gnus-registry-do-marks): Add utility function to loop through
10008         `gnus-registry-marks'.
10009         (gnus-registry-install-shortcuts-and-menus): Add function to install
10010         shortcuts and menus.
10011         (gnus-registry-initialize): Use it.
10012         (gnus-registry-default-mark): Clarify documentation.
10014 2008-02-29  Glenn Morris  <rgm@gnu.org>
10016         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10017         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10018         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10019         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10020         Change defcustom :version from 23.0 to 23.1.
10022 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10024         * gnus-registry.el (gnus-registry-follow-group-p)
10025         (gnus-registry-post-process-groups): Add functions to aid registry
10026         splitting and improve logging.  Clarify behavior in function
10027         documentation.
10028         (gnus-registry-split-fancy-with-parent): Use them.
10030 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10032         * gnus-art.el: Use with-current-buffer.
10034 2008-02-27  David Engster  <dengste@eml.cc>
10036         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10037         Express real group name in the response.
10039 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10042         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10043         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10044         autoload gnus-registry-fetch-group when compiling.
10045         (nnmairix-request-group-with-article-number-correction):
10046         Remove unreferenced argument passed to nnmairix-call-backend.
10048 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10050         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10051         (mm-uu-extract): Improve face for low color ttys.
10052         Reported by Sascha Wilde.
10054 2008-02-27  Glenn Morris  <rgm@gnu.org>
10056         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10057         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10058         variables to defconsts.  Convert comments to doc-strings.
10059         (nnmairix-last-server, nnmairix-current-server): Convert from free
10060         variables to defvars.  Convert comments to doc-strings.
10061         (gnus-registry-fetch-group): Autoload.
10062         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10063         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10064         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10065         caddr.
10066         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10067         nnmairix-request-group-with-article-number-correction call.
10068         (nnmairix-fast, nnmairix-group): New, less general names, for free
10069         variables passed from nnmairix-request-group to
10070         nnmairix-request-group-with-article-number-correction.  Declare.
10071         (nnmairix-request-group-with-article-number-correction):
10072         Use nnmairix-fast, nnmairix-group rather than fast, group.
10074 2008-02-26  David Engster  <dengste@eml.cc>
10076         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10077         version 0.5.
10079 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10081         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10082         instead of making an extra function call.  Don't add the current group
10083         to articles only when they have the group.  Use
10084         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10085         Reported by David <de_bb@arcor.de>.
10087 2008-02-24  Miles Bader  <miles@gnu.org>
10089         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10090         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10091         (mm-find-mime-charset-region):
10092         * mm-bodies.el (mm-encode-body):
10093         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10095 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10097         * mail-source.el (mail-source-delete-incoming): Change default.
10098         Supplement doc string.
10100         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10102 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10104         * nnmail.el (nnmail-message-id-cache-file): Derive from
10105         `gnus-home-directory'.
10107 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10109         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10110         Document negative prefix.
10112         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10114 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116         * message.el (message-unsent-separator): Add the Exim bounce
10117         separator.
10119 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10121         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10122         list.
10123         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10124         recipient/signer list.
10126 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10128         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10129         fbound (Emacs 23 unicode), signal an error.
10131 2008-02-08  Glenn Morris  <rgm@gnu.org>
10133         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10135 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10137         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10138         ports to the calls to `netrc-machine-user-or-password' in addition to
10139         "imap" and "imaps".
10141 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10143         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10144         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10145         <hanche@math.ntnu.no>.
10147 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10149         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10151 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10153         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10155         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10157 2008-02-01  Miles Bader  <miles@gnu.org>
10159         * mml.el (mml-parse-1): Remove apparently vestigial use of
10160         `mm-hack-charsets'.
10161         * mm-bodies.el (mm-encode-body): Likewise.
10163 2008-02-01  Kenichi Handa  <handa@m17n.org>
10165         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10166         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10167         (rfc2104-hash): Convert the result of concat to unibyte string.
10169 2008-02-01  Dave Love  <fx@gnu.org>
10171         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10172         coding-system-for-read.
10173         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10175         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10176         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10177         (mm-find-mime-charset-region): Remove hack-charsets stuff.
10179 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10181         * mail-source.el (mail-sources): Add `group' choice.
10183         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10184         parameter `in-group' to control into which group the articles go.
10185         Add treatment of `group' mail-source.
10187 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10189         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10190         * message.el (message-beginning-of-line): Use featurep instead of bound
10191         tests in order to resolve conditionals at compile time.
10193 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10195         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10197         * mm-decode.el (mm-dissect-buffer): Decode description.
10199         * mml.el (mml-to-mime): Encode message header first.
10201 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10203         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10204         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10206 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10208         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10210 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10213         prefix keys.
10214         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10215         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10216         gnus-xmas.el.
10218 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10220         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10221         Add new variables for article mark management.
10222         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10223         list of extra data entries which, when present, will indicate that the
10224         article ID should not be trimmed from the registry.
10225         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10226         functions.
10227         (gnus-registry-read-mark): New function to read a mark name from the
10228         user.
10229         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10230         (gnus-registry-set-article-mark-internal): New functions to add and
10231         remove marks.
10232         (gnus-registry-get-article-marks): New function to show the marks for
10233         an article, or retrieve them for further use.
10235 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10237         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10238         keys when no argument is given.
10240 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10242         * gnus-sum.el (gnus-article-sort-by-random)
10243         (gnus-thread-sort-by-random): Fix doc strings.
10244         Reported by jidanni@jidanni.org.
10246 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10248         * gnus-art.el (gnus-article-describe-bindings): New function.
10249         (gnus-article-read-summary-keys): Use it.
10250         (gnus-article-mode-map): Bind `C-h b' to it.
10252 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10254         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10255         XEmacs.
10256         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10257         Protect against non-character events.
10259 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10261         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10262         New command.
10263         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10264         instead of END.  Change name of the temp file.
10265         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10266         customizable.
10268 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10270         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10271         bind `S W' to gnus-article-wide-reply-with-original; set default
10272         binding to gnus-article-read-summary-send-keys.
10273         (gnus-article-read-summary-keys): Fix the order of keys; display
10274         continuation keys correctly in the echo area; describe bindings
10275         correctly when keys end with `C-h'.
10276         (gnus-article-read-summary-send-keys): New function.
10277         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10278         Work for gnus-article-read-summary-send-keys; display continuation keys
10279         correctly in the echo area.
10280         (gnus-article-reply-with-original): Ignore prefix argument.
10281         (gnus-article-wide-reply-with-original): New function.
10283 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10285         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10286         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10288 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10290         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10291         (gnus-group-read-ephemeral-gmane-group): New command.
10293 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10295         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10297 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10299         * message.el (message-send-mail-function): Increase custom version.
10301         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10302         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10304 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10306         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10307         html parts correctly; support forwarded messages.
10308         (gnus-article-browse-html-article): Remove work buffers.
10310         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10311         compiling.
10312         (netrc-bound-and-true-p): New macro.
10313         (netrc-parse): Use it instead of bound-and-true-p that is not available
10314         in XEmacs 21.4.
10316 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10318         * gnus-registry.el (gnus-registry-mark-article)
10319         (gnus-registry-article-marks): Add functionality to mark articles
10320         through the Gnus registry.
10322         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10323         (netrc-parse): Use encrypt-file-alist to determine if
10324         encrypt-find-model or encrypt-insert-file-contents should be used.
10326 2007-12-19  Glenn Morris  <rgm@gnu.org>
10328         * mml.el (message-options-set, message-narrow-to-head)
10329         (message-in-body-p, message-mail-p, message-encode-message-body):
10330         Autoload.
10331         (message-remove-header, message-narrow-to-headers-or-head)
10332         (message-subscribed-p, message-make-mail-followup-to)
10333         (message-position-on-field, message-news-p)
10334         (message-options-set-recipient, message-generate-headers)
10335         (message-sort-headers): Declare as functions.
10337 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10339         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10340         convention in doc string.
10342 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10345         title to html parts.
10346         (gnus-article-browse-html-article): Pass message header to it.
10348         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10350 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10352         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10353         or password compatible with XEmacs.
10355 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10357         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10358         format document.
10359         (gnus-mime-delete-part): Don't write description line if empty.
10360         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10362 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
10364         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10365         (gnus-summary-mark-read-and-unread-as-read)
10366         (gnus-summary-mark-current-read-and-unread-as-read)
10367         (gnus-summary-mark-unread-as-ticked): Doc fix.
10368         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10370 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10372         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10373         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10375 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10377         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10378         yes-or-no-p.
10380 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10382         * mm-decode.el (mm-add-meta-html-tag): New function.
10383         (mm-save-part-to-file, mm-pipe-part): Use it.
10385         * gnus-art.el (gnus-article-browse-delete-temp-files):
10386         Use gnus-y-or-n-p instead of y-or-n-p.
10387         (gnus-article-browse-html-parts): Work with message/external-body; use
10388         mm-add-meta-html-tag.
10390 2007-12-11  Glenn Morris  <rgm@gnu.org>
10392         * gnus-cache.el: Require gnus-sum not just when compiling.
10394         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10396         * gnus-int.el (gnus-server-opened, gnus-status-message):
10397         Move definitions before use.
10399         * mm-decode.el: Require gnus-util.
10400         (mm-remove-part): Only call delete-annotation on XEmacs.
10402         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10404         * nnmail.el: Require gnus-int.
10406         * spam.el: Move `require's before `eval-when-compile's.
10408         * gnus-ems.el (gnus-alive-p):
10409         * gnus-fun.el (message-goto-eoh):
10410         * gnus-util.el (gnus-group-name-decode):
10411         * mail-source.el (gnus-compress-sequence):
10412         * message.el (Info-goto-node, format-spec):
10413         * mm-bodies.el (message-options-get):
10414         * mm-decode.el (mm-view-pkcs7):
10415         * mm-util.el (gmm-write-region):
10416         * mml-smime.el (mml-compute-boundary)
10417         (gnus-completing-read-with-default):
10418         * mml.el (widget-button-press, gnus-make-hashtable):
10419         * mml1991.el (mm-decode-content-transfer-encoding)
10420         (mm-encode-content-transfer-encoding)
10421         (message-options-get, message-options-set):
10422         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10423         * nnfolder.el (gnus-request-group):
10424         * nnheader.el (ietf-drums-unfold-fws):
10425         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10426         * smime.el (gnus-run-mode-hooks):
10427         * spam-stat.el (gnus-message): Autoload.
10429         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10430         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10431         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10432         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10433         Add declare-function compatibility definition.
10435         * gnus-cache.el (nnvirtual-find-group-art):
10436         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10437         (gnus-add-image, gnus-add-wash-type):
10438         * gnus-group.el (nnkiboze-score-file):
10439         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10440         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10441         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10442         (message-tokenize-header, gnus-get-buffer-create)
10443         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10444         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10445         * gnus.el (gnus-group-decoded-name):
10446         * mail-source.el (imap-capability):
10447         * mm-bodies.el (message-options-set):
10448         * mm-decode.el (gnus-configure-windows):
10449         * mm-extern.el (message-goto-body):
10450         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10451         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10452         (epg-sub-key-validity, message-options-set):
10453         * mml.el (widget-event-point, gnus-configure-windows):
10454         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10455         * mml2015.el (epg-check-configuration, epg-configuration)
10456         (message-options-set):
10457         * nndb.el (nndb-request-article):
10458         * nnfolder.el (gnus-request-create-group):
10459         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10460         * nnmaildir.el (gnus-group-mark-article-read):
10461         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10462         * rfc1843.el (message-fetch-field):
10463         * spam.el (gnus-extract-address-components):
10464         Declare as functions.
10466 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10468         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10470 2007-12-09  Glenn Morris  <rgm@gnu.org>
10472         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10474         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10475         * message.el, mm-view.el, sieve-manage.el, smime.el:
10476         Add declare-function compatibility definition.
10478         * gnus-art.el (w3-region, w3m-region, Info-menu):
10479         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10480         * gnus-sum.el (gnus-get-predicate):
10481         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10482         * message.el (mail-abbrev-in-expansion-header-p):
10483         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10484         (w3m-detect-meta-charset, w3m-region):
10485         * sieve-manage.el (password-read, password-cache-add)
10486         (password-cache-remove):
10487         * smime.el (password-read-and-add): Declare as functions.
10489 2007-12-08  David Kastrup  <dak@gnu.org>
10491         * gnus-sum.el (gnus-summary-simplify-subject-query):
10492         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10493         `message'.
10495 2007-12-07  Glenn Morris  <rgm@gnu.org>
10497         * gnus-art.el (article-make-date-line): Revert previous change.
10499 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10501         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10503 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10505         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10506         Call gnus-add-to-range ranges only once with a prepared article-list.
10508 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10510         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10511         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10512         group names with backslashes.
10513         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10515 2007-12-06  Deepak Goel  <deego3@gmail.com>
10517         * gnus-art.el (article-make-date-line):
10518         * gnus-start.el (gnus-load):
10519         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10523         * gnus-art.el (gnus-use-idna)
10524         * gnus-start.el (gnus-site-init-file)
10525         * message.el (message-use-idna)
10526         * mm-uu.el (mm-uu-hide-markers)
10527         * smiley.el (smiley-style): Revert changes that suppress warnings.
10529 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10531         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10532         specify charset to html source.
10533         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10535 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10537         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10538         idna-program in order to suppress byte compile warning issued by XEmacs
10539         that came to byte compile the default value section of defcustom forms
10540         recently.
10542         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10543         value of installation-directory.
10545         * message.el (message-use-idna): Don't directly refer to the value of
10546         idna-program.
10548         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10550         * smiley.el (smiley-style): Don't directly call face-attribute.
10552 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10554         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10556         * gnus-dired.el: Reduce Gnus dependencies.
10557         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10558         Don't require.  Use autoloads instead.
10559         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10560         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10561         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10562         (gnus-dired-mode): Adjust doc string.
10563         (gnus-dired-mail-mode): New variable.
10564         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10565         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10566         (gnus-dired-mail-buffers): New function.  Return mail or message
10567         composition buffers.
10568         (gnus-dired-attach): Use it.
10569         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10570         NO-DECODE.
10571         (gnus-dired-print): Use `gnus-print-buffer' depending on
10572         `gnus-dired-mail-mode'.
10574 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10576         * rfc2047.el (rfc2047-encoded-word-regexp)
10577         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10578         explaining what regexp patterns are for.
10580 2007-12-04  Glenn Morris  <rgm@gnu.org>
10582         * password.el: Move to ../password-cache.el.
10584         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10585         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10586         * mml-smime.el (password-read, password-cache-add)
10587         (password-cache-remove):
10588         No need to autoload, since mml-sec requires password.
10590         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10591         * message.el (gnus-extract-address-components):
10592         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10594         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10595         password.
10597 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10599         * mailcap.el: Reduce dependencies.
10600         (mail-header-parse-content-type): Autoload.
10601         (mailcap-delete-duplicates): New alias.
10602         (mailcap-mime-info): Add optional argument NO-DECODE.
10603         (mailcap-mime-types): Use mailcap-delete-duplicates.
10605         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10607 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10610         function.
10612         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10613         (gnus-uu-yenc-article): New function.
10615         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10617         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10619 2007-12-02  Glenn Morris  <rgm@gnu.org>
10621         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10622         Move to ../net.
10624         * binhex.el, uudecode.el: Move to ../mail.
10626         * encrypt.el: Remove file.
10628 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10630         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10631         matches on patches.
10633         * gnus-art.el (gnus-article-browse-html-article):
10634         Mention `mm-text-html-renderer' in the doc string.
10636         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10637         string.  Add comments.
10639         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10640         if rhs is ASCII.
10642 2007-12-01  Glenn Morris  <rgm@gnu.org>
10644         * dig.el, dns.el: Move to ../net.
10645         * format-spec.el, hex-util.el, sha1.el: Move to ../.
10647         * mail-source.el (top-level): Require format-spec before
10648         eval-when-compile.
10650 2007-11-30  Glenn Morris  <rgm@gnu.org>
10652         * encrypt.el: Require password, rather than autoloading password-read.
10654 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10656         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10657         caller can indicate whether the cache should be disregarded for this
10658         call.  This way the result of the call is reproducible at all times and
10659         can be considered a canonical server name for the supplied method.
10660         (gnus-agent-method-p): Canonicalize server names by pushing their
10661         method through `gnus-method-to-server' using the no-cache argument.
10663         * gnus-srvr.el (gnus-server-insert-server-line):
10664         Call `gnus-method-to-server' with `no-cache' argument.
10666         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10667         gnus-agent-possibly-synchronize-flags as this should be called when the
10668         server is actually being opened.
10669         (gnus-agent-possibly-synchronize-flags)
10670         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10671         flags file of an agentized server to the latter function.
10673         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10674         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10675         after a connection has been established successfully.
10677 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10679         * gnus-art.el (article-display-face): Force to display face if called
10680         interactively; check if gnus-article-x-face-too-ugly matches author.
10681         (article-display-x-face): Display face even if From header is missing
10682         as article-display-face does.
10684 2007-11-28  Richard Stallman  <rms@gnu.org>
10686         * md4.el: Move to ../.
10687         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10689 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10691         * mail-source.el (mail-sources): Default to fetch from file for
10692         compatibility with default of nnmail-spool-file.
10694 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10696         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10697         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10698         to look for encoded word that should be encoded again.
10699         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10700         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10701         encoding pattern.
10702         (rfc2047-decode-region): Switch strict regexp and loose one according
10703         to rfc2047-allow-irregular-q-encoded-words.
10705 2007-11-26  Simon Josefsson  <simon@josefsson.org>
10707         * imap.el: Move to ../net directory.
10709 2007-11-25  Romain Francoise  <romain@orebokech.com>
10711         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10713 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10715         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10716         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10718         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10719         `nnmail-spool-file'.
10721         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10722         `nnmail-spool-file'.
10724         * gnus-move.el (gnus-change-server): Ditto.
10726         * gnus-kill.el (gnus-batch-score): Ditto.
10728         * gnus-cache.el (gnus-jog-cache): Ditto.
10730         * gnus-msg.el (gnus-summary-reply):
10731         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10733 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10735         * gnus-cache.el (gnus-cache-generate-nov-databases):
10736         Use nnml-generate-nov-databases-directory instead of
10737         nnml-generate-nov-databases-1.
10739 2007-11-24  Glenn Morris  <rgm@gnu.org>
10741         * message.el (message-tool-bar-retro): Update for rename
10742         mail_send.xpm->mail-send.xpm.
10744 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10746         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10747         `smime-ldap-search' for Emacs 22 and up.
10749 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10751         * hashcash.el: Move to ../mail directory.
10753         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
10755         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10756         `smime-ldap-search' for Emacs 22 and up.
10758 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10762         * message.el (message-send-mail-function): Fix error convention.
10763         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10764         (message-widen-reply, message-send-mail, message-talkative-question)
10765         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10766         (message-clone-locals, message-send-news): Use with-current-buffer.
10767         (message-insert-or-toggle-importance): Remove unused var `valid'.
10768         (message-make-references): Remove unused var `new-references'.
10769         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10771 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10773         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10774         (spam-split-symbolic-return-positive): Reflow docstring.
10775         (spam-backends, spam-summary-exit-behavior)
10776         (spam-mark-ham-unread-before-move-from-spam-group)
10777         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10778         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10779         (spam-clear-cache, spam-backend-check, spam-install-backend)
10780         (spam-install-statistical-backend, spam-list-of-processors)
10781         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10782         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10783         (spam-check-crm114, spam-initialize, spam-unload-hook):
10784         Fix typos in docstrings.
10786 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10788         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10789         been checked if they have never been read and those group levels are
10790         higher than the one that a user specified.
10792 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10794         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10795         foreign groups unless a group level is specified by a user.
10796         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10798 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10800         * message.el (message-send-mail-function): Require sendmail.
10802 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10804         * message.el (message-send-mail-function): Check for smtpmail too.
10806         * utf7.el (utf7-encode, utf7-decode): Use coding system
10807         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10809         * message.el (message-send-mail-function): New function.
10810         (message-send-mail-function): Set default using
10811         message-send-mail-function.  Adjust doc string.
10812         (message-send-mail-with-mailclient): New function.
10814 2007-11-17  Richard Stallman  <rms@gnu.org>
10816         * assistant.el: Remove file.
10818 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10820         * smime.el (from):
10821         * rfc2047.el (message-posting-charset):
10822         * qp.el (mm-use-ultra-safe-encoding):
10823         * pop3.el (parse-time-months):
10824         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10825         * nnml.el (files):
10826         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10827         (jka-compr-compression-info-list, ange-ftp-path-format)
10828         (efs-path-regexp):
10829         * nndiary.el (files):
10830         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10831         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10832         (epg-digest-algorithm-alist, inhibit-redisplay)
10833         (password-cache-expiry):
10834         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10835         (pgg-output-buffer, password-cache-expiry):
10836         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10837         (efs-path-regexp):
10838         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10839         (inhibit-redisplay):
10840         * mm-uu.el (file-name, start-point, end-point, entry)
10841         (gnus-newsgroup-name, gnus-newsgroup-charset):
10842         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10843         (latin-unity-ucs-list):
10844         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10845         (mm-uu-binhex-decode-function):
10846         * message.el (gnus-message-group-art, gnus-list-identifiers)
10847         (rmail-enable-mime-composing, gnus-local-organization)
10848         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10849         (gnus-read-active-file, facemenu-add-face-function)
10850         (facemenu-remove-face-function, gnus-article-decoded-p)
10851         (tool-bar-mode):
10852         * mail-source.el (display-time-mail-function):
10853         * gnus-util.el (nnmail-pathname-coding-system)
10854         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10855         (gnus-original-article-buffer, gnus-user-agent)
10856         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10857         (xemacs-codename, sxemacs-codename, emacs-program-version):
10858         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10859         * gnus-start.el (gnus-agent-covered-methods)
10860         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10861         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10862         (gnus-newsgroup-headers, gnus-group-list-mode)
10863         (gnus-group-mark-positions, gnus-newsgroup-data)
10864         (gnus-newsgroup-unreads, nnoo-state-alist)
10865         (gnus-current-select-method, mail-sources)
10866         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10867         (nnmail-spool-file, gnus-cache-active-hashtb):
10868         * gnus-mh.el (mh-lib-progs):
10869         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10870         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10871         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10872         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10873         (gnus-group-buffer):
10874         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10875         (font-lock-set-defaults):
10876         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10877         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10878         (gnus-summary-post-menu, total-parts, type, condition, length):
10879         * gnus-agent.el (gnus-agent-read-agentview):
10880         * flow-fill.el (show-trailing-whitespace):
10881         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10882         eval-and-compile wrappers for byte compiler pacifiers.
10884         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10885         (mm-display-inline-fontify): Check for featurep 'xemacs not
10886         extent-list.
10888         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10889         itimer-list.
10890         (mm-create-image-xemacs): Only do something for XEmacs.
10891         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10893         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10895         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10896         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10898 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10900         * nnimap.el (nnimap-split-download-body):
10901         * gnus-demon.el (gnus-demon):
10902         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10904 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10907         New macros.
10908         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10909         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10910         copy data from unibyte buffer to multibyte current buffer.
10911         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10912         to copy data from unibyte current buffer to multibyte buffer.
10913         (nntp-make-process-buffer): Make process buffer unibyte.
10915         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10917 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10919         * pop3.el (pop3-open-server): Accept and process data more robustly at
10920         connexion start to avoid spurious "POP SSL connexion failed" errors.
10922 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10924         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10925         read group names.
10927 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10929         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10931 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10933         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10934         (nnmail-save-active): Use a unibyte buffer when saving active file,
10935         which may contain non-ASCII group names.
10937         * nnml.el (nnml-request-group): Decode group names in messages.
10939 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10941         * message.el (message-citation-line-function)
10942         (message-insert-formatted-citation-line): Fix spelling of
10943         `message-insert-formated-citation-line'.
10945 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10947         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10949 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10951         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10952         nnmail-pathname-coding-system.
10954         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10955         that a user enters; decode group names in messages.
10957         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10959 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10961         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10963         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10965         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10966         risky local variable.
10968         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10970 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10972         * encrypt.el: Improve documentation to fix function name typo.
10973         Reported by Daiki Ueno <ueno@unixuser.org>.
10975 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10977         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10978         even if the point is not in the last page of an article.
10979         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10980         back to the previous page.
10982 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10984         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10986 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10988         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10990 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10992         * message.el (message-check-news-body-syntax):
10993         Avoid mm-string-as-multibyte.
10994         (message-hide-headers): Don't assume (point-min)==1.
10996 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10998         * message.el (message-remove-blank-cited-lines): Fix if remove is
10999         given.
11000         (message-bogus-address-regexp): New variable.
11001         (message-bogus-recipient-p): New function.
11002         (message-check-recipients): New command.
11003         (message-syntax-checks): Add `bogus-recipient'.
11004         (message-fix-before-sending): Add `bogus-recipient'.
11006         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11007         (gnus-treat-body-boundary): Don't test window-system.
11009 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11011         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11013 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11015         * gnus.el: Bump version to Gnus v5.13.
11017 2007-10-28  Miles Bader  <miles@gnu.org>
11019         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11020         at compile-time too.
11022 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11024         * gnus-msg.el (gnus-message-setup-hook):
11025         Add `message-remove-blank-cited-lines' to options.
11027 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11029         * message.el (message-remove-blank-cited-lines): New function.
11030         Suggested by Karl PlĂ€sterer.
11032 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11034         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11035         mapc.
11037         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11038         (top-level): Use mapc to set functions to be traced for debugging.
11040         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11041         called for effect with while loop.
11043         * message.el (message-talkative-question): Replace mapcar called for
11044         effect with mapc.
11046         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11047         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11048         called for effect with dolist.
11050         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11052         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11053         gnus-extra-headers and nnmail-extra-headers.
11055         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11056         called for effect with dolist.
11057         (top-level): Use mapc to set functions to be traced for debugging.
11059         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11060         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11061         dolist.
11063         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11064         Replace mapcar called for effect with mapc.
11065         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11066         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11067         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11068         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11070         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11071         remove-if that's a cl function.
11073         * webmail.el (webmail-debug): Replace mapcar called for effect with
11074         dolist.
11076 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11078         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11079         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11080         with while loop.
11082         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11083         functions from article-* functions.
11084         (gnus-multi-decode-header): Replace mapcar called for effect with
11085         dolist.
11087         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11088         (gnus-bookmark-show-details): Replace mapcar called for effect with
11089         while loop.
11091         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11092         called for effect with while loop.
11094         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11095         with dolist.
11097         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11098         Replace mapcar called for effect with dolist.
11100         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11102         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11103         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11104         Replace mapcar called for effect with dolist.
11105         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11106         mapc.
11108         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11109         Replace mapcar called for effect with dolist.
11110         (gnus-topic-list): Replace mapcar called for effect with mapc.
11112         * gnus.el: Use mapc instead of mapcar to add autoloads.
11114 2007-10-23  Richard Stallman  <rms@gnu.org>
11116         * gnus-group.el (gnus-group-highlight): Mark as risky.
11118 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11120         * gnus.el (gnus-server-to-method): Return method found first in
11121         gnus-newsrc-alist.
11123         * gnus-art.el (gnus-article-highlight-signature)
11124         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11125         button overlay without the front stickiness.
11127 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11129         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11130         overview buffer needed a catch to receive its throw.
11131         (gnus-agent-flush-cache): Declare as interactive to make this function
11132         easier to use.
11134 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11136         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11137         `next-line'.
11139 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11141         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11142         exclude address matching message-dont-reply-to-names.
11144 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11146         * gnus-util.el (gnus-string<): New function.
11148         * gnus-sum.el (gnus-article-sort-by-author)
11149         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11151 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11153         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11154         the frame-focus tag is set in gnus-buffer-configuration.
11156 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11158         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11159         the front stickiness.
11161 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11163         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11164         url pattern; remove duplicate one.
11165         (gnus-article-extend-url-button): New function.
11166         (gnus-article-add-buttons): Use it.
11167         (gnus-button-push): Use concatenated url that it makes.
11169 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11171         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11172         (sieve-manage-open): Use `mapc' instead of `mapcar'.
11174 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11177         Don't hardcode point-min==1.
11179 2007-09-30  David Kastrup  <dak@gnu.org>
11181         * gnus-art.el (gnus-article-reply-with-original)
11182         (gnus-article-followup-with-original): When `transient-mark-mode' is
11183         off, refrain from active-region behavior for followups.
11185 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11187         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11188         Fix comment about "iso8859-1".
11190 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11192         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11193         ones returned from the verify-function.
11195         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11196         Call mml2015-extract-cleartext-signature if extraction failed.
11198 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11201         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11202         failed.
11204 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11206         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11208 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11210         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11211         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11212         thread for both the null and zero (kill/expire thread) universal prefix
11213         cases.
11214         (gnus-summary-expire-thread): Add new function to expire a thread,
11215         using gnus-summary-kill-thread.
11216         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11217         shortcuts for gnus-summary-expire-thread.
11218         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11219         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11221 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11223         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11224         extras value, so an extras entry can be deleted.
11225         (gnus-registry-delete-extra-entry): Use it.
11226         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11227         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11228         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11229         storage through the gnus-registry, and provide an appropriate API for
11230         it.
11232 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11234         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11235         Suggested by Leo <sdl.web@gmail.com>.
11237         * gnus.el: Do.
11239 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11241         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11242         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11244         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11246         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11247         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11249 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11251         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11252         newline.
11253         (nnmbox-request-accept-article): Don't change article in source buffer;
11254         narrow to header to use message-fetch-field rather than
11255         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11256         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11257         as delimiters; make sure article ends with newline.
11258         (nnmbox-delete-mail): Correct last position of article to be deleted;
11259         ignore X-Gnus-Newsgroup header in article body.
11260         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11261         positions; make sure article ends with newline.
11263         * message.el (message-display-abbrev): Don't infloop when a user
11264         inserts SPC in the beginning of header.
11266 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11268         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11269         list of groups not followed by default.  Fix type to be regexp.
11270         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11272 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11274         * hmac-def.el (define-hmac-function): Switch from old-style to
11275         new-style backquotes.
11277         * md4.el (md4-make-step): Likewise.
11279 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11281         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11282         raw-text coding system when saving .newsrc file, which may contain
11283         non-ASCII group names.
11285 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11287         * gnus-cus.el (gnus-score-extra): New widget.
11288         (gnus-score-extra-convert): New function.
11289         (gnus-score-customize): Use it for Extra.
11291 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11293         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11294         (mml2015-mailcrypt-clear-verify): Use it.
11295         (mml2015-gpg-clear-verify): Use it.
11296         (mml2015-pgg-clear-verify): Use it.
11297         (mml2015-epg-clear-verify): Replace the current part with the output
11298         from GnuPG; don't extract the plaintext by itself.
11300         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11301         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11302         mml2015-clear-verify-function; don't touch the armor headers or
11303         dash-escaped text here.
11305 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11307         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11308         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11309         parts, or application/octet-stream as a last resort.
11310         (gnus-mime-view-part-as-type): Don't toggle display.
11311         (gnus-mime-view-part-as-charset): Don't turn off display before
11312         querying charset.
11314         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11315         stuff to undisplayer function in Emacs.
11316         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11318         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11319         text/calendar parts.
11321 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11323         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11324         decoding text/calendar parts.
11326         * message.el (message-forward-make-body-mime): Always mark body as
11327         having no illegible text; remove signed-or-encrypted argument.
11328         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11330         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11331         (mml-generate-mime-1): Don't encode body if it is specified to be in
11332         raw form; don't make buffer be unibyte when inserting multibyte string.
11334 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * sha1.el: Fix up comment style.
11337         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11338         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11340         * hex-util.el: Fix up comment style.
11341         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11343         * gnus-salt.el: Use with-current-buffer.
11344         (gnus-pick-setup-message): Fix long-standing typo.
11346 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11348         * imap.el (imap-logout-timeout): New variable.
11349         (imap-logout, imap-logout-wait): New functions.
11350         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11352         * nnimap.el (nnimap-logout-timeout): New server variable.
11353         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11354         nnimap-logout-timeout.
11356         * gnus-art.el (gnus-article-summary-command-nosave)
11357         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11359 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11361         * gnus.el (gnus-maximum-newsgroup): New variable.
11363         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11364         according to gnus-maximum-newsgroup.
11366         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11367         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11368         Limit the range of articles according to gnus-maximum-newsgroup.
11370 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11372         * gnus-art.el (gnus-sticky-article): Fix problems described in
11373         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11374         Don't perform gnus-configure-windows here; reuse existing sticky
11375         article buffer.
11377         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11378         it doesn't exist in gnus-article-mode.
11380 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11382         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11383         (gnus-agent-decoded-group-name): New function.
11384         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11385         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11387 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11389         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11390         Add binding for gnus-sticky-article.
11391         (gnus-summary-exit): Don't kill sticky article buffers.
11393         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11394         article buffer.
11395         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11396         (gnus-kill-sticky-article-buffers): New commands.
11398 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11400         * nntp.el (nntp-xref-number-is-evil): New server variable.
11401         (nntp-find-group-and-number): If it is non-nil, don't trust article
11402         numbers in the Xref header.
11404 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11406         * gnus-agent.el (gnus-agent-read-group): New function.
11407         (gnus-agent-flush-group, gnus-agent-expire-group)
11408         (gnus-agent-regenerate-group): Use it.
11409         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11410         nnmail-pathname-coding-system.
11412 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11414         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11416         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11417         that are unread as unread, and also as selected so that information of
11418         marks having been changed by a user may be updated when exiting group.
11420 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11422         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11424 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11426         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11427         calculated ignoring signature parts to gnus-treat-article.
11429 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11431         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11432         a point here in order to keep the window start.
11433         (gnus-insert-mime-security-button): Make a button overlay without the
11434         front stickiness.
11435         (gnus-mime-display-security): Goto the end of a button.
11437         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11439 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11441         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11442         group-name-at-point.
11443         (gnus-group-completing-read): New function that offers decoded
11444         non-ASCII group names for completion.
11445         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11446         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11447         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11448         (gnus-group-fetch-control): Use it.
11449         (gnus-fetch-group): Use group-name-at-point for the initial value
11450         rather than the default value; use gnus-alive-p.
11452         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11453         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11454         (gnus-summary-post-news): Use gnus-group-completing-read.
11456         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11457         (gnus-read-move-group-name): Decode group name for completion.
11459 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11461         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11462         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11463         Yamaoka slightly modified the code).
11465 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11467         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11468         (nnmail-split-incoming): Bind it.
11470         * nnml.el (nnml-group-name-charset): New function.
11471         (nnml-decoded-group-name): Use it; don't decode group name if
11472         nnmail-group-names-not-encoded-p is non-nil.
11473         (nnml-encoded-group-name): New function.
11474         (nnml-group-pathname): Inline nnml-decoded-group-name.
11475         (nnml-request-expire-articles): Decode group name in message.
11476         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11477         nnmail-pathname-coding-system.
11478         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11479         not decoded ones according to nnmail-group-names-not-encoded-p.
11480         (nnml-generate-active-info): Use nnml-encoded-group-name.
11482 2007-08-08  Glenn Morris  <rgm@gnu.org>
11484         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11485         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11486         doc-strings and comments.
11488 2007-07-25  Glenn Morris  <rgm@gnu.org>
11490         * Relicense all FSF files to GPLv3 or later.
11492 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11494         * gnus-sum.el (gnus-summary-move-article):
11495         Make gnus-summary-respool-article work.
11497 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11499         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11500         string.
11502 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11504         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11505         that should be ignored when comparing distant RSS articles with local
11506         ones.
11507         (nnrss-make-hash-index): New function.  Create a hash index according
11508         to the ignored fields.
11509         (nnrss-check-group): Use it.
11511 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11513         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11515         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11517         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11518         the new optional argument ENCODED is non-nil.
11519         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11520         coding system for encoding group name.
11521         (gnus-group-make-rss-group): Pass un-encoded group name to
11522         gnus-group-make-group.
11523         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11524         encoded.
11526         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11527         Encode group name to which articles are moved or copied.
11528         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11529         coding system for encoding Newsgroup, Followup-To and Xref headers.
11531         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11532         marks; use nnheader-file-coding-system to write a file.
11533         (nnagent-retrieve-headers): Bind file-name-coding-system to
11534         nnmail-pathname-coding-system.
11536         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11538         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11539         (nnml-request-article, nnml-request-create-group)
11540         (nnml-request-rename-group, nnml-find-id)
11541         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11542         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11543         (nnml-save-marks): Use nnml-group-pathname instead of
11544         nnmail-group-pathname.
11546         (nnml-request-create-group, nnml-request-expire-articles)
11547         (nnml-request-move-article, nnml-request-delete-group)
11548         (nnml-deletable-article-p, nnml-possibly-create-directory)
11549         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11550         (nnml-open-marks): Bind file-name-coding-system to
11551         nnmail-pathname-coding-system.
11553         (nnml-request-article): Pass server argument to nnml-find-group-number.
11554         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11555         Pass server argument to nnml-possibly-create-directory.
11556         (nnml-request-accept-article): Pass server argument to
11557         nnml-active-number and nnml-save-mail.
11558         (nnml-find-group-number): Pass server argument to nnml-find-id.
11559         (nnml-request-update-info): Pass server argument to
11560         nnml-marks-changed-p.
11562         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11563         (nnml-save-mail, nnml-active-number): Add server argument.
11565         (nnml-request-delete-group): Warn if group is missing.
11566         (nnml-get-nov-buffer): Decode group name.
11567         (nnml-generate-active-info): Encode group name.
11568         (nnml-open-marks): Decode group name in messages.
11570 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11572         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11573         if it is not specified.
11574         (gnus-article-pipe-part, gnus-article-save-part)
11575         (gnus-article-interactively-view-part, gnus-article-copy-part)
11576         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11577         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11578         (gnus-article-replace-part, gnus-article-delete-part)
11579         (gnus-article-view-part-as-type): Pass raw prefix argument to
11580         gnus-article-part-wrapper.
11582 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11584         * gnus-agent.el (gnus-agent-save-active):
11585         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11587         * gnus-cache.el (gnus-cache-save-buffers)
11588         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11589         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11590         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11591         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11592         (gnus-cache-generate-active, gnus-cache-rename-group)
11593         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11594         (gnus-cache-update-overview-total-fetched-for):
11595         Bind file-name-coding-system to nnmail-pathname-coding-system.
11596         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11597         New variables.
11598         (gnus-cache-decoded-group-name): New function.
11599         (gnus-cache-file-name): Use it.
11600         (gnus-cache-generate-active): Use non-decoded group name for active.
11602         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11603         right place.
11604         (gnus-write-active-file): Don't break non-ASCII group names.
11606         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11607         nnmail-pathname-coding-system.
11609         * gnus-uu.el (gnus-uu-decode-save): Typo.
11611 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11613         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11615 2007-07-14  David Kastrup  <dak@gnu.org>
11617         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11618         finishing actions if we did not edit the article.
11620 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11622         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11623         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11624         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11625         (gnus-agent-flush-group, gnus-agent-flush-cache)
11626         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11627         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11628         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11629         (gnus-agent-regenerate-group)
11630         (gnus-agent-update-files-total-fetched-for)
11631         (gnus-agent-update-view-total-fetched-for):
11632         Bind file-name-coding-system to nnmail-pathname-coding-system.
11633         (gnus-agent-group-pathname): Don't encode file names by
11634         nnmail-pathname-coding-system.
11635         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11636         coding-system-for-write instead of buffer-file-coding-system to
11637         gnus-agent-file-coding-system.
11639         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11640         Decode group name.
11642         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11644         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11645         (gnus-read-newsrc-el-file): Make group names unibyte.
11647         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11648         nnmail-pathname-coding-system.
11650         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11651         (nnrss-request-delete-group): Bind file-name-coding-system to
11652         nnmail-pathname-coding-system.
11653         (nnrss-read-server-data, nnrss-read-group-data):
11654         Bind file-name-coding-system correctly.
11655         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11657         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11658         (nntp-server-to-method-cache): New variable.
11659         (nntp-group-pathname): New function that decodes non-ASCII group names.
11660         (nntp-possibly-create-directory, nntp-marks-changed-p)
11661         (nntp-save-marks, nntp-open-marks): Use it.
11662         (nntp-possibly-create-directory, nntp-open-marks):
11663         Bind file-name-coding-system to nnmail-pathname-coding-system.
11664         (nntp-open-marks): Decode group names when bootstrapping marks.
11666         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11667         Newsgroups and Folowup-To headers.
11669 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11671         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11672         (gnus-server-closed-face, gnus-server-denied-face)
11673         (gnus-server-offline-face): Remove variable.
11674         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11676         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11677         of modifying message-stack directly for XEmacs.
11679         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11680         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11681         if the coding-system argument is nil for XEmacs.
11683         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11684         mm-charset-override-alist.
11686         * rfc2047.el: Don't require base64; require rfc2045 for the function
11687         rfc2045-encode-string.
11688         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11689         to quote the parameter value.
11691 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11693         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11694         form in gnus-group-name-charset-method-alist.
11696         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11697         overrides the default layout edit-form.
11699         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11701         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11703 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11705         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11706         as unfetched articles.
11708 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11710         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11712 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11714         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11715         original back end that keeps marks in the local system.
11717 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11719         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11720         arg of pop-to-buffer for XEmacs.
11721         (gnus-article-read-summary-keys): Ditto; don't restore window
11722         configuration if summary command ends up with neither article buffer
11723         nor summary buffer; describe bindings if summary keys end with C-h.
11725 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * message.el (message-fix-before-sending): Skip raw message part to be
11728         forwarded while checking illegible text.
11729         (message-forward-make-body-mime, message-forward-make-body):
11730         Mark signed or encrypted raw message as having no illegible text.
11732 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11735         (gnus-message-with-timestamp-1): New macro.
11736         (gnus-message-with-timestamp): New function.
11737         (gnus-message): Use them.
11739         * nnheader.el (nnheader-message): Use them.
11741 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11743         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11744         .newsrc.eld file.
11746 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11748         * gnus-agent.el (gnus-agent-fetch-headers)
11749         (gnus-agent-retrieve-headers):
11750         Bind gnus-decode-encoded-address-function to identity.
11752         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11753         available also when the server returns simply a dot.
11755         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11757 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11759         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11761 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11763         * gnus-ems.el (gnus-x-splash): Make it work.
11765         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11766         from being used.
11768 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11770         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11771         the front stickiness.
11772         (gnus-article-summary-command-nosave): Correct the order of the
11773         arguments passed to pop-to-buffer.
11774         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11775         summary command ends up with the article buffer.
11777         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11778         the same faces.
11780 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11782         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11784 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11786         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11787         * gnus-sum.el (gnus-summary-highlight):
11788         * mail-source.el (mail-source-delete-old-incoming-confirm):
11789         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11791 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11793         * gnus-art.el (gnus-mime-view-part-externally)
11794         (gnus-mime-view-part-internally): Fix predicate function passed to
11795         completing-read.
11797         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11799         * gnus.el (gnus-update-message-archive-method): Add :version.
11801 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11803         * gnus.el (gnus-update-message-archive-method): New variable.
11805         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11806         according to gnus-message-archive-method if
11807         gnus-update-message-archive-method is non-nil.
11809 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11811         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11812         Suggested by Loic Dachary <loic@dachary.org>.
11813         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11815 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11817         * message.el (message-pop-to-buffer): Add switch-function argument.
11818         (message-mail): Pass switch-function argument to it.
11820 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11822         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11823         Improve doc string.
11825 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11827         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11828         (gnus-header-content)
11829         * gnus-cite.el (gnus-cite-10)
11830         * gnus-srvr.el (gnus-server-closed)
11831         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11832         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11833         (gnus-group-mail-3-empty, gnus-group-mail-low)
11834         (gnus-group-mail-low-empty, gnus-splash)
11835         * message.el (message-header-to, message-header-cc)
11836         (message-header-subject, message-header-other, message-header-name)
11837         (message-header-xheader, message-separator, message-cited-text)
11838         (message-mml): Lighten colors of faces used for dark background.
11840 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11842         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11843         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11845 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11847         * message.el (message-narrow-to-headers-or-head):
11848         Ignore mail-header-separator in the body.
11850 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11852         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11853         same as window size.
11855 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11857         * message.el (message-font-lock-keywords): Use message-header-xheader
11858         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11859         ahead of the anything pattern, to get it recognised.
11861 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11863         * gnus-sum.el (gnus-articles-to-read)
11864         (gnus-summary-insert-old-articles): Don't truncate group name for
11865         `read-string'.
11867         * gnus-util.el (gnus-limit-string): Delete this function.
11869         * gnus-sum.el (gnus-simplify-subject-fully):
11870         Use `truncate-string-to-width' instead.
11872 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11874         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11875         Tell if, on summary exit, the next group has to be selected.
11876         (gnus-summary-exit): Use it.
11878 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11880         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11881         non-break space.
11883 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11885         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11886         Check if group is not a directory.
11887         (nnfolder-request-expire-articles): Don't delete articles if the target
11888         group is not available.
11890         * nnml.el (nnml-request-create-group): Properly check if group is not a
11891         file.
11892         (nnml-request-expire-articles): Don't delete articles if the target
11893         group is not available.
11895         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11896         Don't quote characters that are within parentheses.
11898 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11901         (gnus-handle-ephemeral-exit): Select article according to it.
11903 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11905         * message.el (message-insert-formated-citation-line): Remove newline.
11906         (message-citation-line-format): Add final \n here so that the user can
11907         avoid a blank line.
11909 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11911         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11912         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11913         Update lanl/arXiv support.
11915 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11917         * gnus.el: Bump version number.
11919 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11921         * gnus.el (gnus-version-number): Bump version.
11923 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11925         * gnus.el: No Gnus v0.6 is released.
11927 2007-04-27  Didier Verna  <didier@xemacs.org>
11929         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11930         * gmm-utils.el (gmm-regexp-concat): ... here.
11931         * message.el: Don't require 'gnus-util.
11932         (message-dont-reply-to-names): Handle name change above.
11933         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11935 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11937         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11938         since the initial value varies according to the system.
11940 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11942         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11944 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11946         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11948 2007-04-24  Didier Verna  <didier@xemacs.org>
11950         Improve the type of gnus-ignored-from-addresses.
11951         * gnus-util.el (gnus-orify-regexp): New function.
11952         * message.el (gnus-util): Require it.
11953         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11954         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11957 2007-04-24  Didier Verna  <didier@xemacs.org>
11959         * gnus-sum.el:
11960         * gnus-utils.el: Fix some trailing whitespaces.
11962 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11964         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11965         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11966         article's Message-ID; refer parent article in summary buffer.
11968         * message.el (message-bounce): Call mime-to-mml.
11970 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11972         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11974 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11976         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11977         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11978         displayed of multipart/alternative part if it is invoked from summary
11979         buffer.
11981         * mm-view.el (mm-inline-text-html-render-with-w3m)
11982         (mm-inline-text-html-render-with-w3m-standalone)
11983         (mm-inline-render-with-function): Use mail-parse-charset by default.
11985 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11987         * parse-time.el (parse-time-string-chars): Check if CHAR
11988         is less than the length of parse-time-syntax.
11990 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11993         from gnus-newsgroup-processable.
11995 2007-04-16  Didier Verna  <didier@xemacs.org>
11997         * gnus-msg.el (gnus-configure-posting-styles):
11998         Handle message-signature-directory properly with :file syntax.
11999         Reported by "Leo".
12001 2007-04-11  Didier Verna  <didier@xemacs.org>
12003         New user option: message-signature-directory.
12004         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12005         * message.el (message-insert-signature): Ditto.
12006         * message.el (message-signature-file): Doc update.
12007         * message.el (message-signature-directory): New.
12009 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12011         * gnus-msg.el (gnus-inews-yank-articles):
12012         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12014 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12016         * message.el (message-yank-original): Make sure cited text ends with
12017         newline; don't exchange point and mark.
12019 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12021         * tls.el (open-tls-stream): Properly handle case where there
12022         is no associated buffer.
12024 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12026         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12027         message-yank-original, make sure (< mark TEXT point).
12029 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12031         * message.el (message-fill-column): New variable.
12032         (message-mode): Use it.  Add comment on a possible new hook.
12034         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12035         (nnmail-get-new-mail): Reformat.
12037         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12039         * gmm-utils.el: Fix Commentary.
12040         (gmm-tool-bar-from-list): Fix typo in doc string.
12042 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12044         * message.el (message-yank-original): Don't switch point and mark
12045         unnecessarily to put point and mark as documented.
12047 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12049         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12050         from the message heads.
12052 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12054         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12055         article buffer does not have a window.  This may not be the best
12056         solution but is certainly better than setting the start of the null,
12057         that is the current, window.
12059 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12061         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12062         (gnus-draft-setup): Run it.
12064         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12065         gnus-score-fast-scoring.  Allow regexp.
12066         (gnus-score-headers): Use it.
12068         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12069         XEmacs.
12071         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12072         string.
12073         (gnus-button-alist): Also catch `<f1> k ...'.
12074         (gnus-treat-display-x-face): Fix doc string.
12076 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12079         evaluation of gnus-extended-version to ensure correct generation of the
12080         User-Agent header when message-generate-headers-first is used.
12082 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12084         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12085         hashcash-path is nil.  Don't call callback with incorrect number of
12086         parameters if val is 0.
12088 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12090         * message.el (message-required-news-headers):
12091         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12093 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12095         * message.el (message-generate-new-buffers): Change the meaning of the
12096         nil value; add `standard' to the choices; treat t as `unique'; improve
12097         doc string.
12098         (gnus-select-frame-set-input-focus): Autoload.
12099         (message-buffer-name): Search for the existing message buffer if
12100         message-generate-new-buffers is nil or `standard'; treat the value t of
12101         message-generate-new-buffers as `unique'.
12102         (message-pop-to-buffer): Raise the frame already displaying the message
12103         buffer; clear the echo area after querying.
12104         (message-setup): Pass the `continue' argument to compose-mail.
12105         (message-mail): Prefer `switch-function' if it is given; search for the
12106         existing message buffer if the `continue' argument is non-nil; pass
12107         continue and switch-function arguments to compose-mail by way of
12108         message-setup.
12109         (message-mail-other-window): Adjust argument of message-setup.
12110         (message-mail-other-frame): Ditto.
12112 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12114         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12115         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12116         to turn font-lock on when turning gnus-message-citation-mode on.
12118 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12120         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12121         (mml-smime-function-alist): New variable; add epg as the backend.
12122         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12123         mml-smime- functions instead.
12124         * mm-view.el: Require smime.
12126 2007-03-05  Didier Verna  <didier@xemacs.org>
12128         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12129         instead of just inheritance for posting styles.
12130         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12132 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12134         * tls.el (tls-certtool-program): Fix custom type.
12136 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12138         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12139         and point-at-eol instead of line-(beginning|end)-position.
12141         * assistant.el (assistant-parse-buffer): Ditto.
12143 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12145         * mml2015.el (mml2015-epg-find-usable-key): New function.
12146         (mml2015-epg-sign): Use it.
12147         (mml2015-epg-encrypt): Use it.
12149 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         * message.el (message-make-in-reply-to): Quote name containing
12152         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12153         if there are special characters.  Reported by NAKAJI Hiroyuki
12154         <nakaji@jp.freebsd.org>.
12156 2007-02-27  Didier Verna  <didier@xemacs.org>
12158         Include the group parameters as well as the topic ones in the
12159         inheritance filter process.
12160         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12161         argument GROUP-PARAMS-LIST.
12162         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12164 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12166         * nntp.el (nntp-never-echoes-commands)
12167         (nntp-open-connection-functions-never-echo-commands): New variables.
12168         (nntp-send-command): Use them.
12170 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12172         * mml2015.el (mml2015-epg-verify): Simplify.
12174 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12176         * mml.el (mml-content-disposition-alist): New user option.
12177         (mml-content-disposition): New function.
12178         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12179         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12181 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12183         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12184         verification.
12186 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12188         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12189         articles posted in the last 24 hours.
12191 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12193         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12195 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12197         * nntp.el (nntp-send-command): Don't wait for echoes when
12198         nntp-open-ssl-stream is used.
12200 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12202         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12203         (gnus-message-add-citation-keywords)
12204         (gnus-message-remove-citation-keywords): Remove.
12205         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12206         directly, make the variables in font-lock-defaults buffer-local, add
12207         gnus-message-citation-keywords to them and then update the value of
12208         font-lock-keywords.
12210 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12212         * message.el (message-cite-original-1): Don't call
12213         gnus-article-highlight-citation.
12215         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12216         citations; fix line count.
12218 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12220         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12221         (gnus-message-add-citation-keywords)
12222         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12223         versions of font-lock-add-keywords and font-lock-remove-keywords to
12224         work with XEmacs correctly.
12226 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12228         * gnus-cite.el (gnus-cite-face-list): Set the values of
12229         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12230         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12231         (gnus-message-cite-prefix-regexp): New variable.
12232         (gnus-message-search-citation-line): Use it; protect against long
12233         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12234         the 0th match data for Emacs.
12235         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12236         (gnus-message-add-citation-keywords): Append keywords rather than
12237         prepending; emulate font-lock-add-keywords if it is not available.
12238         (gnus-message-remove-citation-keywords):
12239         Emulate font-lock-remove-keywords if it is not available.
12241         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12243         * message.el (message-cite-prefix-regexp): Set the value of
12244         gnus-message-cite-prefix-regexp.
12246 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12248         * nnweb.el (nnweb-google-parse-1): Update parser.
12250 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12252         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12254 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12256         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12257         regexp.
12259 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12261         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12262         string-to-multibyte.
12263         (uudecode-decode-region-internal): Use it.
12265 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12267         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12268         Fix custom choice.
12270         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12272 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12274         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12276         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12277         `write-region' to respect `mm-inhibit-file-name-handlers'.
12279 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12281         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12282         Use gnus-home-directory instead of "~/" or "$HOME".
12284 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12286         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12287         to mention filename.
12288         Add comments at beginning regarding usage.
12289         (encrypt-write-file-contents): Change interactive so a string is
12290         acceptable.  If the file has no associated model, show an error instead
12291         of a nonsense prompt.
12293 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12295         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12296         Thanks to Yoshihiko Yamada for kind notification of this typo.
12298 2007-01-12  Kenichi Handa  <handa@m17n.org>
12300         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12301         multibyte buffer.
12303 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * gnus-score.el (gnus-score-fast-scoring): New variable.
12306         (gnus-score-headers): Use it.
12308         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12310         * message.el (message-cite-original-1):
12311         Call gnus-article-highlight-citation if requested.
12312         (message-make-from): Allow name and address as optional arguments.
12314         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12316         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12317         bugs to doc string.
12318         (gnus-button-alist): Add mid\\|message-id.
12319         (gnus-button-fetch-group): Extend for use in
12320         `browse-url-browser-function'.
12321         (gnus-button-url-regexp): Try to catch paired parentheses like in
12322         Wikipedia URLs.
12324         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12325         Suggested by Simon Krahnke <overlord@gmx.li>.
12327 2007-01-13  Romain Francoise  <romain@orebokech.com>
12329         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12330         Update copyright.
12332 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12334         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12336 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12338         * gnus-registry.el (gnus-registry-unfollowed-groups)
12339         (gnus-registry-split-fancy-with-parent): Fix documentation.
12341 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12344         from nnweb groups.
12346 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12349         Xref urls.  Erase buffer before requesting head.
12351         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12353 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12355         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12356         customizable.
12358 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12360         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12361         no signing key is found.
12362         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12363         no encrypting and/or signing key is found.
12365 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12367         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12369 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12371         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12372         headers read from disk with the ones newly found in the current search.
12373         This should no longer cause problems, because the article numbers in
12374         Gmane's `nov.php' output are ignored since the previous change.
12376 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12378         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12380 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12382         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12384 2007-01-01  Romain Francoise  <romain@orebokech.com>
12386         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12388 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12390         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12391         `define-minor-mode' macro definition expanded properly.
12392         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12393         exclude it there.
12395         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12396         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12397         `fboundp' test.
12398         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12399         This is OK to autoload in (S)XEmacs now.
12401 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12404         keystroke.
12405         (gnus-summary-limit-to-singletons): Fix typo.
12407         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12408         else fails.
12410 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12412         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12413         docstring.
12415         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12416         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12417         (gnus-summary-insert-dormant-articles): Fix typo in message.
12419 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12421         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12422         nil for XEmacs.
12423         (gnus-message-citation-mode): Don't autoload in XEmacs.
12425         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12427 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
12429         * nnimap.el (nnimap-expunge-search-string):
12430         Mention nnimap-search-uids-not-since-is-evil in docstring.
12432 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12434         * spam.el: Revert to make-obsolete-variable because
12435         define-obsolete-variable-alias is not supported in Emacs 21.
12437         * spam.el (spam-ifile-path, spam-ifile-database-path)
12438         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12439         make-obsolete-variable.
12440         (spam-bsfilter-path, spam-bsfilter-program)
12441         (spam-spamassassin-path, spam-spamassassin-program)
12442         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12443         Don't use "path" inappropriately.
12444         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12445         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12446         variable names.
12448 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12450         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12451         summary buffer.
12453         * password.el (password-cache-remove): Use clear-string to burn
12454         password, if available.
12456 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12458         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12460         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12462         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12463         (gnus-message-highlight-citation): Move defcustom here from
12464         gnus-cite.el.
12465         (gnus-message-citation-mode): Autoload.
12467         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12468         checks to make it compile with XEmacs.
12469         (gnus-message-citation-mode): New minor mode.
12470         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12471         (gnus-message-highlight-citation): New variables.
12472         (gnus-message-search-citation-line)
12473         (gnus-message-add-citation-keywords)
12474         (gnus-message-remove-citation-keywords)
12475         (turn-on-gnus-message-citation-mode)
12476         (turn-off-gnus-message-citation-mode): New functions.
12478 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12480         * gnus-cite.el: Enable highlighting of different citation levels in
12481         message-mode.
12483 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12485         * message.el (message-make-fqdn): Fix comment.
12486         (message-bogus-system-names): Add ".local".
12488         * spam.el (spam-ifile-path, spam-ifile-program)
12489         (spam-ifile-database-path, spam-ifile-database)
12490         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12491         Don't use "path" inappropriately.
12492         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12493         strings.
12494         (spam-check-ifile, spam-ifile-register-with-ifile)
12495         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12496         Use new variable names.
12498         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12499         (gnus-treat-display-smileys): Simplify using
12500         gnus-image-type-available-p.
12502         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12503         available.
12505 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12508         one after turning on the buffer's multibyteness instead of decoding
12509         them directly in the unibyte buffer that causes unexpected conversion
12510         in Emacs 23 (unicode).
12512 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12514         * message.el (message-generate-hashcash): Fix custom type.
12516 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12518         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12520 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12522         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12523         disconnect icons.  Add help text.
12525 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12527         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12528         negated to be consistent with the others we handle.
12530 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12532         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12533         version of gnus-summary-buffer to something, so that we can use two
12534         article buffers at the same time.
12536 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12538         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12539         trigger all the extra headers.
12540         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12541         sorting.
12543 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12545         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12546         solid groups.
12548 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12550         * legacy-gnus-agent.el: Add Copyright notice.
12552 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12554         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12556 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12558         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12560         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12561         to make it work reliably in CVS Emacs.
12562         (gnus-summary-limit-strange-charsets-predicate)
12563         (gnus-summary-limit-to-predicate): New functions.
12565 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12567         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12568         specifying array size.
12569         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12570         array if it is too small.
12571         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12572         (gnus-sort-threads-loop): New function.
12574 2006-12-06  Chris Moore  <dooglus@gmail.com>
12576         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12577         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12579 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
12581         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12582         options.
12584 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12587         DOS-ing the recipient.
12589         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12590         the headers when creating the mapping to avoid mismappings.
12591         (nnweb-gmane-create-mapping): Always nix out old mapping.
12593 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12595         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12596         and mm-verify-option to never.
12598 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12600         * message.el (message-signed-or-encrypted-p): New function.
12601         (message-forward-make-body): Use it.
12603         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12604         Replace encode-coding-string with mm-encode-coding-string.
12606 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12608         * nneething.el (nneething-decode-file-name):
12609         Replace decode-coding-string with mm-decode-coding-string.
12611         * gnus-int.el (gnus-open-server): Say failed server's name.
12613 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12615         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12616         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12618         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12619         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12620         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12621         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12622         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12623         (gnus-subscribe-newsgroup, gnus-1):
12624         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12625         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12626         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12627         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12629 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12632         keystroke.
12633         (gnus-summary-limit-to-bodies): Implement headersp.
12635 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12639 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12641         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12643 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645         * message.el (message-generate-hashcash): Expand range of values to
12646         include `opportunistic'.
12647         (message-send-mail): Use it.
12649 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12651         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12652         and comment it.
12654         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12656 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12658         * gnus-util.el (gnus-extract-address-components): Improve comment.
12660 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12662         * gnus-util.el (gnus-extract-address-components): Work with address in
12663         which the name portion contains @.
12665 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12667         * gnus.el (gnus-start): Move custom group up.
12668         (gnus-select-method): Don't autoload, but make it available for
12669         `customize-variable'.
12670         (gnus-getenv-nntpserver): Don't autoload.
12672 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12674         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12676 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12678         * message.el (message-sendmail-extra-arguments): New variable.
12679         (message-send-mail-with-sendmail): Use it.
12681 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12683         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12684         mm-with-unibyte-current-buffer to make string unibyte.
12686         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12687         mm-string-as-multibyte.
12689 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12691         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12692         Reported by Werner Koch <wk@gnupg.org>.
12694 2006-11-14  Daiki Ueno  <ueno@p360>
12696         * mml2015.el: Autoload epa-select-keys when compiling.
12698 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12700         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12701         message-options.
12702         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12704 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12706         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12707         EasyPG (< 0.0.6).
12708         (mml2015-always-trust): New user option.
12709         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12710         prompt.
12712 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12714         * nntp.el (nntp-authinfo-force): New variable.
12715         (nntp-send-authinfo): Use it.
12717 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12719         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12720         decode encoded words.  Improve prompt.  Add comment about forwarding.
12721         (message-replacement-char): Move up.
12723 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12725         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12726         instead of gnus-intersection because arguments of gnus-sorted-nunion
12727         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12729 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12731         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12732         (message-simplify-subject-functions):
12733         Enable message-strip-subject-encoded-words by default.
12735 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12737         * message.el (message-strip-subject-encoded-words): New function.
12738         (message-simplify-subject-functions): New variable.
12739         (message-simplify-subject): Use it.  Fix typo in doc string.
12740         Support message-strip-subject-encoded-words.
12742 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12744         * gnus-diary.el (gnus-diary-delay-format-function):
12745         * nndiary.el (nndiary-reminders):
12746         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12748 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12750         * gnus-art.el (article-hide-boring-headers): Fetch date from
12751         gnus-original-article-buffer to avoid problems with localized date
12752         strings.
12754 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12756         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12758 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12760         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12761         New variables.
12762         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12763         (mm-charset-synonym-alist): Move some entries to
12764         mm-codepage-iso-8859-list.
12765         (mm-charset-synonym-alist, mm-charset-override-alist):
12766         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12768 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12770         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12772 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12774         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12775         with Emacs 21 and XEmacs.
12777 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12779         * spam.el (spam-parse-address): New function for better parsing,
12780         catching errors, etc.
12781         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12783 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12785         * mm-view.el: Add interactive arg to html2text autoload.
12787 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12789         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12791 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12793         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12794         New variables.
12795         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12796         (mm-charset-synonym-alist): Move some entries to
12797         mm-codepage-iso-8859-list.
12799         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12801 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12803         * message.el (message-citation-line-format)
12804         (message-insert-formated-citation-line): Fix implementation of %E, %N
12805         and %n according to the doc string.
12807 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12809         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12810         Use car-safe to avoid bad parses.
12812 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12814         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12815         names.
12817         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12819 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12821         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12822         header.
12824         * message.el (message-draft-headers): Add Date.
12825         (message-headers-to-generate): Fix typo in docstring.
12827         * nndraft.el (nndraft-required-headers): New variable.
12828         (nndraft-generate-headers): Use it.
12830         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12832 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12834         * gnus-registry.el (gnus-registry-wash-for-keywords)
12835         (gnus-registry-find-keywords): New functions to allow easy searching of
12836         articles that are in the registry.
12838 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12840         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12841         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12842         Reported by Damien Elmes <damien@repose.cx>.
12844 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12846         * gnus.el (gnus-mime): Remove unused custom group.
12848 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12850         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12851         "blank line" when searching for end of armor headers.
12853 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12855         * gmm-utils.el (gmm-write-region): Fix variable name.
12857 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12859         * gmm-utils.el (gmm-write-region): New function based on compatibility
12860         code from `mm-make-temp-file'.
12862         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12864         * nnmaildir.el (nnmaildir--update-nov)
12865         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12866         Use `gmm-write-region'.
12868 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12870         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12871         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12873         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12875         * message.el (message-replacement-char): New variable.
12876         (message-fix-before-sending): Use it.
12877         (message-simplify-subject): New function to remove duplicate code.
12878         (message-reply, message-followup): Use it.
12880         * gnus-sum.el (gnus-summary-make-menu-bar):
12881         Clarify gnus-summary-limit-to-articles.
12883 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12885         * gnus-util.el (gnus-with-local-quit): New macro.
12887         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12889 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12891         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12892         ignore non-string data.
12894 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12896         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12897         non-string data (needs to be done in the registry too).
12899 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12901         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12902         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12903         (gnus-registry-split-fancy-with-parent)
12904         (gnus-registry-fetch-simplified-message-subject-fast)
12905         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12906         Remove text properties on ingress into the registry and when it's saved.
12907         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12908         registry from entries with no groups.
12910 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12912         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12913         function to remove string properties.
12915 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12917         * gmm-utils.el (gmm): Adjust custom version.
12919         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12920         Adjust custom version.
12922         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12924 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12926         * gnus-art.el (gnus-insert-prev-page-button)
12927         (gnus-insert-next-page-button): Simplify.  Reformat.
12929 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12931         * gnus-art.el (gnus-insert-prev-page-button)
12932         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12934 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12936         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12938 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12940         * gnus-art.el (gnus-insert-mime-button)
12941         (gnus-insert-mime-security-button):
12942         Apply gnus-article-button-face to MIME and security buttons.
12944 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12946         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12947         readable.
12949 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12951         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12952         `browse-url-of-file' instead of `browse-url'.
12954 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12956         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12957         regexp.  Articles containing quotation were cut prematurely.
12959 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12961         * message.el (message-cite-original-1): Use nobody by default for the
12962         value of From header.
12963         (message-reply): Ditto.
12965 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12967         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12968         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12969         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12971 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12973         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12974         mails in the doc string.  Add some URLs in comment.
12975         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12977 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12979         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12980         backslashes handling and the way to find boundaries of quoted strings.
12982 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12984         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12985         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12986         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12987         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12989 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12992         doc string.
12993         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12995 2006-09-06  Simon Josefsson  <jas@extundo.com>
12997         * mml2015.el (mml2015-use): Doc fix, mention epg.
12999 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13001         * mml2015.el (mml2015-use): Default to epg, if available.
13003 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13005         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13006         message-sender.
13007         (mml1991-epg-encrypt): Ditto.
13008         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13009         message-sender.
13010         (mml2015-epg-encrypt): Ditto.
13012 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13014         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13015         several common directories.
13017 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13019         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13020         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13022 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13024         * gnus-art.el (article-decode-encoded-words): Make it fast.
13026 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13028         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13030         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13031         in quoted string into `\'.
13033 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13035         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13036         Use standard-syntax-table.
13038 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * gnus-art.el (gnus-decode-address-function): New variable.
13041         (article-decode-encoded-words): Use it to decode headers which are
13042         assumed to contain addresses.
13043         (gnus-mime-delete-part): Remove useless `or'.
13045         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13046         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13047         (gnus-nov-parse-line): Use it to decode From header.
13048         (gnus-get-newsgroup-headers): Ditto.
13049         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13051         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13052         (mail-decode-encoded-address-string): New alias.
13054         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13055         New function.
13056         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13057         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13058         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13059         (rfc2047-decode-string): Ditto.
13060         (rfc2047-decode-address-region): New function.
13061         (rfc2047-decode-address-string): New function.
13063 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13065         * message.el (message-caesar-buffer-body): Allow rotating headers.
13067         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13069         * message.el (message-insert-formated-citation-line): Fix %f.
13070         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13072 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13074         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13075         (gnus-bookmark-mouse-available-p): New macro.
13076         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13077         (gnus-bookmark-bmenu-show-infos): Use it.
13078         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13079         (gnus-bookmark-bmenu-hide-infos): Ditto.
13080         (gnus-bookmark-remove-properties): New function.
13081         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13082         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13083         (gnus-bookmark-write-file): Bind coding-system-for-write.
13084         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13085         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13086         group before selecting it.
13087         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13088         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13089         quit-window if it is not available; use gnus-mouse-2 and bind it to
13090         gnus-bookmark-bmenu-select-by-mouse.
13091         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13092         (gnus-bookmark-bmenu-select-by-mouse): New function.
13094 2006-08-13  Romain Francoise  <romain@orebokech.com>
13096         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13097         space.
13099 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13101         * compface.el (uncompface): Use binary rather than raw-text-unix.
13103 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13105         * compface.el (uncompface): Make sure the eol conversion doesn't take
13106         place when communicating with the external programs.
13107         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13109 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13111         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13113 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13115         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13116         Make it more robust by parsing author and date independently.
13118 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13120         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13122 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13124         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13125         first matching secret key.
13126         (mml2015-epg-encrypt): Ditto.
13128         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13129         first matching secret key.
13130         (mml1991-epg-encrypt): Ditto.
13132         * mml2015.el (mml2015-encrypt-to-self): New user option.
13133         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13134         mml2015-epg-encrypt-to-self is set.
13136         * mml1991.el (mml1991-encrypt-to-self): New variable.
13137         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13138         mml1991-epg-encrypt-to-self is set.
13140         * mml2015.el (mml2015-signers): New user option.
13141         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13142         (mml2015-epg-encrypt): Allow to select signing keys.
13144         * mml1991.el (mml1991-signers): New variable.
13145         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13146         (mml1991-epg-encrypt): Allow to select signing keys.
13148 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13150         * nnheader.el (nnheader-insert-head): Make it work even if the file
13151         uses CRLF for the line-break code.
13153 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13155         * mml2015.el: Require mml-sec instead of password.
13156         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13157         (mml2015-cache-passphrase): Inherit the default value from
13158         mml-secure-cache-passphrase.
13159         (mml2015-passphrase-cache-expiry): Inherit the default value from
13160         mml-secure-passphrase-cache-expiry.
13162         * mml1991.el: Require mml-sec instead of password.
13163         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13164         (mml1991-cache-passphrase): Inherit the default value from
13165         mml-secure-cache-passphrase.
13166         (mml1991-passphrase-cache-expiry): Inherit the default value from
13167         mml-secure-passphrase-cache-expiry.
13169         * mml-sec.el: Require password.
13170         (mml-secure-verbose): New user option.
13171         (mml-secure-cache-passphrase): New user option.
13172         (mml-secure-passphrase-cache-expiry): New user option.
13174 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
13175             Andreas Vögele  <andreas@altroot.de>   (tiny change)
13177         * pgg-def.el (pgg-truncate-key-identifier):
13178         Truncate the key ID to 8 letters from the end.
13180 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13182         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13183         workaround for the url package included with Emacs.
13185         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13187 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13189         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13190         correctly.  This fixes a bug caused by the 2006-05-12 change.
13192 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13194         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13195         some information about the error when saying that the `bogus' mail
13196         group will be used.
13198 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13200         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13201         string.
13203 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13205         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13207 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13209         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13211 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13213         * mml1991.el (mml1991-function-alist): Add epg.
13214         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13215         (mml1991-epg-encrypt): New functions.
13217 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13219         * mml2015.el (mml2015-verbose): New variable.
13220         (mml2015-cache-passphrase): Ditto.
13221         (mml2015-passphrase-cache-expiry): Ditto.
13222         (mml2015-function-alist): Add epg.
13223         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13224         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13225         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13226         New functions.
13228 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13230         * message.el (message-cite-original-1): Preserve region when removing
13231         quoted text due to X-No-Archive in order to avoid bogus attribution
13232         when citing multiple messages.
13234 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13236         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13237         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13239 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13241         * gnus-diary.el (gnus-user-format-function-d)
13242         (gnus-user-format-function-D): Autoload.
13244         * imap.el (Commentary): Fix typo.
13246         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13247         2006-04-22 contribution.
13249 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13251         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13252         It didn't really fix the bogosity I'm seeing with solid web groups.
13254 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13256         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13257         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13258         created using server names.  If we use the feature without declaring
13259         it, Gnus does not properly manage server and group state.
13261         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13262         bound.
13264 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13266         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13267         looking up the method using GROUP's prefix before inventing a new one.
13268         It is used on killed/unknown groups in various places where returning
13269         an all-new method isn't expected by the caller.
13271         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13272         and match semantics of gnus-group-real-prefix.
13274 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13276         * nnmail.el (nnmail-broken-references-mailers): New variable.
13277         (nnmail-ignore-broken-references): New function generalizing
13278         nnmail-fix-eudora-headers.
13279         (nnmail-fix-eudora-headers): Now obsolete.
13281         * gnus-art.el (gnus-button-handle-custom):
13282         Support `customize-apropos*'.
13284 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13288         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13289         articles.
13291 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * message.el (message-cite-reply-above): New variable.
13294         (message-yank-original): Use it.
13296 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13298         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13300 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13302         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13303         as read.
13305         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13307 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13309         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13310         (gnus-bookmark-default-file): Use gnus-directory.
13311         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13312         Remove "*" in doc string.
13313         (gnus-bookmark-write-file): Simplify.
13314         (gnus-bookmark-maybe-sort-alist): Use `when'.
13315         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13316         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13317         Add FIXME about Emacs 21 and XEmacs compatibility.
13318         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13319         compatibility.
13320         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13321         compatibility.
13322         (gnus-bookmark-menu-heading): Fix version.
13324 2006-06-19  Bastien Guerry  <bzg@altern.org>
13326         * gnus-bookmark.el: New file.
13328 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13330         * message.el (message-syntax-checks): Doc fix.
13332 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13334         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13335         unsubscribed groups as if they were killed ones.  It causes duplicate
13336         entries in gnus-newsrc-alist.
13338 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13340         * message.el (message-syntax-checks): Doc fix.
13341         (message-send-mail): Add check for continuation headers.
13342         (message-check-news-header-syntax): Fix regexp used to check for
13343         continuation headers.
13345 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13347         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13349 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13351         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13353 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13355         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13356         default-truncate-lines.
13358 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13360         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13361         to fill the utf-8 entry.
13363 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13365         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13367 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13369         * gnus-agent.el (directory-files-and-attributes): Move all the way
13370         forward (the third and final move).
13371         (gnus-agent-read-agentview): Trap reconstruction errors due to
13372         nonexistent directory.  Handle by returning nil.
13374 2006-05-30  Didier Verna  <didier@xemacs.org>
13376         * message.el (message-dont-reply-to-names): Update the custom type.
13377         * message.el (message-dont-reply-to-names): New defsubst: potentially
13378         convert a list of regexps into a single one.
13379         * message.el (message-get-reply-headers): Use it.
13380         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13382 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13384         * gnus-agent.el (directory-files-and-attributes): Move forward.
13386 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13388         * gnus-ml.el (gnus-mailing-list-subscribe)
13389         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13390         (gnus-mailing-list-message): Fix doc strings.
13392 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13394         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13395         of doing it manually.
13397 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13399         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13400         comment.
13402 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13404         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13405         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13406         (gnus-agent-read-local): All symbols allocated in my-obarray.
13407         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13408         (gnus-agent-regenerate-group): Check numeric names to see if they are
13409         messages or groups.
13410         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13411         better way of do this...)
13413         * gnus-cache.el (gnus-agent-total-fetched-for):
13414         Ignore 'dummy.group' (there should be a better way of do this...)
13416 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13418         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13419         (gnus-saved-headers): Ditto.
13420         (gnus-default-article-saver): Mention functions may have properties.
13421         (gnus-article-save): Override gnus-save-all-headers and
13422         gnus-saved-headers by :headers property which saver function may have.
13423         (gnus-summary-save-in-file): Add :headers property.
13424         (gnus-summary-write-to-file): Ditto.
13426         * gnus-sum.el (gnus-summary-save-article): Bind
13427         gnus-prompt-before-saving to t when saving many articles in a file;
13428         always show all headers.
13430 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13432         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13433         marks.
13435         * message.el (message-indent-citation): Add optional arguments to allow
13436         using it outside of message buffers.
13438         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13439         (gnus-article-treat-unfold-headers): Use it.
13440         (gnus-article-truncate-lines): New variable.
13441         (gnus-article-mode): Use it.
13442         (gnus-article-toggle-truncate-lines): New function.
13444         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13445         Add gnus-article-toggle-truncate-lines.
13447         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13448         coding system in XEmacs, use binary.
13450 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13452         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13453         after-load-alist.
13455         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13456         this function should save decoded articles.
13457         (gnus-summary-write-to-file): Use property to specify this function
13458         should save decoded articles and specify gnus-summary-save-in-file
13459         should be used to save articles other than the first one when saving
13460         many articles.
13461         (gnus-summary-save-body-in-file): Use property to specify this
13462         function should save decoded articles.
13463         (gnus-summary-write-body-to-file): Use property to specify this
13464         function should save decoded articles and specify
13465         gnus-summary-save-body-in-file should be used to save articles other
13466         than the first one when saving many articles.
13468         * gnus-sum.el (gnus-summary-save-article): Simplify.
13470 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13472         * gnus-art.el (gnus-default-article-saver):
13473         Add gnus-summary-write-body-to-file.
13474         (gnus-article-save-coding-system): Don't use coding system object
13475         in XEmacs.
13476         (gnus-read-save-file-name): Add optional `dir-var' argument which
13477         specifies directory in which files are saved; work even if optional
13478         `variable' argument is not specified.
13479         (gnus-summary-write-to-file): Read file name.
13480         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13481         (gnus-summary-write-body-to-file): New function.
13483         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13484         (gnus-summary-local-variables): Add it.
13485         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13486         (gnus-summary-save-article): Remove optional `decode' argument;
13487         determine whether to decode articles by the value of
13488         gnus-default-article-saver; when saving many files using
13489         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13490         it first and use gnus-summary-save-in-file or
13491         gnus-summary-save-body-in-file thereafter unless
13492         gnus-prompt-before-saving is always; move point to article which
13493         will be saved.
13494         (gnus-summary-save-article-file): Revert.
13495         (gnus-summary-write-article-file): Revert.
13496         (gnus-summary-save-article-body-file): Revert.
13497         (gnus-summary-write-article-body-file): New function.
13499 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13501         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13503 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13505         * gnus-art.el (gnus-default-article-saver): Doc fix.
13506         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13507         from gnus-summary-save-article-coding-system, and default to a
13508         certain coding system.
13509         (gnus-output-to-file): Add coding cookie and encode text according
13510         to gnus-article-save-coding-system; don't use mm-append-to-file.
13512         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13513         gnus-art.el and rename to gnus-article-save-coding-system.
13514         (gnus-summary-save-article): Require gnus-art; don't show all
13515         headers if it decodes articles; don't add coding cookie here;
13516         don't bind mm-text-coding-system-for-write.
13517         (gnus-summary-save-article-file): Save decoded articles.
13518         (gnus-summary-write-article-file): When saving many files, use
13519         gnus-summary-write-to-file first and gnus-summary-save-in-file
13520         thereafter unless gnus-prompt-before-saving is always.
13521         (gnus-summary-save-article-body-file): Save decoded articles.
13523 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13525         * nnrss.el (nnrss-check-group): Bind hash-index.
13527 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
13529         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13530         its hash index.  Store this hash in `nnrss-group-data'.
13531         (nnrss-read-group-data): Update accordingly.
13533 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13535         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13536         entry.
13538         * gnus-sum.el (gnus-summary-make-menu-bar):
13539         Add gnus-article-browse-html-article.
13541 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13543         * gnus-sum.el (gnus-summary-mime-map):
13544         Add gnus-article-browse-html-article.
13546 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13548         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13549         suitable coding systems in customize.
13551 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13553         * mail-source.el (mail-sources): Fix custom type.
13555 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13557         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13558         (gnus-summary-expire-articles-now): Shorten prompt.
13560         * gmm-utils.el (wid-edit): Require.
13561         (defun-gmm): Rename from `gmm-defun-compat'.
13562         (gmm-image-search-load-path): Use it.
13563         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13565 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13567         * gnus-sum.el (gnus-summary-save-article-coding-system):
13568         New variable.
13569         (gnus-summary-save-article): Add optional `decode' argument.
13570         If it is set and gnus-summary-save-article-coding-system is non-nil,
13571         save decoded article.
13572         (gnus-summary-write-article-file): Save decoded article if
13573         gnus-summary-save-article-coding-system is non-nil.
13575         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13576         type.
13578 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13580         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13582 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13585         first to test gnus-single-article-buffer which may be buffer-local.
13587         * gnus-sum.el (gnus-summary-setup-buffer):
13588         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13589         group; make gnus-article-buffer, gnus-article-current, and
13590         gnus-original-article-buffer always buffer-local.
13591         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13592         group.
13593         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13595 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13597         * nnml.el (nnml-request-compact-group): Compressed files might not
13598         have .gz extension.
13600 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13602         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13603         (mm-copy-to-buffer): Use with-current-buffer.
13604         (mm-display-part): Simplify.
13605         (mm-inlinable-p): Add optional arg `type'.
13607 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13609         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13610         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13611         Try harder to show the attachment internally or externally using
13612         gnus-mime-view-part-as-type.
13614 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13616         * message.el (message-from-style, message-signature-separator)
13617         (message-user-organization-file, message-send-mail-function)
13618         (message-citation-line-function, message-yank-prefix)
13619         (message-indent-citation-function, message-signature)
13620         (message-signature-file, message-signature-insert-empty-line):
13621         Remove autoloads.
13623         * gnus-art.el (gnus-buttonized-mime-types):
13624         Remove "multipart/signed".  Revert 2006-04-26 change.
13626 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13628         * gnus.el (gnus-version-number): Bump version.
13630 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13632         * gnus.el: No Gnus v0.5 is released.
13634 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13636         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13637         fetching articles by message-id.
13639 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641         * message.el (hashcash): Require hashcash as normal.
13643         * ecomplete.el (ecomplete-highlight-match-line):
13644         Use point-at-eol.
13645         (ecomplete-highlight-match-line): Use `highlight', because that
13646         face exists in both Emacs and XEmacs.
13648         * message.el (message-display-abbrev): Use point-at-bol.
13650         * mail-source.el: Don't require timer/timer-funcs.
13652         * gnus-async.el: Ditto.
13654         * password.el: Ditto.
13656         * mm-url.el: Ditto.
13658         * mm-util.el: Require timer/timer-funcs.
13660 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13662         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13663         Close.
13665 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13667         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13668         unibyte after clear-decrypt function runs.
13670         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13671         returns as a unibyte string.
13673 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13675         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13676         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13677         (mml1991-pgg-encrypt): Ditto.
13679 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13681         * message.el (message-user-organization-file): Check several
13682         locations of the organization file.
13684         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13685         Add gnus-article-view-part-as-type.
13687         * gnus-art.el (gnus-article-view-part-as-type): New function.
13689         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13690         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13692         * mml.el: Simplify autoload.
13693         (mml-mode): defvar dnd-protocol-alist instead of using
13694         symbol-value.
13695         (mml-default-directory): New variable.
13696         (mml-minibuffer-read-file): Use it.
13697         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13699         * message.el (message-citation-line-format): New variable.
13700         (message-insert-formated-citation-line): New function.
13701         (message-citation-line-function):
13702         Add `message-insert-formated-citation-line' to custom type.
13704         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13705         to doc string.
13707         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13708         depending on mm-verify-option.
13710 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13712         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13713         binding pgg-* variables; reimplement the section which prevents
13714         MIME header from being signed.
13715         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13716         pgg-text-mode; remove a blank line at the top of body.
13718         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13719         lines at the top of body; use gnus-newsgroup-charset if there's no
13720         Charset header.
13722 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13724         * message.el (message-self-insert-commands): Doc fix.
13726         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13727         (mm-uu-pgp-encrypted-test): Ditto.
13728         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13729         between header and body; return application/pgp-encrypted handle
13730         if decryption failed; decode decrypted body by charset.
13732         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13733         element match to application/pgp-*.
13735 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13737         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13738         HTML.
13740 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742         * mail-source.el (mail-source-call-script): Message the error
13743         string.
13745 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747         * gnus-util.el (gnus-byte-compile): Use it.
13749 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13751         * gnus-util.el (kill-empty-logs): New function.
13753 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13755         * message.el (message-mail-alias-type): Doc fix.
13756         (message-mail-alias-type-p): New function.
13757         (message-send): Use it.
13758         (message-mode): Ditto.
13759         (message-strip-forbidden-properties): Ditto.
13761         * ecomplete.el (ecomplete-database-file-coding-system):
13762         New variable.
13763         (ecomplete-save): Use it.
13764         (ecomplete-setup): Use it.
13766 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13768         * message.el (message-self-insert-commands): New variable.
13769         (message-strip-forbidden-properties): Use it.
13771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13774         that doesn't make XEmacs choke.
13776 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13778         * gnus-util.el (gnus-replace-in-string):
13779         Prefer replace-regexp-in-string over of replace-in-string.
13781 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13783         * gnus-util.el (gnus-select-frame-set-input-focus):
13784         Use select-frame-set-input-focus if it is available in XEmacs; use
13785         definition defined in Emacs 22 for old Emacsen.
13787 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13789         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13791 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13793         * gnus-registry.el (gnus-registry-cache-save): Remove text
13794         properties when saving via the temp buffer.
13796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13798         * message.el (message-generate-hashcash): Honor custom type.
13800 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13802         * message.el (message-generate-hashcash): Default to non-nil when
13803         hashcash is found.
13805         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13806         (gnus-refer-thread-limit): Increase default to 500.
13808         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13810         * flow-fill.el (fill-flowed): Allow delete-space.
13812 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13814         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13815         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13816         Remove autoloads.
13818 2006-04-18  Simon Josefsson  <jas@extundo.com>
13820         * message.el (message-generate-hashcash): Default to.
13822 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13824         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13825         concatenating segments rather than before concatenating them.
13827 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13829         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13831         * imap.el (imap-quote-specials): New function.
13832         (imap-login-auth): Quote specials.
13834 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13836         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13838         * message.el (message-forward-make-body-plain):
13839         Allow message-forward-ignored-headers to be a list.
13840         (message-remove-ignored-headers): Factor out into function.
13841         (message-forward-make-body-mml): Use it.
13842         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13843         (rfc2231-parse-string): Allow concatanation of parameters that
13844         aren't contiguous.  The test case is
13845           (mail-header-parse-content-type "message/external-body;
13846             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13847             access-type=LOCAL-FILE;
13848             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13850 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13852         * nntp.el (nntp-accept-process-output): Return the value of
13853         `nnheader-accept-process-output'.
13855 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13858         (gnus-button-alist): Recognize more diff formats.
13859         (gnus-button-patch): Strip directory.
13861 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13863         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13864         Emacs 22 when setting focus.
13866 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868         * gnus-art.el (gnus-article-treat-types): Do treatment of
13869         text/x-verbatim parts.
13870         (gnus-button-patch): New command.
13872         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13873         addresses that contain invalid characters.
13875 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877         * message.el (message-put-addresses-in-ecomplete):
13878         Use gnus-replace-in-string.
13879         (message-is-yours-p): Use the more correct
13880         mail-header-parse-address instead of
13881         mail-extract-address-components.
13882         (message-put-addresses-in-ecomplete): Fix typo.
13884         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13885         keystroke.
13887         * gnus-art.el (gnus-treatment-function-alist): Change order of
13888         newsgroups/generic header folding to avoid double-folding.
13890         * message.el (message-hidden-headers): Add X-Draft-From.
13892         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13893         New command.
13894         (gnus-summary-repeat-search-article-backward): New command.
13896         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13897         groups in the parent topic.
13899 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13901         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13902         (spam-extra-header-to-number): Return the CRM114 number as a
13903         number instead of a string.
13905 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13907         * gnus-art.el (gnus-face-properties-alist): Move here from
13908         gnus-fun.
13910         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13912 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13914         * message.el (message-strip-forbidden-properties): Only display on
13915         self-insert-command.
13917         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13918         reindent.
13919         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13921 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13923         * smiley.el (smiley-style): Fix typo.
13925 2006-03-23  Kenichi Handa  <handa@m17n.org>
13927         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13928         instead of set-buffer-multibyte.
13930 2006-03-23  Kenichi Handa  <handa@m17n.org>
13932         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13933         buffer and then decode the buffer text if necessary.
13934         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13935         first, and after mm-encode-body, change the buffer to unibyte.
13937 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939         * hashcash.el (hashcash-insert-payment-async-2):
13940         Use message-goto-eoh instead of doing it manually.
13941         (mail-add-payment): Use message-narrow-to-header instead of trying
13942         to do the same itself.
13944         * message.el (message-hidden-headers): Add Face.
13946         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13947         reparenting code.
13948         (gnus-summary-reparent-children): Refactored out code.
13949         (gnus-summary-thread-map): New keystroke.
13950         (gnus-summary-reparent-children): Make into command.
13952         * smiley.el (smiley-style): Default to `medium' if using a large
13953         font.
13955         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13956         does it itself.
13958         * message.el (message-point-in-header-p): Simplify definition.
13960 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13962         * nnagent.el (nnagent-request-set-mark): Silence log file
13963         writing.
13964         (nnagent-request-set-mark): Use write-region instead of
13965         append-to-file.
13967         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13968         strange select method.
13970         * ecomplete.el (ecomplete-display-matches): Get highlightling
13971         right.
13972         (ecomplete-display-matches): Use literals.
13973         (ecomplete-display-matches): Disable message logging.
13975         * message.el (message-display-abbrev): Small optimization.
13977         * ecomplete.el (ecomplete-display-matches): Allow automatic
13978         display.
13980         * message.el (message-strip-forbidden-properties):
13981         Display abbrevs.
13982         (message-display-abbrev): Get automatic display right.
13984         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13985         keystrokes.
13987 2006-04-13  Romain Francoise  <romain@orebokech.com>
13989         TODO: Backport to v5-10!
13991         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13992         Move here (and rename) from gnus-registry.el.
13994         * gnus-registry.el: Require gnus-util.
13995         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13997 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13999         * gnus-group.el (gnus-group-catchup-current):
14000         Change if-then-else-if-then-else into cond.
14001         (gnus-group-catchup): Indent.
14002         (group-name-at-point): New function.
14003         (gnus-fetch-group): Provide default from thing at point.
14005 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007         * message.el (message-display-abbrev): Fix regexp.
14009         * ecomplete.el (ecomplete-highlight-match-line):
14010         Reimplement choosing.
14011         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14012         dead variables.
14014         * message.el (message-newline-and-indent): Remove debugging.
14015         (message-display-abbrev): Use new implementation.
14017 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14019         * gnus-art.el (gnus-article-mode):
14020         Set cursor-in-non-selected-windows to nil.
14022         * smiley.el: Revert previous change.
14023         (smiley-data-directory): defvar it before using it in the
14024         defcustom of `smiley-style'.
14026 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14028         * message.el (message-newline-and-indent): New function.
14030         * ecomplete.el: Implement more bits.
14032         * message.el (message-put-addresses-in-ecomplete): Clean up the
14033         string.
14035         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14037         * gnus-sum.el (gnus-summary-save-parts):
14038         Bind gnus-summary-save-parts-counter and use it to make unique file
14039         names.
14041         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14043         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14044         parameter to say whether to actually parse the individual
14045         addresses.
14047         * message.el (message-put-addresses-in-ecomplete): New function.
14048         (ecomplete): Require.
14049         (message-mail-alias-type): Add ecomplete as an option.
14051 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14053         * flow-fill.el (fill-flowed): Remove trailing space from blank
14054         quoted lines.
14056 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14058         * smiley.el (smiley-style): Move definition later to avoid a
14059         compilation warning.
14061 2006-04-12  Kenichi Handa  <handa@m17n.org>
14063         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14064         buffer and then decode the buffer text if necessary.
14065         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14066         first, and after mm-encode-body, change the buffer to unibyte.
14067         Use mm-disable-multibyte instead of set-buffer-multibyte.
14069 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14071         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14072         Content-Type header instead of Content-Disposition header.
14073         (gnus-mime-inline-part): Ditto.
14074         (gnus-mime-view-part-as-charset): Ignore charset that the part
14075         specifies.
14077         * mm-decode.el (mm-display-part): Work with external parts and
14078         usual parts similarly.
14080         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14081         instead of gnus-display-mime.
14083         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14084         instead of with-temp-buffer.
14086         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14087         tag to summarized topics part in order to encode non-ASCII text.
14089 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14091         * smiley.el (smiley-style): New variable.
14092         (smiley-directory): New function.
14093         (smiley-data-directory): Derive from `smiley-style' using
14094         `smiley-directory'.
14095         (smiley-regexp-alist): Add new entries.
14097         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14098         (gnus-article-browse-delete-temp): Add :version.
14100 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14102         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14103         the sieve region.
14105 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14107         * gnus.el (gnus-version-number): Bump version.
14109 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14111         * gnus.el: No Gnus v0.4 is released.
14113 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14116         layout.
14118         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14119         unknown charset.
14121         * message.el (message-header-synonyms): Add Original-To to the
14122         default.
14124         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14125         optional parameter.
14127 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14129         * gnus-fun.el (gnus): Require it for gnus-directory.
14131 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14133         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14135 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14137         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14139 2006-04-05  Simon Josefsson  <jas@extundo.com>
14141         * password.el (password-reset): New function.
14143 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14145         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14146         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14148 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14150         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14151         Some whitespace was matched into the url, which broke browsing hits
14152         > 100 when mm-url-use-external was nil.
14154 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14156         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14157         Check gnus-extra-headers for 'Newsgroups.
14159         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14160         bound.
14162 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14164         * pgg-gpg.el: Clean up process buffers every time gpg processes
14165         complete.
14167 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14169         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14170         doc string.
14172 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14174         * pgg-gpg.el (pgg-gpg-process-filter)
14175         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14177         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14178         lines, temporary fix.
14180 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14182         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14184 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14186         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14187         default-enable-multibyte-characters.  This reverts the change from
14188         revision 6.17 which is no longer necessary because the passphrase
14189         is sent separately now.  GnuPG messages are unreadable under
14190         multibyte locales with default-enable-multibyte-characters set to
14191         nil.
14193 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14195         * message.el (message-tool-bar-gnome): Move "spell".
14197 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14200         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14201         instead.
14203 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14206         Improve newsgroups handling for NNTP overviews which don't include
14207         Newsgroups.
14209 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14211         * message.el (message-resend): Bind message-generate-hashcash to nil.
14213 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14215         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14216         when searching for already-paid recipients.
14218 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14220         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14221         passphrases when it is not needed.
14222         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14223         passphrase stuff from gpg, should only be necessary when you use
14224         gpg with a smartcard.
14226 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14228         * mml.el (mml-insert-mime): Ignore cached contents of
14229         message/external-body part.
14231         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14232         (mm-insert-part): Ditto.
14234 2006-03-23  Simon Josefsson  <jas@extundo.com>
14236         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14237         Reiner.
14238         (pgg-gpg-use-agent-p): Use it again.
14240 2006-03-23  Simon Josefsson  <jas@extundo.com>
14242         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14243         older emacsen.
14244         (pgg-gpg-use-agent-p): Don't use it.
14246 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14248         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14249         if we can.
14251 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14253         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14254         (pgg-gpg-update-agent): New function.
14255         (pgg-gpg-use-agent-p): New function.
14256         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14257         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14258         (pgg-gpg-sign-region): Use it.
14260 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14263         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14265 2006-03-21  Simon Josefsson  <jas@extundo.com>
14267         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14268         <wilde@sha-bang.de>.
14269         (pgg-gpg-use-agent): New variable.
14270         (pgg-gpg-process-region): Use it.
14271         (pgg-gpg-encrypt-region): Likewise.
14272         (pgg-gpg-encrypt-symmetric-region): Likewise.
14273         (pgg-gpg-decrypt-region): Likewise.
14274         (pgg-gpg-sign-region): Likewise.
14275         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14277 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14279         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14281         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14282         Add comment on version.
14284 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14286         * smiley.el: Add missing test smiley.
14288 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14290         * mm-decode.el (mm-with-part): New macro.
14291         (mm-get-part): Use it; work with message/external-body as well.
14292         (mm-save-part): Treat name and filename equally.
14294         * mm-extern.el (mm-extern-cache-contents): New function.
14295         (mm-inline-external-body): Use it; force the part to be displayed;
14296         move undisplayer added to the cached handle to the parent.
14298         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14299         (gnus-mime-view-part-as-type): Work with message/external-body.
14301         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14303 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14305         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14306         images in image-load-path.  [Sync with image.el, revision 1.60, in
14307         Emacs.]
14309 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14311         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14312         path rather than symbol.  Always return list of directories.
14313         Guarantee that image directory comes first.  [Sync with image.el,
14314         revision 1.59, in Emacs.]
14316         * message.el (message-make-tool-bar): Adjust to new API of
14317         `gmm-image-load-path-for-library'.
14319         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14321         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14323 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14325         * gnus-art.el (gnus-article-only-boring-p):
14326         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14327         intangible text.
14328         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14330 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14332         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14333         Use `defun' instead of `gmm-defun-compat'.
14335 2006-03-14  Simon Josefsson  <jas@extundo.com>
14337         * message.el (message-unique-id): Don't use message-number-base36
14338         if (user-uid) is a float.
14339         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14341 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14343         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14345         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14346         empty line between a part and a message part.
14348 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14350         * smiley.el: Add more test smileys.
14351         (smiley-data-directory, smiley-regexp-alist)
14352         (gnus-smiley-file-types): Fix doc strings.
14353         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14354         adding new elements.
14355         (smiley-mouse-map): Unused code.  Make it a comment.
14357 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14359         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14360         scan latest NoCeM messages instead of old ones.
14361         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14362         delimiters that are recently used.
14363         (gnus-nocem-load-cache): Add autoload cookie.
14365         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14367         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14368         level which is larger than gnus-use-nocem is specified.
14370         * gnus-group.el (gnus-group-get-new-news): Ditto.
14372 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14374         * gnus-util.el (gnus-tool-bar-update): New function.
14376         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14377         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14379         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14381         * gnus-group.el (gnus-group-redraw-when-idle)
14382         (gnus-group-redraw-check): Remove.
14383         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14385 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14387         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14388         if optional last element is specified in splits (FIELD VALUE...).
14390 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14393         to gmm-image-load-path-for-library.  Call with no-error argument.
14394         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14396         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14398         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14400         * gmm-utils.el (gmm-image-load-path): Remove alias.
14402 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14404         * gmm-utils.el (gmm-image-load-path): Add alias.
14406         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14407         nnml-generate-nov-databases-1.
14408         (nnml-generate-nov-databases): Use it.
14409         (nnml-generate-nov-databases-directory): Document no-active
14410         argument.
14412         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14413         directory if path is t.  Add no-error.
14415         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14416         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14418         * gnus-art.el (gnus-article-browse-delete-temp-files):
14419         Simplify resetting gnus-article-browse-html-temp-list.
14421         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14422         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14423         Add example to docstring.  Rename local variables.  Move error
14424         checks to default case in cond and simplify.
14426 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14428         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14429         handle is multipart when calling it recursively.
14430         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14432 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14434         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14435         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14437 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14439         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14440         is loaded.
14442         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14443         loaded.
14445 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14447         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14448         to "Emacs 23 (unicode)" in doc string.
14450         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14451         "Emacs 23 (unicode)" in comment.
14453 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14455         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14457         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14458         characters 160 through 255 in Emacs 23.
14460 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14462         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14463         gnus-article-browse-html-temp.
14464         (gnus-article-browse-delete-temp): Make it customizable.
14465         Add `file'.  Adjust doc string.
14466         (gnus-article-browse-delete-temp-files): Add argument.
14467         Allow query for each file.  Adjust doc string.
14468         (gnus-article-browse-html-parts):
14469         Add `gnus-article-browse-delete-temp-files' to
14470         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14472 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14474         * gnus-art.el (gnus-article-browse-html-temp)
14475         (gnus-article-browse-delete-temp): New variables.
14476         (gnus-article-browse-delete-temp-files): New function.
14477         (gnus-article-browse-html-parts): Use it.
14479 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14481         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14483         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14484         string.
14486         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14487         gnus-summary-insert-new-articles when unplugged.
14488         Remove gnus-summary-search-article-forward.
14490         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14491         display-visual-class instead of display-color-cells.
14493 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14495         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14496         message/* containing non-ASCII text properly.
14498 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14500         * message.el: Require gmm-utils, remove autoloads.
14501         (message-tool-bar): Set default based on
14502         gmm-tool-bar-style.
14503         (message-tool-bar-gnome): Add gmm-customize-mode.
14505         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14506         gmm-tool-bar-style.
14507         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14509         * gnus-group.el (gnus-group-tool-bar): Set default based on
14510         gmm-tool-bar-style.
14511         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14513         * gmm-utils.el (gmm-image-directory): Rename variable from
14514         gmm-image-load-path.
14515         (gmm-image-load-path): Use gmm-image-directory.
14516         (gmm-customize-mode): New function.
14517         (gmm-tool-bar-style): New variable.
14519         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14520         gnus-group-redraw-line-number.
14521         (gnus-group-redraw-check): Simplify.
14522         (gnus-group-tool-bar-update): Remove redraw check.
14523         (gnus-group-make-tool-bar): Add redraw check.
14525 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14527         * gnus-art.el (gnus-button): Add missing parentheses.
14529 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14531         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14533 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14535         * gnus-art.el (gnus-button): New face.
14536         (gnus-article-button-face): Use it.
14538         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14539         Add gnus-summary-next-page.  Re-order.
14541         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14542         next-node are now included.
14543         (gnus-group-redraw-line-number): New internal variable.
14544         (gnus-group-redraw-check): Helper function for updating the tool
14545         bar.
14546         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14548         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14550         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14551         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14552         Use it to match format of Spamassassin 3.0 and later.
14553         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14554         (spam-check-bogofilter)
14555         (spam-bogofilter-register-with-bogofilter): Fix args of
14556         `gnus-error' calls.
14558 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14560         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14561         unnecessary interaction when sending queued mails.
14562         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14564 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14566         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14567         first or last are nil.
14569 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14571         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14573 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14577 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14579         * dns.el (query-dns): Protect more against buggy tcp output.
14581 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14583         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14584         nov.php.
14586 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14588         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14589         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14590         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14591         output on the server side.
14592         (nnweb-google-create-mapping): Update regexps and add some
14593         progress indication.
14595 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14597         * gnus-group.el (gnus-group-tool-bar-gnome):
14598         Fix gnus-agent-toggle-plugged.  Re-order icons.
14599         (gnus-group-tool-bar-gnome):
14600         Add gnus-group-{prev,next}-unread-group.
14601         (gnus-group-tool-bar-gnome): Re-order icons.
14603         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14604         Move gnus-summary-insert-new-articles.
14606         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14607         Fix comments.
14609         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14610         also available in Emacs 21.3.
14612         * message.el (message-fix-before-sending): Change "Emacs 22" to
14613         "Emacs 23 (unicode)" in comment.
14615         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14616         "Emacs 23 (unicode)" in comment.
14618         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14619         comment.
14620         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14622         * mm-view.el (mm-fill-flowed): Add :version.
14624 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14626         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14627         and load-path.
14629 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14631         * message.el: Autoload gmm-image-load-path.
14632         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14633         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14634         consitency.
14636         * gmm-utils.el (gmm-image-load-path): Also search in
14637         "../etc/images".  Don't set gmm-image-load-path if we don't find
14638         the image.
14640 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14642         * gmm-utils.el (gmm-image-load-path): Don't make
14643         `gmm-image-load-path' include subdirectories which the second arg
14644         `image' might specify.
14646         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14647         subdirectory to icon file names.
14649         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14651 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14653         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14654         gmm-image-load-path calls.
14656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14658         * message.el (message-make-tool-bar): Ditto.
14660         * mml.el (mml-preview): Add comment concerning tool bar icons.
14662         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14663         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14665         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14666         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14668         * message.el (message-tool-bar-gnome): Use new icon names.
14669         (message-make-tool-bar): Use `gmm-image-load-path'.
14671         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14672         New functions from MH-E.
14673         (gmm-image-load-path): New variable from MH-E.
14674         (gmm-image-load-path): New function from MH-E.  Add arguments
14675         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14676         *-image-load-path-called-flag.
14678 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14680         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14682 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14684         * nnimap.el (nnimap-request-move-article): Change folder back to
14685         source group before deleting.
14687 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14689         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14691         * gnus-art.el (mm-url-insert-file-contents-external):
14692         Autoload mm-url.
14694         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14696 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14698         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14699         coding system which mm-charset-to-coding-system returns for a
14700         given charset is valid.
14702 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14704         * html2text.el (html2text-remove-tag-list):
14705         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14707 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14709         * gnus-cus.el: Revert 2005-10-17 change.
14711 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14713         * gnus-art.el (article-strip-banner):
14714         Call article-really-strip-banner only when the regexp match is made.
14716 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14718         * gnus-art.el (article-strip-banner):
14719         Use gnus-extract-address-components instead of
14720         mail-header-parse-addresses to make it work with non-ASCII text;
14721         remove mail-encode-encoded-word-string.
14723         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14724         values which are surrounded with \"...\"; make it never cause a
14725         Lisp error; give up parsing of parameters if it failed in
14726         extracting type.
14728 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
14730         * smime.el (smime-cert-by-ldap-1): Fix bug where
14731         `smime-ldap-search' returns results without userCertificates.
14733 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14735         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14737 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14739         * spam.el (spam-check-spamassassin-headers): Adapt format for
14740         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14741         <ari@mbf.ocn.ne.jp>.
14742         (spam-list-of-processors): Add spam-use-gmane.
14744 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14746         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14747         make-temp-file; make it work with XEmacs as well.
14749         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14750         mm-make-temp-file.
14752         * mm-decode.el (mm-display-external): Use the 3rd arg of
14753         mm-make-temp-file.
14754         (mm-create-image-xemacs): Ditto.
14756 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14758         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14759         with message-narrow-to-headers.
14760         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14761         (gnus-draft-check-draft-articles): New function.
14762         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14764 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14766         * gnus-art.el (gnus-article-browse-html-parts):
14767         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14768         Don't use suffix argument for mm-make-temp-file for Emacs 21
14769         compatibility.  Remove useless `format'.
14771 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14773         * nnweb.el (nnweb-google-wash-article): Update regexps.
14774         (nnweb-group-alist): Use defvoo instead of defvar.
14776 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14778         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14779         re-loading nn* modules.
14781 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14783         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14784         for `tool-bar-mode' and don't check it's default-value.
14786         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14788         * message.el (message-make-tool-bar): Ditto.
14790         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14791         `substring'.  Shorten tmp-file name.
14793         * gnus.el: Remove bogus comment.
14795 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14797         * gnus-art.el (gnus-article-browse-html-parts): New function.
14798         (gnus-article-browse-html-article): New function for viewing html
14799         articles with a browser.
14801 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14803         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14804         (mml2015-pgg-encrypt): Ditto.
14806         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14807         (mml1991-pgg-encrypt): Ditto.
14809 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14811         * nnfolder.el (nnfolder-insert-newsgroup-line):
14812         Use message-make-date instead of current-time-string.
14814         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14815         to gnus-decoded which mm-uu might set.
14817 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14819         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14820         don't decode quoted parameters; remove misimported Emacs code.
14821         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14822         (rfc2231-decode-encoded-string): Don't use split-string which
14823         behaves differently according to Emacs version; use
14824         mm-decode-coding-region to convert charset to coding-system.
14825         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14826         (rfc2231-encode-string): Remove misimported Emacs code.
14828 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14830         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14831         when calling mail-header-parse-content-type.
14832         (article-de-quoted-unreadable): Ditto.
14833         (article-de-base64-unreadable): Ditto.
14834         (article-wash-html): Ditto.
14836         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14837         calling mail-header-parse-content-type and
14838         mail-header-parse-content-disposition.
14839         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14840         mail-header-parse-content-type.
14842         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14843         insert charset and format parameters; encode description after
14844         inserting it to buffer.
14845         (mml-insert-parameter): Fold lines properly even if a parameter is
14846         segmented into two or more lines; change the max column to 76.
14848         * rfc1843.el (rfc1843-decode-article-body): Don't use
14849         ignore-errors when calling mail-header-parse-content-type.
14851         * rfc2231.el (rfc2231-parse-string): Return at least type if
14852         possible; don't cause an error even if it fails in parsing of
14853         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14854         (rfc2231-encode-string): Don't break lines at the beginning, leave
14855         it to mml-insert-parameter.
14857         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14858         calling mail-header-parse-content-type.
14860 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14862         * spam-report.el (spam-report-gmane-use-article-number):
14863         Improve doc string.
14864         (spam-report-gmane-internal): Check if a suitable header was found
14865         in the article.
14867 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14869         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14870         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14872 2006-02-05  Romain Francoise  <romain@orebokech.com>
14874         Update copyright notices of all files in the gnus directory.
14876 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14878         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14880 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14882         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14883         segmented lines of parameter value to cope with Thunderbird 1.5
14884         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14886         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14888 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14890         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14891         parts.
14893 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14895         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14896         there's only one active file for all servers.
14897         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14898         solid groups.  Gnus might have used a FAST request to select the group.
14899         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14900         and nnweb-search redundantly in the active file.
14901         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14902         (nnweb-request-create-group): Don't use ARGS.
14903         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14904         initialisations.  Let nnoo do the work.
14906 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14908         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14909         Say the part has been decoded.
14911         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14913 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14915         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14916         mailcap-viewer-test-cache when there's no 'test clause, since that
14917         will invert the meaning of a "nil" test previously determined by
14918         mailcap-mailcap-entry-passes-test.
14920 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14922         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14923         compiling.
14925         * gnus-sum.el: Ditto.
14927         * message.el: Don't bind tool-bar-map when compiling.
14929 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14931         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14933 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14935         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14936         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14937         current Google Groups.
14939 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14941         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14942         and tool-bar-mode.
14944         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14945         and tool-bar-mode.
14947         * message.el (message-tool-bar-update): Simplify.
14948         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14950         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14951         gnus-summary-buffer.
14952         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14953         gnus-summary-reply.
14955         * gmm-utils.el (gmm): Add :version.
14957 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14959         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14960         Don't autoload.
14962 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14964         * gmm-utils.el (gmm-verbose): Add :group.
14966 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14968         * message.el: Change some comments WRT tool-bars.
14970         * gnus-sum.el (gnus-summary-tool-bar)
14971         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14972         (gnus-summary-tool-bar-zap-list): New variables.
14973         (gnus-summary-make-tool-bar): Complete rewrite using
14974         `gmm-tool-bar-from-list'.
14976         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14977         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14978         New variables.
14979         (gnus-group-make-tool-bar): Complete rewrite using
14980         `gmm-tool-bar-from-list'.
14981         (gnus-group-tool-bar-update): New function.
14983         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14985 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14988         is dissected into a single part of which the type is the same as
14989         the given one; decode charset.
14991 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14993         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14994         into alists as symbol not string, since that's what
14995         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14996         look for.
14998 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15000         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15001         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15003         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15005 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15007         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15008         (gnus-mime-security-button-menu): New definition.
15009         (gnus-mime-security-button-map): Use them.
15010         (gnus-mime-security-button-menu): New function.
15011         (gnus-insert-mime-security-button): Addition to help echo.
15012         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15013         (gnus-mime-security-pipe-part): New functions.
15015         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15016         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15018         * mm-decode.el (mm-handle-set-disposition): Remove.
15019         (mm-handle-set-description): Remove.
15021 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15023         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15024         (mm-w3m-standalone-supports-m17n-p): New function.
15025         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15026         w3m usage.
15028         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15029         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15031 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15033         * message.el (message-tool-bar-zap-list):
15034         Use gmm-tool-bar-zap-list as custom type.
15035         (message-tool-bar-update): New function.
15036         (message-tool-bar, message-tool-bar-gnome)
15037         (message-tool-bar-retro): Add message-tool-bar-update.
15038         (message-tool-bar-gnome): Add flyspell-buffer.
15040         * gnus-util.el (gnus-error): Describe `args'.
15042         * gmm-utils.el (gmm-error): Describe `args'.
15043         (gmm-tool-bar-zap-list): New widget.
15044         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15046 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15048         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15049         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15050         the number of recursive calls.
15052         * mm-decode.el (mm-handle-set-disposition): New macro.
15053         (mm-handle-set-description): New macro.
15055 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15057         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15058         encoding.
15060 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * message.el (message-tool-bar-zap-list, message-tool-bar)
15063         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15064         (message-tool-bar-local-item-from-menu): Remove.
15065         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15066         (message-make-tool-bar): New function.
15067         (message-mode): Use `message-make-tool-bar'.
15069         * gmm-utils.el: New file.
15070         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15071         (gmm-lazy): New widget copied from `nnmail.el'.
15072         (gmm-tool-bar-from-list): New function for creating customizable
15073         tool bars.
15074         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15075         output.
15076         (gmm): Add :prefix to defgroup.
15078 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15080         * gmm-utils.el (gmm-widget-p): New function.
15082 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15084         * mml.el (mml-attach-file): Describe `description' in doc string.
15085         (mml-menu): Add Emacs MIME manual and PGG manual.
15087 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15089         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15091 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15093         * nntp.el (nntp-end-of-line): Doc fix.
15095 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15097         * imap.el (imap-open): Handle case where buffer is a buffer
15098         object.
15100 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15102         * gnus-delay.el (gnus-delay): Don't autoload.
15103         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15104         to be re-loaded when customizing the `gnus-delay' group.
15106 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15108         * message.el (message-insert-citation-line): Use newlines.
15110 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15112         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15114         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15116 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15118         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15120 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15122         * mm-decode.el (mm-inlined-types): Add application/pgp.
15123         (mm-automatic-display): Ditto.
15125         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15126         part as text.
15128 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15130         * nnrss.el: Update copyright.
15131         (nnrss-opml-import): Query whether to subscribe to each entry.
15133         * gnus-art.el:
15134         * gnus-sum.el:
15135         * mm-uu.el:
15136         * mm-view.el: Update copyright.
15138 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15140         * message.el (message-info): New function.
15141         (message-mode-menu): Add it.
15142         Update copyright.
15144         * ChangeLog: Fix and update copyright.
15146 2006-01-13  Romain Francoise  <romain@orebokech.com>
15148         * message.el (message-forward-subject-name-subject): Prefer the
15149         address to 'nowhere' if the sender has no name.
15150         Fix typo.  Update copyright year.
15152 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15154         * gnus-art.el (article-wash-html):
15155         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15156         (gnus-article-wash-html-with-w3m-standalone): New function.
15158         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15159         mm-inline-text-html-render-with-w3m-standalone.
15160         (mm-text-html-washer-alist): Map w3m-standalone to
15161         gnus-article-wash-html-with-w3m-standalone.
15162         (mm-inline-text-html-render-with-w3m-standalone): New function.
15164 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15166         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15167         Improve LaTeX.
15169 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15171         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15172         (nnrss-request-article): Render text/plain parts as HTML.
15174         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15175         the buffer.
15177 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15179         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15180         custom definition of `gnus-posting-styles'.
15182         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15183         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15185 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15187         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15188         Use nntp for bug archive.
15190 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15192         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15193         parts.
15194         (nnrss-normalize-date): New function converts ISO 8601 date into
15195         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15196         (nnrss-check-group): Use it.
15198 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15200         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15202         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15203         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15204         (nnrss-insert-w3): Ditto.
15206 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15208         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15209         the articles to be forwarded including the case where neither a
15210         number of articles nor a region is specified.
15212 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15214         * nnrss.el (nnrss-request-article): Fix last change; fill
15215         text/plain parts.
15217 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15219         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15220         in text/plain part.
15221         (nnrss-check-group): Don't add excessive newline to dc:subject.
15223 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15225         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15226         article.
15228 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15230         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15231         (nnml-use-compressed-files, nnml-save-mail): Support other
15232         comression programs such as bzip2.
15234 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236         * dns.el (query-dns): Make sure we check the buffer size before
15237         removing tcp headers.
15239 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15241         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15242         remove MIME buttons associated with multipart/alternative parts.
15243         (gnus-mime-display-alternative): Tag buttons using `article-type'
15244         text property.
15246         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15247         associated with multipart/alternative parts.
15249         * gnus-art.el (gnus-signature-separator): Fix custom type.
15251         * mm-decode.el (mm-inlined-types): Fix custom type.
15252         (mm-keep-viewer-alive-types): Ditto.
15253         (mm-automatic-display): Ditto.
15254         (mm-attachment-override-types): Ditto.
15255         (mm-inline-override-types): Ditto.
15256         (mm-automatic-external-display): Ditto.
15258 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15260         * spam-report.el (spam-report-user-mail-address)
15261         (spam-report-user-agent): New variables.
15262         (spam-report-url-ping-plain): Use spam-report-user-agent.
15264 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15266         * gnus-art.el (gnus-button-handle-custom): Do not just use
15267         `customize-apropos' for any "M-x customize-*" button but the
15268         function called for.  Accept both the function name and its
15269         argument in order to achieve this.
15270         (gnus-button-alist): Remove support for "custom:" URL's.
15271         Pass function name to `gnus-button-handle-custom' in case of "M-x
15272         customize-*" buttons.
15274 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15276         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15277         multipart/alternative and add xref to mm-discouraged-alternatives
15278         in doc string.
15280         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15281         gnus-buttonized-mime-types in doc string.
15283 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15285         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15286         Suggest image/.* in the doc string.
15288 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15290         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15291         message-marks (Debian bug #342521).
15293 2005-12-12  Simon Josefsson  <jas@extundo.com>
15295         * password.el (password-read-from-cache): Add.
15296         (password-read): Use it.
15298 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15300         * rfc2047.el (rfc2047-charset-to-coding-system):
15301         Recognize us-ascii as a MIME charset.
15303         * mm-bodies.el (mm-decode-content-transfer-encoding):
15304         Protect against the case where the 2nd arg TYPE is nil.
15306 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15308         * pop3.el (pop3-stream-type): Fix custom version.
15310         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15312 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15314         * mm-decode.el (mm-display-external): Add missing cdr.
15316 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15318         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15319         RFC1524) if it is in mailcap or add a suffix according to
15320         mailcap-mime-extensions when generating a temp filename; postpone
15321         deleting a temp file for 2 seconds for some wrappers, shell
15322         scripts, and so on, which might exit right after having started a
15323         viewer command as a background job.
15325 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15327         * nntp.el (nntp-marks-directory): Fix custom group.
15329         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15330         steps when < 10.
15332         * gnus-start.el (gnus-no-server-1):
15333         Mention `gnus-level-default-subscribed' in doc string.
15335 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15337         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15338         parens.
15340 2005-11-26  Dave Love  <fx@gnu.org>
15342         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15343         (tls-program, tls-success): Provide openssl alternative.
15345         * starttls.el: Doc fixes.
15346         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15347         SERVICE to PORT.
15349         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15350         port null or service name.
15351         (starttls-negotiate): Autoload.
15353 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15355         * message.el (message-kill-to-signature): Fix interactive spec.
15357 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * pop3.el (pop3-open-server): Recognize a string as a service name.
15361 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15363         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15365 2005-11-23  Dave Love  <fx@gnu.org>
15367         Add pop3s, pop3/starttls.
15369         * pop3.el (pop3-authentication-scheme): Clarify doc.
15370         (open-tls-stream, starttls-open-stream): Autoload.
15371         (pop3-stream-type): New.
15372         (pop3-open-server): Use it.
15374         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15375         for POP.
15376         (mail-source-keyword-map): Add :stream for POP.
15377         (mail-source-fetch-pop): Use pop3-stream-type.
15379 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15381         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15382         of current-time-string.
15384 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15386         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15387         date header.
15389 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15391         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15392         it can seriously impact performance as it bypasses the agent's
15393         local caches.
15395 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15397         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15398         must be explicitly online rather than "not explicitly offline" for
15399         its flags to be synchronized.
15401         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15402         that gnus-uu-unmark-thread will function correctly.
15404         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15405         1024K is instead displayed as 1M.
15407 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15411 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15413         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15415 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15417         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15418         error message to display actual error condition.
15419         (gnus-agent-save-local): Avoid saving symbols that are bound to
15420         nil as they simply result in a warning message in
15421         gnus-agent-read-local.
15423 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15425         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15426         rather than make-variable-buffer-local for file-precious-flag.
15428 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15430         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15431         for duplicates which are removed.  The invalid sort check then
15432         triggers a rescan after the sort as sorting may have moved
15433         duplicate entries such that they can be cheaply detected.
15435 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15437         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15439 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15441         * gnus-agent.el (gnus-agent-article-alist-save-format):
15442         Change internal variable to a custom variable.  Change default value
15443         from compressed(2) to uncompressed(1).
15444         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15445         support for uncompressed agentview files.  Taken together, reading
15446         the agentview file should now be 6-7 times faster.
15448 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15450         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15451         as a buffer-local variable.  This avoids creating truncated
15452         dribble files as a result of a hang up, eg.
15454 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15456         * gnus-start.el (gnus-start-draft-setup):
15457         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15459         * gnus.el (gnus-splash): Change custom group.
15460         (gnus-group-get-parameter, gnus-group-parameter-value):
15461         Describe allow-list argument.
15463         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15464         string.
15466 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15468         * gnus-art.el (gnus-default-article-saver): Add user-defined
15469         `function' to custom type.
15471 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15473         * imap.el (imap-open): Handle case where buffer is a buffer
15474         object.
15476 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15478         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15479         long lines.
15480         (gnus-cache-delete-group): Wrap doc strings.
15482         * gnus-agent.el (gnus-agent-rename-group)
15483         (gnus-agent-delete-group): Wrap doc strings.
15485 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15487         * gnus-start.el (gnus-1): Add "native" to
15488         gnus-predefined-server-alist.
15490         * gnus.el (gnus-method-to-server): Don't add "native" to the
15491         lists here, because that leads to problems when
15492         gnus-select-method is bound.
15494 2005-11-09  Simon Josefsson  <jas@extundo.com>
15496         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15497         use (not sort-by-date) instead.
15499 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * gnus-delay.el (gnus-delay-group): Don't autoload.
15502         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15503         to be re-loaded when customizing the `gnus-delay' group.
15505 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15507         * message.el: Revert last changes.
15508         (message-insert-citation-line): Use newlines.
15510 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15512         * message.el (message-courtesy-message)
15513         (message-mark-insert-begin, message-mark-insert-end)
15514         (message-elide-ellipsis, message-cancel-message)
15515         (message-add-header, message-change-subject)
15516         (message-cross-post-followup-to-header)
15517         (message-cross-post-insert-note, message-reduce-to-to-cc)
15518         (message-widen-reply, message-delete-not-region)
15519         (message-kill-to-signature, message-insert-signature)
15520         (message-insert-importance-high, message-insert-importance-low)
15521         (message-insert-or-toggle-importance)
15522         (message-insert-disposition-notification-to)
15523         (message-indent-citation, message-yank-original)
15524         (message-cite-original-without-signature, message-cite-original)
15525         (message-insert-citation-line, message-position-on-field)
15526         (message-fix-before-sending, message-send-mail-partially)
15527         (message-send-mail, message-send-mail-with-sendmail)
15528         (message-send-mail-with-qmail, message-send-news)
15529         (message-check-news-header-syntax, message-generate-headers)
15530         (message-insert-courtesy-copy, message-fill-address)
15531         (message-fill-header, message-shorten-references)
15532         (message-setup-1, message-cancel-news)
15533         (message-forward-make-body-plain, message-forward-make-body-mime)
15534         (message-forward-make-body-mml, message-encode-message-body)
15535         (message-forward-make-body-digest-plain)
15536         (message-forward-make-body-digest-mime)
15537         (message-use-alternative-email-as-from): Insert `hard-newline'
15538         instead of ordinary newlines.
15540 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15542         * message.el (message-generate-headers): Downcase the argument
15543         given to message-check-element.
15545 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15547         * nntp.el (nntp-authinfo-rejected): New error condition.
15548         (nntp-wait-for): Use new error condition to signal authentication
15549         error.
15550         (nntp-retrieve-data): Rethrow new error condition to break out of
15551         recursive call to nntp-send-authinfo.
15553 2005-11-08  Romain Francoise  <romain@orebokech.com>
15555         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15556         (gnus-summary-exit-map): Bind to `Z p'.
15557         (gnus-summary-make-menu-bar): Add menu item.
15559 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15561         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15562         (gnus-treat-*): Add `first' in all doc strings.
15564         * gnus-group.el (gnus-group-compact-group): Fix typo.
15566 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15568         * gnus.el (gnus-parameters-case-fold-search): New variable.
15569         (gnus-parameters-get-parameter): Use it.
15571         * gnus-score.el (gnus-home-score-file): Doc fix.
15573 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15575         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15577 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15579         * mm-util.el (mm-special-display-p): New function.
15581         * mml.el (mml-preview): Use it; doc fix.
15583 2005-10-29  Romain Francoise  <romain@orebokech.com>
15585         * message.el (message-fix-before-sending): Fix comment.
15587 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15589         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15591 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15593         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15594         Used in gnus-score.el.
15596 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15598         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15600 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15602         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15603         whitespace removed in revision 7.8.  Use concatenated string to
15604         protect trailing whitespace.
15606 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
15608         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15609         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15610         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15611         Courier IMAP ("some version from 2004").  Mostly based on similar
15612         code in the same function.
15614 2005-10-26  Didier Verna  <didier@xemacs.org>
15616         * gnus-group.el (gnus-group-compact-group): Invalidate original
15617         article buffer.
15618         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15619         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15620         NOV database and in article itself.
15621         Invalidate article backlog.
15623 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15625         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15627 2005-10-26  Simon Josefsson  <jas@extundo.com>
15629         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15630         part of 2004-07-25 change.
15632 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15634         * message.el (message-display-completion-list): New function.
15635         (message-expand-group): Use it; make sure the Completions buffer
15636         is modifiable.
15638 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15640         * imap.el (imap-open): Handle case where buffer is a buffer object.
15642 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
15644         * pgg-def.el:
15645         * pgg-gpg.el:
15646         * pgg-parse.el:
15647         * pgg-pgp.el:
15648         * pgg-pgp5.el:
15649         * pgg.el: Move to the parent lisp directory.
15651 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15653         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15654         user-mail-name is an empty string.
15656 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15658         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15659         depending on gnus-score-decay-constant.
15661         * encrypt.el (encrypt-insert-file-contents)
15662         (encrypt-write-file-contents): Don't use `gnus-message'.
15664         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15665         arguments.
15666         (mm-uu-type-alist): Add message-marks and insert-marks.
15667         Pass arguments to mm-uu-verbatim-marks-extract.
15668         (mm-uu-hide-markers): New variable.
15669         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15671         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15672         (gnus-convert-image-to-face-command): Use "convert" by default to
15673         allow other input image formats.
15674         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15675         accordingly.
15677 2005-10-23  Simon Josefsson  <jas@extundo.com>
15679         * imap.el (imap-gssapi-program): Align command line parameters
15680         with latest GNU SASL.
15681         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15683 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15686         HTML.
15687         (nnslashdot-request-article): Ditto.
15689 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15691         * mail-source.el (mail-source-fetch-pop): Require pop3.
15692         (mail-source-check-pop): Ditto.
15694 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15696         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15697         errors.
15699 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15701         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15702         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15704         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15706         * mm-bodies.el (mm-decode-string):
15707         Call `mm-charset-to-coding-system' with allow-override argument.
15709 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15711         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15712         (rfc2047-charset-to-coding-system): New function.
15713         (rfc2047-decode-encoded-words): New function.
15714         (rfc2047-decode-region): Use them.
15715         (rfc2047-decode-cte): Remove.
15716         (rfc2047-parse-and-decode): Remove.
15717         (rfc2047-decode): Remove.
15719 2005-10-15  Kenichi Handa  <handa@m17n.org>
15721         * rfc2047.el (rfc2047-decode-cte): New function.
15722         (rfc2047-decode-region): Change the way to decode successive
15723         encoded-words: decode B- or Q-encoding in each encoded-word,
15724         concatenate them, and decode it as charset.
15726 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15728         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15729         widget-move-and-invoke.
15730         (gnus-custom-mode): Use gnus-custom-map.
15732 2005-10-15  Bill Wohler  <wohler@newt.com>
15734         * message.el (message-tool-bar-map): Rename image file from
15735         mail_send to mail/send.
15737 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15739         * message.el (message-expand-group): Pass the common
15740         prefix substring of completion to `display-completion-list'.
15742 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15744         * mml-sec.el (mml-secure-method): New internal variable.
15745         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15746         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15747         New functions using mml-secure-method.
15749         * mml.el (mml-mode-map): Add key bindings for those functions.
15750         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15751         Harder <harder@myrealbox.com>.
15752         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15753         Goto end of message if point is the headers of the message.
15755         * message.el (message-in-body-p): New function.
15757         * assistant.el: Autoload gnus-util and netrc.
15759         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15760         Use `mm-charset-override-alist' only when decoding.
15762         * mm-bodies.el (mm-decode-body):
15763         Call `mm-charset-to-coding-system' with allow-override argument.
15765         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15766         `filename' from Content-Disposition if Content-Type doesn't
15767         provide `name'.
15768         (gnus-mime-view-part-as-type): Set default instead of
15769         initial-input.
15771 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15773         * format-spec.el (format-spec): Propagate text properties of % spec.
15775 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15777         * gnus-art.el (gnus-treat-predicate): Add `first'.
15779 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15781         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15782         (mm-charset-override-alist): New variable.
15783         (mm-charset-to-coding-system): Use it.
15784         (mm-codepage-setup): New helper function.
15785         (mm-charset-eval-alist): New variable.
15786         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15787         Warn about unknown charsets.
15789 2005-10-04  David Hansen  <david.hansen@gmx.net>
15791         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15792         (nnrss-check-group): Ditto.
15794 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15796         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15797         Rename x-gnus-verbatim to x-verbatim.
15798         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15800         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15801         x-verbatim.
15803         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15805         * gnus-util.el (gnus-remove-duplicates): Remove.
15807         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15808         instead of gnus-remove-duplicates.
15810         * message.el (message-remove-duplicates): Remove.
15811         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15812         message-remove-duplicates.
15814         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15815         available, else use implementation from `delete-dups'.
15817         * message.el (message-insert-expires): New function.
15818         (message-mode-map): Add key binding.
15819         (message-mode-field-menu): Add menu entry.
15820         (message-mode): Document it.
15821         (message-make-expires-date): Use `message-make-date'.
15823 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15825         * message.el (message-make-expires-date): New function.
15827 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15829         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15831 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15833         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15834         function rather than the diff-mode.el package.
15835         (mm-display-external): Use with-current-buffer.
15836         (mm-viewer-completion-map, mm-viewer-completion-map):
15837         Move initialization inside declaration.
15839 2005-09-29  Simon Josefsson  <jas@extundo.com>
15841         * spam.el: Load hashcash when compiling, to avoid warnings.
15842         Don't autoload mail-check-payment.
15843         (spam-check-hashcash): Define unconditionally, since hashcash.el
15844         is part of Gnus now.  Ignore errors from payment checking.
15846 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15848         * message.el (message-bold-region, message-unbold-region):
15849         Rename from `bold-region' and `unbold-region'.
15851         * message.el: Remove useless autoloads.
15853 2005-09-28  Simon Josefsson  <jas@extundo.com>
15855         * message.el (message-use-idna): Default to t.
15856         (message-use-idna): Test whether encoding works too.  Doc fix.
15858 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15860         * nntp.el (nntp-warn-about-losing-connection): Remove.
15862 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15864         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15865         customizable.  Change default value.
15866         (mm-uu-diff-groups-regexp): Change default value.
15867         (mm-uu-type-alist): Add doc string.
15868         (mm-uu-configure): Add doc string.  Make it interactive.
15869         (mm-uu-tex-groups-regexp): New variable.
15870         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15871         (mm-uu-type-alist): Add LaTeX documents.
15872         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15873         of "text/verbatim".
15874         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15876         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15877         instead of "text/verbatim".
15879         * message.el (message-mark-inserted-region)
15880         (message-mark-insert-file): Use slrn style marks when called with
15881         prefix argument.
15883 2005-09-27  Simon Josefsson  <jas@extundo.com>
15885         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15887 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
15889         * message.el (message-remove-duplicates): New function.
15890         Implementation borrowed from `gnus-remove-duplicates'.
15891         (message-idna-to-ascii-rhs): Also encode idna addresses in
15892         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15893         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15894         only ask about the same idna domain once per header and also tell
15895         in what header to replace the idna domain.
15897         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15898         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15899         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15900         a header is decoded and not just the last one.
15902 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15904         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15905         has been decoded.
15907         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15908         (mm-insert-part): Don't modify text if it has been decoded.
15910         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15911         decoded.
15913         * mm-view.el (mm-inline-text): Don't strip text props unless
15914         decoding enriched or richtext parts.
15916 2005-09-25  Romain Francoise  <romain@orebokech.com>
15918         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15919         * gnus-start.el (gnus-subscribe-interactively):
15920         * gnus-uu.el (gnus-uu-grab-articles):
15921         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15922         space.
15924 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15926         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15927         * mm-view.el (mm-view-pkcs7-decrypt):
15928         * gnus-sum.el (gnus-summary-limit-to-extra)
15929         (gnus-summary-respool-article, gnus-read-move-group-name):
15930         * gnus-score.el (gnus-summary-increase-score):
15931         * gnus-util.el (gnus-completing-read-with-default):
15932         * gnus-art.el (gnus-read-save-file-name)
15933         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15934         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15935         * message.el (message-check-news-header-syntax):
15936         Follow convention for reading with the minibuffer.
15938 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15940         * spam-report.el (spam-report-url-ping-plain):
15941         Use gnus-extended-version as User-Agent.
15943         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15944         default value is nil.
15946         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15947         (mm-uu-verbatim-marks-extract): New function.
15948         (mm-uu-extract): New face.
15949         (mm-uu-copy-to-buffer): Use it.
15951         * spam-report.el (spam-report-gmane-ham): Rename from
15952         `spam-report-gmane-unspam'.
15953         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15954         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15956         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15957         Autoload.
15958         (spam-report-gmane-unregister-routine):
15959         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15961 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15963         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15964         (spam-report-gmane-unregister-routine): Add support for gmane
15965         unregistration.
15967         * spam-report.el (spam-report-gmane-unspam)
15968         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15969         (spam-report-gmane): Change to take a single article and do unspam
15970         registration.
15972 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15974         * mm-url.el (mm-url-decode-entities): Fix regexp.
15976 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15979         default to nil, to be able to use Gnus at all.  If the default
15980         switches to something else, then the function should be fixed not
15981         be exceedingly slow.
15983 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15985         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15986         fail hard.
15988         * spam-report.el: Add better Keywords line.
15990         * spam.el: Add Maintainer and better Keywords line.
15992 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15994         * gnus-art.el (gnus-article-replace-part)
15995         (gnus-mime-replace-part): New functions.
15996         (gnus-mime-action-alist, gnus-mime-button-commands)
15997         (gnus-mime-save-part-and-strip): Add file argument.
15998         (gnus-article-part-wrapper): Add interactive argument.
16000         * gnus-sum.el (gnus-summary-mime-map):
16001         Add `gnus-article-replace-part'.
16003 2005-09-19  Didier Verna  <didier@xemacs.org>
16005         The nnml compaction feature:
16006         * nnml.el (nnml-request-compact-group): New function.
16007         * nnml.el (nnml-request-compact): New function.
16008         * gnus-int.el (gnus-request-compact-group): New function.
16009         * gnus-int.el (gnus-request-compact): New function.
16010         * gnus-group.el (gnus-group-compact-group): New function.
16011         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16012         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16013         * gnus-srvr.el (gnus-server-compact-server): New function.
16014         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16015         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16017 2005-09-18  Deepak Goel  <deego@gnufans.org>
16019         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16020         format spec.
16022 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16024         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16026 2005-09-15  Romain Francoise  <romain@orebokech.com>
16028         * message.el (message-fill-paragraph): Clarify docstring.
16030 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16032         * gnus-art.el (gnus-mime-display-part): Protect against broken
16033         MIME messages.
16035 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16037         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16038         before parsing header.
16040 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16042         * html2text.el (html2text-replace-list): Add new entities.
16044 2005-09-11  Romain Francoise  <romain@orebokech.com>
16046         * message.el (message-alternative-emails): Improve docstring.
16047         (message-setup-1): Call `message-use-alternative-email-as-from'
16048         after `message-setup-hook' to give it precedence over posting
16049         styles, etc.
16050         (message-use-alternative-email-as-from): Add docstring.
16051         Remove the original From header if present.
16053         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16054         (nnml-save-mail): Use it.
16056         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16057         articles.  Add new argument `silent'.
16058         (gnus-uu-mark-all): Report the total number of marked articles.
16060 2005-09-10  Romain Francoise  <romain@orebokech.com>
16062         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16063         (gnus-uu-mark-series): Likewise.
16065 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16067         * spam-report.el (spam-report-gmane): Fix generation of spam
16068         report URL.
16070 2005-09-10  Simon Josefsson  <jas@extundo.com>
16072         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16073         t, based on discussion on the ding list with Robert Epprecht
16074         <epprecht@solnet.ch>.
16076 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16078         * spam-report.el (spam-report-gmane): Make it work without
16079         X-Report-Spam header.  Gmane now only provides Archived-At.
16080         This is only used if `spam-report-gmane-use-article-number' is nil.
16081         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16083         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16084         make `gnus-summary-sort-by-recipient' work with threading.
16086         * nnweb.el (nnweb-google-wash-article): Print a message if article
16087         is not available.
16089 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16091         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16092         change.  Decode text/* parts content before displaying.
16094 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16096         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16098 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16100         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16102 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16104         * message.el (message-tab-body-function): Fix mismatched custom type.
16106         * gnus.el (gnus-group-change-level-function): Ditto.
16108         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16110         * gnus-art.el (gnus-signature-limit)
16111         (gnus-article-mime-part-function): Ditto.
16113 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16115         * mml.el (mml-mode): Silence the byte compiler.
16117         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16118         using `(sit-for 0)' before moving the point to the specified part;
16119         skip unbuttonized parts.
16120         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16121         return to the summary window if gnus-auto-select-part is non-nil.
16123 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16125         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16126         New variables.
16127         (mml-dnd-attach-file, mml-mode): Use them.
16129         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16130         Make fetching article by MID work again for Google Groups.
16131         Add FIXME concerning gnus-group-make-web-group.
16133         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16134         Don't depend on Gnus by using mail-extract-address-components if
16135         gnus-extract-address-components is not bound.
16137 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16139         * gnus-art.el (gnus-mime-display-security): Don't display the
16140         signature, but only the signed part.
16142 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16144         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16146         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16147         list, not listp.
16149 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16151         * mm-encode.el (mm-encode-content-transfer-encoding):
16152         Likewise when encoding.
16154         * mm-bodies.el (mm-decode-content-transfer-encoding):
16155         De-canonicalize CRLF for all text content types, not just
16156         text/plain.
16158 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16160         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16161         valid article; point arrow and cursor at the MIME button.
16163 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16165         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16166         Suggested by Dan Christensen <jdc@uwo.ca>.
16168         * mm-decode.el (mm-save-part): Enable change of prompt.
16170 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16172         * gnus-msg.el (gnus-inews-add-send-actions):
16173         Make `message-post-method' lambda parameter ARG `&optional'.
16175 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16177         * gnus-sum.el (gnus-summary-mime-map):
16178         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16179         gnus-article-jump-to-part.
16181         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16182         (gnus-article-edit-part): Use it.
16183         (gnus-article-part-wrapper): Add no-handle argument.
16184         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16185         New functions.
16187 2005-08-29  Romain Francoise  <romain@orebokech.com>
16189         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16190         docstring.
16191         (gnus-face-from-file): Likewise.
16193 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16195         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16196         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16197         non-nil.
16198         (gnus-auto-select-part): New variable.
16199         (gnus-article-jump-to-part): New function.
16200         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16201         (gnus-mime-delete-part): Allow selecting specified part after
16202         deleting or stripping parts.
16203         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16204         part if argument is bogus.
16206 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16208         * gnus-art.el (w3m-minor-mode-map):
16209         * gnus-spec.el (gnus-newsrc-file-version):
16210         * gnus-util.el (nnmail-active-file-coding-system)
16211         (gnus-original-article-buffer, gnus-user-agent):
16212         * gnus.el (gnus-ham-process-destinations)
16213         (gnus-parameter-ham-marks-alist)
16214         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16215         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16216         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16217         * mm-decode.el (gnus-current-window-configuration):
16218         * mm-extern.el (gnus-article-mime-handles):
16219         * mm-url.el (url-current-object, url-package-name)
16220         (url-package-version):
16221         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16222         (smime-keys, w3m-cid-retrieve-function-alist)
16223         (w3m-current-buffer, w3m-display-inline-images)
16224         (w3m-minor-mode-map):
16225         * mml-smime.el (gnus-extract-address-components):
16226         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16227         (gnus-newsrc-hashtb, message-default-charset)
16228         (message-deletable-headers, message-options)
16229         (message-posting-charset, message-required-mail-headers)
16230         (message-required-news-headers):
16231         * mml1991.el (mc-pgp-always-sign):
16232         * mml2015.el (mc-pgp-always-sign):
16233         * nnheader.el (nnmail-extra-headers):
16234         * rfc1843.el (gnus-decode-encoded-word-function)
16235         (gnus-decode-header-function, gnus-newsgroup-name):
16236         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16238 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16240         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16241         the end of the date treatments.
16243 2005-08-15  Simon Josefsson  <jas@extundo.com>
16245         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16246         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16247         Capello and Romain Francoise.
16248         (pgg-fetch-key-function): Remove, not used?
16249         (pgg-insert-url-with-w3): Require url, to get
16250         url-insert-file-contents regardless of where it is defined.
16252 2005-08-13  Romain Francoise  <romain@orebokech.com>
16254         * message.el (message-cite-original-1): New function.
16255         (message-cite-original): Use it.
16256         (message-cite-original-without-signature): Ditto.
16258 2005-08-08  Romain Francoise  <romain@orebokech.com>
16260         * message.el (message-yank-empty-prefix): New variable.
16261         (message-indent-citation): Use it.
16262         (message-cite-original-without-signature): Respect X-No-Archive.
16264 2005-08-08  Simon Josefsson  <jas@extundo.com>
16266         * pgg.el: Autoload url-insert-file-contents instead of loading
16267         w3/url.
16268         (pgg-insert-url-with-w3): Don't load url here.
16270 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16272         * message.el (message-kill-to-signature): Don't insert newline at
16273         bol.
16274         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16276 2005-08-06  Romain Francoise  <romain@orebokech.com>
16278         * message.el (message-user-fqdn): Fix typo in docstring.
16280 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16282         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16284         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16286 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16288         * mm-bodies.el (mm-encode-body): Use coding system rather than
16289         charset to encode text.
16291         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16292         number of charsets if utf-8 is available (XEmacs).
16294 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16296         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16297         taken from `gnus-button-mid-or-mail-regexp'.
16298         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16299         (gnus-button-alist): Improve regexp for domain part of the MIDs
16300         for news:localpart@domain buttons.
16301         (gnus-button-ctan-directory-regexp): Update.
16303 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16305         * sieve-manage.el (sieve-manage-interactive-login):
16306         Use make-local-variable rather than make-variable-buffer-local.
16307         (sieve-manage-open): Ditto.
16308         (sieve-manage-authenticate): Ditto.
16310         * mml.el (mml-generate-mime-1): Make the content type default to
16311         text/plain if the filename is not specified.
16313 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16315         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16316         instead of insert-buffer.
16318         * message.el (message-yank-original): Ditto; set the mark at the
16319         end of the yanked message.
16321 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16324         lines to scroll rather than to stop it.
16326         * mml.el (mml-generate-default-type): Add doc string.
16327         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16328         default to application/octet-stream when determining the content
16329         type if it is not specified for the part or the mml contents; add
16330         a comment about mml-generate-default-type.
16332 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16334         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16335         make it default to application/octet-stream when determining the
16336         content type if it is not specified for the external contents.
16338 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16340         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16341         segmented parameter but also other parameters might be there.
16343 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16345         * mm-decode.el (mm-display-external): Delete temp file, directory
16346         and buffer immediately if the external process is exited.
16348 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16350         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16351         fewer lines than that of scroll-margin.
16352         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16354 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16356         * gnus-art.el (gnus-article-next-page): Revert.
16357         (gnus-article-beginning-of-window): New macro.
16358         (gnus-article-next-page-1): Use it.
16359         (gnus-article-prev-page): Ditto.
16360         (gnus-article-edit-part): Use insert-buffer-substring instead of
16361         insert-buffer.
16362         (gnus-article-edit-exit): Ditto.
16364         * gnus-util.el (gnus-beginning-of-window): Remove.
16365         (gnus-end-of-window): Remove.
16367 2005-07-25  Simon Josefsson  <jas@extundo.com>
16369         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16370         to have the url package without w3.  Reported by Daiki Ueno
16371         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16373 2005-07-20  Didier Verna  <didier@xemacs.org>
16375         * gnus-diary.el: Remove the description comment (nndiary is now
16376         properly documented in the Gnus manual).
16377         Fix the spelling of "Back End".
16378         * nndiary.el: Ditto.
16379         Fix the copyright notice.
16381 2005-07-18  Romain Francoise  <romain@orebokech.com>
16383         * gnus-sum.el (gnus-summary-to-prefix)
16384         (gnus-summary-newsgroup-prefix): New variables.
16385         (gnus-summary-from-or-to-or-newsgroups): Use them.
16387 2005-07-17  Romain Francoise  <romain@orebokech.com>
16389         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16390         space as it's generally not especially interesting to the user.
16392 2005-07-16  Romain Francoise  <romain@orebokech.com>
16394         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16395         nil to avoid prompting and file modification if one of the
16396         messages at the top of the nnfolder file contains a copyright
16397         notice.
16398         Update copyright notice.
16400         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16401         instead of `current-time-string' as the latter creates a time
16402         string that is not RFC 2822 compliant (it lacks the zone).
16403         Update copyright notice.
16405 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16407         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16408         for text/rtf.  Display default in prompt.  Pass default for M-n.
16410         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16412 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16414         * gnus-msg.el (gnus-button-mailto):
16415         Remove save-selected-window-window hackery because it relies on
16416         save-selected-window internals.
16418 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16421         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16422         (gnus-article-prev-page): Ditto.
16424         * gnus-util.el (gnus-beginning-of-window): New function.
16425         (gnus-end-of-window): New function.
16427 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16429         * gnus-score.el (gnus-score-edit-all-score):
16430         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16431         gnus-message.
16433 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16435         * gnus-msg.el (gnus-button-mailto):
16436         Remove save-selected-window-window hackery because it relies on
16437         save-selected-window internals.
16439 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16441         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16442         add-minor-mode.
16443         (gnus-binary-mode): Ditto.
16445         * gnus-topic.el (gnus-topic-mode): Ditto.
16447 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16449         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16450         (gnus-article-prev-page): Take scroll-margin into consideration.
16452 2005-07-04  Lute Kamstra  <lute@gnu.org>
16454         Update FSF's address in GPL notices.
16456 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16458         * gnus.el (gnus-exit):
16459         * gnus-group.el (gnus-group-icons):
16460         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16462         * gnus-nocem.el (gnus-nocem):
16463         * message.el (message-various, message-buffers, message-sending)
16464         (message-interface, message-forwarding, message-insertion)
16465         (message-headers, message-news, message-mail):
16466         * pgg-gpg.el (pgg-gpg):
16467         * pgg-parse.el (pgg-parse):
16468         * pgg-pgp.el (pgg-pgp):
16469         * pgg-pgp5.el (pgg-pgp5):
16470         * pop3.el (pop3): Finish `defgroup' description with period.
16472 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16474         * gnus-art.el (article-display-face): Improve the efficiency.
16475         (article-display-x-face): Ditto; remove grey x-face stuff.
16477 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16479         * gnus-art.el (article-display-face): Correct the position in
16480         which Faces are inserted.
16482 2005-06-29  Didier Verna  <didier@xemacs.org>
16484         * gnus-art.el (article-display-face): Display faces in correct
16485         order.
16487 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16489         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16490         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16491         (gnus-nocem-check-article): Fetch the Type header.
16492         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16493         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16494         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16495         make sure gnus-nocem-hashtb is initialized.
16496         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16497         (gnus-nocem-unwanted-article-p): Ditto.
16499         * pgg.el (pgg-verify): Return the verification result.
16501 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16503         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16504         is ascii.
16506 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16508         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16509         `show-nonbreak-escape'.
16511 2005-06-23  Lute Kamstra  <lute@gnu.org>
16513         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16515         * dig.el (dig-mode):
16516         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16518 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16520         * nnimap.el (nnimap-split-download-body): Fix spellings.
16522 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16524         * gnus-art.el (gnus-article-encrypt-body):
16525         * gnus-cus.el (gnus-score-customize):
16526         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16527         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16529 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
16531         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16532         header by looking for magic "MII" at the beginning.
16534 2005-06-16  Miles Bader  <miles@gnu.org>
16536         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16537         (assistant-field-face): New backward-compatibility alias for renamed
16538         face.
16539         (assistant-render-text): Use renamed assistant-field face.
16541         * spam.el (spam): Remove "-face" suffix from face name.
16542         (spam-face): New backward-compatibility alias for renamed face.
16543         (spam-face, spam-initialize): Use renamed spam face.
16545         * message.el (message-header-to, message-header-cc)
16546         (message-header-subject, message-header-newsgroups)
16547         (message-header-other, message-header-name)
16548         (message-header-xheader, message-separator, message-cited-text)
16549         (message-mml): Remove "-face" suffix from face names.
16550         (message-header-to-face, message-header-cc-face)
16551         (message-header-subject-face, message-header-newsgroups-face)
16552         (message-header-other-face, message-header-name-face)
16553         (message-header-xheader-face, message-separator-face)
16554         (message-cited-text-face, message-mml-face):
16555         New backward-compatibility aliases for renamed faces.
16556         (message-font-lock-keywords): Use renamed message faces.
16558         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16559         (sieve-test-commands, sieve-tagged-arguments):
16560         Remove "-face" suffix from face names.
16561         (sieve-control-commands-face, sieve-action-commands-face)
16562         (sieve-test-commands-face, sieve-tagged-arguments-face):
16563         New backward-compatibility aliases for renamed faces.
16564         (sieve-control-commands-face, sieve-action-commands-face)
16565         (sieve-test-commands-face, sieve-tagged-arguments-face):
16566         Use renamed sieve faces.
16568         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16569         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16570         (gnus-group-news-3-empty, gnus-group-news-4)
16571         (gnus-group-news-4-empty, gnus-group-news-5)
16572         (gnus-group-news-5-empty, gnus-group-news-6)
16573         (gnus-group-news-6-empty, gnus-group-news-low)
16574         (gnus-group-news-low-empty, gnus-group-mail-1)
16575         (gnus-group-mail-1-empty, gnus-group-mail-2)
16576         (gnus-group-mail-2-empty, gnus-group-mail-3)
16577         (gnus-group-mail-3-empty, gnus-group-mail-low)
16578         (gnus-group-mail-low-empty, gnus-summary-selected)
16579         (gnus-summary-cancelled, gnus-summary-high-ticked)
16580         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16581         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16582         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16583         (gnus-summary-low-undownloaded)
16584         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16585         (gnus-summary-low-unread, gnus-summary-normal-unread)
16586         (gnus-summary-high-read, gnus-summary-low-read)
16587         (gnus-summary-normal-read, gnus-splash):
16588         Remove "-face" suffix from face names.
16589         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16590         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16591         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16592         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16593         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16594         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16595         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16596         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16597         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16598         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16599         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16600         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16601         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16602         (gnus-summary-normal-ticked-face)
16603         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16604         (gnus-summary-normal-ancient-face)
16605         (gnus-summary-high-undownloaded-face)
16606         (gnus-summary-low-undownloaded-face)
16607         (gnus-summary-normal-undownloaded-face)
16608         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16609         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16610         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16611         (gnus-splash-face):
16612         New backward-compatibility aliases for renamed faces.
16613         (gnus-group-startup-message): Use renamed gnus faces.
16615         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16616         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16617         (gnus-server-agent): Remove "-face" suffix from face names.
16618         (gnus-server-agent-face, gnus-server-opened-face)
16619         (gnus-server-closed-face, gnus-server-denied-face)
16620         (gnus-server-offline-face):
16621         New backward-compatibility aliases for renamed faces.
16622         (gnus-server-agent-face, gnus-server-opened-face)
16623         (gnus-server-closed-face, gnus-server-denied-face)
16624         (gnus-server-offline-face): Use renamed gnus faces.
16626         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16627         Remove "-face" suffix from face names.
16628         (gnus-picon-xbm-face, gnus-picon-face):
16629         New backward-compatibility aliases for renamed faces.
16631         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16632         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16633         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16634         (gnus-cite-11): Remove "-face" suffix from face names.
16635         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16636         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16637         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16638         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16639         New backward-compatibility aliases for renamed faces.
16640         (gnus-cite-attribution-face, gnus-cite-face-list)
16641         (gnus-article-boring-faces): Use renamed gnus faces.
16643         * gnus-art.el (gnus-signature, gnus-header-from)
16644         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16645         (gnus-header-content): Remove "-face" suffix from face names.
16646         (gnus-signature-face, gnus-header-from-face)
16647         (gnus-header-subject-face, gnus-header-newsgroups-face)
16648         (gnus-header-name-face, gnus-header-content-face):
16649         New backward-compatibility aliases for renamed faces.
16650         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16652         * gnus-sum.el (gnus-summary-selected-face)
16653         (gnus-summary-highlight): Use renamed gnus faces.
16654         * gnus-group.el (gnus-group-highlight): Likewise.
16656 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16658         * gnus-sieve.el (gnus-sieve-article-add-rule):
16659         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16660         * spam-stat.el (spam-stat-buffer-change-to-spam)
16661         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16663         * message.el (message-is-yours-p):
16664         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16666 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16668         * mm-view.el (mm-inline-text): Withdraw the last change.
16670 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16672         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16673         executing enriched-decode.
16675 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16677         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16678         charset of tar files.
16680 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16682         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16684 2005-06-04  Lute Kamstra  <lute@gnu.org>
16686         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16687         information is never recorded.
16689 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16691         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16693 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * pop3.el (pop3-apop): Run md5 in the binary mode.
16697         * starttls.el (starttls-set-process-query-on-exit-flag):
16698         Use eval-and-compile.
16700 2005-05-31  Simon Josefsson  <jas@extundo.com>
16702         * smime.el (smime-replace-in-string): Define.
16703         (smime-cert-by-ldap-1): Use it.
16705 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16707         * gnus-art.el (article-display-x-face): Replace
16708         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16710         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16711         set-process-query-on-exit-flag or process-kill-without-query.
16713         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16714         loop instead of replace-regexp.
16716         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16717         instead of process-kill-without-query if it is available.
16719         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16720         instead of find-file-hooks if it is available.
16722         * mml1991.el: Bind pgg-default-user-id when compiling.
16724         * mml2015.el: Bind pgg-default-user-id when compiling.
16726         * nndraft.el (nndraft-request-associate-buffer):
16727         Use write-contents-functions instead of write-contents-hooks if it is
16728         available.
16730         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16731         instead of find-file-hooks if it is available.
16733         * nntp.el (nntp-open-connection): Replace
16734         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16735         (nntp-open-ssl-stream): Ditto.
16736         (nntp-open-tls-stream): Ditto.
16738         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16739         set-process-query-on-exit-flag or process-kill-without-query.
16740         (starttls-open-stream-gnutls): Use it instead of
16741         process-kill-without-query.
16742         (starttls-open-stream): Ditto.
16744 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16746         * smime.el (smime-cert-by-ldap-1): Don't use
16747         replace-regexp-in-string.
16749 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
16751         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16753         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16754         in PEM format.  Adjust to the XEmacs compatibility.
16756 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16758         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16759         by `string-to-number'.
16760         * gnus-agent.el (gnus-agent-regenerate-group)
16761         (gnus-agent-fetch-articles): Ditto.
16762         * gnus-art.el (gnus-button-fetch-group): Ditto.
16763         * gnus-cache.el (gnus-cache-generate-active)
16764         (gnus-cache-articles-in-group): Ditto.
16765         * gnus-group.el (gnus-group-set-current-level)
16766         (gnus-group-insert-group-line): Ditto.
16767         * gnus-score.el (gnus-score-set-expunge-below)
16768         (gnus-score-set-mark-below, gnus-summary-score-effect)
16769         (gnus-summary-score-entry): Ditto.
16770         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16771         (gnus-soup-pack): Ditto.
16772         * gnus-spec.el (gnus-xmas-format): Ditto.
16773         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16774         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16775         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16776         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16777         * nndb.el (nndb-get-remote-expire-response): Ditto.
16778         * nndiary.el (nndiary-parse-schedule-value)
16779         (nndiary-string-to-number, nndiary-request-replace-article)
16780         (nndiary-request-article): Ditto.
16781         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16782         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16783         * nneething.el (nneething-make-head): Ditto.
16784         * nnfolder.el (nnfolder-request-article)
16785         (nnfolder-retrieve-headers): Ditto.
16786         * nnheader.el (nnheader-file-to-number): Ditto.
16787         * nnkiboze.el (nnkiboze-request-article): Ditto.
16788         * nnmail.el (nnmail-process-unix-mail-format)
16789         (nnmail-process-babyl-mail-format): Ditto.
16790         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16791         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16792         (nnmh-request-create-group, nnmh-request-list-1)
16793         (nnmh-request-group, nnmh-request-article): Ditto.
16794         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16795         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16796         * nnsoup.el (nnsoup-make-active): Ditto.
16797         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16798         * nntp.el (nntp-find-group-and-number)
16799         (nntp-retrieve-headers-with-xover): Ditto.
16800         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16801         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16802         (pgg-format-key-identifier): Ditto.
16803         * pop3.el (pop3-last, pop3-stat): Ditto.
16804         * qp.el (quoted-printable-decode-region): Ditto.
16806         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16807         of concat.
16809 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16811         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16813         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16815         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16817         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16819         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16821         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16823         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16824         (gnus-carpal-mode): Ditto.
16826         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16827         (gnus-browse-mode): Ditto.
16829         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16831         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16833 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16835         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16837 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16839         * gnus-util.el (gnus-run-mode-hooks): New function.
16841         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16843 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16845         * gnus-agent.el (gnus-agent-make-mode-line-string):
16846         Use mode-line-highlight as mouse-face.
16848 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16850         * canlock.el (canlock): Change the parent group to news.
16852         * deuglify.el (gnus-outlook-deuglify): Add :group.
16854         * dig.el (dig): Add :group.
16856         * dns-mode.el (dns-mode): Add :group.
16858         * encrypt.el (encrypt): Add :group.
16860         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16861         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16862         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16863         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16864         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16866         * gnus-diary.el (gnus-diary): Add :group.
16868         * gnus.el (gnus-group-news-1-face): Add :group.
16869         (gnus-group-news-1-empty-face): Ditto.
16870         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16871         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16872         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16873         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16874         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16875         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16876         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16877         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16878         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16879         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16880         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16881         (gnus-summary-high-ticked-face): Ditto.
16882         (gnus-summary-low-ticked-face): Ditto.
16883         (gnus-summary-normal-ticked-face): Ditto.
16884         (gnus-summary-high-ancient-face): Ditto.
16885         (gnus-summary-low-ancient-face): Ditto.
16886         (gnus-summary-normal-ancient-face): Ditto.
16887         (gnus-summary-high-undownloaded-face): Ditto.
16888         (gnus-summary-low-undownloaded-face): Ditto.
16889         (gnus-summary-normal-undownloaded-face): Ditto.
16890         (gnus-summary-high-unread-face): Ditto.
16891         (gnus-summary-low-unread-face): Ditto.
16892         (gnus-summary-normal-unread-face): Ditto.
16893         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16894         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16896         * hashcash.el (hashcash): New custom group.
16897         (hashcash-default-payment): Add :group.
16898         (hashcash-payment-alist): Ditto.
16899         (hashcash-default-accept-payment): Ditto.
16900         (hashcash-accept-resources): Ditto.
16901         (hashcash-path): Ditto.
16902         (hashcash-extra-generate-parameters): Ditto.
16903         (hashcash-double-spend-database): Ditto.
16904         (hashcash-in-news): Ditto.
16906         * message.el (message-minibuffer-local-map): Add :group.
16908         * netrc.el (netrc): Add :group.
16910         * sieve-manage.el (sieve-manage-log): Add :group.
16911         (sieve-manage-default-user): Diito.
16912         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16913         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16914         (sieve-manage-authenticators): Ditto.
16915         (sieve-manage-authenticator-alist): Ditto.
16916         (sieve-manage-default-port): Ditto.
16918         * sieve-mode.el (sieve-control-commands-face): Add :group.
16919         (sieve-action-commands-face): Ditto.
16920         (sieve-test-commands-face): Ditto.
16921         (sieve-tagged-arguments-face): Ditto.
16923         * smime.el (smime): Add :group.
16925         * spam-report.el (spam-report): Add :group.
16927         * spam.el (spam, spam-face): Add :group.
16929 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16931         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16932         return \n.\n.\n at the end of articles.  Protect against that.
16933         (nntp-with-open-group): Allow debugging.
16935         * nnheader.el (mail-header-set-extra): Make into a function
16936         because I just could't understand how to quote the list properly.
16938         * dns.el (query-dns-cached): New function.
16940 2005-05-26  Lute Kamstra  <lute@gnu.org>
16942         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16944 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16946         * gnus-art.el: Don't autoload mail-extract-address-components.
16948         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16949         eval-and-compile to evaluate it.
16951         * hashcash.el: Don't autoload executable-find.
16953         * nndb.el: Don't declare the nndb back end two or more times; don't
16954         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16956         * nntp.el: Autoload format-spec instead of format; use
16957         eval-and-compile to evaluate autoload forms.
16959 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16961         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16963 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16965         * gnus.el (gnus-version-number): Bump version.
16967 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16969         * gnus.el: No Gnus v0.3 is released.
16971 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-art.el (gnus-article-edit-part): Disable undo.
16975 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16977         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16978         gnus-article-date-lapsed-new-header is t if date timer is active;
16979         skip headers in which the original date value is empty.
16980         (gnus-article-save-original-date): Redefine it as a macro.
16981         (gnus-display-mime): Use it.
16983 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16985         * gnus-art.el (article-date-ut): Support converting date in
16986         forwarded parts as well.
16987         (gnus-article-save-original-date): New function.
16988         (gnus-display-mime): Use it.
16990 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16992         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16993         enclosure element of <item>.
16995 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16997         * message.el (message-kill-buffer-query): Rename from
16998         `message-kill-buffer-query-if-modified'.  Add :version.
17000 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17002         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17003         window layout.
17005 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17007         * mml.el: Autoload dnd when compiling.
17009 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17011         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17012         x-dnd-*.
17014 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17016         * qp.el (quoted-printable-encode-region): Save excursion.
17018 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17020         * message.el (message-kill-buffer-query-if-modified): Add new variable
17021         so the user can kill a modified message buffer quickly.
17022         (message-kill-buffer): Use it.
17024 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17026         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17027         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17029 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17031         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17032         contained in text because xml.el decodes entities) with LFs.
17034 2005-04-11  Lute Kamstra  <lute@gnu.org>
17036         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17037         differently.
17039 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17041         * mm-util.el (mm-detect-coding-region): Typo.
17043 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17047 2005-04-06  Deepak Goel  <deego@gnufans.org>
17049         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17050         user-function allow user modifications of the scores.
17051         (spam-stat-score-buffer-user): New function, to allow
17052         user-computed modifications to the score.
17053         (spam-stat-score-buffer-user-functions): List of additional
17054         scoring functions.
17055         (spam-stat-error-holder): Global temporary error holder.
17056         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17057         variable.
17059 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17061         * gnus-registry.el (gnus-registry-clean-empty-function)
17062         (gnus-registry-trim, gnus-registry-fetch-groups)
17063         (gnus-registry-delete-group): Groups that match
17064         `gnus-registry-ignored-groups' are removed from the registry
17065         entries, not just ignored for splitting.  This helps clean up the
17066         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17067         to get all the groups a message ID is in.
17069         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17070         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17071         (spam-stat-score-buffer-user-functions): Add :number custom type.
17073 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17075         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17076         argument in XEmacs.
17078         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17079         (nnrss-request-group): Decode group name first.
17080         (nnrss-request-article): Make a text/plain article if mml-to-mime
17081         failed.
17082         (nnrss-get-encoding): Return a compatible encoding according to
17083         nnrss-compatible-encoding-alist.
17084         (nnrss-find-el): Use consp instead of listp.
17085         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17087 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17089         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17090         which Emacs 20 doesn't support.
17091         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17093 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17095         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17096         silence the byte compiler inside the defun.
17098         * gnus-demon.el (parse-time-string): Add autoload.
17100         * gnus-delay.el (parse-time-string): Add autoload.
17102         * gnus-art.el (parse-time-string): Add autoload.
17104         * nnultimate.el (parse-time): Require for `parse-time-string'.
17106 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17108         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17110         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17112         * smime.el (smime-ldap-host-list): Add :version.
17114 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17116         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17117         pass it to `gnus-browse-read-group'.
17118         (gnus-browse-read-group): Add NUMBER argument and pass it to
17119         `gnus-group-read-ephemeral-group'.
17121         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17122         argument and pass it to `gnus-group-read-group'.
17124 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17126         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17127         mm-xemacs-find-mime-charset-1 if we have the mule feature
17128         available at runtime.
17130 2005-03-25  Werner Lemberg  <wl@gnu.org>
17132         * nnmaildir.el: Replace `illegal' with `invalid'.
17134 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17136         * gnus-start.el (gnus-display-time-event-handler):
17137         Check display-time-timer at runtime rather than only at load time
17138         in case display-time-mode is turned off in the mean time.
17140 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17142         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17143         used.
17145         * nneething.el (nneething-map-file-directory): Derive from
17146         `gnus-directory'.
17148         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17149         the To/Cc button.
17151 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17153         * nnmaildir.el (nnmaildir-request-accept-article):
17154         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17156 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17158         * gnus-async.el: Require timer-funcs at compile time when in
17159         XEmacs for `run-with-idle-timer'.
17161 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17163         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17164         autoloaded function.
17166 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17168         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17170 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
17172         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17174 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17177         Add gnus-expert-user to default.
17179 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17181         * nnimap.el (nnimap-open-server): Ditto.
17183         * imap.el (imap-authenticate): Fix typo.
17185 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17187         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17188         buffer (since IMAP server might return FETCH response out of
17189         order, and the nntp buffer must be sorted).
17191 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17193         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17194         comparison on string.
17196         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17197         (gnus-agent-score): Rename category keywords to match gnus-cus.
17198         (gnus-agent-summary-fetch-series): Modify to protect against
17199         gnus-agent-summary-fetch-group clearing processable flags.
17200         (gnus-agent-synchronize-group-flags): Update live group buffer as
17201         synchronization may occur due to the user toggle the plugged
17202         status.
17203         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17204         successfully downloaded.
17205         (gnus-agent-expire-group-1): Avoid using markers when the overview
17206         is in ascending order; greatly improves performance.
17207         (gnus-agent-regenerate-group):
17208         Use gnus-agent-synchronize-group-flags to reset read status in both
17209         gnus and server.
17210         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17212 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17214         * message.el: Don't autoload former message-utils variables.
17215         (message-strip-subject-trailing-was): Change doc string.
17217         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17218         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17219         (nnweb-google-search): Add "hl=en" here.
17220         (nnweb-google-parse-1, nnweb-google-create-mapping):
17221         Don't hardcode URL.
17223 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17225         * message.el (message-get-reply-headers, message-followup):
17226         Mention related variables `message-use-followup-to' and
17227         `message-use-mail-followup-to', in the information buffer.
17229         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17230         of broken groups(-beta).google.com.
17232 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17234         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17235         parameter to invoked gnus-request-move-article; remove the
17236         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17237         all at once instead of once per article.
17238         (gnus-summary-remove-process-mark): Accept a list of articles as
17239         well as a single article for processing.
17241         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17242         parameter.
17244         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17246         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17248         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17249         parameter.
17251         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17252         parameter.
17254         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17255         parameter and remove the gnus-sum-hint-move-is-internal variable.
17257         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17258         parameter.
17260         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17261         parameter.
17263         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17264         parameter.
17266         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17268         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17269         parameter.
17271         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17272         parameter.
17274 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17276         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17277         a more conservative way.
17279 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17282         buffer, so it moves the window's cursor.
17284 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
17286         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17287         `mm-dissect-multipart' and receive the from field as an (optional)
17288         argument from `mm-dissect-multipart'.
17289         (mm-dissect-multipart): Receive the from field as an argument and
17290         pass it on when we call `mm-dissect-buffer' on MIME parts.
17291         Fixes verification/decryption of signed/encrypted MIME parts.
17293 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17295         * gnus-sum.el (gnus-summary-move-article):
17296         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17297         whatever it calls (right now, only nnimap-request-move article
17298         respects it).
17300         * nnimap.el (nnimap-request-move-article):
17301         When gnus-sum-hint-move-is-internal is set, don't do the extra
17302         nnimap-request-article.
17304 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17306         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17308         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17309         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17311         * gnus-sum.el (gnus-summary-caesar-message):
17312         Apply `gnus-treat-article' after rotation.
17314         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17315         doc string.
17317 2005-02-22  Simon Josefsson  <jas@extundo.com>
17319         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17320         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
17321         <arne@arnested.dk>.
17322         (encrypt): Add password-cache and password-cache-expiry as group
17323         members.
17325 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
17327         * smime.el (smime-ldap-host-list): Doc fix.
17328         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17329         cache) password.
17330         (smime-sign-region): Use it.
17331         (smime-decrypt-region): Use it.
17332         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17333         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17334         fails.
17335         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17336         certificate from DER to PEM format rather than calling openssl.
17338         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17340         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17341         for signing/encryption.
17343         * mml.el (mml-parse-1): Use them.
17345 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
17347         * nnrss.el (nnrss-verbose): Remove.
17348         (nnrss-request-group): Use `nnheader-message' instead.
17350 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17352         * nnrss.el (nnrss-verbose): New variable.
17353         (nnrss-request-group): Make it say nnrss is requesting a group.
17355 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17357         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17358         Handle news URL with given port correctly.
17360 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17362         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17363         containing special characters.
17365         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17367         * mml.el (mime-to-mml): Ditto.
17369         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17370         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17371         (rfc2047-decode-region): Quote decoded words containing special
17372         characters when rfc2047-quote-decoded-words-containing-tspecials
17373         is non-nil.
17375 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17377         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17379         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17381 2005-02-15  Simon Josefsson  <jas@extundo.com>
17383         * nnimap.el (nnimap-debug): Doc fix.
17385         * imap.el (imap-debug): Doc fix.
17387 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17389         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17391 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17393         * gnus.el (spam-contents): Improve docs for spam-contents
17394         parameter in its variable incarnation.
17396 2005-02-14  Simon Josefsson  <jas@extundo.com>
17398         * smime-ldap.el: Use require instead of load-library for ldap.
17399         (smime-ldap-search): Indent.
17400         (smime-ldap-search-internal): Shorten line.
17402         * smime.el (smime-cert-by-dns): Add doc-string.
17403         (smime-cert-by-ldap-1): Indent.
17405         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17406         mml-smime-get-dns-ldap.
17407         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17409 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
17411         * smime.el: Require smime-ldap.
17412         (smime-ldap-host-list): New variable.
17413         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17415         * mml-smime.el (mml-smime-encrypt-query): New function.
17416         (mml-smime-encrypt-query): Use it.
17418         * smime-ldap.el: New file.
17420 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17422         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17424 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17426         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17427         argument in doc string.  Make query for type more clear.
17429 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17431         * gnus.el (gnus-group-startup-message): Search for gnus images in
17432         etc/images/gnus.
17433         * mm-util.el (mm-image-load-path): Likewise.
17434         * smiley.el (smiley-data-directory): Search for smilies in
17435         etc/images/smilies.
17437 2005-02-09  Kim F. Storm  <storm@cua.dk>
17439         Change Emacs release version from 21.4 to 22.1 throughout.
17440         Change Emacs development version from 21.3.50 to 22.0.50.
17442 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17444         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17446         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17447         non-Mule XEmacs as well.
17448         (mm-decompress-buffer): Signal an error intentionally if it does
17449         not decompress compressed data because auto-compression-mode is
17450         disabled.
17452 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17454         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17455         an ID in the registry even if it has no groups.
17457 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17459         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17460         merge it into mm-decompress-buffer.
17461         (gnus-mime-copy-part): Use the MIME part charset, the value which
17462         a user specified or gnus-newsgroup-charset for decoding, like
17463         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17464         save-buffer what was used.  Suggested by Kevin Ryde
17465         <user42@zip.com.au>.
17466         (gnus-mime-inline-part): Allow the name parameter as well as the
17467         filename parameter; force decompressing of compressed data; always
17468         display contents being not decoded as unibyte.
17470         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17471         as well as the filename parameter.
17473         * mm-util.el (mm-decompress-buffer):
17474         Merge gnus-mime-jka-compr-maybe-uncompress.
17475         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17476         of compressed data.
17478 2005-02-08  Simon Josefsson  <jas@extundo.com>
17480         * imap.el (imap-log): Doc fix.
17482 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17484         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17485         the coding cookies; decompress compressed parts.
17487         * mml.el (mml-generate-mime-1): Add the charset parameter according
17488         to the value which a user specified manually or the coding cookie.
17490         * mm-util.el (mm-string-to-multibyte): New function.
17491         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17492         (mm-coding-system-to-mime-charset): New function.
17493         (mm-decompress-buffer): New function.
17494         (mm-find-buffer-file-coding-system): New function.
17496         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17497         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17498         parts.
17500 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17502         * mm-view.el (mm-display-inline-fontify): Decode a part according
17503         to the charset parameter.
17505 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17507         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17508         prefix arg is neither nil nor a number, as info specifies.
17510 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17512         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17513         timestamps.
17515 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17517         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17518         groups error checking and notify user.
17520 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17522         * message.el (message-send-mail-function): Check existence of
17523         sendmail-program first before using default value
17524         `message-send-mail-with-sendmail'.  Otherwise use more generic
17525         `smtpmail-send-it'.
17527 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17529         * nntp.el (nntp-request-update-info): Always return nil.
17531 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17533         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17535 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17537         * message.el (message-beginning-of-line): Change the behavior when
17538         invoked between BOL and : so that it first moves backward.
17540 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17542         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17543         article buffer when editing of the article is discarded.
17544         (gnus-article-prepare): Revert.
17546 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17548         * gnus-art.el (gnus-article-prepare):
17549         Remove message-strip-forbidden-properties from the local hook.
17551 2005-01-27  Simon Josefsson  <jas@extundo.com>
17553         * password.el (password-cache-add): Only start one timer per key.
17554         Reported by Derek Atkins <warlord@MIT.EDU>.
17556 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17558         * run-at-time.el: Remove.  It is no longer needed as
17559         timer-funcs.el in the xemacs-base package has a working version of
17560         `run-at-time'.
17562         * password.el: Require timer-funcs instead of run-at-time in
17563         XEmacs.
17564         Remove `password-run-at-time' macro.
17565         (password-cache-add): Use `run-at-time' instead of
17566         `password-run-at-time'.
17568         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17569         for `run-with-idle-timer'.
17571         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17572         for `run-at-time'.
17574         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17575         for `with-timeout'.
17577 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17579         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17580         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17582 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17584         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17585         sensitively.
17587 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17589         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17591 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17593         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17594         which will be inserted according to the multibyteness of a buffer
17595         rather than the type of contents.  Suggested by ARISAWA Akihiro
17596         <ari@mbf.ocn.ne.jp>.
17598         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17599         of string which old xml.el may return rather than a string.
17601 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17603         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17605 2005-01-16  Simon Josefsson  <jas@extundo.com>
17607         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17608         idn/idna.el isn't available.
17609         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17610         <michael@waxrat.com>.
17612         * hashcash.el: Remove non-FSF copyright header.
17614         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17615         (hashcash-generate-payment): Use it.
17616         (hashcash-generate-payment-async): Use it.
17618 2005-01-15  Simon Josefsson  <jas@extundo.com>
17620         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17621         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17623         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17624         gnus-summary-idna-message.
17625         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17626         (gnus-summary-idna-message): New function.
17628 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17630         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17631         gnus-novice-user.
17633 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17635         * nnrss.el (nnrss-request-delete-group): Delete entries in
17636         nnrss-group-alist as well.
17637         (nnrss-save-server-data): Insert newline.
17639 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17641         * gnus.el (gnus-user-agent): Use list of symbols instead of
17642         symbols.  Display full version number for (S)XEmacs.
17643         Optionally display (S)XEmacs codename.
17645         * gnus-util.el (gnus-emacs-version): Update for new
17646         `gnus-user-agent'.
17648         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17649         Gnus version.
17651 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17653         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17654         which is unreadable in some setups.
17656 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17658         * gnus-spec.el (gnus-update-format-specifications): Flush the
17659         group format spec cache if it doesn't support decoded group names.
17661 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17663         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17664         Allow to apply decay on score files matching a regexp.
17666 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17668         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17669         compatibility in %g and %c.
17671 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17673         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17674         name for only %g and %c.
17675         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17676         of gnus-tmp-group to decoded group name.
17677         (gnus-group-make-rss-group): Exclude `/'s from group names.
17679 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17681         * nnrss.el (nnrss-get-encoding): Fix regexp.
17683 2004-12-27  Simon Josefsson  <jas@extundo.com>
17685         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17686         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17687         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17689 2004-12-17  Kim F. Storm  <storm@cua.dk>
17691         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17693         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17695 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17697         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17699 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17701         * nnrss.el: Require rfc2047 and mml.
17702         (nnrss-file-coding-system): New variable.
17703         (nnrss-format-string): Redefine it as an inline function.
17704         (nnrss-decode-group-name): New function.
17705         (nnrss-string-as-multibyte): Remove.
17706         (nnrss-retrieve-headers): Decode group name; don't use
17707         nnrss-format-string.
17708         (nnrss-request-group): Decode group name.
17709         (nnrss-request-article): Decode group name; allow a Message-ID as
17710         well as an article number; don't use nnrss-format-string; encode a
17711         Message-ID string which may contain non-ASCII characters; use
17712         mml-to-mime to compose a MIME article.
17713         (nnrss-request-expire-articles): Decode group name.
17714         (nnrss-request-delete-group): Decode group name.
17715         (nnrss-fetch): Clarify error message.
17716         (nnrss-read-server-data): Use insert-file-contents instead of load;
17717         bind file-name-coding-system; use multibyte buffer.
17718         (nnrss-save-server-data): Bind coding-system-for-write to the
17719         value of nnrss-file-coding-system; bind file-name-coding-system;
17720         add coding cookie.
17721         (nnrss-read-group-data): Use insert-file-contents instead of load;
17722         bind file-name-coding-system; use multibyte buffer.
17723         (nnrss-save-group-data): Bind coding-system-for-write to the
17724         value of nnrss-file-coding-system; bind file-name-coding-system.
17725         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17726         make it work with non-ASCII text.
17727         (nnrss-find-el): Make it work with old xml.el as well.
17729 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17731         * nnrss.el (nnrss-get-encoding): New function.
17732         (nnrss-fetch): Use unibyte buffer initially; bind
17733         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17734         decode contents according to the encoding attribute.
17735         (nnrss-save-group-data): Add coding cookie.
17736         (nnrss-mime-encode-string): New function.
17737         (nnrss-check-group): Use it to encode subject and author.
17739 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17741         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17742         imaginary variable.
17744 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17746         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17747         correctly even if there are wide characters.
17749 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17751         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17752         downcased symbol names; make a new cache instead of reusing
17753         bbdb-hashtable.
17755 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17757         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17758         concatenating segments rather than before concatenating them.
17759         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17761         * message.el (message-get-reply-headers): Bind `extra'.
17763 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765         * message.el (message-extra-wide-headers): New variable.
17766         (message-get-reply-headers): Use it.
17768 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17770         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17771         (gnus-agent-group-pathname): Ditto.
17773         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17775         * gnus-group.el (gnus-group-make-group): Decode group name.
17776         (gnus-group-make-rss-group): Register the group data after opening
17777         the nnrss group.
17779 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17781         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17782         by expiry now get marked as read.
17784 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17786         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17788 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17790         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17791         unify Latin characters in XEmacs.
17792         (mm-find-mime-charset-region): Use it.
17794 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17796         * gnus-util.el (gnus-delete-directory): New function.
17798         * gnus-agent.el (gnus-agent-delete-group): Use it.
17800         * gnus-cache.el (gnus-cache-delete-group): Use it.
17802 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17804         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17805         names.
17807 2004-12-16  Simon Josefsson  <jas@extundo.com>
17809         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17811 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17813         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17815         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17816         (gnus-group-set-current-level): Decode group name.
17818 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17820         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17821         failed.
17823 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17825         * gnus-group.el (gnus-group-delete-group): Decode group name.
17826         (gnus-group-make-rss-group): Encode group name.
17827         (gnus-group-catchup-current): Decode group name.
17828         (gnus-group-kill-group): Decode group name.
17830 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17832         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17834 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17836         * gnus-group.el (gnus-group-make-rss-group):
17837         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17839         * gnus-start.el (gnus-setup-news): Honor user's setting to
17840         gnus-message-archive-method.  Suggested by Lute Kamstra
17841         <lute@gnu.org>.
17843 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17845         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17846         global counterparts of the buffer-local variables.
17848 2004-11-16  Romain Francoise  <romain@orebokech.com>
17850         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17851         counterparts of the buffer-local variables.
17853 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17855         * message.el (message-forbidden-properties): Fix typo in doc
17856         string.
17858 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17860         * gnus-util.el (gnus-replace-in-string): Add doc string.
17862         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17863         to avoid problems when splitting mails with many recipients.
17865 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17867         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17868         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17870 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17872         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17873         if there is no hashtable in memory or file modification time is
17874         newer than cached timestamp.
17876 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17878         * gnus-sum.el (gnus-summary-limit-to-recipient):
17879         Implement not-matching option.
17881 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17883         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17884         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17885         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17886         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17887         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17888         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17890 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * message.el (message-forward-make-body-mml): Remove headers
17893         according to message-forward-ignored-headers if a message is decoded.
17895 2004-12-02  Romain Francoise  <romain@orebokech.com>
17897         * message.el (message-forward-make-body-plain): Always remove
17898         headers according to message-forward-ignored-headers.
17900 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17902         * spam.el (spam-summary-prepare-exit): Remove the
17903         gnus-summary-limit pop for now, it has problems with ham marks for
17904         me.
17906 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17908         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17909         correctly.
17911 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17913         * format-spec.el (format-spec): Message the char.
17915 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17917         * gnus-art.el (gnus-split-methods): Reformat comments.
17919         * spam.el (spam-summary-prepare-exit): Remove article limits
17920         before exiting the summary buffer.
17922 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17924         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17925         order to silence the byte compiler.
17927         * spam.el: Fix the way to silence the byte compiler, which
17928         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17929         bbdb-search-simple, spam-BBDB-register-routine,
17930         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17931         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17932         spam-stat-buffer-is-spam, spam-stat-load,
17933         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17934         spam-stat-save and spam-stat-split-fancy.
17936 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17938         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17939         which may confuse users.
17940         (canlock-password-for-verify): Ditto.
17942         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17944         * gnus-art.el (gnus-emphasis-alist): Ditto.
17946         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17948         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17950         * gnus-start.el (gnus-save-killed-list): Ditto.
17952         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17953         (gnus-sum-thread-tree-root): Ditto.
17954         (gnus-sum-thread-tree-false-root): Ditto.
17955         (gnus-sum-thread-tree-single-indent): Ditto.
17957         * message.el (message-courtesy-message): Ditto.
17958         (message-archive-note): Ditto.
17959         (message-subscribed-address-file): Ditto.
17960         (message-user-fqdn): Ditto.
17962         * spam-report.el (spam-report-gmane-regex): Ditto.
17964         * spam.el (spam-blackhole-good-server-regex): Ditto.
17966 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17968         * mml.el (mml-preview): Widen the message buffer before copying
17969         the contents to the preview buffer; sort headers before previewing.
17971         * message.el (message-hidden-headers): Fix the way to avoid a bug
17972         in the `repeat' widget in Emacs 21.3 or earlier.
17974 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17976         * message.el (message-hidden-headers): Default to "^References:".
17977         Improve customization type.  Suggested by Reiner Steib
17978         <Reiner.Steib@gmx.de>.
17980 2004-11-25  Romain Francoise  <romain@orebokech.com>
17982         * message.el (message-strip-forbidden-properties): Remove check for
17983         obsolete `message-hidden' text property, hidden headers are not
17984         accessible in the buffer anymore.
17986 2004-11-22  Romain Francoise  <romain@orebokech.com>
17988         * message.el (message-header-format-alist): Add `From' in list
17989         so that it can be sorted.
17990         (message-fix-before-sending): Widen and sort headers before
17991         sending.
17992         (message-hide-headers): Use narrowing to hide headers by moving
17993         them to the top of the buffer and narrowing to the region
17994         underneath.
17996 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998         * message.el (message-strip-forbidden-properties):
17999         Bind buffer-read-only (etc) to nil.
18001 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18003         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18004         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18006 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18008         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18010 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18012         * dns.el (query-dns): Use sit-for to time instead of
18013         accept-process-output, since that doesn't seem to work on udp
18014         sockets.
18016 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18018         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18020 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18022         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18023         doc string.  Improve doc string.
18025 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18027         * nntp.el (nntp-request-update-info): Return nil if
18028         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18029         may not call gnus-activate-group which uselessly issues the GROUP
18030         commands for all nntp groups and wastes time.  Reported by Romain
18031         Francoise <romain@orebokech.com>.
18033         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18035 2004-11-15  Simon Josefsson  <jas@extundo.com>
18037         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18038         headers separately.
18039         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
18040         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18042 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18044         * gnus-start.el (gnus-convert-old-newsrc):
18045         Assign legacy-gnus-agent to 5.10.7.
18047 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18050         start of the lines.
18052 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18054         * hashcash.el (hashcash-default-payment): Change default to 20.
18055         (hashcash-default-accept-payment): Change default to 20.
18056         (hashcash-process-alist): New variable.
18057         (hashcash-generate-payment-async): Add.
18058         (hashcash-already-paid-p): Add.
18059         (hashcash-insert-payment): Don't generate payments twice.
18060         (hashcash-insert-payment-async): Add.
18061         (hashcash-insert-payment-async-2): Add.
18062         (hashcash-cancel-async): Add.
18063         (hashcash-wait-async): Add.
18064         (hashcash-processes-running-p): Add.
18065         (hashcash-wait-or-cancel): Add.
18066         (mail-add-payment): New optional argument.  Conditionally start
18067         asynchronous calculation.
18068         (mail-add-payment-async): Add.
18070         * message.el (message-send-mail): Wait for asynchronous hashcash
18071         results.  Don't clobber existing X-Hashcash headers.
18072         (message-setup-1): Call mail-add-payment-async when
18073         message-generate-hashcash is non-nil.
18075 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18077         * message.el (message-use-alternative-email-as-from): Examine the
18078         From header as well; use message-make-from in order to include a
18079         user's full name.
18081 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18083         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18084         default; improve customization type.
18085         (gnus-emphasis-custom-with-format): New macro.
18086         (gnus-emphasis-custom-value-to-external): New function.
18087         (gnus-emphasis-custom-value-to-internal): New function.
18089 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18091         * dns.el (query-dns): Resolve reverse addresses.
18093 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18095         * gnus-group.el (gnus-group-get-new-news): Use it.
18097         * gnus-start.el (gnus-check-reasonable-setup): New function.
18099 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18101         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18102         "Args out of range" error.  Reported by Arnaud Giersch
18103         <arnaud.giersch@free.fr>.
18105 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18107         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18109 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18111         * spam.el (spam group): Add :version.
18113         * pgg-def.el (pgg group): Add :version.
18115 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18117         * gnus-art.el (gnus-article-edit-article): Don't associate the
18118         article buffer with a draft file.  This is a temporary measure
18119         against the 2004-08-22 change to gnus-article-edit-mode.
18121 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18123         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18124         (html2text-format-tags): Remove unused variable `attr'.
18126 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18128         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18130         * spam-stat.el (spam-stat): Add :version.
18132         * sieve.el (sieve): Add :version.
18134         * sha1.el (sha1): Add :version.
18135         (sha1-use-external): Remove redundant version.
18137         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18138         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18139         (nnmail-split-fancy-match-partial-words)
18140         (nnmail-split-lowercase-expanded): Add :version.
18142         * nndiary.el (nndiary): Add :version.
18144         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18146         * mml-sec.el (mml-default-sign-method)
18147         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18148         Add :version.
18150         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18152         * mm-url.el (mm-url-use-external, mm-url-program)
18153         (mm-url-arguments): Add :version.
18155         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18156         (mm-attachment-file-modes, mm-decrypt-option)
18157         (mm-w3m-safe-url-regexp): Add :version.
18159         * message.el (message-cite-prefix-regexp)
18160         (message-sendmail-envelope-from, message-minibuffer-local-map)
18161         (message-user-fqdn, message-completion-alist): Add :version.
18163         * gnus-win.el (gnus-configure-windows-hook)
18164         (gnus-use-frames-on-any-display): Add :version.
18166         * gnus-art.el (gnus-article-address-banner-alist)
18167         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18168         (gnus-treat-from-picon, gnus-treat-mail-picon)
18169         (gnus-treat-x-pgp-sig): Add :version.
18171         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18172         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18173         (gnus-summary-article-delete-hook)
18174         (gnus-summary-display-while-building): Add :version.
18176         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18177         (gnus-get-top-new-news-hook): Add :version.
18179         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18180         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18182         * gnus-registry.el (gnus-registry): Add :version.
18184         * gnus-spec.el (gnus-use-correct-string-widths)
18185         (gnus-make-format-preserve-properties): Add :version.
18187         * gnus.el (gnus-group-charter-alist)
18188         (gnus-group-fetch-control-use-browse-url)
18189         (gnus-install-group-spam-parameters): Add :version.
18191         * gnus-diary.el (gnus-diary): Add :version.
18193         * gnus-delay.el (gnus-delay): Add :version.
18195         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18196         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18197         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18198         Add :version.
18200         * gnus-agent.el (gnus-agent-max-fetch-size)
18201         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18202         (gnus-agent-prompt-send-queue): Add :version.
18204         * deuglify.el (gnus-outlook-deuglify): Add :version.
18206         * html2text.el: Beautify code.  Improve doc strings.
18207         Some checkdoc cleanup.
18208         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18210 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18212         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18214 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18216         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18217         when package is loaded.
18219         * spam.el (spam-summary-score-preferred-header): Add global preference
18220         for people who want to override the default SpamAssassin over
18221         Bogofilter preference (when both are set).
18222         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18223         (spam-user-format-function-S):
18224         Check spam-summary-score-preferred-header.
18225         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18226         (spam-user-format-function-S): Format the score correctly.
18228 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18230         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18231         signature file.  Suggested by Manoj Srivastava
18232         <srivasta@golden-gryphon.com>.
18234         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18235         iso-2022-jp even in the Japanese language environment.
18236         Suggested by Jason Rumney <jasonr@gnu.org>.
18238 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18240         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18241         use the same characters as the dummy marks; make it free from
18242         getting affected by the language environment.
18243         (gnus-summary-read-group-1): Update mark positions only when the
18244         format spec is updated.
18246         * gnus-spec.el (gnus-update-format-specifications): Return a list
18247         of updated types.
18249 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18251         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18252         of boundp to check if display-warning is available.
18254 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18256         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18258 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18260         * nnspool.el (nnspool-spool-directory): Use news-path if the
18261         news-directory variable is not bound.
18263         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18264         function instead of display-warning if it is not available.
18266 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18268         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18269         v5-10: Use `point-at-bol'.
18271 2004-10-26  Simon Josefsson  <jas@extundo.com>
18273         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18274         <chenggao@gmail.com>.
18276 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18278         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18279         instead.
18281 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18283         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18284         to remove a server from the nnimap-server-buffer-alist.
18285         (nnimap-open-connection, nnimap-close-server): Use it.
18287         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18289 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18291         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18292         running the major-mode function.
18294 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18296         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18297         dummy marks in the right way.
18299 2004-10-18  David Edmondson  <dme@dme.org>
18301         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18302         excessively.
18304 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18306         * gnus-util.el (gnus-split-references): Accept a nil references
18307         string and go on blissfully.
18309         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18310         cases where the references string is non-nil but has no references.
18312         * encrypt.el: Add autoload tags.
18314         * spam.el (spam-resolve-registrations-routine): Remove article
18315         from unregistration list too.  Reported by David Hanak
18316         <dhanak@isis.vanderbilt.edu>
18318 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18320         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18321         nil.  Change custom type.
18323 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18325         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18327         * gnus-sum.el (gnus-summary-move-article): Use it.
18329 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18331         * encrypt.el: Add autoload cookies.
18333         * spam.el (spam-backend-article-list-property)
18334         (spam-backend-get-article-todo-list)
18335         (spam-backend-put-article-todo-list)
18336         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18337         Resolve registrations separately.
18338         (spam-register-routine): Format comments.
18339         (spam-unregister-routine, spam-register-routine): Always call with
18340         specific-articles, no default list.
18341         (spam-summary-prepare-exit): Use the spam-classifications function.
18343         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18344         gnus-encrypt.el.
18346         * encrypt.el: Copied from gnus-encrypt.el.
18348         * gnus-encrypt.el: Commented that it's obsolete.
18350 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18352         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18353         (gnus-score-save): Use it.
18355         * message.el (message-bury): Use `window-dedicated-p'.
18357 2004-10-15  Simon Josefsson  <jas@extundo.com>
18359         * pop3.el (top-level): Don't require nnheader.
18360         (pop3-read-timeout): Add.
18361         (pop3-accept-process-output): Add.
18362         (pop3-read-response, pop3-retr): Use it.
18364 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18366         * spam.el (spam-register-routine): Move comment.
18367         (spam-verify-bogofilter): Use 'unknown for the initial
18368         spam-bogofilter-valid state, not 'never.
18370         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18371         for netrc-machine.
18373         * nnimap.el (nnimap-open-connection):
18374         Use netrc-machine-user-or-password.
18376 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18378         * gnus-registry.el (gnus-registry-unload-hook):
18379         Set as a variable with add-hook.
18381         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18382         of news-path.
18384         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18386         * spam.el: Delete duplicate `provide'.
18387         (spam-unload-hook): Set as a variable with add-hook.
18389 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18391         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18392         in the doc string.
18394         * message.el (message-ignored-news-headers)
18395         (message-ignored-supersedes-headers)
18396         (message-ignored-resent-headers)
18397         (message-forward-ignored-headers): Improve custom type.
18399 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18401         * message.el (message-tokenize-header): Fix 2004-09-06 change
18402         which used point-min in the wrong place.
18404 2004-10-12  Simon Josefsson  <jas@extundo.com>
18406         * tls.el (tls-certtool-program): New variable.
18407         (tls-certificate-information): New function, based on
18408         ssl-certificate-information.
18410 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18412         * compface.el: Move the version of ELisp-based uncompface program
18413         to the contrib directory because of the copyright problem.
18415 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18417         * message.el (message-kill-buffer): Raise the current frame.
18419 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18421         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18423         * gnus.el (message-y-or-n-p): Autoload.
18425         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18426         (pop3-password-required, pop3-authentication-scheme)
18427         (pop3-leave-mail-on-server): Make customizable.
18428         (pop3): New custom group.
18429         (pop3-retr): Remove `sleep-for' statements.
18430         Suggested by Dave Love <fx@gnu.org>.
18432         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18433         Windows/DOS.
18435         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18436         (imap-parse-body): Fix incorrect use of `assert'.
18437         Suggested by Dave Love <fx@gnu.org>.
18439         * mml.el (mml-minibuffer-read-disposition): Require match.
18440         Suggested by Dave Love <fx@gnu.org>.
18442 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18444         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18445         doc string.
18447 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18449         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18451 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18453         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18454         instead of calling `mm-insert-inline', to decode text/* parts
18455         before displaying them.
18457 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18459         * mm-uu.el (mm-uu-text-plain-type): New variable.
18460         (mm-uu-pgp-signed-extract-1): Use it.
18461         (mm-uu-pgp-encrypted-extract-1): Use it.
18462         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18463         bind mm-uu-text-plain-type with that value.
18464         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18465         mm-uu-dissect.
18467 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18469         * gnus-group.el (gnus-update-group-mark-positions):
18470         * gnus-sum.el (gnus-update-summary-mark-positions):
18471         * message.el (message-check-news-body-syntax):
18472         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18473         of string-as-multibyte.
18475 2004-10-05  Juri Linkov  <juri@jurta.org>
18477         * gnus-group.el (gnus-update-group-mark-positions):
18478         * gnus-sum.el (gnus-update-summary-mark-positions):
18479         * message.el (message-check-news-body-syntax):
18480         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18481         8-bit unibyte values to a multibyte string for search functions.
18483 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18485         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18486         (mm-uu-dissect-text-parts): New function.
18488         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18489         dissect text parts.
18491         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18492         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18494         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18496         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18497         Use gnus-current-topics instead of gnus-current-topic.
18499 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18501         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18503 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18505         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18506         where appropriate.
18508         * nnml.el (nnml-generate-active-info): do.
18510         * nndiary.el (nndiary-generate-active-info): do.
18512         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18513         (gnus-topic-move): do.
18515         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18516         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18518         * gnus-srvr.el (gnus-server-prepare)
18519         (gnus-server-open-all-servers): do.
18521         * gnus-msg.el (gnus-summary-cancel-article)
18522         (gnus-summary-resend-message)
18523         (gnus-summary-mail-crosspost-complaint): do.
18525         * gnus-move.el (gnus-change-server): do.
18527         * gnus-group.el (gnus-group-unmark-all-groups)
18528         (gnus-group-set-current-level): do.
18530 2004-10-04  Simon Josefsson  <jas@extundo.com>
18532         * message.el (message-generate-hashcash): Doc fix.
18534 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18536         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18537         avoid infinite recursion via gnus-get-function.
18539 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18541         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18543         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18545         * nnmail.el (nnmail-split-history): do.
18547         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18548         (nnml-request-delete-group): do.
18550         * nnslashdot.el (nnslashdot-read-groups): do.
18552         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18553         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18555         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18556         (nnspool-sift-nov-with-sed): Use last.
18557         (nnspool-retrieve-headers-with-nov): Use mapc.
18558         (nnspool-request-newgroups): Use dolist.
18559         (nnspool-request-group): Use last.
18561         * nntp.el (nntp-read-server-type): Use dolist.
18563         * nnvirtual.el (nnvirtual-create-mapping)
18564         (nnvirtual-update-read-and-marked): Use dolist.
18565         (nnvirtual-convert-headers): Simplify.
18567 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18569         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18570         Add support for sync'ing tick marks.
18572 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18574         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18575         there's no visible header.
18577 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18579         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18580         When necessary, pass full group name to gnus-request-set-marks.
18582 2004-10-01  Simon Josefsson  <jas@extundo.com>
18584         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18585         acroread.
18587 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18589         * spam-report.el (spam-report-gmane): Fix interactive.
18591         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18593         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18594         when writing file.
18595         (gnus-agent-synchronize-flags): Don't default to being
18596         interactive.
18598 2004-09-30  Simon Josefsson  <jas@extundo.com>
18600         * message.el (message-generate-hashcash): Add.
18601         (message-send-mail): Use it, call mail-add-payment.
18603 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18605         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18607 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18609         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18610         gnus-requst-update-info with explicit code to sync the in-memory
18611         info read flags with the marks being sync'd to the backend.
18613         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18615 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18617         * spam.el (spam-verify-bogofilter): Add new function.
18618         (spam-check-bogofilter)
18619         (spam-bogofilter-register-with-bogofilter): Use it.
18620         (spam-verify-bogofilter): Add small fixes.
18622 2004-09-28  Simon Josefsson  <jas@extundo.com>
18624         * hashcash.el (hashcash-generate-payment): Revert.
18626 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18629         Use gnus-extract-references instead of gnus-split-references.
18631         * gnus-util.el (gnus-extract-references): Add new function, analogous
18632         to gnus-split-references but extracts only the message-ID without
18633         anything extra.
18635         * hashcash.el (hashcash-generate-payment)
18636         (hashcash-check-payment): Do the right thing if hashcash-path is
18637         nil (because the hashcash program could not be found).
18639         * spam.el (spam-use-hashcash): Remove comment.
18641 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18643         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18644         (gnus-cache-enter-article, gnus-cache-remove-article)
18645         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18647         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18649         * gnus-art.el (article-hide-boring-headers)
18650         (article-translate-strings, article-display-face)
18651         (gnus-article-mime-match-handle-first)
18652         (gnus-article-highlight-headers)
18653         (gnus-article-add-buttons-to-head): do.
18655 2004-09-27  Simon Josefsson  <jas@extundo.com>
18657         * hashcash.el: New version, from
18658         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18659         ../contrib/.
18661 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18663         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18665 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18667         * gnus-dup.el (gnus-dup-open): Use mapc.
18668         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18670         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18671         Reported by Stefan Wiens <s.wi@gmx.net>.
18673         * gnus.el (gnus-shutdown): Use dolist.
18675         * gnus-undo.el (gnus-undo): Use mapc.
18677         * nnrss.el (nnrss-generate-active): do.
18679         * message.el (message-cite-original-without-signature)
18680         (message-cite-original): Use mapc.
18681         (message-do-actions, message-make-forward-subject): Use dolist.
18683 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18685         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18686         deletion to remove entire duplicate line.  Fixes merged article
18687         number bug.
18689 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18691         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18692         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18693         first ask if you want to open a server and then, even when you
18694         responded with no, asking if you want to synchronize the server's
18695         flags.
18696         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18697         multi-line expressions.
18698         (gnus-agent-synchronize-group-flags): New internal function.
18699         Updates marks in memory (in the info structure) AND in the
18700         backend.
18702         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18704         * nnagent.el (nnagent-request-set-mark):
18705         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18706         method, to ensure that synchronization updates marks in the
18707         backend and in the info (in memory) structure.
18709 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18711         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18712         convention fully; don't miss the root article of a thread; make
18713         the X-Draft-From header with correct article numbers.
18715 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18717         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18718         unless plugged.  Disable the agent so that an open failure causes
18719         an error.
18721         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18722         Revert 2004-09-21 change.  The backend must be opened while
18723         synchronizing flags even when the backend stores the flags
18724         locally.
18726 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18728         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18729         in `header' match.  Reported by Svend Tollak Munkejord.
18731         * message.el (message-cite-original): Fix use of
18732         `message-cite-articles-with-x-no-archive'.
18734 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18736         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18737         (gnus-window-to-buffer): Ditto.
18739         * mml.el (mml-preview-buffer): New variable.
18740         (mml-preview): Manage window layout with gnus-buffer-configuration.
18742         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18743         X-Draft-From header even if those articles aren't quoted.
18745 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18747         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18748         (gnus-request-set-mark, gnus-request-update-mark): Use new
18749         g-s-t-u-l-m to decide to use backend even when unplugged.
18751 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18753         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18754         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18756 2004-09-20  Simon Josefsson  <jas@extundo.com>
18758         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18759         "utf-16-le".
18761 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18763         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18765 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18767         * uudecode.el (uudecode-use-external): Add :version.
18769         * smime.el (smime-CA-file, smime-encrypt-cipher)
18770         (smime-dns-server): Add :version.
18772         * smiley.el (gnus-smiley-file-types): Add :version.
18774         * sha1.el (sha1-use-external): Add :version.
18776         * pgg-def.el (pgg-query-keyserver): Add :version.
18778         * nnmail.el (nnmail-fancy-expiry-targets)
18779         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18780         Add :version.
18782         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18783         (nnimap-retrieve-groups-asynchronous): Add :version.
18784         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18786         * mml.el (mml-content-disposition-parameters)
18787         (mml-insert-mime-headers-always): Add :version.
18789         * mm-util.el (mm-coding-system-priorities): Add :version.
18791         * mm-decode.el (mm-inline-text-html-with-images)
18792         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18793         (mm-verify-option): Add :version.
18794         (mm-text-html-renderer): Change :version.
18796         * message.el (message-fcc-externalize-attachments)
18797         (message-required-headers, message-draft-headers)
18798         (message-subject-trailing-was-query)
18799         (message-subject-trailing-was-ask-regexp)
18800         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18801         (message-mark-insert-end, message-archive-header)
18802         (message-archive-note, message-cross-post-default)
18803         (message-cross-post-note, message-followup-to-note)
18804         (message-cross-post-note-function, message-use-mail-followup-to)
18805         (message-subscribed-address-functions)
18806         (message-subscribed-address-file, message-subscribed-addresses)
18807         (message-subscribed-regexps, message-allow-no-recipients)
18808         (message-yank-cited-prefix, message-signature-insert-empty-line)
18809         (message-hidden-headers, message-hierarchical-addresses)
18810         (message-mail-user-agent, message-use-idna)
18811         (message-valid-fqdn-regexp)
18812         (message-strip-special-text-properties, message-header-synonyms)
18813         (message-beginning-of-line, message-tab-body-function): Add :version.
18814         (message-insert-canlock, message-wide-reply-confirm-recipients):
18815         Change :version.
18817         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18818         and :version.
18819         (mail-source-delete-old-incoming-confirm)
18820         (mail-source-movemail-program): Add :version.
18822         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18823         (gnus-agent-cache, gnus-agent): Change :version.
18825         * gnus-util.el (gnus-use-byte-compile): Change :version.
18827         * gnus-sum.el (gnus-summary-make-false-root-always)
18828         (gnus-summary-default-high-score)
18829         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18830         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18831         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18832         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18833         (gnus-sum-thread-tree-single-indent)
18834         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18835         (gnus-sum-thread-tree-leaf-with-other)
18836         (gnus-sum-thread-tree-single-leaf): Add :version.
18837         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18838         (gnus-article-loose-mime): Change :version.
18840         * gnus-start.el (gnus-backup-startup-file)
18841         (gnus-save-startup-file-via-temp-buffer): Add :version.
18843         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18844         (gnus-server-offline-face): Add :version.
18846         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18848         * gnus-msg.el (gnus-gcc-externalize-attachments)
18849         (gnus-debug-files, gnus-debug-exclude-variables)
18850         (gnus-discouraged-post-methods): Change :version.
18851         (gnus-confirm-mail-reply-to-news)
18852         (gnus-confirm-treat-mail-like-news): Add :version.
18854         * gnus-int.el (gnus-server-unopen-status): Add :version.
18856         * gnus-group.el (gnus-group-jump-to-group-prompt)
18857         (gnus-large-ephemeral-newsgroup)
18858         (gnus-fetch-old-ephemeral-headers): Add :version.
18860         * gnus-fun.el (gnus-x-face-directory)
18861         (gnus-convert-pbm-to-x-face-command)
18862         (gnus-convert-image-to-x-face-command)
18863         (gnus-convert-image-to-face-command): Add :version.
18865         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18867         * gnus-cite.el (gnus-cite-blank-line-after-header)
18868         (gnus-article-boring-faces): Add :version.
18870         * gnus-art.el (gnus-buttonized-mime-types)
18871         (gnus-inhibit-mime-unbuttonizing)
18872         (gnus-treat-display-face)
18873         (gnus-treat-body-boundary): Change :version.
18874         (gnus-body-boundary-delimiter, gnus-picon-databases)
18875         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18876         (gnus-treat-date-english, gnus-treat-fold-headers)
18877         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18878         (gnus-treat-mail-picon, gnus-treat-wash-html)
18879         (gnus-article-encrypt-protocol)
18880         (gnus-use-idna, gnus-article-over-scroll)
18881         (gnus-mime-display-multipart-alternative-as-mixed)
18882         (gnus-mime-display-multipart-related-as-mixed)
18883         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18884         (gnus-ctan-url, gnus-button-ctan-handler)
18885         (gnus-button-handle-ctan-bogus-regexp)
18886         (gnus-button-ctan-directory-regexp)
18887         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18888         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18889         (gnus-button-man-level, gnus-button-emacs-level)
18890         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18892         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18893         (gnus-agent-go-online): Change :version.
18894         (gnus-agent-expire-unagentized-dirs)
18895         (gnus-agent-auto-agentize-methods): Add :version.
18897         * flow-fill.el (fill-flowed-display-column)
18898         (fill-flowed-encode-column): Add :version.
18900         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18901         (gnus-outlook-deuglify-unwrap-max)
18902         (gnus-outlook-deuglify-cite-marks)
18903         (gnus-outlook-deuglify-unwrap-stop-chars)
18904         (gnus-outlook-deuglify-no-wrap-chars)
18905         (gnus-outlook-deuglify-attrib-cut-regexp)
18906         (gnus-outlook-deuglify-attrib-verb-regexp)
18907         (gnus-outlook-deuglify-attrib-end-regexp)
18908         (gnus-outlook-display-hook): Add :version.
18910         * binhex.el (binhex-use-external): Add :version.
18912 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18914         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18915         and `invisible'.
18917 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18919         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18920         in gnus-registry-trim.
18922 2004-09-13  Simon Josefsson  <jas@extundo.com>
18924         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18926         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18928         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18929         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18930         <yamaoka@jpl.org>.
18931         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18932         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18933         <yamaoka@jpl.org>.
18935         * sieve.el (sieve-manage-mode): Ditto.
18937 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18939         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18941 2004-09-11  Simon Josefsson  <jas@extundo.com>
18943         * dns-mode.el: Add.
18945         * mm-view.el (mm-display-dns-inline): Add.
18947         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18948         (mm-automatic-display): Ditto.
18950         * mailcap.el (mailcap-mime-data): Add text/dns.
18951         (mailcap-mime-extensions): Map .soa to text/dns.
18953 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18955         * gnus-art.el (article-decode-mime-words, article-babel)
18956         (gnus-article-highlight-signature, gnus-article-add-buttons)
18957         (gnus-signature-toggle): Remove unnecessary bindings of
18958         `inhibit-read-only' inherited from v5.10 merge.
18960 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18962         * nntp.el (nntp): New customization group.
18963         (nntp-authinfo-file): Add customization group.
18965         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18967         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18969         * gnus.el (to-address, to-list, subscribed)
18970         (large-newsgroup-initial): Ditto.
18972         * flow-fill.el (fill-flowed-display-column)
18973         (fill-flowed-encode-column): Ditto.
18975 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18977         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18978         Use point-min rather than 1.
18979         (message-send-mail): Use buffer-size rather than point-max.
18981         * gnus-sum.el (gnus-summary-search-article-forward):
18982         Signal a specific `search-failed' rather than a generic `error'.
18984         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18985         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18986         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18988 2004-09-10  Simon Josefsson  <jas@extundo.com>
18990         * nndb.el (require): Remove tcp and duplicate cl.
18992 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18994         * gnus-agent.el (directory-files-and-attributes): Move forward.
18996 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18998         * gnus-agent.el (directory-files-and-attributes):
18999         Optionally defined to support XEmacs.
19001 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19003         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19004         to avoid run-time CL dependencies.
19005         (gnus-agent-unfetch-articles): New function.
19006         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19007         article numbers even when local .overview file is missing.
19008         (gnus-agent-read-article-number): New function.  Only accepts
19009         27-bit article numbers.
19010         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19011         Use gnus-agent-read-article-number.
19012         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19013         from backend while recognizing that article numbers in .overview
19014         must be valid.
19015         (gnus-agent-update-files-total-fetched-for):
19016         Use directory-files-and-attributes to improve performance.
19017         * gnus-int.el (gnus-request-move-article):
19018         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19019         improve performance.
19021         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19022         some users confused by references to .newsrc when they only have a
19023         .newsrc.eld file.
19024         (gnus-convert-mark-converter-prompt)
19025         (gnus-convert-converter-needs-prompt): Fix use of property list.
19026         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19027         New function.  Used internally to only display 'gnus converting
19028         files' message when actually necessary.
19030         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19031         methods now autoloaded.
19033 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19035         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19036         identifiers.
19038 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19040         * gnus-picon.el: Fix indentation and closing parenthesis.
19042 2004-09-01  Simon Josefsson  <jas@extundo.com>
19044         * message.el (message-canlock-generate): Require sha1, not
19045         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19046         to require within a function.  Sadly, if sha1.el isn't loaded, the
19047         let binding in m-c-g will hide the defcustom definition, which is
19048         bad.)
19050         * canlock.el: Require sha1, not sha1-el.
19052         * message.el: Don't autoload sha1 (there is a autoload cookie in
19053         sha1.el).
19055         * sha1-el.el: Rename to sha1.el.
19057 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19059         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19061 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19063         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19065 2004-08-30  Kim F. Storm  <storm@cua.dk>
19067         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19069         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19070         Add :group 'nnimap.
19072 2004-08-30  Andreas Schwab  <schwab@suse.de>
19074         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19075         ?* and ?\;.
19077         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19078         and ?\' to symbol instead of whitespace.
19080 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19082         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19084         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19085         instead of re-search-forward.
19087         * gnus-uu.el (gnus-uu-save-article): Ditto.
19088         (gnus-uu-post-encode-uuencode): Ditto.
19090         * html2text.el (html2text-clean-list-items): Ditto.
19091         (html2text-clean-dtdd): Ditto.
19092         (html2text-format-tags): Ditto.
19094         * message.el (message-send-mail-with-sendmail): Fix regexp.
19095         (message-fill-field-general): Use search-forward instead of
19096         re-search-forward.
19097         (unbold-region): Ditto.
19099         * nnrss.el (nnrss-request-article): Ditto.
19101         * nnslashdot.el (nnslashdot-request-article): Ditto.
19103         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19105         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19106         "Unrecognized menu descriptor" error in XEmacs.
19108 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19110         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19111         parent article of a sparse article in the thread hashtb.
19113 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19115         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19116         (nnmail-expand-newtext): Lowercase expanded entries if
19117         nnmail-split-lowercase-expanded is non-nil.
19119 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19121         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19123         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19124         of gnus-tmp-news-method into string under XEmacs.  It will be
19125         passed to gnus-correct-length which takes only a string argument.
19127 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19129         * gnus-util.el (gnus-bind-print-variables): New macro.
19130         (gnus-prin1): Use it.
19131         (gnus-prin1-to-string): Use it.
19132         (gnus-pp): New function.
19133         (gnus-pp-to-string): New function.
19135         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19136         Replace pp-to-string with gnus-pp-to-string.
19137         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19138         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19139         * gnus-msg.el (gnus-debug): Ditto.
19140         * gnus-score.el (gnus-score-save): Ditto.
19141         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19142         gnus-pp-to-string.
19143         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19144         with gnus-pp.
19145         * score-mode.el (gnus-score-pretty-print): Ditto.
19146         * webmail.el (webmail-debug): Ditto.
19148 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19150         * gnus-art.el (article-display-face, article-display-x-face):
19151         Use buffer-read-only.
19153 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19155         * gnus-art.el (article-hide-list-identifiers):
19156         Bind inhibit-read-only as t.
19158 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19160         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19162 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19164         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19165         (gnus-narrow-to-page): Don't assume point-min == 1.
19166         (gnus-article-edit-mode): Derive from message-mode.
19168         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19169         point-min == 1.
19171         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19172         Disable incorrect use of `assert'.
19174         * message.el (message-mode): Set comment-start-skip.
19176 2004-08-22  Sam Steingold  <sds@gnu.org>
19178         * pop3.el (pop3-leave-mail-on-server): New user variable.
19179         (pop3-movemail): Delete mail only when it is nil.
19181 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19183         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19185         * mml.el (mml-preview): Use `pop-to-buffer'.
19187         * message.el (message-goto-mail-followup-to): Insert after "To".
19188         (message-carefully-insert-headers): Add comment.
19190         * gnus.el: Remove unused variable `gnus-article-check-size'.
19192         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19194         * gnus-art.el (gnus-button-alist):
19195         Improve `gnus-button-handle-library' entry.
19197 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19199         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19200         Use downcase, since XEmacs capitalizes error messages differently.
19202 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19204         * nntp.el: Add (require 'gnus) due to reference to
19205         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19207 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19209         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19210         Bind `mm-fill-flowed'.
19212         * mm-decode.el (mm-dissect-singlepart): Check it.
19214 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19216         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19217         'imap' for netrc parsing.
19219 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19221         * mailcap.el (mailcap-mime-data): Mark as risky.
19223 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19225         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19226         may be included in the encoded word.
19227         (rfc2047-encode): Don't append a space if the encoded word
19228         includes close parenthesis.
19230 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19232         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19233         of text within parentheses.
19235 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19237         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19238         (gnus-encrypt-write-file-contents): Make the password key the file
19239         name PLUS the cipher, not just the cipher.  Also remove failed
19240         passwords from the cache.
19242 2004-08-06  Simon Josefsson  <jas@extundo.com>
19244         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19245         Doc fix.
19247 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19249         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19250         LWSP.
19252 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19254         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19255         Try to append in-reply-to: data to the references: header.
19257         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19258         (netrc-parse): Use gnus-encrypt.el functions.
19260         * gnus-encrypt.el: Add new file for encryption support; currently
19261         does only a few GPG ciphers and an internal XOR cipher.
19263         * password.el: Add comments on using password-read-and-add.
19264         (password-read-and-add): Add function to read and add the
19265         password to the cache at once.
19267 2004-07-28  Simon Josefsson  <jas@extundo.com>
19269         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19270         parameter (but don't use it, for now).
19272         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19273         instead of hard coding to nil.
19275 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19277         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19278         as mm-inline-image-xemacs does.
19280 2004-07-26  Simon Josefsson  <jas@extundo.com>
19282         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19283         Revert part of 2004-07-17 change below.
19285 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19287         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19288         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19290 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19292         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19293         quotes that actually start with ">" at the beginning of the
19294         lines.
19296 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * rfc2047.el (rfc2047-encode-region): Fix last change.
19299         (rfc2047-encode-parameter): Remove useless concat.
19301 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19303         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19304         encode special characters; fix some kind of misconfigured headers;
19305         signal a real error if debug-on-quit or debug-on-error is non-nil.
19306         (rfc2047-encode-max-chars): New variable.
19307         (rfc2047-encode-1): Use it.
19308         (rfc2047-encode-parameter): New function.
19310         * mml.el (mml-insert-parameter): Remove an excessive space.
19312 2004-07-17  Simon Josefsson  <jas@extundo.com>
19314         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19315         Kai Grossjohann <kai@emptydomain.de>.
19316         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19317         (gnus-group-make-menu-bar): Ditto.
19319         * gnus-util.el (gnus-group-server): Add.
19321 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19323         * message.el (message-clone-locals): Clone sendmail and smtp
19324         variables.
19326 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19328         * rfc2047.el (rfc2047-encode-region): Fix last change.
19330 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19332         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19333         characters as non-special.
19335 2004-07-09  Simon Josefsson  <jas@extundo.com>
19337         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19338         Users will lose all flag changes made while unplugged with
19339         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19340         good default.  See numerous reports on ding mailing list.
19342 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19344         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19345         add generate-head-function and generate-article-function to the
19346         rfc822-forward entry.
19347         (nndoc-rfc822-forward-generate-article): New function.
19348         (nndoc-rfc822-forward-generate-head): New function.
19350         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19352 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19354         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19355         respect display group parameter and gnus-summary-expunge-below.
19356         (gnus-articles-to-read): Remove unused reference to display group
19357         parameter.
19359 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19361         * nnheader.el (nnheader-uniquify-message-id): New experimental
19362         variable.
19363         (nnheader-nov-read-message-id): Use it.
19365         * spam-report.el (spam-report-gmane): Add interactive.
19367 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19369         * mm-encode.el (mm-content-transfer-encoding-defaults):
19370         Use qp-or-base64 for the application/* types.
19372 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19374         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19376 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19378         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19379         trim value.
19381 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19383         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19384         New macro and function.
19385         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19387 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19389         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19390         after-load-alist.
19392 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19394         * gnus-group.el (gnus-group-get-new-news-this-group):
19395         Don't update info that isn't there.
19397 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
19399         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19400         entry.
19402 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19404         * mm-view.el (mm-inline-render-with-function): Use multibyte
19405         buffer; decode html source by charset.
19407         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19409         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19410         Mule-UCS is loaded under XEmacs.
19411         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19413 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19415         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19417 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19419         * mm-util.el (mm-coding-system-p): Return a coding-system.
19420         (mm-mime-mule-charset-alist): Use shift_jis instead of
19421         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19422         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19423         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19424         instead of japanese-shift-jis and iso-latin-1 respectively in
19425         order to share the default value with both Emacs and XEmacs-mule.
19426         (mm-mule-charset-to-mime-charset):
19427         Make mm-coding-system-priorities effective.
19428         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19429         while predicating of candidates upon the priorities.
19431 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19433         * gnus-sum.el (gnus-summary-make-menu-bar):
19434         Add gnus-uu-invert-processable.
19436         * gnus.el: Autoload gnus-uu-invert-processable.
19438 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19440         * mm-util.el (mm-with-multibyte-buffer): New macro.
19442         * rfc2047.el (rfc2047-encode-string): Use it.
19443         (rfc2047-encode-region): Move point to the end of the region after
19444         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19446 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19448         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19449         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19451 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19453         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19454         (gnus-cite-parse): Ignore quoted envelope From_.
19455         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19457 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19459         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19460         invalid addresses.
19462 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19464         * spam.el: Change section markers, revise TODO list.
19465         (spam-backends): Make new master list of all installed backends.
19466         (spam-summary-exit-behavior): Add new variable to determine how
19467         messages moves are done at summary exit.
19468         (spam-move-spam-nonspam-groups-only)
19469         (spam-process-ham-in-nonham-groups)
19470         (spam-process-ham-in-spam-groups): Remove variables, the
19471         spam-summary-exit-behavior variable should be used to manage this
19472         behavior.
19473         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19474         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19475         and spam-old-spam-articles.
19476         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19477         Add empty variables, placeholders for the backends they represent.
19478         (spam-set-difference): Move, unchanged.
19479         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19480         unless the user has a processor variable.
19481         (spam-classifications, spam-classification-valid-p)
19482         (spam-backend-properties, spam-backend-property-valid-p)
19483         (spam-backend-function-type-valid-p)
19484         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19485         (spam-report-articles-gmane, spam-report-articles-resend):
19486         Remove functions, they are not needed.
19487         (spam-install-backend-super, spam-backend-list)
19488         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19489         (spam-backend-function, spam-backend-ham-registration-function)
19490         (spam-backend-spam-registration-function)
19491         (spam-backend-ham-unregistration-function)
19492         (spam-backend-spam-unregistration-function)
19493         (spam-backend-statistical-p, spam-backend-mover-p)
19494         (spam-install-backend-alias, spam-install-checkonly-backend)
19495         (spam-install-mover-backend, spam-install-nocheck-backend)
19496         (spam-install-backend, spam-install-statistical-backend)
19497         (spam-install-statistical-checkonly-backend): Add backend installation
19498         support.
19499         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19500         (spam-group-processor-p): Use the new backend code and respect the
19501         summary exit behavior.
19502         (spam-mark-spam-as-expired-and-move-routine): Remove.
19503         (spam-summary-prepare): Change to use the new spam-old-articles
19504         variable.
19505         (spam-copy-or-move-routine, spam-copy-spam-routine)
19506         (spam-move-spam-routine, spam-copy-ham-routine)
19507         (spam-move-ham-routine): Add code to copy/move ham or spam.
19508         (spam-fetch-field-fast): Improve doc and code, plus allow the
19509         'number request.
19510         (spam-list-of-checks, spam-list-of-statistical-checks):
19511         Remove variables.
19512         (spam-split, spam-find-spam): Use the new backend code.
19513         (spam-registration-functions): Remove variable.
19514         (spam-unregister-routine): Add convenience wrapper.
19515         (spam-log-undo-registration, spam-register-routine)
19516         (spam-log-processing-to-registry)
19517         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19518         where possible.
19519         (spam-check-gmane-xref, spam-check-regex-headers)
19520         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19521         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19522         (spam-check-bogofilter-headers, spam-check-spamoracle)
19523         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19524         (spam-check-crm114-headers): Use the spam-split-group that
19525         spam-split prepares, no need to determine it every time.
19527         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19528         to the nnheader-parse-naked-head call.
19530         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19532         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19533         the nnheader-nov-read-message-id call.
19535 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19537         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19538         gnus-activate-group twice.  Suggested by Markus Peter
19539         <warp@spin.de>.
19541 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19543         * gnus-art.el (gnus-article-time-format): Exchange the order of
19544         day and month in the default value; fix customization type.
19545         (article-date-ut): Use add-text-properties.
19546         (article-make-date-line): Use message-make-date instead of
19547         current-time-string.
19549         * message.el (message-fetch-field): Don't use set-text-properties.
19550         (message-make-date): Simplify.
19552 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19554         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19555         (rfc2047-encode-region): Treat text within parentheses as special;
19556         show the original text when error has occurred.
19558         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19559         already-computed method to gnus-activate-group.
19561         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19562         same select-methods identical Lisp objects.
19564         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19565         object when modifying the info.
19567 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19569         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19570         gnus-opened-servers since it has never been opened with the new
19571         configuration yet.
19573 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19575         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19576         arg to nnheader-generate-fake-message-id.
19578 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19580         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19581         number and build a fake message ID localized to a group and
19582         article number (so it's repeatable from that point on).
19583         (nnheader-fake-message-id-p): Change regex to accommodate new fake
19584         ID format.
19586         * gnus-sum.el (gnus-get-newsgroup-headers):
19587         Call nnheader-generate-fake-message-id with the article number.
19589 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19591         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19592         end-of-buffer.
19594 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19596         * message.el (message-ignored-supersedes-headers): Add Approved.
19598 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19600         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19601         goto-char.
19602         (rfc2047-encode): Fold the line before encoding.
19604 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19606         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19607         folding -- not all headers can be folded, and this should be done
19608         by the message composition mode.  Probably.  I think.
19610 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19612         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19613         fast.
19615         * gnus-ems.el (gnus-remove-image): Don't use
19616         message-text-with-property; remove only the image found first.
19618 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19620         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19622 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19624         * message.el (message-text-with-property): Make it fast and accept
19625         optional arguments.
19626         (message-strip-forbidden-properties): Use it.
19627         (message-fix-before-sending): Follow the m-t-w-p change.
19629         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19631 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19633         * gnus-art.el (article-hide-headers): Don't change the buffer
19634         mistakenly when performing mml-preview even if
19635         gnus-single-article-buffer is nil.
19637 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19639         * message.el (message-expand-name-databases): New user option.
19640         (message-expand-name): Use it.
19642 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19644         * spam.el (spam-report-articles-resend)
19645         (spam-report-resend-register-routine): Allow ham reporting.
19646         (spam-report-resend-register-ham-routine): Add wrapper.
19647         (spam-registration-functions): Add ham resending functions.
19648         (spam-list-of-processors): Add ham resend processor.
19650         * gnus.el (ham-resend-to): Add new group parameter.
19651         (spam-process): Add ham resend option.
19653         * spam-report.el (spam-report-resend): Allow reporting ham.
19654         (spam-report-resend-ham): Add wrapper.
19656 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19658         * message.el (message-cite-articles-with-x-no-archive):
19659         New variable.
19660         (message-cite-original): Use it.
19662 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19664         * message.el (message-cite-original): Respect X-No-Archive.
19666 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19668         * gnus-art.el (article-hide-headers): Refer to the values for
19669         gnus-ignored-headers and gnus-visible-headers in the summary
19670         buffer since a user may have set them as group parameters.
19672 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19674         * assistant.el (assistant-node-name): Add convenience function.
19675         (assistant-render-text, assistant-render-node): Add error handling,
19676         plus handle multiple next nodes.
19677         (assistant-find-next-node): Comment out for now.
19678         (assistant-find-next-nodes): Add function, returns list of next
19679         nodes.
19681 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19683         * mail-source.el (mail-source-directory): Fix doc-string.
19685 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19687         * assistant.el (assistant-render-text, assistant-eval): Add :set
19688         widget type, which is different because it takes and returns a
19689         list.  Much hilarity ensues.
19691 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19693         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19695         * gnus-group.el (gnus-group-get-new-news-this-group):
19696         Add doc-string.
19698         * gnus-start.el (gnus-activate-group): Add doc-string.
19700 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19702         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19704 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19706         * assistant.el (assistant-render-text): Try to add a :set
19707         widget, more to come.
19709         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19710         strings.
19711         (spam-report-articles-resend)
19712         (spam-register-routine): Do registration iff any articles warrant
19713         it.
19714         (spam-summary-prepare-exit): Change log message for nil group
19715         destinations.
19717 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19719         * spam.el (spam-report-resend-register-routine):
19720         Allow spam-report-resend-to to be a group parameter or a global value.
19722 2004-05-26  Simon Josefsson  <jas@extundo.com>
19724         * starttls.el: Merge with my GNUTLS based starttls.el.
19725         (starttls-gnutls-program, starttls-use-gnutls)
19726         (starttls-extra-arguments, starttls-process-connection-type)
19727         (starttls-connect, starttls-failure, starttls-success):
19728         New variables.
19729         (starttls-program, starttls-extra-args): Doc fix.
19730         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19731         New functions.
19732         (starttls-negotiate, starttls-open-stream):
19733         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19734         function if it is set.
19736 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19738         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19739         structured fields.
19741 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19743         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19745 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19747         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19748         Add variable.
19749         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19750         assigning the spam-mark to new messages.
19752 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
19754         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19756 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19758         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19759         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19760         default.
19762 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19764         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19765         correct data.
19767 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19769         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19770         (spam-group-processor-p): Fix function.
19771         (spam-group-processor-multiple-p)
19772         (spam-group-spam-processor-report-gmane-p)
19773         (spam-group-spam-processor-report-resend-p)
19774         (spam-group-spam-processor-bogofilter-p)
19775         (spam-group-spam-processor-blacklist-p)
19776         (spam-group-spam-processor-ifile-p)
19777         (spam-group-ham-processor-ifile-p)
19778         (spam-group-spam-processor-spamoracle-p)
19779         (spam-group-spam-processor-crm114-p)
19780         (spam-group-ham-processor-bogofilter-p)
19781         (spam-group-spam-processor-stat-p)
19782         (spam-group-ham-processor-stat-p)
19783         (spam-group-ham-processor-whitelist-p)
19784         (spam-group-ham-processor-BBDB-p)
19785         (spam-group-ham-processor-spamoracle-p)
19786         (spam-group-ham-processor-copy-p): Remove functions with some
19787         prejudice against unneeded code.
19788         (spam-report-articles-resend)
19789         (spam-report-resend-register-routine): Allow the group/topic
19790         spam-resend-to value to override spam-report-resend-to.
19791         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19792         properly now.
19794         * gnus.el (spam-resend-to): Add group/topic parameter.
19795         (spam-process): Move the OBSOLETE processors to the end of the
19796         choices.
19798 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19800         * spam-report.el (spam-report-resend-to, spam-report-resend):
19801         Start with resend-to set to nil, and then ask the user if necessary.
19802         (spam-report-resend): spam-report-resend takes a list of articles, not
19803         separate article numbers.
19805 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19807         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19808         addition to emacs-w3m.
19810 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19812         * assistant.el (assistant-authinfo-data): New function.
19813         (assistant-eval): Eval for entire assistant.
19815         * netrc.el (netrc-services-file): New variable.
19816         (netrc-parse-services): New function.
19817         (netrc-find-service-name): New function.
19818         (netrc-find-service-number): New function.
19819         (netrc-port-equal): New function.
19820         (netrc-machine): Use it.
19822         * nnimap.el (nnimap-open-connection): Use netrc.
19824         * gnus-util.el (gnus-netrc-get): Remove aliases.
19826         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19828         * assistant.el (wid-edit): Fix compilation.
19830         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19832 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19834         * gnus-util.el (gnus-set-file-modes): New function.  (small
19835         patch).
19837 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19839         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19841         * assistant.el (assistant-render-node): Fix up rendering and
19842         read-only text.
19843         (assistant-render-node): Reset.
19844         (assistant-make-read-only): Not sticky.
19846 2004-05-20  Danny Siu  <dsiu@adobe.com>
19848         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19849         centered even when gnus-auto-center-summary is t
19851 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19853         * dns.el (dns-get-txt-answer): New function.
19854         (dns-read-txt): Ditto.
19855         (query-dns): Use it.
19857 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19859         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19860         active for foreign groups even if the group level is higher than
19861         the specified value.
19863 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19865         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19866         non-active groups.
19868         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19870 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19872         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19874 2004-05-20  Adam SjĂžgren  <asjo@koldfront.dk>
19876         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19877         (spam-crm114-header, spam-crm114-spam-switch)
19878         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19879         (spam-crm114-positive-spam-header)
19880         (spam-crm114-database-directory, spam-list-of-processors)
19881         (spam-group-spam-processor-crm114-p)
19882         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19883         (spam-generic-score, spam-list-of-checks)
19884         (spam-list-of-statistical-checks, spam-registration-functions)
19885         (spam-check-crm114-headers, spam-crm114-score)
19886         (spam-check-crm114, spam-crm114-register-with-crm114)
19887         (spam-crm114-register-spam-routine)
19888         (spam-crm114-unregister-spam-routine)
19889         (spam-crm114-register-ham-routine)
19890         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19892 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19894         * gnus.el: Add spam-use-crm114.
19896         * spam.el (spam-list-of-processors, spam-registration-functions):
19897         Add spam-use-resend.
19898         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19899         (spam-report-articles-gmane): Add doc fix.
19900         (spam-report-articles-resend, spam-report-resend-register-routine):
19901         Add wrappers around spam-report-resend-to.
19903         * spam-report.el (spam-report-resend-to, spam-report-resend):
19904         Add support for resending spam.
19905         (spam-report-gmane): Fix line length >80.
19907         * gnus.el (spam-process): Add spam-use-resend.
19909 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19911         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19912         number of processed spam messages.
19913         (spam-ham-copy-or-move-routine): Return the number of processed
19914         ham messages.
19915         (spam-summary-prepare-exit): Use the above values to decide
19916         whether status messages shouled be displayed.
19918 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19920         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19921         `rfc2047-encoding-function-alist' in order to avoid conflicting
19922         with the old version.
19923         (rfc2047-encode-region): Concatenate words containing non-ASCII
19924         characters in structured fields; don't encode space-delimited
19925         ASCII words even in unstructured fields; don't break words at
19926         char-category boundaries.
19927         (rfc2047-encode-1): New function.
19928         (rfc2047-encode): Use it; encode text so that it occupies the
19929         maximum width within 76-column; work correctly on Q encoding for
19930         iso-2022-* charsets.
19931         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19932         sure not to break a line just after the header name.
19933         (rfc2047-b-encode-region): Remove.
19934         (rfc2047-b-encode-string): New function.
19935         (rfc2047-q-encode-region): Remove.
19936         (rfc2047-q-encode-string): New function.
19938         * mm-util.el (mm-replace-in-string): New function.
19940 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19943         Really get it right.
19944         (gnus-inews-make-draft): Really.
19946 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19948         * nnmh.el (nnmh-request-list-1): Don't check the link count
19949         before descending.  (small patch)
19951 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19954         stuff.
19956         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19957         Match on real group name.
19959         * gnus-art.el (gnus-signature-limit): Doc fix.
19961         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19963 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19965         * gnus-draft.el (gnus-draft-send):
19966         Bind rfc2047-encode-encoded-words.
19968         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19969         (rfc2047-encodable-p): Say that =? needs encoding.
19970         (rfc2047-encode-encoded-words): New variable.
19972         * gnus-group.el (gnus-group-select-group): Doc fix.
19974         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19976         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19977         to nil.
19979         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19981         * nnheader.el (nnheader-get-lines-and-char): New function.
19983 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19985         * gnus-msg.el (gnus-summary-followup-with-original):
19986         Document yanking of region when active.
19988 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19990         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19991         groups if the group level is higher than the specified value.
19993 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19995         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19996         (gnus-group-jump-to-group): Add prefix argument using
19997         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19998         non-active group.
20000         * compface.el (uncompface): Be verbose when changing
20001         `uncompface-use-external'.
20003         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20004         handle manual section.
20006 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20008         * gnus-art.el (gnus-button-alist): Revert previous change.
20010 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20012         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20014 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20016         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20017         whether backend can accept message.
20019         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20021 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20023         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20024         Avoid creating directory when nntp-marks-is-evil is true.
20025         Reported by Reiner Steib.
20027 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20029         * gnus-picon.el (gnus-picon-insert-glyph):
20030         Add optional `nostring' argument.
20032 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20034         * gnus-picon.el (gnus-picon-style): New variable.
20035         (gnus-picon-transform-address): Support `gnus-picon-style'.
20037 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20039         * message.el (message-fill-field): Return point.
20040         (message-generate-headers): Go to end of field.
20042         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20043         stuff for non-living groups.
20045 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20047         * gnus-art.el (gnus-article-followup-with-original)
20048         (gnus-article-reply-with-original): gnus-mark-active-p ->
20049         gnus-region-active-p.
20051 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20053         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20054         only when there is spam or ham to be processed.
20056 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058         * mail-source.el (mail-source-delete-crash-box): Refactor.
20059         (mail-source-fetch): Use it.
20060         (mail-source-fetch-file): Ditto.
20061         (mail-source-fetch-directory): Run postscript in loop.
20062         (mail-source-fetch-pop): Delete.
20063         (mail-source-fetch-maildir): Ditto.
20064         (mail-source-fetch-imap): Ditto.
20066         * imap.el (imap-authenticators): Comment out sasl.
20068         * message.el (message-skip-to-next-address): New function.
20069         (message-fill-header-address): Refactor.
20070         (message-fill-address): Use it.
20071         (message-delete-address): Use it.
20072         (message-fill-header-general): Refactor.
20073         (message-fill-field-address): Rename.
20074         (message-narrow-to-field): Find the start of the header.
20075         (message-header-format-alist): Don't pre-fill.
20076         (message-fill-header): Remove.
20077         (message-insert-header): New function.
20078         (message-shorten-references): Use it.
20080         * rfc2047.el (rfc2047-field-value): Strip props.
20082         * mail-parse.el (mail-header-make-address): New alias.
20084         * ietf-drums.el (ietf-drums-make-address): New function.
20086         * imap.el: Add compiler directives.
20088         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20090         * gnus-art.el (article-decode-idna-rhs): Don't use
20091         message-idna-inside-rhs-p.
20093 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20095         * message.el (message-idna-inside-rhs-p): Remove.
20096         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20098         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20099         false positives.
20101 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20103         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20105 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20107         * nneething.el (nneething-file-name): Don't create spurious
20108         files.
20110         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20111         (gnus-inews-do-gcc): Remove sleep.
20113         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20114         part under point.
20116         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20117         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20119 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20121         * spam.el (spam-summary-prepare-exit): Fix (length).
20123 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20125         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20126         as expired without moving it" message when there are spam
20127         messages left.
20129 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20131         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20132         header is not nil.
20134 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20136         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20137         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20138         (nntp-marks-changed-p): New arg SERVER.
20139         (nntp-request-update-info): Adjust caller.
20141 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20143         * nntp.el (nntp-save-marks): Pass missing arg.
20145 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20147         * nntp.el: Support marks.
20148         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20149         (nntp-marks-modtime, nntp-marks-directory): New variables.
20150         (nntp-request-set-mark, nntp-request-update-info)
20151         (nntp-possibly-create-directory, nntp-marks-changed-p)
20152         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20153         New functions.
20155 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20157         * gnus-score.el (gnus-score-insert-help):
20158         Use gnus-select-lowest-window.
20160         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20161         appt-select-lowest-window and rename to gnus-select-lowest-window.
20163         * gnus.el: do.
20165 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20167         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20168         encodings of MIME-encoded words, in order to improve
20169         interoperability with several broken MUAs.
20171 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20173         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20174         tags, only when charsets are not specified in headers.
20175         (mm-inline-text-html-render-with-w3m): Ditto.
20177 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20179         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20180         instead of MIME-decoded from fields when checking
20181         `gnus-article-address-banner-alist'.
20183 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20185         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20186         description rather than subject.
20188 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20190         * gnus.el (gnus-version-number): Bump.
20192 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20194         * gnus.el: No Gnus v0.2 is released.
20196 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20198         * gnus-agent.el (gnus-agent-read-agentview):
20199         Inline gnus-uncompress-range.
20201 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20203         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20204         `exec-installed-p'.
20206 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20208         * gnus.el (spam-process, spam-autodetect-methods):
20209         Add bsfilter and bsfilter-headers.
20211         * spam.el (spam-bsfilter): New customize group.
20212         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20213         (spam-bsfilter-header, spam-bsfilter-probability-header)
20214         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20215         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20216         (spam-bsfilter-database-directory): New options.
20217         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20218         (spam-list-of-statistical-checks, spam-registration-functions):
20219         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20220         (spam-bsfilter-score): New command.
20221         (spam-check-bsfilter-headers, spam-check-bsfilter)
20222         (spam-bsfilter-register-with-bsfilter)
20223         (spam-bsfilter-register-spam-routine)
20224         (spam-bsfilter-unregister-spam-routine)
20225         (spam-bsfilter-register-ham-routine)
20226         (spam-bsfilter-unregister-ham-routine): New functions.
20227         (spam-generic-score): Support bsfilter; Accept an optional argument
20228         to recalcurate spam score even if scoring header has already been
20229         added.
20230         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20231         optional argument to recalcurate spam score even if scoring header
20232         has already been added.
20234 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20236         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20237         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20238         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20239         link is missing.
20241 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20243         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20244         (html2text-get-attr): Rewrite.
20246         * message.el (message-setup-1): Remove redundant put-text-property
20247         on mail-header-separator.
20249 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20251         * gnus-registry.el (gnus-registry-cache-whitespace)
20252         (gnus-registry-action, gnus-registry-spool-action)
20253         (gnus-registry-split-fancy-with-parent): Change message levels
20254         from 5 to 3 or 7, as needed.
20256         * spam.el (spam-summary-prepare-exit)
20257         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20258         (spam-split, spam-find-spam, spam-log-undo-registration)
20259         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20260         level from 5 to 6.
20262 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20264         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20265         2004-03-04 change).
20267 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20269         * sieve-manage.el (sieve-manage-open):
20270         * nnweb.el (nnweb-insert-html):
20271         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20272         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20273         * nnspool.el (nnspool-request-group):
20274         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20275         * nnml.el (nnml-request-update-info):
20276         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20277         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20278         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20279         (nnimap-request-set-mark):
20280         * nnfolder.el (nnfolder-request-update-info):
20281         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20282         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20283         * gnus-uu.el (gnus-uu-find-articles-matching):
20284         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20285         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20286         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20287         * gnus-nocem.el (gnus-nocem-scan-groups):
20288         * gnus-int.el (gnus-start-news-server):
20289         * gnus-group.el (gnus-group-make-kiboze-group)
20290         (gnus-group-browse-foreign-server):
20291         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20292         Use mapc when appropriate.
20294 2004-04-22  Dan Christensen  <jdc@uwo.ca>
20295             Adam SjĂžgren  <asjo@koldfront.dk>
20296             Wes Hardaker  <wes@hardakers.net>
20297             Michael Shields  <shields@msrl.com>
20299         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20300         may need for spam sorting and scoring.
20301         (spam-user-format-function-S): Add user format function suitable for
20302         general use.
20303         (spam-article-sort-by-spam-status): Add sorting function for summary
20304         sorting.
20305         (spam-extra-header-to-number): Add function to get a score from a
20306         header.
20307         (spam-summary-score): Add function to get a numeric score from the
20308         headers.
20309         (spam-generic-score): Fix function doc, was in wrong place.
20310         (spam-initialize): Take symbols when it's run, and install the
20311         extra headers that spam-necessary-extra-headers thinks we need.
20313 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20315         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20316         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
20318 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20320         * gnus-sum.el (gnus-set-global-variables)
20321         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20322         (gnus-article-get-xrefs, gnus-summary-best-group)
20323         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20324         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20325         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20326         Use with-current-buffer.
20328 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20330         * spam.el (spam-summary-prepare-exit): Simplify logic.
20331         (spam-fetch-article-header): Read the article header if it's not
20332         available.
20333         (spam-list-articles): Simplify logic.
20334         (spam-filelist-register-routine): Fix bug with unregister-list.
20336         * gnus-registry.el: Fix comments at beginning.
20338 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20340         * message.el (message-cater-to-broken-inn): Remove.
20341         (message-shorten-references): Make sure the total folded length of
20342         References is shorter than 998 characters to cater to a bug in INN
20343         2.3.  Also, don't pretend that references aren't folded -- this
20344         hasn't worked for a while.
20346 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20348         * gnus-agent.el (gnus-agentize):
20349         gnus-agent-send-mail-real-function no longer set to current value
20350         of message-send-mail-function but rather a lambda that calls
20351         message-send-mail-function.  The change makes the agent real-time
20352         responsive to user changes to message-send-mail-function.
20354 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20356         * legacy-gnus-agent.el
20357         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20358         help from Florian Weimer <fw@deneb.enyo.de>
20360 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20362         * nnmail.el (nnmail-cache-insert): Revert last change.
20364 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20366         * nnmail.el (nnmail-cache-insert): Always check whether
20367         nnmail-cache-ignore-groups matches a group name.
20369 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20371         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20372         (spam-find-spam, spam-log-processing-to-registry)
20373         (spam-log-registered-p, spam-log-unregistration-needed-p)
20374         (spam-log-undo-registration): Use gnus-message instead of
20375         gnus-error, none of these errors are fatal.
20377         * gnus-registry.el (gnus-registry-clean-empty-function)
20378         (gnus-registry-clean-empty): Remove only empty entries without
20379         extra data.
20381 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20383         * spam-stat.el (spam-stat-buffer-change-to-spam)
20384         (spam-stat-buffer-change-to-non-spam): Change (error) to
20385         (gnus-message 8) invocation.
20387 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20389         * nntp.el (nntp-via-netcat-command): New variable.
20390         (nntp-via-netcat-switches): New variable.
20391         (nntp-open-via-rlogin-and-netcat): New function.
20392         (nntp-open-connection-function): Doc fix.
20393         (nntp-telnet-command): Doc fix.
20394         (nntp-end-of-line): Doc fix.
20395         (nntp-via-rlogin-command): Doc fix.
20396         (nntp-via-user-name): Doc fix.
20397         (nntp-via-address): Doc fix.
20399 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20401         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20402         error in Emacs 21.1.
20404 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20406         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20408 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20410         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20411         (gnus-agent-with-refreshed-group): New macro.
20412         (gnus-agent-rename-group): New function.
20413         (gnus-agent-delete-group): New function.
20414         (gnus-agent-save-group-info): Use gnus-command-method when
20415         `method' parameter is nil.  Don't write nil entries into the
20416         active file.
20417         (gnus-agent-get-group-info): New function.
20418         (gnus-agent-fetch-articles):
20419         Use gnus-agent-update-files-total-fetched-for to increment disk space
20420         used.
20421         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20422         Use gnus-agent-update-view-total-fetched-for to increment disk space
20423         used.
20424         (gnus-agent-get-local): Add optional parameters to avoid calling
20425         gnus-group-real-name and gnus-find-method-for-group.
20426         (gnus-agent-set-local): Delete stored entry if either min, or max,
20427         are nil.
20428         (gnus-agent-fetch-session): Reworded error/quit messages.
20429         On quit, use gnus-agent-regenerate-group to record existence of any
20430         articles fetched to disk before the quit occurred.
20431         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20432         gnus-agent-update-view-total-fetched-for, and
20433         gnus-agent-update-files-total-fetched-for to decrement disk space
20434         used.
20435         (gnus-agent-retrieve-headers):
20436         Use gnus-agent-update-view-total-fetched-for to increment disk space
20437         used.
20438         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20439         with gnus-agent-update-files-total-fetched-for to decrement disk
20440         space and fresh group buffer.
20441         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20442         (gnus-agent-need-update-total-fetched-for): New variable.
20443         (gnus-agent-update-files-total-fetched-for): New function.
20444         (gnus-agent-update-view-total-fetched-for): New function.
20445         (gnus-agent-total-fetched-for): New function.
20447         * gnus-cache.el (gnus-cache-save-buffers):
20448         Use gnus-cache-update-overview-total-fetched-for to change disk space
20449         used by this group.
20450         (gnus-cache-possibly-enter-article):
20451         Use gnus-cache-update-file-total-fetched-for to increment disk space
20452         used by this group.
20453         (gnus-cache-possibly-remove-article):
20454         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20455         used by this group.
20456         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20457         (gnus-cache-rename-group): New function.
20458         (gnus-cache-delete-group): New function.
20459         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20460         (gnus-cache-need-update-total-fetched-for): New variable.
20461         (gnus-cache-with-refreshed-group): New macro.
20462         (gnus-cache-update-file-total-fetched-for): New function.
20463         (gnus-cache-update-overview-total-fetched-for): New function.
20464         (gnus-cache-rename-group-total-fetched-for): New function.
20465         (gnus-cache-delete-group-total-fetched-for): New function.
20466         (gnus-cache-total-fetched-for): New function.
20468         * gnus-group.el: Require gnus-sum and autoload functions to
20469         resolve warnings when gnus-group.el compiled alone.
20470         (gnus-group-line-format): Documented new %F.
20471         (size of Fetched data) group line format; identifies disk space
20472         used by agent and cache.
20473         (gnus-group-line-format-alist): Defined new F format.
20474         (gnus-total-fetched-for): New function.
20475         (gnus-group-delete-group): No longer update
20476         gnus-cache-active-altered as gnus-request-delete-group now keeps
20477         the cache in sync.
20478         (gnus-group-list-active): Let the agent store a server's active
20479         list if currently plugged.
20481         * gnus-int.el (gnus-request-delete-group):
20482         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20483         local disk in sync with the server.
20484         (gnus-request-rename-group):
20485         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20486         local disk in sync with the server.
20488         * gnus-start.el (gnus-get-unread-articles):
20489         Cosmetic simplification to logic.
20491         * gnus-util.el (gnus-rename-file): New function.
20493 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20495         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20497 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20499         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20500         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20502 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20504         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20505         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20507 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20509         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20511 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20513         * spam.el (spam-set-difference): Add function to replace
20514         gnus-set-difference in spam.el.
20515         (spam-summary-prepare-exit): Use spam-set-difference.
20517 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20519         * gnus-registry.el (gnus-registry-cache-file): Update to use
20520         gnus-dribble-directory OR gnus-home-directory OR ~.
20521         (gnus-registry-split-fancy-with-parent): Fix doc.
20523 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20525         * message.el (message-exchange-point-and-mark):
20526         Use message-mark-active-p.  Suggested by Jesper Harder
20527         <harder@ifa.au.dk>.
20529 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20531         * message.el (message-exchange-point-and-mark): Don't activate
20532         region if it was inactive.  Suggested by Hiroshi Fujishima
20533         <pooh@nature.tsukuba.ac.jp>.
20535 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20537         * gnus-art.el (article-display-face): Display Faces in the same
20538         order as X-Faces.
20540 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20542         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20544 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20546         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20547         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20548         (gnus-article-mime-hierarchy): Remove.
20549         (gnus-article-mime-hierarchy-next): Remove.
20550         (gnus-article-mode): Revert 2004-03-19 change.
20551         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20552         (gnus-insert-mime-button): Revert 2004-03-19 change.
20553         (gnus-mime-accumulate-hierarchy): Remove.
20554         (gnus-mime-enter-multipart): Remove.
20555         (gnus-mime-leave-multipart): Remove.
20556         (gnus-mime-display-part): Revert 2004-03-19 change.
20557         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20559         * mml.el (mml-preview): Revert 2004-03-19 change.
20561 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20563         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20565 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20567         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20568         t while entering a file name using the mm-with-multibyte macro.
20569         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20571         * mm-util.el (mm-with-multibyte): New macro.
20573 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20575         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20576         New user option.
20577         (gnus-mime-multipart-functions): Doc and customization fix.
20578         (gnus-article-mime-hierarchy): New variable.
20579         (gnus-article-mime-hierarchy-next): New variable.
20580         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20581         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20582         gnus-article-mime-hierarchy-next to nil.
20583         (gnus-insert-mime-button): Show hierarchy numbers.
20584         (gnus-mime-accumulate-hierarchy): New function.
20585         (gnus-mime-enter-multipart): New function.
20586         (gnus-mime-leave-multipart): New function.
20587         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20588         (gnus-mime-display-alternative): Show hierarchy numbers.
20590         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20591         gnus-article-mime-hierarchy-next to nil.
20593 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20595         * dns.el: Don't require gnus-xmas.
20597 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20599         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20600         inline PGP.
20601         (mml-menu): Disable mml-quote-region if mark is inactive.
20603 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20605         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20606         when the group's active is not available.
20608 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20611         error.
20613 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20615         * imap.el (imap-store-password): New variable.
20616         (imap-interactive-login): Use it.
20617         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20619 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20621         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20622         window-start and hscroll to summary window.
20624 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20626         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20627         conversion message to newsrc-dribble when an actual conversion is
20628         performed.
20630 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20632         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20634 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20636         * mm-decode.el (mm-complicated-handles): New function reviving
20637         former definition of mm-multiple-handles.
20639         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20640         (gnus-mime-delete-part): Use it.
20642 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20644         * gnus-agent.el (gnus-agent-read-local):
20645         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20646         avoid the implicit assumption that they will always be equal.
20647         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20648         coding-system-for-write, as the with-temp-file macro first prints
20649         to a buffer then saves the buffer.
20651 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20653         * gnus-art.el (gnus-article-edit-part): New function.
20654         (gnus-mime-save-part-and-strip): Use it; do query instead of
20655         signaling an error; don't use mm-multiple-handles.
20656         (gnus-mime-delete-part): Ditto.
20658 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20660         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20661         old file versions.
20662         (gnus-group-prepare-hook): Remove function that converted list
20663         form of gnus-agent-expire-days to group properties.
20665         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20666         (gnus-request-accept-article): Re-indented.
20668         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20669         converters to handle old agent file formats.  Add logic for a
20670         "backup before upgrading warning".
20671         (gnus-convert-mark-converter-prompt): Developers can mark
20672         functions as needing (default), or not needing,
20673         gnus-convert-old-newsrc's "backup before upgrading warning".
20674         (gnus-convert-converter-needs-prompt): Tests whether the user
20675         should be protected from potentially irreversable changes by the
20676         function.
20678         * legacy-gnus-agent.el: New.  Provides converters that are only
20679         loaded when gnus-convert-old-newsrc needs to call them.
20681 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20683         * mail-source.el (mail-source-touch-pop): Doc fix.
20685         * message.el (message-smtpmail-send-it): Doc fix.
20687 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20689         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20691         * nnmail.el (nnmail-split-fancy): do.
20693         * gnus-kill.el (gnus-kill, gnus-execute): do.
20695 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20697         * gnus-sum.el (gnus-widget-reversible-match)
20698         (gnus-widget-reversible-to-internal)
20699         (gnus-widget-reversible-to-external): New functions.
20700         (gnus-widget-reversible): New widget.
20701         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20703 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20705         * gnus-sum.el (gnus-thread-sort-functions)
20706         (gnus-article-sort-functions): Document `(not F)' items.
20708 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20710         * spam.el (spam-use-gmane-xref): Add new backend.
20711         (spam-gmane-xref-spam-group): Add variable to control the name of the
20712         Gmane spam group.
20713         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20714         (spam-regex-headers-spam, spam-regex-headers-ham)
20715         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20716         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20717         backends and checks.
20718         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20720         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20721         an autodetect method.
20723 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20725         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20726         articles are being added to a group.
20727         (gnus-request-replace-article): Inform the agent that articles
20728         need to be uncached as the cached contents are no longer valid.
20730 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20732         * binhex.el: Don't autoload executable-find.
20734         * canlock.el: Don't autoload mail-fetch-field.
20736         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20738         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20739         rmail-dont-reply-to and rmail-output.
20741         * gnus-score.el: Don't autoload ffap-string-at-point.
20743         * gnus-setup.el: Don't autoload sc-cite-original.
20745         * imap.el: Don't autoload base64-decode-string,
20746         base64-encode-string and md5.
20748         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20749         and rmail-msg-restore-non-pruned-header.
20751         * mm-decode.el: Don't autoload executable-find.
20753         * mm-url.el: Don't autoload executable-find.
20755         * mm-view.el: Don't autoload diff-mode.
20757         * nndb.el: Don't autoload news-reply-mode, news-setup,
20758         cancel-timer and telnet.
20760         * password.el: Don't autoload run-at-time for Emacs.
20762         * sha1-el.el: Don't autoload executable-find.
20764         * sieve-mode.el: Don't autoload c-mode.
20766         * uudecode.el: Don't autoload executable-find.
20768 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20770         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20771         (gnus-agent-possibly-alter-active): Avoid null in numeric
20772         comparison.
20773         (gnus-agent-set-local): Refuse to save null in local object table.
20774         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20775         list of articles that will be marked as unread.
20777 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20779         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20781 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20783         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20784         language tags.
20786 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20788         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20789         Don't bind "obarray".
20791         * gnus-sum.el (gnus-thread-sort-functions):
20792         Add `gnus-thread-sort-by-most-recent-number' and
20793         `gnus-thread-sort-by-most-recent-date'.
20794         Reported by Kai Grossjohann <kai@emptydomain.de>.
20796 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20798         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20800 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20802         * gnus-cus.el (gnus-agent-customize-category):
20803         Remove ignore-errors macro reference that required cl to be loaded at
20804         run-time.
20806         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20807         single-interval range of the form (min . max).  Previously the
20808         range had to look like ((min . max)).  Likewise, return
20809         (min . max) rather than ((min . max)).
20810         (gnus-range-map): Use gnus-range-normalize to accept
20811         single-interval range.
20813         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20814         the cache, but not the agent, now appear with their usual face.
20816 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20818         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20819         w3m-safe-url-regexp variable buffer-local.
20821         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20823 2004-02-27  Simon Josefsson  <jas@extundo.com>
20825         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20826         gnus-group-real-prefix.
20827         (gnus-summary-move-article): Use it, instead of
20828         gnus-group-real-prefix.
20830 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20832         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20833         w3m-safe-url-regexp variable buffer-local and set it as the value
20834         of mm-w3m-safe-url-regexp.
20836         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20838         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20839         parsing gnus-posting-styles when the message is not for replying.
20841         * nnrss.el (nnrss-opml-export):
20842         Use mm-set-buffer-file-coding-system instead of
20843         set-buffer-file-coding-system.
20845 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20847         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20848         of checkdoc.el).
20849         * nnrss.el: do.
20850         * gnus-mlspl.el: do.
20851         * gnus-ml.el: do.
20852         * gnus-srvr.el: do.
20854         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20856 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20858         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20859         Corrections to custom-manual links.
20861         * gnus-art.el (gnus-article): Ditto.
20863         * mm-decode.el (mime-display, mime-security): Ditto.
20865 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20867         * flow-fill.el: Typo.
20869 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20871         * spam-wash.el: New file.
20873 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20875         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20877 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20879         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20880         to be run with new-articles as LIST1, not LIST2.
20881         (spam-registration-functions): Add spam-use-ham-copy as a nil
20882         registration backend.
20884 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20886         * spam-stat.el (spam-stat-washing-hook): New option.
20887         (spam-stat-buffer-words): Use it.
20888         (spam-stat-process-directory, spam-stat-test-directory):
20889         Use insert-file-contents-literally.
20890         (spam-stat-coding-system): New variable.
20891         (spam-stat-load, spam-stat-save): Use it.
20893 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20895         * spam-report.el (spam-report-plug-agent):
20896         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20898 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20900         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20901         Allow / in mailto URLs.
20903 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20905         * spam-report.el (spam-report-process-queue): Fix interactive use.
20906         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20907         (spam-report-unplug-agent): Doc fixes.
20908         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20909         (spam-report-agentize, spam-report-deagentize):
20910         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20912         * message.el (message-setup-fill-variables): Add mml tags to
20913         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20914         <ajk@iu.edu>.
20915         (message-mode): Don't modify paragraph-separate there.
20917 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20919         * compface.el (uncompface-use-external): Default to undecided.
20920         (uncompface-use-external-threshold): New variable.
20921         (uncompface-float-time): New macro.
20922         (uncompface): Determine whether to use the external decoder if
20923         uncompface-use-external is undecided.
20925 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20927         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20928         after images.
20930         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20932 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20934         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20936         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20938         * gnus-sum.el (gnus-summary-limit-to-age)
20939         (gnus-summary-limit-children): do.
20941         * gnus-int.el (gnus-request-scan): do.
20943         * gnus-group.el (gnus-group-suspend): do.
20945         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20947         * gnus-cite.el (gnus-cite-parse-attributions): do.
20949         * gnus-agent.el (gnus-summary-set-agent-mark)
20950         (gnus-agent-regenerate-group): do.
20952         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20954         * binhex.el (binhex-decode-region-internal): do.
20956 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20958         * gnus-fun.el (gnus-face-properties-alist): New user option.
20959         (gnus-display-x-face-in-from): Use it.
20961         * gnus-art.el (article-display-face): Ditto.
20963         * compface.el (uncompface-use-external): Default to nil.
20965 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20967         * nntp.el (nntp-erase-buffer): New function.
20968         (nntp-retrieve-data, nntp-send-command)
20969         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20970         (nntp-possibly-change-group): Use it.
20972         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20973         Use with-current-buffer.
20975 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20977         * compface.el: Merge the ELisp-based uncompface program.
20978         (compface): New customization group.
20979         (uncompface-use-external): New user option.
20980         (uncompface): Call uncompface-internal if uncompface-use-external
20981         is nil.
20982         (uncompface-internal): New function.  Note that there are also
20983         some other functions and variables added for this function.
20985 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20987         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20988         if necessary.
20990 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20992         * spam-report.el (spam-report-unplug-agent)
20993         (spam-report-plug-agent, spam-report-deagentize)
20994         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20995         Add support for the Agent in spam-report: when unplugged, report to a
20996         file; when plugged, submit all the requests.
20998         * spam.el (spam-register-routine): Fix message about
20999         registration.
21001 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21003         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21004         dependencies.
21005         (rfc2047-encode): Use it.
21007         * gnus-art.el (gnus-button-marker-list): Move before first
21008         reference.
21010         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21011         (imap-parse-body): Fix format string mismatch.
21013         * gnus-score.el (gnus-summary-increase-score): do.
21015         * nnrss.el (nnrss-close): New function.
21017 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21019         * nnrss.el (nnrss-make-filename): New function.
21020         (nnrss-request-delete-group, nnrss-read-server-data)
21021         (nnrss-save-server-data, nnrss-read-group-data)
21022         (nnrss-save-group-data): Use it.
21023         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21024         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21025         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21027 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21029         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21031 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21033         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21034         files.
21036         * message.el (message-generate-headers-first): Don't quote nil
21037         and t in docstrings.
21039         * imap.el (imap-id): do.
21041         * gnus-agent.el (gnus-agent-consider-all-articles)
21042         (gnus-agent-queue-mail): do.
21044 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21046         * spam-report.el (spam-report-process-queue): New function.
21047         Process requests from `spam-report-requests-file'.
21048         (spam-report-process-queue): Doc fix.
21050 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21052         * spam.el (spam-register-routine)
21053         (spam-log-processing-to-registry, spam-log-registered-p)
21054         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21055         Change "check" to "spam-check" for semi-clarity.
21057 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21059         * pop3.el: Require nnheader.
21061         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21063         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21065         * gnus-picon.el: Require cl.
21067         * gnus-fun.el: Require gnus-ems and gnus-util.
21069         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21071         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21073         * gnus-art.el (gnus-article-edit-mode): Define before first
21074         reference.
21076 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21078         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21079         (gnus-uu-post-encoded): Use point-at-bol.
21081         * gnus-topic.el (gnus-group-active-topic-p): do.
21083         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21085         * gnus-group.el (gnus-group-kill-region): do.
21087         * gnus-art.el (article-date-ut): do.
21089         * message.el (message-fetch-field): Remove redundant
21090         case-fold-search binding.
21091         (message-narrow-to-field): Simplify.
21093 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21095         * spam.el (spam-directory): Derive from `gnus-directory'.
21097         * spam-report.el (spam-report-url-to-file)
21098         (spam-report-requests-file): New function and variable for offline
21099         reporting.
21100         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21101         and user defined function.
21102         (spam-report-url-ping-mm-url): Remove doubled slash.
21104 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21106         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21108 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21110         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21111         Fix format string mismatch.
21113         * sieve.el (sieve-deactivate-all): do.
21115         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21117         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21119         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21121         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21123 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21125         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21126         the list of checks.
21128 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21130         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21131         padding.
21133 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21135         * mm-view.el (mm-fill-flowed): New variable.
21136         (mm-inline-text): Use it.
21138 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21140         * spam.el (spam-spamassassin-register-ham-routine)
21141         (spam-spamassassin-register-spam-routine): Fix function names.
21143 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21145         * gnus.el (gnus-tmp-grouplens): Remove.
21146         (gnus-summary-line-format): Remove grouplens.
21148         * gnus-group.el (gnus-group-line-format): Ditto.
21150         * gnus-spec.el (gnus-format-specs): Ditto.
21151         (gnus-update-format-specifications): Flush the group format spec
21152         cache if there's the grouplens stuff.
21153         (gnus-parse-simple-format): Replace %l with the empty string.
21155 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21157         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21158         omission.
21160 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21162         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21163         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21165 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21167         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21168         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21169         New macros and functions.
21170         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21171         Handle > NLINK_MAX messages.
21172         * nnmaildir.el (nnmaildir-request-set-mark):
21173         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21175 2004-01-25  Alex Schroeder  <alex@gnu.org>
21177         * spam-stat.el (spam-stat-process-directory-age): New option.
21178         (spam-stat-process-directory): Use it.
21180 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21182         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21183         (spam-stat-save): Accept prefix argument.
21185 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21187         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21188         links" error.
21190 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21192         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21193         compatibility with old .newsrc.eld files.
21195         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21197         * gnus-start.el (gnus-1): do.
21199         * gnus-group.el (gnus-group-line-format-alist): do.
21201         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21203         * gnus-gl.el: Remove.
21205 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21207         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21208         marks consisting of a single range {for example, (3 . 5)} rather
21209         than a list of a single range { ((3 . 5)) }.
21211 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21213         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21214         Use with-current-buffer.
21215         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21216         avoid consing a string.
21218         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21219         Remove obsolete entries for big5 and gb2312.
21221 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21223         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21224         uncompressed list.
21226 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21228         * spam-stat.el (spam-stat-strip-xref): New function.
21229         (spam-stat-process-directory): Use it.
21231         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21232         here -- it's done in message-fetch-field.
21234 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21236         * gnus-agent.el (gnus-agent-queue-mail)
21237         (gnus-agent-prompt-send-queue): New variables.
21238         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21239         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21240         "nndraft:queue" along to gnus-draft-send.
21241         Use gnus-agent-prompt-send-queue.
21242         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21243         is "nndraft:queue".  Suggested by Gaute Strokkenes
21244         <gs234@srcf.ucam.org>
21246         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21247         (agent-enable-undownloaded-faces): Add.
21248         (gnus-agent-cat-groups): Use eval-and-compile, not
21249         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21250         method of gnus-agent-cat-groups even when the buffer has been
21251         evaled.
21252         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21253         delete gnus-agent-save-active-1.
21254         (gnus-agent-save-groups): Delete.  Identical to
21255         gnus-agent-save-active.
21256         (gnus-agent-write-active): No longer adjust agent's copy of active
21257         file as agent's adjustments are now stored in their own
21258         file.  Remove optional parameter.
21259         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21260         servers.  Add use of min/max range limits from server's local
21261         file.
21262         (gnus-agent-save-alist): Remove unused optional argument.
21263         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21264         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21265         (gnus-agent-set-local): A per-server file that keeps min/max range
21266         limits for articles known to the agent.  Provides a fast mechanism
21267         for altering many active ranges.
21268         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21269         active file (local makes it unnecessary).
21270         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21272         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21273         (agent-enable-undownloaded-faces): Add.
21275         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21276         disable it when sending to "nndraft:queue".
21277         (gnus-group-send-queue): Add safety check to avoid sending queue
21278         when unplugged.
21280         * gnus-group.el (gnus-group-catchup): Use new
21281         gnus-sequence-of-unread-articles, not
21282         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21283         numbers of articles.  Use gnus-range-map to avoid having to
21284         uncompress the unread list.
21285         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21286         Fix invalid ange-ftp reference.
21288         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21289         (gnus-sorted-range-intersection): Intersection of two ranges
21290         without requiring that they first be uncompressed.
21292         * gnus-start.el (gnus-activate-group): Unless blocked by the
21293         caller, possibly expand the active range to include both cached
21294         and agentized articles.
21295         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21296         multiple version-dependent converters.
21297         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21298         gnus-agent-save-active.
21299         (gnus-save-newsrc-file): Save dirty agent range limits.
21301         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21302         gnus-agent-possibly-alter-active.
21303         (gnus-adjust-marked-articles): Faster handling of simple lists
21305 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21307         * spam-stat.el (spam-stat-test-directory): New optional argument
21308         displays a list of files detected.  Suggested by Andrew Cohen
21309         <cohen@andy.bu.edu>.
21310         (spam-stat-buffer-words-with-scores): Don't narrow and change
21311         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21313 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21315         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21316         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21317         (spam-spamassassin-arguments)
21318         (spam-spamassassin-spam-flag-header)
21319         (spam-spamassassin-positive-spam-flag-header)
21320         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21321         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21322         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21323         (spam-list-of-processors, spam-list-of-checks)
21324         (spam-list-of-statistical-checks, spam-registration-functions)
21325         (spam-check-spamassassin-headers, spam-check-spamassassin)
21326         (spam-spamassassin-score)
21327         (spam-spamassassin-register-with-sa-learn)
21328         (spam-spamassassin-register-spam-routine)
21329         (spam-spamassassin-register-ham-routine)
21330         (spam-assassin-register-spam-routine)
21331         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21332         (spam-bogofilter-score): Fix to show article before scoring.
21334 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21336         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21337         default scoring function.
21338         (spam-generic-score): Call spam-spamassassin-score if
21339         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21340         spam-bogofilter-score otherwise.
21342         * gnus.el (spam-process, spam-autodetect-methods):
21343         Add spamassassin and spamassassin-headers.
21345 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21347         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21348         Suppress unnecessary messages.
21350 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21352         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21353         make-hash-table.
21355 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21357         * canlock.el (base64-encode-string): Don't autoload it.
21359 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21361         * run-at-time.el: Remove useless (require 'itimer),
21362         eval-and-compile and (featurep 'xemacs).
21364 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21366         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21367         GROUP is a virtual group.
21369 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21371         * gnus.el: Autoload `message-y-or-n-p'.
21373 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21375         * pgg-parse.el: Remove unnecessary (require 'custom).
21377         * pgg-def.el: do.
21379         * nnmail.el: do.
21381         * gnus-undo.el: do.
21383         * gnus-picon.el: do.
21385         * gnus-util.el: do.
21387 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21389         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21391 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21393         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21394         handle, as well as a list.
21396         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21397         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21398         (mm-w3m-cid-retrieve): Simplify.
21400 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21402         * message.el (message-kill-to-signature): Allow prefix arg to
21403         specify number of lines to keep before signature.
21405 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21407         * message.el (message-kill-to-signature): Change docstring.
21409 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21411         * canlock.el: Always require sha1-el.
21412         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21414         * message.el: Autoload sha1 only when compiling.
21416 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21418         * message.el (message-canlock-generate): Require sha1-el.
21420 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21422         * message.el (message-expand-name): Silence the byte compiler.
21424 2004-01-13  Simon Josefsson  <jas@extundo.com>
21426         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21427         Invoke gnus-score-mode.
21428         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21430         * gnus-range.el (gnus-compress-sequence): Doc fix.
21431         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21433 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21435         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21437 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21439         * spam.el (spam-get-article-as-string): Update to use
21440         gnus-request-article-this-buffer, much simpler.
21441         (spam-get-article-as-buffer): Remove.
21443 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21445         * message.el (message-expand-name): Use EUDC if the user uses that.
21447 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21449         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21450         character for the encoding to avoid consing a string.
21452         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21453         unnecessarily.
21455         * mm-util.el (mm-replace-chars-in-string): Remove.
21457         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21458         of mm-replace-chars-in-string.
21460 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21462         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21464         * mm-util.el (mm-subst-char-in-string): Support inplace.
21466         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21467         a new string in every iteration.  Use shy groups.
21469 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21471         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21472         * gnus-soup.el (gnus-soup-group-brew):
21473         * gnus-msg.el (gnus-put-message):
21474         * gnus-move.el (gnus-group-move-group-to-server):
21475         * gnus-kill.el (gnus-batch-score):
21476         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21477         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21478         (gnus-group-update-group, gnus-group-read-group)
21479         (gnus-group-make-group, gnus-group-make-help-group)
21480         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21481         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21482         (gnus-group-sort-by-unread, gnus-group-catchup)
21483         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21484         (gnus-group-yank-group, gnus-group-set-info)
21485         (gnus-group-list-groups):
21486         * gnus.el (gnus-generate-new-group-name):
21487         * gnus-delay.el (gnus-delay-send-queue):
21488         * nnvirtual.el (nnvirtual-catchup-group):
21489         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21490         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21491         (gnus-group-prepare-topics, gnus-topic-check-topology):
21492         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21493         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21494         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21495         (gnus-group-make-articles-read):
21496         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21497         (gnus-group-change-level, gnus-kill-newsgroup)
21498         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21499         (gnus-get-unread-articles, gnus-make-articles-unread)
21500         (gnus-make-ascending-articles-unread): Use accessor
21501         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21502         to get group information for improved readability.
21504 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21506         * gnus-art.el (article-decode-mime-words, article-babel)
21507         (gnus-article-highlight-signature, gnus-article-add-buttons)
21508         (gnus-signature-toggle): Use gnus-with-article-buffer.
21510         * gnus-art.el (gnus-article-highlight-headers)
21511         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21513         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21514         (gnus-article-set-globals, gnus-request-article-this-buffer)
21515         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21516         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21517         (gnus-mime-display-alternative): Use with-current-buffer.
21519 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21521         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21522         also under 80 char limit, and call gnus-error if needed.
21523         (spam-fetch-article-header): Fix - it was a
21524         buffer-local variable (gnus-newsgroup-data).
21525         (spam-find-spam): Use spam-generate-fake-headers, forget about
21526         spam-insert-fake-headers.
21527         (spam-insert-fake-headers): Remove.
21529 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21531         * deuglify.el (gnus-article-outlook-unwrap-lines)
21532         (gnus-outlook-rearrange-article)
21533         (gnus-outlook-repair-attribution-outlook)
21534         (gnus-outlook-repair-attribution-block)
21535         (gnus-outlook-repair-attribution-other): Remove redundant
21536         save-excursion.
21538 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21540         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21541         (spam-fetch-field-subject-fast)
21542         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21543         (spam-fetch-article-header): Add functions to deal with Gnus
21544         internals for fast retrieval of article header data.
21545         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21547 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21549         * pop3.el (pop3-md5): Remove.
21550         (pop3-apop): Replace pop3-md5 with md5.
21552         * mm-bodies.el: base64 is always built-in.
21554         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21555         Use with-current-buffer.
21557 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21559         * canlock.el (canlock-insert-header): Remove excessive grouping in
21560         regexp.
21562         * gnus-sum.el (gnus-summary-read-document): Ditto.
21564         * gnus-uu.el (gnus-uu-part-number): Ditto.
21566         * html2text.el (html2text-remove-tags): Ditto.
21567         (html2text-format-tags): Ditto.
21568         (html2text-format-single-elements): Ditto.
21570         * mml.el (mml-parse-1): Ditto.
21572 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21574         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21576         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21578         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21580         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21582 2003-11-15  Simon Josefsson  <jas@extundo.com>
21584         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21585         (pgg-gpg-lookup-key): Use regexp match instead of
21586         split-string (split-string is different between emacs 21.2 and
21587         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21589 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21591         * gnus-art.el (gnus-mime-view-all-parts)
21592         (gnus-article-part-wrapper, gnus-article-view-part):
21593         Use with-current-buffer.
21595 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21597         * spam.el (spam-disable-spam-split-during-ham-respool)
21598         (spam-spamoracle-database, spam-cache-lookups)
21599         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21600         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21601         (spam-group-ham-marks, spam-group-spam-marks)
21602         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21603         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21604         also add spam-use-blackholes to the statistical checks.
21605         (spam-fetch-field-fast): Add interface to fetching fields, may
21606         become a macro.
21607         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21608         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21609         (spam-insert-fake-headers): Fake an article when needed.
21610         (spam-find-spam): Fake article when possible.
21611         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21612         (spam-check-bogofilter-headers): Use message-fetch-field instead
21613         of nnmail-fetch-field.
21615 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21617         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21619 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21621         * spam.el (spam-split): Do not require spam-use-CHECK to be
21622         enabled if that check is passed to spam-split explicitly; also
21623         fix so 'spam doesn't get converted to spam-split-group when
21624         spam-split-symbolic-return is t.
21625         (spam-find-spam): Find registrations of the article and use those
21626         instead of re-running spam-split to find the spam/ham
21627         classification of the article.
21628         (spam-log-processing-to-registry, spam-log-registered-p)
21629         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21630         Use gnus-error instead of gnus-message.
21631         (spam-log-registration-type): Add function to determine the
21632         classification of a message based on registry entries; will
21633         return nil if both 'spam and 'ham are found.
21634         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21635         a reasonably fast local cache without the loading errors.
21636         (spam-cache-lookups): Set to t by default.
21637         (spam-find-spam): Don't try to guess spam-cache-lookups.
21638         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21639         spam-caches entry.
21640         (spam-filelist-build-cache, spam-filelist-check-cache):
21641         Fix caching of whitelist/blacklist entries.
21642         (spam-check-whitelist, spam-check-blacklist):
21643         Invoke spam-from-listed-p with a type, not a cache variable.
21644         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21646 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21648         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21650         * nnmail.el (nnmail-split-fancy): do.
21652         * mml.el (mml-parse): do.
21654         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21655         (gnus-score-adaptive): do.
21657 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21659         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21660         (gnus-mime-button-map): Don't set keymap parent.
21661         (gnus-button-ctan-directory-regexp): Use shy grouping.
21662         (gnus-prev-page-map): Don't set keymap parent.
21663         (gnus-prev-page-map): Remove duplicated one.
21664         (gnus-next-page-map): Don't set keymap parent.
21665         (gnus-mime-security-button-map): Ditto.
21667         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21668         version number.
21670         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21672 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21674         * canlock.el (canlock-sha1-function): Remove.
21675         (canlock-sha1-function-for-verify): Remove.
21676         (canlock-openssl-program): Remove.
21677         (canlock-openssl-args): Remove.
21678         (canlock-ignore-errors): Remove.
21679         (canlock-sha1-with-openssl): Remove.
21680         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21681         (canlock-verify): Don't use canlock-ignore-errors.
21683         * sha1-el.el (sha1-string-external): Make it can return a string
21684         in binary form.
21685         (sha1-region-external): Ditto.
21686         (sha1-string-internal): Ditto.
21687         (sha1-region-internal): Ditto.
21688         (sha1-region): Ditto.
21689         (sha1-string): Ditto.
21690         (sha1): Ditto.
21692 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21694         * spam.el (spam-report-articles-gmane): New command.
21696 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21698         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21700         * run-at-time.el (run-at-time-saved): Remove.
21701         (run-at-time): Doc fix.
21703 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21705         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21706         (gnus-summary-limit-map): Add it.
21707         (gnus-summary-make-menu-bar): do.
21709 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21711         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21712         Make attempt at some caching support (done for BBDB only now).
21713         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21714         addresses to be checked.
21715         (spam-clear-cache-BBDB): Add function, to be invoked by
21716         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21717         (spam-check-BBDB): Check and use the caches, if
21718         spam-cache-lookups is on, remove superfluous (provide).
21720 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21722         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21724 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21726         * run-at-time.el (run-at-time-saved): Move to after the definition
21727         of `run-at-time'.
21729 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21731         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21732         mm-w3m-local-map-property.
21734         * mm-view.el (mm-w3m-mode-map): Remove.
21735         (mm-w3m-local-map-property): Remove.
21736         (mm-inline-text-html-render-with-w3m): Don't use
21737         mm-w3m-local-map-property.
21739 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21741         * run-at-time.el: New file.
21743         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21744         of gnus-set-text-properties.
21746         * gnus-uu.el (gnus-uu-save-article): Ditto.
21748         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21750         * gnus-cite.el (gnus-cite-parse): Ditto.
21752         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21753         of gnus-.
21755         * gnus.el: Change calls to nnheader-run-at-time and
21756         password-run-at-time throughout to use run-at-time directly.
21758         * password.el: Remove definition of run-at-time.
21760 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
21762         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21763         in prompt.
21765 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21767         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21768         XEmacs version.
21770         * dns.el (dns-make-network-process): Use `open-network-stream'
21771         instead of `gnus-xmas-open-network-stream'.
21773         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21775 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21777         * gnus-art.el (gnus-mime-display-alternative)
21778         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21779         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21780         Don't use gnus-local-map-property.
21782         * gnus-util.el (gnus-local-map-property): Remove.
21784         * mm-view.el (mm-view-pkcs7-decrypt):
21785         Replace gnus-completing-read-maybe-default with completing-read.
21787         * gnus-util.el (gnus-completing-read): do.
21788         (gnus-completing-read-maybe-default): Remove.
21790 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21792         * password.el: Only autoload `run-at-time' if not XEmacs.
21793         Only autoload the itimer functions if XEmacs.
21795 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21797         * gnus-art.el (gnus-read-string): Remove.
21798         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21799         read-string.
21801 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21803         * netrc.el: Autoload password-read.
21804         (netrc): Add configuration group.
21805         (netrc-encoding-method, netrc-openssl-path):
21806         Add variables for encoding and decoding of files with symmetric
21807         ciphers.
21808         (netrc-encode): Add assistant function to encode a file with
21809         netrc-encoding-method.
21810         (netrc-parse): Add interactive parameter, added optional
21811         decoding if netrc-encoding-method is non-nil but otherwise
21812         behavior is standard.
21813         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21814         Do s/encode/encrypt/ everywhere.
21816         * spam.el: Remove executable-find autoload.
21818 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21820         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21822         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21824 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21826         * gnus-art.el (gnus-treat-ansi-sequences)
21827         (article-treat-ansi-sequences): New variable and function.
21828         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21830         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21831         Use it.
21833 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21835         * mm-util.el (mm-quote-arg): Remove.
21837         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21838         shell-quote-argument.
21840         * gnus-uu.el (gnus-uu-command): do.
21842         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21844         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21845         with make-char.
21847         * mm-util.el (mm-make-char): Remove.
21849         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21850         add-minor-mode.
21852         * gnus-undo.el (gnus-undo-mode): do.
21854         * gnus-topic.el (gnus-topic-mode): do.
21856         * gnus-sum.el (gnus-dead-summary-mode): do.
21858         * gnus-start.el (gnus-slave-mode): do.
21860         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21862         * gnus-ml.el (gnus-mailing-list-mode): do.
21864         * gnus-gl.el (gnus-grouplens-mode): do.
21866         * gnus-draft.el (gnus-draft-mode): do.
21868         * gnus-dired.el (gnus-dired-mode): do.
21870         * gnus-ems.el (gnus-add-minor-mode): Remove.
21872         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21873         Replace gnus-char-width with char-width.
21875         * gnus-ems.el (gnus-char-width): Remove.
21877         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21878         Replace gnus-char-width with char-width.
21880         * gnus-ems.el (gnus-char-width): Remove.
21882         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21883         definition.
21884         Remove Emacs 20 hash table compatibility code.
21886         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21887         20 compatibility code.
21889         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21891         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21893         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21894         Replace with point-at-{eol,bol}.
21896         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21898         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21900         * flow-fill.el (fill-flowed-point-at-bol)
21901         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21903         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21904         Replace with point-at-{eol,bol} throughout all files.
21906 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21908         * ntlm.el (ntlm-string-as-unibyte): New macro.
21909         (ntlm-build-auth-response): Use it.
21911         Remove Emacs 20 stuff:
21912         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21913         of delq and copy-sequence.
21914         * gnus-art.el (popup-menu): Remove the compiler macro.
21915         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21916         Emacs 20.
21918 2004-01-05  Simon Josefsson  <jas@extundo.com>
21920         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21921         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21922         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21923         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21924         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21925         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21926         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21927         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21928         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21929         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21930         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21931         string-xor into ntlm-string-xor.
21932         Suggested by Jesper Harder <harder@myrealbox.com>.
21934         * ntlm.el: Don't include poem.
21936         * md4.el (print-int32, print-string-hexa): Remove.
21937         Suggested by Jesper Harder <harder@myrealbox.com>.
21939         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21941         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21942         probably breaks emacs with DL patch, but do we care? Is anyone
21943         still using the DL stuff?)
21945         * sieve-manage.el: Use the password package.
21946         (sieve-manage-read-passwd): Remove.
21947         (sieve-manage-interactive-login): Use password.  Re-add
21948         condition-case around loop.
21950         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21951         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21952         Use the password package.
21954 2003-02-19  Simon Josefsson  <jas@extundo.com>
21956         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21957         token.
21959 2002-08-07  Simon Josefsson  <jas@extundo.com>
21961         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21962         (sieve-manage-authenticators):
21963         (sieve-manage-authenticator-alist): Add some SASL mechs.
21964         (sieve-sasl-auth): New function.
21965         (sieve-manage-cram-md5-auth):
21966         (sieve-manage-plain-auth): Rewrite using SASL library.
21967         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21968         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21969         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21970         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21972 2004-01-05  Simon Josefsson  <jas@extundo.com>
21974         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21975         New files.
21977 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21979         * gnus-group.el (gnus-no-groups-message): Update.
21981         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21983 2003-11-09  Simon Josefsson  <jas@extundo.com>
21985         * imap.el: Support for ID IMAP extension (RFC 2971).
21986         (imap-local-variables): Add imap-id.
21987         (imap-id): New variable.
21988         (imap-id): New function.
21989         (imap-parse-response): Parse untagged ID response.
21990         * nnimap.el (nnimap-id): New variable.
21991         (nnimap-open-connection): Use it.
21993 2003-12-28  Simon Josefsson  <jas@extundo.com>
21995         * gnus-score.el (gnus-score-edit-all-score): New.
21996         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21998 2004-01-04  Simon Josefsson  <jas@extundo.com>
22000         * password.el: Add.
22002 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22004         * dns.el (dns-query-types): Fix typo.
22005         (dns-query-types): New function.
22006         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22007         PTR and SOA replies, see RFC 1035.
22009 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22011         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22013         * Move to Changelog.2.
22015 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22017         * gnus.el (gnus-version-number): Bump version.
22019 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22021         * gnus.el: No Gnus v0.1 is released.
22023 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22025         * gnus.el: No Gnus v0.0 is released.
22027 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22029         * gnus.el (gnus-version-number): Bump.
22030         (gnus-version): No.
22032 See ChangeLog.2 for earlier changes.
22034   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22036   This file is part of GNU Emacs.
22038   GNU Emacs is free software: you can redistribute it and/or modify
22039   it under the terms of the GNU General Public License as published by
22040   the Free Software Foundation, either version 3 of the License, or
22041   (at your option) any later version.
22043   GNU Emacs is distributed in the hope that it will be useful,
22044   but WITHOUT ANY WARRANTY; without even the implied warranty of
22045   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22046   GNU General Public License for more details.
22048   You should have received a copy of the GNU General Public License
22049   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22051 ;; Local Variables:
22052 ;; coding: utf-8
22053 ;; fill-column: 79
22054 ;; add-log-time-zone-rule: t
22055 ;; End: